@font-face {
    font-family: futura;
    src: url('../fonts/SFUFuturaBook.eot');
    src: url('../fonts/SFUFuturaBook.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUFuturaBook.woff2') format('woff2'),
        url('../fonts/SFUFuturaBook.woff') format('woff'),
        url('../fonts/SFUFuturaBook.ttf') format('truetype'),
        url('../fonts/SFUFuturaBook.svg#SFUFuturaBook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: futurabold;
    src: url('../fonts/SFUFuturaBold.eot');
    src: url('../fonts/SFUFuturaBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFUFuturaBold.woff2') format('woff2'),
        url('../fonts/SFUFuturaBold.woff') format('woff'),
        url('../fonts/SFUFuturaBold.ttf') format('truetype'),
        url('../fonts/SFUFuturaBold.svg#SFUFuturaBold') format('svg');
    font-weight: bold;
    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: futura; right: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: futura;}
.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-family: futurabold;}
.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);
}
.logo {
    display: block;
    text-align: center;
    width: 250px;
    /*background: #fff;*/
    height: 80px;
    /*border-bottom: 5px solid #36a624;*/
}
.search-language {
    margin-right: 10px;
}
.logo img{
    height: 100%;
}
.header-home{
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}/*
.main-header{
    width: calc(100% - 400px);
    margin: 0 auto;
}*/
.ul-main-menu{
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.ul-main-menu > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    height: 80px;
    color: #fff;
    text-transform: uppercase;
    font-family: futurabold;
}
.ul-main-menu > li:hover > a{
    color: #f76c00;
}
.has-sub a i{
    font-size: 13px;
    margin-left: 5px;
}
.language a{
    color: #fff;
}
.language a.active{
    font-family: futurabold;
    color: #f76c00;
}
.language{
    margin-left: 20px;
}
.search-top{
    color: #fff !important;
}
.has-sub{
    position: relative;
}
.ul-sub-menu{
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    padding: 0 15px;
    margin: 0;
    list-style-type: none;
    background: rgba(0, 0, 0, 0.5);
    min-width: 200px;
    display: none;
}
.ul-sub-menu > li > a{
    display: block;
    color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    white-space: nowrap;
}
.ul-sub-menu > li:hover > a{
    color: #f76c00;
}
.ul-sub-menu > li:last-child > a{
    border: none;
}
.has-sub:hover .ul-sub-menu{
    display: block;
}
.main-banner .owl-nav button.owl-prev {
    position: absolute;
    left: calc(50% - 660px);
    top: calc(50% - 35px);
    z-index: 99;
    width: 50px;
    height: 70px;
    margin: 0;
}
.main-banner .owl-nav button.owl-next {
    position: absolute;
    right: calc(50% - 660px);
    top: calc(50% - 35px);
    z-index: 99;
    width: 50px;
    height: 70px;
    margin: 0;
}
.main-banner .owl-nav img {
    width: 50px;
    height: 70px;
}
.main-banner .owl-theme .owl-nav [class*=owl-]:hover{
    background: none;
    outline: unset;
}
.main-banner .owl-theme .owl-nav{
    margin: 0;
}
.main-banner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-banner {
    position: absolute;
    width: 1170px;
    z-index: 10;
}
.form-search-banner {
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    border-radius: 10px;
}
.form-search-banner .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 100%;
}
.form-search-banner .bootstrap-select .dropdown-menu li.disabled a{
    color: #f76c00;
    background: none !important;
}
.filter-kq {
    color: #36a624;
    border: none;
    background: #fff;
    border-radius: 4px;
    padding: 10px 12px;
    font-weight: 800;
}
.filter-kq i{
    color: #f76c00;
}
.tit-pub-w{
    margin: 0;
    text-align: center;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-family: futurabold;
    font-size: 26px;
}
.tit-pub-w:after {
    content: "";
    display: block;
    width: 88px;
    height: 16px;
    background: url(../img/hv.png) center center no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-top: 10px;
}
.main-gioithieu {
    background: #2d3c61;
    margin-top: 40px;
}
.intro-cpn p{
    color: #fff;
}
.view-detail{
    display: inline-block;
    border: 1px solid #fff;
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    font-style: italic;
    border-radius: 50px;
}
.view-detail i{
    margin-left: 5px;
}
.view-detail:hover{
    background: #fff;
    color: #f76c00;
}
.img-intro{
    overflow: hidden;
}
.img-intro img{
    transition: all 0.8s;
    transform: scale(1);
}
.img-intro img:hover{
    transition: all 0.8s;
    transform: scale(1.2);
}
.tit-pub-b{
    margin: 0;
    text-align: center;
    position: relative;
    color: #000;
    text-transform: uppercase;
    font-family: futurabold;
    font-size: 26px;
}
.tit-pub-b:after {
    content: "";
    display: block;
    width: 88px;
    height: 16px;
    background: url(../img/hv.png) center center no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-top: 10px;
}
.main-tintuc{
    background: #f7f7f7;
}
.img-news a{
    display: block;
    overflow: hidden;
}
.img-news a img{
    transition: all 0.8s;
    transform: scale(1);
}
.img-news a:hover img{
    transition: all 0.8s;
    transform: scale(1.2);
}
.content-news{
    background: #fff;
    padding: 15px;
}
.tit-news-big{
    margin: 0;
    margin-bottom: 10px;
    font-family: futurabold;
}
.tit-news-big a{
    color: #000;
}
.tit-news-big a:hover{
    color: #36a624;
}
.xemthem{
    color: #36a624;
    font-style: italic;
}
.xemthem i{
    margin-left: 5px;
}
.big-news{
    margin-bottom: 30px;
}
.tit-news-small{
    margin: 0;
    margin-bottom: 10px;
    font-family: futurabold;
    font-size: 16px;
}
.tit-news-small a{
    color: #000;
}
.tit-news-small a:hover{
    color: #36a624;
}
.small-news .des-news{
    margin-bottom: 10px;
}
.block-list-news .nav-tabs {
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block-list-news .nav-tabs>li{
    float: none;
    flex: 1;
}
.block-list-news .nav-tabs>li>a {
    margin: 0;
    border: none !important;
    border-radius: 0;
    background: #fff;
    text-align: center;
    font-family: futurabold;
    color: #000;
    border-top: 5px solid #fff !important;
    padding: 5px 15px 10px 15px;
    white-space: nowrap;
}
.block-list-news .nav-tabs>li.active>a, 
.block-list-news .nav-tabs>li.active>a:focus, 
.block-list-news .nav-tabs>li.active>a:hover{
    background: #e8e8e8;
    color: #f76c00;
    border-top: 5px solid #f76c00 !important;
}
.img-list-news{
    display: block;
    width: 90px;
    margin-right: 15px;
}
.tit-list-news{
    width: calc(100% - 105px);
}
.tit-list-news a{
    color: #000;
    font-size: 16px;
}
.block-list-news .tab-content{
    background: #fff;
    padding: 15px 10px;
}
.block-list-news{
    border: 1px solid #e8e8e8;
}
.sub-list-news{
    margin-bottom: 20px;
}
.list-news .sub-list-news:last-child{
    margin-bottom: 0;
}
.slider-op:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 187px;
    background-color: none;
    background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 0, 0) 100%);
    z-index: 9;
}
.slider-op:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 187px;
    background-color: none;
    background-image: linear-gradient(to left, #fff 0%, rgba(255, 255, 0, 0) 100%);
    z-index: 9;
}
.block-slider-op{
    margin: 0 auto;
    z-index: 10;
    position: relative;
}
.block-slider-op .owl-nav img{
    width: 30px;
}
.block-slider-op .owl-nav button.owl-prev {
    position: absolute;
    left: 100px;
    top: calc(50% - 35px);
    background: rgba(85, 85, 85, 0.6);
    z-index: 99;
    width: 50px;
    height: 70px;
    margin: 0;
}
.block-slider-op .owl-nav button.owl-next {
    position: absolute;
    right: 100px;
    top: calc(50% - 35px);
    background: rgba(85, 85, 85, 0.6);
    z-index: 99;
    width: 50px;
    height: 70px;
    margin: 0;
}
.item-op{
    text-align: center;
    display: inline-block;
    margin: 0 30px;
}
.name-op{
    font-size: 15px;
    font-weight: 400;
    color: #dcbe76;
    margin-top: 15px;
}
.list-op{
    text-align: center;
}
.list-op .item-op:first-child{
    margin-left: 0;
}
.list-op .item-op:last-child{
    margin-right: 0;
}
.img-op {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
}
.name-pro{
    position: absolute;
    bottom: 20px;
    left: 15px;
    margin: 0;
    text-transform: uppercase;
}
.name-pro a{
    color: #fff;
}
.name-pro a:hover{
    color: #dcbe76;
}
.op-hide {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(220, 190, 118, 0.7);
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-ophd {
    text-align: center;
    padding: 0 15px;
}
.name-pro-hide a{
    color: #e41a22;
    text-transform: uppercase;
}
.des-ophd{
    color: #fff;
}
.img-op:hover .name-pro{
    display: none;
}
.img-op:hover .op-hide{
    top: 0;
    transition: all 0.3s;
}
.main-bdschothue{
    background: #2d3c61;
}
.img-bdsct a{
    display: block;
    overflow: hidden;
}
.img-bdsct a img{
    transition: all 0.8s;
    transform: scale(1);
}
.img-bdsct a:hover img{
    transition: all 0.8s;
    transform: scale(1.2);
}
.tit-bdsct{
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: futurabold;
}
.tit-bdsct a{
    color: #000;
}
.content-bdsct{
    background: #fff;
}
.top-bdsct{
    padding: 10px 15px;
}
.bottom-bdsct{
    padding: 10px 15px;
}
.content-bdsct hr{
    margin: 0;
}
.price-bdsct{
    font-style: italic;
    font-size: 17px;
}
.block-bdsct{
    margin-bottom: 30px;
}
.main-doitac{
    background: #fafafa;
}
.items-dt {
    border: 1px solid #fafafa;
}
.items-dt img{
    border: 1px solid #ccc;
}
footer{
    border-top: 5px solid #f8852b;
    background: #2d3c61 url(../img/backg-ft.png) bottom center no-repeat;
    background-size: contain;
}
footer *{
    color: #fff;
}
.tit-ft{
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
    font-family: futurabold;
}
.address-ft p{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.address-ft p i{
    width: 30px;
}
.address-ft p span{
    width: calc(100% - 30px);
}
.address-ft p{
    margin-bottom: 15px;
}
.address-ft p:last-child{
    margin: 0;
}
.download{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    width: 100%;
    padding: 5px 15px;
    border-radius: 4px;
}
.download span{
    color: #000 !important;
}
.form-dknews form{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-dknews input{
    border-radius: 4px 0 0 4px;
    padding: 6px 12px;
    width: calc(100% - 100px);
    border: none;
    height: 40px;
    color: #000;
}
.form-dknews button{
    background: #f76c00;
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    width: 100px;
    text-align: center;
    border-radius: 0 4px 4px 0;
    border: none;
    height: 40px;
    font-family: futurabold;
}
.tit-ft.not-upper{
    text-transform: unset;
}
.ul-ft{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-ft > li{
    margin-bottom: 5px;
}
.ul-ft > li:last-child{
    margin: 0;
}
.ul-ft > li > a:hover{
    color: #f76c00;
}
.flex-ft{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.font13 {
    font-size: 13px;
}
.social a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    margin-left: 7px;
}
.social a:first-child{
    margin: 0;
}
.social .so-gg{
    background: #d52a33;
}
.social .so-fb{
    background: #254096;
}
.social .so-pr{
    background: #d52a33;
}
.social .so-tt{
    background: #0ba7da;
}
.social .so-ytb{
    background: #d52a33;
}
.footer-bottom{
    padding-bottom: 15px;
}
.social a:hover{
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}
.main-intro {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/backg-lsht.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 460px;
}
.main-intro:before {
    content: "";
    width: 100%;
    height: 25%;
    background: rgba(255,255,255,0);
    background-image: linear-gradient(rgba(255,255,255,0), rgba(23, 23, 23, 0.6));
    bottom: 0;
    left: 0;
    display: block;
    position: absolute;
}
.top-intro {
    position: absolute;
    padding-top: 100px;
}
.header-gioithieu{
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.boss{
    overflow: hidden;
    border-radius: 10px;
}
.boss img{
    transition: all 0.8s;
    transform: scale(1);
}
.boss img:hover{
    transition: all 0.8s;
    transform: scale(1.2);
}
.title-gt {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}
.content-sec {
    margin-bottom: 40px;
}
.menufullpage{
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f58634;
}
.menufullpage > li > a{
    display: inline-block;
    color: #000;
    padding: 20px 0;
    font-size: 13px;
    height: 60px;
}
.menu-full.menu-full-fixed {
    position: fixed;
    top: 60px;
    width: 100%;
    left: 0;
    z-index: 99;
    background: #fff;
}
.menufullpage > li.active > a{
    color: #36a624;
    font-family: futurabold;
}
.menufullpage-gt2 > li.active > a{
    color: #000;
    font-family: futurabold;
}
.menu-full {
    background: #fff;
    height: 60px;
}
.fp-viewing-gioithieu .menu-full-head,
.fp-viewing-thongdiep .menu-full-head{
    display: none;
}
.fp-viewing-gioithieu .menu-full{
    margin-top: -50px;
}
.menu-full-head {
    background: #fff;
    height: 62px;
}
.title-gt-main{
    margin: 30px 0;
    position: relative;
    z-index: 9;
}
.gioithieutapdoan{
    position: relative;
}
.gioithieutapdoan:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: url(../img/backg-gttd.jpg) top center no-repeat;
    background-size: cover;
    z-index: -1;
}
.content-gttd{
    background: #fff;
    position: relative;
    z-index: 8;
    padding: 30px;
}
.row-thongdiep{
    height: 100%;
}
.col-thongdiep{
    height: 100%;
    overflow: auto;
}
.fullheight{
    height: 100%;
}
.boss img{
    height: 100%;
    object-fit: cover;
}
.content-gttd .editer{
    overflow: auto;
}
.content-tnsm{
    display: flex;
    justify-content: space-between;
}
.left-tnsm {
    width: 50%;
    background: url(../img/backg-tnsm.jpg) center center no-repeat;
    background-size: cover;
    padding: 0 50px;
}
.content-tnsm {
    display: flex;
    justify-content: space-between;
}
.content-left-tnsm *{
    color: #fff;
}
.content-left-tnsm {
    border: 1px solid #fff;
}
.content-left-tnsm .editer{
    overflow: auto;
    padding: 0 20px;
}
.content-left-tnsm h3{
    margin: 20px 0;
    font-family: futurabold;
}
.editer h1,
.editer h2,
.editer h3,
.editer h4,
.editer h5,
.editer h6{
    font-family: futurabold;
}
.right-tnsm{
    width: 50%;
}
.right-tnsm img{
    object-fit: cover;
    height: 100%;
}
.content-logo-slogan {
    height: 100vh;
    margin-top: 0;
    margin-bottom: 30px;
}
.top-logo-slogan {
    text-align: center;
}
.img-lgsl {
    padding: 20px 0 10px;
}
.img-lgsl img{
    height: 100px;
}
.des-lgsl{
    height: 42px;
}
.bottom-logo-slogan {
    height: calc(100% - 172px);
    display: flex;
    justify-content: space-between;
}
.left-bottom-logo-slogan {
    width: 50%;
    height: 100%;
    padding: 0 30px 0 50px;
}
.left-bottom-logo-slogan .editer{
    height: 100%;
    overflow: auto;
}
.editer strong{
    font-family: futurabold !important;
}
.right-bottom-logo-slogan {
    width: 50%;
    height: 100%;
    background: #e6e7e8;
    padding: 0 50px 0 30px;
}
.right-bottom-logo-slogan .editer{
    height: 100%;
    overflow: auto;
}
.conter-lichsuhinhthanh {
    background: url(../img/backg-lsht.jpg) top center no-repeat;
    background-size: cover;
    padding: 40px 0;
    background-attachment: fixed;
}
.scroller {
  overflow-y: scroll;
  scrollbar-color: #e6e7e8 #a6a6a6;
  scrollbar-width: thin;
}
.scrollbar{
    overflow-y: scroll;
}
.scrollbar::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px #e6e7e8;
    border-radius: 10px;
    background-color: #e6e7e8;
}
.scrollbar::-webkit-scrollbar{
    width: 7px;
    background-color: #e6e7e8;
}
.scrollbar::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #a6a6a6;
}
.list-year{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.list-year > li{
    color: #fff;
    font-family: futurabold;
    padding: 7px 15px;
    margin: 0 5px;
    cursor: pointer;
}
.list-year > li.active{
    background: #2d3c61;
}
.item-ct-year.active {
    background: #2d3c61;
}
.item-ct-year.active .dot-year:after{
    content: unset;
}
.item-ct-year{
    padding: 15px 0;
}
.item-ct-year *{
    color: #fff;
}
.main-year{
    margin-bottom: 20px;
    text-align: center;
}
.main-year span{
    font-size: 30px;
    font-family: futurabold;
    border-bottom: 1px solid #fff;
}
.dot-year {
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}
.dot-year:after{
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}
.content-year{
    padding: 0 15px;
    height: 150px;
}
.control-lichsu{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}
.control-lichsu span{
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.line-his {
    width: 100px;
    height: 1px;
    background: #fff;
    margin: 0 10px;
}
.content-vanhoatapdoan {
    height: calc(100vh - 112px);
    margin-bottom: 40px;
    padding-top: 1px;
}
.main-vanhoatapdoan{
    height: calc(100% - 86px);
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}
.left-vanhoatapdoan{
    height: 100%;
    width: 50%;
    overflow: hidden;
    padding-right: 15px;
}
.left-vanhoatapdoan img {
    transition: all 0.8s;
    transform: scale(1);
    height: 100%;
    object-fit: cover;
}
.left-vanhoatapdoan img:hover{
    transition: all 0.8s;
    transform: scale(1.2);
}
.right-vanhoatapdoan{
    height: 100%;
    width: 50%;
    padding-left: 15px;
}
.right-vanhoatapdoan .editer{
    height: 100%;
    overflow: auto;
}
.content-congtythanhvien {
    background: url(../img/backg-tv.jpg) top center no-repeat;
    background-size: cover;
    padding: 10px 0 70px 0;
}
.items-cttv {
    background: #e8e8e8;
    padding: 40px;
    border-radius: 20px;
}
.name-cttv {
    font-family: futurabold;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.block-congtythanhvien{
    position: relative;
}
.block-congtythanhvien .owl-theme .owl-nav{
    margin: 0;
}
.block-congtythanhvien .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: calc(50% - 35px);
    left: -70px;
}
.block-congtythanhvien .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 35px);
    right: -70px;
}
.block-congtythanhvien .owl-dots {
    position: relative;
    top: 30px;
}
.main-congtythanhvien{
    height: calc(100% - 86px);
}
.content-doitac {
    margin-bottom: 40px;
    padding-top: 1px;
}
.main-part{
    height: calc(100% - 86px);
    position: relative;
}
.sub-pn{
    margin-bottom: 30px;
}
.main-part .owl-theme .owl-nav{
    margin: 0;
}
.main-part .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: calc(50% - 55px);
    left: -70px;
}
.main-part .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 55px);
    right: -70px;
}
.language span{
    color: #fff;
}
.slider-banner img{
    height: 770px;
    object-fit: cover;
}
.f-search .stylish-input-group .input-group-addon{
    background: white !important; 
}
.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;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.7;
}
.modal-backdrop{
    z-index: 999999;
}
.modal{
    z-index: 9999999;
}
header.header-fixed {
    position: fixed !important;
    background: #000 !important;
    top: 0 !important;
}
.header-fixed .logo {
    height: 60px;
}
.header-fixed .ul-main-menu > li > a{
    height: 60px;
}
.show-search-project{
    width: 40px;
    height: 40px;
    background: #36a624;
    color: #fff !important;
    position: fixed;
    top: 120px;
    right: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
* {
    box-sizing: border-box;
}
.quick-alo-phone .quick-alo-show {
    visibility: visible;
}
.quick-alo-phone {
    position: fixed;
    z-index: 998;
    visibility: hidden;
    background-color: transparent;
    height: 200px;
    width: 82px;
    height: 64px;
    right: 150px;
    top: 60%;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
}
.quick-alo-phone .quick-alo-green .quick-alo-ph-circle {
    border-color: #00A1FF;
    opacity: 0.5;
}
.quick-alo-ph-circle {
    position: fixed;
    z-index: 998;
    width: 160px;
    height: 160px;
    bottom: 0;
    left: 0;
    border: 2px solid #38a726;
    background-color: transparent;
    border-radius: 100%;
    opacity: .1;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
}
.quick-alo-phone .quick-alo-green .quick-alo-ph-circle-fill {
    background-color: rgb(246, 202, 98);
    opacity: .75 !important;
}
.quick-alo-ph-circle-fill {
    position: fixed;
    z-index: 998;
    width: 100px;
    height: 100px;
    bottom: 30px;
    left: 30px;
    background-color: rgb(56, 167, 38);
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    transform-origin: 50% 50%;
}
.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
    background-color: #00A1FF;
}
.quick-alo-ph-img-circle {
    position: fixed;
    z-index: 998;
    width: 60px;
    height: 60px;
    bottom: 50px;
    left: 50px;
    background: #36a624 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABrklEQVRYR82XjTEEQRCFX0dABlwEiAARkAEyIAJEoERACETARUAIJwIyeOqptfbm5qeP3lpTdVVXVzPd3/R0v+4zTLxsYv/4XwAkrwDsV6JyZmaLyKj1ESB5AOCpYfzazAQZttYFuDWz8zDvwE8OkNwF8NIwvjCz2SgAMkqSDuOzyDxYqgKSrwB2GhBKxHsHqGtLCiDDJ42Tj2Z27LLu2JQCnAK4a5x7M7Nth23XlhRgE8B74+SemempQtaKEpKsPUPo++sGOYCSIIU7zwJ05ficSLLkV6H/CIn7wEi2GRVkOVwFixEoREE/hz9DsR2TVKkp2zeSsI9bBUNnJNV4bhIA5cFhVCk2B5JCWVYhSEopjwAob6qa4QGQOKkqcj1iJSdIpmoqWEHIhr7Ph1BNgC4haxAPAC7UITPOc1UrCOXR12TlAnBAyKhAdHvPUg4pIn6AAYQc1ebG8QC+LXfD66XHU2HP7yKQlKhGODWu1gCTY/g7wCAaendNyltrRCQOIAERjCc/ejV1V4H3dp2ES4jU1vVJpXxpogoHSEE7oOEIp9G+/3c1OkArcpMDfAIqL6EhVS6JOAAAAABJRU5ErkJggg==") no-repeat center center;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .99;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    transform-origin: 50% 50%;
}
.quick-alo-phone .quick-alo-green .quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {
    background-color: #ff0101;
}

@-moz-keyframes quick-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}
@-webkit-keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}
@-o-keyframes quick-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}
@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.phone {
    display: none;
}
.owl-theme .owl-nav{
    margin: 0;
}
.main-bdschothue .owl-nav button.owl-prev {
    left: 10px;
    top: calc(50% - 25px);
    width: 30px;
    height: 50px;
    position: absolute;
    background: rgba(85, 85, 85, 0.6);
    z-index: 99;
    margin: 0;
}
.main-bdschothue .owl-nav button.owl-next {
    right: 10px;
    top: calc(50% - 25px);
    width: 30px;
    height: 50px;
    position: absolute;
    background: rgba(85, 85, 85, 0.6);
    z-index: 99;
    margin: 0;
}
.main-bdschothue .owl-nav img {
    width: 30px;
}
.gioithieutapdoan-gt2 {
    background: #19889b;
    padding-top: 20px;
    overflow: hidden;
}
.gioithieutapdoan-gt2 .editer *{
    color: #fff;
    text-align: justify;
}
.content-right-tnsm .editer *{
    text-align: justify;
}
.gioithieutapdoan-gt2 .title-gt{
    position: relative;
}
.gioithieutapdoan-gt2 .title-gt:after{
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background: #fff;
    margin: 0 auto;
    margin-top: 20px;
}
.gioithieutapdoan-gt2 .boss {
    position: absolute;
    width: 300px;
    top: -100px;
}
.gioithieutapdoan-gt2 .boss img{
    transform: unset;
}
.tamnhinsumenh-gt2{
    padding: 80px 50px;
    background: #fff;
}
.tamnhinsumenh-gt2 .left-tnsm {
    width: 33%;
    background: unset; 
    background-size: unset; 
    padding: 0; 
}
.tamnhinsumenh-gt2 .right-tnsm{
    width: 67%;
    padding-left: 30px;
}
.tamnhinsumenh-gt2 .right-tnsm .title-gt{
    color: #19889b;
    margin-top: 0;
}
.tamnhinsumenh-gt2 .right-tnsm .editer *{
    color: #19889b;
}
.tamnhinsumenh-gt2 .content-tnsm{
    align-items: center;
}
.vanhoatapdoan-gt2{
    padding: 20px 50px 40px 50px;
    background: #fff;
}
.vanhoatapdoan-gt2 .title-gt{
    color: #19889b;
}
.vanhoatapdoan-gt2 .right-vanhoatapdoan{
    height: auto;
    width: 33%;
    padding: 0;
}
.vanhoatapdoan-gt2 .content-vanhoatapdoan{
    height: auto;
    margin: 0;
    padding: 0;
}
.vanhoatapdoan-gt2 .left-vanhoatapdoan{
    width: 67%;
    padding-right: 30px;
}
.vanhoatapdoan-gt2 .left-vanhoatapdoan .editer *{
    color: #19889b;
    text-align: justify;
}
.vanhoatapdoan-gt2 .main-vanhoatapdoan{
    height: auto;
    padding: 0;
    align-items: center;
}
.congtythanhvien-gt2 .content-congtythanhvien{
    background: url(../img/backg-lsht.jpg) top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.list-linhvuc{
    padding: 40px 50px;
}
.right-linhvuc-odd{
    width: 50%;
}
.left-linhvuc-odd{
    width: calc(50% + 80px);
    margin-right: -80px;
    background: #f1f1f1;
    position: relative;
    z-index: 9;
    padding: 40px 100px;
}
.tit-linhvuc{
    text-align: center;
    font-family: futurabold;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.tit-linhvuc:after{
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: #f58634;
    margin: 0 auto;
    margin-top: 15px;
}
.view-linhvuc{
    display: inline-block;
    padding: 10px 30px;
    background: #008000;
    color: #fff;
}
.block-linhvuc-odd{
    margin-bottom: 30px;
}
.right-linhvuc-even{
    width: calc(50% + 80px);
    margin-left: -80px;
    background: #f1f1f1;
    position: relative;
    z-index: 9;
    padding: 40px 100px;
}
.left-linhvuc-even{
    width: 50%;
}
.tit-linhvuc{
    text-align: center;
    font-family: futurabold;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.tit-linhvuc:after{
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: #f58634;
    margin: 0 auto;
    margin-top: 15px;
}
.view-linhvuc{
    display: inline-block;
    padding: 10px 30px;
    background: #008000;
    color: #fff;
}
.block-linhvuc-odd{
    margin-bottom: 30px;
}
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#fff;
  stroke-width:5.5;
  stroke-linecap:round;
}
.ham1 .top {
  stroke-dasharray: 40 139;
}
.ham1 .bottom {
  stroke-dasharray: 40 180;
}
.ham1.active .top {
  stroke-dashoffset: -98px;
}
.ham1.active .bottom {
  stroke-dashoffset: -138px;
}
.items-cttv .editer *{
    text-align: justify;
}





@media (max-width: 1699px){
    .ul-main-menu > li > a{
        padding: 10px 20px;
    }
}
@media (max-width: 1599px){
    .ul-main-menu > li > a{
        font-size: 13px;
    }
}
@media (max-width: 1499px){
    .fp-viewing-footer header{
        display: none;
    }
}
@media (max-width: 1399px){
    .control-lichsu{
        margin: 20px 0;
    }
    .sub-pn img{
        height: 200px;
        width: auto;
        object-fit: cover;
    }
    .gioithieutapdoan-gt2 .boss{
        left: -30px;
    }
    .left-linhvuc-odd{
        padding: 40px;
    }
    .right-linhvuc-even{
        padding: 40px;
    }
}
@media (max-width: 1299px){
    .main-header,
    .block-datb{
        width: calc(100% - 30px);
    }
    .main-banner .owl-nav button.owl-next{
        display: none;
    }
    .main-banner .owl-nav button.owl-prev{
        display: none;
    }
    .logo{
        width: 150px;
    }
}
@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    header{
        position: fixed !important;
        top: 0 !important;
    }
    .ul-main-menu{
        display: none;
    }
    .menufullpage > li > a{
        white-space: nowrap;
    }
    .menu-full-head > .container{
        overflow: auto;
    }
    .menufullpage{
        width: 1140px;
    }
    .menu-full{
        margin-top: 0;
    }
    .menu-full > .container{
        overflow: auto;
    }
    .fp-viewing-thongdiep .content-sec {
        margin-bottom: 30px;
        height: auto;
    }
    .title-gt-main{
        margin: 30px 0;
    }
    .fp-tableCell{
        display: block !important;
        height: auto !important;
    }
    .fp-section.fp-table, .fp-slide.fp-table{
        height: auto !important;
        display: block !important;
    }
    .fp-viewing-gioithieu .menu-full{
        margin-top: 0;
    }
    .content-tnsm {
        height: auto;
        margin-top: 0;
        display: block;
    }
    .content-sec{
        height: auto;
    }
    .left-tnsm {
        width: 100%;
        padding: 30px;
    }
    .left-tnsm .title-gt{
        margin-top: 0;
    }
    .right-tnsm{
        width: 100%;
    }
    .content-logo-slogan {
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    .bottom-logo-slogan{
        display: block;
    }
    .left-bottom-logo-slogan{
        width: 100%;
        padding: 0 30px;
    }
    .right-bottom-logo-slogan{
        padding: 0 30px 30px 30px;
        width: 100%;
    }
    .conter-lichsuhinhthanh {
        height: auto;
        margin-top: 0;
        padding-top: 1px;
        padding-bottom: 30px;
    }
    .content-vanhoatapdoan {
        height: auto;
        margin: 0;
    }
    .main-vanhoatapdoan{
        display: block;
        height: auto;
        padding: 0 30px;
    }
    .left-vanhoatapdoan{
        width: 100%;
        padding: 0;
    }
    .right-vanhoatapdoan{
        width: 100%;
        padding: 0;
        margin: 20px 0;
    }
    .content-congtythanhvien {
        height: auto;
        margin-top: 0;
        padding-bottom: 50px;
    }
    .main-congtythanhvien {
        height: auto;
    }
    .content-doitac {
        height: auto;
        margin: 0;
    }
    .main-part {
        height: auto;
    }
    .des-lgsl{
        height: auto;
    }
    .sub-pn img{
        height: auto;
    }
    .fp-viewing-footer header{
        display: block;
    }
    .show-mb{
        color: #fff !important;
    }
    .sidenav {
        position: fixed;
        right: 0;
        background-color: #19889b;
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 99999;
        width: 100%;
        top: 60px;
        overflow: auto;
        height: calc(100% - 60px);
    }
    .menu-mobile {
        padding: 0;
        text-decoration: none;
        color: #818181;
        transition: 0.3s;
        list-style-type: none !important;
        margin: 0;
    }
    .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: 16px;
        font-family: futurabold;
    }
    .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;
    }
    .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: #286090;
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .search-banner{
        width: 970px;
    }
    .sub-list-news{
        margin-bottom: 10px;
    }
    .scrollbar,
    .scroller{
        overflow: auto !important;
    }
    .main-intro img{
        height: 300px;
        object-fit: cover;
    }
    .logo {
        width: auto;
        height: 60px;
    }
    .menufullpage.menufullpage-gt2{
        width: 100%;
    }
    .gioithieutapdoan-gt2 .boss{
        display: none;
    }
    .tamnhinsumenh-gt2 .content-tnsm{
        display: flex;
    }
    .vanhoatapdoan-gt2 .left-vanhoatapdoan{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .vanhoatapdoan-gt2 .right-vanhoatapdoan{
        width: 100%;
        margin: 0;
    }
    .search-language{
        display: flex;
        align-items: center;
        margin: 0;
    }
    .main-intro{
        height: 400px;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    .name-cttv{
        margin-top: 15px;
    }
    .main-part .owl-carousel .owl-nav button.owl-prev{
        left: 0;
    }
    .main-part .owl-carousel .owl-nav button.owl-next{
        right: 0;
    }
    .block-congtythanhvien .owl-carousel .owl-nav button.owl-prev{
        left: 0;
    }
    .block-congtythanhvien .owl-carousel .owl-nav button.owl-next{
        right: 0;
    }
    .address-ft{
        margin-bottom: 20px;
    }
    .flex-ft{
        flex-wrap: wrap;
    }
    .col-ft{
        width: 33.333333%;
        margin-bottom: 20px;
    }
    .items-cttv{
        padding: 20px;
    }
    .search-banner{
        width: 750px;
    }
    .block-list-news{
        margin-top: 30px;
    }
    .slider-op:before, .slider-op:after {
        width: 100px;
    }
    .row-thongdiep{
        display: flex;
        flex-wrap: wrap;
    }
    .order-1{
        order: 1;
        width: 100%;
    }
    .order-2{
        order: 2;
        width: 100%;
    }
    .boss{
        margin-bottom: 20px;
    }
    .menufullpage.menufullpage-gt2 {
        width: 800px;
    }
    .tamnhinsumenh-gt2 .content-tnsm{
        display: block;
    }
    .tamnhinsumenh-gt2 .left-tnsm {
        width: 100%;
        margin-bottom: 20px;
    }
    .tamnhinsumenh-gt2 .right-tnsm{
        width: 100%;
        padding-left: 0;
    }
    .tamnhinsumenh-gt2 {
        padding: 30px 15px;
    }
    .vanhoatapdoan-gt2{
        padding: 30px 15px;
    }
    .left-linhvuc-odd,
    .right-linhvuc-even{
        width: 50%;
        margin: 0;
        padding: 30px 15px;
    }
    .list-linhvuc{
        padding: 30px 15px;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .content-year{
        height: auto;
    }
    .item-ct-year{
        padding: 15px 0 30px;
    }
    .col-ft{
        width: 50%;
    }
    .footer-bottom .flex-bw{
        display: block;
    }
    .social{
        margin-top: 20px;
    }
    .list-year > li{
        margin: 0 5px;
        padding: 7px;
    }
    .content-gttd{
        padding: 15px;
    }
    .block-congtythanhvien .owl-carousel .owl-nav button.owl-prev,
    .block-congtythanhvien .owl-carousel .owl-nav button.owl-next{
        width: 30px;
        top: calc(50% - 20px);
    }
    .main-part .owl-carousel .owl-nav button.owl-prev,
    .main-part .owl-carousel .owl-nav button.owl-next{
        width: 30px;
        top: calc(50% - 35px);
    }
    .search-banner{
        width: calc(100% - 30px);
    }
    .slider-banner img{
        height: 500px;
    }
    .main-gioithieu .flex{
        display: block;
    }
    .img-intro{
        margin-top: 30px;
    }
    .slider-banner img{
        height: auto;
    }
    .search-banner{
        display: none;
    }
    .search-banner{
        position: fixed;
        top: 140px;
        z-index: 999;
    }
    .phone {
        display: block;
    }
    .block-linhvuc-odd .flex-bw{
        display: block;
    }
    .left-linhvuc-odd,
    .right-linhvuc-odd{
        width: 100%;
    }
    .block-linhvuc-even .flex-bw{
        flex-direction: column-reverse;
    }
    .left-linhvuc-even,
    .right-linhvuc-even{
        width: 100%;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .col-ft{
        padding: 0 10px;
    }
    .flex-ft{
        margin: 0 -10px;
    }
    .list-year > li {
        margin: 0 0px;
        padding: 7px;
        font-size: 12px;
    }
    .main-vanhoatapdoan,
    .left-bottom-logo-slogan,
    .top-logo-slogan{
        padding: 0 15px;
    }
    .right-bottom-logo-slogan{
        padding: 0 15px 15px 15px;
    }
    .small-news{
        margin-bottom: 30px;
    }
    .block-list-news{
        margin-top: 0;
    }
    .slider-op:before, .slider-op:after {
        width: 80px;
    }
    .block-slider-op .owl-nav button.owl-prev {
        left: 30px;
        top: calc(50% - 25px);
        width: 30px;
        height: 50px;
    }
    .block-slider-op .owl-nav button.owl-next {
        right: 30px;
        top: calc(50% - 25px);
        width: 30px;
        height: 50px;
    }
    .name-pro {
        bottom: 10px;
        left: 10px;
        font-size: 13px;
        text-align: left;
        display: block !important;
    }
    .op-hide {
        display: none;
    }
    .left-tnsm{
        padding: 15px;
    }
    .title-gt{
        font-size: 18px;
    }
    .main-header, .block-datb {
        width: calc(100% - 15px);
    }
    .tamnhinsumenh-gt2 .right-tnsm .editer h3{
        font-size: 22px;
    }
    .top-intro h2{
        font-size: 24px;
        text-align: center;
    }
    .top-intro{
        top: 60px;
    }
    .main-intro {
        height: 300px;
    }
}