@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
	font-family: fontutm;
	src: url(../font/utm-flavour.ttf);
}
@font-face {
	font-family: fontgod;
	src: url(../font/utmgod.ttf);
}
@font-face {
	font-family: fonthelveticaneue;
	src: url('../../Fonts/HelveticaNeue.woff');
}
.gbtn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(https://vpweb.azureedge.net/wp-content/themes/vinpearl-resort/assets/images/bg/bg-btn-primary.png);
	background-size: contain;
	background-position: 0 100%;
	background-repeat: no-repeat;
}

.gbtn{
	position:relative;
	border: none;
	outline: none;
	padding: 10px 20px;
	color: #fff !important;
	background: #5bc4bf;
	transition: all ease-in-out .1s;
	text-decoration: none !important;
	margin-bottom: 40px !important;
}

.gbtn:hover {
	background: #387774;
}

.colorg{
	color: #5bc4bf !important;
}

.txtcolorg {
	color: #555;
}
.txtcolorm {
	color: #5bc4bf;
}
a {
	text-decoration:none !important;
}


.wd70 {
	width:70%;
	margin:auto;
}

.wd60 {
	width: 60%;
	margin: auto;
}
.wd50 {
	width: 50%;
	margin: auto;
}

.mgr20{
	margin-top: 20px;
}

.mgr60{
	margin-top: 60px;
}
.mgrbt20{
	margin-bottom: 20px;
}
.mgrbt60{
	margin-bottom: 60px;
}
.fsize11{
	font-size: 11px;
}
.fsize13{
	font-size: 13px;
}
.fsize14{
	font-size: 14px;
}
.fsize15 {
	font-size: 15px;
}
.fsize16{
	font-size: 16px;
}
.fsize22{
	font-size: 22px;
}
.fsize28{
	font-size: 28px;
}
.fsize32{
	font-size: 32px;
}
.fsize36{
	font-size: 36px;
}

.tcenter{
	text-align: center;
}
.fontutm{
	font-family: fontutm,sans-serif;
}
.txtitalic {
	font-style:italic;
}
.fontgod{
	font-family: fontgod;
}
body {

}


ol, ul {
	list-style: none;
	padding:0px;
	margin:0px;
}
#wrap {
	margin: 0 auto;
	position: fixed;
	width: 100%;
	z-index: 4;
}

.inner {
	margin: 0 auto;
	max-width: 1230px; 
	padding: 0 40px;
}

.imglogo{
	width: 120px;
}
.relative {
	position: relative;
}

.right {
	float: right;
}

.left {
	float: left;
}

.containermenu{
	margin: auto;
	position: relative;
	height: 100px;
	border-bottom: 2px solid #fff;
	border-top: 1px solid #eee;

}

/* HEADER */
#wrap > header {
	transition: all ease .3s;

	background: rgba(0, 0, 0, 0.32);
}
.toogle-wrap {
	transition: all ease .3s;
	background-color: rgba(111, 111, 111, 0.58) !important
}
.logo {
	display: inline-block;
	font-size: 0;
	padding-top:15px;
}
#navigation {
	position: absolute;
	left: 150px;
	top: 25px;
}
#NavLang{
	position: absolute;
	right: 0px;
	top: 25px;

}
#NavLang ul li {
	display: inline-block;
}
#NavLang ul li a {
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
	font-weight: 600;
	padding: 5px 20px;
	background-color: #fbab19;
	border-color: #fbab19;
}
#NavLang ul {
	margin: 12px;

}


#menu-toggle {
	display: none;
	float: right;
}
#menu-toggle i {
	font-size: 24px;
	margin-top: 40px;
	color: #fff;
}
.bkmenu{
	display: none !important;
}

/* HEADER > MENU */
#main-menu {
	float: right;
	font-size: 0;
	margin: 10px 0;
}

#main-menu > li {
	display: inline-block;
	margin-left: 25px;
	padding: 2px 0;
}

#main-menu > li.parent {
	/* background-image: url(../images/plus-gray.png); */
	background-size: 7px 7px;
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}

#main-menu > li.parent > a {
	padding-left: 14px;
}

#main-menu > li > a {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: 500;
	padding: 40px 0;
	text-decoration:none;
	text-transform: uppercase;
	transition: color ease 0.3s;
	font-family: fontgod;
}

#main-menu > li:hover > a,
#main-menu > li.current-menu-item > a {
	color: #fbab19;
}

/* HEADER > MENU > DROPDOWN */
#main-menu li {
	position: relative;
}

ul.sub-menu { /* level 2 */
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 54.5px;
	padding-top: 10px;
	position: absolute;
	width: 150px;
	z-index: 9999;
	transition: display ease 0.2s;

}

ul.sub-menu ul.sub-menu { /* level 3+ */
	margin-top: -1px;
	padding-top: 0;
	left: 149px;
	top: 0px;
}
ul.sub-menu ul.sub-menu2 { /* level 3+ */
	margin-top: -1px;
	padding-top: 0;
	left: 149px;
	top: 0px;
}

ul.sub-menu > li > a {
	background-color: #fff;
	border: 1px solid #fff;
	border-top: none;
	color: #333;
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding: 12px 15px;
	transition: background-color 0.3s ease;

}

ul.sub-menu > li > a:hover {
	background-color: #5bc4bf; 
	color: #fff;
}

ul.sub-menu > li:first-child {
	border-top: 3px solid #fff;
}

ul.sub-menu ul.sub-menu > li:first-child {
	border-top: 1px solid #444;
}

ul.sub-menu > li:last-child > a {
	border-radius: 0 0 2px 2px;
}

ul.sub-menu > li > a.parent {
	background-image: url(../images/arrow.png);
	background-size: 5px 9px;
	background-repeat: no-repeat;
	background-position: 95% center;
}

#main-menu li:hover > ul.sub-menu {
	visibility: visible;
	transition: all ease 0.3s;
	opacity: 1;
}
#main-menu li:hover > ul.sub-menu {
	visibility: visible;
	transition: all ease 0.3s;
	opacity: 1;
}


/*.wrapcontent {
position:relative;
background: #fff;
flex: 1;
}*/


.opdragon::after {
	content: '';
	position: absolute;
	width: 33.26389%;
	top:80%;
	height:350px;
	min-height: 177px;
	min-width: 250px;
	/*background: url(https://vpweb.azureedge.net/wp-content/themes/vinpearl-resort/assets/images/pattern/patternmark-dark.png) no-repeat;*/
	background-size: 100%;
	opacity: .4;
	pointer-events: none;
}

.silde {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.silde img{
	width: 100%;
}
.wrapbg{
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;

}

.wrapbg-banner {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.15);
}

/* Index */

.wrap-titindex{
	position: absolute;
	z-index: 4;
	width: 100%;
	top: 21%;
}
.titindex{
	text-align: center;
	margin: 0px;
	color: #fff;
}
.welcome-index{
	font-size: 60px;
	font-family: fontutm;
	font-size: 72px;
}
.subwebcome{
	font-size: 13px;
}
.divselect{
	width: 100%;
	text-align: center;
}

.divselect select{
	width: 0%;
	padding: 10px;
	font-size: 1.4rem;
}
.titsearch{
	padding: 20px;
	background: rgba(255, 255, 255, 0.86);
	font-size: 16px;
	color: #5bc4bf; 
	width: 70%;
	margin: auto;
	cursor: pointer;
}


.viewall{
	width: 60%;
	margin: 20px auto;
	text-align: right;
}
.viewall a{
	color: #fbab19;
	font-size: 14px;
	font-family: Helvetica;
}

.txtslide{
	width: 60%;
	margin: auto;
}

.section{
	margin-top:60px;
}
.pbabout{
	padding-top: 60px;
	margin-bottom: 40px !important;
}

.wrapabout{
	margin-bottom: 20px;
}
.wrapabout .titonbrand{
	font-size: 16px;
	color: #5bc4bf;
}
.wrapabout .ourbrand{
	font-size: 28px;
	color: #fbab19;
}

.wrapabout .desbrand{
	color: #333;
	margin-bottom: 25px;
}

.owlabout .item img {
	width: 100%;
}

.active span {
	background: #5bc4bf !important;
	width: 30px !important;
	transition: all ease 1s;
}

.owlabout .owl-nav {
	position: absolute;
	width: 100%;
	top: 40%;
	color: #fff;
	outline: none;

}
.owlabout .owl-nav .owl-prev{
	float: left;
}

.owlabout .owl-nav .owl-next{
	float: right;
}
.owlabout .owl-nav i {
	font-size: 30px;
}


.aboutright{
	width: 90%;
	float: right;
}

.desoffer {
	padding: 10px 20px;
	line-height: 1.4;
	min-height: 150px;
	max-height: 150px;
}

.desoffer div{
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 72px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;

}
.desoffer h5 a{
	line-height: 1.4;
	text-decoration: none !important;
	font-family: fontgod;
	font-weight: 600;
	color: #333 !important;
	font-size: 1.6rem;
	text-overflow: ellipsis;
	height: 22px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;

}
.desoffer h5 a:hover{

	color: #5bc4bf !important;
}


.wrapimg {
	position: relative;
	width:100%;
}
.wrapimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 6/4;
}


.wrapimgmd img {
}
.alllstroom {
	margin:20px 0px;
}

.alllstroom .itemroom {
	margin: 20px 0px;
}


.wrapbgoffer {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	cursor: pointer;
}

.wrapbgoffer:hover {
	transition: all ease .3s;
	background: #5bc4bfb8;
}

.itemImg img {
	width:100%;
}



.wrapmedia {
	width: 100%;
	text-align: center;
}
.btnvideo, .btngallery{
	cursor: pointer;
}

.videomd,.gallerymd {
	width: 96%;
	margin: auto;

}
.gallerymd {
	display: none;
}


.item-video iframe {
	width:100%;
	height: 300px;
}


.wrapfooter{
	position: relative;
	border-top: 2px solid #5bc4bf;
	background: #1a4341;
	color: rgb(216, 216, 216);
	padding: 45px 0px;
}

.bgrhidden::after{
	content: '';
	position: absolute;
	width: 33.26389%;
	height: 88%;
	min-height: 177px;
	min-width: 250px;
	background: url(https://vpweb.azureedge.net/wp-content/themes/vinpearl-resort/assets/images/pattern/patternmark-dark.png) no-repeat;
	background-size: 100%;
	opacity: .4;
	pointer-events: none;
}

.nameroom {
	position:absolute;
	bottom:10px;
	width:100%;
	text-align:center;
	color:#fff;
}

.nameroom h3 {
	font-family: fontgod;
}
.nameroom p {
	font-family:fontutm;
	font-size:17px;
}

.linecolor-room {
	background: linear-gradient(-180deg,transparent 60%,#203218 100%);
}

.wraplogo {
	width: 150px;
}
.wraplogo img {
	width: 100%;
}

.infoft p{
	margin-top: 20px;
}

.bder-top{
	border-top: 1px solid #999;
}

.brder-bot{
	border-bottom: 1px solid #999;

}
.locat-ft{
	margin-top: 20px;
}

.frmsubcrise{
	padding:12px;
	color: #555;
	border: none;
	width: 170px;
}

.spansubcrise{
	margin-left: -4px;
	border: none;
	padding: 12px 20px;
	background: #5bc4bf;
	color: #fff;
}

.wrapfooter a {
	color: rgb(216, 216, 216);
	text-decoration: none;

}
.wrapfooter a:hover {
	color: #5bc4bf !important;
	text-decoration: none;

}

.bannervp {
	position: relative;
	min-height: 380px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	margin-bottom: 30px;
}

.owlabout .owl-dots {
	margin-top:12px;
}

.titbotvp {
	position:absolute;
	width:100%;
	bottom:50px;
}

.searchroom {
	position: absolute;
	width: 100%;
	bottom: -30px;
}

.titbotvp p {
	font-size: 40px;
	font-family: fontgod;
	color: #fff;
}

.bannervp img {
	width: 100%;
}

.wrapselectroom {
	margin-top:40px;
}
/*Service Top*/
.sver {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
/* Service End*/

/*Artical Top*/
.detail-news {
	position: relative;
	margin-top: -80px;
	z-index: 3;
	background: #fff;
	padding:40px;
}
/*Artical End*/

/* Room top*/
.wrpdetailroom {
	padding:20px;

}

.dt-inforoom {
	margin-bottom:40px;
}
/* Room end*/
@media all and (max-width: 1148px) {
	#wrap{
		position: absolute;
	}

	#navigation {
		position: static;
		margin-top: 19px;
		background: #fff;
	}



	#menu-toggle {
		display: block;
	}

	#main-menu {
		display: none;
		float: none;
	}

	#main-menu li {
		display: block;
		margin: 0;
		padding: 0;
	}

	#main-menu > li {
		margin-top: -1px;
	}

	#main-menu > li:first-child {
		margin-top: 0;
	}

	#main-menu > li > a {
		/*background-color: #333;
		border: 1px solid #444;  */
		color: #444;
		display: block;
		font-size: 14px;
		padding: 12px !important;
		padding: 0;
		display: table;
	}

	/* #main-menu li > a:hover {
	background-color: #333; 
} */

	.welcome-index {
		font-size: 56px;
	}

	#main-menu > li:hover > a,
	#main-menu > li.current-menu-item > a {
		color: #5bc4bf !important;
	}

	#NavLang{
		display: none;
	}


	.bkmenu{
		display: block !important;
	}

	ul.sub-menu {
		display: none;
		visibility: visible;
		margin-top: -1px;
		opacity: 1;
		margin-left: 20px;
		position: static;
		padding: 0;
		width: inherit;
	}

	ul.sub-menu > li:first-child {
		border-top: 1px solid #444 !important;
	}
	.mbmenu{
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
	ul.sub-menu > li > a.parent {
		/*background: #333 !important; */
	}

	.section {
		margin: 0px;
	}
	.wrapabout{
		padding: 0px;
	}
	.detail-news img {
		width: 100% !important;
	}

	.wd60 {
		width: 70%;
	}

	.wd50 {
		width: 70%;
	}

	.wd70 {
		width: 70%;
	}

}

@media all and (max-width: 769px) {
	.silde img {
		width: 1024px;
	}
	.wd60 {
		width: 90%;
	}
	.wd50 {
		width: 90%;
	}
	.wd70 {
		width: 90%;
	}

	.detail-news img{
		width:100% !important;
	}

	.welcome-index {
		font-size:40px;
	}



}