.serviceDes{
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: solid 1px #afdbcf;
}
.boxService{
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: solid 1px #afdbcf;
}
.boxService .title{
	text-align: center;
	font-family: 'UTM Copperplate';
	font-size: 25px;
	line-height: 33px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
}
.boxService .title:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50px;
	border-bottom: solid 1px #333333;
}
/*============================================*/
.gridSS{
	margin: 0 -5px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.gridSS .col{
	padding: 0 5px;
	width:25%;
	margin-bottom: 15px;
}
.gridSS .col1{
	padding: 0 5px;
	width:33.333333%;
	margin-bottom: 15px;
}
.service .img{
	padding-top: 66.666666%;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}
.service .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.service .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.service .tend h3 a{
	display: block;
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.serviceMore{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
	background-color: #afdbcf;
	background-image: url(../images/per-img.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.serviceMore .info{
	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%);
	width:90%;
	text-align: center;
}
.serviceMore .info .num{
	font-size: 50px;
	line-height: 58px;
	margin-bottom: 10px;
}
.serviceMore .info .txt{
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
}
.serviceMore .link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
/*=================================================*/
.bigDes{
	padding: 20px;
	border-radius: 5px;
	overflow: hidden;
	/* background: #afdbcf url(../images/bg-per.png) no-repeat bottom right; */
	background: #389e81;
	margin-bottom: 30px;
	color: #fff;
}
.bigDes .img img{
	width: 100%;
}
.partService{
	margin-bottom: 40px;
}
.partService .title {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 15px;
    font-family: 'UTM Copperplate';
    position: relative;
    margin-bottom: 25px;
	color: #fff;
}
.partService .title:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	background: #389e81;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.partService .reveal-bg::before{
	width: 0;
	transition: width 1s ease;
}
.partService .reveal-bg.scrolled:before{
	width: 100%;
}
.partService .title span{
	position: relative;
}
/*=============================================*/
.templateStep{
	padding-left: 100px;
	position: relative;
	padding-bottom: 20px;
}
.templateStep:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 32px;
	border-left: dotted 5px #afdbcf;
}
.templateStep .step {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: solid 3px #afdbcf;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 12px;
    text-transform: uppercase;
    z-index: 1;
    background: #ffffff;
}
.templateStep .step span{
	display: block;
}
.partService .templateStep:last-child:before{
	display: none;
}
.listDesign ul{
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}
.listDesign ul li{
	padding-left: 25px;
	position: relative;
	margin-bottom: 5px;
}
.listDesign ul li:before{
	content: "\f111";
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 6px;
	line-height: 22px;
}
#slide-baner-img{
	margin-bottom: 20px;
}
#slide-baner-img img{
	width: 100%;
}
#slideImg{
	margin-bottom: 10px;
}
#slideImg .slick-list{
	margin: 0 -5px;
}
#slideImg .item{
	margin: 0 5px;
}
#slideImg .item .img{
	height: 333px;
	background: #afdbcf;
	margin-bottom: 5px;
}
#slideImg .item .img img{
	height:100%;
	max-width: initial;
	width:initial;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0.2;
}
#slideImg .item.slick-current img{
	opacity: 1;
}
#slideImg .slick-arrow{
	width:50px;
	height:50px;
	background: #ffffff;
	border:none;
	position: absolute;
	top: 50%;
	-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;
	border-radius: 100%;
	font-size: 0;
}
#slideImg .slick-prev{
	left:20px;
}
#slideImg .slick-next{
	right:20px;
}
#slideImg .slick-arrow:before{
	font-family: FontAwesome;
	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: 16px;
	line-height: 24px;
}
#slideImg .slick-prev:before{
	content: "\f104";
}
#slideImg .slick-next:before{
	content: "\f105";
}
#slideImg .slick-arrow:hover{
	color:#c81b70;
}
#slideImg .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	text-align: center;
}
#slideImg .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
#slideImg .slick-dots li button{
	width:10px;
	height:10px;
	background: #e5e5e5;
	border-radius: 100%;
	font-size: 0;
	padding:0;
	border:none;
}
#slideImg .slick-dots li.slick-active button{
	background: #fceaeb;
}
.ttt{
	font-size: 13px;
	line-height: 21px;
	color:#bbbbbb;
	font-style: italic;
	margin-bottom: 20px;
}
/*==============================================*/
.partPromotion{
	padding: 20px 30px;
	margin-bottom: 20px;
	position: relative;
}
.partPromotion:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 5px;
	border:dashed 3px #ffb7b7;
	-webkit-animation: chopchop 1s linear infinite;
	-o-animation: chopchop 1s linear infinite;
	animation: chopchop 1s linear infinite;
	pointer-events: none;
}
@keyframes chopchop{
	0%{opacity: 1}
	25%{opacity: 0}
	50%{opacity: 1}
	75%{opacity: 0}
	100%{opacity: 1}
}
.partPromotion .content{
	font-family: 'UTM Avo';
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	margin-bottom: 15px;
}
.partPromotion .content p{
	padding-left: 35px;
	background: url(../images/gift2.gif) no-repeat top 4px left;
	background-size: 20px;
}
.partPromotion .content p span{
	font-size: 19px;
	line-height: 27px;
	color:#c81b70;
}
.partPromotion .linkAdv{
	text-align: center;
}
.partPromotion .linkAdv a{
	display: inline-block;
	padding: 8px 20px;
	border-width: 2px;
}
.partPromotion .linkAdv a span{
	background: url(../images/i-calendar.png) no-repeat center left;
}
/*==============================================*/
.partPopup{
	padding-top: 25px;
	margin-top: 25px;
	border-top: solid 1px #afdbcf;
}
.partPopup .t1{
	text-align: center;
	font-size: 17px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}
.partPopup .t2{
	text-align: center;
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 20px;
}
.partPopup .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 -5px;
	text-align: center;
	flex-wrap: wrap;
}
.partPopup .grid .col1{
	width:-webkit-calc(50% - 35px);
	width:-moz-calc(50% - 35px);
	width:-o-calc(50% - 35px);
	width:calc(50% - 35px);
	padding: 0 5px;
}
.partPopup .grid .col2{
	width: 70px;
	padding: 0 5px;
}
.linkBooking a{
	display: block;
	background: #afdbcf;
	border-radius: 20px;
	padding: 8px 10px;
	text-transform: uppercase;
	text-align: center;
	border:solid 1px #afdbcf;
	color:#333333;
}
.linkBooking a span{
	padding-left: 35px;
	background: url(../images/i-calendar.png) no-repeat center left;
}
.linkBooking a:hover{
	background: #ffffff;
}
.linkAdv a{
	display: block;
	background: #ffffff;
	border-radius: 20px;
	padding: 8px 10px;
	text-transform: uppercase;
	text-align: center;
	border:solid 1px #afdbcf;
	color:#333333;
}
.linkAdv a span{
	padding-left: 35px;
	background: url(../images/i-phone.png) no-repeat center left;
	background-size: 20px;
}
.linkAdv a:hover{
	background: #afdbcf;
}
.comment{
	margin-bottom: 0;
}
.partPopup2{
	padding: 30px 45px;
	background: #fceaeb;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 5px;
}
.partPopup2 .txt{
	font-family: 'UTM Avo';
	font-weight: bold;
}
.partPopup2 .linkAdv a {
    display: inline-block;
    padding: 8px 20px;
    border-width: 2px;
}
.partPopup2 .linkAdv a:hover{
	border-color: #c81b70;
	background: #ffffff;
}
/*====================================================*/
.boxSidebar{
	margin-bottom: 20px;
}
.boxSidebar .title{
	font-size: 20px;
	line-height: 30px;
	font-family: 'UTM Copperplate';
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.boxSidebar .title:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	border-bottom: solid 1px #333333;
}
.boxSidebar .addressSidebar{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #afdbcf;
}
.boxSidebar .addressSidebar p{
	padding: 0;
}
#slideOther{
	padding-bottom: 70px;
}
#slideOther .slick-list{
	margin: -10px 0px;
}
#slideOther .item{
	padding: 10px 0;
}
#slideOther .slick-arrow{
	width:50px;
	height:50px;
	background: #ffffff;
	border:solid 2px #afdbcf;
	position: absolute;
	left: 50%;
	bottom: 0;
	font-size: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 100%;
}
#slideOther .slick-prev{
	margin-left:-30px;
}
#slideOther .slick-next{
	margin-left:30px;
}
#slideOther .slick-arrow:before{
	font-family: FontAwesome;
	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: 16px;
	line-height: 24px;
}
#slideOther .slick-prev:before{
	content: "\f104";
}
#slideOther .slick-next:before{
	content: "\f105";
}
#slideOther .slick-arrow:hover{
	color:#c81b70;
}
/*==================================================*/
#vnt-main{
	position: relative;
}
.vnt-menu-fixed{
	position: absolute;
	right: 105%;
	min-width: 90px;
}
.vnt-menu-fixed ul li{
	margin-bottom: 10px;
}
.vnt-menu-fixed ul li a{
	width: 90px;
	height: 75px;
	border-radius: 5px;
	border:solid 1px #afdbcf;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 12px;
	line-height: 18px;
	color:#333333;
	text-align: center;
}
.vnt-menu-fixed ul li a img{
	height:30px;
	margin-bottom: 5px;
}
.vnt-menu-fixed ul li.active a,
.vnt-menu-fixed ul li:hover a{
	background: #afdbcf;
}
/*===================================================*/
.the-content{
	margin-bottom: 30px;
}
/*================================================================*/
/*=========================RESPONSIVE=============================*/
/*================================================================*/
@media all and (max-width: 1367px){
.vnt-menu-fixed{
	right: 99%;
	min-width: 70px;
}
.vnt-menu-fixed ul li a{
	width: 65px;
	font-size: 10px;
	line-height: 20px;
}
.vnt-menu-fixed ul li a img{
	height: 20px;
}
}

@media all and (max-width: 991px){
.bigDes{
	padding: 20px;
}
.vnt-menu-fixed{
	position: initial;
}
.menuFixed ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 -5px;
}
.menuFixed ul li{
	width: 20%;
	padding: 0 5px;
}
.menuFixed ul li a{
	width:initial;
}
}

@media all and (max-width: 768px){
.gridSS .col,
.gridSS .col1{
	width: 50%;
}
.serviceMore .info .num{
	font-size: 40px;
	line-height: 50px;
}
.partPopup .grid .col1,
.partPopup .grid .col2{
	width: 100%;
	margin-bottom: 10px;
}
.vnt-menu-fixed ul li a img{
	height:20px;
}
}

@media all and (max-width: 767px){
.partPopup2{
	display: block;
	padding: 25px 15px;
}
.partPopup2 .txt{
	margin-bottom: 10px;
}
.partPopup2 .linkAdv a{
	display: block;
}
}

@media all and (max-width: 640px){
#slideImg .item .img{
	height:initial;
}
#slideImg{
	padding-bottom: 35px;
}
}

@media all and (max-width: 480px){
.vnt-menu-fixed ul li a {
	height: 50px;
}
.menuFixed ul li a span{
	display: none;
}
.vnt-menu-fixed ul li a img{
	margin-bottom: 0;
}
}

@media all and (max-width: 360px){
.gridSS .col,
.gridSS .col1{
	width: 100%;
}
.linkAdv a,
.linkBooking a{
	font-size: 12px;
}
}


/* .partService .title {
  background-color: #3a9e87;
  border-radius: 8px;
  padding: 20px 30px;
  display: inline-block;
  overflow: hidden;
}

.partService .title span {
  font-size: 24px;
  font-weight: 700;
  color: white;
  position: relative;
  display: inline-block;
  animation: slideInLeft 0.6s ease-out both;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.partService .title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 3px;
  width: 100%;
  background: white;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.partService .title span:hover::after {
  transform: scaleX(1);
} */