@font-face {
    font-family: aris;
    src: url('../fonts/utm-aristote.eot');
    src: local('☺'), url('../fonts/utm-aristote.woff') format('woff'), url('../fonts/utm-aristote.ttf') format('truetype'), url('../fonts/utm-aristote.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
a{moz-transition:all .3s;ms-transition:all .3s;o-transition:all .3s;transition:all .3s;webkit-transition:all .3s}
a:hover,a:active,a:focus{text-decoration:none!important}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: 'Roboto', sans-serif; right: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: 'Roboto', sans-serif;}
.clear60{clear:both;height:60px}
.clear40{clear:both;height:40px}
.clear20{clear:both;height:20px}
.clear10{clear:both;height:10px}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.nopadding{padding:0!important}
.nomargin{margin:0}
.fullwidth{width: 100%;}
.clwhite{color: #fff;}
.clblack{color: #000;}
.bold{font-weight: bold;}
.flex{display: flex;align-items: center;}
.flex-n{display: flex;}
.flex-bw{display: flex;align-items: center;justify-content: space-between;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.show1199{display: none;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.row:before{content: unset;}
.header-top{
    background: url(../img/back-head.jpg) top center no-repeat;
    background-size: cover;
    padding: 15px 0;
}
.clred{
    color: #ff0000;
}
.clblued{
    color: #3e4095;
}
.name-h3{
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    color: #ff0000;
    text-transform: uppercase;
    text-align: center;
}
.name-cd{
    font-family: aris;
    text-align: center;
    margin: 0;
    color: #3e4095;
}
.language{
    margin-top: -90px;
}
.language > a{
    color: #000;
    font-size: 13px;
    margin-left: 20px;
    display: inline-flex;
    align-items: center;
}
.language > a:first-child{
    margin: 0;
}
.language > a > img{
    margin-right: 5px;
}
.ul-main-menu{
    list-style-type: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.ul-main-menu > li > a{
    display: inline-block;
    padding: 10px 35px;
    color: #f8e91a;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.ul-main-menu > li:hover > a{
    color: #ff0000;
}
.main-menu {
    background: #3e4095;
    padding: 0 20px;
    border-radius: 50px;
}
.search-menu{
    color: #fff !important;
}
.search-menu:hover{
    color: #ff0000 !important;
}
.ul-main-menu > li{
    position: relative;
}
.ul-main-menu > li:after{
    content: "";
    display: block;
    height: 50%;
    top: 25%;
    right: 0;
    width: 1px;
    background: #f8e91a;
    position: absolute;
}
.ul-main-menu > li:last-child:after{
    content: unset;
}
.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
    border-right:0; 
    box-shadow:0 0 0; 
    border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}
.has-sub{
    position: relative;
}
.ul-sub-menu{
    position: absolute;
    background: #3e4095;
    width: 250px;
    list-style-type: none;
    padding: 10px;
    margin: 0;
    top: 100%;
    box-shadow: 0 3px 3px #333;
    display: none;
    z-index: 9999;
}
.ul-sub-menu > li > a{
    display: block;
    color: #f8e91a;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0;
    border-bottom: 1px solid #f8e91a;
}
.ul-sub-menu > li:last-child > a{
    border: none;
}
.ul-sub-menu > li:hover > a{
    color: #ff0000;
}
.has-sub:hover > .ul-sub-menu{
    display: block;
}
.main-banner .nivo-nextNav{
    right: 80px;
}
.main-banner .nivo-prevNav{
    left: 60px;
}
.main-danhmuc{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.div-cate-1 {
    position: absolute;
    top: 190px;
    left: calc(50% - 77px);
    z-index: 99;
}
.b-cate-1{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
}
.b-cate-1 > span{
    position: absolute;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.b-cate-1:hover > span{
    color: #ff0000;
}
.div-cate-2 {
    position: absolute;
    top: 0;
}
.div-cate-2:before {
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    position: absolute;
    top: 100%;
    left: 50%;
    background: #2e3192;
}
.b-cate-2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 142px;
    height: 142px;
    border-radius: 50%;
}
.b-cate-2:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/bng2.png) center center no-repeat;
    background-size: cover;
    border-radius: 50%;
}
.b-cate-2:after{
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
}
.b-cate-2 > span {
    position: absolute;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    bottom: 25px;
    width: 70%;
}
.b-cate-2:hover > span{
    color: #ff0000;
}
.div-cate-3 {
    position: absolute;
    top: 150px;
    right: 0;
}
.div-cate-3:before {
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    position: absolute;
    top: 45px;
    left: -35px;
    background: #2e3192;
    transform: rotate(70deg);
}
.b-cate-3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 142px;
    height: 142px;
    border-radius: 50%;
}
.b-cate-3:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/bng3.png) center center no-repeat;
    background-size: cover;
    border-radius: 50%;
}
.b-cate-3:after{
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
}
.b-cate-3 > span {
    position: absolute;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    bottom: 25px;
    width: 70%;
}
.b-cate-3:hover > span{
    color: #ff0000;
}
.div-cate-4 {
    position: absolute;
    top: 370px;
    right: 80px;
}
.div-cate-4:before {
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    position: absolute;
    top: -70px;
    left: 0;
    background: #2e3192;
    transform: rotate(140deg);
}
.b-cate-4 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 142px;
    height: 142px;
    border-radius: 50%;
}
.b-cate-4:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/bng4.png) center center no-repeat;
    background-size: cover;
    border-radius: 50%;
}
.b-cate-4:after{
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
}
.b-cate-4 > span {
    position: absolute;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    bottom: 25px;
    width: 70%;
}
.b-cate-4:hover > span{
    color: #ff0000;
}
.div-cate-5 {
    position: absolute;
    top: 370px;
    left: 80px;
}
.div-cate-5:before {
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    position: absolute;
    top: -70px;
    right: 0;
    background: #2e3192;
    transform: rotate(-140deg);
}
.b-cate-5 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 142px;
    height: 142px;
    border-radius: 50%;
}
.b-cate-5:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/bng5.png) center center no-repeat;
    background-size: cover;
    border-radius: 50%;
}
.b-cate-5:after{
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
}
.b-cate-5 > span {
    position: absolute;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    bottom: 25px;
    width: 70%;
}
.b-cate-5:hover > span{
    color: #ff0000;
}
.div-cate-6 {
    position: absolute;
    top: 150px;
    left: 0;
}
.div-cate-6:before {
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    position: absolute;
    top: 45px;
    right: -35px;
    background: #2e3192;
    transform: rotate(-70deg);
}
.b-cate-6 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 142px;
    height: 142px;
    border-radius: 50%;
}
.b-cate-6:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/bng6.png) center center no-repeat;
    background-size: cover;
    border-radius: 50%;
}
.b-cate-6:after{
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
}
.b-cate-6 > span {
    position: absolute;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    bottom: 25px;
    width: 70%;
}
.b-cate-6:hover > span{
    color: #ff0000;
}
.b-cate-1:hover,
.b-cate-2:hover,
.b-cate-3:hover,
.b-cate-4:hover,
.b-cate-5:hover,
.b-cate-6:hover{
    box-shadow: 0 0 20px #000;
}
.main-danhmuc{
    height: 515px;
    width: 515px;
    margin: 0 auto;
}
.tit-line{
    margin-bottom: 30px;
    margin-top: 5px;
    color: #3e4095;
    text-transform: uppercase;
    font-weight: 700;
}
.tit-line:after{
    content: "";
    display: block;
    width: 70px;
    height: 5px;
    background: #ff0000;
    margin-top: 5px;
}
.pub-btn{
    color: #fff;
    background: #3e4095;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
}
.pub-btn:hover{
    color: #ff0000;
}
.tit-pub{
    margin: 0;
    margin-bottom: 40px;
    position: relative;
    font-size: 22px;
}
.tit-pub > span{
    color: #f8e91a;
    background: #3e4095;
    font-weight: 700;
    padding: 10px 40px;
    border-radius: 50px;
    display: inline-block;
}
.tit-pub:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #3e4095;
    top: calc(50% - 1px);
    left: 0;
    position: absolute;
    z-index: -1;
}
.items-chungnhan{
    text-align: center !important; 
}
.slider-chungnhan{
    display: flex;
    align-items: center;
}
.items-dt{
    text-align: center !important; 
}
.slider-doitac{
    display: flex;
    align-items: center;
}
.block-slider-doitac{
    position: relative;
    width: calc(100% - 30px);
    margin: 0 auto;
}
.prev-dt{
    position: absolute;
    top: calc(50% - 15px);
    font-size: 30px;
    left: -15px;
    cursor: pointer;
}
.next-dt{
    position: absolute;
    top: calc(50% - 15px);
    font-size: 30px;
    right: -15px;
    cursor: pointer;
}
.tit-lhmxhtk{
    color: #f8e91a;
    background: #3e4095;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 50px;
    margin: 0;
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
}
.flex-around{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.items-tk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    padding: 10px 0;
}
.bang-thongke {
    padding: 0 40px;
}
.footer-top{
    background: #fff582;
}
.footer-top h4{
    font-size: 22px;
}
.footer-top p{
    font-size: 18px;
}
.main-breac {
    padding: 10px 0;
    width: 100%;
    background: #ddd;
}
.tit-aside{
    color: #f8e91a;
    background: #3e4095;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 50px;
    margin: 0;
    font-size: 22px;
    text-align: center;
    z-index: 99;
    position: relative;
}
.block-list-aside > p > i{
    color: #ff0000;
    font-size: 10px;
    margin-right: 7px;
    position: relative;
    top: -2px;
}
.block-list-aside > p > a{
    color: #000;
}
.block-list-aside > p{
    margin-bottom: 5px;
}
.block-list-aside {
    padding: 15px;
    border: 1px solid #ccc;
    border-top: none;
    margin-top: -16px;
    padding-top: 32px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.aside-block {
    margin-bottom: 20px;
}
.block-sptb-aside{
    padding: 15px;
    border: 1px solid #ccc;
    border-top: none;
    margin-top: -16px;
    padding-top: 32px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #ebebeb;
}
.items-slas > a{
    display: block;
    text-align: center;
}
.items-slas > a > span{
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
    color: #000;
    font-weight: 700;
    height: 40px;
    overflow: hidden;
}
.items-slas {
    background: #fff;
    padding: 10px;
    overflow: hidden;
}
.block-list-news {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.block-sp .items-slas{
    margin-bottom: 30px;
    border: 1px solid #ccc;
}
.block-sp .items-slas:hover{
    box-shadow: 0 0 10px #555;
}
.pagina-r {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.pagina-r .a-active, 
.pagina-r a:hover {
    background: #3e4095;
    color: #fff;
    border-radius: 4px;
}
.pagina-r a {
    display: flex;
    width: 40px;
    height: 40px;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    color: #000;
    font-weight: bold;
}
.img-product{
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 0 5px #ccc;
}
.tab-info-pro .nav-tabs>li.active>a, 
.tab-info-pro .nav-tabs>li.active>a:focus, 
.tab-info-pro .nav-tabs>li.active>a:hover{
    color: #fff;
    background: #3e4095;
}
.tab-info-pro .nav-tabs>li>a{
    color: #000;
    border: none !important;
}
.tab-info-pro .nav-tabs {
    border-bottom: 1px solid #3e4095;
}
.tab-info-pro .nav-tabs>li>a:hover{
    background: #3e4095;
    color: #fff;
}
#video iframe{
    width: 100%;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #3e4095;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top span {
    position: relative;
    top: 15px;
}
@media (min-width: 1400px){
    .container {
        width: 1270px;
    }
}
@media (min-width: 1600px){
    .container {
        width: 1370px;
    }
}

@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .name-h3{
        font-size: 20px;
    }
    .name-cd{
        font-size: 20px;
    }
    .ul-main-menu > li > a{
        font-size: 17px;
        padding: 10px 25px;
    }
    .div-cate-4:before{
        left: 50px;
    }
    .div-cate-5:before{
        right: 50px;
    }
    .tit-aside{
        font-size: 17px;
    }
    .tit-pub{
        font-size: 17px;
    }
    .main-danhmuc{
        width: auto;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .name-company{
        display: none;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background: #3e4095;
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 99999;
    }
    .sidenav .closebtn {
        font-size: 25px;
        display: block;
        align-items: center;
        width: 40px;
        background: #f5821f;
        color: #fff;
        margin: 0 auto;
        text-align: center;
        padding: 5px 0;
    }
    .menu-mobile {
        padding: 8px 0;
        text-decoration: none;
        color: #818181;
        transition: 0.3s;
        list-style-type: none !important;
    }
    .menu-mobile li {
        margin: 0;
        background: unset;
        border: none;
        border-radius: 0;
        box-shadow: unset;
        border-bottom: 1px solid #fff;
    }
    .menu-mobile a {
        padding: 15px 0 15px 20px;
        display: inline-block;
        width: calc(100% - 50px);
        color: #fff;
        font-size: 17px;
    }
    .menu-mobile .sub-menu-mb .phelp a:first-child{
        padding: 15px 0 15px 20px;
        width: calc(100% - 50px);
    }
    .menu-mobile .sub-menu-mb a{
        width: 100%;
        padding: 15px 20px;
        background: #337ab7;
    }
    .hassub-mb .phelp .a-icon {
        position: absolute;
        right: 15px;
        top: calc(50% - 7.5px);
        z-index: 9999;
        text-align: center;
        width: 20px;
        padding: 0;
    }
    .phelp {
        position: relative;
    }
    .phelp > a:first-child{
        border-right: 1px solid #fff;
    }
    .sub-menu-mb{
        padding: 0;
        list-style-type: none;
        margin: 0;
    }
    .sub-menu-mb > li{
        border-top: 1px solid #fff;
        border-bottom: none;
        background: rgba(255,255,255,.08);
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    .menu-mobile li:not(.hassub-mb) a{
        width: 100%;
        padding: 15px 20px;
    }
    .header-top{
        padding: 10px 0;
    }
    .main-cate-intro .flex{
        display: block;
    }
    .main-danhmuc{
        width: 555px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .div-cate-5:before {
        right: 0;
    }
    .div-cate-4:before{
        left: 0;
    }
    .tit-pub{
        font-size: 18px;
    }
    .tit-lhmxhtk{
        font-size: 16px;
    }
    .bang-thongke{
        padding: 0;
    }
    .logo-mb{
        margin-bottom: 20px;
        text-align: center;
    }
    .search-menu{
        color: #3e4095 !important;
    }
    .flex-order{
        display: flex;
        flex-wrap: wrap;
    }
    .order-1{
        order: 1;
        width: 100%;
    }
    .order-2{
        order: 2;
        width: 100%;
    }
    .ggmap iframe{
        height: 400px;
    }
    .language{
        margin-top: 0;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .logoimg{
        width: 180px;
    }
    .main-danhmuc {
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .div-cate-1,
    .div-cate-2,
    .div-cate-3,
    .div-cate-4,
    .div-cate-5,
    .div-cate-6{
        position: unset;
        width: 33.333333%;
        margin-bottom: 15px;
        text-align: center;
    }
    .div-cate-2:before,
    .div-cate-2:after,
    .div-cate-3:before,
    .div-cate-3:after,
    .div-cate-4:before,
    .div-cate-4:after,
    .div-cate-5:before,
    .div-cate-5:after,
    .div-cate-6:before,
    .div-cate-6:after{
        content: unset;
    }
    .block-lienhe,
    .block-mxh{
        margin-bottom: 20px;
    }
    .ggmap iframe{
        height: 350px;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .logomb{
        width: 180px;
    }
    .div-cate-1,
    .div-cate-2,
    .div-cate-3,
    .div-cate-4,
    .div-cate-5,
    .div-cate-6{
        width: 50%;
    }
    .clear40{
        height: 20px;
    }
    .tit-pub:after{
        content: unset;
    }
    .tit-pub > span{
        display: block;
        text-align: center;
        padding: 10px 15px;
    }
    .tit-pub{
        font-size: 16px;
    }
    .ggmap iframe{
        height: 300px;
    }
    #video iframe{
        height: 300px;
    }
    .tab-info-pro .nav-tabs>li>a{
        margin: 0;
        margin-bottom: 5px;
    }
    .tab-info-pro .nav-tabs>li{
        width: 100%;
    }
    .tab-info-pro .nav-tabs>li.active>a, 
    .tab-info-pro .nav-tabs>li.active>a:focus, 
    .tab-info-pro .nav-tabs>li.active>a:hover{
        border-radius: 0;
    }
}