:root{
    /* color web */
    --colorwm: #dd0000;
    --colorwh: #2e3192;
    /* color all */
    --color00: #000000;
    --color44: #444444;
    --color33: #333333;
    --color22: #222222;
    --color66: #666666;
    --color88: #888888;
    --color99: #999999;
    --colorf5: #F5F5F5;
    --colorf6: #f6f6f6;
    --colorf7: #f7f7f7;
    --colorf8: #f8f8f8;
    --colorf9: #f9f9f9;
    --colorf2: #f2f2f2;
    --colorf1: #f1f1f1;
    --colorff: #ffffff;
    --colordd: #dddddd;
    --coloree: #eeeeee;
    --colore7: #e7e7e7;
    --color1c: #1c1c1c;
    --color8d: #8d8d8d;
    --colore8: #e8e8e8;
    --color02: #020202;
    --color55: #555555;
    --colorb4: #b4b4b4;
    --colord9: #d9d9d6;
    --colorf0: #f0ebe9;
    --colorcc: #cccccc;   
    --colorce: #ced4da;   
    --effectl: all 0.3s linear;
    --effecte: all 0.3s ease;
}
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;
}
*, ::after, ::before{
    box-sizing: border-box;
}
a, a:hover, a:visited, a:focus{
    text-decoration: none;
}
body{
    margin: 0;
}
html{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body,html{ 
    font-family: 'Montserrat', 'Arial';
    font-size: 14px;
    line-height: 22px;
    color: var(--color33);
    font-weight: 500;
    min-width: 360px;
    width: 100%;
}
html::-webkit-scrollbar{
    width: 10px;
    background-color: var(--colorf5);
}
html::-webkit-scrollbar-thumb {
    background-color: var(--colordd);
}
*:focus{
    outline: 0;
}
a:focus, button:focus, textarea:focus, select:focus, input:focus{
    outline: 0!important;
}
a{
    text-decoration: none;
}
a, button{
    cursor: pointer;
    color:var(--color33);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
a:hover{
    color: var(--colorwm);
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%;
    line-height: 1.6;
    font-weight: bold;
    margin: 0;
}
p{
    margin: 0px;
    padding: 5px 0px;
}
ol,ul {
    list-style: none;
}
dl, ol, ul{
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0;
}
img {
    border: 0px;
    max-width: 100%;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline;
    position: relative;
}
.clearfix {
    display: block;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.hidden {
    display: none;
}
/*  */
#vnt-container{
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.wrapper{
    max-width: 1440px;
    padding: 0px 75px;
    margin:0 auto; 
    width: 100%;
}
.wrapping{
    padding: 0px 30px;
    max-width: 1600px;
    margin:0 auto; 
}
.wraps{
    max-width: 1070px;
    margin: 0 auto;
}
/*  <===== pagination =====>  */
.pagination {
    width: 100%;
    background: transparent;
    padding-top: 0;
    margin: 0;
    justify-content: center;
}
.pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pagination ul li {
    display: inline-block;
    margin: 0 8px 0 0;
}
.pagination ul li span.pagetotal {
    display: table-cell;
    height: 45px;
    vertical-align: middle;
    background: none;
    color: var(--color33);
}
.pagination ul li span.pagecur,
.pagination ul li a {
    display: table-cell;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    color: var(--color66);
    border: solid 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 100%;
    background-color: var(--colorff);
}
.pagination ul li .btnPage,
.pagination ul li a.btnPage {
    font-weight: 900;
}
.pagination ul li a:hover,
.pagination ul li span.pagecur {
    color: var(--colorff);
    background-color: var(--colorwh);
    border-color: var(--colorwh);
}
.pagination a,
.pagination a:visited {
    color: var(--color66);
}
/*  <===== pagination =====>  */

/*  <===== gdmaintop =====>  */
#vnt-slide .item{
    position: relative;
}
#vnt-slide .img{
    overflow: hidden;
    position: relative;
    min-height: 170px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#vnt-slide .img img{
    width: 100%;
    opacity: 0;
}
.gdmaintop{
    position: relative;
}
.slick-slider { 
    display: table;
    table-layout: fixed;
    width: 100%; 
}
#vnt-title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 20px 0 50px;
}
#vnt-title::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
    pointer-events: none;
}
#vnt-title .tinfo{
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
#vnt-title .tinfo, #vnt-title .tinfo a{
    color: #fff;
}
#vnt-title .tinfo, #vnt-title .tinfo h1, #vnt-title .tinfo h2{
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
}
.breadcrumb {
    margin: 0;
    width: 100%;
    padding: 0;
    background-color: transparent;
    display: block;
}
.breadcrumb.vmargin{
    margin-bottom: 10px;
}
.breadcrumb .navation{
    display: flex;
    justify-content: center;
}
.breadcrumb.nomb{
    margin-bottom: 0;
}
.breadcrumb 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;
    margin: 0 -10px;
}
.breadcrumb ul::-webkit-scrollbar {
    height: 5px;
    background-color: transparent;
} 
.breadcrumb ul::-webkit-scrollbar-thumb {
    background-color: #fff;
}
.breadcrumb ul li{
    padding: 0 15px;
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
}
.breadcrumb ul li ~ li::before{
    content: '/';
    position: absolute;
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
}
.breadcrumb ul li, .breadcrumb ul li a{
    color: var(--colorff);
}
/*  <===== gdmaintop =====>  */
.input-group{
    display: table;
}
.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: var(--colorff);
    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 =====>  */
.menuTab{
    background-color: var(--colorff);
    border-radius: 15px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: center;
}
.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: var(--colorf5);
} 
.menuTab ul::-webkit-scrollbar-thumb {
    background-color: var(--colorwm);
}
.menuTab ul li {
    margin-right: 45px;
}
.menuTab ul li:last-child{
    margin-right: 0;
}
.menuTab ul li a {
    display: block;
    color: #333333;
    padding: 15px 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    position: relative;
    text-align: center;
    background-color: var(--colorff);
    text-transform: uppercase;
}
.menuTab ul li a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background-color: var(--colorwm);
    width: 0;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.menuTab ul li a:hover, .menuTab ul li.current a, .menuTab ul li.active a  {
    color: var(--colorwm);
}   
.menuTab ul li a:hover::before, .menuTab ul li.current a::before, .menuTab ul li.active a::before{
    width: 100%;
}
.menuTab .mc-menu{
    font-size: 15px;
    line-height: 25px;
    color:var(--colorff);
    padding: 10px 40px 10px 20px;
    cursor: pointer;
    position: relative;
    background-color: var(--colorwm);
    border-radius: 25px;
}
.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: #f2f2f2;
    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: var(--colorff);
    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: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
    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: var(--colorff);
}
.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: var(--color66);
}
.myToolres li a .icon-zalo1{
    font-weight: bold;
}
/* <===== 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 {
    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:var(--color66);
}
/* <===== myTags =====> */

/* <==== tpdayshare ====> */
.tpdayshare{
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.tpdayshare .ds_date {
    font-size: 13px;
    line-height: 20px;
    padding: 5px 13px;
    background: var(--colorwm);
    color: var(--colorff);
    margin-right: 20px;
    border-radius: 5px;
}
.tpdayshare .ds_date:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f133";
    padding-right: 5px;
}
.tpdayshare .ds_share ul:after{
    display: block;
    content: '';
    clear: both;
}
.tpdayshare .ds_share ul li{
    margin-left: 5px;
    font-size: 16px;
    line-height: 30px;
    float: left;
    padding: 5px 0;
}
.tpdayshare .ds_share ul li a{
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: var(--colorff);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tpdayshare .ds_share ul li a:hover{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.tpdayshare .ds_share ul li a .fa{
    font-size: 14px;
    line-height: 30px;
}
.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: var(--colorf6);
}
.the-social ul li a:hover{
    transform: translateY(-2px);
}
.the-social ul li a i.icon-zalo1{
    font-weight: bold;
    font-size: 12px;
}
/* <==== tpdayshare ====> */

/* <===== the-content =====> */
.the-content{
    font-size: 16px;
    line-height: 25px;
}
.the-content .row{
    margin: 0 -5px;
}
.the-content .row > div{
    padding: 0 5px;
}
.the-content .tt{
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
}
/* <===== the-content =====> */

/* <===== vnt-menu-fixed =====> */
#vnt-menu-fixed{
    position: fixed;
    right: 8px;
    bottom: 20%;
    z-index: 6;
}
#vnt-menu-fixed1>ul>li{
    position: relative;
    margin-bottom: 6px;
}
#vnt-menu-fixed1>ul>li:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
#vnt-menu-fixed1>ul>li>span{
    position: absolute;
    white-space: nowrap;
    font-size: 14px;
    line-height: 22px;
    padding: 2px 0px;
    font-weight: 500;
    right:100%;
    margin-right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--colorwh);
    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-fixed1>ul>li>span, #vnt-menu-fixed1>ul>li>span a{
    color:var(--colorff);
}
#vnt-menu-fixed1>ul>li:hover>span{
    width:auto;
    overflow: visible;
    padding: 9px 20px;
}
#vnt-menu-fixed1>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 #132491;
    border-top:solid 5px transparent;
    border-bottom:solid 5px transparent;
    display: none;
}
#vnt-menu-fixed1>ul>li.fforder>span{
    border-radius: 25px;
    margin-right: 0;
    right: 5px;
}
#vnt-menu-fixed1>ul>li.fforder > a{
    position: relative;
    z-index: 2;
}
#vnt-menu-fixed1>ul>li.fforder:hover>span{
    padding-right: 100px;
}
#vnt-menu-fixed1>ul>li:hover>span:before{
    display: block;
}
#vnt-menu-fixed1>ul>li.fforder>span::before{
    display: none;
}
#vnt-menu-fixed1>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: var(--colorwm);
    border-radius: 100%;
    color: var(--colorff);
    font-size: 14px;
    margin-left: auto;
}
#vnt-menu-fixed1>ul>li>a>img{
    max-height: 25px;
    max-width: 25px;
}
#vnt-menu-fixed1>ul>li.fforder>a>img{
    max-width: 18px;
    max-height: auto;
}
#vnt-menu-fixed1>ul>li>a span{
    font-size: 16px;
    line-height: 24px;
    color: var(--colorff);
}
#vnt-menu-fixed1>ul>li>a span.fa-concierge-bell{
    font-size: 20px;
}
#vnt-menu-fixed1>ul>li>a span.fa-concierge-bell::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
#vnt-menu-fixed1>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 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%);}
}
.vntpoptool1{
    position: absolute;
    right: calc(100% + 20px);
    background-color: var(--colorff);
    width: 210px;
    border-radius: 7px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
    top: 0;
    transform: translateX(100px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: -1;
}
#vnt-menu-fixed1>ul>li.active .vntpoptool1{
    opacity: 1;
    transform: unset;
    pointer-events: auto;
    z-index: 1;
}
.vntpoptool1::before{
    content: '';
    position: absolute;
    top: 12px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid var(--colorff);
    left: 100%;
}
.vntpoptool1 .irow{
    margin-bottom: 10px;
}
.vntpoptool1 .irow:last-child{
    margin-bottom: 0;
}
.vntpoptool1 .itpoptool a{
    display: flex;
    align-items: center;
    align-content: center;
    color: var(--color33)!important;
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 24px;
}
.vntpoptool1 .itpoptool a:hover{
    color: var(--colorwm)!important;
}
.vntpoptool1 .itpoptool a .vicon{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}
.vntpoptool1 .itpoptool a .vicon img{
    max-width: 60%;
    max-height: 60%;
}
.vntpoptool1 .itpoptool a .vhrung img{
    max-width: 50%;
    max-height: 50%;
}
.vntpoptool1 .irow:last-child .itpoptool a .vicon img{
    max-width: 55%;
    max-height: 55%;
}
.vntpoptool1 .itpoptool a .vtxt{
    width: calc(100% - 40px);
    padding-left: 12px;
}
#vnt-menu-fixed1>ul>li.active>span{
    display: none;
}
.vntpoptool1.vphone{
    width: 210px;
    padding: 10px 14px;
}
.vntpoptool1 .prow{
    margin-bottom: 12px;
}
.vntpoptool1 .prow:last-child{
    margin-bottom: 0;
}
.vvitemphone .pgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -6px;
}
.vvitemphone .pgrip > div{
    padding: 0 6px;
} 
.vvitemphone .pgrip .mcol{
    width: 47px;
}
.vvitemphone .pgrip .hcol{
    width: calc(100% - 47px);
}
.vvitemphone .ptext{
    font-size: 14px;
    line-height: 22px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--colorwm);
    color: var(--colorff);
}
.vvitemphone .ptext img{
    max-width: 18px;
}
.vvitemphone .pnums .ntext{
    font-size: 14px;
    line-height: 20px;
}
.vvitemphone .pnums a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: var(--colorwm)!important;
}
.vvitemphone .pnums a:hover{
    color: var(--colorwh)!important;
}
.vvitemphone .pnums a .nicon{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: var(--colorwm);
}
.vvitemphone .pnums a .nicon img{
    max-width: 14px;
}
/* <===== 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: var(--colorff);
    border-radius: 100%;
    text-align: center;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
    background-color: var(--colorff);
    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: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.support-hotline ul li > a{
    border-radius: 100%;
    text-align: center;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
    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: var(--colorff);
    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: var(--color33);
    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: var(--colorff);
}
.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: 35px;
}
.vnttitle.vcapts {
    margin-bottom: 15px;
}
.vnttitle, .vnttitle a{
    color: var(--colorwm);
}
.vnttitle.vupper{
    text-transform: uppercase;
}
.vnttitle.vmargin{
    margin-bottom: 30px;
}
.vnttitle.vcenter{
    text-align: center;
}
.vnttitle.vwhite, .vnttitle.vwhite a{
    color: var(--colorff);
}
.vnttitle.vcolor{
    color: var(--colorwm);
}
.vnttitle.vline span{
    display: inline-block;
    position: relative;
}
.vnttitle, .vnttitle h1, .vnttitle h2, .vnttitle h3{
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
}
/* <===== vnttitle =====> */

/* <===== vntcapts =====> */
.vntcapts{
    max-width: 1090px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}
/* <===== 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{
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    padding: 10px 38px;
    border: 1px solid var(--colorwh);
    background-color: transparent;
    color: var(--colorwh);
    text-align: center;
    border-radius: 35px;
}
.viewall a:hover, .viewall button:hover{
    background-color: var(--colorwh);
    color: var(--colorff);
}
.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: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.viewall a:hover span::before, .viewall button:hover span::before{
    color: var(--colorwm);
}
.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: var(--colorff);
    color: var(--colorwm);
}
/*  <===== viewall =====>  */

/* <===== header =====>*/
.vntheader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 112;
    height: 91px;
}
.vntheader::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -2;
    pointer-events: none;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.vntheader::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    pointer-events: none;
    z-index: -1;
    box-shadow: 0 1px 5px 0 rgba(255, 255, 255, 0.1);
    background-color: var(--colorwh);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.vscroll .vntheader::after{
    height: 100%;
}
.vhmainhead .magrip{
    display: flex;
    gap: 0 20px;
    justify-content: space-between;
}
.tplogohead a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 158px;
    height: 138px;
    background-color: var(--colorff);
    border-radius: 0 0 20px 20px;
}
.tplogohead a img{
    max-width: 125px;
    max-height: 115px;
}
.tpmenuhead{
    padding: 23px 0;
}
.tpmenuhead > ul{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    gap: 5px 35px;
}
.tpmenuhead > ul > li {
    position: relative;
}
.tpmenuhead > ul > li > a{
    display: block;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: var(--colorff);
    position: relative;
    padding: 10px 0;
    text-transform: uppercase;
    text-align: center;
}
.tpmenuhead > ul > li > a i{
    line-height: 25px;
}
.tpmenuhead > ul > li > a::before{
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: var(--colorff);
    width: 0;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.tpmenuhead > ul > li:hover > a::before, .tpmenuhead > ul > li.current > a::before{
    width: 100%;
}
.tpmenuhead > ul > li ul{
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 260px;
    border-radius: 5px;
    background-color: var(--colorff);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 10px;
}
.tpmenuhead > ul > li ul::before{
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    height: 10px;
    width: 100%;
}
.tpmenuhead > ul > li ul ul{
    top: 0;
    left: calc(100% + 10px);
}
.tpmenuhead > ul > li.vlast ul ul{
    right: calc(100% + 10px);
    left: unset;
}
.tpmenuhead > ul > li ul ul::before{
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 10px;
    height: 100%;
}
.tpmenuhead > ul > li.vlast ul ul::before{
    left: unset;
    right: -10px;
}
.tpmenuhead > ul > li li:hover > ul{
    opacity: 1;
    pointer-events: auto;
}
.tpmenuhead > ul > li:hover > ul{
    opacity: 1;
    pointer-events: auto;
}
.tpmenuhead > ul > li li{
    position: relative;
    margin-bottom: 5px;
}
.tpmenuhead > ul > li li:last-child{
    margin-bottom: 0;
}
.tpmenuhead > ul > li li a{
    display: block;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 10px 5px 15px;
    position: relative;
    border-radius: 5px;
}
.tpmenuhead > ul > li li:hover > a{
    background-color: var(--colorwh);
    color: var(--colorff);
}
.tpmenuhead > ul > li li a span{
    display: block;
    padding-right: 5px;
    position: relative;
}
.tpmenuhead > ul > li li a span::before{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.hpmainhead{
    padding: 23px 0;
}
.hpmainhead .vvgrip{
    display: flex;
    align-items: center;
    align-content: center;
    gap: 0 20px;
}

.tpfindhead{
    position: relative;
}
.tpfindhead .fmSearch{
    position: relative;
}
.tpfindhead .fmSearch input{
    width: 100%;
    height: 50px;
    padding: 0 50px 0 0;
    border: none;
    border-bottom: 1px solid var(--color66);
    background-color: transparent;
    color: var(--color33);
    font-size: 18px;
    line-height: 30px;
}
.tpfindhead .fmSearch input::-webkit-input-placeholder { /* Edge */
    color: var(--color99);
}
.tpfindhead .fmSearch input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--color99);
}
.tpfindhead .fmSearch input::placeholder {
    color: var(--color99);
}
.tpfindhead .fmSearch button{
    position: absolute;
    top: 0;
    height: 50px;
    right: 0;
    background-color: transparent;
    border: transparent;
    width: 50px;
    font-size: 16px;
    color: var(--color33);
}
.tpfindhead .fmSearch button i{
    font-size: 22px;
}
.tpfindhead .ficonts{
    position: absolute;
    top: calc(100% + 20px);
    right: -28px;
    z-index: 2;
    padding: 25px 35px 35px;
    background-color: var(--colorff);
    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 20px rgba(0,0,0,0.3);
    border-radius: 5px;
}
.tpfindhead .ficonts::before{
    content: '';
    position: absolute;
    right: 41px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--colorff);
}
.tpfindhead .fititle{
    cursor: pointer;
    width: 45px;
    height: 45px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 1px solid var(--colorff);
    border-radius: 100%;
}
.tpfindhead .fititle .ticons{
    display: block;
    color: var(--colorff);
}
.tpfindhead .fititle .tclose{
    display: none;
    width: 13px;
    height: 21px;
    margin: 0 auto;
    position: relative;
}
.tpfindhead .fititle .tclose::before{
    content: '';
    width: 20px;
    height: 2px;
    background-color: var(--colorff);
    position: absolute;
    transform: rotate(45deg);
    display: inline-block;
    top: 10px;
    left: -3px;
}
.tpfindhead .fititle .tclose::after{
    content: '';
    width: 20px;
    height: 2px;
    background-color: var(--colorff);
    position: absolute;
    top: 10px;
    left: -3px;
    transform: rotate(135deg);
    display: inline-block;
}
.tpfindhead.active .fititle .tclose{
    display: block;
}
.tpfindhead.active .fititle .ticons{
    display: none;
}
.tpfindhead.active .ficonts{
    opacity: 1;
    visibility: initial;
    pointer-events: auto;
}
.tplanghead{
    position: relative;
}
.tplanghead .llicon{
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    align-content: center;
    border: 1px solid var(--colorff);
    border-radius: 30px;
    padding: 10px 23px;
    color: var(--colorff);
}
.tplanghead .llicon .iimg{
    font-size: 20px;
}
.tplanghead .llicon .itxt{
    padding: 0 19px 0 10px;
    position: relative;
}
.tplanghead .llicon .itxt::before{
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.tplanghead.active .llicon .itxt::before{
    content: '\f106';
}
.tplanghead .llpops{
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 1;
    width: 180px;
    background-color: var(--colorff);
	box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
	opacity: 0;
	visibility: hidden;
    border-radius: 12px;
    padding: 20px;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tplanghead.active .llpops{
	opacity: 1;
	visibility: initial;
}
.tplanghead .llpops li{
    margin-bottom: 17px;
}
.tplanghead .llpops li:last-child{
    margin-bottom: 0;
}
.tplanghead .llpops li a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 15px;
}
.tplanghead .llpops li a img{
    width: 25px;
    height: 18px;
}
.tplanghead .llpops li a span{
    margin-left: 10px;
}
/* <===== header =====>*/

/* <===== footer =====> */
.vntfooter{
    border-radius: 20px 20px 0 0;
    padding: 60px 0 35px;
    position: relative;
    margin-top: -20px;
    background: linear-gradient(-45deg, #dd0000, #a74685, #503a92, #2e3192);
    animation: ftgradient 15s ease infinite;
    background-size: 400% 400%;
    z-index: 3;
}
@keyframes ftgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.vntfooter, .vntfooter a{
    color: var(--colorff);
}
.vhmainfoot{
    padding-bottom: 45px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.hpmainfoot .magrip{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    margin: 0 -10px;
}
.hpmainfoot .magrip > div{
    padding: 0 10px;
}
.hpmainfoot .magrip .mcol{
    width: 44.275%;
}
.hpmainfoot .magrip .hcol{
    width: 22.901%;
}
.hpmainfoot .magrip .bcol{
    width: calc(100% - (44.275% + 22.901%));
}
.tpaddrfoot{
    max-width: 440px;
}
.tpaddrfoot .dctitle{
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.tpaddrfoot .dcconts{
    font-size: 15px;
    line-height: 25px;
}
.tpaddrfoot .dcconts li{
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
}
.tpaddrfoot .dcconts li:last-child{
    margin-bottom: 0;
}
.tpaddrfoot .dcconts li::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 14px;
}
.tplinkfoot .lktitle{
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
.tplinkfoot .lkconts{
    font-size: 15px;
    line-height: 25px;
}
.tplinkfoot .lkconts li{
    margin-bottom: 8px;
}
.tplinkfoot .lkconts li:last-child{
    margin-bottom: 0;
}
.tplinkfoot .lkconts li a{
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    position: relative;
}
.tplinkfoot .lkconts li a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: var(--colorff);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.tplinkfoot .lkconts li a:hover::before{
    width: 100%;
}
.tpformfoot{
    margin-bottom: 30px;
}
.tpformfoot .fmtitle{
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.tpformfoot .ctpons{
    position: relative;
}
.tpformfoot .ctpons input{
    height: 50px;
    width: 100%;
    border: none;
    padding-right: 40px;
    color: var(--colorff);
    font-size: 15px;
    line-height: 25px;
    background-color: transparent;
    border-bottom: 1px solid var(--colorff);
}
.tpformfoot .ctpons input::-webkit-input-placeholder {
    color: var(--colorff);
    opacity: 0.65;
}
.tpformfoot .ctpons input:-ms-input-placeholder {
    color: var(--colorff);
    opacity: 0.65;
}
.tpformfoot .ctpons input::placeholder {
    color: var(--colorff);
    opacity: 0.65;
}
.tpformfoot .ctpons button{
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 50px;
    background-color: transparent;
    border: none;
    color: var(--colorff);
    padding: 0;
    text-align: right;
    font-size: 18px;
    font-weight: 400;
}
.tpsocifoot .sotitle{
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}
.tpsocifoot .soconts ul{
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
}
.tpsocifoot .soconts li a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    overflow: hidden;
}
.tpsocifoot .soconts li a:hover{
    border-radius: 100%;
}
.hpinfofoot .ifgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    gap: 5px 20px;
}
.tpcopyfoot{
    font-size: 15px;
    line-height: 25px;
}
.tpmenufoot ul{
    display: flex;
    flex-wrap: wrap; 
    align-items: center;
    align-content: center;
}
.tpmenufoot li{
    display: flex;
    align-items: center;
    align-content: center;
}
.tpmenufoot li::after{
    content: '|';
    margin: 0 12px;
}
.tpmenufoot li:last-child::after{
    display: none;
}
.tpmenufoot li a{
    font-size: 14px;
    line-height: 22px;
}
.tpmenufoot li a:hover{
    text-decoration: underline;
}
/* <===== 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: var(--colorwm);
}
.viewmore a:hover{
    color: var(--colorwm);
}
/* <==== viewmore ====> */

/* <==== vdateall ====> */
.vdateall{
    position: relative;
}
.vdateall span{
    display: inline-block;
    padding-left: 20px;
    position: relative;
    color: var(--colorf6);
    font-size: 13px;
    line-height: 21px;
}
.vdateall span::before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    color: var(--colorwm);
}
/* <==== vdateall ====> */

/* <==== vctback ====> */
.vctback{
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
}
.vctback::before{
    content: '';
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    height: 70px;
    background-image: url('../images/ctbackm.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    pointer-events: none;
    min-width: 600px;
}
.vctback::after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: calc(100% + 70px);
    background-image: url('../images/ctbackh.png');
    background-position: top left;
    background-repeat: repeat;
    background-size: 100%; 
    z-index: -1;
    pointer-events: none;
    min-width: 600px;
}
/* <==== vctback ====> */

@media all and (min-width: 992px){
    /* <===== menuTab =====> */
    .menuTab ul{
        display: flex!important;
    }
    /* <===== menuTab =====> */
}
@media all and (max-width: 1350px){
    .wrapping, .wrapper{
        padding: 0px 20px;
    }
}
@media all and (max-width: 1200px){
    /* <===== header =====>*/
    /* <===== header =====>*/

    /* <===== footer =====> */
    /* <===== footer =====> */
}
@media all and (max-width: 991px){
    /* <==== vctback ====> */
    .vctback::after{
        min-width: 1200px;
    }
    /* <==== vctback ====> */

    /* <==== support-hotline ====> */
    .support-hotline ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 9px 10px;
    }
    .support-hotline, .support-hotline ul, .support-hotline ul li{
        background-color: var(--colorwh)!important;
    }
    .support-hotline ul li > a i.fa-arrow-up{
        color: var(--colorff);
    }
    .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: var(--colorwm);
        color: var(--colorff);
    }
    .menuTab ul li a:before{
        display: none;
    }
    /* <==== menuTab ====> */

    /* <===== the-content =====> */
    .the-content{
        font-size: 14px;
        line-height: 22px;
        text-align: justify;
    }
    .the-content .tt{
        font-size: 18px;
        line-height: 28px;
    }
    /* <===== the-content =====> */
    
    /* <===== vnt-menu-fixed =====> */
    #vnt-menu-fixed1>ul>li>span{
        display: none;
    }
    #vnt-menu-fixed1>ul>li>a{
        width: 35px;
        height: 35px;
        padding: 0;
    }
    #vnt-menu-fixed1>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-fixed1>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
    }
    .vntpoptool1{
        left: -5px;
        bottom: calc(100% + 12px);
        top: unset;
        right: unset;
        transform: translateX(-100px);
    }
    .vntpoptool1::before{
        display: none;
    }
    .support-hotline>ul>li.active .vntpoptool1{
        opacity: 1;
        transform: unset;
        pointer-events: auto;
        z-index: 1;
    }
    .vvitemphone .pnums{
        text-align: left;
    }
    .support-hotline ul li:nth-child(3) .vntpoptool1{
        left: unset;
        right: -60px;
    }
    /* <==== vnt-menu-fixed ====> */

    /* <===== header =====>*/
    .vntheader{
        height: 58px;
    }
    .tplogohead a{
        width: 93px;
        height: 82px;
        border-radius: 0 0 15px 15px;
    }
    .tplogohead a img{
        max-width: 72px;
        height: 68px;
    }
    .hpmainhead{
        padding: 9px 0;
    }
    .tplanghead .llicon{
        line-height: 20px;
        padding: 9px 18px;
        font-size: 13px;
    }
    .tplanghead .llicon .iimg{
        font-size: 18px;
    }
    /* <===== header =====>*/

    /* <===== footer =====> */
    .vntfooter{
        margin-bottom: 40px;
    }
    .vntfooter{
        padding: 25px 0 15px;
    }
    .hpmainfoot .magrip .mcol{
        width: 100%;
    }
    .tpaddrfoot{
        max-width: 100%;
    }
    .tpaddrfoot .dctitle{
        font-size: 17px;
        line-height: 28px;
    }
    .tpaddrfoot .dcconts{
        font-size: 13px;
        line-height: 23px;
        letter-spacing: -0.2px;
    }
    .hpmainfoot .magrip .hcol{
        display: none;
    }
    .hpmainfoot .magrip .bcol{
        width: 100%;
    }
    .vhmainfoot{
        padding-bottom: 30px;
        margin-bottom: 15px;
    }
    .hpinfofoot .ifgrip .mcol{
        width: 100%;
    }
    .hpinfofoot .ifgrip .hcol{
        display: none;
    }
    .tpcopyfoot{
        font-size: 14px;
        text-align: center;
    }
    .tpformfoot .fmtitle{
        font-size: 17px;
    }
    .tpsocifoot .sotitle{
        font-size: 17px;
    }
    .tpformfoot{
        margin-bottom: 20px;
    }
    /* <===== footer =====> */

    /* <===== vnttitle =====> */
    .vnttitle{
        margin-bottom: 18px;
    }
    .vnttitle.vcapts{
        margin-bottom: 10px;
    }
    .vnttitle, .vnttitle h1, .vnttitle h2, .vnttitle h3{
        font-size: 25px;
        line-height: 35px;
    }
    /* <===== vnttitle =====> */

    /* <===== vntcapts =====> */
    .vntcapts{
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 23px;
        text-align: justify;
        text-align-last: center;
        letter-spacing: -0.2px;
    }
    /* <===== vntcapts =====> */

    /* <===== vnttitledt =====> */
    .vnttitledt, .vnttitledt h1, .vnttitledt h2{
        font-size: 20px;
        line-height: 30px;
    }
    /* <===== vnttitledt =====> */

    /*  <===== viewall =====>  */
    .viewall a, .viewall button{
        font-size: 13px;
        line-height: 20px;
        padding: 9px 30px;
    }
    /*  <===== viewall =====>  */

    /* <==== gdmaintop ====> */
    #vnt-title{
        padding: 20px 0;
    }
    #vnt-title .tinfo{
        margin-bottom: 0;
    }
    #vnt-title .tinfo, #vnt-title .tinfo h1, #vnt-title .tinfo h2{
        font-size: 25px;
        line-height: 35px;
    }
    /* <==== gdmaintop ====> */
}
@media all and (max-width: 767px){
    
}