@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
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;}
.clblue{color: #b0d461;}
.bold{font-weight: 700;}
.medi{font-weight: 500;}
.flex{display: flex;align-items: center;}
.flex-n{display: flex;}
.flex-bw{display: flex;align-items: center;justify-content: space-between;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.show1199{display: none;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.row:before{content: unset;}
.editer img{
    height: auto !important;
}
.editer p{
    margin-bottom: 10px;
}
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader svg{
    width: 600px;
}
.header-top {
    border-top: 4px solid #b0d461;
    padding: 15px 0;
    background: #fff url(../img/back-header.png) bottom center no-repeat;
    background-size: cover;
    background-position-y: -10px;
}
.rela-top {
    position: relative;
}
.language {
    position: absolute;
    background: #b0d461;
    top: -15px;
    right: 36px;
}
.flag {
    display: flex;
    align-items: center;
    padding: 0 5px;
    position: relative;
    height: 23px;
}
.flag a.active {
    color: #fff;
    font-weight: 700;
}
.flag a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    border-right: 1px solid #a6a6a6;
    padding-right: 10px;
    font-size: 11px;
}
.header-bottom {
    background: #b0d461;
    padding: 0;
}
.ul-main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 250px);
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-main-menu > li > a {
    display: inline-block;
    padding: 15px 10px;
    color: #ed1c24;
    text-transform: uppercase;
}
.ul-main-menu > li:hover > a {
    color: #fff
}
.f-search {
    width: 200px;
}
.ip-search {
    border-radius: 50px;
    padding: 6px 12px;
    background: #fcfcfc;
    border: none;
    outline: unset;
    width: 100%;
}
.flag:before {
    content: "";
    position: absolute;
    right: 100%;
    top: -1px;
    height: 24px;
    width: 36px;
    background: url(../img/wave-l.png) center center no-repeat;
    background-size: cover;
}
.flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: -1px;
    height: 24px;
    width: 36px;
    background: url(../img/wave-r.png) center center no-repeat;
    background-size: cover;
}
.flag a:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
.flag a img {
    margin-right: 7px;
    width: 18px;
}
.has-sub{
    position: relative;
}
.ul-sub-menu{
    position: absolute;
    list-style-type: none;
    padding: 0;
    margin: 0;
    top: 100%;
    left: 0;
    z-index: 9999;
    background: #b0d461;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    min-width: 220px;
}
.ul-sub-menu > li > a{
    display: block;
    border-top: 1px solid #fff;
    padding: 10px;
    color: #ed1c24;
    white-space: nowrap;
}
.has-sub:hover .ul-sub-menu{
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.ul-sub-menu > li:hover > a {
    color: #fff
}
.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:hover a, 
.main-banner .lSSlideOuter .lSPager.lSpg > li.active a {
    border: 2px solid #c81529;
    position: relative;
}
.main-banner .lSSlideOuter .lSPager.lSpg > li:hover a:after, 
.main-banner .lSSlideOuter .lSPager.lSpg > li.active a:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #c81529;
    border-radius: 50%;
    top: calc(50% - 2.5px);
    left: calc(50% - 2.5px);
    position: absolute;
}
.main-banner .lSSlideOuter .lSPager.lSpg > li a {
    width: 15px;
    height: 15px;
    background: none;
    border: 2px solid #fff;
}
.tit-pub-b {
    text-align: center;
    color: #b0d461;
    margin: 0;
    margin-bottom: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
}
.tit-pub-b:after {
    content: "";
    display: block;
    height: 4px;
    width: 80px;
    margin: 0 auto;
    margin-top: 10px;
    background: #ed1c24;
}
.des-gt {
    background: #b0d461;
    padding: 20px;
    margin-bottom: 30px;
    height: 215px;
    overflow: auto;
}
.a-diff {
    display: block;
    position: relative;
}
.tit-diff {
    position: absolute;
    bottom: 30px;
    display: inline-block;
    background: #b0d461;
    color: #fff;
    padding: 5px 10px;
    left: -6px;
}
.tit-diff:before {
    content: "";
    display: block;
    border-right: 6px solid #b0d461;
    border-top: 6px solid transparent;
    position: absolute;
    top: -6px;
    left: 0;
}
.flex-gt {
    display: flex;
}
.blokc-slider-gt .slider-gt img{
    height: 428px;
    object-fit: cover;
}
.tit-pub-w {
    text-align: center;
    color: #fff;
    margin: 0;
    margin-bottom: 24px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
}
.tit-pub-w:after {
    content: "";
    display: block;
    height: 4px;
    width: 80px;
    margin: 0 auto;
    margin-top: 10px;
    background: #ed1c24;
}
.main-linhvuc-top{
    background: #598527 url(../img/banner-kb.png) center center no-repeat;
    background-size: cover;
    padding: 60px 0 240px 0;
}
.content-linhvuc{
    height: 200px;
    background: #fff;
    padding: 15px;
    text-align: center;
    overflow: hidden;
}
.main-linhvuc-bottom {
    margin-top: -200px;
    margin-bottom: 40px;
}
.img-linhvuc a{
    display: block;
    overflow: hidden;
}
.tit-lv a{
    color: #ed1c24;
    font-weight: 700;
}
.block-slider-linhvuc .lSSlideOuter .lSPager.lSpg{
    margin-top: 20px !important;
}
.block-slider-linhvuc .lSSlideOuter .lSPager.lSpg > li a{
    background: #a6a6a6;
}
.block-slider-linhvuc .lSSlideOuter .lSPager.lSpg > li:hover a, 
.block-slider-linhvuc .lSSlideOuter .lSPager.lSpg > li.active a{
    background: #b0d461;
}
.main-ht-lk {
    padding: 20px 0;
    background: #ebebeb;
}
.bl-ht {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.bl-ht > span {
    width: 40px;
    display: block;
    margin-right: 10px;
}
.right-ht {
    width: calc(100% - 50px);
}
.right-ht p:first-child {
    color: #f15a22;
    font-size: 16px;
    font-weight: 700;
}
.prev-pn {
    background: #fff;
    margin-right: 10px;
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.next-pn {
    background: #fff;
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.footer-top {
    background: #b0d461 url(../img/back-ft.png) top center;
    background-size: cover;
    padding: 40px 0 40px 0;
}
.ul-ft {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-ft > li {
    margin-bottom: 5px;
}
.ul-ft > li > a {
    color: #000;
    display: inline-block;
}
.ul-ft > li > a > i {
    margin-right: 5px;
}
.form-ft {
    border: 1px solid #989898;
    padding: 15px;
}
.form-ft input {
    color: #989898;
    background: none;
}
.btn-gui {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0 12px;
    background: #fff;
    color: #ed1c24;
    border: none;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
}
.form-ft ::placeholder { 
    color: #989898;
}
.form-ft :-ms-input-placeholder {
    color: #989898;
}

.form-ft ::-ms-input-placeholder {
    color: #989898;
}
.form-ft input {
    color: #989898;
    background: none;
    border: 1px solid #989898;
    font-size: 13px;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #b0d461 !important;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top span {
    position: relative;
    top: 15px;
}
.footer-bottom{
    background: #fff;
    padding: 10px 0;
}
.main-breac{
    background: #e6e6e6;
    padding: 15px 0;
}
.block-tit-page{
    background: #f8f8f8;
    padding: 40px 0;
}
.tit-page{
    color: #b0d461;
    margin: 0;
    font-weight: 700;
    font-size: 24px;
}
.tit-asi{
    margin: 0;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #b0d461;
    font-size: 18px;
}
.block-aside-up{
    background: #e6e6e6;
    margin-top: -49px;
    margin-bottom: 30px;
}
.list-asi{
    border: 1px solid #a6a6a6;
}
.list-asi a{
    display: block;
    padding: 10px 15px;
    color: #000;
    border-top: 1px solid #a6a6a6;;
}
.list-asi a:first-child{
    border-top: 0;
}
.list-asi a i{
    margin-right: 7px;
    color: #ee4b50;
}
.list-asi a:hover{
    color: #ee4b50;
}
.block-linhvuc .content-linhvuc{
    background: #e6e6e6;
    padding: 10px;
    height: auto;
}
.block-linhvuc .tit-lv{
    font-size: 16px;
}
.block-linhvuc .des-lv{
    margin-bottom: 10px;
}
.view-detail i{
    margin-left: 5px;
}
.block-linhvuc{
    margin-bottom: 30px;
}
.tit-news {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}
.tit-news a {
    color: #000;
}
.des-news {
    margin: 15px 0;
}
.view-news {
    display: inline-block;
    background: #183883;
    color: #fff;
    border: 1px solid #183883;
    padding: 7px 15px;
}
.block-tintuc {
    margin-bottom: 30px;
}
.side-hotro {
    margin-bottom: 30px;
}
.ct-hotro {
    background: #eaeaea;
    padding: 15px;
}
.he-ht {
    font-weight: 700;
    margin-bottom: 5px;
}
.he-ht span {
    color: #c10c1d;
    margin-right: 10px;
    width: 60px;
    display: inline-block;
    font-size: 18px;
}
.he-ht-m {
    margin-bottom: 5px;
    font-size: 13px;
}
.he-ht-m span {
    color: #c10c1d;
    margin-right: 5px;
    width: 45px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
}
.sky-ht .flex {
    margin-bottom: 20px;
}
.items-asi-post > a {
    display: block;
    overflow: hidden;
}
.tit-asi-post {
    font-weight: 700;
    background: #f2f2f2;
    padding: 10px;
}
.items-asi-post {
    margin-top: 20px;
}
.asi-post-hight{
    margin-bottom: 30px;
}
.bang-tuyendung table {
    width: 100%;
    border: 1px solid #ccc;
}
.bang-tuyendung table tr th {
    border: none;
}
.bang-tuyendung table tr th, .bang-tuyendung table tr td {
    padding: 10px;
    border: 1px solid #ccc;
}
.viewmore {
    display: inline-block;
    padding: 10px 15px 5px;
    color: #fff !important;
    background: #b0d461;
    border: 1px solid #b0d461;
}
.xemthem {
    background: #ebebeb;
    padding: 10px 15px 5px 15px;
    color: #000;
    display: inline-block;
    border: 1px solid #ebebeb;
}
.viewmore:hover {
    background: #fff;
    color: #b0d461 !important;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: calc(100% - 80px);
}
.btn-apply {
    border: 1px solid #b0d461;
    background-color: #b0d461;
    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;
}
.block-vid {
    margin-bottom: 30px;
}
.sm-video {
    margin-bottom: 10px;
}
.sm-video a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: auto;
}
.sm-video a img {
    height: auto;
}
.play-vid {
    position: absolute;
    z-index: 99;
    color: #404242;
}
.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);
}
.play-vid:after {
    content: "";
    display: block;
    width: 30%;
    height: 30%;
    position: absolute;
    left: 35%;
    top: 35%;
    background: #fff;
    z-index: -1;
}
.name-video {
    text-align: center;
}
.name-video a {
    color: #b0d461;
    font-weight: 700;
}
.sm-lh {
    background: #b0d461;
    padding: 6px 30px;
    border: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
}
.st0{fill:#FFFFFF;stroke:#FFFFFF;stroke-miterlimit:10;}
.st1{stroke:#FFFFFF;stroke-miterlimit:10;}
@keyframes dash {
    from {
        stroke-dashoffset: 1700;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes dash-s {
    from {
        stroke-dashoffset: 820;
    }
    to {
        stroke-dashoffset: 0;
    }
}
.long-line{
    fill:#FFFFFF;
    stroke:#b0d461;
    stroke-width: 3;
    stroke-dasharray: 1700;
    stroke-dashoffset: 1700;
    animation: dash 1s linear alternate infinite;   
}
.sort-line{
    fill:#FFFFFF;
    stroke:#b0d461;
    stroke-width: 3;
    stroke-dasharray: 820;
    stroke-dashoffset: 820;
    animation: dash-s 1s linear alternate infinite;   
}
.items-linhvuc {
    border-radius: 10px;
    overflow: hidden;
}
.social-ft a {
    font-size: 18px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.social-ft a:hover {
    opacity: 0.7;
}
.social-ft a.fa-facebook {
	background: #3B5998;
	color: white;
}
.social-ft a.fa-twitter {
	background: #55ACEE;
	color: white;
}
.social-ft a.fa-google {
	background: #dd4b39;
	color: white;
}
.social-ft a.fa-linkedin {
	background: #007bb5;
	color: white;
}
.social-ft a.fa-youtube {
	background: #bb0000;
	color: white;
}
.slogan {
    font-family: 'Dancing Script', cursive;
    color: #ed1c24;
    margin: 0;
    padding: 0;
    margin-left: 60px;
    font-size: 35px;
    font-weight: 700;
}
.footer-bottom p{
    font-size: 13px;
}


@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .des-gt{
        height: auto;
    }
    .tit-lv{
        font-size: 16px;
    }
    .content-linhvuc{
        padding: 10px;
    }
    .ul-main-menu{
        width: calc(100% - 250px);
    }
    .ul-main-menu > li > a{
    	padding: 15px 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: #b0d461;
        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: 22px 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 #ddd;
    }
    .menu-mobile a {
        padding: 15px 0 15px 20px;
        display: inline-block;
        width: calc(100% - 50px);
        color: #fff;
        font-size: 16px;
    }
    .menu-mobile .sub-menu-mb .phelp a:first-child{
        padding: 15px 0 15px 15px;
        width: calc(100% - 50px);
    }
    .menu-mobile .sub-menu-mb a{
        width: 100%;
        padding: 15px;
    }
    .hassub-mb .phelp .a-icon {
        position: absolute;
        right: 15px;
        top: calc(50% - 7.5px);
        z-index: 9999;
        text-align: center;
        width: 20px;
        padding: 0;
    }
    .phelp {
        position: relative;
    }
    .phelp > a:first-child{
        border-right: 1px solid #ddd;
    }
    .sub-menu-mb{
        padding: 0;
        list-style-type: none;
        margin: 0;
    }
    .sub-menu-mb > li{
        border-top: 1px solid #ddd;
        border-bottom: none;
        background: #3c763d;
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    .header-top{
        background-position-y: 2px;
    }
    .header-bottom{
        padding: 10px 0;
    }
    .f-search{
        width: calc(100% - 40px);
    }
    .ip-search{
        border-radius: 0;
    }
    .main-banner .lSSlideOuter .lSPager.lSpg{
        bottom: 30px;
    }
    .flex-gt{
        display: block;
    }
    .blokc-slider-gt{
        margin-bottom: 20px;
    }
    .content-linhvuc{
        height: auto;
        padding: 15px;
    }
    .block-aside-up{
        margin-top: 0;
    }
}

@media (min-width: 768px){
    .modal-dialog {
        width: 700px;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .logo img{
        width: 200px;
    }
    .main-banner .lSSlideOuter .lSPager.lSpg{
        bottom: 20px;
    }
    .gg-map-lh iframe{
        height: 400px;
    }
    .logo img{
        width: 250px;
    }
    .loader svg{
        width: 400px;
    }
    .slogan{
    	display: none;
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .clear40{height: 20px;}
    .fwmb{width: 100%;}
    .header-top{
        padding-top: 30px;
    }
    .language{
        top: -30px;
    }
    .main-banner .lSSlideOuter .lSPager.lSpg{
        bottom: 10px;
    }
    .block-diff{
        margin-bottom: 20px;
    }
    .block-tit-page{
        padding: 20px 0;
    }
    .gg-map-lh iframe{
        height: 300px;
    }
    .bang-tuyendung{
        overflow: auto;
    }
    .bang-tuyendung table{
        width: 600px;
    }
    .viewmore{
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
        text-align: center;
    }
    .xemthem{
        display: block;
        width: 100%;
        text-align: center;
    }
    .loader svg{
        width: 300px;
    }
}