@font-face {
    font-family: myriadb;
    src: url('../fonts/MyriadPro-BoldSemiCn.eot');
    src: url('../fonts/MyriadPro-BoldSemiCn.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-BoldSemiCn.woff2') format('woff2'),
        url('../fonts/MyriadPro-BoldSemiCn.woff') format('woff'),
        url('../fonts/MyriadPro-BoldSemiCn.ttf') format('truetype'),
        url('../fonts/MyriadPro-BoldSemiCn.svg#MyriadPro-BoldSemiCn') 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: 'Roboto', sans-serif;; right: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: 'Roboto', sans-serif;;}
.clear60{clear:both;height:60px}
.clear40{clear:both;height:40px}
.clear20{clear:both;height:20px}
.clear10{clear:both;height:10px}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.nopadding{padding:0!important}
.nomargin{margin:0}
.fullwidth{width: 100%;}
.clwhite{color: #fff;}
.clblack{color: #000;}
.bold{font-weight: 700;}
.medi{font-weight: 500;}
.flex{display: flex;align-items: center;}
.flex-n{display: flex;}
.flex-bw{display: flex;align-items: center;justify-content: space-between;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.show1199{display: none;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.row:before{content: unset;}
.editer img{
    height: auto !important;
}
header{
    background: #002d95;
}
.ul-main-menu{
    list-style-type: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    width: calc(100% - 380px);
}
.ul-main-menu > li > a {
    display: inline-flex;
    padding: 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    flex-direction: column;
    align-items: center;
    border-left: 1px solid #3357aa;
    width: 100%;
    height: 80px;
    justify-content: center;
}
.ul-main-menu > li:first-child > a{
    border: none;
}
.ul-main-menu > li > a > span{
    display: block;
    margin-top: 7px;
    font-size: 12px;
}
.ul-main-menu > li.active > a,
.ul-main-menu > li:hover > a{
    background: #00b125;
}
.ul-main-menu > li{
    width: 12.5%;
}
.ul-main-menu > li > a > i{
    font-size: 18px;
}
.logo{
    display: block;
    width: 200px;
}
.hotline {
    display: inline-flex;
    width: 180px;
    background: #ff5400;
    color: #fff !important;
    height: 80px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
}
.hotline i{
    margin-right: 10px;
}
.main-banner{
    position: relative;
}
.prev-bn{
    position: absolute;
    width: 40px;
    height: 80px;
    background: rgb(0,0,0,0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    bottom: 0;
    right: 45px;
    z-index: 99;
    font-size: 24px;
}
.next-bn{
    position: absolute;
    width: 40px;
    height: 80px;
    background: rgb(0,0,0,0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    bottom: 0;
    right: 0;
    z-index: 99;
    font-size: 24px;
}
.clblue{
    color: #002d95;
}
.bold-b{
    font-weight: 900;
}
.tit-pub{
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 26px;
}
.tit-pub:after{
    content: "";
    display: block;
    width: 70px;
    height: 5px;
    background: #00b125;
    margin: 0 auto;
    margin-top: 10px;
}
.name-dv {
    text-align: center;
    margin: 0;
    margin-top: 15px;
    font-weight: 700;
}
.name-dv a{
    text-transform: uppercase;
    color: #002160;
}
.img-dv{
    display: block;
    overflow: hidden;
}
.img-dv img{
    transition: all 0.5s;
    transform: scale(1);
}
.img-dv:hover img{
    transition: all 0.5s;
    transform: scale(1.2);
}
.block-dv{
    margin-bottom: 30px;
}
.main-banggia{
    background: url(../img/bn-bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.viewbg{
    display: inline-block;
    background: #00b125;
    border: 1px solid #00b125;
    padding: 10px 40px;
    color: #fff;
    border-radius: 4px;
}
.viewbg:hover{
    color: #00b125;
    background: #fff;
}
.ct-gt{
    background: #002d95;
    padding: 30px 20px;
    text-align: center;
}
.tit-gt{
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
}
.tit-gt:after{
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background: #4d6cb5;
    margin: 0 auto;
    margin-top: 10px;
}
.des-gt{
    color: #fff;
    font-size: 13px;
    font-style: italic;
}
.block-slider-gt{
    position: relative;
}
.prev-gt{
    position: absolute;
    width: 40px;
    height: 80px;
    background: rgb(0,0,0,0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    top: calc(50% - 40px);
    left: 0;
    z-index: 99;
    font-size: 24px;
}
.next-gt{
    position: absolute;
    width: 40px;
    height: 80px;
    background: rgb(0,0,0,0.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    top: calc(50% - 40px);
    right: 0;
    z-index: 99;
    font-size: 24px;
}
.slider-gt{
    display: flex;
}
.tit-ck{
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 900;
}
.tit-ck:after{
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #00b125;
    margin-top: 5px;
}
.main-camket{
    background: url(../img/bn-ck.jpg) top center no-repeat;
    background-size: cover;
    padding: 170px 0;
}
.des-ck{
    margin-bottom: 20px;
    font-style: italic;
    font-size: 18px;
}
.line-ck{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.img-ttb{
    display: inline-flex;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    background: #00b125;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.img-ttb img{
    width: 30px;
}
.name-ttb{
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    width: calc(100% - 80px);
}
.video{
    text-align: center;
}
.a-video{
    position: relative;
}
.a-video img{
    width: 150px;
}
.quick-alo-ph-circle {
    position: absolute;
    width: 200px;
    height: 200px;
    top: calc(50% - 105px);
    left: calc(50% - 100px);
    border: 2px solid #00b125;
    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-ph-circle-fill {
    position: absolute;
    width: 140px;
    height: 140px;
    top: calc(50% - 75px);
    left: calc(50% - 70px);
    background-color: rgba(0, 179, 39, 0.5);
    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%;
}
@-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
    }
}
.tab-news .nav-tabs {
    border: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-news .nav-tabs>li>a{
    margin: 0;
    border: none !important;
    padding: 5px 30px;
    background: #002d95;
    color: #fff !important;
    border-radius: 0;
    margin: 0 5px;
}
.tab-news .nav-tabs>li.active>a, 
.tab-news .nav-tabs>li.active>a:focus, 
.tab-news .nav-tabs>li.active>a:hover{
    background: #00b125;
}
.name-tt {
    text-align: center;
    margin: 0;
    margin-top: 15px;
}
.name-tt a{
    text-transform: uppercase;
    color: #000;
    font-family: myriadb;
}
.img-tt{
    display: block;
    overflow: hidden;
}
.img-tt img{
    transition: all 0.5s;
    transform: scale(1);
}
.img-tt:hover img{
    transition: all 0.5s;
    transform: scale(1.2);
}
.block-tt{
    margin-bottom: 30px;
}
.items-pn{
    padding: 1px;
}
.ul-ftt{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.ul-ftt > li > a{
    display: inline-block;
    color: #fff;
}
.ul-ftt > li{
    margin-bottom: 5px;
}
.ul-ftt > li:last-child{
    margin: 0;
}
.ul-ftt > li > a > i{
    color: #00b125;
    margin-right: 5px;
}
.footer-top{
    background: #002478;
    padding: 40px 0;
}
.ul-ftt.ul-ftt-first{
    margin-right: 30px;
}
.link-ft{
    display: flex;
    flex-wrap: wrap;
}
.flex-bwt{
    display: flex;
    justify-content: space-between;
}
.tit-it{
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}
.it-bl p{
    color: #fff;
}
.it-bl {
    padding: 15px 20px;
    background: #003393;
    width: 350px;
    border-radius: 5px;
}
.it-bla{
    padding: 15px 20px;
    background: #003393;
    margin-left: 15px;
    width: 350px;
    border-radius: 5px;
}
.it-bla p{
    color: #fff;
}
.it-bla p span{
    display: inline-block;
    width: 120px;
    margin-right: 20px;
}
.info-times{
    display: flex;
    flex-wrap: wrap;
}
.ul-add{
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 10px;
}
.ul-add > li > i{
    color: #00b125;
    margin-right: 5px;
}
.ul-add > li {
    margin-bottom: 5px;
}
.block-add{
    margin-bottom: 20px;
}
.social > a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 5px;
    background: #002478;
    font-size: 18px;
}
.social > a:hover{
    background: #00b125;
}
.social-fixed{
    position: fixed;
    z-index: 999;
    top: calc(50% - 67px);
    right: 0;
}
.social-fixed a{
    display: flex;
    width: 125px;
    border-radius: 5px 0 0 4px;
    padding: 5px 10px;
    color: #fff;
    margin-bottom: 7px;
    align-items: center;
    position: relative;
    right: -85px;
    text-align: center;
    height: 40px;
}
.social-fixed a:last-child{
    margin: 0;
}
.social-fixed a:hover{
    right: 0;
    transition: all 0.3s;
}
.social-fixed a i{
    margin-right: 5px;
    font-size: 20px;
    width: 25px;
}
.social-fixed a.a-fb{
    background: #2f4f96;
}
.social-fixed a.a-ytb{
    background: #cc181e;
}
.social-fixed a.a-in{
    background: #9100c1;
}
.breac{
    margin: 10px 0;
}
.tit-page {
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 400;
}
.tit-page:after {
    content: "";
    display: block;
    width: 150px;
    height: 4px;
    background: #00b125;
    margin-top: 10px;
}
.block-banggia{
    background: url(../img/bn-bg.jpg) top center no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.block-dktv{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-dktv{
    position: absolute;
    width: 45%;
    left: 20px;
    background: #002478;
    padding: 30px 20px;
}
.btn-sm{
    display: block;
    width: 100%;
    border: none;
    padding: 10px;
    background: #ff5400;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 20px;
}
.has-sub{
    position: relative;
}
.ul-sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200%;
    padding: 0;
    margin: 0;
    background: #002d95;
    list-style-type: none;
    z-index: 9999;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}
.has-sub:hover .ul-sub-menu{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}
.ul-sub-menu > li > a{
    display: block;
    padding: 5px 10px;
    color: #fff;
    white-space: nowrap;
    border-top: 1px solid #0039bb;
}
.ul-sub-menu > li:hover > a{
    background: #00b125;
}
.ul-sub-menu > li > a > i{
    margin-right: 5px;
}
.tit-aside{
    background: #002d95;
    color: #fff;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    margin: 0;
}
.ul-asi{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.ul-asi > li > a{
    display: block;
    background: #ededed;
    padding: 10px;
    border-top: 1px solid #ddd;
    color: #002d95;
    font-weight: 700;
    transition: all 0s;
}
.ul-asi > li > a > i{
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0s;
}
.ul-asi > li.active > a > i,
.ul-asi > li:hover > a > i{
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: all 0s;
}
.ul-asi > li.active > a,
.ul-asi > li:hover > a{
    background: #0034ad;
    color: #fff !important;
    transition: all 0s;
}
.ul-asi > li.active > a > span,
.ul-asi > li:hover > a > span{
    padding-left: 7px;
    transition: all 0.1s;
}
.block-aside{
    margin-bottom: 20px;
}
.asi-sknb{
    margin-top: 10px;
}
.asi-sknb .block-tt{
    margin-bottom: 20px;
}
.asi-sknb .name-tt a {
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    font-weight: 700;
}
.asi-video iframe{
    width: 100%;
}
.asi-video{
    margin-top: 10px;
}
.tit-post{
    margin: 0;
    color: #002d95;
    text-transform: uppercase;
    font-weight: 700;
}
.des-dv{
    background: #d9f6f9;
    padding: 20px;
    font-style: italic;
    margin: 20px 0;
}
.af-dv{
    border: 1px solid #002d95;
    padding: 40px;
    font-weight: 700;
    font-style: italic;
    color: #002d95;
    margin-bottom: 20px;
}
.af-dv p{
    margin-bottom: 5px;
}
.tit-line{
    padding: 5px 10px;
    background: #0034ad;
    color: #fff;
}
.tit-line {
    padding: 5px 10px;
    background: #0034ad;
    color: #fff;
    line-height: unset;
    margin: 0;
}
.dkkm{
    text-align: center;
    padding: 30px;
    border: 4px solid #ebebeb;
}
.dkkm p{
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 900;
    color: #0034ad;
    margin-bottom: 20px;
}
.add-mao-lh{
    background: #f1f1f1;
    padding: 40px 0;
}
.a-addr{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.a-addr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    color: #002d95;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
    border-bottom: 3px solid #d8d8d8;
    border-left: 3px solid #002d95;
    margin-bottom: 0;
}
.accor-addr .panel{
    background: none;
    box-shadow: unset;
    margin-bottom: 10px
}
.accor-addr{
    margin-top: 20px;
}
.accor-addr .nav-tabs{
    border: none;
    border-top: 3px solid #fff;
    background: #003393;
}
.accor-addr .nav-tabs>li{
    float: none;
    width: 100%;
    border: none !important;
    margin: 0;
}
.accor-addr .nav-tabs>li>a{
    margin: 0;
    border: none !important;
    display: block;
    padding: 10px 10px 10px 20px;
    color: #fff !important;
    background: #003393 !important;
}
.accor-addr .nav-tabs>li>a>i{
    margin-right: 5px;
}
.accor-addr .nav-tabs>li.active>a, 
.accor-addr .nav-tabs>li.active>a:focus, 
.accor-addr .nav-tabs>li.active>a:hover{
    background: #0042bd !important;
}
.all-map{
    padding: 10px;
    background: #fff;
    box-shadow: 0 5px 8px #999;
}
.a-addr.addr-cl{
    background: #003393;
    color: #fff;
}
.block-tintuc {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.tit-news {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px; 
}
.pagi a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin-right: 2px;
    background: #002478;
    color: #fff;
}
.pagi a.active,
.pagi a:hover{
    background: #00b125;
}
.italic{
    font-style: italic;
}
.post-rela p{
    margin-bottom: 5px;
}
.big-newsm {
    position: relative;
    height: calc(100% - 30px);
}
.big-newsm > a, .small-newsm > a {
    display: block;
    overflow-y: hidden;
    height: 100%;
}
.big-newsm:hover img{
    transition: all 0.3s;
    transform: scale(1.2);
}
.big-newsm img {
    transition: all 0.3s;
    transform: scale(1);
    height: 100%;
    object-fit: cover;
}
.content-newsm {
    position: absolute;
    background: #002478;
    padding: 20px;
    bottom: 0;
    left: 0;
    width: 100%;
}
.tit-newsm {
    font-size: 18px;
    font-weight: 700;
}
.tit-newsm a{
    color: #fff !important;
}
.bl-ktl .content-newsm{
    padding: 10px;
}
.bl-ktl .big-newsm{
    margin-bottom: 30px;
}
.bl-ktl .big-newsm img {
    height: 200px;
    object-fit: cover;
}
.bl-faq{
    background: #002478;
    padding: 30px 30px 25px 30px;
}
.p-faq{
    margin-bottom: 5px;
    color: #fff;
}
.p-faq i{
    margin-right: 5px;
}
.p-faq a{
    color: #fff;
}
.p-faq a i{
    margin-right: 5px;
}
.big-video a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
}
.big-video a img{
    height: 100%;
    object-fit: cover;
}
.big-video a:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0,0,0,0.5);
}
.play-vid{
    position: absolute;
    z-index: 99;
    color: #404242;
}
.big-video:hover .play-vid{
    color: #ce1312;
}
.play-vid:after{
    content: "";
    display: block;
    width: 30%;
    height: 30%;
    position: absolute;
    left: 35%;
    top: 35%;
    background: #fff;
    z-index: -1;
}
.sm-video a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.sm-video a:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0,0,0,0.5);
}
.sm-video{
    margin-bottom: 20px;
}
.sm-video a, .sm-video a img {
    height: 200px;
    object-fit: cover;
}
.sm-video:hover .play-vid{
    color: #ce1312;
}
.name-video{
    margin: 0;
}
.name-video a{
    color: #002d95;
}
.sm-video.sml-video{
    margin-bottom: 10px;
}
.block-vid{
    margin-bottom: 30px;
}
.sm-video.sml-video a img{
    height: auto;
}
.sm-video.sml-video a{
    height: auto;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #002d95 !important;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top span {
    position: relative;
    top: 15px;
}
.block-dktv img{
    height: 560px;
    object-fit: cover;
}
.big-video {
    height: calc(100% - 20px);
}
.hotline-mb{
    display: none;
}
.hotline-mb i{
    margin-right: 10px;
}



@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .ul-main-menu > li > a > span{
        font-size: 11px;
    }
    .link-ft{
        width: calc(40% - 10px);
    }
    .info-times{
        width: calc(60% + 10px);
    }
    .it-bl{
        width: calc(50% - 5px);
    }
    .it-bla{
        width: calc(50% - 5px);
        margin-left: 10px;
    }
    .ul-ftt.ul-ftt-first{
        margin-right: 20px;
    }
    .it-bla p span{
        margin-right: 5px;
    }
}

@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: #002d95;
        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;
        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;
        display: inline-block;
        width: 100%;
        color: #fff;
        font-weight: 500;
    }
    .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;
    }
    .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;
        width: calc(100% - 50px);
        padding-right: 0;
    }
    .sub-menu-mb{
        padding: 0;
        list-style-type: none;
        margin: 0;
    }
    .sub-menu-mb > li{
        border-top: 1px solid #fff;
        border-bottom: none;
        background: #337ab7;
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    header{
        padding: 10px 0;
    }
    .next-bn,
    .prev-bn{
        height: 60px;
    }
    .social-fixed a span{
        display: none;
    }
    .social-fixed a {
        width: 40px;
        right: 0;
        justify-content: center;
        padding: 0;
    }
    .social-fixed a i{
        margin-right: 0;
    }
    .link-ft{
        width: 50%;
        display: block;
    }
    .ul-ftt.ul-ftt-first{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .info-times{
        width: 100%;
        display: block;
    }
    .it-bl{
        width: 100%;
        margin-bottom: 20px;
    }
    .it-bla{
        width: 100%;
        margin: 0;
    }
    .flex-bwt {
        display: block;
    }
    .link-ft{
        width: 100%;
        display: flex;
    }
    .ul-ftt.ul-ftt-first{
        width: 50%;
    }
    .ul-ftt{
        width: 50%;
        margin-bottom: 20px;
    }
    .info-times{
        display: flex;
    }
    .it-bl {
        width: calc(50% - 5px);
        margin-bottom: 0;
    }
    .it-bla {
        width: calc(50% - 5px);
        margin-left: 10px;
    }
    .flex-order{
        display: flex;
        flex-wrap: wrap;
    }
    .order-2{
        order: 2;
        width: 100%;
    }
    .order-1{
        order: 1;
        width: 100%;
    }
    .asi-video iframe{
        height: 400px;
    }
    .form-dktv{
        width: 60%;
    }
    .block-ktnb .flex-n{
        display: block;
    }
    .big-newsm{
        margin-bottom: 30px;
    }
    .big-video{
        margin-bottom: 20px;
    }
    .hotline {
        display: inline-flex;
        width: 150px;
        height: 30px;
        font-size: 18px;
        position: fixed;
        bottom: 5px;
        left: 5px;
        z-index: 999;
        border-radius: 4px;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .main-camket .flex{
        display: block;
    }
    .info-times{
        display: block;
    }
    .it-bl{
        width: 100%;
        margin-bottom: 20px;
    }
    .it-bla{
        width: 100%;
        margin: 0;
    }
    .form-dktv{
        width: 80%;
        left: unset;
    }
    .bl-ktl .big-newsm img{
        height: auto;
    }
    .addr-gg-map iframe{
        height: 400px;
    }
    .sm-video a, .sm-video a img{
        height: auto;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .next-bn{
        height: 40px;
        font-size: 16px;
        right: 5px;
        top: calc(50% - 20px);
    }
    .prev-bn{
        height: 40px;
        font-size: 16px;
        left: 5px;
        top: calc(50% - 20px);
    }
    .main-camket{
        padding: 70px 0;
    }
    .tab-news .nav-tabs>li{
        float: none;
        width: 100%;
        margin-top: 10px;
    }
    .tab-news .nav-tabs{
        display: block;
    }
    .tab-news .nav-tabs>li>a{
        margin: 0;
    }
    .clear40{
        height: 20px;
    }
    .link-ft{
        display: block;
    }
    .ul-ftt.ul-ftt-first,
    .ul-ftt{
        width: 100%;
    }
    .social {
        text-align: center;
        margin-bottom: 20px;
    }
    .asi-video iframe{
        height: 300px;
    }
    .form-dktv{
        width: calc(100% - 30px);
        left: unset;
    }
    .af-dv{
        padding: 20px;
    }
    .tit-post{
        font-size: 24px;
    }
    .addr-gg-map iframe{
        height: 350px;
    }
}