@font-face {
    font-family: comicsans;
    src: url('../fonts/VNF-ComicSans.eot');
    src: url('../fonts/VNF-ComicSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/VNF-ComicSans.woff2') format('woff2'),
        url('../fonts/VNF-ComicSans.woff') format('woff'),
        url('../fonts/VNF-ComicSans.ttf') format('truetype'),
        url('../fonts/VNF-ComicSans.svg#VNF-ComicSans') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .tit-ft {
        font-size: 16px !important;
    }
    legend.scheduler-border{
        background: url(../img/backg-page.jpg) !important;
    }
}
@supports (-ms-accelerator:true) {
   .tit-ft {
        font-size: 16px !important;
    }
    legend.scheduler-border{
        background: url(../img/backg-page.jpg) !important;
    }
}
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: 17px;margin:0;font-family: 'Roboto', sans-serif; right: 0px;position: relative;background: url(../img/backg-page.jpg);color: #000;}
body p{font-size:17px;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: 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;}
.langguage {
    text-align: right;
    margin-top: 20px;
}
.langguage img{
    width: 30px;
    margin-left: 10px;
}
.logo{
    width: 170px;
    display: inline-block;
}
.right-header{
    width: calc(100% - 300px);
}
.ul-main-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: relative;
}
.ul-main-menu > li > a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    color: #696969;
    font-size: 17px;
    padding: 20px 0;
    position: relative;
}
.ul-main-menu > li > a:after{
    content: "";
    position: absolute;
    z-index: 1;
    top: calc(100% - 13px);
    bottom: 0;
    left: 0;
    right: 0;
    background: #fe8c24;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    height: 3px;
}
.ul-main-menu > li:hover > a:after{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.ul-main-menu > li:last-child > a{
    margin: 0;
}
.ul-main-menu > li.active > a,
.ul-main-menu > li:hover > a{
    color: #fe8c24;
}
header {
    border-bottom: 4px solid #000;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
section{
    margin-top: 112px;
}
.ul-sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    list-style-type: none;
    margin: 0;
    z-index: 9999;
    background: rgba(255,255,255,0.7);
    display: block;
    border-top: 4px solid #000;
    padding: 0;
    display: none;
    justify-content: space-between;
}
.comic-li-sub{
    font-family: comicsans;
    font-weight: bold;
    font-style: italic;
}
.ul-sub-menu > li.li-ul-sub{
    width: 33.333333%;
    padding: 20px;
    border-right: 1px solid #fe8c24;
}
.ul-sub-menu > li.li-ul-sub:last-child{
    border: none;
}
.has-sub:hover .ul-sub-menu{
    display: flex;
}
.main-banner{
    position: relative;
}
.main-banner .lSSlideOuter .lSPager.lSpg{
    position: absolute;
    width: 100%;
    bottom: 20px;
    margin: 0 !important;
}
.main-banner .lSSlideOuter .lSPager.lSpg > li a{
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    background: none;
}
.main-banner .lSSlideOuter .lSPager.lSpg > li:hover a, 
.main-banner .lSSlideOuter .lSPager.lSpg > li.active a{
    background: #fff;
}
.tit-slogan{
    color: #fe8c24;
    text-align: center;
    font-style: italic;
    margin: 0;
    font-family: comicsans;
}
.main-slogan{
    background: #000;
    padding: 30px 0;
}
.bdr{
    border-right: 3px solid #fd8c25;
}
.left-intro {
    margin: 32px 0px;
}
.dnv{
    font-size: 30px;
    font-weight: 900;
}
.we{
    font-size: 40px;
    color: #fd8c25;
}
.tit-gth{
    font-size: 20px;
    margin-left: 10px;
    font-weight: 800;
}
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-intro p{
    margin-bottom: 10px;
}
.mota-cty{
    margin-top: 10px;
    margin-bottom: 20px;
}
.xemthem{
    display: inline-block;
    padding: 5px 10px;
    color: #000;
    background: #f2953f;
}
.xemthem:hover{
    color: #fff;
}
.main-product-home fieldset.scheduler-border {
    border: 5px dotted #303030;
    padding: 20px;
    border-radius: 10px;
}
.main-product-home legend.scheduler-border {
    text-align: center;
    width: auto;
    padding: 0 30px;
    border-bottom: none;
    font-size: 32px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin: 0 auto;
}
.main-product-home legend.scheduler-border span{
    font-size: 20px;
    font-weight: 400;
}
.main-product-home legend.scheduler-border:before {
    content: "●";
    position: absolute;
    left: 0;
    top: calc(50% - 16px);
    color: #fd8c25;
    font-size: 20px;
    text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}
.main-product-home legend.scheduler-border:after {
    content: "●";
    position: absolute;
    right: 0;
    top: calc(50% - 16px);
    color: #fd8c25;
    font-size: 20px;
    text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}
.block-slider-pro{
    position: relative;
}
.prev-slpr{
    position: absolute;
    top: calc(50% - 25px);
    left: -90px;
    cursor: pointer;
}
.next-slpr{
    position: absolute;
    top: calc(50% - 25px);
    right: -90px;
    cursor: pointer;
}
.a-slpr{
    cursor: pointer !important;
}
.tit-dtkh{
    margin: 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
}
.main-dtkh{
    background: url(../img/backg-dtkh.jpg) center center no-repeat;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}
.main-dtkh:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 0;
}
.main-dtkh > .container{
    position: relative;
    z-index: 9;
}
.des-khdt{
    font-size: 20px;
}
.clorange{
    color: #f2953f;
}
.a-dtlh{
    display: block;
    cursor: pointer !important;
}
.block-slider-dtkh {
    padding: 15px;
    background: rgba(48, 48, 48, 0.7);
    position: relative;
}
.prev-dtkh{
    position: absolute;
    top: calc(50% - 25px);
    left: -65px;
    cursor: pointer;
}
.next-dtkh{
    position: absolute;
    top: calc(50% - 25px);
    right: -65px;
    cursor: pointer;
}
.tit-ft{
    margin: 0;
    color: #fe7b03;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
}
.footer-top{
    background: #2c2c2c;
    overflow: hidden;
}
.block-news-ft > p{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #afafaf;
}
.block-news-ft > p:last-child{
    margin: 0;
    padding: 0;
    border: none;
}
.block-news-ft > p > a{
    display: block;
    color: #fff;
}
.block-news-ft > p:hover > a{
    color: #fe7b03;
}
.form-contact {
    background: #fd8c25;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}
.form-contact:after{
    content: "";
    position: absolute;
    width: 1000px;
    height: 100%;
    background: #fd8c25;
    top: 0;
    left: 100%;
}
.guicauhoi {
    color: #fff !important;
    background: #003461;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 10px;
    border: 3px solid #fff;
    box-shadow: 0 0 5px #ccc;
}
.guicauhoi:hover{
    background: #2c2c2c;
}
.footer-bottom{
    padding: 10px 0;
    background: #030303;
    margin-top: 5px;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}
.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.btnacc {
    border: 1px solid #ccc;
    background-color: white;
    border-radius: 4px;
    width: 100%;
    display: block;
    text-align: left;
    height: 32px;
    font-size: 15px;
    padding: 6px 12px;
    color: #848484;
}
.btn-gui{
    display: inline-block;
    padding: 5px 30px;
    color: #000;
    background: #f2953f;
    font-weight: 700;
    border: none;
}
.btn-gui:hover{
    color: #fff;
}
#send-contact .modal-content{
    background: url(../img/backg-page.jpg);
}
#send-contact .modal-header .close {
    margin-top: -2px;
    color: #f2953f;
    opacity: 1;
    text-shadow: unset;
    outline: unset !important;
}
.block-spdv{
    padding: 20px;
    border-top: 3px dotted #303030;
    border-left: 3px dotted #303030;
    position: relative;
    padding-bottom: 0;
}
.block-spdv:before {
    content: "●";
    position: absolute;
    right: -17px;
    top: -18px;
    color: #fd8c25;
    font-size: 20px;
    text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}
.block-spdv:after {
    content: "●";
    position: absolute;
   	left: -8px;
    bottom: -22px;
    color: #fd8c25;
    font-size: 20px;
    text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}
.block-items-spdv{
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
.block-items-spdv:before {
    content: "●";
    position: absolute;
    left: 6px;
    top: -9px;
    color: #fd8c25;
    font-size: 20px;
    text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}
.block-items-spdv:after {
    content: "";
    width: 15px;
    border-top: 3px dotted #303030;
    position: absolute;
    top: 5px;
    left: -15px;
}
.tab-content{
    display: none;
}
.tab-hover .tab-titles{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.tab-hover .tab-titles > li{
    text-align: center;
    color: #000;
    display: block;
    font-weight: 700;
    background: #7b6c61;
    padding: 5px;
    border: 3px solid #fff;
    box-shadow: 0 0 5px #ccc;
    border-radius: 4px;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
}
.tab-hover .tab-titles > li:after {
    content: url(../img/down.png);
    width: 40px;
    height: 32px;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(100% + 3px);
}
.tab-hover .tab-titles > li:last-child:after{
    content: unset;
}
.tab-hover .tab-titles > li > a{
    color: #000;
    display: block;
}
.tab-hover .tab-titles > li:last-child{
    margin-bottom: 0;
}
.tab-hover .tab-titles > li.active{
    background: #fd8c25;
}
.img-dc{
    text-align: center;
}
.img-dc > img{
    border: 5px solid #fff;
    border-radius: 50%;
    width: 400px;
}
.item-quytrinh fieldset.scheduler-border {
    border: 3px dotted #303030;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}
.item-quytrinh legend.scheduler-border {
    text-align: center;
    width: auto;
    padding: 0 20px;
    border-bottom: none;
    font-weight: 500;
    color: #000;
    position: relative;
    margin: 0;
}
.item-quytrinh legend.scheduler-border:before {
    content: "●";
    position: absolute;
    left: 0;
    top: calc(50% - 16px);
    color: #fd8c25;
    font-size: 20px;
    text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}
.item-quytrinh legend.scheduler-border:after {
    content: "●";
    position: absolute;
    right: 0;
    top: calc(50% - 16px);
    color: #fd8c25;
    font-size: 20px;
    text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}
.item-quytrinh{
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.img-legend.center {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cate-sub {
    margin-bottom: 10px;
    font-weight: 700;
}
.ul-list-sub{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.ul-list-sub > li > a{
    color: #000;
    margin-bottom: 5px;
    font-weight: 700;
    display: block;
}
.ul-list-sub > li:hover > a{
    color: #fe8c24;
}
.banner-page{
    border-bottom: 4px solid #000;
}
.item-pro{
    margin-bottom: 30px;
}
.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}
.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}
.fancybox-slide .fancybox-image-wrap{
    top: 15px;
    background: #fff;
}
.a-fancy{
    display: block;
    padding: 0 15px;
    margin-bottom: 30px;
    width: 33.333333%;
    float: left;
}
.fancybox-container .fancybox-thumbs > ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fancybox-container .fancybox-thumbs > ul > li.fancybox-thumbs-active:before{
    border: 2px solid #fff;
    background: rgba(254, 140, 36, 0.5);
}
.fancybox-container .fancybox-thumbs > ul > li{
    margin: 2px 10px;
    height: 100px;
    max-height: 100px;
}
.fancybox-show-thumbs .fancybox-thumbs{
	height: 120px;
}
.fancybox-container .fancybox-caption {
    padding: 20px 0;
    color: #fe8c24;
    font-weight: 700;
    font-size: 17px;
    text-align: left;
    background: #fff;
    padding-left: 20px;
}
.fancybox-container .fancybox-slide,
.fancybox-container .fancybox-image{
    transition: unset !important;
}
.fancybox-container .fancybox-image{
    padding: 5px;
}
.fancybox-button.fancybox-button--arrow_left svg{display: none;}
.fancybox-button.fancybox-button--arrow_right svg{display: none;}
.fancybox-navigation{display: block;}
.fancybox-navigation button.fancybox-button--arrow_left:before{
	background: url(../img/prev-fan.png) center center no-repeat;
	background-size: contain;
}
.fancybox-navigation button.fancybox-button--arrow_right:before{
	background: url(../img/next-fan.png) center center no-repeat;
	background-size: contain;
}
.fancybox-navigation button.fancybox-button--arrow_left{
	left: 10%;
}
.fancybox-navigation button.fancybox-button--arrow_right{
	right: 10%;
}
.fancybox-navigation .fancybox-button{
	outline: unset;
}
.fancybox-container .fancybox-caption-wrap{
    background: none;
    width: 600px;
    margin: 0 auto;
    height: unset;
    padding: 0;
    text-align: left;
    bottom: calc(50% + 285px);
    opacity: 1;
    visibility: visible;
}
.pagina a{
    font-weight: 700;
    color: #000;
    margin-right: 5px;
    display: inline-block;
}
.pagina a.active{
    color: #fe8c24;
}
.blog-khachhang fieldset.scheduler-border {
    border: 5px dotted #303030;
    padding: 20px;
    border-radius: 10px;
}
.blog-khachhang legend.scheduler-border {
    width: auto;
    padding: 0 30px;
    border-bottom: none;
    font-size: 32px;
    font-weight: 500;
    color: #fd8c25;
    position: relative;
    margin: 0;
    margin-left: 30px;
    text-shadow: 0 0 5px #000, 0 0 5px #000;
}
.blog-khachhang legend.scheduler-border span{
    font-size: 20px;
    font-weight: 400;
}
.blog-khachhang legend.scheduler-border:before {
    content: "●";
    position: absolute;
    left: 0;
    top: calc(50% - 16px);
    color: #fd8c25;
    font-size: 20px;
    text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}
.blog-khachhang legend.scheduler-border:after {
    content: "●";
    position: absolute;
    right: 0;
    top: calc(50% - 16px);
    color: #fd8c25;
    font-size: 20px;
    text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}
.blog-khachhang .block-slider-dtkh{
    background: none;
}
.prev-kh{
    position: absolute;
    top: calc(50% - 25px);
    left: -90px;
    cursor: pointer;
}
.next-kh{
    position: absolute;
    top: calc(50% - 25px);
    right: -90px;
    cursor: pointer;
}
.blog-doitac fieldset.scheduler-border {
    border: 5px dotted #303030;
    padding: 20px;
    border-radius: 10px;
}
.blog-doitac legend.scheduler-border {
    width: auto;
    padding: 0 30px;
    border-bottom: none;
    font-size: 32px;
    font-weight: 500;
    color: #fd8c25;
    position: relative;
    margin: 0;
    margin-left: 30px;
    text-shadow: 0 0 5px #000, 0 0 5px #000;
}
.blog-doitac legend.scheduler-border span{
    font-size: 20px;
    font-weight: 400;
}
.blog-doitac legend.scheduler-border:before {
    content: "●";
    position: absolute;
    left: 0;
    top: calc(50% - 16px);
    color: #fd8c25;
    font-size: 20px;
    text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}
.blog-doitac legend.scheduler-border:after {
    content: "●";
    position: absolute;
    right: 0;
    top: calc(50% - 16px);
    color: #fd8c25;
    font-size: 20px;
    text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}
.blog-doitac .block-slider-dtkh{
    background: none;
}
.prev-dt{
    position: absolute;
    top: calc(50% - 25px);
    left: -90px;
    cursor: pointer;
}
.next-dt{
    position: absolute;
    top: calc(50% - 25px);
    right: -90px;
    cursor: pointer;
}
.img-news {
    display: block;
    border: 1px solid #000;
}
.editer p{
    margin-bottom: 5px;
}
.tit-aside{
    background: #ef9c00;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #000;
    margin-bottom: 5px;
    padding: 10px;
}
.ct-aside{
    border: 1px solid #000;
    padding: 10px;
}
.img-spm{
    text-align: center;
    margin-bottom: 10px;
}
.ct-aside .img-spm:last-child{
    margin-bottom: 0;
}
.block-aside{
    margin-bottom: 20px;
}
.item-slasi{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item-slasi a{
    display: block;
    margin-right: 10px;
}
.item-slasi a:last-child{
    margin: 0;
}
.img-news-asd{
    margin: 10px 0;
}
.news-aside{
    margin-bottom: 20px;
}
.p-tuyendung{
    margin-bottom: 10px;
}
.p-tuyendung img{
    margin-right: 10px;
    width: 15px;
}
.p-tuyendung a{
    color: #000;
    font-weight: 700;
}
.tit-ktm{
    margin: 0;
    font-weight: 700;
    color: #fd8c25;
    text-shadow: 0 0 5px #000,0 0 5px #000;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #f2953f !important;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top span {
    position: relative;
    top: 15px;
}
.wtsp{
    white-space: nowrap;
}
.item-slasi img{
    height: 42px;
    object-fit: cover;
}
#send-contact .modal-dialog{
    margin-top: 150px;
}
header.fancybox-margin {
    z-index: 1;
}
.fancybox-skin{
    display: flex;
    flex-direction: column-reverse;
}
.fancybox-opened .fancybox-title {
    color: #fe8c24;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
}
.fancybox-outer {
    margin-top: 20px;
}
#fancybox-thumbs ul li{
    opacity: 1;
}
#fancybox-thumbs ul li.active{
    opacity: 1;
    position: relative;
    border: none;
}
#fancybox-thumbs ul li.active:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fe8c24;
    opacity: 0.5;
    top: 0;
    left: 0;
    z-index: 9;
    border: 3px solid #fff;
}
.fancybox-nav span{
    visibility: visible;
}
.fancybox-prev span{
    left: -60px;
    background: url(../img/prev-fan.png) center center no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    margin-top: -30px;
}
.fancybox-next span{
    right: -60px;
    background: url(../img/next-fan.png) center center no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    margin-top: -30px;
}


@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
    .right-header {
        width: calc(100% - 200px);
    }
    .block-slider-dtkh{
        width: calc(100% - 130px);
        margin: 0 auto;
    }
    .main-product-home .scheduler-border{
        width: calc(100% - 130px);
        margin: 0 auto;
    }
    .blog-khachhang fieldset.scheduler-border{
        width: calc(100% - 130px);
        margin: 0 auto;
    }
    .blog-doitac fieldset.scheduler-border{
        width: calc(100% - 130px);
        margin: 0 auto;
    }
    .blog-khachhang .block-slider-dtkh{
        width: 100%;
        padding: 0;
    }
    .blog-doitac .block-slider-dtkh{
        width: 100%;
        padding: 0;
    }
}

@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;
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 99999;
        background: rgba(254, 140, 36, 0.2);
    }
    .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: 8px 0;
        text-decoration: none;
        color: #818181;
        transition: 0.3s;
        list-style-type: none !important;
    }
    .menu-mobile li {
        margin: 0;
        background: unset;
        border: none;
        border-radius: 0;
        box-shadow: unset;
        border-bottom: 1px solid #fff;
    }
    .menu-mobile a {
        padding: 15px 0 15px 20px;
        display: inline-block;
        width: calc(100% - 50px);
        color: #000;
        font-weight: 700;
        font-size: 17px;
    }
    .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;
        background: #bebebe;
    }
    .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: #bebebe;
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    .menu-mobile li:not(.hassub-mb) a{
        width: 100%;
        padding: 15px 20px;
    }
    .menu-mb.show991 {
        display: flex;
        justify-content: flex-end;
        margin-top: 20px;
    }
    .menu-mobile .sub-menu-mb.sub-mb-2 a{
        background: #dedede;
    }
    header{
        padding: 10px 0;
    }
    .left-intro{
        text-align: center;
    }
    .logogt{
        width: 300px;
        margin: 0 auto;
    }
    .bdr{
        border: none;
    }
    .prev-slpr {
        top: calc(50% - 15px);
        left: -60px;
        width: 30px;
    }
    .next-slpr {
        top: calc(50% - 15px);
        right: -60px;
        width: 30px;
    }
    .main-product-home .scheduler-border {
        width: calc(100% - 70px);
        margin: 0 auto;
    }
    .prev-dtkh{
        top: calc(50% - 15px);
        left: -30px;
        width: 30px;
    }
    .next-dtkh{
        top: calc(50% - 15px);
        right: -30px;
        width: 30px;
    }
    .block-slider-dtkh{
        width: calc(100% - 70px);
    }
    .footer-top .flex-n{
        display: block;
    }
    .form-contact:before {
        content: "";
        position: absolute;
        width: 1000px;
        height: 100%;
        background: #fd8c25;
        top: 0;
        right: 100%;
    }
    .prev-kh{
        top: calc(50% - 15px);
        left: -60px;
        width: 30px;
    }
    .next-kh{
        top: calc(50% - 15px);
        right: -60px;
        width: 30px;
    }
    .blog-khachhang fieldset.scheduler-border{
        width: calc(100% - 70px);
    }
    .prev-dt{
        top: calc(50% - 15px);
        left: -60px;
        width: 30px;
    }
    .next-dt{
        top: calc(50% - 15px);
        right: -60px;
        width: 30px;
    }
    .blog-doitac fieldset.scheduler-border{
        width: calc(100% - 70px);
    }
    .fancybox-container .fancybox-thumbs > ul{
        flex-wrap: wrap;
    }
    .fancybox-container .fancybox-thumbs > ul > li{
        margin: 2px;
    }
    .block-aside{
        width: 33.333333%;
        float: left;
        padding: 0 15px;
    }
    .main-aside{
        margin: 0 -15px;
    }
    .news-s{
        margin-bottom: 20px;
    }
    .tab-hover .tab-titles > li{
        width: 80%;
    }
    header{
        position: unset;
    }
    section {
        margin-top: 0;
    }
    .fancybox-navigation button.fancybox-button--arrow_left{
		left: 10px;
	}
	.fancybox-navigation button.fancybox-button--arrow_right{
		right: 10px;
	}
	.fancybox-navigation button.fancybox-button--arrow_left:before{
		background: #000 url(../img/prev-fan.png) center center no-repeat;
		background-size: contain;
		border-radius: 50%;
	}
	.fancybox-navigation button.fancybox-button--arrow_right:before{
		background: #000 url(../img/next-fan.png) center center no-repeat;
		background-size: contain;
		border-radius: 50%;
	}
}
@media (min-width: 992px){
    #fancybox-thumbs ul{
        display: flex;
        align-items: center;
        justify-content: center;
        left: 0 !important;
        width: 100% !important;
    }
}
@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .blmt{
        margin-bottom: 15px;
    }
    .mota-cty{
        margin-bottom: 0;
    }
    .main-product-home legend.scheduler-border{
        font-size: 20px;
    }
    .main-product-home legend.scheduler-border span{
        font-size: 13px;
    }
    .blog-khachhang legend.scheduler-border{
        font-size: 20px;
    }
    .blog-doitac legend.scheduler-border{
        font-size: 20px;
    }
    .block-aside{
        width: 50%;
        float: left;
        padding: 0 15px;
    }
    .list-ctct{
        display: block;
    }
    .list-ctct > a{
        margin-bottom: 15px;
    }
    .gt-daychuyen .flex{
        flex-direction: column-reverse;
    }
    .gt-daychuyen .gt-margin{
        margin-bottom: 20px;
    }
    .tit-dtkh{
        font-size: 20px;
    }
    #send-contact .modal-dialog{
        margin-top: 30px;
    }
    .fancybox-prev span,
    .fancybox-next span{
        display: none;
    }
}
@media (max-width: 600px){
    .fancybox-container .fancybox-caption {
        text-align: center;
        padding: 20px 0 !important;
        width: 100%;
    }
    .fancybox-container .fancybox-caption-wrap{
        width: 100%;
    }
}
@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .main-banner .lSSlideOuter .lSPager.lSpg{
        bottom: 10px;
    }
    .main-banner .lSSlideOuter .lSPager.lSpg > li a{
        width: 12px;
        height: 12px;
    }
    .main-slogan{
        padding: 15px 0;
    }
    .tit-slogan{
        font-size: 18px;
    }
    .main-product-home legend.scheduler-border{
        padding: 0 15px;
    }
    .main-product-home fieldset.scheduler-border{
        padding: 15px;
    }
    .clear40{
        height: 20px;
    }
    .left-intro {
        margin: 0 0 20px 0;
    }
    .main-dtkh{
        padding: 20px 0;
    }
    .tit-dtkh{
        margin-bottom: 0;
    }
    .form-contact{
        padding: 15px;
    }
    .blog-khachhang fieldset.scheduler-border{
        border: none;
        padding-left: 0;
        padding-right: 0;
    }
    .blog-khachhang legend.scheduler-border {
        font-size: 20px;
        padding: 0 15px;
        margin: 0 auto;
    }
    .blog-doitac fieldset.scheduler-border{
        border: none;
        padding-left: 0;
        padding-right: 0;
    }
    .blog-doitac legend.scheduler-border {
        font-size: 20px;
        padding: 0 15px;
        margin: 0 auto;
    }
    .banner-page img{
        height: 250px;
        object-fit: cover;
    }
    .ggmap iframe{
        height: 300px;
    }
    .a-fancy{
        width: 50%;
    }
    .block-aside{
        width: 100%;
        float: none;
        padding: 0;
    }
    .main-aside{
        margin: 0;
    }
    .editer img{
        height: auto !important;
    }
    .item-slasi{
        justify-content: center;
    }
    .block-items-spdv{
        padding-left: 20px;
    }
    .block-spdv:before {
        right: -10px;
        font-size: 12px;
        top: -10px;
    }
    .block-spdv:after {
        font-size: 12px;
        left: -6px;
        bottom: -15px;
    }
    .block-items-spdv:after{
        width: 8px;
    }
    .block-items-spdv:before {
        left: -4px;
        font-size: 12px;
        top: -2px;
    }
    .item-quytrinh legend.scheduler-border:before,
    .item-quytrinh legend.scheduler-border:after{
        top: calc(50% - 9px);
        font-size: 12px;
    }
    .blog-khachhang legend.scheduler-border:before,
    .blog-khachhang legend.scheduler-border:after{
        content: unset;
    }
    .main-product-home legend.scheduler-border {
        font-size: 18px;
    }
    .fancybox-container .fancybox-caption-wrap{
        bottom: unset;
        top: 44px;
    }
    .fancybox-container .fancybox-caption{
        padding: 15px 0 !important;
    }
    .prev-kh {
        left: -35px;
    }
    .next-kh {
        right: -35px;
    }
    .prev-dt {
        left: -35px;
    }
    .next-dt{
        right: -35px;
    }
    .main-product-home legend.scheduler-border:before,
    .main-product-home legend.scheduler-border:after{
        top: calc(50% - 9px);
        font-size: 12px;
    }
    .blog-doitac legend.scheduler-border:before,
    .blog-doitac legend.scheduler-border:after{
        content: unset;
    }
}
@media (max-width: 400px){
    .main-product-home legend.scheduler-border {
        font-size: 16px;
    }
}