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: 700;}
.medi{font-weight: 500;}
.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;}
.editer img{
    height: auto !important;
}
.editer p{
    margin-bottom: 10px;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: url('../img/loadding.svg') 50% 50% no-repeat rgb(249,249,249);
    display: none;
}
.logo img{
    width: 250px;
}
.info-com .p-info-com:last-child{
    margin: 0;
}
.p-info-com{
    margin-right: 20px;
    font-weight: 700;
}
.p-info-com > span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #0170a7;
    color: #fff;
    margin-right: 5px;
}
.social-top a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #c0c0c0;
    border: 2px solid #c0c0c0;
    margin-left: 5px;
    font-size: 17px;
}
.social-top a:first-child{
    margin: 0;
}
.header-top {
    padding: 20px 0;
    height: 102px;
}
.ul-main-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-main-menu > li > a{
    display: inline-flex;
    height: 60px;
    padding: 0 20px;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin: 0 20px;
    text-transform: uppercase;
}
.header-bottom{
    background: #0170a7;
}
.has-sub i{
    margin-left: 5px;
    font-size: 10px;
}
.ul-main-menu > li:hover > a, 
.ul-main-menu > li.active > a {
    background: #fff;
    color: #0170a7;
    border-top: 0.5px solid #dadada;
}
.has-sub{
    position: relative;
}
.ul-sub-menu{
    position: absolute;
    top: 100%;
    left: 20px;
    z-index: 9999;
    background: #fff;
    padding: 20px 0;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    min-width: 260px;
    list-style-type: none;
    display: none;
}
.ul-sub-menu > li > a {
    display: block;
    padding: 10px 20px;
    color: rgba(102,102,102,0.85);
    font-size: 17px;
    white-space: nowrap;
}
.ul-sub-menu > li:hover > a{
    color: #0070a8;
    background: rgba(0,0,0,0.03);
}
.has-sub:hover .ul-sub-menu{
    display: block;
}
.ul-sub-menu:after {
    bottom: 100%;
    left: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(102, 102, 102, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.f-search .stylish-input-group .input-group-addon {
    background: #0170a7 !important;
    color: #fff;
    border: none;
}
.f-search .stylish-input-group .form-control{
    border-right:0; 
    box-shadow:0 0 0; 
    border-color:#ccc;
}
.f-search .stylish-input-group button{
    border:0;
    background:transparent;
}
.has-search{
    position: relative;
}
.block-search{
    position: absolute;
    right: 20px;
    top: 100%;
    z-index: 9999;
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    border: 2px solid #ddd;
    min-width: 260px;
    display: none;
}
.has-search:hover .block-search{
    display: block;
}
.items-banner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.content-bn {
    position: absolute;
    z-index: 99;
    width: 50%;
    left: 5%;
    background: rgba(0, 0, 0, 0.54);
    padding: 30px;
    transform: scale(1.3);
}
.main-banner .owl-item.active .content-bn{
    transform: scale(1);
    transition: all 2s;
}
.tit-banner {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.name-com {
    color: #fff;
    margin: 30px 0;
    font-size: 80px;
    font-weight: 700;
}
.des-banner {
    color: #fff;
    margin-bottom: 30px;
}
.a-lienhe{
    display: inline-block;
    font-weight: 700;
    color: #fff;
    background: #0170a7;
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: 20px;
}
.a-lienhe i{
    margin-left: 5px;
    font-size: 12px;
}
.a-xemdichvu{
    display: inline-block;
    font-weight: 700;
    color: #0170a7;
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
.a-xemdichvu i{
    margin-left: 5px;
    font-size: 12px;
}
.btn-banner{
    position: relative;
    left: 200px;
}
.main-banner .owl-item.active .content-bn .btn-banner{
    left: 0;
    transition: all 1.5s;
}
.tit-pub{
    margin: 0;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
}
.eff-scale{
    overflow: hidden;
    display: block;
}
.eff-scale img{
    transform: scale(1);
    transition: all 0.3s;
}
.eff-scale:hover img{
    transform: scale(1.2);
    transition: all 0.3s;
}
.info-gt{
    margin-top: 15px;
}
.name-gt{
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
}
.list-gt{
    margin-bottom: 20px;
}
.hidden-container{
    overflow: hidden;
}
.list-nguyentac{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.list-nguyentac > li {
    margin-bottom: 25px;
    color: #fff;
    font-size: 16px;
}
.list-nguyentac > li:last-child{
    margin: 0;
}
.list-nguyentac > li i{
    margin-right: 10px;
}
.block-nguyentac{
    background: #0170a7;
    padding: 40px;
}
.main-nguyentac{
    background: url(../img/backg-nt.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.info-com-ft p{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}
.footer-top{
    background: #071f37;
}
.dang-ky-ft{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}
.f-search-ft .stylish-input-group .input-group-addon {
    background: #0170a7 !important;
    color: #fff;
    border: none;
}
.f-search-ft .stylish-input-group .form-control{
    border-right:0; 
    box-shadow:0 0 0; 
    border-color:#ccc;
}
.f-search-ft .stylish-input-group button{
    border:0;
    background:transparent;
}
.social-ft{
    justify-content: center;
    display: flex;
    align-items: center;
}
.social-ft a{
    margin: 0 5px;
}
.social-ft a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    margin-left: 5px;
    font-size: 17px;
}
.footer-bottom{
    background: #000;
    padding: 10px 0;
}
.banner-page{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.breac{
    position: absolute;
    text-align: center;
    z-index: 9;
}
.tit-pages{
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
    font-size: 28px;
    text-transform: uppercase;
}
.block-breac span{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.block-breac span a{
    color: #fff;
}
.banner-page > img{
    height: 180px;
    object-fit: cover;
}
.tit-giaidap{
    margin: 0;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    z-index: 2;
}
.aside-giaidap{
    padding: 30px 20px;
    background: url(../img/backg-gd.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
.aside-giaidap:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.des-gd{
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}
.a-giaidap{
    display: inline-block;
    color: #fff;
    padding: 5px 20px;
    border: 2px solid #fff;
    position: relative;
    z-index: 2;
}
.a-giaidap i{
    font-size: 12px;
    margin-left: 7px;
}
.a-giaidap:hover{
    color: #666;
    background: #fff;
}
.tit-aside{
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    margin-bottom: 15px;
}
.a-call-us{
    border-radius: 5px;
    background: #0070a8;
    color: #fff !important;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    border: 1px solid transparent;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.a-call-us:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset -0.01em -0.1em 0 0 rgba(0,0,0,0.15);
}
.a-call-us:hover{
    box-shadow: inset 0 0 0 100px rgba(0,0,0,0.2);
}
.img-avatar{
    margin-bottom: 10px;
}
.rating{
    margin-bottom: 10px;
}
.des-kh{
    margin-bottom: 10px;
    font-style: italic;
}
.name-kh{
    font-weight: 700;
    font-style: italic;
    font-size: 18px;
}
.rating .checked {
  color: #d26e4b;
}
.owl-carousel .owl-item .img-avatar img {
    width: 80px;
}
.group-gt{
    margin-bottom: 20px;
}
.font16{
    font-size: 16px;
}
.ul-nguyentac{
    margin: 15px 0;
    list-style-type: none;
    padding: 0;
}
.ul-nguyentac > li{
    position: relative;
    margin-bottom: 15px;
}
.ul-nguyentac > li:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    margin-right: 10px;
    color: #000;
    font-size: 10px;
    position: relative;
    top: -2px;
}
.block-lvhd {
    margin-bottom: 30px;
}
.info-lvhd {
    padding: 15px;
}
.name-lvhd {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}
.name-lvhd a {
    color: #000;
}
.hr-line{
    width: 30px;
    border-width: 3px;
    margin: 10px 0;
}
.items-nl{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.items-nl > img{
    width: 50px;
    margin-right: 10px;
}
.link-nl{
    color: #000;
    display: block;
    width: calc(100% - 60px);
}
.items-nl{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.list-news-left .items-nl{
    margin-bottom: none;
    padding-bottom: none;
    border-bottom: none;
}
.bd-left{
    border-left: 1px solid #ccc;
}
.items-news-block{
    margin-bottom: 30px;
}
.tit-news-page{
    margin: 0;
    font-weight: 700;
    font-size: 28px;
}
.img-avatar-news{
    margin-bottom: 15px;
    position: relative;
}
.date-post {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #0070a8;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    z-index: 9;
    top: 50px;
    left: -10px;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.day-post{
    font-size: 18px;
    display: block;
    font-weight: 700;
}
.month-post{
    display: block;
    font-weight: 700;
}
.at4-share.slideInLeft,
.at-share-dock{
    display: none !important;
}
button.a-lienhe{
    border: none;
}
.form-comment {
    background: rgba(0,0,0,0.05);
    padding: 20px;
}
.address-com p{
    margin-bottom: 15px;
}
.social-lh a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-left: 10px;
    font-size: 17px;
    color: #fff;
}
.social-lh a.so-fb{
    background: #3a589d;
}
.social-lh a.so-tw{
    background: #2478ba;
}
.social-lh a.so-gg{
    background: #dd4e31;
}
.social-lh a.so-in{
    background: #0072b7;
}
.social-lh a:first-child{
    margin: 0;
}
@keyframes stuckMoveDown{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}
@keyframes stuckMoveUp{0%{transform:translateY(100%)}100%{transform:translateY(0)}}
header.header-fixed{
    animation: stuckMoveDown .6s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    transition: all 0.3s;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #0170a7 !important;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top span {
    position: relative;
    top: 15px;
}
.name-com {
    color: #fff;
    margin: 20px 0;
    font-size: 60px;
    font-weight: 700;
}
.section-fixed{
    margin-top: 100px;
}








@media (min-width: 1200px){
    .container {
        width: 1230px;
    }
}

@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .info-com{
        display: none;
    }
    .ul-main-menu > li > a{
        margin: 0;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .social-top{
        display: none;
    }
    .header-top .flex-bw{
        justify-content: center;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #0170a7;
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 99999;
        padding: 20px 0;
    }
    .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: 0;
        text-decoration: none;
        color: #818181;
        transition: 0.3s;
        list-style-type: none !important;
        margin: 15px 0;
    }
    .menu-mobile li:first-child{
        border-top: 1px solid #ddd;
    }
    .menu-mobile li {
        margin: 0;
        background: unset;
        border: none;
        border-radius: 0;
        box-shadow: unset;
        border-bottom: 1px solid #ddd;
    }
    .menu-mobile a {
        padding: 15px 0 15px 20px;
        display: inline-block;
        width: calc(100% - 50px);
        color: #fff;
        font-size: 16px;
    }
    .menu-mobile .sub-menu-mb .phelp a:first-child{
        padding: 15px 0 15px 15px;
        width: calc(100% - 50px);
    }
    .menu-mobile .sub-menu-mb a{
        width: 100%;
        padding: 15px;
    }
    .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 #ddd;
    }
    .sub-menu-mb{
        padding: 0;
        list-style-type: none;
        margin: 0;
    }
    .sub-menu-mb > li{
        border-top: 1px solid #ddd;
        border-bottom: none;
        background: #286090;
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    .header-top > .container > .flex-bw{
        position: relative;
    }
    .bar-hambur{
        position: absolute;
        right: 0;
        z-index: 9999;
    }
    .has-click.header-fixed{
        left: -280px;
        transition: all 0.3s;
    }
    .search-mb{
        padding: 0 15px;
    }
    .search-mb .f-search-ft .stylish-input-group .input-group-addon {
        background: #fff !important;
        color: #0170a7;
    }
    .search-mb .f-search-ft .stylish-input-group .form-control {
        border: none;
    }
    header.header-fixed{
        animation: unset;
    }
    header{
        box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
    }
    .social-mb{
        padding: 0 15px;
    }
    .social-mb a:first-child {
        margin: 0;
    }
    .social-mb a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        color: #fff;
        border: 2px solid #fff;
        margin-left: 5px;
        font-size: 17px;
    }
    .block-gioithieu-home{
        margin-bottom: 20px;
    }
    .footer-top .flex-bw{
        flex-direction: column;
    }
    .info-com-ft {
        text-align: center;
        margin-bottom: 20px;
    }
    .social-ft{
        margin-top: 20px;
    }
    .info-com-ft p{
        font-size: 15px;
    }
    .tit-pub{
        font-size: 32px;
    }
    .flex-order{
        display: flex;
        flex-wrap: wrap;
    }
    .order-1{
        width: 100%;
        order: 1;
    }
    .order-2{
        width: 100%;
        order: 2;
    }
    .bd-left{
        border: none;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .content-bn {
        width: calc(100% - 30px);
        left: 15px;
    }
    .name-com {
        font-size: 40px;
    }
    .block-nguyentac{
        padding: 20px;
    }
    .tit-pub{
        font-size: 26px;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .logo img{
        width: 180px;
    }
    .name-com {
        font-size: 30px;
        margin: 10px 0;
    }
    .des-banner{
        margin-bottom: 15px;
    }
    .main-banner .owl-carousel .owl-item img{
        height: 300px;
        object-fit: cover;
    }
    .a-lienhe {
        padding: 5px 10px;
        margin-right: 10px;
        font-size: 13px;
    }
    .a-xemdichvu {
        padding: 5px 10px;
         font-size: 13px;
    }
    .main-banner .owl-item.active .content-bn{
        padding: 20px 10px;
    }
    .block-nguyentac{
        padding: 15px;
    }
    .tit-pub{
        font-size: 22px;
    }
    .ggmap iframe{
        height: 300px;
    }
    .tit-news-page{
        font-size: 22px;
    }
}