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: 'Comfortaa', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    min-width: 360px;
    width: 100%;
}
html::-webkit-scrollbar{
    width: 0;
    background-color: #F5F5F5;
}
html.vchange::-webkit-scrollbar{
    width: 0;
}
html::-webkit-scrollbar-thumb {
    background-color: #dddddd;
}
*:focus{
    outline: 0;
}
a:focus, button:focus, textarea:focus, select:focus, input:focus{
    outline: 0!important;
}
a, button{
    color:#fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
a:hover{
    color: #b7202f;
}
h1, h2, h3, h4, h5, h6{
    line-height: 1.4;
}
/*  */
.nicescroll-rails{
    /* opacity: 1!important; */
    z-index: 113!important;
}
#vnt-container{
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.wrapper{
    max-width:1210px;
    padding: 0px 20px;
    margin:0 auto; 
}
.wrapping{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0px 60px;
}
.wraps{
    max-width: 970px;
    margin: 0 auto;
}
/*  <===== vnt-slide =====>  */
#vnt-slide .item{
    position: relative;
}
#vnt-slide .banvdimg{
    height: 100vh;
    position: relative;
    overflow: hidden;
}
#vnt-slide .banvdimg .bg, #vnt-slide .banvdimg video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#vnt-slide .banvdimg .bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate;
}
@-webkit-keyframes immortalkenburns{
	0%{-webkit-transform:scale(1.2);-webkit-transition:-webkit-transform 20000ms linear 0ms}
	100%{-webkit-transform:scale(1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
}
@-moz-keyframes immortalkenburns{
	0%{-moz-transform:scale(1.2);-moz-transition:-moz-transform 20000ms linear 0ms}
	100%{-moz-transform:scale(1);-moz-transition:-moz-transform 20000ms linear 0ms}
}
@-ms-keyframes immortalkenburns{
	0%{-ms-transform:scale(1.2);-ms-transition:-ms-transform 20000ms linear 0ms}
	100%{-ms-transform:scale(1);-ms-transition:-ms-transform 20000ms linear 0ms}
}
@-o-keyframes immortalkenburns{
	0%{-o-transform:scale(1.2);-o-transition:-o-transform 20000ms linear 0ms}
	100%{-o-transform:scale(1);-o-transition:-o-transform 20000ms linear 0ms}
}
@keyframes immortalkenburns{
	0%{transform:scale(1.2);transition:transform 20000ms linear 0ms}
	100%{transform:scale(1);transition:transform 20000ms linear 0ms}
}
#vnt-slide .banvdimg .bg img{
    display: none;
}
#vnt-slide .banvdimg video{
    object-fit: cover;
}
#vnt-slide .slick-dots{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0 10px;
}
#vnt-slide .slick-dots li{
    padding: 0 5px;
    line-height: 0;
}
#vnt-slide .slick-dots li button{
    height: 5px;
    width: 30px;
    background-color: transparent;
    border: none;
    font-size: 0;
    position: relative;
}
#vnt-slide .slick-dots li button::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: 0.3;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#vnt-slide .slick-dots li button::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#vnt-slide .slick-dots li.slick-active button::after{
    height: 5px;
}
#vnt-slide .slick-dots li.slick-active button::before{
    height: 0;
}
/* <===== vnt-slide =====>  */

.input-group-img {
    width: 1%;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
}
.input-group-img img {
    max-width: inherit;
}
select{
    padding-left: 10px;
    padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='10' height='5' viewBox='0 0 10 5'><polygon points='0,0 10,0 5,5' style='fill: rgb(51, 51, 51)'></polygon></svg>");
    background-size: 10px 5px;
    background-position: right 15px center;
    background-repeat: no-repeat;
}
/*  <===== lazyloading =====>  */
.lazyloading{
    opacity: 0;
}
.lazy-start{
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*  <===== lazyloading =====>  */
.ctmenutabs{
    margin-bottom: 30px;
}
.menuTab{
    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;
    margin-right: -15px;
}
.menuTab ul::-webkit-scrollbar {
    height: 5px;
    background-color: transparent;
} 
.menuTab ul::-webkit-scrollbar-thumb {
    background-color: #eb1c23;
    border-radius: 25px;
}
.menuTab ul li {
    margin-right: 10px;
}
.menuTab ul li:last-child{
    margin-right: 15px;
}
.menuTab ul li a {
    display: block;
    color: #fff;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 900;
    position: relative;
    text-align: center; 
    min-width: 100px;
    background-image: url('../images/vtabh.png');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.menuTab ul li a:hover, .menuTab ul li.current a, .menuTab ul li.active a  {
    background-image: url('../images/vtabm.png');
}
.menuTab .mc-menu{
    font-size: 15px;
    line-height: 23px;
    border:solid 1px #102a83;
    color:#fff;
    padding: 10px 40px 10px 20px;
    cursor: pointer;
    position: relative;
    background-color: #102a83;
    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: #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;
    margin-bottom: 20px;
}
.date_share .ds_date {
    font-size: 13px;
    line-height: 20px;
    padding: 5px 13px;
    background: #102a83;
    color: #ffffff;
    margin-right: 20px;
    border-radius: 5px;
}
.date_share .ds_date:before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: "\f133";
    padding-right: 5px;
}
.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 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-dateall =====> */
.the-dateall{
    color: #ec1c24;
    margin-bottom: 20px;
    font-weight: 900;
}
/* <===== the-dateall =====> */

/* <===== the-content =====> */
.the-content{
    font-size: 15px;
    line-height: 30px;
}
.the-content .row{
    margin: 0 -5px;
}
.the-content .row > div{
    padding: 0 5px;
}
.the-content .tt{
    font-size: 25px;
    line-height: 35px;
}
.the-content ul{
    list-style-type: disc;
    padding-left: 15px;
}
/* <===== the-content =====> */

/* <===== vnt-menu-fixed =====> */
#vnt-menu-fixed{
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 6;
}
#vnt-menu-fixed>ul>li{
    position: relative;
    margin-bottom: 10px;
}
#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: #d10810;
    overflow: hidden;
    border-radius: 5px;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    width: 0;
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.4);
}
#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 #d10810;
    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: 45px;
    height: 45px;
    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: #666666;
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    margin-left: auto;
}
#vnt-menu-fixed>ul>li.fxphone>a{
    background-color: #d10810;
}
#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.fxchat >a{
    background-color: #d10810;
}
#vnt-menu-fixed>ul>li>a span{
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}
#vnt-menu-fixed>ul>li>a .icon{
    max-width: 18px;
}
#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 span img{
    width: 25px;
}
#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.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%);}
}
/*================*/
.vntpoptool{
    position: absolute;
    right: calc(100% + 20px);
    background-color: #222222;
    width: 250px;
    border-radius: 10px;
    box-shadow: 0 0 20px #222222;
    padding: 15px 20px;
    bottom: -10px;
    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;
}
.vntpoptool::after{
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-image: url('../images/vline.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
}
.vntpoptool::before{
    content: '';
    position: absolute;
    bottom: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #222222;
    left: 100%;
}

#vnt-menu-fixed>ul>li.active .vntpoptool{
    opacity: 1;
    transform: unset;
    pointer-events: auto;
}

.vntpoptool .irow{
    margin-bottom: 10px;
}
.vntpoptool .irow:last-child{
    margin-bottom: 0;
}
.vntpoptool .itpoptool a{
    display: flex;
    align-items: center;
    align-content: center;
    color: #fff!important;
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 22px;
}
.vntpoptool .itpoptool a:hover{

}
.vntpoptool .itpoptool a .vicon{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.vntpoptool .itpoptool a .vicon img{
    max-width: 60%;
    max-height: 60%;
}
.vntpoptool .itpoptool a .vhrung img{
    max-width: 50%;
    max-height: 50%;
}
.vntpoptool .irow:last-child .itpoptool a .vicon img{
    max-width: 55%;
    max-height: 55%;
}
.vntpoptool .itpoptool a .vtxt{
    width: calc(100% - 40px);
    padding-left: 12px;
}
#vnt-menu-fixed>ul>li.active>span{
    display: none;
}
.vntpoptool.vphone{
    width: 340px;
    padding: 0 20px;
}
.vntpoptool .prow{
    padding: 14px 0 15px;
    border-top: 1px solid #eeeeee;
}
.vntpoptool .prow:nth-child(1){
    border-top: none
}
.vvitemphone .pgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -5px;
}
.vvitemphone .pgrip > div{
    padding: 0 5px;
} 
.vvitemphone .pgrip .mcol{
    width: 155px;
}
.vvitemphone .pgrip .hcol{
    width: calc(100% - 155px);
}
.vvitemphone .ptext{
    font-size: 15px;
    line-height: 23px;
}
.vvitemphone .pnums a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #333333!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: #f6921e;
}
.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: #fff;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.support-hotline .div_title span.icon img{
    max-width: 20px;
    max-height: 20px;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}
.support-hotline .div_title span.icon i{
    font-size: 18px;
    line-height: 38px;
}
.support-hotline .div_title span.icon span{
    font-size: 10px;
    display: block;
}
.support-hotline ul li{
    position: relative;
}
.support-hotline ul li:last-child{
    margin-bottom: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.support-hotline ul li > a{
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    align-content: center;
    justify-content: center;

}
.support-hotline ul li > a i{
    font-weight: bold;
}
.support-hotline ul li > a i.fa-phone{
    font-size: 16px;
    line-height: 22px;
    color: #ffff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transform: rotate(100deg);
}
.support-hotline ul li.zaloFx a i{
    font-size: 14px;
}
@keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {transform: translate(-50%,-50%);}
    40% {transform: translate(-50%,-60%);}
    60% {transform: translate(-50%,-55%);}
}
@-webkit-keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translate(-50%,-50%);}
    40% {-webkit-transform: translate(-50%,-60%);}
    60% {-webkit-transform: translate(-50%,-55%);}
}
@-moz-keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translate(-50%,-50%);}
    40% {-moz-transform: translate(-50%,-60%);}
    60% {-moz-transform: translate(-50%,-55%);}
}
@-o-keyframes bouncez {
    0%, 20%, 50%, 80%, 100% {-o-transform: translate(-50%,-50%);}
    40% {-o-transform: translate(-50%,-60%);}
    60% {-o-transform: translate(-50%,55%);}
}
.support-hotline ul li.facebookFx a{
    background-color: #597acb; 
}
.support-hotline ul li.youtubeFx a{
    background-color: #ee3f00;
}
.support-hotline ul li.backFx a i{
    line-height: 30px;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.support-hotline{
    left: 0;
    bottom: 0;
    right: 0;
}
.support-hotline ul{
    align-items: center;
    align-content: center;  
}
.support-hotline ul li{
    text-align: center;
}
.support-hotline ul li > a{
    color: #333333;
    font-size: 13px;
    line-height: 21px;
}
.support-hotline ul li.backFx a{
    padding-left: 5px;
}
.support-hotline ul li.backFx a i{
    left: -12px;
    transform: translateY(-50%);
}
.support-hotline ul li a{
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 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: 30px;
    color: #fff;
}
.vnttitle.vnomarg{
    margin-bottom: 15px;
}
.vnttitle.vmargin{
    margin-bottom: 40px;
}
.vnttitle.vcenter{
    text-align: center;
}
.vnttitle.vcolor{
    color: #b7202f;
}
.vnttitle.vline{
    padding-bottom: 10px;
    border-bottom: 2px solid #b7202f;
}
.vnttitle, .vnttitle h1, .vnttitle h2, .vnttitle h3{
    font-size: 40px;
    line-height: 55px;
    font-weight: 900;
}
.vnttitle.vres, .vnttitle.vres h1, .vnttitle.vres h2, .vnttitle.vres h3{
    font-size: 35px;
    line-height: 50px;
}
/* <===== vnttitle =====> */

/* <===== vntcapts =====> */
.vntcapts{
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}
.vntcapts.vmargin{
    margin-bottom: 20px;
}
.vntcapts .cswrap{
    max-width: 980px;
    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{
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    padding: 7px 28px;
    border: 1px solid #b7202f;
    background-color: #b7202f;
    color: #fff;
    text-align: center;
}
.viewall a:hover, .viewall button:hover{
    background-color: #fff;
    color: #b7202f;
}
.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: #b7202f;
}
/*  <===== viewall =====>  */

/* <===== header =====>*/
.vntheader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 112;
    padding: 30px 0;
    pointer-events: none;
}
.vntheader::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
    z-index: -1;
  
}
.vhheader .grhead{
    display: flex;
    margin: 0 -10px;
    justify-content: space-between;
}
.vhheader .grhead > div{
    padding: 0 10px;
}
.tplogohead{
    max-width: 118px;
    width: 100%;
    pointer-events: auto;
}
.tpmenuhead{
    position: relative;
    pointer-events: auto;
}
.tpmenuhead .mntitle{
    padding-top: 8px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
.tpmenuhead .mntitle .vline{
    height: 14px;
    width: 48px;
    position: relative;
}
.tpmenuhead .mntitle .vline::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 2px;
    background-color: #fff;
}
.tpmenuhead .mntitle .vline::after{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 48px;
    height: 2px;
    background-color: #fff;
}
.tpmenuhead .mntitle:hover .vline::before{
    animation: vline1 1s;
    transform: rotate(-3deg)
}
.tpmenuhead .mntitle:hover .vline::after{
    animation: vline2 1s;
    transform: rotate(3deg)
}
@keyframes vline1 {
    20%,30% {
        transform: rotate(3deg)
    }

    60%,70% {
        transform: rotate(-3deg)
    }

    to {
        transform: rotate(-3deg)
    }
}
@keyframes vline2 {
    20%,30% {
        transform: rotate(-3deg)
    }

    60%,70% {
        transform: rotate(3deg)
    }

    to {
        transform: rotate(3deg)
    }
}
.tpmenuhead .mnconts{
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 112;
    max-width: 480px;
    width: 100%;
    background-image: url('../images/mnback.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 20px 20px;
    display: flex;
    align-items: center;
    align-content: center;
    transform: translateX(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}
.tpmenuhead.active .mnconts{
    transform: unset;
    pointer-events: auto;
}
.tpmenuhead .mnconts::before{
    content: '';
    position: absolute;
    top: 0;
    right: calc(100% - 2px);
    height: 100%;
    width: 100%;
    background-image: url('../images/mnlinee.png');
    background-position: right top;
    background-size: auto 100% ;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tpmenuhead .mnconts::after{
    content: '';
    position: absolute;
    top: 0;
    right: calc(100% - 1px);
    height: 100%;
    width: 100%;
    background-image: url('../images/mnbong.png');
    background-position: right top;
    background-size: auto 100% ;
    background-repeat: no-repeat;
    z-index: -2;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tpmenuhead.active .mnconts::before{
    opacity: 1;
}
.tpmenuhead.active .mnconts::after{
    opacity: 1;
}
.tpmenuhead .vvclose{
    width: 60px;
    height: 50px;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
    z-index: 2;
}
.tpmenuhead .vvclose::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(30deg);
    width: 45px;
    height: 2px;
    background-color: #fff;
    border-radius: 25px;
}
.tpmenuhead .vvclose::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    width: 45px;
    height: 2px;
    background-color: #fff;
    border-radius: 25px;
}
.tpmenuhead .vvlines{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/mnnen.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: 1;
    pointer-events: none;
}
.tpmenuhead .vvlines::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('../images/mnbackk.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.tpmenuhead.active .vvlines::before{
    height: 0;
    transition-delay: 0.3s;
}
.tpmenuhead .vvinfos{
    z-index: 2;
    position: relative;
    max-height: 100%;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
}
.tpmenuhead .vvinfos::-webkit-scrollbar{
    width: 5px;
    background-color: transparent;
}
.tpmenuhead .vvinfos::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 25px;
}
.itsubmnhead {
    text-align: center;
    margin-bottom: 25px;
}
.itsubmnhead li{
    margin-bottom: 18px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
}
.tpmenuhead.active .itsubmnhead li{
    opacity: 1;
    transform: unset!important;
}
.itsubmnhead li:nth-child(odd){
    transform: translateX(-100px);
}
.itsubmnhead li:nth-child(even){
    transform: translateX(100px);
}
.tpmenuhead.active .itsubmnhead li:nth-child(1){
    transition-delay: 0.3s;
}
.tpmenuhead.active .itsubmnhead li:nth-child(2){
    transition-delay: 0.4s;
}
.tpmenuhead.active .itsubmnhead li:nth-child(3){
    transition-delay: 0.5s;
}
.tpmenuhead.active .itsubmnhead li:nth-child(4){
    transition-delay: 0.6s;
}
.tpmenuhead.active .itsubmnhead li:nth-child(5){
    transition-delay: 0.7s;
}
.tpmenuhead.active .itsubmnhead li:nth-child(5){
    transition-delay: 0.7s;
}
.tpmenuhead.active .itsubmnhead li:nth-child(6){
    transition-delay: 0.8s;
}
.tpmenuhead.active .itsubmnhead li:nth-child(7){
    transition-delay: 0.9s;
}
.tpmenuhead.active .itsubmnhead li:nth-child(8){
    transition-delay: 1s;
}
.tpmenuhead.active .itsubmnhead li:nth-child(9){
    transition-delay: 1.1s;
}
.tpmenuhead.active .itsubmnhead li:nth-child(10){
    transition-delay: 1.1s;
}
.itlangshead{
    transform: scale(0.3);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tpmenuhead.active .itlangshead{
    opacity: 1;
    transform: scale(1);
    transition-delay: 1.1s;
}
.itsubmnhead li:last-child{
    margin-bottom: 0;
}
.itsubmnhead li a{
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}
.itsubmnhead li.current a, .itsubmnhead li:hover a{
    color: #ec1c24;
}
.itlangshead{
    display: flex;
    justify-content: center;
    align-content: center;
}
.itlangshead .lhcenter{
    padding: 20px 60px;
    background-image: url('../images/bglang.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.itlangshead ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -13px;
}
.itlangshead ul li{
    padding: 0 13px;
}
.itlangshead li a{
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    display: flex;
    align-items: center;
    align-content: center;
}
.itlangshead li.current a{
    color: #fff;
}
.itlangshead li a .xicon{
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
/* <===== header =====>*/

/* <===== footer =====> */
.vntfooter{
    padding: 30px 0 35px;
    position: relative;
    z-index: 2;
    background-image: url('../images/ftnen.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.vntfooter, .vntfooter a{
    color: #fff;
}
.vntfooter::before{
    content: '';
    position: absolute;
    bottom: calc(100% - 20px);
    width: 100%;
    height: 83px;
    background-image: url('../images/ftline.png');
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
.vntfooter::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/ftimg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    pointer-events: none;
    opacity: 0.7;
}
.vhtopfoot {
    margin-bottom: 150px;
}
.vhtopfoot .grtop{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.vhtopfoot .grtop > div{
    padding: 0 15px;
}
.vhtopfoot .grtop .mcol{
    width: 66.6666%;
}
.vhtopfoot .grtop .hcol{
    width: 33.33333%;
}
.tpaddrfoot{
    margin-bottom: 35px;
}
.tpaddrfoot .dctitle {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tpaddrfoot .dctitle, .tpaddrfoot .dctitle h2{
    font-size: 22px;
    line-height: 30px;
    font-weight: 900;
}
.tpaddrfoot .dcconts{
    font-size: 14px;
    line-height: 25px;
}
.tpaddrfoot .dcconts li{
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
}
.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: 0;
    color: #d10810;
}
.tppartfoot ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.tppartfoot ul li{
    padding: 0 20px;
}
.tppartfoot li a img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tppartfoot li a:hover img{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}
.tpfanpfoot{
    margin-bottom: 30px;
}
.tpfanpfoot .fptitle {
    margin-bottom: 15px;
}
.tpfanpfoot .fptitle, .tpfanpfoot .fptitle h3{
    font-size: 22px;
    line-height: 33px;
    font-weight: 900;
}
.tpsocifoot ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tpsocifoot ul li{
    padding: 0 5px;
}
.tpsocifoot li a{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.tpsocifoot li a img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tpsocifoot li a:hover img{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}
.vhbotfoot{
    text-align: center;
}
.vhbotfoot, .vhbotfoot a{
    color: #bbbbbb;
}
.vhbotfoot a:hover{
    color: #fff;
}
.tpcopyfoot{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
}
.tpchihfoot a{
    display: inline-block;
    text-decoration: underline;
}
/* <===== footer =====> */

/* <===== book =====>*/
.vntbooknow{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 113;
    right: 15px;
}
.vntbooknow a{
    display: block;
    max-width: 50px;
}
.vntbooknow a:hover{
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1);}
    100% { transform: scale(1); }
  }
/* <===== book =====>*/

/* <===== vhshareall =====>*/
.vhshareall{
    display: inline-block;
}
.vhshareall .shtitle{
    margin-bottom: 12px;
    font-size: 14px;
}
.vhshareall.vres ul{
    display: block;
    text-align: center;
}
.vhshareall.vres li{
    margin-bottom: 10px;
}
.vhshareall.vres li a{
    margin: 0 auto;
}
.vhshareall ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.vhshareall li{
    padding: 0 5px;
}
.vhshareall li a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #444444;
    color: #fff;
    border-radius: 100%;
}
.vhshareall li a:hover{
    border-radius: 10px;
    transform: translateY(-2px);
}
/* <===== vhshareall =====>*/

/* <===== vcheckbox =====>*/
.vcheckbox{
    display: flex;
    justify-content: center;
}
.vcheckbox label{
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    padding-left: 30px;
    position: relative;
    padding-top: 4px;
    cursor: pointer;
    font-size: 13px;
    color: #fff;
}
.vcheckbox input{
    width: 0px;
    height: 0px;
    border: none;
    top: 0px;
    left: 0;
    -webkit-appearance: checkbox!important;
    margin-left: 0;
}
.vcheckbox input[type=checkbox] {
    position: absolute;
    cursor: pointer;
}
.vcheckbox input[type=checkbox]::before{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
    border: 1px solid #cccccc;
    background-color: transparent;
}
.vcheckbox input[type=checkbox]:checked::before{
    background-color: #cccccc;
}
.vcheckbox input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 6px;
    height: 11px;
    border: solid #d10810;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: 7px;
}
.vcheckbox a{
    text-decoration: underline;
    margin-left: 5px;
}
/* <===== vcheckbox =====>*/

/* <===== vhdetailpg =====>*/
.hpdetailpg .pggrip{
    /* display: flex; */
    flex-wrap: wrap;
    /* margin: 0 -15px; */
}
.hpdetailpg .pggrip > div{
    padding: 0 15px;
}
.hpdetailpg .pggrip .mcol{
    width: 170px;
}
.hpdetailpg .pggrip .hcol{
    width: calc(100% - 170px);
}
/* <===== vhdetailpg =====>*/

/* <===== vdateall =====>*/
.vdateall{
    color: #ec1c24;
    font-size: 14px;
    line-height: 22px;
    font-weight: 900;
}
/* <===== vdateall =====>*/

/* <=== vstyregis ===> */
.vstyregis .fancybox-slide{
    padding: 10px;
}
.vstyregis .fancybox-content {
    background-color: transparent;
    margin: 0 auto;
	max-width: 850px;
}
.vstyregis .fancybox-close-small{
    right: 20px;
    top: 20px;
    height: 26px;
    width: 44px;
    background-color: transparent;
    background-image: url('../images/iclosee.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0;
    opacity: 1;
}
.vstyregis .fancybox-close-small svg{
    display: none;
}
/* <=== vstyregis ===> */

/* <=== vntpopappli ===> */
.vntpopappli{
    padding: 30px 40px 50px;
    position: relative;
    overflow: hidden;
    border: 2px solid #777777;
    background-color: #222222;
    background-image: url('../images/vpop.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
}
.vntpopappli, .vntpopappli a{
    color: #fff;
}
.vntpopappli::before{
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #777777;
    pointer-events: none;
    z-index: -1;
}
.vntpopappli .patitle {
    margin-bottom: 20px;
    text-align: center;
}
.vntpopappli .patitle, .vntpopappli .patitle h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: 900;
}
.vntpopappli .frminputs{
    margin-bottom: 20px;
}
.vntpopappli .frmchecks{
    margin-bottom: 20px;
}
.vntpopappli .frmcapcha{
    margin-bottom: 15px;
    text-align: center;
}
.vntpopappli .frmbutton{
    text-align: center;
}
.vntpopappli .frmbutton button{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    min-width: 200px;
    height: 45px;
    padding: 5px 20px;
    text-align: center;
    border: none;
    background-color: transparent;
    background-image: url('../images/lline.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    margin: 0 auto;
}
.vntpopappli .inpgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.vntpopappli .inpgrip > div{
    padding: 0 15px;
    width: 50%; 
}
.vntpopappli .inpgroup{
    margin-bottom: 12px;
}
.vntpopappli .inpgroup > label{
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.vntpopappli .inpgroup .inpgroup{
    margin-bottom: 0;
}
.vntpopappli .inpgroup > label .requied{
    color: #ec1c24;
}
.vntpopappli .inpgroup > label .vnotes{
    color: #999999;
}
.vntpopappli .inpgroup input, .vntpopappli .inpgroup select{
    width: 100%;
    height: 40px;
    border: none;
    background-color: #666666;
    color: #fff;
    padding: 0 15px;
}
.vntpopappli .inpgroup input::-webkit-input-placeholder {
    color: #fff;
}
.vntpopappli .inpgroup input:-ms-input-placeholder {
    color: #fff;
}
.vntpopappli .inpgroup input::placeholder {
    color: #fff;
}
.vntpopappli .inpgroup textarea{
    width: 100%;
    height: 120px;
    border: none;
    background-color: #666666;
    color: #fff;
    padding: 10px 15px;
    resize: none;
}
.vntpopappli .inpgroup textarea::-webkit-input-placeholder {
    color: #fff;
}
.vntpopappli .inpgroup textarea:-ms-input-placeholder {
    color: #fff;
}
.vntpopappli .inpgroup textarea::placeholder {
    color: #fff;
}
.vntpopappli .chosen-container{
    height: 40px;
    background-color: #666666;
}
.vntpopappli .chosen-container-single .chosen-single{
    background-color: #666666;
    border-radius: 0;
    color: #fff!important;
    background-image: url("../images/iselect.png");
    background-size: 9px 6px;
}
.vntpopappli .fa-clock .chosen-container-single .chosen-single{
    background-image: url("../images/iclock.png");
    background-size: 14px 15px;
    background-position: right 13px center;
    padding-right: 35px;
}
.inputfile-box {
    position: relative;
    margin-bottom: 15px;
    height: 40px;
}
.inpuFileName{
	width: 100%;
	position: relative;
}
.inpuFileName .name{
	display: inline-block;
	position: absolute;
	left: calc(90% + 60px);
	top: 50%;
	transform: translateY(-50%);
	width: 100px;
	font-size: 13px;
	color: #888888;
}
.inputfile {
    display: none!important;
}
.inputfile-box  .container {
    display: inline-block;
    width: 100%;
}
.inputfile-box label{
    width: 100%;
}
.inputfile-box .file-box {
    display: block;
    overflow: hidden;
    height: 40px;
    padding: 5px 40px 5px 15px;
    line-height: 27px;
	background-color: #666666;
    position: relative;
    width: 100%;
    cursor: pointer;
}
.inputfile-box .file-button {
    padding: 5px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0;
	width: 40px;
	height: 100%;
    text-align: center;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.vntpopappli .vvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.vntpopappli .vvgrip > div{
    padding: 0 5px;
    width: 50%;
}
.vntpopappli .inpgroup .vfrmicon{
    position: relative;
}
.vntpopappli .inpgroup .vfrmicon::before{
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.vntpopappli .inpgroup .vfrmicon input{
    padding-right: 40px;   
}
/* <=== vntpopappli ===> */

/* <=== vstycatal ===> */
.vstycatal .fancybox-slide{
    padding: 0;
}
.vstycatal .fancybox-close-small{
    width: 100%;
    height: 50px;
    background-color: transparent;
    top: 0;
    right: 0;
}
.vstycatal .fancybox-content {
    height: 100%!important;
}
.vstycatal .fancybox-close-small svg{
    display: none;
}
.vntpopcatal{
    background-color: #333333;
    min-height: 100vh;
}
.vntpopcatal .patitle{
    background-image: url('../images/bnpop.jpg');
    background-position: left top;
    background-repeat: repeat;
    background-size: cover;
    padding: 14px 25px;
    text-align: right;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    font-weight: bold;
}
.vntpopcatal .patitle span{
    display: inline-block;
    position: relative;
    padding-left: 25px;
}
.vntpopcatal .patitle span::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 15px;
    background-image: url('../images/pclose.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.vntpopcatal .paconts{
    min-height: calc(100vh - 50px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
/* <=== vstycatal ===> */
 
@media all and (max-width: 1350px){
    .wrapping{
        padding: 0px 20px;
    }
}
@media all and (max-width: 1200px){
    /* <===== header =====>*/
    /* <===== 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: #b7202f;
        padding: 9px 10px;
    }
    .support-hotline ul li > a i.fa-arrow-up{
        color: #fff;
    }
    .support-hotline .div_title span.icon, .support-hotline ul li > a{
        width: auto;
        height: auto;
    }
    .support-content.show{
        right: 50px;
    }
    .support-hotline .div_title span.icon i{
        font-size: 16px;
        line-height: 20px;
    }
    /* <==== support-hotline ====> */

    /* <==== menuTab ====> */
    .menuTab ul::-webkit-scrollbar {
        height: 0;
    } 
    /* <==== menuTab ====> */
    
    /* <===== vnt-slide =====>  */
    #vnt-slide .banvdimg{
        height: 0;
        padding-top: 52.106%;
    }
    #vnt-slide .slick-dots{
        bottom: 20px;
    }
    /* <===== vnt-slide =====>  */

    /* <===== vnttitle =====> */
    .vnttitle{
        margin-bottom: 20px;
    }
    .vnttitle.vmargin{
        margin-bottom: 30px;
    }
    .vnttitle, .vnttitle h1, .vnttitle h2, .vnttitle h3{
        font-size: 28px;
        line-height: 40px;
    }
    .vnttitle.vres, .vnttitle.vres h1, .vnttitle.vres h2, .vnttitle.vres h3{
        font-size: 25px;
        line-height: 35px;
    }
    /* <===== vnttitle =====> */

    /* <===== vntcapts =====> */
    .vntcapts{
        margin-bottom: 20px;
    }
    /* <===== vntcapts =====> */
    
    /* <===== vnttitledt =====> */
    .vnttitledt, .vnttitledt h1, .vnttitledt h2{
        font-size: 20px;
        line-height: 30px;
    }
    /* <===== vnttitledt =====> */

    /* <===== the-content =====> */
    .the-content{
        font-size: 14px;
    }
    /* <===== the-content =====> */

    /* <===== header =====>*/
    .vntheader{
        padding: 18px 0 5px;
    }
    .tplogohead{
        max-width: 68px;
    }
    .tpmenuhead .mntitle{
        padding-top: 12px;
        font-size: 11px;
    }
    .tpmenuhead .mntitle .vline{
        width: 38px;
    }
    .tpmenuhead .mntitle .vline::before{
        width: 38px;
    }
    .tpmenuhead .mntitle .vline::after{
        width: 38px;
    }
    .tpmenuhead .mnconts{
        padding: 50px 20px 20px;
    }
    .tpmenuhead .vvclose::before{
        transform: translate(-50%, -50%) rotate(40deg);
        width: 35px;
    }
    .tpmenuhead .vvclose::after{
        transform: translate(-50%, -50%) rotate(-40deg);
        width: 35px;
    }
    .tpmenuhead .vvclose{
        top: 5px;
        right: 5px;
    }
    .tpmenuhead .vvlines{
        background-image: url("../images/mnnenm.png");
    }
    /* <===== header =====>*/

    /* <===== footer =====> */
    .vhtopfoot{
        margin-bottom: 30px;
    }
    .vhtopfoot .grtop .mcol{
        width: 100%;
        margin-bottom: 30px;
    }
    .vhtopfoot .grtop .hcol{
        width: 100%;
    }
    .vhbotfoot{
        text-align: left;
    }
    /* <===== footer =====> */

    /* <===== book =====>*/
    .vntbooknow{
        right: 10px;
    }
    .vntbooknow a{
        max-width: 30px;
    }
    /* <===== book =====>*/

    /* <===== vhdetailpg =====>*/
    .hpdetailpg .pggrip{
        flex-direction: column-reverse;
    }
    .hpdetailpg .pggrip .mcol{
        width: 100%;
    }
    .hpdetailpg .pggrip .hcol{
        width: 100%;
        margin-bottom: 20px;
    }
    /* <===== vhdetailpg =====>*/

    /* <===== vhshareall =====>*/
    .vhshareall.vres{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        margin: 0 -10px;
    }
    .vhshareall.vres > div{
        padding: 0 10px;
    }
    .vhshareall.vres ul{
        display: flex;
    }
    .vhshareall.vres li{
        margin-bottom: 0;
    }
    .vhshareall .shtitle{
        margin-bottom: 0;
    }
    /* <===== vhshareall =====>*/
}
@media all and (max-width: 767px){
    /* <===== footer =====> */
    .vntfooter{
        padding: 30px 0 70px;
    }
    .vntfooter::before{
        bottom: calc(100% - 20px);
        background-image: url('../images/ftlinem.png');
    }
    .tpaddrfoot .dctitle, .tpaddrfoot .dctitle h2{
        font-size: 20px;
        line-height: 32px;
    }
    .tppartfoot ul{
        margin: 0 -15px;
    }
    .tppartfoot ul li{
        padding: 0 15px;
    }
    .tppartfoot li a{
        display: block;
        max-width: 40px;
    }
    .tpfanpfoot .fptitle, .tpfanpfoot .fptitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .tpfanpfoot{
        margin-bottom: 20px;
    }
    .tpcopyfoot{
        max-width: 290px;
    }
    /* <===== footer =====> */

    /* <=== vntpopappli ===> */
    .vntpopappli{
        padding: 32px 30px 50px;
    }
    .vstyregis .fancybox-close-small{
        width: 30px;
        height: 18px;
    }
    .vntpopappli .patitle, .vntpopappli .patitle h2{
        font-size: 22px;
        line-height: 32px;
    }
    .vntpopappli .inpgrip > div{
        width: 100%;
    }
    /* <=== vntpopappli ===> */
}
