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}

.ul-main-menu >li >a.active{
    font-weight: 700;
    color: #005a9f;
}
.ul-aside >li >a.active{
    font-weight: 700;
    color: #005a9f;
}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: 'Montserrat', sans-serif; right: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: 'Montserrat', 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;}
.medi{font-weight: 500;}
.semi{font-weight: 600;}
.bold{font-weight: 700;}
.extra{font-weight: 800;}
.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;
}
.at4-share,
.at-share-dock,
.at4-thankyou,
.at-share-dock-outer{
    display: none !important;
}
.header-top{
    background: #005a9f;
    padding: 10px 0;
}
.flex-end{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-top .flex-end p{
    color: #fff;
    border-right: 1px solid #fff;
    padding-right: 20px;
    margin-right: 20px;
    font-size: 16px;
}
.header-top .flex-end p i{
    margin-right: 5px;
}
.social-top a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-left: 15px;
}
.social-top a:first-child{
    margin: 0;
}
.menu-lang{
    display: flex;
    align-items: center;
}
.ul-main-menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.ul-main-menu > li > a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding: 15px;
    text-transform: uppercase;
}
.language{
    display: flex;
    align-items: center;
    margin-left: 5px;
}
.language a{
    display: inline-block;
    margin-left: 10px;
}
.has-sub{
    position: relative;
}
.ul-sub-menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    z-index: 999;
    border: 1px solid #ccc;
    display: none;
}
.ul-sub-menu > li > a{
    display: block;
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
}
.ul-sub-menu > li:hover > a{
    background: #005a9f;
    color: #fff;
}
.has-sub:hover .ul-sub-menu{
    display: block;
}
.has-sub-2{
    position: relative;
}
.ul-sub-menu-2{
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -1px;
    left: 100%;
    min-width: 220px;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    z-index: 999;
    border: 1px solid #ccc;
    display: none;
}
.ul-sub-menu-2 > li > a{
    display: block;
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
}
.ul-sub-menu-2 > li:hover > a{
    background: #005a9f;
    color: #fff;
}
.has-sub-2:hover .ul-sub-menu-2{
    display: block;
}
.gr-btn-banner{
    display: flex;
    align-items: center;
    position: relative;
    left: -100px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s, left 0.5s;
}
.view-banner{
    display: inline-block;
    padding: 7px 15px;
    background: #005a9f;
    color: #fff !important;
    font-size: 18px;
    margin-right: 20px;
}
.contact-banner{
    display: inline-block;
    padding: 7px 15px;
    background: #fdb514;
    color: #fff !important;
    font-size: 18px;
}
.view-banner i,
.contact-banner i{
    margin-left: 15px;
}
.items-banner{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.items-banner img{
    min-height: 300px;
    object-fit: cover;
}
.items-banner .container{
    position: absolute;
}
.tit-banner{
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
    transition: opacity 0.5s, visibility 0.5s, left 0.5s;
    left: -100px;
    visibility: hidden;
    opacity: 0;
    color: #005a9f;
}
.tit-banner:after{
    content: "";
    display: block;
    width: 100px;
    height: 8px;
    margin-top: 20px;
    background: #fdb514;
}
.des-banner{
    font-size: 18px;
    color: #005a9f;
    margin-bottom: 20px;
    position: relative;
    transition: opacity 0.5s, visibility 0.5s, left 0.5s;
    left: -100px;
    visibility: hidden;
    opacity: 0;
}
.block-back-w{
    background: rgba(255,255,255,0.8);
    padding: 15px;
}
.block-slider-banner .owl-carousel.owl-drag .owl-item.active .tit-banner{
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s, visibility 0.5s, left 0.5s;
}
.block-slider-banner .owl-carousel.owl-drag .owl-item.active .des-banner{
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s, visibility 0.5s, left 0.5s;
    transition-delay: 0.5s;
}
.block-slider-banner .owl-carousel.owl-drag .owl-item.active .gr-btn-banner{
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s, visibility 0.5s, left 0.5s;
    transition-delay: 1s;
}
.block-slider-banner .owl-theme .owl-nav.disabled+.owl-dots{
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.block-slider-banner{
    position: relative;
}
.block-slider-banner .owl-theme .owl-dots .owl-dot span{
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    background: none;
}
.block-slider-banner .owl-theme .owl-dots .owl-dot.active span, 
.block-slider-banner .owl-theme .owl-dots .owl-dot:hover span{
    background: #fff;
}
.block-slider-banner .owl-theme .owl-dots .owl-dot{
    outline: unset;
}
.header-bottom{
    padding: 10px 0;
}
.main-intro{
    position: relative;
    padding: 130px 0;
    background: url(../img/bg-intro.jpg) left center no-repeat;
    background-size: cover;
}
.bizgate{
    font-size: 140px;
    font-weight: 800;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    text-shadow: 0 0 1px #dfdfdf,0 0 1px #dfdfdf,0 0 1px #dfdfdf,0 0 1px #dfdfdf,0 0 1px #dfdfdf,0 0 1px #dfdfdf,0 0 1px #dfdfdf,0 0 1px #dfdfdf;
    color: #fff;
    line-height: 110px;
}
.flex-intro{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.left-intro{
    width: 50%;
    position: relative;
    z-index: 9;
}
.tit-pub-blue{
    font-size: 30px;
    font-weight: 800;
    color: #005a9f;
    margin: 0;
    margin-bottom: 30px;
    display: flex;
    text-transform: uppercase;
}
.tit-pub-blue:before{
    content: "";
    display: inline-block;
    width: 6px;
    height: 30px;
    background: #fdb514;
    margin-right: 20px;
}
.tit-pub-white{
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    margin: 0;
    margin-bottom: 30px;
    display: flex;
    text-transform: uppercase;
}
.tit-pub-white:before{
    content: "";
    display: inline-block;
    width: 6px;
    height: 30px;
    background: #fdb514;
    margin-right: 20px;
}
.block-content-intro{
    background: #f0f8fa;
    padding: 20px 20px 50px 20px;
    width: calc(100% + 30px);
    position: relative;
    margin-left: 20px;
}
.view-intro {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #005a9f;
    color: #fff !important;
    font-size: 18px;
    text-transform: uppercase;
    height: 45px;
    padding: 0 0 0 20px;
    bottom: -23px;
}
.view-intro span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 45px;
    color: #fff;
    background: #0d71be;
    margin-left: 20px;
}
.view-intro:hover{
    background: #0d71be;
}
.tit-content-intro{
    font-size: 24px;
    font-weight: 700;
    color: #005a9f;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.des-content-intro{
    font-size: 18px;
    color: #000;
}
.right-intro{
    width: 50%;
    position: relative;
    z-index: 2;
}
.right-intro img{
    min-height: 415px;
    object-fit: cover;
}
.line-top-mph{
    background: #005a9f;
    padding: 40px 0;
}
.line-top-mph .tit-pub-white{
    margin: 0;
}
.gr-control-sl{
    display: flex;
    align-items: center;
}
.gr-control-sl a{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin-left: 10px;
    color: #fff;
}
.img-sp{
    display: block;
    overflow: hidden;
}
.img-sp img{
    width: 100%;
}
.info-sp{
    background: #fff;
    padding: 20px 15px;
    text-align: center;
}
.block-prod-home{
    box-shadow: 0 0 5px #ccc;
}
.block-prod{
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.tit-sp{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
    margin-bottom: 30px;
}
.block-prod .tit-sp{
    font-size: 16px;
}
.block-prod .view-sp{
    font-size: 14px;
    height: 36px;
}
.tit-sp a{
    color: #005a9f;
}
.view-sp{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #005a9f;
    color: #fff !important;
    font-size: 18px;
    text-transform: uppercase;
    height: 42px;
    padding: 0 20px;
}
.block-slider-products .owl-carousel.owl-drag .owl-item{
    padding: 5px;
}
.img-dv{
    display: block;
    overflow: hidden;
}
.block-ser-home{
    box-shadow: 0 0 5px #ccc;
}
.info-dv{
    background: #fff;
    padding: 20px 15px;
}
.tit-dv{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0;
    margin-bottom: 30px;
    text-align: center;
}
.tit-dv a{
    color: #000;
}
.block-slider-ser .owl-carousel.owl-drag .owl-item{
    padding: 5px;
}
.block-slider-ser .owl-carousel.owl-drag .owl-item .view-sp{
    margin-bottom: -40px;
}
.block-slider-ser .owl-carousel.owl-drag .owl-item .block-ser-home{
    margin-bottom: 40px;
}
.main-services{
    background: url(../img/bg-ser.jpg) center center no-repeat;
    background-size: cover;
    padding: 130px 0;
}
.main-services .tit-pub-blue{
    margin-bottom: 80px;
}
.img-tt{
    position: relative;
}
.img-tt a{
    display: block;
    overflow: hidden;
}
.date-tt {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    background: #fff;
    text-align: center;
    color: #005a9f;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #005a9f;
    padding: 0px 13px;
}
.block-slider-news .owl-carousel.owl-drag .owl-item{
    padding: 10px;
}
.info-tt{
    background: #fff;
    padding: 15px 10px 10px;
}
.block-tt{
    box-shadow: 0 0 5px #ccc;
}
.tit-tt{
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}
.tit-tt:after{
    content: "";
    display: block;
    width: 100px;
    height: 6px;
    background: #adadad;
    margin-top: 10px;
}
.des-tt{
    color: #adadad;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 10px;
}
.view-tt{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 2px solid #005a9f;
    color: #005a9f !important;
    font-size: 14px;
    text-transform: uppercase;
    height: 30px;
    padding: 0 20px;
}
.vid-news{
    margin-top: 10px;
}
.vid-news iframe{
    width: 100%;
    height: 430px;
}
.main-suport{
    background: #f0f8fa;
}
.block-suport{
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.icon-suport{
    width: 84px;
    margin-right: 26px;
}
.right-suport{
    width: calc(100% - 110px);
}
.top-sp{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #005a9f;
    text-transform: uppercase;
}
.bottom-sp{
    font-size: 18px;
    font-weight: 700;
}
.list-suport .block-suport:last-child{
    margin-bottom: 0;
}
.banner-suport {
    height: calc(100% - 45px);
}
.banner-suport img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-top{
    background: #fdb514;
    padding: 20px 0;
}
.slogan{
    font-size: 24px;
    font-weight: 700;
}
.lofo-ft{
    margin-bottom: 20px;
}
.footer-bottom{
    background: #005a9f;
}
.footer-bottom *{
    color: #fff;
    text-align: center;
}
.social-ft{
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-ft a{
    font-size: 26px;
    margin-right: 20px;
}
.tit-ft {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.tit-ft:after {
    content: "";
    display: block;
    width: 200px;
    height: 4px;
    background: #fff;
    margin-top: 10px;
}
.tit-ft:before {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: #fdb514;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ul-ft {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-ft > li {
    margin-bottom: 10px;
}
.hr-ft {
    border-color: #fff;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}
.copyright {
    padding: 20px 0;
    text-align: center;
}
.main-breac {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-breac > img {
    min-height: 150px;
    object-fit: cover;
}
.main-breac .container {
    position: absolute;
}
.tit-breac {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}
.block-aside {
    border: 2px solid #005a9f;
}
.tit-aside {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 10px 7px 20px;
    background: #005a9f;
}
.ul-aside {
    list-style-type: none;
    padding: 10px 15px;
    margin: 0;
}
.ul-aside > li {
    position: relative;
    border-bottom: 1px solid #005a9f;
    padding: 10px 0 10px 20px;
}
.ul-aside > li > a {
    color: #000;
    font-size: 16px;
}
.ul-aside > li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #005a9f;
    position: absolute;
    left: 0;
    top: 17px;
}
.ul-aside > li:last-child {
    border: none;
}
#imageGallery-pro {
    list-style-type: none !important;
}
.slider-spct .lSAction > .lSPrev {
    background: url(../img/arr-left-pr.png) center center no-repeat;
    background-size: auto;
    left: 0;
    opacity: 1;
}
.slider-spct .lSAction > .lSNext {
    background: url(../img/arr-right-pr.png) center center no-repeat;
    background-size: auto;
    right: 0;
    opacity: 1;
}
.slider-spct .lSSlideOuter .lSPager.lSGallery {
    margin: 0 auto;
}
.name-prod-detail{
    margin-top: 20px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.tag *{
    font-size: 16px;
}
.tag a {
    color: #2169c1;
    display: inline-block;
    margin-right: 5px;
}
.thongso-sp .nav-tabs {
    padding-bottom: 1px;
}
.thongso-sp .nav-tabs>li {
    float: left;
    margin-bottom: -3px;
}
.thongso-sp .nav-tabs>li>a {
    font-weight: 700;
    border: none !important;
    padding: 0;
    margin-right: 30px;
    background: none !important;
    color: #333;
    text-align: center;
}
.thongso-sp .nav-tabs>li.active>a, .thongso-sp .nav-tabs>li.active>a:focus, .thongso-sp .nav-tabs>li.active>a:hover {
    color: #005a9f;
}
.thongso-sp .nav-tabs>li>a:after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: #c0c0c0;
    margin-top: 10px;
}
.thongso-sp .nav-tabs>li.active>a:after {
    background: #005a9f;
}
.write-rate {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}
.rat-star {
    margin: 0 10px;
}
.count-rate .rat-star {
    margin-top: 7px;
}
.rat-star .checked {
    color: #005a9f;
}
.user-rate {
    display: flex;
    align-items: baseline;
    margin-left: 33px;
}
.kh-danhgia {
    border-top: 1px solid #ddd;
    padding: 15px 0;
}
.avatar-khdg {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.kh-danhgia .rat-star {
    margin-right: 10px;
    margin-left: 0;
}
.btn-blues {
    color: #fff !important;
    background-color: #005a9f;
    border-color: #005a9f;
    border: none;
    padding: 10px 15px;
    display: inline-block;
}
.op-rate {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.rating { 
    border: none;
    float: left;
}
.rating > input { display: none; } 
.rating > label:before { 
    margin: 5px;
    font-size: 1.25em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    content: "\f005";
}
.rating > .half:before { 
    content: "\f089";
    position: absolute;
}
.rating > label { 
    color: #ddd; 
    float: right; 
}
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label { color: #ffb909;  }
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label { color: #ffb909;  } 
.rat-star .checked {
    color: #005a9f;
}
.tit-rela {
    font-size: 18px;
    text-transform: uppercase;
    color: #005a9f;
    font-weight: 700;
    margin: 0;
    margin-bottom: 30px;
    position: relative;
}
.tit-rela:before {
    content: "";
    display: block;
    width: 188px;
    height: 4px;
    background: #005a9f;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.tit-rela:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-top: 15px;
}
.tit-rela {
    font-size: 18px;
    text-transform: uppercase;
    color: #005a9f;
    font-weight: 700;
    margin: 0;
    margin-bottom: 30px;
    position: relative;
}
.block-news {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.block-news:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(86, 97, 108, 0) 0%, rgba(0, 0, 0, 0.79) 100%);
    opacity: 0;
    transition: all 0.5s;
}
.info-news {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    transition: all 0.5s;
}
.date-post {
    color: #fff;
    margin-bottom: 5px;
    position: relative;
    top: 0;
    transition: all 0.5s;
}
.tit-news {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    margin-bottom: 0;
    transition: all 0.5s;
    position: relative;
    top: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.line-news {
    display: block;
    margin: 0;
    width: 65px;
    height: 6px;
    background: #fff;
    margin-top: 20px;
    position: relative;
    transition: all 0.5s;
    top: 0;
    margin-bottom: 20px;
}
.view-news-page {
    display: inline-block;
    color: #fff !important;
    background: #005a9f;
    padding: 7px 15px;
    font-size: 15px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 0;
}
.block-news:hover .info-news {
    bottom: 0;
    transition: all 0.5s;
}
.block-news:hover:before {
    transition: all 0.5s;
    opacity: 1;
}
.block-news:hover .date-post {
    top: -20px;
    transition: all 0.3s;
    transition-delay: 0.3s;
}
.block-news:hover .tit-news {
    top: -20px;
    transition: all 0.3s;
    transition-delay: 0.3s;
    margin-bottom: 20px;
}
.block-news:hover .line-news {
    top: -20px;
    transition: all 0.3s;
    transition-delay: 0.3s;
}
.block-news:hover .view-news-page {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    transition-delay: 0.3s;
    top: -20px;
}
.box-share {
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.box-share a {
    margin-left: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 18px;
    border: 1px solid #ddd;
    color: #666;
    border-radius: 50%;
}
.tit-news-detail {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 30px;
}
.tit-contact {
    color: #005a9f;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}
.tit-contact:after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    margin-top: 10px;
    background: #005a9f;
}
.sm-contact {
    display: inline-block;
    background: #00426e;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px 10px 10px;
    border-bottom-right-radius: 10px;
    border: none;
    border: 1px solid #00426e;
}
.sm-contact img {
    margin-left: 10px;
}
.block-advisory {
    position: relative;
    margin-bottom: 30px;
}
.in-advisory {
    border: 1px solid transparent;
}
.img-advisory {
    display: block;
    overflow: hidden;
}
.img-advisory img {
    transform: scale(1);
    transition: all 0.5s;
}
.block-content-advisory {
    background: #f7f7f7;
    padding: 20px 15px;
}
.tit-advisory {
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.tit-advisory a {
    color: #000;
    transition: unset;
}
.des-advisory {
    text-align: center;
    margin-bottom: 15px;
}
.block-advisory:hover .in-advisory {
    border: 1px solid #005a9f;
}
.block-advisory:hover .img-advisory img {
    transform: scale(1.2);
    transition: all 0.5s;
}
.block-advisory:hover .tit-advisory a {
    color: #fff;
}
.block-advisory:hover .block-content-advisory {
    background: #005a9f;
}
.block-advisory:hover .des-advisory {
    color: #fff;
}
.block-ser-other {
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    min-height: 70px;
}
.block-ser-other:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,66,110,0.4);
}
.name-ser-other {
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: calc(100% - 50px);
    position: relative;
    z-index: 9;
}
.number-ser {
    position: absolute;
    right: 10px;
    color: #fff;
    font-size: 34px;
    opacity: 0.3;
    font-weight: 700;
    z-index: 2;
}
.aside-contact {
    position: relative;
    background: url(../img/bg-letter.png) top right no-repeat;
    background-size: cover;
    padding: 70px 15px;
    margin-top: 30px;
}
.we-help-you {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}
.des-help {
    margin-bottom: 30px;
    color: #fff;
}
.contact-aside {
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 20px 10px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    border-bottom-right-radius: 30px;
    position: relative;
    overflow: hidden;
}
.contact-aside:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #005a9f;
    transition: all 0.5s;
}
.contact-aside span {
    position: relative;
    z-index: 9;
    color: #fff !important;
}
.contact-aside span img {
    margin-left: 10px;
    position: relative;
    top: -2px;
}
.contact-aside:hover:before {
    width: 100%;
    transition: all 0.5s;
}
.pagi a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    min-width: 30px;
    height: 30px;
    margin: 0 3px;
}
.pagi a.active{
    background: #005a9f;
    color: #fff;
    border: 1px solid #005a9f;
}
.slider-spct .lSSlideOuter .lSPager.lSGallery li{
    border: 1px solid #ccc;
    padding: 5px;
}
#imageGallery-pro li{
    border: 1px solid #ccc;
}
.ul-sub-aside {
    list-style-type: none;
    padding-left: 20px;
    margin: 0;
    display: none;
}
.ul-sub-aside > li{
    margin-top: 5px;
    position: relative;
}
.ul-sub-aside > li:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #005a9f;
    position: absolute;
    left: -20px;
    top: 7px;
}
.line-cate-aside {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.show-sub-aside {
    display: inline-block;
    font-size: 16px;
    padding: 5px;
}







@media (min-width: 1360px){
    .container {
        width: 1330px;
    }
}

@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .ul-main-menu > li > a,
    .ul-sub-menu > li > a{
        font-size: 15px;
    }
    .banner-suport {
        height: 100%;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #005a9f;
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 99999;
        padding: 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;
    }
    .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: 15px;
        font-weight: 700;
        text-transform: capitalize;
    }
    .menu-mobile a >img{
        width: 25px;
        margin-right: 10px;
    }
    .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 #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: #000;
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .sub-menu-mb > li > .sub-menu-mb > li{
        background: #7c7c7c;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    .language{
        margin-right: 20px;
    }
    .tit-banner{
        font-size: 24px;
    }
    .des-banner{
        font-size: 16px;
    }
    .block-slider-banner .owl-carousel.owl-drag .owl-item.active .gr-btn-banner{
        transition-delay: 0.5s
    }
    .view-banner,
    .contact-banner{
        font-size: 15px;
    }
    .tit-banner:after{
        height: 4px;
    }
    .flex-intro{
        display: block;
    }
    .left-intro{
        width: 100%;
        margin-bottom: 60px;
    }
    .block-content-intro {
        width: 100%;
        margin-left: 0;
    }
    .right-intro{
        width: 100%;
    }
    .right-intro img{
        min-height: unset;
        object-fit: unset;
    }
    .vid-news{
        margin-top: 20px;
    }
    .main-suport .row.flex-n{
        display: block;
    }
    .list-suport .block-suport:last-child {
        margin-bottom: 30px;
    }
    .flex-order{
        display: flex;
        flex-wrap: wrap;
    }
    .order-1{
        width: 100%;
        order: 1;
    }
    .order-2{
        width: 100%;
        order: 2;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .header-top{
        display: none;
    }
    .logo img{
        width: 60px;
    }
    .tit-banner{
        font-size: 22px;
    }
    .bizgate{
        display: none;
    }
    .main-intro{
        padding: 30px 0;
    }
    .main-services{
        padding: 30px 0;
    }
    .main-services .tit-pub-blue {
        margin-bottom: 30px;
    }
    .map-gg iframe {
        height: 400px;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .tit-banner {
        font-size: 18px;
    }
    .tit-pub-white,
    .tit-pub-blue{
        font-size: 24px;
    }
    .line-top-mph {
        padding: 20px 0;
    }
    .clear40{
        height: 20px;
    }
    .vid-news iframe{
        height: 300px;
    }
    .slogan{
        font-size: 20px;
    }
    .icon-suport{
        width: 50px;
        margin-right: 15px;
    }
    .right-suport {
        width: calc(100% - 65px);
    }
    .top-sp {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .bottom-sp{
        font-size: 16px;
    }
    .block-suport{
        margin-bottom: 20px;
    }
    .view-intro,
    .view-sp{
        font-size: 15px;
    }
    .des-content-intro{
        font-size: 16px;
    }
    .tit-dv{
        font-size: 16px;
    }
    .tit-breac{
        font-size: 30px;
    }
    .aside-contact{
        padding: 40px 15px;
    }
    .map-gg iframe {
        height: 300px;
    }
    .tit-contact{
        font-size: 24px;
    }
    .tit-news-detail {
        font-size: 20px;
        margin-bottom: 20px;
    }
}