.vnt-menutop > ul > li.submenu::after, .vnt-menutop > ul > li > a::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f107';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}
.w-fixed-menu{
    height: 40px;
}
.fixed-menu{
    height: 40px;
    border-top: 0 solid #d82727;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    background: #d82727;
}
.fixed-menu.active{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.fixed-menu .wrapper{
    position: relative;
}
.fixed-menu .vnt-fixed-menu{
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
}
.vnt-fixed-menu > ul:after{
    display: block;
    content: '';
    clear: both;
}
.vnt-fixed-menu > ul > li{
    float: left;
    margin-right: 1px;
    position: relative;
}

.vnt-fixed-menu > ul > li.submenu a {
    padding-right: 20px;
    position: relative;
}
.vnt-fixed-menu > ul > li.submenu >a::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f107';
    right: 5px;
    top: 10px;
    font-size: 16px;
}
.vnt-fixed-menu > ul > li > a{
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 8px;

    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;
}
.vnt-fixed-menu > ul > li.current > a,
.vnt-fixed-menu > ul > li:hover > a{
    background: #fbac09;
    color: #ffffff;
}
.vnt-fixed-menu > ul > li > a > .fas{
    font-size: 14px;
    line-height: 20px;
    font-weight: 900;
    padding: 0 5px;
}
.vnt-fixed-menu ul ul{
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    width: 200px;
    border-bottom: 3px solid #d82727;
    background: #f1f1f1;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.vnt-fixed-menu ul li:hover > ul{
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.vnt-fixed-menu ul ul li{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: relative;
}
.vnt-fixed-menu ul ul li.has-sub {
    padding-right: 15px;
}
.vnt-fixed-menu ul ul li.has-sub::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0da';
    right: 7px;
    top: 10px;
}
.vnt-fixed-menu ul ul li a{
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.vnt-fixed-menu ul ul li:hover > a{
    padding: 10px 7px 10px 23px;
    color:#d82727 ;
}
.vnt-fixed-menu ul ul ul{
    top: 0;
    left: 100%;
    -webkit-transform: translate(40px, 0);
    -moz-transform: translate(40px, 0);
    -ms-transform: translate(40px, 0);
    -o-transform: translate(40px, 0);
    transform: translate(40px, 0);
}
.vnt-menutop > ul > li.submenu, .vnt-menutop > ul > li > a{
    padding-right: 15px;
    position: relative;
}

.vhheader .grhead{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.vhheader .grhead > div{

}
.vhheader .grhead .colm{
    width: 200px;
}
.vhheader .grhead .colh{
    width: 33px;
}
.vhheader .grhead .colb{
    width: 170px;
}
.vhheader .grhead .colt{
    width: calc(100% - 917px);
}
.vhheader .grhead .coln{
    width: 515px;
}
.vhheader .vnt-menubar .bar-title{
    margin-right: 0;
}
.vhheader .vnt-menutop > ul > li{
    margin: 0;
}
#vnt-header .vhheader .logo{
    max-width: 150px;
    width: 100%;
    height: auto;
    padding: 0;
    float: none;
    margin-right: 0;
}
.vhheader .vnt-menutop > ul:after{
    display: none;
}
.vhheader .vnt-menutop > ul > li > a{
    display: inline-block;
    max-width: 95%;
}
.vhheader .vnt-menutop > ul > li > a span{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.vhheader .vnt-menutop > ul > li, #vnt-header .vhheader .vnt-menubar{
    float: none;
}
.vnt-menunew > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.vnt-menunew > ul > li{
    width: 33.3333%;
    margin: 2.5px 0;
    position: relative;
}
.vnt-menunew > ul > li > a{
    display: flex;
    align-items: center;
    align-content: center;
    font-weight: bold;
}
.vnt-menunew > ul > li > a img{
    width: 22px;
    height: 22px;
    border-radius: 100%;
    overflow: hidden;
}
.vnt-menunew > ul > li > a span{
    display: inline-block;
    position: relative;
    padding-left: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 30px);
}
.vnt-menunew > ul > li.menu-item-has-children > a::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f107';
    margin-left: 5px;
    font-size: 16px;
}
.vnt-menunew ul li ul{
    position: absolute;
    top: calc(100% + 7px);
    left: 0;
    width: 210px;
    background: #ffffff;
    border: 1px solid #ededed;
    -webkit-box-shadow: 3px 3px 3px rgb(0 0 0 / 5%);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 3px 3px rgb(0 0 0 / 5%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.vnt-menunew ul li ul::before{
    content: '';
    position: absolute;
    top: -7px;
    width: 100%;
    height: 7px;
    background-color: transparent;
}
.vnt-menunew ul li:hover ul{
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.vnt-menunew li ul li{
    border-bottom: 1px solid #ededed;
    position: relative;
}
.vnt-menunew li ul li a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 15px;
    line-height: 25px;
    padding: 10px 15px;
    color: #333333;
    position: relative;
}
.vnt-menunew li ul li a img{
    width: 22px;
    height: 22px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 10px;
}
.vnt-menunew li ul li a span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 32px);
    display: block;
}
.vnt-menunew li ul li:hover a{
    background: #f6f6f6;
}
.vnt-search{
    max-width: calc(100% - 15px);
}
.vnt-search .seponsi{
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
}
.vnt-search .seponsi input{
    width: calc(100% - 60px);
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
    padding: 0 12px;
    outline: none;
}
.vnt-search .seponsi button{
    height: 40px;
    width: 60px;
    border: none;
    background-color: #d82727;
    color: #fff;
    text-align: center;
}
.wrapper{
    max-width: 1245px;
}
.hiddenpc{
    display: none;
}
.hiddenmb{
    display: block;
}
/* =====searchTop=====  */
.searchTop {
    z-index: 3;
    text-align: center;
}
.searchTop .icon {
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
    position: relative;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 40px;
    height: 40px;
    background-color: #d82727;
}

.searchTop .icon span{
    line-height: 20px;
    font-size: 16px;
}
.searchTop .icon span.icon-closex{
    height: 2px;
    width: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #fff;
    opacity: 0;
}
.searchTop.active .icon span.icon-closex{
    opacity: 1;
}
.searchTop.active .icon span.fa-search{
    opacity: 0;
}
.searchTop .icon span.icon-closex::before{
    content: '';
    position: absolute;
    transform: rotate(90deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 25px;
    height: 2px;
    left: 0;
    top: 0;
    background-color: #fff;
}
.searchTop .popup {
    position: absolute;
    background: #eff1f4;
    padding: 5px;
    right: 0;
    top: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 3;
    width: 100%;
    max-width: 500px;
    opacity: 0;
    visibility: hidden;
    padding: 20px 20px 30px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.searchTop.active .popup {
    opacity: 1;
    visibility: initial;
    width: 100%;
    opacity: 1;
    visibility: initial
}
.searchTop .popup input {
    width: 100%;
    border: none;
    padding: 10px;
    padding-right: 50px;
    background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    outline: 0;
}
.searchTop input::-webkit-input-placeholder { /* Edge */
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

.searchTop input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

.searchTop input::placeholder {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}
.searchTop .popup form{
    position: relative;
}
.searchTop .popup button {
    position: absolute;
    right: 0px;
    top: 0;
    width: 40px;
    background: none;
    border: none;
    font-size: 20px;
    line-height: 28px;
    color: #333333;
    width: 40px;
    height: 46px;
    color: #d82727;
}
#vnt-header .logo img{
    max-height: 100%;
}

.menu_mobile .divmm .mmContent .mmMenu ul.mmMain > li.current > .m-sub, .menu_mobile .divmm .mmContent .mmMenu ul.mmMain > li.current > a {
    background: #931211;
    color: #ffffff;
}

.menu_mobile .divmm .mmContent .mmMenu .vhreset ul.mmMain li a{
    text-transform: unset;
    display: flex;
    align-items: center;
    align-content: center;
}
.menu_mobile .divmm .mmContent .mmMenu .vhreset ul.mmMain li a img{
    width: 22px;
    margin-right: 8px;
}
.menu_mobile.menu_2 .divmm .mmContent .mmMenu .m-ab .m-ab-title a img{
    display: none;
}
.vhreset{
    margin-bottom: 30px;
}
.vnt-menubar .bar-content{
    pointer-events: none;
}
.vnt-menubar:hover .bar-content{
    pointer-events: auto;
}

.box-style .bs_title.ttreset{
    padding-left: 45px;
    position: relative;
    padding-bottom: 10px;
}
.box-style .bs_title.ttreset .icon{
    position: absolute;
    top: 2px;
    left: 0;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #fff;
}
.list-link ul li a{
    font-weight: bold;
}

.vhlinksub > ul > li > a, .vhlinksub > ul > li > .m-sub > a{
    display: block;
    position: relative;
}
.vhlinksub > ul > li > .m-sub > a{
    padding-right: 40px;
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vhlinksub > ul > li > .m-sub{
    position: relative;
}
.vhlinksub > ul > li > .m-sub .button-submenu{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    cursor: pointer;
}
.vhlinksub > ul > li > .m-sub .button-submenu::before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f107';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}
.vhlinksub > ul > li.active > .m-sub .button-submenu::before{
    content: '\f106';
    color: #d82727;
}
.vhlinksub ul li a:after{
    display: none;
}
.vhlinksub ul li ul li{
    border-bottom: none;
}
.vhlinksub ul li ul{
    padding-bottom: 10px;
    display: none;
}
.vhlinksub ul li ul li a{
    display: block;
    padding: 6px 10px 6px 30px;
    font-weight: 400;
}
.likallsub a{
    padding: 10px 40px 10px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    background: #f6f6f6;
    position: relative;
    font-weight: bold;
    border-top: 1px solid #ffffff;
    color: #d82727;
}
.likallsub a::before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f107';
    top: 50%;
    right: 15px;
    transform: translate(0%, -50%);
    font-size: 16px;
    color: #333333;
}
.likallsub.active a::before{
    content: '\f106';
}
.likallsub a.lkshow .clshow{
    display: block;
}
.likallsub a.lkshow .clhiden{
    display: none;
}
.likallsub.active a.lkshow .clshow{
    display: none;
}
.likallsub.active a.lkshow .clhiden{
    display: block;
}
.cclinkview{
    max-width: 480px;
    margin-bottom: 15px;
    background-color: #edf6ff;
}
.cclinkview .vname{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 50px 8px 20px;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.cclinkview.active .vname .vshow{
    display: none;
}
.cclinkview.active .vname .vhide{
    display: inline-block;
}
.cclinkview .vname .vshow{
    display: inline-block;
}
.cclinkview .vname .vhide{
    display: none;
}

.cclinkview .vhlink{
    padding: 12px 20px;
}
.cclinkview .vhlink ul{
    padding: 5px 0 0 15px;
    margin-left: 0;
}
.cclinkview .vhlink li{
    list-style-type: disc;
    margin-bottom: 5px;
}
.cclinkview .vhlink > ul > li{
    font-weight: bold;
}
.cclinkview .vhlink > ul > li ul{
    font-weight: 400;
}
.list-link ul li.isubhi{
    display: none;
}
.vhcustomlk.active .list-link ul li.isubhi{
    display: block;
}

/* ==================== */
.vhgrtour{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-bottom: 20px;
}
.vhgrtour > div{
    padding: 0 10px;
    margin-bottom: 20px;
    width: 25%;
}

.viewall.vcenter{
    text-align: center;
}
.viewall.vmargintop{
    margin-top: 10px;
}
.viewall a{
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    background-color: #eeeeee;
    padding: 9px 35px;
}
.viewall a:hover{
    background-color: #d82727;
    color: #fff;
}
.viewall a span{
    display: inline-block;
    position: relative;
    padding-right: 20px;
}
.viewall a span::before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 0;
    font-size: 16px;
}

.vhmenuFx a{
    border: 1px solid #1575c5;
    color: #1575c5!important;
    background-color: #fff;
}
.hpmenufix{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 112;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transform: scale(0);
    transition-delay: 0.3s;
    width: 0%;
    color: #333333;
}
.hpmenufix.active{
    width: 100%;
    transform: scale(1);
    transition-delay: 0.3s;
}
.hpmenufix .ttmenu{
    padding: 20px 60px 20px 15px;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.hpmenufix .ttmenu i{
    margin-right: 15px;
}
.hpmenufix .clmenu{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 20px;
}

.hpmenufix li a{
    font-weight: bold;
    display: block;
    position: relative;
    padding: 10px 20px;
    padding-left: 35px;
}
.hpmenufix.vres li a{
    padding-left: 20px;
}
.hpmenufix li a::before{
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #333333;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
}
.hpmenufix.vres li a::before{
    display: none;
}
.hpmenufix li li a{
    padding-left: 55px;
}
.hpmenufix li li a::before{
    left: 35px;
}
.hpmenufix li > a{
    position: relative;
}
.hpmenufix li > a::after{
    content: '';
    background-color: #d82727;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    bottom: 0;
    z-index: -1;
}
.hpmenufix li.current > a{
    color: #fff;
}
.hpmenufix li.current > a::after{
    width: 100%;
}
.hpmenufix li.current > a::before{
    background-color: #fff;
}

.vvlinkview{
    margin-bottom: 15px;
    background-color: #edf6ff;
}
.vvlinkview .vname{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 50px 8px 20px;
    position: relative;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    text-align: center;
}
.vvlinkview .vhlink{
    padding: 10px 20px;
}
.vvlinkview .vhlink ul{
    padding: 5px 0 0 15px;
    margin-left: 0;
    list-style: disc;
}
.vvlinkview .vhlink li{
    list-style-type: disc;
    margin-bottom: 5px;
}
.vvlinkview .vhlink li.current, .vvlinkview .vhlink li.current a{
    color: #d82929;
}
.vhtabtour .vvtitle{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fbac09;
    color: #d82727;
}
.vhtabtour{
    margin-bottom: 20px;
}
.vhtabtour .vvtitle .icon{
    margin-right: 10px;
    color: #fbac09;
    width: 22px;
}

.hpviewcon{

}
.hpviewcont .thecontent{
    margin-bottom: 10px;
    position: relative;
}
.hpviewcont .thecontent::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.hpviewcont.active .thecontent::before{
    height: 44px;
}
.hpviewcont .dsview{
    text-align: center;
}
.vhviewtt > div{
    display: none;
}
.vhviewtt a{
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #d82727;
    display: inline-block;
    padding-right: 15px;
    position: relative;
}
.vhviewtt a::before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}
.vhviewtt .showview a::before{
    content: '\f107';
}
.vhviewtt .hideview a::before{
    content: '\f106';
}
.thecontent{
    font-size: 14px;
    line-height: 22px;
}
.lsitemfaq{
    background-color: #f9f9f9;
}
.vhitemfaq{
    padding: 0 15px 5px 20px;
    border-bottom: 1px solid #fff;
}
.vhitemfaq .mctitle{
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    padding: 15px 0 10px;
    padding-right: 30px;
    cursor: pointer;
    color: #333333;
}
.vhitemfaq .mctitle::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    height: 1px;
    width: 17px;
    background-color: #333333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vhitemfaq .mctitle::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    height: 17px;
    width: 1px;
    background-color: #333333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vhitemfaq.active .mctitle::before{
    background-color: #d82929;
    transform: translateY(-50%) rotate(45deg);
}
.vhitemfaq.active .mctitle::after{
    background-color: #d82929;
    transform: translateY(-50%) rotate(-135deg);
}

.vhitemfaq .mctitle .icon{
    width: 24px;
    height: 24px;
    background-color: #fbac09;
    color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.vhitemfaq .mctitle .txt{
    width: calc(100% - 24px);
    padding-left: 15px;
}
.vhitemfaq .mccont{
    padding: 0 0 10px 40px;
    display: none;
    color: #666666;
}
.vhitemfaq .mctitle .txt, .vhitemfaq .mctitle .txt h3{
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
}

.itreviewfaq{
    margin-bottom: 30px;
}
.itreviewfaq:last-child{
    margin-bottom: 0;
}
.itreviewfaq.mb30:last-child{
    margin-bottom: 30px;
}
.itreviewfaq .rftitle{
    margin-bottom: 15px;
}
.itreviewfaq .rftitle h3{
    margin: 0;
}
.itreviewfaq .rftitle, .itreviewfaq .rftitle h3{
    color: #d82727;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    text-transform: uppercase;
}

.box-detail {
    padding: 24px;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
}
.box-detail.p0{
    padding: 0;
}
.box-detail.p15 {
    padding: 15px;
}
.list-comments .item {
    border-bottom: 1px solid #dddddd;
    padding: 15px;
}
.list-comments .item:last-child {
    border-bottom: 0;
}
.comment-info {
    margin-bottom: 10px;
}
.comment-info:after {
    display: block;
    content: "";
    clear: both;
}
.comment-info .info-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}
.list-comments img {
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
    max-width: 82px;
}
.comment-info .info-img img {
    margin: 0;
}
.comment-info .info-text {
    float: right;
    width: calc(100% - 60px);
    padding-left: 10px;
    padding-top: 5px;
}
.fiter-comments:after {
    display: block;
    content: "";
    clear: both;
}
.fiter-comments .item {
    float: left;
    width: 50%;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    position: relative;
}
.fiter-comments .item:nth-child(2n) {
    border-right: 0;
}
.fiter-comments .item .i-title {
    height: 66px;
    position: relative;
    cursor: pointer;
    padding: 10px 55px;
    font-size: 14px;
    line-height: 22px;
}
.fiter-comments .item .i-title div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fiter-comments .item .i-title:before {
    position: absolute;
    top: 50%;
    left: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    transform: translate(0,-50%);
}
.fiter-comments .item .i-title:after {
    position: absolute;
    top: 50%;
    right: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f078";
    font-size: 16px;
    line-height: 24px;
    transform: translate(0,-50%);
}
.fiter-comments .item .i-content {
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    background: #ffffff;
    border: 1px solid #dddddd;
    padding: 10px;
    display: none;
}
.fiter-comments .item.active .i-content {
    display: block;
}

.rowflex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.cricleDG{
    width: 130px;
    height: 130px;
    margin: 0 auto;
    padding: 32px 15px;
}
.cricleDG:before{
    border: 6px solid #dddddd;
}
.cricleDG .status{
    font-size: 17px;
    line-height: 24px;
}
.viewpop a{
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background-color: #d82727;
    padding: 9px 10px;
    border-radius: 3px;
    color: #fff;
}

.css_mota .fancybox-close{
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background: transparent;
}
.css_mota .fancybox-close:before{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 25px;
    line-height: 30px;
    font-family: "Font Awesome 5 Free";
    content: '\f00d';
    font-weight: bold;
    color: #ffffff;
}

.vhtourview .hpcontview ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.vhtourview .hpcontview ul li{
    width: 50%;
    padding: 0 25px;
}
.vhtourview .hpcontview li a{
    display: block;
    padding: 10px 0 10px 20px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.vhtourview .hpcontview li a span{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.vhtourview .hpcontview li a:hover{
    color: #d82727;
}
.vhtourview .hpcontview li:last-child a, .vhtourview .hpcontview li:nth-last-child(2) a{
    border-bottom: none;
}
.vhtourview .hpcontview li a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #d82727;
}

.slide-info{
    margin-bottom: 25px;
}
.slide-info  .slick-slide {
    outline:none !important;
}

#slideImgFor{
    margin-bottom: 10px;
}
#slideImgFor .item{
    opacity: 0;
}
#slideImgFor.slick-slider .item{
    opacity: 1;
} 
#slideImgFor .img img{
    width: 100%;
}
#slideImgNav .slick-list{
    margin:0 -5px;

}
#slideImgNav .item{
    padding: 0 5px;
     cursor: pointer;
}
#slideImgNav .img{
    border:solid 1px rgba(0,0,0,0.1);

}
#slideImgNav .slick-slide.slick-current .img{
    border-color: #e0493e;
}
#slideImgNav .img img{
    width: 100%;
}

#slideImgFor.slick-slider .slick-arrow {
    width:45px;
    height:45px;
    background: rgba(0,0,0,0.4);
    border:none;
    position: absolute;
    top: 50%;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color:#ffffff;
}
#slideImgFor.slick-slider .slick-arrow:hover {
    background: #d82727;
}
#slideImgFor.slick-slider .slick-arrow:after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '';
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
#slideImgFor.slick-slider .slick-arrow:hover:after {
    color: #ffffff;
}
#slideImgFor.slick-slider .slick-prev {
    left: 0;
}
#slideImgFor.slick-slider .slick-next {
    right: 0;
}
#slideImgFor.slick-slider .slick-prev:after {
    content: "\f053";
    margin-left: -1px;
}
#slideImgFor.slick-slider .slick-next:after {
    content: "\f054";
    margin-right: -1px;
}


.slide-nav {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin:0 -5px;
    flex-wrap: wrap;
}
.slide-nav #slideImgNav {
     width:60%;
     padding: 0 5px;
}

.slide-nav > div.slide-nav-item{ 
    width:20%;
    padding: 0 5px;
}

.slide-info .img.more a{
    display: block;
    background: #000000;
    height: 100%;
    position: relative;
    font-size: 20px;
    line-height: 30px;
}
.slide-info .img.more a img{
    opacity: 0.6;
}
.slide-info .img.more a span{
    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%);
    color:#ffffff;
    z-index: 1;
}

#slideImgFor .img.more a span {
    color: #f5f5f5;
    padding: 5px 10px;
    border: 1px solid #f5f5f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.img.video {
    display: block;
    background: #000000;
    height: 100%;
    position: relative;
    font-size: 20px;
    line-height: 30px;
}
.img.video img{
    opacity: 0.6;
}
.img.video span{
    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%);
    color:#d52423;
    font-size: 40px;
    z-index: 1;
}


.slide-nav.col4 #slideImgNav {
    width: 80%
}
.slide-nav.col4 div.slide-nav-item{
    width: 20%
}
.slide-nav.col5 #slideImgNav {
    width: 100%
}


#slideImgFor .player {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 67%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

#slideImgFor .player  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}



.table-detail td:first-child{
    width: 120px;
}
.table-detail .i-label{
    position: relative;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.table-detail .i-label::before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    color: #999999;
}
.table-detail td a{
    color: #0062a7;
}


/* <==== upgrade date 18/04/2023 ====>*/
.vhupgradenew{
    margin-bottom: 25px;
}
.tpupgradenm{
    margin-bottom: 2px;
}
.tpupgradenm .nmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1px;
}
.tpupgradenm .nmgrip > div{
    padding: 0 1px;
}
.tpupgradenm .nmgrip .lcol{
    width: calc(100% - 200px);
}
.tpupgradenm .nmgrip .rcol{
    width: 200px;
}
.slupgradenm .colsl{
    display: none;
}
.slupgradenm .colsl:nth-child(1){
    display: block;
}
.slupgradenm.slick-slider .colsl{
    display: block;
}
.slupgradenm .slick-arrow{
    width: 45px;
    height: 45px;
    background: rgba(0,0,0,0.4);
    border: none;
    position: absolute;
    top: 50%;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #ffffff;
}
.slupgradenm .slick-arrow:hover{
    background-color: #d82727;
}
.slupgradenm .slick-arrow::before{
    display: none;
}
.slupgradenm .slick-arrow::after{
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.slupgradenm .slick-prev{
    left: 0;
}
.slupgradenm .slick-prev::after{
    content: "\f053";
    margin-left: -1px;
}
.slupgradenm .slick-next{
    right: 0;
}
.slupgradenm .slick-next::after{
    content: "\f054";
    margin-right: -1px;
}
.tpupgradenm .nmponsi{
    position: relative;
}
.vdupgradenm, .imupgradenm{
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; */
}
.vdupgradenm.active, .imupgradenm.active{
    /* opacity: 1;
    pointer-events: auto;
    z-index: 1;
    position: relative; */
}
.itupgradenma{
    width: 100%;
}
.itupgradenma a, .vdupgradenm .vdpadd{
    display: block;
    padding-top: 66.834%;
    overflow: hidden;
    position: relative;
}
.vdupgradenm iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    object-fit: cover;
}
.itupgradenma a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itupgradenma a span{
    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%);
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 1;
    font-size: 20px;
    line-height: 30px;
}
.ltupgradenm .nmrow{
    margin-bottom: 2px;
    height: calc((100% - 4px) / 3);
}
.ltupgradenm .nmrow:last-child{
    margin-bottom: 0;
}
.itupgradenmb{
    position: relative;
    height: 100%;
}
.itupgradenmb .thumb{
    height: 100%;
    display: block;
    padding-top: calc(66.834% + 0.6px);
    position: relative;
    overflow: hidden;
}
.itupgradenmb .thumb{
    display: block;
    width: 100%;
    height: 100%;
}
.itupgradenmb .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itupgradenmb:hover .thumb img{
    transform: scale(1.05);
}
.itupgradenmb .decss{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itupgradenmb:hover .decss{
    background-color: rgba(0, 0, 0, 0.5);
}
.itupgradenmb .decss,.itupgradenmb .decss a{
    color: #fff;
}
.itupgradenmb .decss > div{
    width: 100%;
}
.itupgradenmb .dsicon{
    max-width: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.itupgradenmb .dsname{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    max-height: 48px;
    overflow: hidden;
}
.itupgradenmb .dsname span{
    display: block;
}
.itupgradenmb .dsview a{
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    padding: 4px 22px;
    background-color: #d82727;
    color: #fff;
    border-radius: 25px;
    font-weight: bold;
}
.slupgradenh .slick-list{
    margin: 0 -1px;
}
.slupgradenh .slick-slide{
    padding: 0 1px;
}
.slupgradenh .colsl{
    display: none;
}
.slupgradenh.slick-slider .colsl{
    display: block;
}
.slupgradenh .slick-arrow{
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #666666;
}
.slupgradenh .slick-arrow::before{
    display: none;
}
.slupgradenh .slick-arrow::after{
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.slupgradenh .slick-prev{
    left: -25px;
}
.slupgradenh .slick-prev::after{
    content: "\f053";
    margin-left: -1px;
}
.slupgradenh .slick-next{
    right: -25px;
}
.slupgradenh .slick-next::after{
    content: "\f054";
    margin-right: -1px;
}
.itupgradenh{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.itupgradenh::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
    z-index: 1;
}
.itupgradenh .thumb{
    display: block;
    padding-top: 66.834%;
    position: relative;
    overflow: hidden;
}
.itupgradenh .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itupgradenh:hover .thumb img{
    transform: scale(1.05);
}
.itupgradenh .decss{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 12px;
    z-index: 2;
    pointer-events: none;
}
.itupgradenh .decss, .itupgradenh .decss a{
    color: #ffffff;
}
.itupgradenh .dsname{
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}
.itupgradenh.vchange{
    position: relative;
}
.itupgradenh.vchange::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    z-index: 1;
    pointer-events: none;
}
.itupgradenh.vchange.active::after{
    border-color: #da251c;
}
.itupgradenh.vchange .decss{
    padding: 8px 10px;
}
.vstypopmap .fancybox-content{
    padding: 0;
}
.vstypopmap .fancybox-close-small{
    padding: 0;
}
.vstypopmap .fancybox-slide--html .fancybox-close-small{
    top: 3px;
    right: 5px;
}
.vstypopmap .fancybox-slide--html .fancybox-close-small svg{
    width: 100%;
    color: #666666;
}
.vhpopmaps .mptitle{
    padding: 10px 40px 10px 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    background-color: #fff;
}
.vhpopmaps .ccpadd{
    height: calc(100vh - 100px);
    position: relative;
    overflow: hidden;
    max-height: 610px;
}
.vhpopmaps .ccpadd iframe, .vhpopmaps .ccpadd img{
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.vhpopgallery {
    padding: 0;
    border-radius: 10px;
}
.vstypopimg .fancybox-close-small{
    padding: 0;
}
.vstypopimg .fancybox-slide--html .fancybox-close-small{
    top: 5px;
    right: 5px;
}
.vstypopimg .fancybox-slide--html .fancybox-close-small svg{
    width: 90%;
    color: #666666;
}
.vhpopgallery .gltitle{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding: 15px 65px 15px 40px;
    border-bottom: 1px solid #e6e6e6;
}
.vhpopgallery .gltitle tt{
    max-height: 60px;
    overflow: hidden;
}
.vhpopgallery .glconts{
    padding: 0 40px 25px 40px;
}
.vhpopgallery .glgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.vhpopgallery .glgrip > div{
    padding: 0 30px;
}
.vhpopgallery .glgrip .lcol{
    width: 320px;
    border-right: 1px solid #e6e6e6;
}
.vhpopgallery .glgrip .rcol{
    width: calc(100% - 320px);
}
.gltabalbum{
    padding: 20px 0;
    max-height: calc(100vh - 160px);
    overflow: hidden;
    height: 100%;
}
.gltabalbum .tatitle{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    color: #da251c;
}
.gltabalbum .taconts{
    max-height: calc(100% - 30px);
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    margin-right: -4px;
    padding-right: 4px;
}
.ctlstalbum .abgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1px;
}
.ctlstalbum .abgrip > div{
    padding: 0 1px;
    width: 50%;
    margin-bottom: 2px;
}
.vhpopgallery .glgrip > div > div{
    height: 100%;
}
.glinfalbum{
   
    position: relative;
    
}
.glinfalbum .ifpaddpon{
    padding-top: 70px;
    height: 100%;
    position: relative;
}
.glinfalbum span{
    display: inline;
}
.glinfalbum .iflinkalbum {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1;
}
.iflinkalbum{
    padding: 12.5px 0;
}
.lkalbumviewm{
    position: relative;
}
.lkalbumviewm .mtitle{
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    padding: 7px 45px 7px 25px;
    border: 2px solid #666666;
    border-radius: 25px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.lkalbumviewm.active .mtitle, .lkalbumviewm:hover .mtitle{
    border-color: #da251c;
}
.lkalbumviewm .mtitle::before{
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background-image: url('../images/update/idow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.lkalbumviewm.current .mtitle::before{
    transform: translateY(-50%) rotate(-180deg);
}
.lkalbumviewm .mconts{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    padding: 5px 0;
}
.lkalbumviewm.current .mconts{
    opacity: 1;
    pointer-events: auto;
}
.lkalbumviewm .mconts li a{
    display: block;
    padding: 8px 20px;
    font-weight: bold;
}
.lkalbumviewm .mconts li a:hover, .lkalbumviewm .mconts li.active a{
    background-color: #f3f3f3;
}
.iflinkalbum .vline{
    display: inline;
}
.iflinkalbum .inli{
    display: inline;
    margin-right: 5px;
}
.iflinkalbum .inli.vm{
    display: inline-block;
}
.iflinkalbum .inli > div{
    display: inline-block;
    margin-bottom: 5px;
}
.lstalbumview span{
    display: inline-block;
}
.lkalbumviewh{
    margin-right: 5px;
}
.lkalbumviewh a{
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    padding: 7px 20px;
    border: 2px solid #e6e6e6;
    border-radius: 25px;
    position: relative;
    display: inline-block;
    color: #333333;
}
.lkalbumviewh a:hover, .lkalbumviewh.active a{
    border-color: #666666;
}

.iflstalbums .ssgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1px;
}
.iflstalbums .ssgrip > div{
    padding: 0 1px;
    width: 33.33333%;
    margin-bottom: 2px;
}
.itlstalbums a{
    display: block;
    padding-top: 66.834%;
    position: relative;
    overflow: hidden;
}
.itlstalbums a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.vafiillterb{
    margin-left: 15px;
}
.vafiillterb a{
    display: inline-block;
    position: relative;
    padding-right: 20px;
    font-weight: bold;
}
.vafiillterb a::before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background-image: url("../images/update/idow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.vafiillterh {
    display: block!important;
    margin-top: 5px;
}
.vafiillterh a{
    display: inline-block;
    position: relative;
    padding-right: 20px;
    font-weight: bold;
}
.vafiillterh a::before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 10px;
    height: 6px;
    background-image: url("../images/update/idow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.vafiillterb a span{
    border-bottom: 1px solid #333333;
    display: inline-block;
    line-height: 18px;
}
.iflinkalbum .vafiilltermhd{
    display: none;
}
.iflinkalbum.vactive .vafiilltermhd{
    display: inline;
}
.iflinkalbum.vactive .vafiilltersh{
    display: none;
}
.vstypopvideo .fancybox-close-small{
    background-color: #d82727;
    color: #fff;
    right: 0;
    padding: 0;
    opacity: 1;
}

.vpopalbuman .anshowimg{
    height: 100%;
}
.slshowalbum{
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.slshowalbum img{
    max-height: 100%;
    max-width: 100%;
}
.vpopalbuman{
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    height: calc(100% - 25px);
    z-index: 10;
    background-color: #111111;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.53 linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vpopalbuman.active{
    opacity: 1;
    pointer-events: auto;
    visibility: unset;
}
.vpopalbuman::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 100%;
    height: 20px;
    width: 100%;
    background-color: #fff;
}
.anclosess{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    pointer-events: auto;
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 14px;
    line-height: 22px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 4px 10px;
    cursor: pointer;
}
.anclosess .img{
    display: inline-block;
    width: 14px;
    margin-right: 7px;
    height: 14px;
}
.anclosess > span{
    display: inline-block;
    white-space: normal;
}
.anshowimg .imprev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 53px;
    height: 53px;
    border-radius: 100%;
    pointer-events: auto;
    z-index: 3;
    cursor: pointer;
}
.anshowimg .imprev.vdis{
    opacity: 0.5;
    cursor: no-drop;
}
.anshowimg .imnext{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 53px;
    height: 53px;
    border-radius: 100%;
    pointer-events: auto;
    z-index: 3;
    cursor: pointer;
}
.anshowimg .imnext.vdis{
    opacity: 0.5;
    cursor: no-drop;
}
.tpdownimgpp{
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 2;
    cursor: pointer;
}
.tpdownimgpp a{
    display: block;
    width: 16px;
}
.tpdownimgpp a img{
    width: 100%;
}
.tppopcounts{
    display: flex;
    align-items: center;
    align-content: center;
    position: absolute;
    right: 55px;
    top: 15px;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
}
.tppopcounts span{
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}


@media all and (max-width: 1200px){
    .vhheader .grhead .colm{
        width: 160px;
    }
    .vhheader .grhead .colb{
        width: 150px;
    }
    .vhheader .grhead .coln{
        width: 480px;
    }
    .vhheader .grhead .colt{
        min-width: 230px;
    }
}
@media all and (max-width: 1024px){
    .hiddenpc{
        display: block;
    }
    .hiddenmb{
        display: none;
    }

    .vhheader .grhead .colm, .vhheader .grhead .colt{
        width: auto;
    }
    .vhheader .grhead .colt{
        min-width: auto;
    }
    #vnt-header .vhheader .logo{
        max-width: 160px;
    }

    #vnt-header{
        position: relative;
        z-index: 112;
        min-height: 60px;
    }
    .vhheader{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    }
}
@media all and (max-width: 991px){
    .vhflexmb{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    /* ==================== */
    .vhgrtour{
        margin-bottom: 10px;
    }
    .vhgrtour > div{
        width: 50%;
    }

    .viewpop{
        margin-top: 20px;
    }
    .box-detail{
        padding: 15px;
    }
    .vhitemfaq .mctitle .txt, .vhitemfaq .mctitle .txt h3{
        font-size: 14px;
        line-height: 22px;
    }
    .list-comments img{
        max-width: 70px;
    }
    .vhtourview .hpcontview ul li{
        width: 100%;
    }
    .vhtourview .hpcontview li a{
        font-size: 14px;
        line-height: 22px;
    }
    .vhtourview .hpcontview li a span{
        height: 44px;
    }


    /* <==== upgrade date 18/04/2023 ====>*/
    .tpupgradenm .nmgrip .lcol{
        width: 100%;
        margin-bottom: 2px;
    }
    .tpupgradenm .nmgrip .rcol{
        width: 100%;
    }
    .ltupgradenm{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -1px;
    }
    .ltupgradenm > div{
        width:33.3333%;
        padding: 0 1px;
    }
    .itupgradenmb .dsicon{
        max-width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        margin-bottom: 5px;
    }
    .itupgradenmb .dsicon img{
        max-width: 100%;
        max-height: 100%;
    }
    .itupgradenmb .dsname{
        font-size: 12px;
        line-height: 18px;
        max-height: 36px;
    }
    .itupgradenmb .dsview{
        margin-top: 5px;
    }
    .itupgradenmb .dsview a{
        font-size: 12px;
        line-height: 20px;
        padding: 2px 15px;
    }
    .itupgradenh .decss{
        padding: 10px;
    }
    .itupgradenh .dsname{
        font-size: 12px;
        line-height: 20px;
    }

    .slupgradenh .slick-arrow::after{
        font-size: 18px;
        line-height: 27px;
    }
    .slupgradenh .slick-prev{
        left: -22px;
    }
    .slupgradenh .slick-next{
        right: -22px;
    }
    .vstypopmap .fancybox-slide--html{
        padding: 0;
    }
    .vhpopmaps .ccpadd{
        height: calc(100vh - 50px);
        max-height: 100%;
    }
    .vstypopimg .fancybox-slide--html{
        padding: 0;
    }
    .vhpopgallery{
        border-radius: 0;
        overflow: hidden;
        vertical-align: unset;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .vhpopgallery .gltitle{
        font-size: 18px;
        line-height: 27px;
        padding: 11px 65px 11px 15px;
    }
    .vhpopgallery .glconts{
        padding: 15px 15px 0 15px;
        height: calc(100vh - 50px);
    }
    .vhpopgallery .glgrip .lcol{
        width: 100%;
        border-right: none;
    }
    .vhpopgallery .glgrip {
        height: 100%;
    }
    .vhpopgallery .glgrip .rcol{
        width: 100%;
        height: calc(100vh - 150px);
    }
    .vhpopgallery .glgrip > div > div{
        height: 100%;
    }
    .gltabalbum{
        padding: 0;
        max-height: 100%;
        height: 100%;
        overflow: unset;
        margin-right: -15px
    }

    .ctlstalbum .abgrip{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        overflow-x: auto;
        -webkit-display: flex;
        flex-flow: row nowrap;
        position: relative;
        z-index: 2;
        padding-bottom: 5px;
        padding-right: 15px;
    }
    .ctlstalbum .abgrip::-webkit-scrollbar {
        height: 5px;
        background-color: transparent;
    }
    .ctlstalbum .abgrip::-webkit-scrollbar-thumb {
        background-color: #cccccc;
        border-radius: 25px;
    }
    .ctlstalbum .abgrip > div{
        width: 115px;
    }
    .vafiilltersh, .vafiilltermhd{
        display: none!important;
    }
    .iflinkalbum .vline{
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: space-between;
    }
    .gltabalbum .taconts{
        max-height: 100%;
    }
    .vafiilltermb .mctitle{
        display: inline-block;
        position: relative;
        padding-right: 20px;
        font-weight: bold;
    }
    .vafiilltermb .mctitle::before{
        content: '';
        position: absolute;
        right: 0;
        top: 60%;
        transform: translateY(-50%);
        width: 10px;
        height: 6px;
        background-image: url("../images/update/idow.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .vafiilltermb.active .mctitle::before{
        transform: translateY(-50%) rotate(-180deg);
    }
    .vafiilltermb .mctitle span{
        border-bottom: 1px solid #333333;
        display: inline-block;
        line-height: 18px;
    }
    .vafiilltermb .mctitle span.cls{
        display: inline-block;
    }
    .vafiilltermb .mctitle span.clh{
        display: none;
    }
    .vafiilltermb.active .mctitle span.cls{
        display: none;
    }
    .vafiilltermb.active .mctitle span.clh{
        display: inline-block;
    }
    .vafiilltermb .mcgrip{
        display: flex;
        flex-wrap: wrap;
        max-height: 200px;
        overflow: hidden;
        overflow-y: auto;
    }
    .vafiilltermb .mcgrip > div{
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .vafiilltermb .mcconts{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        padding-bottom: 10px;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .vafiilltermb.active .mcconts{
        opacity: 1;
        pointer-events: auto;
    }
    .lkalbumviewh a{
        font-weight: 400;
        letter-spacing: -0.3px;
    }
    .vpopalbuman{
        top: 10px;
        height: calc(100% + 3px);
        left: -15px;
        width: calc(100% + 30px);
    }
    .vpopalbuman::before{
        display: none;
    }
    .vstypopvideo .fancybox-slide{
        padding: 0;
    }

    .iflstalbums{
        padding-bottom: 10px;
    }
    .vstypopmap .fancybox-content{
        vertical-align: unset;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

}
@media all and (max-width: 767px){

    /* ==================== */
    .vhgrtour > div{
        width: 100%;
    }
    .viewall.vfullmb a{
        width: 100%;
    }
    .fiter-comments .item .i-title{
        padding: 10px 40px 10px 15px;

    }
    .fiter-comments .item .i-title:before{
        display: none;
    }

    .iflstalbums .ssgrip > div{
        width: 50%;
    }

}