body{
	-webkit-animation: fadeInFromNone 0.03s ease-out;
	-moz-animation: fadeInFromNone 0.03s ease-out;
	-o-animation: fadeInFromNone 0.03s ease-out;
	animation: fadeInFromNone 0.03s ease-out;
}
@-webkit-keyframes fadeInFromNone {
    0% {

        opacity: 0;
    }

    1% {

        opacity: 0;
    }

    100% {

        opacity: 1;
    }
}
@-moz-keyframes fadeInFromNone {
    0% {

        opacity: 0;
    }

    1% {

        opacity: 0;
    }

    100% {

        opacity: 1;
    }
}
@-o-keyframes fadeInFromNone {
    0% {

        opacity: 0;
    }

    1% {

        opacity: 0;
    }

    100% {

        opacity: 1;
    }
}
@keyframes fadeInFromNone {
    0% {

        opacity: 0;
    }

    1% {

        opacity: 0;
    }

    100% {

        opacity: 1;
    }
}
.openmenu{
    overflow: hidden;
}
*,*:active,*:focus{
    outline: 0;
}
a, a:hover, a:visited, a:focus{
    text-decoration: none;
}
body,html{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    font-weight: 400;
}
html::-webkit-scrollbar{
    width: 10px;
    background-color: #F5F5F5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
html::-webkit-scrollbar-thumb {
    background-color: #333333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 10px;
}
*:focus{
    outline: 0;
}
a:focus, button:focus, textarea:focus, select:focus, input:focus{
    outline: 0!important;
}
a, button{
    color:#333333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
a:hover{
    color: #c12026;
}
h1, h2, h3, h4, h5, h6{
    line-height: 1.4;
}
/*  */
#vnt-container{
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.wrapper{
    max-width:1200px;
    padding: 0px 15px;
    margin:0 auto; 
}
.wrapping{
    padding: 0px 30px;
    max-width: 1600px;
    margin:0 auto; 
}
.wraps{
    max-width: 970px;
    margin: 0 auto;
}
.wrapss{
    max-width: 990px;
    margin: 0 auto;
}
/*  <===== vnt-slide =====>  */
#vnt-slide .slick-dots{
    padding: 0 120px;
    justify-content: flex-end;
    bottom: 20px;
}
#vnt-slide .item{
    position: relative;
}
#vnt-slide .img{
    overflow: hidden;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#vnt-slide .img::before{
    /* content: ''; */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
}
#vnt-slide.slnobong .img::before{
    display: none;
}
#vnt-slide .img img{
    opacity: 0;
}
#vnt-slide .caption{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 2;
} 
#vnt-slide .caption .ctwrap{
    max-width: 90%;
}
#vnt-slide .caption .t1{
    font-size: 45px;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: 700;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    margin-bottom: 5px;
    color: #fff;
    
    max-height: 110px;
    overflow: hidden;
}
#vnt-slide .slick-current .caption .t1{
    transform: inherit;
    opacity: 1;
    visibility: inherit;
    transition-delay: 0.2s;
}
#vnt-slide .caption .t2{
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    color: #fff;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    font-weight: 500;
    text-shadow: 0px 3px 3px rgb(0 0 0 / 10%);
}
#vnt-slide .slick-current .caption .t2{
    transform: inherit;
    opacity: 1;
    visibility: inherit;
    transition-delay: 0.4s;
}
#vnt-slide-home img {
    width: 100%;
}
.vnt-slide{
    position: relative;
}
.vnt-slide .bg{
    min-height: 400px;
    padding: 80px 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.vnt-slide .bg img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
.slider_banner .bg{
    min-height: 670px;
}
.vnt-slide .bg::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.1);
}
.slick-init .item{
    display: none;
}

.slick-init .item.slick-slide,
.slick-init .item:first-child{
    display: block;
}
.slick-slider { 
    display: table; table-layout: fixed; width: 100%; 
}
/*  <===== vnt-slide =====>  */

.input-group-img {
    width: 1%;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
}
.input-group-img img {
    max-width: inherit;
}
select{
    padding-left: 10px;
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='10' height='5' viewBox='0 0 10 5'><polygon points='0,0 10,0 5,5' style='fill: rgb(51, 51, 51)'></polygon></svg>");
    background-size: 10px 5px;
    background-position: right 15px center;
    background-repeat: no-repeat;
}
/*  <===== lazyloading =====>  */
.lazyloading{
    opacity: 0;
}
.lazy-start{
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*  <===== lazyloading =====>  */

/*  <===== vnttbream =====>  */
.vnt-main-top{
    position: relative;
}
.vnttbream{
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}
.vnttitlelg{
    margin-bottom: 10px;
}
.vnttitlelg, .vnttitlelg h1, .vnttitlelg h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
    color: #fff;
}
.gdbreaddt{
    padding: 15px 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.03);
}
.gdbreaddt .breadcrumb ul li,.gdbreaddt .breadcrumb ul li a{
    color: #333333;
}
.breadcrumb {
    background-color: transparent;
    padding: 0;
}
.breadcrumb ul {
    text-align: right;
    float: none;
    width: initial;
    /* display: flex; */
    align-items: center;
    align-content: center;
    overflow: hidden;
    overflow-x: auto;
}
.breadcrumb ul li {
    padding: 0;
    float: left;
    position: relative;
    font-size: 11px;
    line-height: 17px;
    flex-shrink: 0;
}
.breadcrumb ul li:first-child {
    margin-left: 0
}
.breadcrumb ul li a {
    line-height: inherit; 
    /* color: #fff; */
}
.breadcrumb ul li:after {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    right: -13px;
    top: 44%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    line-height: 23px;
    color: #333333;
}
.breadcrumb ul li:last-child:after {
    content: initial
}
.breadcrumb ul li:last-child {
    margin-right: 0
}
/*  <===== vnttbream =====>  */

/*  <===== mmfixedtab =====>  */
.mmfixedtab{
    padding: 12px 0 7px;
    background-color: #f2f2f2;
}
.menuTab{
    background-color: transparent;
}
.menuTab ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-display: flex;
    flex-flow: row nowrap;
    position: relative;
    z-index: 2;
    white-space: nowrap;
    padding-bottom: 5px;
}
.menuTab ul::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
} 
.menuTab ul::-webkit-scrollbar-thumb {
    background-color: #c12026;
}
.menuTabjs{
}
.menuTab ul li {
    margin-right: 10px;
}
.menuTab ul li:last-child{
    margin-right: 0;
}
.menuTab ul li a {
    display: block;
    color: #333333;
    padding: 11px 30px;
    font-size: 15px;
    line-height: 23px;
    position: relative;
    text-align: center;
    background-color: #fff;
    font-weight: 500;
    border-radius: 0;
}
.menuTab ul li a:hover, 
.menuTab ul li.current a, .menuTab ul li.active a  {
    color:#fff;
    background-color: #faa61b;
}
.menuTab .mc-menu{
    font-size: 14px;
    line-height: 22px;
    border:solid 1px #faa61b;
    color:#fff;
    padding: 11px 50px 11px 20px;
    cursor: pointer;
    position: relative;
    background-color: #faa61b;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    font-weight: 500;
}
.menuTab .mc-menu:before{
    content: "\f107";
    position: absolute;
    font-family: fontAwesome;
    position: absolute;
    right:20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
}
.menuTab.active .mc-menu:before{
    content: "\f106";
}
/* <===== mmfixedtab =====> */

/* <===== pagination =====> */
.pagination ul li span.pagecur, .pagination ul li a{
    border:1px solid rgba(0,0,0,0.1);
    background: transparent;
    
}
.pagination ul li a:hover, .pagination ul li span.pagecur{
    background: #faa61b;
    border-color:#faa61b;
    color:#ffffff;
}
/* <===== pagination =====> */

/* <===== date_share =====> */
.date_share{
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.date_share .ds_date {
    font-size: 13px;
    line-height: 20px;
    margin-right: 20px;
}
.date_share .ds_date:before{
    font-family: FontAwesome;
    content: "\f133";
    padding-right: 8px;
    color: #c12026;
}
.date_share .ds_share ul:after{
    display: block;
    content: '';
    clear: both;
}
.date_share .ds_share ul li{
    margin-left: 5px;
    font-size: 16px;
    line-height: 30px;
    float: left;
    padding: 5px 0;
}
.date_share .ds_share ul li a{
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.date_share .ds_share ul li a:hover{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.date_share .ds_share ul li a .fa{
    font-size: 14px;
    line-height: 30px;
}

/* <===== date_share =====> */

/* <===== the-social =====> */
.the-social ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.the-social ul li{
    margin-right: 5px;
}
.the-social ul li a{
    display: block;
    width: 30px;
    height: 30px;
    background: #eeeeee;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    position: relative;
    color: #fff;
    border-radius: 100%
}
.the-social ul li a:hover{
    border-radius: 0%
}
.the-social ul li a i, .the-social ul li a img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.the-social ul li a .icon-zalo1{
    font-size: 13px;
    font-weight: bold;
}
/* <===== the-social =====> */

/* <===== myTools =====> */
.myTools {
    padding: 10px;
    margin-bottom: 15px;
    margin-bottom: 20px;
    background-color: #f2f2f2;
}
.myTools .share{
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.myTools .share .txt{
    margin-right: 10px;
}
.myTools .share ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.myTools .share ul li{
    margin-right: 5px;
}
.myTools .share ul li a{
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #333333;
}
.myTools .share ul li a i, .myTools .share ul li a img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: bold;
}
.myTools .share ul li a:hover{
    border-radius: 0;
}
.myTools .share ul li {
    float: left;
    margin-right: 15px;
}
.myTools .print{
    float:right;
    margin-top: 5px;
}
.myTools .print ul li {
    float: left;
    margin-left: 15px;
}
.myTools .print ul li a {
    font-size: 14px;
    line-height: 22px;
    padding-left: 25px;
    position: relative;
}
.myTools .print ul li a:before{
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.myToolres{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.myToolres > span{
    margin-right: 20px;
    text-transform: uppercase;
}
.myToolres > ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.myToolres > ul li{
    margin-right: 20px;
}
.myToolres > ul li:last-child{
    margin-right: 0;
}
.myToolres > ul li a{
    display: block;
    border-radius: 100%;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    position: relative;
    color: #666666;
}
.myToolres li a .icon-zalo1{
    font-weight: bold;
}
.myToolres > ul li a:hover{
    color: #c12026;
}
/* <===== myTools =====> */

/* <===== myTags =====> */
.myTags {
    margin-bottom: 15px;
}
.myTags p {
    float: left;
    padding: 0;
    margin-right: 10px;
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
}
.myTags ul li {
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.myTags ul li:last-child{
    padding-right: 0px;
}
.myTags ul li:last-child:after {
    content: initial;
}
.myTags ul li a {
    font-size: 13px;
    line-height: 21px;
    color: #999999;
}
.myTags ul li a:hover{
    color:#ed1b2f;
}
/* <===== myTags =====> */

/* <===== comment =====> */
.comment{
    margin-bottom: 50px;
}
.comment .title{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.formComment .form-control{
    height: 38px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.formComment textarea.form-control{
    resize: vertical;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    height: 100px;
}
.formComment .input-group-btn{
    padding-left: 5px;
    vertical-align: top;
}
.formComment .input-group-img{
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
}
.formComment .input-group-img img{
    max-width: none;
}
.formComment button.btn{
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 7px 20px;
    text-transform: uppercase;
    background: #67635c;
    border: 0;
    margin-right: 5px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.formComment button.btn:hover{
    background: #c12026;
}
.formComment button.btn:active{
    outline: none;
}
.formComment button.btn span{
    color: #ffffff;
}
.formComment .w_content .content-info{
    padding: 15px;
    clear: both;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: none;
}
.formComment .w_content .content-info .info-title{
    margin-bottom: 10px;
}
.formComment .w_content .content-info .form-control{
    float: none;
    margin-bottom: 10px;
}
/*=================================*/
.grid-comment{
    margin-bottom: 20px;
}
.grid-comment .node-commnet{
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.grid-comment .node-commnet .avatar{
    width: 55px;
    float: left;
}
.grid-comment .node-commnet .avatar img{
    width: 100%;
}
.grid-comment .node-commnet .info-comment{
    margin-left: 70px;
}
.grid-comment .node-commnet .info-comment .info-preson{
    font-size: 12px;
    line-height: 25px;
}
.grid-comment .node-commnet .info-comment .info-preson .name{
    font-size: 14px;
    font-weight: bold;
}
.grid-comment .node-commnet .info-comment .ccomment{
    font-size: 14px;
    line-height: 25px;
    color:#666666;
}
.grid-comment .node-commnet .info-comment .linkanswer{
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #f58021;
}
.grid-comment .node-commnet .info-comment .linkanswer a{
    position: relative;
    display: inline-block;
    padding-right: 12px;
    color: #666666;
}
.grid-comment .node-commnet .info-comment .linkanswer a:hover{
    text-decoration: underline;
}
.grid-comment .node-commnet .info-comment .linkanswer a:after{
    position: absolute;
    font-family:"fontawesome";
    content:"\f054";
    top:2px;
    right: 0;
    color: #666666;
    font-size: 7px;
}
.listanswer .nodeanswer{
    border:solid 1px rgba(255,255,255,0.15);
    background: #ffffff;
    margin-bottom:1px;
    padding: 10px;
}
.conmment-facebook{
    margin-bottom: 25px;
}
/* <===== comment =====> */


/* <===== footer =====> */
.gdtopfoot{
    padding: 25px 0 50px;
    background-color: #f6f6f6;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.gdtopfoot::before{
    content: '';
    position: absolute;
    top: -80px;
    right: 0px;
    width: 200px;
    height: 400px;
    pointer-events: none;
    background-image: url('../images/bgfoot.png');
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
}
.hptopinfoaa{
    margin-bottom: 15px;
}
.hptopinfoaa .graa{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0 -5px;
}
.hptopinfoaa .graa > div{
    padding: 0 5px;
}
.hptopinfoaa .graa .lcol{
    width: 75%;
}
.hptopinfoaa .graa .rcol{
    width: 25%;
}
.tplogofoot{
    max-width: 120px;
} 
.tpsocifoot ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.tpsocifoot ul li{
    margin-right: 20px;
}
.tpsocifoot ul li:last-child{
    margin-right: 0;
}
.tpsocifoot li a{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.tpsocifoot li a:hover{
    transform: translateY(-2px);
}
.hptopinfobb .grbb{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.hptopinfobb .grbb > div{
    padding: 0 5px;
}
.hptopinfobb .grbb .colm{
    width: 35%;
}
.hptopinfobb .grbb .colh{
    width: 16%;
}
.hptopinfobb .grbb .colb{
    width: 24%;
}
.hptopinfobb .grbb .colt{
    width: 25%;
}
.tpaddressfoot .ttadd{
    margin-bottom: 10px;
}
.tpaddressfoot .ttadd, .tpaddressfoot .ttadd h3{
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    text-transform: uppercase;
    color: #c12026;
    letter-spacing: 1.3px;
}
.tpaddressfoot .ctadd{
    max-width: 300px;
}
.tpaddressfoot .aainfo{
    margin-bottom: 20px;
}
.tpaddressfoot .aainfo li{
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
    font-size: 13px;
    line-height: 21px;
}
.tpaddressfoot .aainfo li, .tpaddressfoot .aainfo li a{
    color: #555555;
}
.tpaddressfoot .aainfo li a:hover{
    color: #c12026;
}
.tpaddressfoot .aainfo li:last-child{
    margin-bottom: 0;
}
.tpaddressfoot .aainfo li::before{
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #faa61c;
}
.tpaddressfoot .aamap{
    max-width: 130px
}
.tpaddressfoot .aamap a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 13px;
    line-height: 22px;
    background-color: #faa61b;
    padding: 8px 5px;
    border-radius: 3px;
    color: #fff;
}
.tpaddressfoot .aamap a:hover{
    background-color: #c12026;
}
.tpaddressfoot .aamap a i{
    margin-right: 10px;
    font-size: 15px;
}
.tplinkfoot .ttlink{
    margin-bottom: 10px;
}
.tplinkfoot .ttlink, .tplinkfoot .ttlink h3{
    color: #c12026;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;   
}
.tplinkfoot .ctlink li{
    margin-bottom: 10px;
}
.tplinkfoot .ctlink li:last-child{
    margin-bottom: 0;
}
.tplinkfoot .ctlink li a{
    color: #555555;
    font-size: 13px;
    line-height: 21px;
    display: inline-block;
}
.tplinkfoot .ctlink li a:hover{
    color: #c12026;
    padding-left: 2px;
}
.tpformfoot{
    margin-bottom: 20px;
}
.tpformfoot .ttform{
    margin-bottom: 12px;
}
.tpformfoot .ttform, .tpformfoot .ttform h3{
    color: #c12026;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.tpformfoot .frmform{
    margin-bottom: 10px;
}
.tpformfoot .frponsi{
    position: relative;
}
.tpformfoot .frponsi input{
    height: 45px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    padding: 0 45px 0 15px;
    color: #999999;
    font-size: 13px;
    line-height: 21px;
}
.tpformfoot .frponsi button{
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;

    height: 100%;
    border: none;
    background-color: transparent;
    color: #faa61c;
    font-size: 18px;
    line-height: 27px;
}
.tpformfoot .frmnot{
    color: #555555;
    font-size: 13px;
    line-height: 21px;
}
.tpcogiayfoot .becongfoot{
    margin-bottom: 10px;
}
.tpcogiayfoot .begiayfoot ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.tpcogiayfoot .begiayfoot li{
    margin-right: 13px;
    position: relative;
}
.tpcogiayfoot .begiayfoot li:last-child{
    margin-right: 0;
}
.tpcogiayfoot .begiayfoot li::before{
    content: '-';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -9px;
}
.tpcogiayfoot .begiayfoot li:last-child::before{
    display: none;
}
.gdbotfoot{
    padding: 20px 0;
    position: relative;
    background-color: #faa61c;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    background-image: url('../images/lingfoot.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* <===== footer =====> */


/* <===== the-content =====> */
.the-content{
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 30px;
}
.the-content .row{
    margin: 0 -10px;
}
.the-content .row > div{
    padding: 0 10px;
}
/* <===== the-content =====> */

/* <===== share_tool =====> */
.share_tool{
    display: flex;
    align-items: center;
    align-content: center;
}
.share_tool .cs{
    display: block;
    margin-right: 15px
}
.share_tool ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.share_tool ul li{
    margin-right: 5px;
}
.share_tool ul li a{
    display: block;
    width: 35px;
    height: 35px;
    background: #f7f7f7;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    position: relative;
    border-radius: 100%
}
.share_tool ul li a:hover{
    border-radius: 0%
}
.share_tool ul li a i, .share_tool ul li a img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.share_tool ul li a .icon-zalo1{
    font-weight: bold;
    font-size: 13px;
}
/* <===== share_tool =====> */

/* <===== vhpopall =====> */
.vhpopall .fancybox-slide--iframe{
    padding: 0;
}
.vhpopall .fancybox-slide--iframe .fancybox-content{
    margin: 0;
    height:auto;
    width: 98%;
    max-width: 800px;
    max-height: calc(100vh - 100px);
}
.vhpopall  .fancybox-content{
    overflow: unset;
}
.vhpopall .popupInfo .contentPop{
    max-height: calc(100vh - 160px);
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 20px;
}
.vhpopall .popupInfo .contentPop::-webkit-scrollbar{
    width: 6px;
    background-color: #F5F5F5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vhpopall .popupInfo .contentPop::-webkit-scrollbar-thumb {
    background-color: #333333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 10px;
}
.vhpopall .fancybox-close-small {
    top: 0px;
    right: 0px;
    width: 45px;
    height: 45px;
    padding: 5px;
    color: #fff;
    opacity: 1;
    position: fixed;
    background-color: #c12026;
}
.vhpopall .fancybox-close-small:hover svg{
    opacity: 1;
    color: #fff;
}
.vhpopall .fancybox-slide--iframe{
    padding: 0;
}
.vhpopall .fancybox-slide--iframe .fancybox-content{
    margin: 0;
    height:auto;
    width: 98%;
    max-width: 800px;
    max-height: calc(100vh - 100px);
}
.vhpopall .fancybox-close-small svg{
    width: 100%;
}
/* <===== vhpopall =====> */

/* <===== viewall =====> */
.viewall.vcenter{
    text-align: center;
}
.viewall a, .viewall button{
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    padding: 16px 35px;
    background-color: #faa61b;
    color: #fff;
    position: relative;
    border: none;
    overflow: hidden;
    border-radius: 5px;
}
.viewall a span, .viewall button span{
    display: inline-block;
    padding-right: 15px;
    position: relative;
}
.viewall a span::before, .viewall button span::before{
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
}
.viewall a:hover, .viewall button:hover{
    background-color: #c12026;
}
/* <===== viewall =====> */

/* <===== vnttitle =====> */
.vnttitle.vcenter{
    text-align: center;
}
.vnttitle.vred{
    color: #c12026;
}
.vnttitle.vwhite{
    color: #fff;
}
.vnttitle{
    margin-bottom: 20px;
    position: relative;
}
.vnttitle.vmargin{
    margin-bottom: 30px;
}
.vnttitle.vline{
    padding-bottom: 25px;
}
.vnttitle.vline::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    background-color: #faa61c;
    width: 80px;
    border-radius: 5px;
}
.vnttitle, .vnttitle h1, .vnttitle h2, .vnttitle h3{
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
}
.vnttitle.vres , .vnttitle.vres h1, .vnttitle.vres h2, .vnttitle.vres h3{
    font-size: 35px;
    line-height: 50px;
}
/* <===== vnttitle =====> */

/* <===== vntdetailtt =====> */
.vntdetailtt{
    margin-bottom: 20px;
    text-align: center;
}
.vntdetailtt, .vntdetailtt h1, .vntdetailtt h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
}
/* <===== vntdetailtt =====> */

/* <===== datesty =====> */
.datesty{
    margin-bottom: 10px;
    position: relative;
}
.datesty span{
    display: inline-block;
    padding-left: 20px;
    position: relative;
    color: #888888;
    font-size: 13px;
    line-height: 21px;
}
.datesty span::before{
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    color: #c12026;
}
.vhdateall{
    color: #888888;
    font-size: 13px;
}
.vhdateall span{
    display: inline-block;
    padding-left: 23px;
    position: relative;
}
.vhdateall span::before{
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #c12026;
    font-size: 15px;
}
/* <===== datesty =====> */

/* <===== vnt-menu-fixed =====> */
#vnt-menu-fixed{
    position: fixed;
    right: 5px;
    bottom: 50px;
    z-index: 6;
}
#vnt-menu-fixed>ul>li{
    position: relative;
    margin-bottom: 10px;
}
#vnt-menu-fixed>ul>li:last-child{
    border-bottom: none;
}
#vnt-menu-fixed>ul>li>span{
    position: absolute;
    white-space: nowrap;
    color:#ffffff;
    font-size: 14px;
    line-height: 22px;
    padding: 2px 0px;
    font-weight: 600;
    right:100%;
    margin-right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #c12026;
    overflow: hidden;
    border-radius: 5px;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    width: 0;
}
#vnt-menu-fixed>ul>li>span>span{
    color:#fff;
}
#vnt-menu-fixed>ul>li:hover>span{
    width:auto;
    overflow: visible;
    padding: 9px 20px;
}
#vnt-menu-fixed>ul>li>span:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left:100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: solid 5px #c12026;
    border-top:solid 5px transparent;
    border-bottom:solid 5px transparent;
    display: none;
}
#vnt-menu-fixed>ul>li.fforder>span{
    border-radius: 25px;
    margin-right: 0;
    right: 5px;
}
#vnt-menu-fixed>ul>li.fforder > a{
    position: relative;
    z-index: 2;
}
#vnt-menu-fixed>ul>li.fforder:hover>span{
    padding-right: 100px;
}
#vnt-menu-fixed>ul>li:hover>span:before{
    display: block;
}
#vnt-menu-fixed>ul>li.fforder>span::before{
    display: none;
}
#vnt-menu-fixed>ul>li>a{
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #c12026;
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    margin-left: auto;
}
#vnt-menu-fixed>ul>li.fxphone>a{
    background-color: #c12026;
}
#vnt-menu-fixed>ul>li.fxmess>a{
    background-color: #0083ff;
}
#vnt-menu-fixed>ul>li.fxzalo>a{
    background-color: #0168ff;
}
#vnt-menu-fixed>ul>li.fxtop>a{
    background-color: #faa61c;
}
#vnt-menu-fixed>ul>li.fxskype>a{
    background-color: #00aff0;
}
#vnt-menu-fixed>ul>li.fxapp>a{
    background-color: #00d957;
}
#vnt-menu-fixed>ul>li>a>img{
    max-height: 25px;
    max-width: 25px;
    /* filter: invert(1); */
}
#vnt-menu-fixed>ul>li.fforder>a>img{
    max-width: 18px;
    max-height: auto;
}
#vnt-menu-fixed>ul>li>a span{
    font-size: 22px;
    line-height: 34px;
    color: #ffffff;
}
#vnt-menu-fixed>ul>li>a{
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    /* animation-name: tada; */
}
@keyframes tada {
    0% { transform: scale3d(1,1,1);}
    10%, 20% { transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);}
    30%, 50%, 70%, 90% { transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);}
    40%, 60%, 80% { transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);}
    100% { transform: scale3d(1,1,1);}
}
#vnt-menu-fixed a{
    color: #fff;
}
#vnt-menu-fixed ul li.cart>a{
    flex-direction: column;
    position: relative;
    color: #fff;
    background-color: #c12026;
}
#vnt-menu-fixed ul li.cart>a .sl{
    position: absolute;
    top: -5px;
    right: -2px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    background-color: #c12026;
}
#vnt-menu-fixed ul li.cart>a .icon-cart{
    font-size: 22px;
}
#vnt-menu-fixed>ul>li.cart>a>img{
    max-height: 20px;
    max-width: 20px;
}
/*===============*/
#vnt-menu-fixed ul li.go_top a i{
    -webkit-animation: bouncezz 1.2s 500ms infinite;
    -o-animation: bouncezz 1.2s 500ms infinite;
    animation: bouncezz 1.2s 500ms infinite;
}
@keyframes bouncezz {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0%);}
    40% {transform: translateY(-35%);}
    60% {transform: translateY(-25%);}
}
@-webkit-keyframes bouncezz {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0%);}
    40% {-webkit-transform: translateY(-35%);}
    60% {-webkit-transform: translateY(-25%);}
}
@-moz-keyframes bouncezz {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0%);}
    40% {-moz-transform: translateY(-35%);}
    60% {-moz-transform: translateY(-25%);}
}
@-o-keyframes bouncezz {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0%);}
    40% {-o-transform: translateY(-35%);}
    60% {-o-transform: translateY(-25%);}
}
/*================*/
#vnt-menu-fixed ul li.social .popup{
    position: absolute;
    right:100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #333333;
    overflow: hidden;
    width: 0;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
#vnt-menu-fixed ul li.social:hover .popup{
    width:204px;
}
#vnt-menu-fixed ul li.social .popup ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
#vnt-menu-fixed ul li.social .popup ul li{
    border-right: solid 1px rgba(255,255,255,0.1);
}
#vnt-menu-fixed ul li.social .popup ul li:last-child{
    border-right: none;
}
#vnt-menu-fixed ul li.social .popup ul li a{
    display: block;
}
#vnt-menu-fixed ul li.social .popup ul li a i{
    position: relative;
    width: 40px;
    height: 40px;
 
    line-height: 21px;
    color:#ffffff;
}
#vnt-menu-fixed ul li.social .popup ul li a i:before{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#vnt-menu-fixed ul li.social .popup ul li a:hover i.fa-facebook{
    background: #1877f2;
}
#vnt-menu-fixed ul li.social .popup ul li a:hover i.fa-instagram{
    background: #ae4a7c;
}
#vnt-menu-fixed ul li.social .popup ul li a:hover i.fa-youtube{
    background: #ff0000;
}
#vnt-menu-fixed ul li.social .popup ul li a:hover i.fa-twitter{
    background: #00abf0;
}
#vnt-menu-fixed ul li.social .popup ul li a:hover i.fa-pinterest{
    background: #cb2027;
}
#vnt-menu-fixed>ul>li.fxproduct{
    margin-bottom: 20px;
}
#vnt-menu-fixed>ul>li.fxproduct a{
    width: 60px;
    height: 50px;
    border-radius: 5px;
    background-color: #faa61b;
    text-align: center;
}
#vnt-menu-fixed>ul>li.fxproduct a:hover{
    background-color: #c12026;
}
#vnt-menu-fixed>ul>li.fxproduct a .fa{
    font-size: 18px;
    line-height: 27px;
    margin-right: 8px;
}
#vnt-menu-fixed>ul>li.fxproduct a .num{
    font-size: 14px;
    line-height: 22px;
    font-weight:600;
}
#vnt-menu-fixed>ul>li.fxproduct a .txt{
    display: block;
    font-size: 12px;
    line-height: 18px;
}
/* <===== vnt-menu-fixed =====> */

/* <==== support-hotline ====> */
.support-hotline{
    position: fixed;
    z-index: 22;
    pointer-events: auto;
    cursor: pointer;
}
.support-hotline .div_title span.icon{
    width: 35px;
    height: 35px;
    position: relative;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.support-hotline .div_title span.icon img{
    max-width: 20px;
    max-height: 20px;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}
.support-hotline .div_title span.icon i{
    font-size: 18px;
    line-height: 38px;
}
.support-hotline .div_title span.icon span{
    font-size: 10px;
    display: block;
}
.support-hotline ul li{
    position: relative;
}
.support-hotline ul li:last-child{
    margin-bottom: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.support-hotline ul li > a{
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    align-content: center;
    justify-content: center;

}
.support-hotline ul li > a i{
    font-weight: bold;
}
.support-hotline ul li > a i.fa-phone{
    font-size: 16px;
    line-height: 22px;
    color: #ffff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transform: rotate(100deg);
}
.support-hotline ul li.zaloFx a i{
    font-size: 14px;
}
@keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {transform: translate(-50%,-50%);}
    40% {transform: translate(-50%,-60%);}
    60% {transform: translate(-50%,-55%);}
}
@-webkit-keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translate(-50%,-50%);}
    40% {-webkit-transform: translate(-50%,-60%);}
    60% {-webkit-transform: translate(-50%,-55%);}
}
@-moz-keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translate(-50%,-50%);}
    40% {-moz-transform: translate(-50%,-60%);}
    60% {-moz-transform: translate(-50%,-55%);}
}
@-o-keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {-o-transform: translate(-50%,-50%);}
    40% {-o-transform: translate(-50%,-60%);}
    60% {-o-transform: translate(-50%,55%);}
}
.support-hotline ul li.facebookFx a{
    background-color: #597acb; 
}
.support-hotline ul li.youtubeFx a{
    background-color: #ee3f00;
}
.support-hotline ul li.backFx a i{
    line-height: 30px;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.support-hotline{
    left: 0;
    bottom: 0;
    right: 0;
}
.support-hotline ul{
    align-items: center;
    align-content: center;  
}
.support-hotline ul li{
    text-align: center;
}
.support-hotline ul li > a{
    color: #333333;
    font-size: 13px;
    line-height: 21px;
}
.support-hotline ul li.backFx a{
    padding-left: 5px;
}
.support-hotline ul li.backFx a i{
    left: -12px;
    transform: translateY(-50%);
}
.support-hotline ul li a{
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #b2161b;
}
.support-hotline ul li a img{
    margin-right: 8px;
    max-width: 20px;
}
.support-hotline .div_title span.icon{
    width: auto;
    height: auto;
    box-shadow: none;
}
.support-hotline ul li > a i{
    position: relative;
    transform: initial;
    left: initial;
    right: initial;
    margin-right: 8px;
}
.support-hotline li .fxpopphone{
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    pointer-events: none;
    width: 270px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: -3px 2px 7px rgb(0 0 0 / 10%);
    -moz-box-shadow: -3px 2px 7px rgba(0,0,0,0.1);
    box-shadow: -3px 2px 7px rgb(0 0 0 / 10%);
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
}
.support-hotline li .fxpopphone::before{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 40px;
    margin-left: -4px;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;

}
.support-hotline li.active .fxpopphone{
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
}
.support-hotline li .fxpopphone .title{
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    font-weight: 500;
    padding: 10px 20px;
    background-color: #f3f3f3;
}
.support-hotline li .fxpopphone .content{
    padding: 20px;
    text-align: left;
}
.support-hotline li .fxpopphone .item{
    margin-bottom: 15px;
}
.support-hotline li .fxpopphone .item:last-child{
    margin-bottom: 0;
}
.support-hotline li .fxpopphone .item .tend{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.support-hotline li .fxpopphone .item .info{
    padding: 0;
}
.support-hotline li .fxpopphone .item .info i{
    margin-right: 10px;
}
.support-hotline li .fxpopphone .item .info, .support-hotline li .fxpopphone .item .info a{
    color: #dc161e;
    font-weight: 600;
    font-size: 16px;
}
.support-hotline li .fxpopphone .item .info a{
    display: inline-block;
}
/* <==== support-hotline ====> */

.hiddenmb{
    display: block!important;
}
.hiddenpc{
    display: none!important;
}


/* =======viewnews====== */
.viewnews a{
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
}
.viewnews a span{
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
.viewnews a span::before{
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #faa61c;
    font-size: 16px;
    font-weight: bold;
}
/* =======viewnews====== */

/* =======vnttitleor====== */
.vhortherpg{
  
}
.vnttitleor, .vnttitlell{
    margin-bottom: 20px;
    text-align: center;
}
.vnttitleor, .vnttitleor h1, .vnttitleor h2, .vnttitlell, .vnttitlell h1, .vnttitlell h2{
    font-size: 45px;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: 300;
    
    color: #000000;
}
/* =======vnttitleor====== */
/* <======== header =======>*/
#vnt-header{
    position: relative;
    z-index: 112;
    min-height: 83px;
}
.vntheader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.fixed .vntheader{
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
.vntheader .vhmainhead{
    position: relative
}
.fixed .vntheader{
    transform: translateY(-100%);
}
#vnt-header.effectActive .vntheader{
    opacity: 1;
    transform: initial;
}

.vhmainhead .grheadmain{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0 -15px;
}
.vhmainhead .grheadmain > div{
    padding: 0 15px;
}

.vhmainhead .logo{
    max-width: 308px;
    width: 100%;
}
.vhmainhead .logo img{
    width: 100%;
}
.hptophead{
    padding: 10px 0 0;
}
.vhmainhead .grheadtool{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}
.vhmainhead .grheadtool > div{
    margin-left: 28px;
}
.vhmainhead .grheadtool > div:first-child{
    margin-left: 0;
}
.tpphonehd{
    display: flex;
    align-items: center;
    align-content: center;
}
.tpphonehd .iicon{
    margin-right: 10px;
    font-size: 16px;
    color: #c12026;
}
.tpphonehd .iicon i{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transform: rotate(90deg);
}
.tpphonehd .itxt{
    font-size: 12px;
    line-height: 20px;
    color: #333333;
    margin-right: 4px;
}
.tpphonehd .inum, .tpphonehd .inum a{
    font-size: 15px;
    line-height: 20px;
    color: #c12026;
    font-weight: bold;
    white-space: nowrap;
}
.languageTop{
    position: relative;
    margin-left: 10px;
}
.languageTop::before{
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 1px;
    background-color: #cccccc;
}
.languageTop ul{
    display: flex;
    align-items: center;
    align-content: center;
}
.languageTop ul li{
    margin-right: 14px;
    position: relative;
}
.languageTop li::before{
    content: '|';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -9px;
    font-size: 12px;
}
.languageTop ul li:last-child::before{
    display: none;
}
.languageTop ul li:last-child{
    margin-right: 0;
}
.languageTop li a{
    display: block;
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
    color: #666666;
}
.languageTop li.active a{
    color: #c12026;
    font-weight: bold;
}

.searchTop{
    min-width: 270px;
}
.searchTop .scponsi{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.searchTop input{
    width: 100%;
    height: 30px;
    padding: 0 40px 0 15px;
    background-color: transparent;
    border: 1px solid #dddddd;
    font-size: 12px;
    line-height: 20px;
    color: #888888;
    border-radius: 5px;
}
.searchTop button{
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 30px;
    background-color: #faa61b;
    border: none;
    color: #fff;
    font-size: 15px;
    
}
.searchTop button i{
    font-weight: bold;
}
.topHead{
    background: #222222;
}
.topHead .wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menuNav ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.menuNav ul li a{
    display: block;
    text-transform: uppercase;
    color:#ffffff;
    padding: 9px 10px;
    font-size: 13px;
}
.menuNav ul li.focus a{
    background: #b00404;
}
.menuNav ul li.active a,
.menuNav ul li:hover a{
    background: #4e4e4e;
}
.menuNav{
    margin-right: 20px;
}
.vhmainhead {
    position: relative;
}
.grvhmainhead{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.grvhmainhead .colmn{
    width: calc(100% - 150px);
}
.grvhmainhead .colkm{
    width: 150px;
}
.gripmenuttt{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.gripmenuttt .iconsubmn{
    width: 20px;
    margin-left: 20px;
    color: #fff;
}
.iconsubmn{
    position: relative;
}
.iconsubmn .iconss{
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    cursor: pointer;
}
.iconsubmn .iconss .linesub{
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.iconsubmn .iconss .linesub::before{
    content: '';
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: -6px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.iconsubmn .iconss .linesub::after{
    content: '';
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -6px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;  
}
.iconsubmn.active .iconss .linesub{
    height: 0;
}
.iconsubmn.active .iconss .linesub::before{
    top: 0px;
    transform: rotate(45deg);
}
.iconsubmn.active .iconss .linesub::after{
    top: 0px;
    transform: rotate(-45deg);
}
.iconsubmn .submenuAll{
    position: absolute;
    top: 34px;
    width: 270px;
    background-color: #fff;
    z-index: 1;
    right: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transform: translateX(-50px);  
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.iconsubmn.active .submenuAll{
    opacity: 1;
    visibility: initial;
    pointer-events: auto;
    transform: initial
}
.iconsubmn .submenuAll li{
    border-top: 1px solid #fff;
}
.iconsubmn .submenuAll li a{
    display: block;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 23px;
}
.iconsubmn .submenuAll li a:hover{
    background-color: #c12026;
    color: #fff;
}
/* btnkmhead */
.btnkmhead a{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #b10208;
    color: #fff;
    padding: 12px 5px;
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
}
.btnkmhead a:hover{
    box-shadow: 0 0 5px #b10208;
}
.btnkmhead a > span{
    display: block;
}
.btnkmhead a .img{
    width: 15px;
    margin-right: 10px;
}
.vhmainhead .mnfixed_wrap{
    position: static!important;
}
.vhmainhead .mnfixed_self{
    width: 100%!important;
    left: 0%!important;
}
.hpbothead{
    background-color: #fff;
    width: 100%;
}
.hpbothead.fixed{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: #faa61b;
}
.hpbothead.fixed .menuTop > ul > li > a::before{
    background-color: #fff;
}
.hpbothead.fixed .menuTop > ul > li > a{
    color: #fff;
}
.hpbothead.fixed .menuTop > ul > li:hover > a,.hpbothead.fixed .menuTop > ul > li.active > a,.hpbothead.fixed .menuTop > ul > li.current > a{
    color: #c12026;
}
.menuTop{
    margin: 0 auto;
}
.menuTop > ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;

}
.menuTop > ul > li{
    margin-right: 40px;
}
.menuTop > ul > li:last-child{
    margin-right: 0;
}
.menuTop > ul > li > ul{
    position: absolute;
    top: 100%;
    width: 200px;
    background-color: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menuTop > ul > li:hover > ul{
    opacity: 1;
    visibility: initial;
    pointer-events: auto;
}
.menuTop > ul > li > ul > li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menuTop > ul > li > ul > li > a{
    padding: 10px 15px;
    display: block;
}
.menuTop > ul > li > ul > li.active > a, .menuTop > ul > li > ul > li > a:hover{
    background-color: #f5f5f5;
}
.menuTop > ul > li:last-child{
    margin-right: 0;
}
.menuTop > ul > li > a{
    display: block;
    font-size: 16px;
    line-height: 23px;
    padding: 10px 0;
    position: relative;
    font-weight: 500;
    white-space: nowrap;
}
.menuTop > ul > li > a .fa{
    line-height: 23px;
}
.menuTop > ul > li > a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: #faa61b;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menuTop > ul > li:hover > a, .menuTop > ul > li.active > a, .menuTop > ul > li.current > a{
    color: #c12026;
}
.menuTop > ul > li.current > a::before, .menuTop > ul > li:hover > a::before{
    width: 100%;
}
.menuTop ul li.home a i{
    font-size: 18px;
    line-height: 25px;
}
.menuTop ul li .subMenuHe{
    position: absolute;
    top: 120%;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 25px 0 30px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    z-index: 11;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menuTop ul li:hover .subMenuHe{
    pointer-events: auto;
    opacity: 1;
    visibility: inherit;
    top: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menuTop .subMenuHe .gripSubMenu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.menuTop .subMenuHe .gripSubMenu .col1{
    width: calc(100% - 370px);
}
.menuTop .gripItemSub{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.menuTop .gripItemSub .itemSub{
    width: 25%;
    padding: 0 10px;
}
.menuTop .gripItemSub .itemSub .titleMTitle{
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.menuTop .gripItemSub .itemSub li{
    margin-bottom: 10px;
    display: block;
}
.menuTop .gripItemSub .itemSub li a{
    display: block;
    font-size: 13px;
    line-height: 21px;

}
.menuTop .gripItemSub .itemSub li a:hover{
    color: #000000;
    transform: translateX(2px);
}
.menuTop .subMenuHe .gripSubMenu .col2{
    width: 370px;
}
.menuTop .gripSubMenu .bannerSub a{
    position: relative;
    height: 100%;
    display: block;
}
.menuTop .gripSubMenu .bannerSub a::before{
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 50%;
    right: 50%;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.menuTop .gripSubMenu .bannerSub a::after{
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.menuTop .gripSubMenu .bannerSub a img{
    width: 100%;
}
.menuTop .gripSubMenu .bannerSub a:hover::before{
    left: 20px;
    right: 20px;
}
.menuTop .gripSubMenu .bannerSub a:hover::after{
    top: 20px;
    bottom: 20px;
}


/* <======== header =======>*/

/* <======== itproductall =======>*/
.itproductall{
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    overflow: hidden;
}
.itproductall .thumb a{
    padding-top: 50.156%;
    border-radius: 3px;
}
.itproductall .decs{
    padding: 20px 20px 25px;
}
.itproductall .dstitle{
    margin-bottom: 10px;
}
.itproductall .dstitle,.itproductall .dstitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.itproductall .dsinfo li{
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 21px;
}
.itproductall .dsinfo li:last-child{
    margin-bottom: 0;
}
.itproductall .dsinfo li a{
    display: inline-block;
    position: relative;
    padding-left: 20px;
}
.itproductall .dsinfo li a::before{
    content: '\f105';
    font-family: fontAwesome;
    position: absolute;
    top: 1px;
    left: 0;
    font-weight: bold;
    color: #faa61c;
}
.itproductall .dstends{
    font-size: 14px;
    line-height: 24px;
    color: #555555;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.itproductall .dstends p{
    padding: 0;
}
/* <======== itproductall =======>*/


/* <======== itproductdb =======>*/
.itproductdb{
    border-radius: 3px;
    overflow: hidden;
}
.itproductdb .thumb a{
    padding-top: 100%;
    background-color: #fff;
}
.itproductdb .thumb a img{
    max-width: 85%;
    max-height: 85%;
}
.itproductdb .decs{
    background-color: #f6f6f6;
    text-align: center;
    padding: 15px 20px;
}
.itproductdb .dstitle, .itproductdb .dstitle h3{
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    height: 44px;
    overflow: hidden;
}

/* <======== itproductdb =======>*/

/* <======== itsoluserall =======>*/
.itsoluserall{
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
}
.itsoluserall .icon{
    height: 95px;
    width: 125px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.itsoluserall .icon img{
    max-width: 100%;
    max-height: 100%;
}
.itsoluserall .dstitle{
    max-width: 240px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.itsoluserall .dstitle, .itsoluserall .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    font-weight: 600;
}
.itsoluserall .dstitle, .itsoluserall .dstitle a{
    color: #000000;
}
.itsoluserall .dstitle a:hover{
    color: #c12026;
}
.itsoluserall .dstend{
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}
/* <======== itsoluserall =======>*/

/* <======== itcontructall =======>*/
.itcontructall{
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 4%);
    height: 100%;

}
.itcontructall .thumb a{
    border-radius: 3px;
}
.itcontructall .decs{
    padding: 15px 20px 20px 15px;
}
.itcontructall .dstitle, .itcontructall .dstitle h3{
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}
.itcontructall .dstitle a{
    display: block;
    position: relative;
    padding-right: 20px;
}
.itcontructall .dstitle a span{
    display: block;
    height: 22px;
    overflow: hidden;
}
.itcontructall .dstitle a::before{
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    color: #faa61c;
    font-size: 22px;
}
/* <======== itcontructall =======>*/

/* <======== itpartnerhh =======>*/
.itpartnerhh a{
    background-color: #fff;
    border-radius: 3px;
}
.slconstrucad{
    position: relative;
    margin-top: -15px;
}
.slconstrucad .slick-list{
    padding: 15px 0;
}
.slsolutionad{
    position: relative;
    margin-top: -15px;
}
.slsolutionad .slick-list{
    padding: 15px 0;
    
}
/* <======== itpartnerhh =======>*/

/* <======== hpgriplever =======>*/
.hpgriplever{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.hpgriplever > div{
    padding: 0 15px;
}
.hpgriplever .coll{
    width: 300px;
}
.hpgriplever .colr{
    width: calc(100% - 300px);
}
/* <======== hpgriplever =======>*/

/* <======== tpproductsub =======>*/
.tpproductsub > div{ 
    margin-bottom: 30px;
}
.tpproductsub > div:last-child{
    margin-bottom: 0;
}
.tpproductsubm{
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.03);
}
.tpproductsubm .ttsubm{
    padding: 13px 15px;
    position: relative;
    background-color: #faa61c;
    color: #fff;
}
.tpproductsubm .ttsubm, .tpproductsubm .ttsubm h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.lksubproductm > ul > li {
    padding: 0 15px;
}
.lksubproductm > ul > li > .m-sub{
    position: relative;
}
.lksubproductm > ul > li > a, .lksubproductm > ul > li > .m-sub > a{
    display: block;
    font-size: 13px;
    line-height: 22px;
    font-weight: 600;
    border-bottom: 1px solid #eeeeee;
}
.lksubproductm > ul > li:last-child > a, .lksubproductm > ul > li:last-child > .m-sub > a{
    border-bottom: none
}
.lksubproductm > ul > li.active > a, .lksubproductm > ul > li.active > .m-sub > a{
    border-bottom-color: transparent;
    color: #c12026;
}
.lksubproductm > ul > li > a{
    padding: 15px 0 15px 0;
}
.lksubproductm > ul > li > .m-sub > a{
    padding: 15px 25px 15px 0;
}
.lksubproductm > ul > li > .m-sub > .button-submenu{
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 100%;
    cursor: pointer;
}
.lksubproductm > ul > li > .m-sub > .button-submenu::before{
    content: '\f067';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    color: #999999;
    font-weight: bold;
}
.lksubproductm > ul > li.active > .m-sub > .button-submenu::before{
    content: '\f068';
}
.lksubproductm > ul > li ul{
    padding: 15px;
    margin: 0 -15px;
    background-color: #eeeeee;
    display: none;
}
.lksubproductm > ul > li ul li{
    margin-bottom: 15px;
}
.lksubproductm > ul > li ul li:last-child{
    margin-bottom: 0;
}
.lksubproductm > ul > li ul li a{
    display: block;
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    line-height: 21px;
}
.lksubproductm > ul > li ul li a::before{
    content: '\f105';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    font-family: FontAwesome;
    color: #999999;
}
.lksubproductm > ul > li ul li.active a{
    color: #c12026;
}

.tpservicessubh img{
    width: 100%;
}
/* <======== tpproductsub =======>*/


/* <======== tpproductsubh =======>*/
.tpproductsubh{
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.03);
}
.tpproductsubh .ttsubh{
    margin-bottom: 15px;
    pointer-events: none;
}
.tpproductsubh .ttsubh, .tpproductsubh .ttsubh h3{
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    color: #c12026;
    text-transform: uppercase;
}

.myCheckbox{
	margin-bottom: 10px;
	color:#666666;
	padding-left: 24px;
	position: relative;
	cursor: pointer;
	font-size: 13px;
	line-height: 21px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.myCheckbox.active{
	color: #000000;

}
.myCheckbox input{
	display: none;
}
.myCheckbox:before{
	content: "";
	border:solid 1px rgba(0,0,0,0.2);
	border-radius: 2px;
	width:13px;
	height:13px;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    background-color: #fff;
}
.myCheckbox.active:before{
	background-color: #000000;
}
.myCheckbox:after{
	content: "\f00c";
	position: absolute;
	font-family: fontAwesome;
    left: 3px;
    top: 46%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
	color: #fff;
	font-size: 7px;
}
.myCheckbox.active:after{
	display: block;
}
/* <======== tpproductsubh =======>*/


/* <======== vhtitleprolv =======>*/
.vhtitleprolv{
    margin-bottom: 10px;
}
.vhtitleprolv.vmargin{
    margin-bottom: 20px;
}
.vhtitleprolv, .vhtitleprolv h1, .vhtitleprolv h2, .vhtitleprolv h3{
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 600;
}
.tpdecsvsmal{
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
    color: #555555;
}
.tpdecsvsmal p{
    padding: 0;
}
.tpdecsvsmal .dsview{
    margin-top: 10px;
}
.tpdecsvsmal .vhviewtt a{
    color: #c12026;
    font-size: 15px;
    line-height: 23px;
    display: inline-block;
}
.tpdecsvsmal .vhviewtt a span{
    display: inline-block;
    padding-right: 15px;
    position: relative;
}
.tpdecsvsmal .vhviewtt a span::before{
    position: absolute;
    top: 53%;
    right: 0;
    transform: translateY(-50%);
    font-family: FontAwesome;
    font-weight: bold;
}
.tpdecsvsmal .showview a span::before{
    content: '\f105';
}
.tpdecsvsmal .hideview a span::before{
    content: '\f106';
}
.tpdecsvsmal .vhviewtt > div{
    display: none;
} 
.tpdecsvsmalres{
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
    color: #555555;
}
.tpdecsvsmalres p{
    padding: 0;
}
/* <======== vhtitleprolv =======>*/

/* <======== tpcapvsmal =======>*/
.tpcapvsmal{
    margin-bottom: 5px;
}
.tpcapvsmal, .tpcapvsmal h2, .tpcapvsmal h3{
    color: #c12026;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
/* <======== tpcapvsmal =======>*/

/* <======== besliderall =======>*/
.besliderall{
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 15px 10px rgb(0 0 0 / 3%);
    margin-bottom: 30px;
    position: relative;
}
.besliderall:last-child{
    margin-bottom: 0;
}
.besliderall .ttsler{
    padding: 13px 70px 13px 15px;
    position: relative;
    background-color: #faa61c;
    color: #fff;
}
.besliderall .ttsler, .besliderall .ttsler h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.besliderall .ctsler{
    padding: 15px;
}
.besliderall .sllstallpro{
    position: static;
}
.besliderall .slick-arrow{
    position: absolute;
    top: 15px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
    font-size: 0;
    color: #fff;
}
.besliderall .slick-arrow::before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    font-weight: 700;
    font-family: FontAwesome;
}
.besliderall .slick-prev{
    right: 35px;
}
.besliderall .slick-next{
    right: 15px;
}
.besliderall .slick-prev::before{
    content: '\f104';
}
.besliderall .slick-next::before{
    content: '\f105';
}
.besliderall .itlstallpro li{
    margin-bottom: 10px;
}
.besliderall .itlstallpro li:last-child{
    margin-bottom: 0;
}
.besliderall .itlstallpro li a{
    display: block;
    padding-left: 15px;
    font-size: 13px;
    line-height: 21px;
    position: relative;
}
.besliderall .itlstallpro li a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    background-color: #faa61c;
    border-radius: 100%;
}
.itorthersp{
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 15px;
}
.itorthersp:last-child{
    margin-bottom: 0;
}
.itorthersp .thumb{
    width: 80px;
}
.itorthersp .thumb a{
    display: block;
}
.itorthersp .thumb a img{
    width: 100%;
}
.itorthersp .decs{
    padding-left: 15px;
    width: calc(100% - 80px);
}
.itorthersp .dstitle, .itorthersp .dstitle h3{
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
}
.itorthersp .dstitle a{
    display: block;
}
.itorthersp .dstitle{
    max-height: 66px;
    overflow: hidden;
}
/*  */
.itortherlq{
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 15px;
}
.itortherlq:last-child{
    margin-bottom: 0;
}
.itortherlq .thumb{
    width: 90px;
}
.itortherlq .thumb a{
    display: block;
    padding-top: 100%;
    position: relative;
}
.itortherlq .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.itortherlq .decs{
    padding-left: 15px;
    width: calc(100% - 90px);
}
.itortherlq .dsmodel{
    margin-bottom: 2px;
    font-size: 13px;
    line-height: 21px;
}
.itortherlq .dsmodel strong{
    font-weight: 600;
}
.itortherlq .dstitle, .itortherlq .dstitle h3{
    font-size: 13px;
    line-height: 21px;
    font-weight: 600;
}
.itortherlq .dstitle a{
    display: block;
}
.itortherlq .dstitle{
    max-height: 63px;
    overflow: hidden;
}
/* <======== besliderall =======>*/

/* <======== vhpopcartcc =======>*/

.vhbgover{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: 0;
    z-index: 5;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vhbgover.active{
    opacity: 0.3;
    z-index: 1110;
    pointer-events: auto;
}
.vhpopcartcc{
    position: fixed;
    pointer-events: auto;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 360px;
    width: 100%;
    background-color: #fff;
    z-index: 1111;
    transform: translateX(100%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}
.vhpopcartcc.active{
    transform: inherit;
    opacity: 1;
    visibility: inherit;
}
.vhpopcartcc .btnClosePop{
    position: absolute;
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
}
.vhpopcartcc .btnClosePop a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.vhpopcartcc .titlePopCart{
    padding: 15px 60px 15px 15px;
}
.vhpopcartcc .titlePopCart h2{
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}
.vhpopcartcc .cclstprocart{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
    background-color: #fff;
    height: calc(100vh - 188px);
    overflow: hidden;
    overflow-y: auto;
}
.cclstprocart::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
} 
.cclstprocart::-webkit-scrollbar-thumb {
    background-color: #000000;
}
.cclstprocart .ccitemcart{
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: relative;
}
 .ccitemcart .thumbsp{
    width: 90px;
    text-align: center;
}
.ccitemcart .decssp{
    width: calc(100% - 90px);
    padding-left: 10px;
}
.ccitemcart .pptitle{
    font-size: 14px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: 600;
}
.ccitemcart .pptitle a{
    color: #222222;
    display: block;
}
.ccitemcart .pptool{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
}
.ccitemcart .pptool > div{
    margin-bottom: 5px;
}
.ccitemcart .pptool .p-line{
    margin: 0 5px;
}
.ccitemcart .pptool .p-price{
    display: flex;
    align-content: center;
    align-items: center;
}
.ccitemcart .pptool .price-c{
    color: #999999;
    text-decoration: line-through;
    margin-left: 5px;
}
.ccitemcart .deletePro{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    pointer-events: auto;
}
.ccitemcart .deletePro a{
    display: block;
}
.vhpopcartcc .infoTotalCart{
    padding: 20px 15px;
}
.vhpopcartcc .lstRowCart{
    margin-bottom: 20px;
}
.vhpopcartcc .infoTotalCart .rowCart{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px;
}
.vhpopcartcc .infoTotalCart .colN{
    font-size: 13px;
    line-height: 21px;
}
.vhpopcartcc .infoTotalCart .colP{
    font-size: 15px;
    line-height: 23px;
}
.vhpopcartcc .btnfile{
    margin-bottom: 10px;
    position: relative;
}
.vhpopcartcc .btnfile > a{
    background-color: #c12026;
    color: #fff;
    border-radius: 3px;
    display: block;
    padding: 10px 20px;
    text-align: center;
    font-weight: 600;
}
.vhpopcartcc .btnfile > a:hover{
    background-color: #faa61b;
}
.vhpopcartcc .vhfilepopup{
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    padding: 15px 10px 15px 20px;
    border-radius: 5px;
    box-shadow: 0 0 15px 10px rgb(0 0 0 / 3%);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vhpopcartcc .btnfile.active .vhfilepopup{
    opacity: 1;
    visibility: initial;
    pointer-events: auto;
}
.vhfilepopup li{
    margin-bottom: 15px;
}
.vhfilepopup li:last-child{
    margin-bottom: 0;
}
.vhfilepopup li a{
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 30px;
}
.vhfilepopup li a i{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 22px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
}
.vhpopcartcc .btncart{
    text-align: center
}
.vhpopcartcc .btncart a{
    display: block;
    background-color: #faa61b;
    border: 1px solid #faa61b;
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 3px;
}
.vhpopcartcc .btncart a:hover{
    background-color: #c12026;

}
.quantity{
	position: relative;
    display: inline-block;
    max-width: 90px;
}
.quantity input{
	width: 90px;
	height: 40px;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 0 40px 0 10px;
	text-align: center;
	color: #333333;
}
.quantity .btn-up{
	border: none;
	width: 40px;
	height: 20px;
	background-color: transparent;
	position: absolute;
	right: 0;
    top: 0;
    padding-top: 5px;
}
.quantity .btn-down{
	border: none;
	width: 40px;
	height: 20px;
	background-color: transparent;
	position: absolute;
	right: 0;
    bottom: 0;
    padding-bottom: 5px;
}
/* <======== vhpopcartcc =======>*/

/* <======== thesocial =======>*/
.thesocial{
    margin-bottom: 20px;
}
.thesocial .mshare ul{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.thesocial .mshare li{
    margin-right: 20px;
}
.thesocial .mshare li:last-child{
    margin-right: 0;
}
.thesocial .mshare li a{
    color: #666666;
    font-size: 16px;
    line-height: 24px;
}
.thesocial .mshare li a:hover{
    color: #faa61b;
}
.thesocial .mshare li a i{
    font-weight: bold;
}
/* <======== thesocial =======>*/

.searchtopmb{
    margin: 0 auto;
    max-width: 530px;
    width: 100%;
}
.searchtopmb .fmSearch{
    position: relative;
    max-width: 570px;
    margin: 0 auto;
}
.searchtopmb .fmSearch input{
    width: 100%;
    height: 55px;
    padding: 0 50px 0 0;
    border: none;
    border-bottom: 1px solid #3d3c3c;
    background-color: transparent;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
}
.searchtopmb .fmSearch input::-webkit-input-placeholder { /* Edge */
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
}
.searchtopmb .fmSearch input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
}
.searchtopmb .fmSearch input::placeholder {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
}
.searchtopmb .fmSearch button{
    position: absolute;
    top: 0;
    height: 55px;
    right: 0;
    background-color: transparent;
    border: transparent;
    width: 50px;
    font-size: 16px;
    color: #faa61b;
    font-weight: bold;
}
.searchtopmb .fmSearch button i{
    font-weight: 500;
    font-size: 20px;
}
.searchtopmb .popup{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 20px 15px 35px;
    background-color: #f5f5f5;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.searchtopmb .icon{
    cursor: pointer;
}
.searchtopmb .icon .img{
    color: #1c1c1c;
    width: 20px;
    height: 20px;
}
.searchtopmb .icon .img i{
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #faa61b;
}
.searchtopmb .icon .closeZ{
    display: none;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    position: relative;
}
.searchtopmb .icon .closeZ::before{
    content: '';
    width: 25px;
    height: 2px;
    background-color: #faa61b;
    position: absolute;
    transform: rotate(45deg);
    display: inline-block;
    top: 10px;
    left: -3px;
}
.searchtopmb .icon .closeZ::after{
    content: '';
    width: 25px;
    height: 2px;
    background-color: #faa61b;
    position: absolute;
    top: 10px;
    left: -3px;
    transform: rotate(135deg);
    display: inline-block;
}
.searchtopmb.active .icon .closeZ{
    display: block;
}
.searchtopmb.active .icon .img{
    display: none;
}
.searchtopmb.active .popup{
    opacity: 1;
    visibility: initial;
    pointer-events: auto;
}

.cclinkview{
    margin-bottom: 20px;
    background-color: #f3f8f9;
}
.cclinkview .vname{
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    padding: 8px 50px 8px 20px;
    position: relative;
    cursor: pointer;
    color: #c12026;
    border-bottom: 1px solid #fff;
}
.cclinkview .vname::before{
    content: "\f107";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: FontAwesome;
}
.cclinkview.active .vname::before{
    content: "\f106";
}
.cclinkview .vhlink{
    padding: 12px 20px;
}
.cclinkview .vhlink ul ul{
    margin-top: 8px;
}
.cclinkview .vhlink li{
    margin-bottom: 8px;
}
.cclinkview .vhlink li:last-child{
    margin-bottom: 0;
}
.cclinkview .vhlink li a{
    display: inline-block;
    font-size: 15px;
    line-height: 23px;
}
.cclinktab .viewtab{
    margin-bottom: 20px;
}
.cclinktab .viewtab:last-child{
    margin-bottom: 0;
}
.cclinktab .tttab{
    margin-bottom: 5px;
}
.cclinktab .tttab, .cclinktab .tttab h3{
    color: #22a4a4;
    font-size: 25px;
    line-height: 37px;
    font-weight: bold;
}
.cclinktab .cttab{
    font-size: 17px;
    line-height: 25px;
}
/* <=== ittemplatemm ===> */
.ittemplatemm{
    margin-bottom: 20px;
    text-align: left;
}
.ittemplatemm .thumb{
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 65.56%;
    margin-bottom: 10px;
}
.ittemplatemm .thumb img{
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-width: 100%;
    object-fit: cover;
}
.ittemplatemm.vreset .thumb{
    padding-top: 0;
}
.ittemplatemm.vreset .thumb img{
    position: absolute;
    width: 100%;
}
.ittemplatemm .dstitle{
    margin-bottom: 5px;
}
.ittemplatemm .dstitle, .ittemplatemm .dstitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.ittemplatemm .dstends{
    font-size: 14px;
    line-height: 22px;
}
.ittemplatemm.vm .dstitle, .ittemplatemm.vm .dstitle h3{
    font-size: 15px;
    line-height: 23px;
}
.ittemplatemm.vm .dstends{
    font-size: 13px;
    line-height: 21px;
}
.ittemplatemm.vh .dstitle, .ittemplatemm.vh .dstitle h3{
    font-size: 14px;
    line-height: 22px;
}
/* <=== ittemplatemm ===> */

/* <=== vntcapts ===> */
.vntcapts{
    max-width: 1170px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
}
/* <=== vntcapts ===> */

@media all and (min-width: 768px){
    .tplinkfoot .ctlink{
        display: block!important;
    }
}
@media all and (min-width: 992px){
    .tpproductsubm .ctsubm, .tpproductsubh .ctsubh{
        display: block!important;
    }
    .menuTab ul{
        display: flex!important;
    }
}
@media all and (max-width: 1350px){
    .wrapping{
        padding: 0px 10px;
    }
    #vnt-slide .slick-dots{
        padding: 0 20px;
    }
}
@media all and (max-width: 1200px){
    /* <======== header =======>*/
    .menuTop > ul > li{
        margin-right: 25px;
    }
    .menuTop > ul > li > a{
        font-size: 14px;
    }

    /* <======== header =======>*/

    .hiddenmb{
        display: none!important;
    }
    .hiddenpc{
        display: block!important;
    }
    /* <===== footer =====> */
    .hptopinfobb .grbb .colm{
        width: 100%;
        margin-bottom: 15px;
    }
    .tpaddressfoot .ctadd{
        max-width: 100%;
    }
    .hptopinfobb .grbb .colh{
        width: 25%;
    }
    .hptopinfobb .grbb .colb{
        width: 35%;
    }
    .hptopinfobb .grbb .colt{
        width: 40%;
    }
    .hptopinfoaa .graa .lcol, .hptopinfoaa .graa .rcol{
        width: auto;
    }
    /* <===== footer =====> */
}
@media all and (max-width: 991px){
    /* <======== vhtitleprolv =======>*/
    .tpdecsvsmalres{
        margin-bottom: 20px;
    }
    /* <======== vhtitleprolv =======>*/

    /* <======== tpcapvsmal =======>*/
    .tpcapvsmal, .tpcapvsmal h2, .tpcapvsmal h3{
        font-size: 15px;
        line-height: 23px;
    }
    /* <======== tpcapvsmal =======>*/

    /* <======== vhtitleprolv =======>*/
    .vhtitleprolv{
        margin-bottom: 5px;
    }
    .vhtitleprolv, .vhtitleprolv h1, .vhtitleprolv h2, .vhtitleprolv h3{
        font-size: 24px;
        line-height: 36px;
    }
    /* <======== vhtitleprolv =======>*/

    /* <====== tpproductsubm =====> */
    .tpproductsubm{
        border-radius: 0;
    }
    .tpproductsub > div{ 
        margin-bottom: 10px;
    }
    .tpproductsubm .ttsubm, .tpproductsubm .ttsubm h3{
        font-size: 15px;
        line-height: 23px;
    }
    .tpproductsubm .mctitle{
        padding-right: 40px;
        position: relative;
    }
    .tpproductsubm .mctitle::before{
        content: '\f107';
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        font-family: FontAwesome;
        font-weight: bold;
        font-size: 18px;
    }
    .tpproductsubm.active .mctitle::before{
        content: '\f106';
    }
    .tpproductsubm .ctsubm{
        display: none;
    }
    /* <====== tpproductsubm =====> */

    /* <====== tpproductsubh =====> */
    .tpproductsubh{
        padding: 13px 15px;
    }
    .tpproductsubh .ttsubh{
        margin-bottom: 0;
        padding-right: 20px;
        position: relative;
        pointer-events: auto;
    }
    .tpproductsubh .ttsubh::before{
        content: '\f107';
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        font-family: FontAwesome;
        font-weight: bold;
        font-size: 18px;
    }
    .tpproductsubh.active .ttsubh::before{
        content: '\f106';
    }
    .tpproductsubh .ctsubh{
        display: none;
        padding-top: 10px;
    }
    /* <====== tpproductsubh =====> */
    
    /* <======== hpgriplever =======>*/
    .hpgriplever{
        flex-direction: column-reverse;
    }
    .hpgriplever .coll{
        width: 100%;
        margin-bottom: 20px;
    }
    .hpgriplever .colr{
        width: 100%;

    }
    /* <======== hpgriplever =======>*/
    
    /* <======== itcontructall =======>*/
    .itcontructall .decs{
        padding: 10px;
    }
    .itcontructall .dstitle, .itcontructall .dstitle h3{
        font-size: 12px;
        line-height: 20px;
    }
    /* <======== itcontructall =======>*/

    /* <======== itsoluserall =======>*/
    .itsoluserall{
        padding: 18px 10px 15px;
    }
    .itsoluserall .icon{
        height: 50px;
        width: 50px;
        margin-bottom: 10px;
    }
    .itsoluserall .dstitle, .itsoluserall .dstitle h3{
        font-size: 13px;
        line-height: 21px;
        height: 42px;
    }
    .itsoluserall .dstitle{
        margin-bottom: 5px;
    }
    .itsoluserall .dstend{
        font-size: 12px;
        line-height: 20px;
        height: 60px;
    }
    /* <======== itsoluserall =======>*/

    /* <======== itproductdb =======>*/
    .itproductdb .decs{
        padding: 10px 15px;
    }
    .itproductdb .dstitle, .itproductdb .dstitle h3{
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }
    /* <======== itproductdb =======>*/

    /* <======== itproductall =======>*/
    .itproductall .decs{
        padding: 10px 10px 15px;
    }
    .itproductall .dstitle{
        margin-bottom: 5px;
    }
    .itproductall .dstitle, .itproductall .dstitle h3{
        font-size: 16px;
        line-height: 24px;
    }
    .itproductall .dsinfo li{
        font-size: 11px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .itproductall .dsinfo li a{
        padding-left: 12px;
    }
    .itproductall .dsinfo li a::before{
        top: 0;
    }
    .itproductall .dstends{
        font-size: 13px;
        line-height: 21px;
        color: #555555;
        height: 63px;
    }
    /* <======== itproductall =======>*/

    /* <==== support-hotline ====> */
    .support-hotline ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background-color: #faa61b;
        padding: 9px 10px;
        border-top: 2px solid #fff;
    }
    .support-hotline ul li > a i.fa-arrow-up{
        color: #fff;
    }
    .support-hotline .div_title span.icon, .support-hotline ul li > a{
        width: auto;
        height: auto;
    }
    .support-content.show{
        right: 50px;
    }
    .support-hotline .div_title span.icon i{
        font-size: 16px;
        line-height: 20px;
    }
    /* <==== support-hotline ====> */

    /* <==== vnttitleor ====> */
    .vnttitleor, .vnttitleor h1, .vnttitleor h2, .vnttitlell, .vnttitlell h1, .vnttitlell h2{
        font-size: 30px;
        line-height: 40px;
    }
    
    /* <==== vnttitleor ====> */
    
    /* <==== style all ====> */
    .vnttitle.vline{
        padding-bottom: 20px;
    }
    .vnttitle.vmargin{
        margin-bottom: 25px;
    }
    .vnttitle, .vnttitle h1, .vnttitle h2, .vnttitle h3{
        font-size: 26px;
        line-height: 34px;
    }
    .vnttitle.vres , .vnttitle.vres h1, .vnttitle.vres h2, .vnttitle.vres h3{
        font-size: 26px;
        line-height: 34px;
    }
    .vnttitle.vmobi , .vnttitle.vmobi h1, .vnttitle.vmobi h2, .vnttitle.vmobi h3{
        font-size: 22px;
        line-height: 34px;
    }
    .vntdetailtt, .vntdetailtt h1, .vntdetailtt h2{
        font-size: 22px;
        line-height: 32px;
    }
    .vnttbream{
        padding: 10px 0;
    }
    .vnttitlelg{
        margin-bottom: 5px;
    }
    .vnttitlelg, .vnttitlelg h1, .vnttitlelg h2{
        font-size: 25px;
        line-height: 37px;
    }
    body,html{
        font-size: 14px;
    }
    .the-content{
        font-size: 18px;
        line-height: 27px;
    }
    .searchTop .popup .place{
        font-size: 20px;
        line-height: 30px;
    }
    .searchTop .popup input{
        height: 60px;
        font-size: 20px;
        line-height: 30px;
    }
    /* <==== style all ====> */

    /* <==== menuTab ====> */
    .mmfixedtab{
        padding: 10px 15px;
        background-color: transparent;
    }
    .mmfixedtab .wrapper{
        padding: 0;
    }
    .menuTab{
        position: relative;
    }
    .menuTab ul{
        background: #ffffff;
        display: none;
        border-top: none;
    }
    .menuTab ul li{
        margin-right: 0;
    }
    .menuTab ul li a{
        display: block;
        padding: 9px 18px;
        border: none;
        /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
        text-align: left;
    }
    .menuTab ul li.active a{
        background-color: #faa61b;
        color: #fff;
    }
    .menuTab ul li a:before{
        display: none;
    }
    /* <==== menuTab ====> */
    
    /* <==== booktrap ====> */
    .row{
        margin-left: -10px;
        margin-right: -10px;
    }
    .row>*[class^="col-"]{
        padding-left: 10px;
        padding-right: 10px;
    }
    /* <==== booktrap ====> */

    /* <==== vnt-slide ====> */
    #vnt-slide .img{
        min-height: 120px;
    }
    #vnt-slide.vntslider .img{
        min-height:250px;
    }
    .vntslider .item .img{
        padding-top: 60.976%;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .vntslider .item .img img{
        display: none;
    }
    #vnt-slide.vntslider .img::before{
        height: 80%;
    }
    #vnt-slide .caption{
        bottom: 20px;
    }
    #vnt-slide .caption .t1{
        font-size: 25px;
        line-height: 37px;
    }
    #vnt-slide .caption .t2{
        font-size: 13px;
        line-height: 21px;
    }
    /* <==== vnt-slide ====> */

    /* <==== vnt-main-top ====> */
    .vnt-main-top.v2 .vnt-slide .bg{
        display: flex;
        align-items: center;
        align-content: center;
     }
    .vnt-main-top .title{
        font-size: 100px;
        line-height: 100px;
    }

    .vnt-main-top .breadcrumb{
        /* display: none;     */
    }
    /* <==== vnt-main-top ====> */

    /* <===== vnt-menu-fixed =====> */
    #vnt-menu-fixed{
        

    }
    #vnt-menu-fixed>ul>li>span{
        display: none;
    }
    #vnt-menu-fixed>ul>li>a{
        width: 35px;
        height: 35px;
        padding: 0;
    }
    #vnt-menu-fixed>ul>li>a span{
        font-size: 20px;
        line-height: 30px;
    }
    #vnt-menu-fixed ul li.go_top a i{
        font-size: 14px;
        top: 4px;
        position: absolute;
    }
    #vnt-menu-fixed>ul>li{
        margin-bottom: 5px;
    }
    #vnt-menu-fixed ul li.cart>a .icon-cart{
        font-size: 18px;
    }
    #vnt-menu-fixed ul li.cart>a .sl{
        width: 16px;
        height: 16px;
        font-size: 10px;
        line-height: 11px
    }
    /* <===== vnt-menu-fixed =====> */

    /* <======== header =======>*/
    #vnt-header{
        min-height: 60px;
    }
    .vntheader{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
    }
    .btnkmhead a{
        padding: 10px 15px;
        text-align: left;
        font-size: 15px;
        line-height: 23px;
        justify-content: flex-start;
    }
    .vntheader .vhmainhead{
        padding: 5px 0;
    }
    .hptophead{
        padding: 0;
    }
    .vhmainhead .logo{
        max-width: 153px;
    }
    .vhmainhead .grheadmain .coltt{
        width: 210px;
    }
    .vhmainhead .grheadtool{
        justify-content: flex-end;
    }
    .vhmainhead .grheadtool > div{
        margin-left: 15px;
    }
    .languageTop{
        margin-left: 0;
    }
    .languageTop::before{
        display: none;
    }
    /* <======== header =======>*/

    /* <===== footer =====> */
    .vntfooter{
        margin-bottom: 42px;
    }
    .gdtopfoot::before{
        display: none;
    }
    .tpaddressfoot .ttadd, .tpaddressfoot .ttadd h3{
        letter-spacing: initial;
    }
    .tpaddressfoot .aainfo li{
        margin-bottom: 10px;
    }
    .tpaddressfoot .aainfo{
        margin-bottom: 15px;
    }
    /* <===== footer =====> */

    /* <===== update =====> */
    .tpdecsvsmal{
        font-size: 16px;
        line-height:24px;
    }
    /* <===== update =====> */

    /* <=== vntcapts ===> */
    .vntcapts{
        font-size: 13px;
        line-height: 21px;
        text-align: justify;
        text-align-last: center;
        margin-bottom: 25px;
    }
    /* <=== vntcapts ===> */
}
@media all and (max-width: 767px){
    /* <=== ittemplatemm ===> */
    .ittemplatemm .dstitle, .ittemplatemm .dstitle h3, .ittemplatemm.vh .dstitle, .ittemplatemm.vh .dstitle h3{
        font-size: 15px;
        line-height: 23px;
    }
    .ittemplatemm .dstends, .ittemplatemm.vm .dstends{
        font-size: 14px;
        line-height: 22px;
    }
    /* <=== ittemplatemm ===> */

    /* <======== itcontructall =======>*/
    .itcontructall .dstitle a span{
        height: 40px;
    }
    .itcontructall .dstitle a::before{
        font-size: 16px;
        transform: initial;
        top: 0px;
    }
    /* <======== itcontructall =======>*/

    /* <===== viewall =====> */
    .viewall a, .viewall button{
        font-size: 13px;
        line-height: 22px;
        padding: 9px 25px;
    }
    /* <===== viewall =====> */

    /* <===== footer =====> */
    .gdtopfoot{
        padding: 20px 0;
    }
    
    .gdbotfoot{
        padding: 10px 0;
        font-size: 12px;
        line-height: 20px;
        background-image: url("../images/lingfootn.jpg");
    }
    .tpsocifoot ul li{
        margin-right: 15px;
    }
    .tpsocifoot li a{
        width: 35px;
        height: 35px;
    }
    .hptopinfoaa .graa .lcol{
        max-width: 85px;
    }

    .hptopinfobb .grbb .colh{
        width: 100%;
        margin-bottom: 12px;
    }
    .hptopinfobb .grbb .colb{
        width: 100%;
        margin-bottom: 12px;
    }
    .hptopinfobb .grbb .colt{
        width: 100%;
    }
    .tpformfoot .ctform{
        max-width: 270px;
    }
    .tplinkfoot .mctitle{
        padding-right: 30px;
        position: relative;
        margin-bottom: 0;
    }
    .tplinkfoot .mctitle::before{
        content: "\f107";
        font-family: fontAwesome;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
    }
    .tplinkfoot.active .mctitle::before{
        content: "\f106";
    }
    .tplinkfoot .ctlink{
        display: none;
        padding-top: 10px;
    }
    /* <===== footer =====> */
    .popupInfo{
        margin-top: 40px;
    }
}
@media all and (max-width: 400px){
    .congthuong{
        letter-spacing: -0.5px;
    }
    .congthuong .b-text ul li{
        margin-right: 15px;
    }
    .congthuong .b-text ul li::after{
        right: -7px;
    }
    .congthuong .b-img{
        width: 85px;
    }
    .congthuong .b-text{
        width: calc(100% - 85px);
    }
}