@font-face {
    font-family: harbold;
    src: url('../fonts/RVHarmonia-Bold.eot');
    src: url('../fonts/RVHarmonia-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RVHarmonia-Bold.woff2') format('woff2'),
        url('../fonts/RVHarmonia-Bold.woff') format('woff'),
        url('../fonts/RVHarmonia-Bold.ttf') format('truetype'),
        url('../fonts/RVHarmonia-Bold.svg#RVHarmonia-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: harregular;
    src: url('../fonts/RVHarmonia-Regular.eot');
    src: url('../fonts/RVHarmonia-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RVHarmonia-Regular.woff2') format('woff2'),
        url('../fonts/RVHarmonia-Regular.woff') format('woff'),
        url('../fonts/RVHarmonia-Regular.ttf') format('truetype'),
        url('../fonts/RVHarmonia-Regular.svg#RVHarmonia-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: charle;
    src: url('../fonts/UTMCharlemagne.eot');
    src: url('../fonts/UTMCharlemagne.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UTMCharlemagne.woff2') format('woff2'),
        url('../fonts/UTMCharlemagne.woff') format('woff'),
        url('../fonts/UTMCharlemagne.ttf') format('truetype'),
        url('../fonts/UTMCharlemagne.svg#UTMCharlemagne') format('svg');
    font-weight: normal;
    font-style: normal;
}
a{moz-transition:all .3s;ms-transition:all .3s;o-transition:all .3s;transition:all .3s;webkit-transition:all .3s}
a:hover,a:active,a:focus{text-decoration:none!important}
img{max-width: 100%;}
body{font-size: 16px;margin:0;font-family: harregular; right: 0px;position: relative;}
body p{font-size:16px;margin:0;font-family: harregular;text-align: justify;}
.clear60{clear:both;height:60px}
.clear40{clear:both;height:40px}
.clear20{clear:both;height:20px}
.clear10{clear:both;height:10px}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.nopadding{padding:0!important}
.nomargin{margin:0}
.fullwidth{width: 100%;}
.clwhite{color: #fff;}
.clblack{color: #000;}
.bold{font-weight: bold;}
.flex{display: flex;align-items: center;}
.flex-n{display: flex;}
.flex-bw{display: flex;align-items: center;justify-content: space-between;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.show1199{display: none;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.row:before{content: unset;}
.harbold{font-family: harbold;}
.editer img{height: auto;}
.ul-main-menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-main-menu > li > a{
    font-family: harbold;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 7px 0 0 0;
    transition: unset;
    display: inline-block;
    border-bottom: 3px solid transparent;
}
.ul-main-menu > li:hover > a,
.ul-main-menu > li.active > a,
.head-not-home .ul-main-menu > li.active > a{
    color: #ed1c24;
    border-bottom: 3px solid #046fb2;
}
.ul-main-menu > li.logo > a{
    border: none !important;
}
.ul-main-menu > li.active > a{
    border-bottom: 3px solid #046fb2;
    color: #ed1c24;
}
.has-sub{
    position: relative;
}
.ul-sub-menu{
    position: absolute;
    top: 200%;
    left: 0;
    width: 250px;
    background: #fff;
    box-shadow: 0 0 5px #444;
    padding: 15px;
    list-style-type: none;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}
.ul-sub-menu > li > a{
    display: block;
    font-family: harbold;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0 5px 0;
    border-bottom: 1px dotted #ccc;
}
.ul-sub-menu > li:hover > a{
    color: #ed1c24;
}
.ul-sub-menu > li:last-child > a{
    border: none;
}
.has-sub:hover .ul-sub-menu{
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: all 0.3s;
}
.main-menu{
    position: relative;
}
.language {
    position: absolute;
    right: 0;
    top: 15px;
}
header {
    padding: 20px 0;
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #c81529;
}
.language > a{
    display: inline-block;
    margin-left: 10px;
}
.language > a:first-child{
    margin: 0;
}
.main-banner{
    overflow: hidden;
    position: relative;
}
.main-banner .lSSlideOuter .lSPager.lSpg{
    margin-top: 0 !important;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 50px;
}
.main-banner .lSSlideOuter .lSPager.lSpg > li a{
    width: 15px;
    height: 15px;
    background: none;
    border: 1px solid #fff;
}
.main-banner .lSSlideOuter .lSPager.lSpg > li:hover a, 
.main-banner .lSSlideOuter .lSPager.lSpg > li.active a{
    background: #c81529;
}
.items-banner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.items-banner:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 50, 93, 0.2);
}
@-webkit-keyframes ltor {
  from {transform: translateX(100%);opacity: 0;}
  to {transform: translateX(0);opacity: 1;}
}
@keyframes ltor {
  from {transform: translateX(100%);opacity: 0;}
  to {transform: translateX(0);opacity: 1;}
}
.tit-banner {
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    font-family: charle;
    font-size: 40px;
    margin: 0;
    text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}
.items-banner.active .tit-banner{
    -webkit-animation-name: ltor;
    -webkit-animation-duration: 2s;
    animation-name: ltor;
    animation-duration: 2s;
}
.tit-pub {
    margin: 0;
    text-transform: uppercase;
    font-family: harbold;
    color: #046fb2;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.tit-pub:before{
    content: "";
    width: 100px;
    height: 2px;
    background: #ed1c24;
    position: absolute;
    top: 100%;
}
.tit-pub:after {
    content: url(../img/tron.png);
    color: #ed1c24;
    position: absolute;
    top: calc(100% - 6px);
}
.clblue{
    color: #046fb2;
}
.shadow{
    background: #fafbfd;
    padding: 60px 20px;
    text-align: center;
    height: 100%;
    overflow: hidden;
}
.shadow:hover{
    box-shadow: 0 0 5px #ccc;
}
.right-c {
    transform: translate(300px);
    display: inline-block;
}
.shadow:hover .right-c{
    transform: translate(0);
    transition: all 0.5s;
}
.shadow2:hover .right-c{
    transform: translate(0);
    transition: all 0.5s;
}
.shadow2{
    height: 100%;
    overflow: hidden;
}
.shadow2:hover{
    box-shadow: 0 0 5px #ccc;
}
.img-dv {
    height: 77px;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
}
.items-duan {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.text-duan{
    width: calc(50% - 195px);
    background: #fafbfd;
}
.img-duan{
    width: calc(50% + 195px);
    transform: translateX(100%);
    opacity: 0;
}
.bl-text-duan {
    position: absolute;
    width: 570px;
    left: calc(50% - 570px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 50px;
    z-index: 9;
}
.bl-text-duan:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/canh.png) top center no-repeat;
    background-size: cover;
    width: 200px;
    height: 100%;
}
.sm-text {
    position: relative;
    z-index: 9;
    text-align: left;
    transform: translateX(calc(-50% - 640px));
}
.tit-duan{
    font-family: 'Yeseva One', cursive;
    text-transform: uppercase;
    color: #046fb2;
    margin: 0;
    margin-bottom: 40px;
}
.tit-duan:after{
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    border-radius: 50px;
    background: #ed1c24;
    margin-top: 10px;
}
.xemthem {
    display: inline-flex;
    align-items: center;
    padding: 5px 20px;
    border: 1px solid #ed1c24;
    border-radius: 50px;
}
.xemthem i{
    margin-left: 10px;
}
.xemthem:hover{
    background: #046fb2;
    color: #fff;
}
.items-duan.active .img-duan{
    transform: translateX(0);
    transition: all 1s;
    opacity: 1;
}
.items-duan.active .sm-text{
    transform: translateX(0);
    transition: all 1s;
    opacity: 1;
}
.block-duan{
    position: relative;
}
.block-duan .lSSlideOuter .lSPager.lSpg{
    margin-top: 0 !important;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 50px;
}
.block-duan .lSSlideOuter .lSPager.lSpg > li a{
    width: 15px;
    height: 15px;
    background: none;
    border: 1px solid #fff;
}
.block-duan .lSSlideOuter .lSPager.lSpg > li:hover a, 
.block-duan .lSSlideOuter .lSPager.lSpg > li.active a{
    background: #c81529;
}
.block-gt {
    background: #fafbfd;
    text-align: center;
    height: 100%;
}
.block-gt:hover{
    box-shadow: 0 0 5px #ccc;
}
.content-gt{
    padding: 20px 15px;
}
.block-gt{
    position: relative;
    top: 200px;
    opacity: 0;
}
.block-gt.show-gt{
    top: 0;
    opacity: 1;
    transition: all 1s;
}
.block-dv{
    position: relative;
    top: 200px;
    opacity: 0;
    height: 100%;
}
.block-dv.show-gt{
    top: 0;
    opacity: 1;
    transition: all 1s;
}
.tit-line{
    text-transform: uppercase;
    color: #046fb2;
    margin: 0;
    margin-bottom: 40px;
    font-family: harbold;
}
.tit-line:after{
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    border-radius: 50px;
    background: #ed1c24;
    margin-top: 10px;
}
.block-tit-news {
    display: flex;
    justify-content: space-between;
}
.control-news{
    display: flex;
    align-items: center;
}
.prev-news{
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    color: #444444;
}
.next-news{
    cursor: pointer;
    display: inline-block;
    color: #444444;
}
.clred{
    color: #ed1c24;
}
.v-news{
    display: inline-block;
    font-size: 20px;
}
.items-news-home{
    text-align: left;
}
.items-news-home > a{
    display: block;
    overflow: hidden;
}
.items-news-home > a > img{
    transform: scale(1);
    transition: all 0.3s;
}
.items-news-home:hover > a > img{
    transform: scale(1.2);
    transition: all 0.3s;
}
.block-news-home{
    padding: 15px;
    background: #fafbfd;
    height: calc(100% - 80px);
}
.item-td{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    position: relative;
    margin-bottom: 15px;
}
.item-td > i{
    width: 20px;
    margin-right: 10px;
    color: #a7a7a7;
}
.item-td .tit-news{
    max-width: calc(100% - 30px);
    position: relative;
    padding-right: 30px;
}
.item-td .tit-news a{
    font-size: 18px;
    font-family: harbold;
    color: #000;
}
.item-td .tit-news a:hover{
    color: #046fb2;
}
img.hot {
    position: absolute;
    right: 0;
    top: -5px;
}
.block-list-tuyendung{
    padding: 15px;
    background: #fafbfd;
    height: calc(100% - 80px);
}
.viewallnews > a{
    display: flex;
    align-items: center;
    justify-content: flex-end;;
}
.viewallnews > a > i{
    margin-left: 7px;
}
.item-doitac{
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-slider-doitac .slider-doitac{
    margin: 0 auto;
}
.info-cty{
    margin-bottom: 10px;
}
.social-ft{
    display: flex;
    align-items: center;
}
.social-ft span{
    margin-top: 5px;
}
.social-ft a{
    display: inline-flex;
    width: 35px;
    height: 35px;
    font-size: 15px;
    border: 2px solid #046fb2;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}
.form-footer {
    background: #fafbfd;
    padding: 15px;
}
.in-form-footer {
    padding: 20px;
    background: #fff;
}
.bdleft{
    border-left: 1px solid #e6e6e6;
}
.footer-center{
    background: url(../img/back-ft.jpg) bottom center no-repeat;
    background-size: cover;
}
.form-dangky {
    width: 600px;
    margin: 0 auto;
    background: #fafbfd;
    padding: 10px;
    box-shadow: 0 0 15px #ccc;
}
.form-dangky > form{
    background: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.ip-dk{
    width: calc(100% - 120px);
    border: none;
    outline: unset !important;
}
.btn-dk {
    background: #e41a22;
    color: #fff;
    font-family: harbold;
    border: none;
    padding: 5px 10px 3px 10px;
    border-radius: 50px;
    font-size: 13px;
    width: 110px;
}
.head-not-home{
    position: unset;
}
.head-not-home .ul-main-menu > li > a{
    color: #000;
}
.head-not-home .ul-main-menu > li:hover > a{
    color: #e41a22;
}
.banner-duan{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafbfd url(../img/bando.png) center bottom no-repeat;
    background-size: contain;
    height: 386px;
}
.banner-duan-chitiet{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafbfd url(../img/bando.png) center bottom no-repeat;
    background-size: contain;
    height: 150px;
}
.soduan{
    position: absolute;
    font-size: 170px;
    color: #e1e1e1;
    font-family: harbold;
}
.tit-pub.tit-asi{
    position: absolute;
    flex-direction: column;
}
.tit-pub.tit-asi span{
    color: #444444;
    font-size: 17px;
    text-transform: none;
    font-family: harregular;
    position: relative;
    z-index: 99;
    display: block;
}
.list-duan{
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-duan a{
    display: inline-block;
    padding: 10px 20px;
    margin: 0 10px;
    color: #000;
}
.list-duan a.active,
.list-duan a:hover{
    background: #046fb2;
    color: #fff;
}
.blsub-duan{
    margin-bottom: 30px;
}
.blsub-duan-img{
    overflow: hidden;
    position: relative;
}
.blsub-duan-control{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(4, 111, 178, 0.5);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.boc-da-control{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boc-da-control .a-duan-control:first-child{
    transform: translate(-50px);
}
.boc-da-control .a-duan-control:last-child{
    transform: translate(50px);
}
.a-duan-control{
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 10px;
}
.blsub-duan-img:hover .boc-da-control .a-duan-control{
    transform: translate(0);
    transition: all 0.3s;
}
.blsub-duan-img:hover .blsub-duan-control{
    opacity: 1;
    transition: all 0.3s;
}
.blsub-duan-img:
.blsub-duan:hover{
    box-shadow: 0 0 5px #ccc;
}
.head-grey{
    background: #fafbfd;
}
.banner-gioithieu{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.bngt-left{
    width: calc(50% - 143px);
    background: #fafbfd;
}
.bngt-right{
    width: calc(50% + 143px);
    position: relative;
    height: 956px;
}
.bngt-right img{
    height: 100%;
    object-fit: cover;
}
.ctbn-gioithieu {
    position: absolute;
    width: 1140px;
}
.block-bngt {
    display: flex;
    position: relative;
    width: 100%;
}
.editer-gt{
    background: #fff;
    padding: 20px;
    max-height: 600px;
    overflow: auto;
}
.tit-gt{
    position: absolute;
    bottom: 100%;
}
.blp-gt-thongke{
    background: url(../img/back-tk.jpg) center center no-repeat;
    background-size: cover;
    padding: 40px 0;
}
.count-tk{
    font-size: 30px;
    font-family: harbold;
    color: #fff;
}
.line-white{
    display: block;
    width: 30px;
    height: 4px;
    background: #fff;
    margin: 0 auto;
}
.img-tk {
    height: 54px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.items-pc{
    display: flex;
    justify-content: space-between;
}
.img-pc{
    width: 50%;
}
.img-pc img{
    height: 100%;
    object-fit: cover;
}
.nd-pc{
    width: 50%;
    padding: 40px 20px;
    background: #fafbfd;
    text-align: left;
}
.blp-gt-slider {
    position: relative;
    margin-top: 80px;
}
.blp-gt-slider .lSSlideOuter .lSPager.lSpg{
    margin: 0 !important;
    position: absolute;
    bottom: 100%;
    width: 100%;
    left: 0;
}
.blp-gt-slider .lSSlideOuter .lSPager.lSpg > li a{
    width: 32px;
    height: 32px;
    border-radius: 0;
    margin: 0 10px;
}
.blp-gt-slider .lSSlideOuter .lSPager.lSpg > li:nth-child(1) a{
    background: url(../img/ct-tn1.png) center center no-repeat;
    background-size: cover;
}
.blp-gt-slider .lSSlideOuter .lSPager.lSpg > li:nth-child(2) a{
    background: url(../img/ct-sm1.png) center center no-repeat;
    background-size: cover;
}
.blp-gt-slider .lSSlideOuter .lSPager.lSpg > li:nth-child(3) a{
    background: url(../img/ct-fl1.png) center center no-repeat;
    background-size: cover;
}
.blp-gt-slider .lSSlideOuter .lSPager.lSpg > li:nth-child(1):hover a, 
.blp-gt-slider .lSSlideOuter .lSPager.lSpg > li:nth-child(1).active a{
    background: url(../img/ct-tn2.png) center center no-repeat;
    background-size: cover;
}
.blp-gt-slider .lSSlideOuter .lSPager.lSpg > li:nth-child(2):hover a, 
.blp-gt-slider .lSSlideOuter .lSPager.lSpg > li:nth-child(2).active a{
    background: url(../img/ct-sm2.png) center center no-repeat;
    background-size: cover;
}
.blp-gt-slider .lSSlideOuter .lSPager.lSpg > li:nth-child(3):hover a, 
.blp-gt-slider .lSSlideOuter .lSPager.lSpg > li:nth-child(3).active a{
    background: url(../img/ct-fl2.png) center center no-repeat;
    background-size: cover;
}
.blp-gt-lanhdao{
    background: #fafbfd;
}
.items-lanhdao img{
    border-radius: 50%;
    border: 2px solid #046fb2;
}
.items-lanhdao{
    text-align: center;
}
.slider-lanhdao{
    margin: 0 auto;
}
.banner-lienhe {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafbfd url(../img/bando.png) center bottom no-repeat;
    background-size: contain;
    height: 386px;
}
.banner-tuyendung{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ct-bn-tuyendung {
    position: absolute;
    width: 1140px;
}
.content-tuyendung{
    width: 100%;
    background: #fff;
    padding: 30px;
}
.tit-tuyendung{
    position: absolute;
}
.bang-td table{
    width: 100%;
}
.bang-td table tr td:first-child{
    text-align: left;
}
.bang-td table tr td{
    padding: 10px;
    text-align: center;
}
.bang-td table,
.bang-td table tr,
.bang-td table tr td{
    border: 1px solid #ebebeb;
}
.banner-thuvien {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafbfd url(../img/bando.png) center bottom no-repeat;
    background-size: contain;
    height: 386px;
}
.blp-tv-tab .nav-tabs{
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.blp-tv-tab .nav-tabs>li>a{
    background: none;
    border: none !important;
    margin: 0 10px;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover{
    background: #046fb2;
    color: #fff;
    border-radius: 4px;
}
.img-tv{
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.img-tv:hover{
    box-shadow: 0 0 5px #333;
}
.tit-tv{
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: harbold;
    padding: 10px;
    background: rgba(41, 41, 41, 0.6);
}
.pagi-thuvien{
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagi-thuvien > a{
    display: inline-flex;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    color: #000;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: harbold;
}
.pagi-thuvien > a.active,
.pagi-thuvien > a:hover{
    background: #046fb2;
    color: #fff;
}
.video-tv{
    display: block;
    margin-bottom: 30px;
}
.tit-video{
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #046fb2;
    font-family: harbold;
}
.main-breacrumb {
    background: #f2f2f2;
    padding: 10px 0;
}
.search-tt .stylish-input-group .form-control {
    background: #eff0f2;
    border-radius: 50px 0 0 50px;
}
.search-tt .stylish-input-group .input-group-addon {
    padding: 6px 12px;
    background: #eff0f2 !important;
    width: auto;
    border-radius: 0 50px 50px 0;
}
.stylish-input-group button {
    border: 0;
    background: transparent;
}
.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}
.big-newsm {
    position: relative;
    height: calc(100% - 15px);
}
.big-newsm > a, .small-newsm > a {
    display: block;
    overflow-y: hidden;
    height: 100%;
}
.big-newsm img, .small-newsm img {
    height: 100%;
    object-fit: cover;
}
.content-newsm {
    position: absolute;
    background: rgb(0,0,0,0.5);
    padding: 20px;
    bottom: 0;
    left: 0;
    width: 100%;
}
.tit-newsm {
    font-size: 18px;
    font-family: harbold;
}
.title-smnews {
    font-size: 14px;
    margin: 10px 0;
    height: 40px;
    overflow: hidden;
}
.news-xt i {
    margin-right: 10px;
}
.block-list-news {
    margin-bottom: 30px;
}
.tit-dmth {
    color: #046fb2;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #046fb2;
    margin-bottom: 20px;
}
.tit-dmth:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #046fb2;
    margin-top: 10px;
    position: relative;
    top: 3px;
}
.asi-right-list ul {
    list-style-type: none;
    padding-left: 10px;
    margin: 0;
}
.asi-right-list ul > li > a {
    display: block;
    margin-bottom: 10px;
    color: #000;
    font-family: harbold;
}
.asi-right-list ul > li > a > i {
    color: #e41a22;
    font-size: 6px;
    position: relative;
    top: -3px;
    margin-right: 10px;
}
.block-bvm {
    margin-bottom: 15px;
}
.block-bvm .a-bvm {
    float: left;
    width: 100px;
    margin-right: 10px;
}
.block-bvm .nd-bvm {
    float: left;
    width: calc(100% - 120px);
    font-size: 12px;
    font-family: harbold;
}
.pagi-news {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pagi-news > a{
    display: inline-flex;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    color: #000;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: harbold;
}
.pagi-news > a.active,
.pagi-news > a:hover{
    background: #046fb2;
    color: #fff;
}
.tit-newsp {
    margin: 0;
    font-family: harbold;
    border-left: 5px solid #c81529;
    padding-left: 15px;
    padding-top: 5px;
    margin-bottom: 20px;
    font-size: 22px;
}
.viewmore {
    display: inline-block;
    padding: 10px 15px 5px;
    color: #fff !important;
    background: #c81529;
    border: 1px solid #c81529;
}
.back {
    background: #ebebeb;
    padding: 10px 15px 5px 15px;
    color: #000;
    display: inline-block;
    border: 1px solid #ebebeb;
}
.viewmore:hover {
    background: #fff;
    color: #c81529 !important;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: calc(100% - 80px);
}
.btn-apply {
    border: 1px solid #435560;
    background-color: #435560;
    padding: 8px 10px 5px 10px;
    font-size: 15px;
    color: #fff;
}
.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.captcha {
    height: 34px;
    margin-right: 10px;
}
.block-dv-p {
    height: 100%;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #046fb2;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top span {
    position: relative;
    top: 15px;
}
.left-post{
    position: fixed;
    width: 260px;
    height: 220px;
    left: -200px;
    top: calc(50% - 110px);
    z-index: 99;
    transition: all 0.3s ease-in;
}
span.left-post-img {
    display: block;
    width: 130px;
    height: 130px;
    float: left;
}
span.left-post-control{
    display: flex;
    width: 130px;
    height: 130px;
    float: left;
    align-items: center;
    justify-content: center;
    background: #b2b2b2;
    color: #fff;
}
span.left-post-control i{
    transform: translate(30px, 0);
    transition: all 0.3s ease-in;
}
span.left-post-name {
    display: flex;
    width: 100%;
    clear: both;
    height: 0;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border: 1px solid #f0f0f0;
    padding-right: 15px;
    padding-left: 10px;
    color: #000;
    opacity: 0;
    text-align: right;
}
.left-post-name-title{
    display: block;
    margin-bottom: 10px;
    font-family: harbold;
}
.left-post:hover{
    left: 0;
    transition: all 0.3s ease-in;
}
.left-post:hover span.left-post-control i{
    transform: translate(0);
    transition: all 0.3s ease-in;
}
.left-post:hover span.left-post-name{
    height: 90px;
    transition: all 0.1s ease-in;
    transition-delay: 0.3s;
    opacity: 1;
    overflow: hidden;
}
.left-post:hover span.left-post-control{
    background: #252525;
}
span.left-post-name-status{
    color: #888;
}
.right-post{
    position: fixed;
    width: 260px;
    height: 220px;
    right: -200px;
    top: calc(50% - 110px);
    z-index: 99;
    transition: all 0.3s ease-in;
}
span.right-post-img {
    display: block;
    width: 130px;
    height: 130px;
    float: right;
}
span.right-post-control{
    display: flex;
    width: 130px;
    height: 130px;
    float: right;
    align-items: center;
    justify-content: center;
    background: #b2b2b2;
    color: #fff;
}
span.right-post-control i{
    transform: translate(-30px, 0);
    transition: all 0.3s ease-in;
}
span.right-post-name {
    display: flex;
    width: 100%;
    clear: both;
    height: 0;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border: 1px solid #f0f0f0;
    padding-left: 15px;
    padding-right: 10px;
    color: #000;
    opacity: 0;
    text-align: right;
}
.right-post-name-title{
    display: block;
    margin-bottom: 10px;
    font-family: harbold;
}
.right-post:hover{
    right: 0;
    transition: all 0.3s ease-in;
}
.right-post:hover span.right-post-control i{
    transform: translate(0);
    transition: all 0.3s ease-in;
}
.right-post:hover span.right-post-name{
    height: 90px;
    transition: all 0.1s ease-in;
    transition-delay: 0.3s;
    opacity: 1;
    overflow: hidden;
}
.right-post:hover span.right-post-control{
    background: #252525;
}
span.right-post-name-status{
    color: #888;
}
.bre-dadv{
    position: absolute;
    transform: translate(0,45px);
}
.bre-dadv span a,
.bre-dadv span{
    color: #afafaf;
    text-transform: uppercase;
    font-size: 12px;
}
header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;
    padding: 0;
    padding-bottom: 10px;
    transition: all 0.3s;
}
header.sticky .ul-main-menu > li > a{
    color: #000;
}
header.sticky .ul-main-menu > li.logo img{
    width: 100px;
}
header.sticky .language{
    top: 0;
}
section.sticky-sec{
    margin-top: 195px;
}
span.trangthai {
    font-size: 15px;
    border-left: 1px solid #ccc;
    margin-left: 10px;
    padding-left: 10px;
    -webkit-animation-name: changecolor;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-name: changecolor;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@-webkit-keyframes changecolor {
    0%   {color:#046fb2;}
    25%  {color:#000;}
    50%  {color:#ed1c24;}
    75%  {color:green;}
    100% {color:#046fb2;}
}
@keyframes changecolor {
    0%   {color:#046fb2;}
    25%  {color:#000;}
    50%  {color:#ed1c24;}
    75%  {color:green;}
    100% {color:#046fb2;}
}
.bl-chinhsach-nhansu{
    background: #046fb2;
    padding: 15px;
}
.bl-chinhsach-nhansu p,
.bl-chinhsach-nhansu h4{
    color: #fff;
}
.bl-chinhsach-nhansu p{
    margin-bottom: 10px;
}
.bl-dtvptns{
    background: #fff;
    padding: 15px;
}
.bl-dtvptns p,
.bl-dtvptns h4{
    color: #000;
}
.banner-tuyendung img{
    height: 630px;
    object-fit: cover;
}
.stt-duan{
    display: inline-block;
    background: #ed1c24;
    color: #fff;
    border-radius: 50px;
    padding: 7px 15px 5px 15px;
    position: absolute;
    top: 10px;
    left: 10px;
    text-transform: uppercase;
}
.hide-gl{
    display: none;
}

@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .ul-main-menu > li > a{
        font-size: 16px;
    }
    .tit-banner{
        font-size: 34px;
    }
    .bl-text-duan{
        width: 470px;
        left: calc(50% - 470px);
    }
    .ctbn-gioithieu {
        width: 940px;
    }
    .bngt-left{
        width: calc(50% - 100px);
    }
    .bngt-right{
        width: calc(50% + 100px);
    }
    .ct-bn-tuyendung {
        width: 940px;
    }
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    header {
        position: unset !important;
    }
    section.sticky-sec{
        margin-top: 0;
    }
    .language{
        position: unset;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #17557e;
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 99999;
    }
    .sidenav .closebtn {
        font-size: 25px;
        display: block;
        align-items: center;
        width: 40px;
        background: #f5821f;
        color: #fff;
        margin: 0 auto;
        text-align: center;
        padding: 5px 0;
    }
    .menu-mobile {
        padding: 20px 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 rgba(219, 219, 219, 0.21176470588235294);
    }
    .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 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 rgba(219, 219, 219, 0.21176470588235294);
    }
    .sub-menu-mb{
        padding: 0;
        list-style-type: none;
        margin: 0;
    }
    .sub-menu-mb > li{
        border-top: 1px solid rgba(219, 219, 219, 0.21176470588235294);
        border-bottom: none;
        background: rgba(255,255,255,.08);
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    .logo-mb img{
        width: 100px;
    }
    .tit-banner {
        font-size: 30px;
    }
    .bl-text-duan{
        width: 360px;
        left: calc(50% - 360px);
    }
    .img-duan img{
        height: 500px;
        object-fit: cover;
    }
    .block-gt{
        margin-bottom: 20px;
        height: calc(100% - 20px);
    }
    .main-new-tuyendung .flex-n{
        display: block;
    }
    .bdleft{
        border: none;
    }
    .banner-duan{
        height: 300px;
    }
    .banner-lienhe{
        height: 300px;
    }
    .banner-thuvien{
        height: 300px;
    }
    .ctbn-gioithieu{
        width: 720px;
    }
    .flex-bw.mtfl {
        flex-direction: column-reverse;
        align-items: unset;
    }
    .search-tt {
        width: 100%;
        margin-bottom: 20px;
    }
    .search-tt .input-group {
        width: 100%;
    }
    .search-tt .stylish-input-group .input-group-addon {
        width: 50px;
    }
    .ct-bn-tuyendung {
        width: 720px;
    }
}
@media (min-width: 768px){
    .modal-dialog {
        width: 700px;
    }
}
@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .main-banner .lSSlideOuter .lSPager.lSpg{
        bottom: 20px;
    }
    .tit-banner {
        font-size: 22px;
    }
    .items-banner.active .tit-banner{
        padding: 0 15px;
    }
    .main-linhvuc .flex-n{
        display: block;
    }
    .shadow{
        padding: 20px;
        margin-bottom: 20px;
    }
    .right-c{
        transform: unset;
    }
    .items-duan{
        display: block;
    }
    .text-duan{
        width: 100%;
    }
    .bl-text-duan{
        width: 100%;
        position: unset;
        padding: 15px;
        padding-bottom: 40px;
    }
    .img-duan img{
        height: auto;
    }
    .items-duan.active .img-duan{
        width: 100%;
    }
    .social-ft{
        display: block;
    }
    .social-ft span{
        display: block;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .social-ft a{
        margin-left: 0;
        margin-right: 20px;
    }
    .form-contact .flex{
        display: block;
    }
    .form-dangky{
        width: calc(100% - 30px);
    }
    .footer-bottom .flex-bw{
        display: block;
    }
    .blp-dichvu .flex-n{
        display: block;
    }
    .list-duan a{
        width: 50%;
        margin: 0;
    }
    .list-duan{
        flex-wrap: wrap;
    }
    .banner-duan{
        height: 250px;
        padding: 0 15px;
    }
    .banner-lienhe{
        height: 250px;
        padding: 0 15px;
    }
    .banner-thuvien{
        height: 250px;
        padding: 0 15px;
    }
    .bngt-left{
        display: none;
    }
    .bngt-right{
        width: 100%;
    }
    .editer-gt{
        width: 100%;
        margin: 0;
        max-height: unset;
    }
    .ctbn-gioithieu{
        width: 100%;
        padding: 15px;
        position: unset;
    }
    .tit-gt {
        position: unset;
        margin-bottom: 20px;
        margin-top: 20px;
        text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    }
    .banner-gioithieu{
        display: block;
    }
    .bngt-right{
        height: 300px;
    }
    .dlad{
        margin-bottom: 30px;
    }
    .dlad .clear40{
        height: 20px;
    }
    .items-pc{
        display: block;
    }
    .img-pc,
    .nd-pc{
        width: 100%;
    }
    .blp-gt-linhvuc .flex-n{
        display: block;
    }
    .flex-n.blmb {
        display: block;
    }
    .big-newsm {
        margin-bottom: 20px;
    }
    .bang-td table {
        width: 700px;
    }
    .bang-td {
        overflow: auto;
    }
    .left-post,
    .right-post{
        display: none;
    }
    .ct-bn-tuyendung{
        width: calc(100% - 30px);
    }
    .content-tuyendung{
        width: 100%;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .main-banner .lSSlideOuter .lSPager.lSpg {
        bottom: 10px;
    }
    .clear40{
        height: 20px;
    }
    .tit-duan{
        margin-bottom: 20px;
    }
    .bl-text-duan{
        padding-bottom: 30px;
    }
    .img-duan{
        width: 100%;
    }
    .block-duan .lSSlideOuter .lSPager.lSpg{
        bottom: 10px;
    }
    .form-dangky > form{
        display: block;
        background: none;
    }
    .ip-dk{
        width: 100%;
        padding: 6px 12px;
    }
    .btn-dk{
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }
    .list-duan a{
        width: 100%;
        margin: 0;
    }
    .title-smnews{
        height: auto;
        margin-bottom: 0;
    }
    .control-hoso > a.viewmore {
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
    .control-hoso > a {
        display: block;
        width: 100%;
        text-align: center;
    }
    .content-tuyendung {
        height: 400px;
        overflow: auto;
    }
    .banner-tuyendung img {
        height: 450px;
        object-fit: cover;
    }
}