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: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    font-weight: 400;
    min-width: 360px;
    width: 100%;
}
html::-webkit-scrollbar{
    width: 10px;
    background-color: #F5F5F5;
}
html::-webkit-scrollbar-thumb {
    background-color: #dddddd;
}
*:focus{
    outline: 0;
}
a:focus, button:focus, textarea:focus, select:focus, input:focus{
    outline: 0!important;
}
a, button{
    color:#333333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
a:hover{
    color: #005aab;
}
h1, h2, h3, h4, h5, h6{
    line-height: 1.4;
}
/*  */
#vnt-container{
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.wrapper{
    max-width: 1440px;
    padding: 0px 75px;
    margin:0 auto;
    width: 100%;
}
.wrapping{
    padding: 0px 30px;
}
.wraps{
    max-width: 1070px;
    margin: 0 auto;
}
/*  <===== gdmaintop =====>  */
.gdmaintop{
    position: relative;
}
#vnt-slide .item{
    position: relative;
}
#vnt-slide .img{
    position: relative;
}
#vnt-slide .img img{
    width: 100%;
}
.slick-slider {
    display: table;
    table-layout: fixed;
    width: 100%;
}
#vnt-title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 50px 0 80px;
}
#vnt-title::before{
    content: '';
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120%;
    z-index: -1;
    pointer-events: none;
}
#vnt-title .tinfo{
    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: 60px;
    line-height: 70px;
    font-weight: bold;
}
/*  <===== 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: #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 =====>  */

/*  <===== gdmenutab =====>  */
.gdmenutab{
    padding: 10px 0;
    background-color: #f6f6f6;
}
.gdmenutab .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;
}
.menuTab ul::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
}
.menuTab ul::-webkit-scrollbar-thumb {
    background-color: #dddddd;
}
.menuTab ul li {
    margin-right: 10px;
}
.menuTab ul li:last-child{
    margin-right: 0;
}
.menuTab ul li a {
    display: block;
    padding: 9px 20px;
    font-size: 15px;
    line-height: 22px;
    position: relative;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #fff;
}
.menuTab ul li a:hover, .menuTab ul li.current a, .menuTab ul li.active a  {
    color:#fff;
    background-color: #b51f23;
}
.menuTab .mc-menu{
    font-size: 15px;
    line-height: 22px;
    color:#fff;
    padding: 9px 40px 9px 20px;
    cursor: pointer;
    position: relative;
    background-color: #b51f23;
    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";
}
/*  <===== gdmenutab =====>  */

/* <===== 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 =====> */

/* <===== 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-content =====> */
.the-content{
    font-size: 16px;
    line-height: 30px;
}
.the-content .row{
    margin: 0 -5px;
}
.the-content .row > div{
    padding: 0 5px;
}
.the-content .tt{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: bold;
}
.the-content .tb{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px;
    font-weight: bold;
}
.the-content li{
    margin-bottom: 5px;
}
.thedish li::before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #333333;
    border-radius: 100%;
    margin-right: 10px;
    position: relative;
    top: -4px;
}
/* <===== the-content =====> */

/* <===== vnt-menu-fixed =====> */
#vnt-menu-fixed{
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 6;
    padding: 5px;
    border-radius: 45px;
    background-color: #ffffff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
#vnt-menu-fixed>ul>li{
    position: relative;
    margin-bottom: 5px;
}
#vnt-menu-fixed>ul>li:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
#vnt-menu-fixed>ul>li>span{
    position: absolute;
    white-space: nowrap;
    font-size: 15px;
    line-height: 23px;
    padding: 2px 0px;
    right:100%;
    margin-right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ffffff;
    color: #333;
    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 5px 20px 0 rgba(0, 0, 0, 0.2);
}
#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 #fff;
    border-top:solid 5px transparent;
    border-bottom:solid 5px transparent;
    display: none;
}
#vnt-menu-fixed>ul>li.fforder>span{
    border-radius: 25px;
    margin-right: 0;
    right: 5px;
}
#vnt-menu-fixed>ul>li.fforder > a{
    position: relative;
    z-index: 2;
}
#vnt-menu-fixed>ul>li.fforder:hover>span{
    padding-right: 100px;
}
#vnt-menu-fixed>ul>li:hover>span:before{
    display: block;
}
#vnt-menu-fixed>ul>li.fforder>span::before{
    display: none;
}
#vnt-menu-fixed>ul>li>a{
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #005aab;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    margin-left: auto;
}
#vnt-menu-fixed>ul>li.fxphone>a{
    background-color: #b51f23;
}
#vnt-menu-fixed>ul>li>a:hover, #vnt-menu-fixed>ul>li.active>a{
    border-radius: 5px;
}
#vnt-menu-fixed>ul>li>a>img{
    max-width: 18px;
}
#vnt-menu-fixed>ul>li.fforder>a>img{
    max-width: 18px;
    max-height: auto;
}
#vnt-menu-fixed>ul>li>a span{
    font-size: 18px;
    line-height: 30px;
}
#vnt-menu-fixed>ul>li>a .icon{
    max-width: 18px;
    width: 100%;
}
#vnt-menu-fixed>ul>li>a span.fa-concierge-bell::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
#vnt-menu-fixed>ul>li>a{
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
#vnt-menu-fixed>ul>li.fxtop >a{
    background-color: #f7f8f9;
}
@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 img{
    -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: #fff;
    width: 270px;
    border-radius: 7px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
    bottom: 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-fixed>ul>li.active .vntpoptool{
    opacity: 1;
    transform: unset;
    pointer-events: auto;
    z-index: 1;
}
.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 #fff;
    left: 100%;
}
.vntpoptool .irow{
    margin-bottom: 10px;
}
.vntpoptool .irow:last-child{
    margin-bottom: 0;
}
.vntpoptool .itpoptool a{
    display: flex;
    align-items: center;
    align-content: center;
    color: #333333!important;
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 24px;
}
.vntpoptool .itpoptool a:hover{
    color: #cb0000!important;
}
.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: 270px;
    padding: 5px 20px;
}
.vntpoptool .prow{
    padding: 12px 0;
    border-top: 1px solid #eeeeee;
}
.vntpoptool .prow:nth-child(1){
    border-top: none
}
.vvitemphone .pgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -7px;
}
.vvitemphone .pgrip > div{
    padding: 0 7px;
}
.vvitemphone .pgrip .mcol{
    width: 54px;
}
.vvitemphone .pgrip .hcol{
    width: calc(100% - 54px);
}
.vvitemphone .ptext{
    font-size: 16px;
    line-height: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #005aab;
    color: #fff;
}
.vvitemphone .ptext img{
    max-width: 18px;
}
.vvitemphone .pnums .ntext{
    font-size: 14px;
    color: #005aab;
}
.vvitemphone .pnums a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    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: #cb0000;
}
.vvitemphone .pnums a .nicon img{
    max-width: 14px;
}
/* <===== vnt-menu-fixed =====> */

/* <===== vnttitle =====> */
.vnttitle{
    margin-bottom: 20px;
}
.vnttitle.vcapts{
    margin-bottom: 8px;
}
.vnttitle.vmargin{
    margin-bottom: 30px;
}
.vnttitle.vcenter{
    text-align: center;
}
.vnttitle.vupper{
    text-transform: uppercase;
}
.vnttitle.vcolor{
    color: #005aab;
}
.vnttitle.vwhite, .vnttitle.vwhite a{
    color: #ffffff;
}
.vnttitle.vline{
    padding-bottom: 10px;
    border-bottom: 2px solid #005aab;
}
.vnttitle, .vnttitle h1, .vnttitle h2, .vnttitle h3{
    font-size: 36px;
    line-height: 55px;
    font-weight: bold;
}
.vnttitle .ttwrap{
    max-width: 880px;
    margin: 0 auto;
}
/* <===== vnttitle =====> */

/* <===== vntcapts =====> */
.vntcapts{
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 30px;
}
.vntcapts.vwhite, .vntcapts.vwhite a{
    color: #fff;
}
.vntcapts .cswrap{
    max-width: 850px;
    margin: 0 auto;
}
/* <===== vntcapts =====> */

/*  <===== vnttitleor =====>  */
.vnttitleor{
    text-align: center;
    margin-bottom: 20px;
}
.vnttitleor, .vnttitleor h1, .vnttitleor h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
}
/*  <===== vnttitleor =====>  */

/* <===== vnttitledt =====> */
.vnttitledt{
    margin-bottom: 15px;
}
.vnttitledt.vline{
    position: relative;
    padding-bottom: 15px;
}
.vnttitledt.vline::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 5px;
    background-color: #005aab;
}
.vnttitledt.vupper{
    text-transform: uppercase;
}
.vnttitledt, .vnttitledt h1, .vnttitledt h2{
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
}
/* <===== vnttitledt =====> */

/*  <===== viewall =====>  */
.viewall.vcenter{
    text-align: center;
}
.viewall a, .viewall button{
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 45px;
    border: none;
    background-color: #b51f23;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}
.viewall.vres a, .viewall.vres button{
    border-radius: 5px;
    text-transform: unset;
}
.viewall a:hover, .viewall button:hover{
    background-color: #005aab;
}
.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: #005aab;
}
/*  <===== viewall =====>  */

/* <===== header =====>*/
#vnt-header{
    position: relative;
    z-index: 112;
}
.vntheader{

}
.vhmainhead{
    background-color: #fff;
    padding: 10px 0;
    position: relative;
}
.vhmainhead::before{
    content: '';
    top: 100%;
    left: 100%;
    height: 1px;
    background-color: #e5e5e5;
}
.hpmainhead .magrip{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0 -10px;
}
.hpmainhead .magrip > div{
    padding: 0 10px;
}
.tplogohead{
    max-width: 133px;
    width: 100%;
}
.tpmainhead .vvgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -25px;
}
.tpmainhead .vvgrip > div{
    padding: 0 25px;
}
.tpfindhead{
    width: 300px;
    margin-right: 30px;
}
.tpfindhead .fipons{
    position: relative;
}
.tpfindhead .fipons input{
    width: 100%;
    height: 50px;
    padding: 0 50px 0 0;
    border: none;
    border-bottom: 1px solid #333333;
}
.tpfindhead .fipons button{
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50px;
    width: 50px;
    border: none;
    background-color: transparent;
    padding: 0;
    text-align: right;
    font-size: 20px;
}
.tplinkhead ul{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -24.5px;
}
.tplinkhead ul li{
    padding: 0 24.5px;
}
.tplinkhead li a{
    display: block;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: bold;
}
.tplinkhead li.active a, .tplinkhead li.current a, .tplinkhead li:hover a{
    color: #005aab;
}
.tplanghead ul{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -5px;
}
.tplanghead ul li{
    padding: 0 5px;
}
.tplanghead li a{
    display: block;
}
.tplanghead li a, .tplanghead li a img{
    width: 30px;
    height: 23px;
}
.tplanghead li a{
    opacity: 0.6;
}
.tplanghead li.active a, .tplanghead li:hover a{
    opacity: 1;
}
.vhmenuhead{
    background-color: #005aab;
}
.tpmenuhead > ul{
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.tpmenuhead > ul > li{
    flex-grow: 1;
    position: relative;
}
.tpmenuhead > ul > li > a{
    font-size: 15px;
    line-height: 30px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    text-align: center;
    min-height: 50px;
}
.tpmenuhead > ul > li.current > a, .tpmenuhead > ul > li:hover > a{
    background-color: #2881d2;
}
.tpmenuhead > ul > li > a img{
    max-width: 23px;
    width: 100%;
}
.tpmenuhead > ul > li > ul{
    position: absolute;
    top: 100%;
    left: 0;
    width: 270px;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity 0.2s 0s;
    transition: transform 1s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity 0.2s 0s;
}
.tpmenuhead > ul > li:hover > ul{
    opacity: 1;
    visibility: initial;
    pointer-events: auto;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
.tpmenuhead > ul > li li{
    border-bottom: 1px solid #eeeeee;
}
.tpmenuhead > ul > li li:last-child{
    border-bottom: none;
}
.tpmenuhead > ul > li li a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 15px;
    line-height: 30px;
    padding: 10px 40px 10px 15px;
    position: relative;
}
.tpmenuhead > ul > li li a::before{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    font-weight: 900;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.tpmenuhead > ul > li li a .vimg{
    width: 30px;
    height: 20px;
    min-width: 30px;
    margin-right: 20px;
}
/* <===== header =====>*/

/* <===== footer =====> */
.vntfooter{
    background-color: #005aab;
}
.vhmainfoot{
    padding: 60px 0 20px;
    border-bottom: 1px solid #1a6bb4;
}
.tpmainfoot .magrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpmainfoot .magrip > div{
    padding: 0 15px;
    width: 50%;
    margin-bottom: 30px;
}
.itmainfoot{
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}
.itmainfoot .vvgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -9.5px;
}
.itmainfoot .vvgrip > div{
    padding: 0 9.5px;
}
.itmainfoot .vvgrip .lcol{
    width: 35.963%;
}
.itmainfoot .vvgrip .rcol{
    width: calc(100% - 35.963%);
}
.itmainfoot .thumb{
    display: block;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.itmainfoot .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itmainfoot .dstitle{
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #005aab;
}
.itmainfoot .dstitle, .itmainfoot .dstitle h3{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}
.itmainfoot .dsinfos{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
}
.itmainfoot .dsinfos li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 3px;
}
.itmainfoot .dsinfos li:last-child{
    margin-bottom: 0;
}
.itmainfoot .dsinfos li::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #005aab;
}
.itmainfoot .dsmapbd a{
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 9px 19px;
    background-color: #005aab;
    color: #ffffff;
    border-radius: 5px;
}
.itmainfoot .dsmapbd a:hover{
    background-color: #2881d2;
}
.vhinfofoot{
    padding: 40px 0;
    border-bottom: 1px solid #1a6bb4;
}
.vhinfofoot, .vhinfofoot a{
    color: #fff;
}
.hpinfofoot .ifgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.hpinfofoot .ifgrip > div{
    padding: 0 10px;
}
.hpinfofoot .ifgrip .mcol{
    width: 23.054%;
}
.hpinfofoot .ifgrip .hcol{
    width: calc(100% - 23.054%);
}
.tplogofoot{
    max-width: 220px;
    margin-bottom: 25px;
}
.tpsocifoot ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tpsocifoot ul li{
    padding: 0 5px;
    margin-bottom: 10px;
}
.tpsocifoot li a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
}
.tpsocifoot li a:hover{
    border-radius: 100%;
}
.tpinfofoot .vvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpinfofoot .vvgrip > div{
    padding: 0 10px;
    width: 50%;
    margin-bottom: 15px;
}
.tpaddrfoot .dctitle{
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.tpaddrfoot .dcconts{
    font-size: 14px;
    line-height: 22px;
}
.tpaddrfoot .dcconts li{
    margin-bottom: 3px;
}
.tpaddrfoot .dcconts, .tpaddrfoot .dcconts a{
    color: #a6d5ff;
}
.tpaddrfoot .dcconts a:hover{
    color: #fff;
}
.vhcopyfoot{
    padding: 20px 0;
}
.tpcopyfoot{
    text-align: center;
}
.tpcopyfoot .copy{
    margin-bottom: 5px;
}
.tpcopyfoot, .tpcopyfoot a{
    color: #a6d5ff;
}
.tpcopyfoot a:hover{
    color: #fff;
}
/* <===== footer =====> */

/* <===== vdateall =====> */
.vdateall{
    color: #005aab;
    font-size: 15px;
    position: relative;
    padding-left: 70px;
    margin-bottom: 10px;
}
.vdateall::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 5px;
    background-color: #005aab;
}
.vdateall span{
    display: inline-block;
    position: relative;
    padding-left: 17px;
}
.vdateall span::before{
    content: '\f133';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* <===== vdateall =====> */

/* <===== vhdateline =====> */
.vdateline{
    margin-bottom: 15px;
    position: relative;
    color: #005aab;
    font-size: 14px;
    line-height: 22px;
    padding-left: 60px;
}
.vdateline::before{
    content: '';
    width: 50px;
    height: 5px;
    background-color: #005aab;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.vdateline span{
    display: block;
    padding-left: 18px;
    position: relative;
}
.vdateline span::before{
    content: "\f133";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}
/* <===== vhdateline =====> */

/* <===== vhpopregis =====> */
.vstyregis .fancybox-is-open .fancybox-bg{
    opacity: 0.7;
}
.vhpopregis{
    position: relative;
    padding: 0;
    padding-bottom: 50px;
    overflow: unset;
    background-color: transparent;
}
.vhpopregis .fancybox-close-small{
    top: unset;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    padding: 0;
    background-color: #005aab;
    color: #fff;
    border-radius: 100%;
    opacity: 1;
}
.vhpopregis .fancybox-close-small svg{
    width: 90%;
}
.tppopregis{
    padding: 30px 50px 50px;
    border-radius: 10px;
    background-color: #005aab;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
}
.tppopregis, .tppopregis a{
    color: #fff;
}
.tppopregis .vvtitle{
    text-align: center;
    text-transform: uppercase;
}
.tppopregis .vvtitle, .tppopregis .vvtitle h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.tppopregis .vvcapts{
    text-align: center;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 25px;
}
.tppopregis .ctinput{
    margin-bottom: 30px;
}
.tppopregis .ipgroup{
    margin-bottom: 15px;
}
.tppopregis .ipgroup input{
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #4d8cc4;
    font-size: 16px;
    line-height: 24px;
    background-color: transparent;
    color: #fff;
}
.tppopregis .ipgroup input::-webkit-input-placeholder {
    color: #fff;
}
.tppopregis .ipgroup input:-ms-input-placeholder {
    color: #fff;
}
.tppopregis .ipgroup input::placeholder {
    color: #fff;
}
.tppopregis .ctbuton button{
    height: 45px;
    background-color: #fff;
    color: #005aab;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
/* <===== vhpopregis =====> */

/* <=== gginfohome ===> */
.gginfohome{
    padding: 60px 0 80px;
    background-color: #005aab;
    position: relative;
    z-index: 1;
}
.gginfohome::before{
    content: '';
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    top: 0;
    background-image: url('../images/ggback.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
    min-width: 1440px;
    pointer-events: none;
    z-index: -1;
}
.hpgginfohh .ctwrap{
    max-width: 630px;
    margin: 0 auto;
}
.tpgginfohh{
    padding: 25px 35px 45px;
    background-color: #fff;
    border-radius: 10px;
}
.tpgginfohh .fminput{
    margin-bottom: 30px;
}
.tpgginfohh .ipgroup{
    margin-bottom: 15px;
}
.tpgginfohh .ipgroup > input, .tpgginfohh .ipgroup > select, .tpgginfohh .ipgroup > textarea{
    width: 100%;
    height: 55px;
    border: none;
    border-bottom: 1px solid #dddddd;
    padding: 0 16px;
    font-size: 16px;
    line-height: 24px;
}
.tpgginfohh .fmbuton button{
    height: 45px;
    border: none;
    text-align: center;
    background-color: #005aab;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    border-radius: 5px;
    width: 100%;
}
.tpgginfohh .fmbuton button:hover{
    background-color: #b51f23;
}
.tpgginfohh .lbtext{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    font-weight: bold;
}
.tpgginfohh .ifgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tpgginfohh .ifgrip > div{
    padding: 0 5px;
    width: calc(100% / 3);
}
.tpgginfohh .itexts{
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    color: #005aab;
}
/* <=== gginfohome ===> */

/* <=== vcheckmm ===> */
.vcheckmm {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 9px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.vcheckmm input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.vcheckmm .vcheck {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 100%;
}
.vcheckmm input:checked ~ .vcheck {
    background-color: #005aab;
}
.vcheckmm .vcheck:after {
    content: "";
    position: absolute;
    display: none;
}
.vcheckmm input:checked ~ .vcheck:after {
    display: block;
}
.vcheckmm .vcheck:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* <=== vcheckmm ===> */

/* <=== vcheckhh ===> */
.vcheckhh {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.vcheckhh input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.vcheckhh .vcheck {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eeeeee;
    border-radius: 3px;
}
.vcheckhh:hover input ~ .vcheck {
    background-color: #eeeeee;
}
.vcheckhh input:checked ~ .vcheck {
    background-color: #005aab;
}
.vcheckhh .vcheck:after {
    content: "";
    position: absolute;
    display: none;
}
.vcheckhh input:checked ~ .vcheck:after {
    display: block;
}
.vcheckhh .vcheck:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* <=== vcheckhh ===> */

/* <=== iiinfohome ===> */
.iiinfohome{
    padding: 70px 0 80px;
    background-color: #ebf6ff;
}
.itiiinfohh .thumb{
    position: relative;
    max-width: 140px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.itiiinfohh .thumb .timg{
    width: 140px;
    height: 140px;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    border: 10px solid #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 90, 171, 0.2);
}
.itiiinfohh .thumb .timg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itiiinfohh .thumb .tquo{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #b51f23;
    border-radius: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.itiiinfohh .thumb .tquo img{
    max-width: 16px;
    width: 100%;
}
.itiiinfohh .decss{
    text-align: center;
}
.itiiinfohh .dsname{
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #005aab;
}
.itiiinfohh .dscomm{
    font-size: 15px;
    line-height: 25px;
}
/* <=== iiinfohome ===> */

/* <===== vhshareall =====> */
.vhshareall{
    padding: 20px 0 30px;
    border-top: 1px solid #eeeeee;
}
.tpshareall ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -5px;
}
.tpshareall ul li{
    padding: 0 5px;
    margin-bottom: 5px;
}
.tpshareall li a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
}
.tpshareall li a:hover{
    border-radius: 100%;
}
/* <===== vhshareall =====> */

/* <===== vcheckbox =====> */
.vcheckbox{
    display: inline-block;
    position: relative;
    margin: 3px 0;
}
.vcheckbox label{
    font-weight: 400;
    padding-left: 30px;
    position: relative;
    padding-top: 4px;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
}
.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: #fff;
    border-radius: 3px;
}
.vcheckbox input[type=checkbox]:checked::before{
    background-color: #003f8d;
    border-color: #003f8d;
}
.vcheckbox input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 6px;
    height: 11px;
    border: solid #fff;
    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{
    margin: 0 5px;
    color: #003f8d;
}
/* <===== vcheckbox =====> */

/* <===== vstymaps =====> */
.vstymaps .fancybox-slide{
    padding: 0;
}
.vstymaps .fancybox-toolbar{
    opacity: 1;
    visibility: unset;
}
.vstymaps .fancybox-button{
    background-color: #005aab;
    color: #fff;
    padding: 0;
    opacity: 1;
}
/* <===== vstymaps =====> */

@media all and (min-width: 992px){
    /* <=== vnt-tool ===> */
    #vnt-menu-fixed{
        transform: translateX(120%);
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    #vnt-menu-fixed.active{
        transform: unset;
    }
    /* <=== vnt-tool ===> */

    /* <=== iiinfohome ===> */
    .sliiinfohh .slick-arrow{
        top: 50%!important;
        transform: translateY(-50%)!important;
    }
    /* <=== iiinfohome ===> */
}
@media all and (max-width: 1350px){
    .wrapping, .wrapper{
        padding: 0px 20px;
    }
}
@media all and (max-width: 1200px){
    /* <===== header =====>*/
    .tpmainhead .vvgrip{
        margin: 0 -15px;
    }
    .tpmainhead .vvgrip > div{
        padding: 0 15px;
    }
    .tplinkhead ul{
        margin: 0 -15px;
    }
    .tplinkhead ul li{
        padding: 0 15px;
    }
    .tpfindhead{
        margin-right: 0;
        width: 250px;
    }
    /* <===== header =====>*/
}
@media all and (max-width: 991px){
    /* <===== vnt-menu-fixed =====> */
    #vnt-menu-fixed{
        top: unset;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
    }
    #vnt-menu-fixed > ul{
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        margin: 0 -2.5px;
    }
    #vnt-menu-fixed>ul>li{
        margin-bottom: 0;
        padding: 0 2.5px;
    }
    #vnt-menu-fixed>ul>li{
        position: static;
    }
    .vntpoptool{
        right: unset;
        left: 50%;
        transform: translateX(-50%)!important;
        bottom: calc(100% + 10px);
        width: 270px;
    }
    .vntpoptool::before{
        border-bottom: none;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #fff;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .fxphone .vntpoptool::before{
        margin-left: -50px;
    }
    #vnt-menu-fixed>ul>li>span{
        display: none;
    }
    #vnt-menu-fixed>ul>li>a{
        height: 40px;
        width: 40px;
        border-radius: 100%!important;
    }
    #vnt-menu-fixed>ul>li>a .icon{
        max-width: 18px;
    }
    /* <==== vnt-menu-fixed ====> */

    /*  <===== gdmenutab =====>  */
    .menuTab ul::-webkit-scrollbar {
        height: 0;
    }
    .menuTab ul{
        margin: 0 -20px;
    }
    .menuTab ul li:first-child{
        margin-left: 20px;
    }
    .menuTab ul li:last-child{
        margin-right: 20px;
    }
    /*  <===== gdmenutab =====>  */

    /* <===== vnttitle =====> */
    .vnttitle, .vnttitle h1, .vnttitle h2, .vnttitle h3{
        font-size: 28px;
        line-height: 36px;
    }
    /* <===== vnttitle =====> */

    /*  <===== vnttitleor =====>  */
    .vnttitleor, .vnttitleor h1, .vnttitleor h2{
        font-size: 25px;
        line-height: 35px;
    }
    /*  <===== vnttitleor =====>  */

    /* <===== vntcapts =====> */
    .vntcapts{
        margin-bottom: 25px;
        font-size: 15px;
        line-height: 25px;
    }
    /* <===== vntcapts =====> */

    /* <===== vnttitledt =====> */
    .vnttitledt, .vnttitledt h1, .vnttitledt h2{
        font-size: 30px;
        line-height: 40px;
    }
    /* <===== vnttitledt =====> */

    /* <===== header =====>*/
    #vnt-header{
        position: relative;
        z-index: 112;
        min-height: 60px;
    }
    .vntheader{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    .vhmainhead{
        padding: 4.5px 0;
        border-bottom: 1px solid #e5e5e5;
    }
    .hpmainhead .magrip .mcol{
        width: calc((100% - 103px) /2);
    }
    .hpmainhead .magrip .hcol{
        width: 103px;
    }
    .hpmainhead .magrip .bcol{
        width: calc((100% - 103px) /2);
    }
    .tplogohead{
        max-width: 83px;
    }
    .tpfindhead{
        width: auto;
    }
    .tpfindhead .fititle{
        font-size: 23px;
    }
    .tpfindhead .ficonts{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 20px 20px 45px;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .tpfindhead.active .ficonts{
        opacity: 1;
        pointer-events: auto;
    }
    /* <===== header =====>*/

    /* <===== footer =====> */
    .vntfooter{
        padding-bottom: 60px;
    }
    .vhmainfoot{
        padding: 30px 0 40px;
    }
    .itmainfoot{
        padding: 10px 10px 27px;
    }
    .itmainfoot .thumb{
        padding-top: 65.56%;
    }
    .itmainfoot .vvgrip .lcol{
        width: 100%;
        margin-bottom: 12px;
    }
    .itmainfoot .vvgrip .rcol{
        width: 100%;
    }
    .itmainfoot .decss{
        padding: 0 10px;
    }
    .hpinfofoot .ifgrip .mcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .hpinfofoot .ifgrip .hcol{
        width: 100%;
    }
    .vhinfofoot{
        padding: 25px 0 15px;
    }
    .tplogofoot{
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .tpsocifoot ul{
        justify-content: center;
    }
    /* <===== footer =====> */

    /*  <===== gdmaintop =====>  */
    #vnt-title{
        padding: 20px 0;
    }
    #vnt-title .tinfo, #vnt-title .tinfo h1, #vnt-title .tinfo h2{
        font-size: 25px;
        line-height: 35px;
    }
    /*  <===== gdmaintop =====>  */

    /* <===== the-content =====> */
    .the-content{
        font-size: 15px;
        line-height: 25px;
    }
    .the-content .tt{
        font-size: 18px;
        line-height: 25px;
    }
    .the-content .tb{
        font-size: 22px;
        line-height: 30px;
    }
    /* <===== the-content =====> */

    /* <=== gginfohome ===> */
    .gginfohome{
        padding: 35px 0 55px;
    }
    .gginfohome::before{
        left: -58%;
        bottom: 30px;
    }
    .tpgginfohh{
        padding: 35px 20px 42px;
    }
    .tpgginfohh .ipgroup input, .tpgginfohh .ipgroup select, .tpgginfohh .ipgroup textarea{
        height: 50px;
        font-size: 15px;
    }
    .tpgginfohh .ifgrip > div{
        width: 50%;
    }
    /* <=== gginfohome ===> */

    /* <=== iiinfohome ===> */
    .iiinfohome{
        padding: 40px 0 50px;
    }
    /* <=== iiinfohome ===> */
}
@media all and (max-width: 767px){
    /* <===== footer =====> */
    .tpinfofoot .vvgrip > div{
        width: 100%;
    }
    /* <===== footer =====> */

    /* <===== vhpopregis =====> */
    .tppopregis{
        padding: 20px 20px 30px;
    }
    .tppopregis .vvtitle{
        margin-bottom: 5px;
    }
    .tppopregis .vvtitle, .tppopregis .vvtitle h2{
        font-size: 25px;
        line-height: 30px;
    }
    .tppopregis .vvtitle span{
        display: block;
    }
    .tppopregis .vvcapts{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .tppopregis .ipgroup{
        margin-bottom: 10px;
    }
    .tppopregis .ipgroup input{
        height: 45px;
        font-size: 15px;
        line-height: 25px;
    }
    /* <===== vhpopregis =====> */

    /* <=== gginfohome ===> */
    .gginfohome::before{
        left: -138%;
    }
    .tpgginfohh .ifgrip > div{
        width: 100%;
    }
    /* <=== gginfohome ===> */

    /* <=== iiinfohome ===> */
    .sliiinfohh .slick-prev{
        left: 5px!important;
    }
    .sliiinfohh .slick-next{
        right: 5px!important;
    }
    /* <=== iiinfohome ===> */

    /* <===== vcheckbox =====> */
    .itrecumebd .vcheck{
        text-align: left;
    }
    /* <===== vcheckbox =====> */
}
