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;
    }
}
*,*:active,*:focus{
    outline: 0;
}
a, a:hover, a:visited, a:focus{
    text-decoration: none;
}
body,html{
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    font-weight: 400;
    min-width: 360px;
    width: 100%;
}
html::-webkit-scrollbar{
    width: 10px;
    background-color: #F5F5F5;
}
html::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 25px;
}
*: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: #00aeef;
}
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:1210px;
    padding: 0px 20px;
    margin:0 auto; 
}
.wrapping{
    padding: 0px 40px;
    max-width: 1600px;
    margin:0 auto; 
}
.wraps{
    max-width: 970px;
    margin: 0 auto;
}
/*  <===== gdmaintop =====>  */
#vnt-slide .slick-arrow{
    top: calc(50% + 20px);
}
#vnt-slide .item{
    position: relative;
}
#vnt-slide .img{
    overflow: hidden;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 170px;
}
#vnt-slide.vres .img{
    min-height: 250px;
}
#vnt-slide .img img{
    width: 100%;
    opacity: 0;
}
.gdmaintop{
    position: relative;
}
.slick-slider { 
    display: table;
    table-layout: fixed;
    width: 100%; 
}
.vnttbream{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 30px 0;
}
.vnttbream::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 130%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
    z-index: -1;
}
.vnttitlelg{
    margin-bottom: 15px;
}
.vnttitlelg, .vnttitlelg h1, .vnttitlelg h2{
    font-size: 45px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.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;
    margin: 0 10px;
    float: left;
    position: relative;
    font-size: 13px;
    line-height: 21px;
    flex-shrink: 0;
    color: #fff;
}
.breadcrumb ul li:first-child {
    margin-left: 0
}
.breadcrumb ul li a {
    line-height: inherit;
    text-transform: uppercase;
    color: #fff;
}
.breadcrumb ul li:after {
    content: "/";
    display: inline-block;
    position: absolute;
    right: -13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    line-height: 23px
}
.breadcrumb ul li:last-child:after {
    content: initial
}
.breadcrumb ul li:last-child {
    margin-right: 0
}
/*  <===== gdmaintop =====>  */

.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 =====>  */

/*  <===== menuTab =====>  */
.gdtabmenu{
    background-color: #f5f5f5;
    padding: 15px 0;
}
.tbtabmenull{
    margin-bottom: 20px;
}
.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;
}
.menuTab ul::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
} 
.menuTab ul::-webkit-scrollbar-thumb {
    background-color: #00aeef;
}
.menuTab ul li {
    margin-right: 10px;
}
.menuTab ul li:last-child{
    margin-right: 0;
}
.menuTab ul li a {
    display: block;
    color: #333333;
    padding: 14px 30px;
    font-size: 15px;
    line-height: 22px;
    position: relative;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
}
.menuTab ul li a:hover, .menuTab ul li.current a, .menuTab ul li.active a  {
    color:#fff;
    background-color: #00aeef;
}
.menuTab .mc-menu{
    font-size: 15px;
    line-height: 23px;
    border:solid 1px #00aeef;
    color:#fff;
    padding: 10px 40px 10px 20px;
    cursor: pointer;
    position: relative;
    background-color: #00aeef;
    border-radius: 5px;
}
.menuTab .mc-menu:before{
    content: "\f107";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right:15px;
    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";
}
/* <===== menuTab =====> */

/* <===== myTools =====> */
.myTools {
    padding: 10px;
    background-color: #f6f6f6;
    margin-bottom: 20px;
}
.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: #ffffff;
    border-radius: 100%;
    font-size: 14px;
    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: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.myTools.vres{
    background-color: #f2f2f2;
    border-top: none;
    border-bottom: none;
    padding: 10px;
}
.myTools.vres .share ul li a{
    background-color: #fff;
}
.myToolres{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.myToolres > span{
    margin-right: 20px;
    color: #555555;
}
.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: #00a651;
}
/* <===== 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 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.myTags .txt a{
    padding-left: 20px;
    position: relative;
}
.myTags .txt a:before{
    content: "\f02b";
        font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.myTags ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.myTags ul li a {
    display: block;
    padding: 2px 9px;
    background: #f2f2f2;
    font-size: 13px;
    line-height: 21px;
    color:#666666;
}
.myTags ul li a:hover{
    color:#f44336;
}
/* <===== myTags =====> */

/* <==== date_share ====> */
.date_share{
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.date_share .ds_date {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    margin-right: 20px;
}
.date_share .ds_date:before{
    content: "\f133";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    color: #00aeef;
    padding-right: 8px;
}
.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;
}
.the-social.vmargin{
    margin-bottom: 20px;
}
.the-social ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.the-social ul li{
    margin-right: 10px;
}
.the-social ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    position: relative;
    font-weight: bold;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #f7f7f7;
}
.the-social ul li a:hover{
    transform: translateY(-2px);
}
.the-social ul li a:hover{
    color: #369d41;
}
.the-social ul li a i.icon-zalo1{
    font-weight: bold;
    font-size: 12px;
}
/* <==== date_share ====> */

/* <===== the-content =====> */
.the-content{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}
.the-content .row{
    margin: 0 -5px;
}
.the-content .row > div{
    padding: 0 5px;
}
.the-content .tt{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 5px;
}
/* <===== the-content =====> */

/* <===== vnt-menu-fixed =====> */
#vnt-menu-fixed{
    position: fixed;
    right: 10px;
    bottom: 20%;
    z-index: 6;
}
#vnt-menu-fixed>ul>li{
    position: relative;
    margin-bottom: 6px;
}
#vnt-menu-fixed>ul>li:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
#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: #00aeef;
    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 #00aeef;
    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: #00aeef;
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    margin-left: auto;
}
#vnt-menu-fixed>ul>li.fxphone>a{
    background-color: #ed2024;
}
#vnt-menu-fixed>ul>li.fxmess>a{
    background-color: #0084ff;
}
#vnt-menu-fixed>ul>li.fxzalo>a{
    background-color: #0168ff;
}
#vnt-menu-fixed>ul>li.fxtop >a{
    background-color: #00aeef;
}
#vnt-menu-fixed>ul>li>a>img{
    max-height: 25px;
    max-width: 25px;
}
#vnt-menu-fixed>ul>li.fforder>a>img{
    max-width: 18px;
    max-height: auto;
}
#vnt-menu-fixed>ul>li>a span{
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}
#vnt-menu-fixed>ul>li>a span.fa-concierge-bell{
    font-size: 20px;
}
#vnt-menu-fixed>ul>li>a span.fa-concierge-bell::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
#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: #00aeef;
}
#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: #00aeef;
}
#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: 80px;
    height: 80px;
    border-radius: 5px;
    background-color: #00aeef;
    text-align: center;
}
#vnt-menu-fixed>ul>li.fxproduct a:hover{
    background-color: #00aeef;
}
#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: 16px;
    line-height: 24px;
    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-alt{
    font-size: 16px;
    line-height: 22px;
    color: #c01f25;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.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: 400;
    color: #fff;
}
.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 ====> */

/* <===== vnttitle =====> */
.vnttitle{
    margin-bottom: 20px;
    overflow: hidden;
}
.vnttitle.vupper{
    text-transform: uppercase;
}
.vnttitle.vmargin{
    margin-bottom: 30px;
}
.vnttitle.vcenter{
    text-align: center;
}
.vnttitle.vwhite, .vnttitle.vwhite a{
    color: #fff;
}
.vnttitle.vcolor{
    color: #00aeef;
}
.vnttitle.vline span{
    display: inline-block;
    position: relative;
}
.vnttitle.vline span::before{
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 20px);
    height: 1px;
    width: 1000px;
    background-color: #d5d5d5;
}
.vnttitle.vline span::after{
    content: '';
    position: absolute;
    top: 50%;
    right: calc(100% + 20px);
    height: 1px;
    width: 1000px;
    background-color: #d5d5d5;
}
.vnttitle, .vnttitle h1, .vnttitle h2, .vnttitle h3{
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
}
.vnttitle.vdetail, .vnttitle.vdetail h1, .vnttitle.vdetail h2, .vnttitle.vdetail h3{
    font-size: 30px;
    line-height: 45px;
}
/* <===== vnttitle =====> */

/* <===== vntcapts =====> */
.vntcapts{
    margin-bottom: 45px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
}
.vntcapts.vwhite{
    color: #fff;
}
.vntcapts .cswrap{
    max-width: 880px;
    margin: 0 auto;
}
/* <===== vntcapts =====> */

/* <===== vnttitledt =====> */
.vnttitledt{
    text-align: center;
    margin-bottom: 25px;
}
.vnttitledt.vupper{
    text-transform: uppercase;
}
.vnttitledt, .vnttitledt h1, .vnttitledt h2{
    font-size: 32px;
    line-height: 45px;
    font-weight: 700;
}
/* <===== vnttitledt =====> */

/*  <===== viewall =====>  */
.viewall.vcenter{
    text-align: center;
}
.viewall a, .viewall button{
    border: 2px solid #00aeef;
    border-radius: 5px;
    padding: 13px 22px 13px 25px;
    font-size: 13px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: transparent;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.viewall a::before, .viewall button::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #00aeef;
    z-index: 0;
    width: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.viewall a:hover::before, .viewall button:hover::before{
    width: 100%;
}
.viewall a:hover, .viewall button:hover{
    color: #fff;
}
.viewall a span, .viewall button span{
    display: block;
    padding-right: 65px;
    position: relative;
    z-index: 1;
}
.viewall a span::before, .viewall button span::before{
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #00aeef;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.viewall a:hover span::before, .viewall button:hover span::before{
    color: #fff;
}
.viewall.vfull a, .viewall.vfull button{
    display: block;
    width: 100%;
}
.viewall.vupper a, .viewall.vupper button{
    text-transform: uppercase;
}
.viewall.vchange a, .viewall.vchange button{
    background-color: #fff;
    color: #00aeef;
}
/*  <===== viewall =====>  */

/* <===== header =====>*/
.vntheader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 112;
    border-bottom: 1px solid #ffffff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vchange .vntheader{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #fff;
}
.veffect .vntheader{
    transform: unset;
}
.vntheader::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -2;
    pointer-events: none;
}
.vchange .vntheader::after, .vnobanner .vntheader::after{
    height: 100%;
    opacity: 0;
}
.vhheader .hdgrip{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0 -10px;
}
.vhheader .hdgrip > div{
    padding: 0 10px;
}
.tplogohead{
    max-width: 210px;
    width: 100%;
}
.hptoolhead .tlgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -15px;
}
.hptoolhead .tlgrip > div{
    padding: 0 15px;
}
.tpmenuhead > ul {
    display: flex;
    align-items: center;
    align-content: center;
}
.tpmenuhead > ul > li {
    position: relative;
}
.tpmenuhead > ul > li ~ li {
    margin-left: 30px;
}
.tpmenuhead > ul > li > a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    padding: 33px 0;
    display: block;
    position: relative;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}
.vchange .tpmenuhead > ul > li > a{
    padding: 26px 0;
    color: #333333;
}
.tpmenuhead > ul > li > a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 0;
    border-radius: 25px;
}
.vchange .tpmenuhead > ul > li:hover > a, .vchange .tpmenuhead > ul > li.current > a{
    color: #00aeef;
}
.vchange .tpmenuhead > ul > li > a::before{
    background-color: #00aeef;
}
.tpmenuhead > ul > li.current > a::before,
.tpmenuhead > ul > li:hover > a::before {
    width: 100%;
}
.tpmenuhead > ul > li > ul{
    position: absolute;
    top: calc(100% + 1px);
    left: -20px;
    width: 270px;
    background-color: #fff;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity 0.2s 0s;
    transition: transform 1s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity 0.2s 0s;
}
.tpmenuhead > ul > li > ul::before{
    content: '';
    position: absolute;
    top: -1px;
    height: 1px;
    width: 100%;
}
.tpmenuhead > ul > li:hover > ul{
    opacity: 1;
    visibility: initial;
    pointer-events: auto;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
.tpmenuhead > ul > li li a{
    display: block;
    padding: 10px 15px 10px 20px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
}
.tpmenuhead > ul > li > ul > li:hover > a, .tpmenuhead > ul > li > ul > li.active > a{
    color: #00aeef;
}
.tpmenuhead > ul > li li a span{
    display: block;
    position: relative;
    padding-right: 20px;
}
.tpmenuhead > ul > li li a span::before{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #333333;
    font-size: 15px;
}
.tpmenuhead > ul > li li{
    position: relative;
}
.tpmenuhead > ul > li li ul{
    position: absolute;
    left: calc(100% + 1px);
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tpmenuhead > ul > li li:hover ul{
    opacity: 1;
    pointer-events: auto;
}
.tpsearchhd{
    position: relative;
}
.tpsearchhd .fmSearch{
    position: relative;
}
.tpsearchhd .fmSearch input{
    width: 100%;
    height: 50px;
    padding: 0 50px 0 0;
    border: none;
    border-bottom: 1px solid #666666;
    background-color: transparent;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
}
.tpsearchhd .fmSearch input::-webkit-input-placeholder { /* Edge */
    color: #666666;
    font-size: 16px;
    line-height: 24px;
}
.tpsearchhd .fmSearch input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666666;
    font-size: 16px;
    line-height: 24px;
}
.tpsearchhd .fmSearch input::placeholder {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
}
.tpsearchhd .fmSearch button{
    position: absolute;
    top: 0;
    height: 55px;
    right: 0;
    background-color: transparent;
    border: transparent;
    width: 50px;
    font-size: 20px;
}
.tpsearchhd .sconts{
    position: absolute;
    top: calc(100% + 35px);
    right: -10px;
    z-index: 2;
    padding: 25px 25px 30px;
    background-color: #f2f2f2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 470px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.vchange .tpsearchhd .sconts{
    top: calc(100% + 29px);
}
.tpsearchhd .stitle{
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vchange .tpsearchhd .stitle{
    color: #333333;
}
.tpsearchhd .stitle .img{
    display: block;
}
.tpsearchhd .stitle .closeZ{
    display: none;
    width: 18px;
    height: 18px;
    margin: 0 auto;
    position: relative;
}
.vchange .tpsearchhd .stitle .closeZ::before, .vchange .tpsearchhd .stitle .closeZ::after{
    background-color: #333333;
}
.tpsearchhd .stitle .closeZ::before{
    content: '';
    width: 22px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transform: rotate(45deg);
    display: inline-block;
    top: 8px;
    left: 0;
}
.tpsearchhd .stitle .closeZ::after{
    content: '';
    width: 22px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 8px;
    left: 0;
    transform: rotate(135deg);
    display: inline-block;
}
.tpsearchhd.active .stitle .closeZ{
    display: block;
}
.tpsearchhd.active .stitle .img{
    display: none;
}
.tpsearchhd.active .sconts{
    opacity: 1;
    visibility: initial;
    pointer-events: auto;
}
.tplanghead{
    position: relative;
}
.tplanghead .icon{
    position: relative;
    cursor: pointer;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 5px 12px;
    border-radius: 25px;
    background-color: #00aeef;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
}
.tplanghead .icon .img{
    margin-right: 8px;
}
.tplanghead .icon .txt{
    display: block;
    position: relative;
    padding-right: 15px;
}
.tplanghead .icon .txt:after{
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right:0;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tplanghead.active .icon .txt:after{
    content: "\f106";
}
.tplanghead .popup {
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 18;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    width: 165px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.tplanghead.active .popup {
    opacity: 1;
    visibility: initial;
}
.tplanghead .popup ul li a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 10px 15px 10px 20px;
    font-size: 14px;
}
.tplanghead .popup ul li a:hover{
    background-color: #e5e5e5;
    color: #00aeef;
}
.tplanghead .popup ul li a img{
    margin-right: 10px;
    width: 24px;
    height: 18px;
}
/* <===== header =====>*/

/* <===== footer =====> */
.vhtopfoot{
    position: relative;
    background-color: #f7f7f8;
    z-index: 1;
    overflow: hidden;
}
.vhtopfoot::before{
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/lgback.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: -1;
    pointer-events: none;
}
.vhtopfoot{
    position: relative;
}
.hpmainfoot{
    padding: 30px 0 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hpmainfoot .mngrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0 -10px;
}
.hpmainfoot .mngrip > div{
    padding: 0 10px;
}
.tplogofoot{
    max-width: 214px;
    width: 100%;
}
.tpsocifoot ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -15px;
}
.tpsocifoot ul li{
    padding: 0 15px;
}
.tpsocifoot li a{
    display: block;
}
.tpsocifoot li a:hover{
    transform: translateY(-2px);
}
.hpinfofoot{
    padding: 35px 0 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hpinfofoot .ifgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.hpinfofoot .ifgrip > div{
    padding: 0 10px;
}
.hpinfofoot .ifgrip .mcol{
    width: 52.942%;
}
.hpinfofoot .ifgrip .hcol{
    width: 25.211%;
}
.hpinfofoot .ifgrip .bcol{
    width: calc(100% - (52.942% + 25.211%));
}
.tpaddrfoot{
    max-width: 450px;
}
.tpaddrfoot .dctitle{
    margin-bottom: 15px;
    color: #00aeef;
    text-transform: uppercase;
}
.tpaddrfoot .dctitle, .tpaddrfoot .dctitle h2{
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
}
.tpaddrfoot .dcconts{
    font-size: 14px;
    line-height: 24px;
}
.tpaddrfoot .dcconts li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.tpaddrfoot .dcconts li::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    color: #00aeef;
}
.tpaddrfoot .dcconts li:last-child{
    margin-bottom: 0;
}
.tplinkfoot .lktitle{
    margin-bottom: 20px;
    color: #00aeef;
}
.tplinkfoot .lktitle, .tplinkfoot .lktitle h3{
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}
.tplinkfoot .lkconts{
    font-size: 14px;
    line-height: 22px;
}
.tplinkfoot .lkconts li{
    margin-bottom: 8px;
}
.tplinkfoot .lkconts li:last-child{
    margin-bottom: 0;
}
.tplinkfoot .lkconts li a{
    display: inline-block;
    position: relative;
}
.tplinkfoot .lkconts li a::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0);
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #00aeef;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tplinkfoot .lkconts li a:hover{
    padding-left: 10px;
}
.tplinkfoot .lkconts li a:hover:before{
    transform: translateY(-50%) scale(1);
}
.hpgiayfoot{
    padding: 30px 0 35px;
}
.hpgiayfoot .gpgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -10px;
}
.hpgiayfoot .gpgrip > div{
    padding: 0 10px;
}
.hpgiayfoot .gpgrip .mcol{
    max-width: 142px;
}
.tpgiayfoot{
    font-size: 13px;
    line-height: 25px;
    color: #666666;
}
.tpgiayfoot li{
    display: block;
    padding-left: 23px;
    position: relative;
}
.tpgiayfoot li::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #00aeef;
}
.vhbotfoot{
    padding: 25px 0;
    background-color: #00aeef;
}
.vhbotfoot, .vhbotfoot a{
    color: #fff;
}
.hpcopyfoot .cpgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0 -10px;
}
.hpcopyfoot .cpgrip > div{
    padding: 0 10px;
}
.tpcopyfoot{
    font-size: 13px;
    line-height: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -4px;
}
.tpcopyfoot > div{
    padding: 0 4px;
}
.tpsecufoot{
    font-size: 13px;
    line-height: 21px;
}
.tpsecufoot ul{
    display: flex;
    flex-wrap: wrap;
}
.tpsecufoot li{
    display: flex;
    align-items: center;
    align-content: center;
}
.tpsecufoot li::after{
    content: '|';
    margin: 0 8px;
}
.tpsecufoot li:last-child::after{
    display: none;
}
/* <===== footer =====> */

/* <==== viewmore ====> */
.viewmore a{
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
}
.viewmore a span{
    display: inline-block;
    padding-right: 15px;
    position: relative;
}
.viewmore a span::before{
    content: '\f105';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #00aeef;
}
.viewmore a:hover{
    color: #00aeef;
}
/* <==== viewmore ====> */

/* <==== vdateall ====> */
.vdateall{
    position: relative;
}
.vdateall span{
    display: inline-block;
    padding-left: 20px;
    position: relative;
    color: #555555;
    font-size: 13px;
    line-height: 21px;
}
.vdateall span::before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    left: 0;
    color: #00aeef;
}
/* <==== vdateall ====> */
@media all and (min-width: 992px){
    /* <===== menuTab =====> */
    .menuTab ul{
        display: flex!important;
    }
    /* <===== menuTab =====> */
}
@media all and (max-width: 1350px){
    .wrapping{
        padding: 0px 20px;
    }
}
@media all and (max-width: 1200px){
    /* <===== header =====>*/
    .tpmenuhead > ul > li ~ li{
        margin-left: 15px;
    }
    .tpmenuhead > ul > li > a{
        font-size: 14px;
    }
    /* <===== header =====>*/

    /* <===== footer =====> */
    /* <===== footer =====> */
}
@media all and (max-width: 991px){
    /* <==== support-hotline ====> */
    .support-hotline ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background-color: #fff;
        padding: 9px 10px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.18);
    }
    .support-hotline ul li > a{
        color: #333333;
    }
    .support-hotline ul li > a i.fa-arrow-up{
        color: #11b3f0;
    }
    .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 ====> */

    /* <==== menuTab ====> */
    .gdtabmenu{
        padding: 10px 0 0 0;
        background-color: transparent;
    }
    .menuTab{
        position: relative;
    }
    .menuTab ul{
        display: none;
        border-top: none;
        padding-top: 1px;
    }
    .menuTab ul li{
        margin-right: 0;
        margin-bottom: 1px;
    }
    .menuTab ul li a{
        display: block;
        padding: 10px 20px;
        border: none;
        text-align: left;
    }
    .menuTab ul li.active a{
        background-color: #00aeef;
        color: #fff;
    }
    .menuTab ul li a:before{
        display: none;
    }
    /* <==== menuTab ====> */

    /* <===== the-content =====> */
    .the-content{
        text-align: justify;
    }
    .the-content .tt{
        font-size: 18px;
        line-height: 27px;
    }
    /* <===== the-content =====> */
    
    /* <===== 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 =====>*/
    .vntheader{
        padding: 4.5px 0;
    }
    .vntheader .wrapping{
        padding: 0 15px;
    }
    .tplogohead{
        max-width: 159px;
    }
    .hptoolhead .tlgrip{
        margin: 0 -10px;
    }
    .hptoolhead .tlgrip > div{
        padding: 0 10px;
    }
    /* <===== header =====>*/

    /* <===== footer =====> */
    .vntfooter{
        margin-bottom: 40px;
    }
    .vhtopfoot::before{
        display: none;
    }
    .hpmainfoot{
        padding: 22px 0 25px;
    }
    .hpmainfoot .mngrip > div{
        width: 100%;
    }
    .tplogofoot{
        display: none;
    }
    .tpsocifoot ul{
        justify-content: center;
    }
    .hpinfofoot .ifgrip .mcol{
        width: 100%;
    }
    .hpinfofoot .ifgrip .hcol, .hpinfofoot .ifgrip .bcol{
        width: 100%;
        display: none;
    }
    .tpaddrfoot{
        max-width: 100%;
    }
    .hpinfofoot{
        padding: 18px 0;
    }
    .tpaddrfoot .dctitle, .tpaddrfoot .dctitle h2{
        font-size: 17px;
        line-height: 25px;
    }
    .hpgiayfoot{
        padding: 17px 0 20px;
    }
    .vhbotfoot{
        padding: 15px 0 12px;
    }
    /* <===== footer =====> */

    /* <===== vnttitle =====> */
    .vnttitle{
        margin-bottom: 15px;
    }
    .vnttitle.vmargin{
        margin-bottom: 20px;
    }
    .vnttitle, .vnttitle h1, .vnttitle h2, .vnttitle h3{
        font-size: 25px;
        line-height: 35px;
    }
    /* <===== vnttitle =====> */

    /* <===== vntcapts =====> */
    .vntcapts{
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
        text-align-last: center;
    }
    /* <===== vntcapts =====> */

    /* <===== vnttitledt =====> */
    .vnttitledt, .vnttitledt h1, .vnttitledt h2{
        font-size: 20px;
        line-height: 30px;
    }
    /* <===== vnttitledt =====> */

    /*  <===== viewall =====>  */
    .viewall a, .viewall button{
        display: inline-block;
        padding: 11px 22px 11px 25px;
        line-height: 24px;
    }
    /*  <===== viewall =====>  */

    /* <==== gdmaintop ====> */
    .vnttbream{
        padding: 15px 0;
    }
    .vnttitlelg{
        margin-bottom: 0;
    }
    .vnttitlelg, .vnttitlelg h1, .vnttitlelg h2{
        font-size: 25px;
        line-height: 35px;
    }
    .vnttitle.vdetail, .vnttitle.vdetail h1, .vnttitle.vdetail h2, .vnttitle.vdetail h3{
        font-size: 25px;
        line-height: 35px;
    }
    /* <==== gdmaintop ====> */
}
@media all and (max-width: 767px){
    /* <===== footer =====> */
    .hpcopyfoot .cpgrip{
        flex-direction: column-reverse;
    }
    .hpcopyfoot .cpgrip > div{
        width: 100%;
    }
    .hpcopyfoot .cpgrip .hcol{
        margin-bottom: 3px;
    }
    .tpsecufoot ul{
        justify-content: center;
    }
    .tpcopyfoot{
        text-align: center;
    }
    .tpcopyfoot > div{
        width: 100%;
    }
    .tpcopyfoot .line{
        display: none;
    }
    /* <===== footer =====> */
}