/* <=== gdfindinf ===> */
.gdfindinf{
	padding: 26px 0;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.hpfindinfo .figrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.hpfindinfo .figrip > div{
	padding: 0 5px;
}
.hpfindinfo .figrip .mcol{
	width: 260px;
}
.hpfindinfo .figrip .hcol{
	width: calc(100% - 610px);
}
.hpfindinfo .figrip .bcol{
	width: 90px;
}
.hpfindinfo .figroup input, .hpfindinfo .figroup select{
	width: 100%;
	height: 40px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding: 0 15px;
	font-size: 15px;
	line-height: 23px;
}
.hpfindinfo .figroup input::-webkit-input-placeholder {
	color: #999999;
}
.hpfindinfo .figroup input:-ms-input-placeholder {
	color: #999999;
}
.hpfindinfo .figroup input::placeholder {
	color: #999999;
}
.hpfindinfo .figroup .chosen-container{
	height: 40px;
}
.hpfindinfo .figroup .chosen-single{
	border-radius: 5px;
	background-image: url('../images/iselect.png');
	background-size: 15px 8px;
}
.hpfindinfo .figroup button{
	width: 100%;
	height: 40px;
	background-color: #053493;
	color: #fff;
	border: none;
	border-radius: 5px;
	font-size: 20px;
}
.hpfindinfo .figroup button i{
	font-weight: 500;
}
.hpfindinfo .figroup button:hover{
	background-color: #dc9c0c;
}
/* <=== gdfindinf ===> */

/* <=== vhttinfopg ===> */
.vhttinfopg .ttpadd{
	padding: 40px 0 65px;
}
.vgripall{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px;
}
.vgripall > div{
	padding: 0 30px;
}
.vgripall .xmcol{
	width: calc(100% - 330px);
	border-right: 1px solid #eeeeee;
}
.vgripall .ymcol{
	width: 330px;
}
.myCheckbox{
	padding-left: 25px;
	position: relative;
	margin-bottom: 8px;
	cursor: pointer;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}
.myCheckbox input{
	display: none;
}
.myCheckbox:hover{
	color:#053493;
}
.myCheckbox:after{
	content: "";
	width: 15px;
	height: 15px;
	border:solid 1px rgba(0,0,0,0.3);
	position: absolute;
	top: 5px;
	left: 0;
	border-radius: 100%;
}
.myCheckbox:before{
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 4px;
	top: 7px;
	font-size: 7px;
	line-height: 11px;
	color:#fff;
	display: none;
	z-index: 1;
}
.myCheckbox.active:before{
	display: block;
}
.myCheckbox.active:after{
	background-color: #053493;
	border-color: #053493;
}
.tpttinfoma{
	margin-bottom: 25px;
}
.tpttinfoma .magrip{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	align-content: flex-end;
	justify-content: space-between;
	margin: 0 -10px;
}
.tpttinfoma .magrip > div{
	padding: 0 10px;
	margin-bottom: 5px;
}
.tpttinfoma .vnttitle{
	margin-bottom: 0;
}
.itarranall{
	position: relative;
}
.itarranall .artitle{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 22px;
	position: relative;
	cursor: pointer;
	padding-right: 16px;
}
.itarranall .artitle span{
	font-weight: bold;
}
.itarranall .artitle::before{
	content: '\f0d7';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 0;
	top: 0;
}
.itarranall.active .artitle::before{
	content: '\f0d8';
}
.itarranall .arconts{
	position: absolute;
	top: 35px;
	right: 0;
	width: 200px;
	background-color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 2;
}
.itarranall.active .arconts{
	opacity: 1;
	visibility: initial;
	pointer-events: auto;
}
.itarranall .arconts li{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.itarranall .arconts li:last-child{
	border-bottom: none;
}
.itarranall .arconts li a{
	display: block;
	padding: 10px 20px;
}
.tpttinfomb .mbgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.tpttinfomb .mbgrip > div{
	padding: 0 15px;
	width: 33.33333%;
	margin-bottom: 30px;
}
.hpttinfohh .hhrow{
	padding-bottom: 30px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eeeeee;
}
.hpttinfohh .hhrow:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.tpttinfohh .vvtitle{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.tpttinfohh .vviews{
	margin-top: 10px;
}
.tpttinfohh .vviews a{
	display: inline-block;
	color: #053493;
	font-size: 14px;
	line-height: 18px;
	border-bottom: 1px solid #053493;
}
.tpttinfohh .vviews a:hover{
	color: #dc9c0c;
	border-bottom-color: #dc9c0c;
}
.vhttinfopg .ttmobi {

}
.hpttinfobb .bbtitle{
	padding: 14px 20px;
	background-color: #f6f6f6;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	align-content: center;
	font-size: 16px;
	line-height: 24px;
}
.hpttinfobb .bbtitle .ticon{
	width: 25px;
	text-align: center;
}
.hpttinfobb .bbtitle .ttext{
	padding-left: 5px;
	width: calc(100% - 25px);
}
.hpttinfobb .bbbacks{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000;
	z-index: 112;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.hpttinfobb.active .bbbacks{
	opacity: 0.78;
	pointer-events: auto;
}
.hpttinfobb .bbconts{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 113;
	background-color: #fff;
	transform: translateX(-100%);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	pointer-events: none;
	max-width: 340px;
}
.hpttinfobb.active .bbconts{
	transform: initial;
	pointer-events: auto;
	transition-delay: 0.2s;
}
.hpttinfobb .ddclose{
	position: absolute;
	top: 2px;
	right: 2px;
	width: 40px;
	height: 40px;
	color: #333333;
	cursor: pointer;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}
.hpttinfobb .ddclose .cline{
	position: absolute;
	left: 8px;
	top: 18px;
	transform: rotate(45deg);
	width: 25px;
	height: 2px;
	background-color: #fff;
}
.hpttinfobb .ddclose .cline::before{
	content: '';
	position: absolute;
	width: 25px;
	height: 2px;
	background-color: #fff;
	left: 0;
	top: 0;
	transform: rotate(90deg);
}
.hpttinfobb .ddtitle{
	padding: 10px 15px;
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	color: #fff;
	background-color: #053493;
	text-transform: uppercase;
}
.hpttinfobb .ddconts{
	padding: 20px;
	height: calc(100vh - 113px);
}
.hpttinfobb .ctscroll{
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.tpttinfohh .mcconts{
	display: none;
	padding-top: 10px;
}
.hpttinfobb .ddlinks{
	background-color: #f6f6f6;
	padding: 15px 20px;
}
.hpttinfobb .ddlinks ul{
	display: flex;
	align-content: center;
	align-items: center;
	margin: 0 -5px;
}
.hpttinfobb .ddlinks li{
	width: 50%;
	padding: 0 5px;
}
.hpttinfobb .ddlinks li a{
	display: block;
	text-align: center;
	padding: 8px 10px;
	border-radius: 5px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 22px;
}
.hpttinfobb .ddlinks li.vmm a{
	border: 1px solid #e6e6e6;
	background-color: #fff;
}
.hpttinfobb .ddlinks li.vhh a{
	border: 1px solid #053493;
	background-color: #053493;
	color: #fff;
}
/* <=== vhttinfopg ===> */

/* <=== vhdetailpg ===> */
.hpdetailmm{
	padding: 50px 0;
}
.vntponsidt{
	margin-bottom: 40px;
	color: #666666;
	font-size: 15px;
	line-height: 23px;
}
.vntponsidt span{
	display: inline-block;
	padding-left: 18px;
	position: relative;
}
.vntponsidt span::before{
	content: '\f3c5';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
}
.tpdetailmm{
	position: relative;
}
.tpdetailmm .mmview{
	position: absolute;
	bottom: 20px;
	right: 10px;
	z-index: 2;
}
.tpdetailmm .mmview a{
	display: inline-block;
	font-size: 15px;
	line-height: 22px;
	color: #000000;
	padding: 9px 20px;
	background-color: #fff;
	border-radius: 5px;
}
.tpdetailmm .mmview a:hover{
	background-color: #053493;
	color: #fff;
}
.tpdetailmm .mmgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.tpdetailmm .mmgrip > div{
	padding: 0 5px;
	width: 50%;
}
.tpdetailmm .mmgrip .xcol{
	margin-bottom: 10px;
}
.itdetailmm a{
	display: block;
	padding-top: 65.56%;
	position: relative;
	overflow: hidden;
}
.itdetailmm.vbig a{
	padding-top: 66.08%;
}
.itdetailmm a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tpdetailha{
	position: relative;
	z-index: 1;
	padding-top: 1px;
}
.tpdetailha::before{
	content: '';
	position: absolute;
	top: 0;
	height: 1px;
	width: 10000000px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #053493;
	pointer-events: none;
}
.tpdetailha::after{
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 10000000px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	pointer-events: none;
	z-index: -1;
}
.tpdetailha 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;
}
.tpdetailha ul::-webkit-scrollbar {
	height: 5px;
	background-color: #F5F5F5;
}
.tpdetailha ul::-webkit-scrollbar{
	height: 0;
}
.tpdetailha ul li{
	border-right: 1px solid #eeeeee;
}
.tpdetailha ul li:first-child{
	border-left: 1px solid #eeeeee
}
.tpdetailha li a{
	text-transform: uppercase;
	font-weight: bold;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	padding: 12px 28px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.tpdetailha li a i{
	margin-right: 10px;
}
.tpdetailha li.active a, .tpdetailha li:hover a{
	color: #053493;
}
.tpdetailhb{
	padding: 40px 0 70px;
}
.tpdetailhb .hbgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -40px;
}
.tpdetailhb .hbgrip > div{
	padding: 0 40px;
}
.tpdetailhb .hbgrip > .mcol{
	width: calc(100% - 410px);
}
.tpdetailhb .hbgrip > .hcol{
	width: 410px;
}
.tpdetailhb .hbinftab{
	margin-bottom: 40px;
}
.tpdetailhb .hbinftab:last-child{
	margin-bottom: 0;
}
.itdetailhb .vvtitle{
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #053493;
	text-transform: uppercase;
	color: #000000;
}
.itdetailhb .vvtitle, .itdetailhb .vvtitle h2{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
}
.theconts{
	font-size: 16px;
	line-height: 30px;
}
.theinfos{
	padding: 25px 15px 20px;
	background-color: #f6f6f6;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}
.theinfos ul{
	display: flex;
	flex-wrap: wrap;
}
.theinfos ul li{
	width: 50%;
	padding: 0 10px 0 26px;
	position: relative;
}
.theinfos ul li::before{
	content: '\f00c';
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 14px;
}
.tpdetailhb .ctinftab{
	margin-bottom: 20px;
}
.tpdetailhb .ctfindgy .fitext{
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
}
.tpdetailhb .ctfindgy .fiinfo{
	font-style: italic;
}
.tpdetailhb .ctfindgy .fiinfo, .tpdetailhb .ctfindgy .fiinfo a{
	color: #999999;
}
.tpdetailhb .ctfindgy .fiinfo a:hover{
	color: #053493;
}
.tpinfosall{
	padding: 35px 30px 35px;
	background-color: #f6f6f6;
}
.tpinfosall .ifprice{
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
}
.tpinfosall .ifprice .ptext{
	font-size: 15px;
	line-height: 25px;
	color: #000000;
}
.tpinfosall .ifprice .ifgrip{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	margin: 0 -7.5px;
}
.tpinfosall .ifprice .ifgrip > div{
	padding: 0 7.5px;
}
.tpinfosall .ifprice .imony{
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	color: #ed1d23;
}
.tpinfosall .ifprice .idien{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
.tpinfosall .ifprice .inote{
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	color: #999999;
}
.tpinfosall .iftends{
	margin-bottom: 20px;
	color: #000000;
}
.tpinfosall .iftends li{
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
}
.tpinfosall .iftends li:last-child{
	margin-bottom: 0;
}
.tpinfosall .iftends li .tm{
	width: 110px;
	font-weight: bold;
	padding-right: 10px;
}
.tpinfosall .iftends li .th{
	width: calc(100% - 110px);
	font-size: 15px;
}
.tpinfosall .iflinks{
	margin-bottom: 20px;
}
.tpinfosall .iflinks li{
	margin-bottom: 15px;
}
.tpinfosall .iflinks li:last-child{
	margin-bottom: 0;
}
.tpinfosall .iflinks li a{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 15px;
	line-height: 23px;
	border: 1px solid #053493;
	color: #000000;
	border-radius: 5px;
	padding: 10px;
}
.tpinfosall .iflinks li a i{
	margin-right: 12px;
}
.tpinfosall .iflinks li.vmm a{
	background-color: #053493;
	color: #fff;
}
.tpinfosall .iflinks li.vmm a:hover{
	background-color: #dc9c0c;
	border-color: #dc9c0c;
}
.tpinfosall .iflinks li.vhh a i{
	color: #053493;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.tpinfosall .iflinks li.vhh a:hover{
	background-color: #053493;
	color: #fff;
}
.tpinfosall .iflinks li.vhh a:hover i{
	color: #fff;
}
.tpinfosall .ifshare ul{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin: 0 -5px;
}
.tpinfosall .ifshare li{
	padding: 0 5px;
}
.tpinfosall .ifshare li a{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	align-content: center;
	border-radius: 5px;
}
.thefeess .fegrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2.5px;
}
.thefeess .fegrip > div{
	padding: 0 2.5px;
	width: 33.33333%;
}
.itdetailbb {
	background-color: #f6f6f6;
	border-radius: 5px;
	margin-bottom: 5px;
	color: #000000;
	font-size: 15px;
	line-height: 23px;
	padding: 15px 15px 15px 20px;
}
.itdetailbb .bbgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2px;
}
.itdetailbb .bbgrip > div{
	padding: 0 2px;
}
.itdetailbb .bbgrip .rcol{
	font-weight: bold;
}
.itdetailbb.vmm .bbgrip .lcol{
	width: 82px;
}
.itdetailbb.vmm .bbgrip .rcol{
	width: calc(100% - 82px);
}
.itdetailbb.vhh .bbgrip .lcol{
	width: 73px;
}
.itdetailbb.vhh .bbgrip .rcol{
	width: calc(100% - 73px);
}
.itdetailbb.vbb .bbgrip .lcol{
	width: 95px;
}
.itdetailbb.vbb .bbgrip .rcol{
	width: calc(100% - 95px);
}
/* <=== vhdetailpg ===> */

/* <=== vhortherpg ===> */
.vhortherpg{
	background-color: #f6f6f6;
}
.vhortherpg .orpadd{
	padding: 50px 0 80px;
}
.slortherpg .slick-list{
	padding: 10px 0 20px;
}
/* <=== vhortherpg ===> */
/* <=== vntpopalbum ===> */
#vntpopalbum{
	width: 100%;
	max-width: 100%;
	height:100%;
	background: transparent;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0;
}
#vntpopalbum .fancybox-close-small{
	right: -50px;
	position: fixed;
	top: 20px;
	right: 30px;
	padding: 0;
	color: #a3a3a3;
	opacity: 1;
	border-radius: 100%;
}
#vntpopalbum .fancybox-button svg{
	width: 100%;
	color: #999999;
}
#vhalbumfor{
	height:-webkit-calc(100vh - 80px);
	height:-moz-calc(100vh - 80px);
	height:-o-calc(100vh - 80px);
	height: calc(100% - 80px);
	position: relative;
}
#vhalbumfor .item{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
#vhalbumfor .item.active{
	opacity: 1;
	visibility: visible;
	pointer-events: none;
}
#vhalbumfor .img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	/* overflow: hidden; */
	text-align: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
#vhalbumfor .caption{
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	color: #333333;;
	text-align: center;
	padding: 9px 15px;
	z-index: 1;
	font-weight: bold;
	text-transform: uppercase;
}
#vhalbumfor .slide-arrow{
	width: 60px;
	height: 60px;
	background: #f4f4f4;
	font-size: 0;
	padding: 0;
	border:none;
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	color:#333333;
	border-radius: 100%;
}
#vhalbumfor .slide-prev{
	left: 20px;
}
#vhalbumfor .slide-next{
	right: 20px;
}
#vhalbumfor .slide-arrow:before{
	font-family: 'icomoon' !important;
	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%);
	font-size: 14px;
	line-height: 22px;
}
#vhalbumfor .slide-prev:before{
	content: "\e928";
	-webkit-transform: translate(-50%,-50%) rotate(180deg);
	-ms-transform: translate(-50%,-50%) rotate(180deg);
	-o-transform: translate(-50%,-50%) rotate(180deg);
	transform: translate(-50%,-50%) rotate(180deg);
}
#vhalbumfor .slide-next:before{
	content: "\e928";
}
.vflexnav{
	display: flex;
	justify-content: center;
}
#vhalbumnav{
	height: 80px;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	padding: 0 20px;
}
#vhalbumnav {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow-x: auto;
	overflow-y: hidden;
}
#vhalbumnav::-webkit-scrollbar {
	height: 10px;
	background-color: #F5F5F5;
}
#vhalbumnav::-webkit-scrollbar-thumb {
	background-color: #000000;
}
#vhalbumnav .item{
	margin-right: 10px;
	width: 90px;
	flex-basis: 90px;
	flex-shrink: 0;
	position: relative;
}
#vhalbumnav .item::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	opacity: 0.7;
	z-index: 1;
}
#vhalbumnav .item::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 3px solid transparent;
	z-index: 1;
}
#vhalbumnav .item.active::before{
	opacity: 0;
}
#vhalbumnav .item.active::after{
	border-color: #dc9c0b;
}
#vhalbumnav .img:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	border:solid 2px #ef6747;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 1;
}
#vhalbumnav .img{
	padding-top: 60px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
#vhalbumnav .img 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%);
	height:100%;
}
.vpopalbum .fancybox-bg{
	background-color: #fff;
	opacity: 1;
}
/* <=== vntpopalbum ===> */

/* <=== vntpopcont ===> */
.vntpopcont{
	display: none;
	padding: 0;
	border-radius: 10px;
}
.vntpopcont .fancybox-close-small{
	padding: 0;
	opacity: 0.7;
	top: 5px;
	right: 5px;
}
.vntpopcont .fancybox-close-small svg{
	width: 80%;
}
.vntpopcont .pcgrip{
	display: flex;
	flex-wrap: wrap;
}
.vntpopcont .pcgrip > div{
	width: 50%;
}
.vntpopcont .pcinfos{
	height: 100%;
	background-color: #f6f6f6;
	padding: 30px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.vntpopcont .pcinfos > div{
	width: 100%;
}
.vntpopcont .ifimg{
	display: block;
	padding-top: 65.56%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.vntpopcont .ifimg img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vntpopcont .iftxt .tnames{
	color: #000000;
}
.vntpopcont .iftxt .tnames, .vntpopcont .iftxt .tnames h3{
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.vntpopcont .tprice .pnews{
	color: #009bb3;
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
}
.vntpopcont .tprice .polds{
	color: #999999;
	font-size: 14px;
	text-decoration: line-through;
}
.vntpopcont .pcdecss{
	padding: 30px 15px;
	height: 100%;
}
.vntpopcont .dsinner{
	max-width: 330px;
	margin: 0 auto;
	width: 100%;
}
.vntpopcont .dstitle{
	margin-bottom: 12px;
	text-transform: uppercase;
	color: #000000;
}
.vntpopcont .dstitle, .vntpopcont .dstitle h2{
	font-size: 25px;
	line-height: 35px;
	font-weight: bold;
}
.vntpopcont .ctinputs{
	margin-bottom: 5px;
}
.vntpopcont .ctchecks{
	margin-bottom: 15px;
}
.vntpopcont .ctgroup{
	margin-bottom: 10px;
}
.vntpopcont .ctgroup input{
	width: 100%;
	height: 40px;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	padding: 0 15px;
	font-size: 15px;
	line-height: 23px;
	color: #333333;
	border-radius: 5px;
}
.vntpopcont .ctgroup input::-webkit-input-placeholder {
	color: #999999;
}
.vntpopcont .ctgroup input:-ms-input-placeholder {
	color: #999999;
}
.vntpopcont .ctgroup input::placeholder {
	color: #999999;
}
.vntpopcont .ctgroup textarea{
	height: 90px;
	width: 100%;
	background-color: #fff;
	border: none;
	padding: 10px 15px;
	border: 1px solid #d6d6d6;
	font-size: 15px;
	line-height: 23px;
	color: #333333;
	border-radius: 5px;
	resize: none;
}
.vntpopcont .ctgroup textarea::-webkit-input-placeholder {
	color: #999999;
}
.vntpopcont .ctgroup textarea:-ms-input-placeholder {
	color: #999999;
}
.vntpopcont .ctgroup textarea::placeholder {
	color: #999999;
}
.vntpopcont .ctgroup.vmartop{
	margin-top: 20px;
	margin-bottom: 0;
}
.vntpopcont .ctgroup button{
	width: 100%;
	height: 40px;
	text-align: center;
	background-color: #009bb3;
	color: #fff;
	border: none;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 5px;
}
.vntpopcont .ctgroup button:hover{
	background-color: #bb0023;
	color: #fff;
}
.vcheckbox{
	display: inline-block;
	position: relative;
	margin: 5px 0;
}
.vcheckbox label{
	font-weight: 400;
	padding-left: 30px;
	position: relative;
	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: 0;
	left: 0;
	border: 1px solid #cccccc;
	background-color: #fff;
	border-radius: 5px;
}
.vcheckbox input[type=checkbox]:checked::before{
	background-color: #053493;
	border-color: #053493;
}
.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: 3px;
	left: 7px;
}
.vcheckbox a{
	margin: 0 5px;
	color: #053493;
}
/* <=== vntpopcont ===> */
@media all and (max-width: 1200px){
	/* <=== vhttinfopg ===> */
	.vgripall{
		margin: 0 -15px;
	}
	.vgripall > div{
		padding: 0 15px;
	}
	.vgripall .xmcol{
		width: calc(100% - 300px);
	}
	.vgripall .ymcol{
		width: 300px;
	}
	/* <=== vhttinfopg ===> */

	/* <=== vhdetailpg ===> */
	.tpdetailhb .hbgrip{
		margin: 0 -15px;
	}
	.tpdetailhb .hbgrip > div{
		padding: 0 15px;
	}
	.tpdetailhb .hbgrip > .mcol{
		width: calc(100% - 330px);
	}
	.tpdetailhb .hbgrip > .hcol{
		width: 330px;
	}
	.thefeess .fegrip > div{
		width: 50%;
	}
	.tpinfosall .ifprice .imony{
		font-size: 30px;
		line-height: 40px;
	}
	/* <=== vhdetailpg ===> */
}
@media all and (max-width: 991px){
	/* <=== gdfindinf ===> */
	.gdfindinf{
		padding: 20px 0;
	}
	.hpfindinfo .figrip .mcol{
		width: 50%;
		margin-bottom: 10px;
	}
	.hpfindinfo .figrip .hcol{
		width: calc(100% - 60px);
	}
	.hpfindinfo .figrip .bcol{
		width: 60px;
	}
	/* <=== gdfindinf ===> */

	/* <=== vhttinfopg ===> */
	.vhttinfopg .ttpadd{
		padding: 35px 0 50px;
	}
	.vgripall .xmcol{
		width: 100%;
	}
	.vgripall .ymcol{
		width: 100%;
		display: none;
	}
	.tpttinfomb .mblist{
		margin-bottom: 10px;
	}
	.tpttinfomb .mbgrip{
		margin: 0 -10px;
	}
	.tpttinfomb .mbgrip > div{
		padding: 0 10px;
		margin-bottom: 20px;
		width: 50%;
	}
	.itinfosall .dsprice{
		font-size: 20px;
		line-height: 30px;
	}
	.itinfosall .dstitle, .itinfosall .dstitle h3{
		font-size: 18px;
		line-height: 25px;
	}
	.itinfosall .dstitle a{
		height: 50px;
		-webkit-line-clamp: 2;
	}
	.itinfosall .dsponsi{
		font-size: 13px;
		line-height: 21px;
	}
	.tpttinfohh .vvtitle{
		margin-bottom: 0;
		padding-right: 35px;
		position: relative;
	}
	.tpttinfohh .vvtitle::before{
		content: '\f107';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
	.tpttinfohh.active .vvtitle::before{
		content: '\f106';
	}
	.hpttinfohh .hhrow{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	/* <=== vhttinfopg ===> */

	/* <=== vhdetailpg ===> */
	.vntponsidt{
		margin-bottom: 20px;
	}
	.hpdetailmm{
		padding: 40px 0 35px;
	}
	.tpdetailmm .mmgrip > .mcol{
		width: 100%;
		margin-bottom: 10px;
	}
	.tpdetailmm .mmgrip > .hcol{
		width: 100%;
	}
	.tpdetailmm .mmview a{
		padding: 9px 15px;
	}
	.tpdetailha ul::-webkit-scrollbar {
		height: 0;
	}
	.tpdetailha li a{
		padding: 12px 15px;
		min-width: 100px;
	}
	.tpdetailha ul li:last-child{
		border-right: none;
	}
	.tpdetailhb{
		padding: 30px 0 50px;
	}
	.tpdetailhb .hbgrip{
		flex-direction: column-reverse;
	}
	.tpdetailhb .hbgrip > .mcol{
		width: 100%;
	}
	.tpdetailhb .hbgrip > .hcol{
		width: 100%;
		margin-bottom: 30px;
	}
	.itdetailhb .vvtitle, .itdetailhb .vvtitle h2{
		font-size: 25px;
		line-height: 35px;
	}
	.tpinfosall{
		padding: 25px 30px;
	}

	.thefeess .fegrip > div{
		width: 100%;
	}
	/* <=== vhdetailpg ===> */

	/* <=== vhortherpg ===> */
	.vhortherpg .orpadd{
		padding: 40px 0 60px;
	}
	.slortherpg .slick-list{
		padding: 0;
	}
	.slortherpg .slick-track{
		padding: 5px 0 10px;
	}
	/* <=== vhortherpg ===> */

	/* <=== vntpopalbum ===> */
	#vntpopalbum .fancybox-close-small{
		top: 10px;
		right: 10px;
	}
	#vhalbumfor .slide-arrow{
		top: 42%;
		width: 40px;
		height: 40px;
		display: none!important;
	}
	#vhalbumfor .slide-prev{
		left: 0;
	}
	#vhalbumfor .slide-next{
		right: 0;
	}
	#vhalbumfor .slide-arrow:before{
		font-size: 30px;
	}
	#vhalbumnav{
		justify-content: flex-start;
		padding: 0;
		margin-right: -10px;
		padding-left: 10px;
		padding-right: 10px;
		height: 60px;
	}
	#vhalbumnav::-webkit-scrollbar {
		height: 0px;
	}
	#vhalbumfor .slide-arrow:before{
		font-size: 30px;
	}
	.vpopalbum .fancybox-slide--html{
		padding: 0;
	}
	/* <=== vntpopalbum ===> */
}
@media all and (max-width: 767px){
	/* <=== vhttinfopg ===> */
	.tpttinfomb .mbgrip > div{
		width: 100%;
	}
	/* <=== vhttinfopg ===> */

	/* <=== vhdetailpg ===> */
	.theinfos ul li{
		width: 100%;
		margin-bottom: 3px;
	}
	/* <=== vhdetailpg ===> */

	/* <=== vntpopcont ===> */
	.vntpopcont .pcgrip > div{
		width: 100%;
	}
	.vntpopcont .pcinfos .ifcen{
		display: flex;
		align-items: center;
		align-content: center;
	}
	.vntpopcont .ifimg{
		margin-bottom: 0;
		width: 120px;
		padding-top: 0;
		height: 80px;
	}
	.vntpopcont .iftxt{
		width: calc(100% - 120px);
		padding-left: 12px;
		text-align: left;
	}
	.vntpopcont .pcdecss{
		padding: 20px 20px 35px;
	}
	.vntpopcont .iftxt .tnames{
		margin-bottom: 5px;
	}
	.vntpopcont .iftxt .tnames, .vntpopcont .iftxt .tnames h3{
		font-size: 14px;
		line-height: 22px;
	}
	.vntpopcont .tprice .pnews{
		font-size: 16px;
		line-height: 24px;
	}
	.vntpopcont .dstitle, .vntpopcont .dstitle h2{
		font-size: 20px;
		line-height: 30px;
	}
	.vntpopcont .pcinfos{
		padding: 20px 30px 20px 20px;
	}
	/* <=== vntpopcont ===> */
}