

* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #444;
  line-height: 1.9;
  background-color: #f3f3f3;
}
.banner-group-video {
    width: 100%;
}

/* giá»¯ Ä‘Ãºng tá»‰ lá»‡ video 16:9 */
.video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    overflow: hidden;
}

/*video-banner*/
.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.video-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    pointer-events: none;
    background: rgba(0,0,0,0.25);
}

.banner-title {
    font-size: clamp(22px, 5vw, 48px);
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.banner-subtitle {
    margin-top: 8px;
    font-size: clamp(14px, 2.5vw, 18px);
    color: #eee;
}
/* Policy */

.policy-content {
	overflow: hidden;
	text-align: left;
	line-height: 26px;
	margin-top: 60px;
	font-size: 13pt;
	background: url(../images/services-home.webp);
	background-size:cover;
	padding:50px;
}
.text-policy {
	background: rgba(255, 255, 255, 0.4);
	padding:30px;
}

.policy-content h4 {
	font-size: 16pt;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	line-height: 30px;
}
/* SLIDER */
.group-videohome iframe
{
    max-width:550px;
    width:100%;
    height:360px; 
    margin-top:20px;
    margin-bottom:10px;
    text-align:center;
    margin:0px auto;
}
.group-videohome
{
    
    text-align:center;
    margin:0px auto;
}
.section__description
{
    font-size: 18pt;
}
.section__header
{
    font-size: 14pt;
}
.testimonial-left
{
    margin-top: 70px;
    width: 35%;
    float: left;
    background: #f1f1f1;
    padding: 50px 20px;
    margin-right: 5%;
}
/*slider banner*/
.slider-container {
	position: relative;
	width: 100%;
	height: 700px; /* Điều chỉnh chiều cao banner tại đây */
	overflow: hidden;
	background-color: #f0f0f0;
	margin-top: 100px;
}
.slider-container-page{
	height: 450px!important;
}
.slides-wrapper {
	display: flex;
	width: 300%; /* Vì có 3 hình */
	height: 100%;
	transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide-banner {
	width: 33.333%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: end;
	justify-content: flex-start; /* Đẩy nội dung sang bên trái */
}

/* Lớp phủ để làm mờ nhẹ hoặc tạo hiệu ứng giống mẫu */
.slide-banner::before {
	content: '';
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0.6) 0%, transparent 50%);
}

/* Khối nội dung chữ nằm lệch bên trái */
.content-slider-banner {
	position: relative;
	z-index: 2;
	margin-left: 10%; /* Khoảng cách lề trái giống mẫu */
	bottom: 15%;
	color: #1a3a5a; /* Màu xanh đậm sang trọng */
	text-align: right;
}

.content-slider-banner h1 {
	font-size: 30pt;
    letter-spacing: 4px;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
}

.content-slider-banner p {
	font-size: 20pt;
    margin-top: 10px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #000;
}

/* Nút bấm Next/Prev */
.nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.7);
	border: none;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 20px;
	z-index: 10;
	transition: 0.3s;
}

.nav-btn:hover { background: #fff; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.prev { left: 20px; }
.next { right: 20px; }

/* Chấm tròn báo hiệu */
.dots-container {
	position: absolute;
	bottom: 25px;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 12px;
	z-index: 10;
}

.dot-banner {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: 0.3s;
}

.dot-banner.active {
	background: #1a3a5a;
	transform: scale(1.3);
}
/*slider banner*/
.slider {
  max-width: 100rem;
  height: 50rem;
  margin: 0 auto;
  position: relative;
  float: right;
  width: 60%;
  /* IN THE END */
  overflow: hidden;
}
.slider2{
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.review-social
{
    width: 100%;
    overflow: hidden;
    
}
.review-social-l
{
    width: 45%;
    float: left;
    background: #fff;
    border-radius: 30px;
    padding: 5px 0 0 0;
    margin: 2.5%;
}
.review-social-l a
{
    display: block;
}
.review-social-l i
{
   color: #fff;
}
.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;

  /* THIS creates the animation! */
  transition: transform 1s;
}

.slide > img {
  /* Only for images that have different size than slide */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider__btn {
  position: absolute;
  top: 50%;
  z-index: 10;

  border: none;
  background: rgba(255, 255, 255, 0.7);
  font-family: inherit;
  color: #333;
  border-radius: 50%;
  height: 5.5rem;
  width: 5.5rem;
  font-size: 3.25rem;
  cursor: pointer;
}

.slider__btn--left {
  left: 6%;
  transform: translate(-50%, -50%);
}

.slider__btn--right {
  right: 6%;
  transform: translate(50%, -50%);
}

.dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.dots__dot {
  border: none;
  background-color: #b9b9b9;
  opacity: 0.7;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  margin-right: 1.75rem;
  cursor: pointer;
  transition: all 0.5s;

  /* Only necessary when overlying images */
  /* box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.7); */
}

.dots__dot:last-child {
  margin: 0;
}

.dots__dot--active {
  /* background-color: #fff; */
  background-color: #888;
  opacity: 1;
}

/* TESTIMONIALS */
.testimonial {
  width: 70%;
  position: relative;
}

.testimonial::before {
  content: '\201C';
  position: absolute;
  top: -5.7rem;
  left: -6.8rem;
  line-height: 1;
  font-size: 13rem;
  font-family: inherit;
  color: var(--color-primary);
  z-index: -1;
}

.testimonial__header {
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.testimonial__text {
  font-size: 1.7rem;
  margin-bottom: 3.5rem;
  color: #666;
  text-align: left;
}

.testimonial__author {
  margin-left: 3rem;
  font-style: normal;

  display: grid;
  grid-template-columns: 6.5rem 1fr;
  column-gap: 2rem;
}

.testimonial__photo {
  grid-row: 1 / span 2;
  width: 36px;
  border-radius: 50%;
}

.testimonial__name {
  font-size: 1.7rem;
  font-weight: 500;
  align-self: end;
  margin: 0;
}

.testimonial__location {
  font-size: 1.5rem;
}

.section__title--testimonials {
  margin-bottom: 4rem;
}


@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=DM+Sans:opsz@9..40&display=swap');

body
{
	padding:0px;
	margin:0px;	
	font-family: "Montserrat", sans-serif;
	background: #fff;
	color:#000;
}
.groupfbye
{
    background: #000;
    height: 108px;
    width:55px;   
    top:30%;
    left:-2px;
    position: fixed;
    z-index:99999999;
    padding:10px;	
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    -moz-border-top-right-radius:10px;
    -moz-border-bottom-right-radius:10px;
}

.groupfbye i
{
	font-size: 12pt;
	color: #fff;
	padding-left: 10px;
}

.line
{
    border-bottom:1px solid rgba(255,255,255,0.2);
    height:5px;
    width:33px;
    text-align:center;
    margin-bottom:10px;
}
.eapps-instagram-feed-title
{
    color:#fff!important;
 }
.wrapper
{
	width:100%;
	max-width:1500px;
	margin:0px auto;
	overflow:hidden;
}
.wrapper1
{
    width:100%;
	margin:0px auto;
	overflow:hidden;
}
.bttop
{
	position:fixed;
	right:30px;
	bottom:30px;
	opacity:1.0;
	cursor:pointer;
	display:none;
	z-index:99999;
}
.bttop:hover
{
	opacity:0.5;    
}

/* Menu */
.groupheader
{
	width:100%;
	z-index:99;
	background: #fff;;
	position: fixed;
}
.header
{
	width: 100%;
	max-width: 1500px;
	margin:0px auto;
	overflow:hidden;
}
.header_m
{
	display:none;
}
/*Load deal top*/
#wrap_notifi
{
    overflow:hidden;    
}
#notification
{
    width:100%;
    background:#8d8f8e;
    position: fixed;
    top: 0;
    z-index:999999;    
    text-align:center;
    color:#fff;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 15pt;
    display:none;
    padding: 5px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
.notificationtop a
{
    color:#a61e22;
    text-decoration:none;    
    background:#fff;
    padding:4px 5px 4px 5px;
    font-size:11pt;
    border-radius:5px;
    -moz-border-radius:5px;
    margin-left:10px;
    cursor:pointer;
}
/*Load deal top*/
/* Logo */
.grouplogo
{
	margin-top:0px;
	width: 20%;
	float: left;
}
#logo
{
	width: 100%;
	max-width: 200px;
}
#logo h1
{
	margin:0px;
	padding:0px;
}
#logo img
{
    padding-top: 20px;
    width:150px;
}
.text-top{
	width: 20%;
	float: left;
	font-size: 11pt;
	letter-spacing: 4px;
	line-height: 100px;
}
/* Logo */
.appointmentForm-box{
	margin: 50px 0px!important;
}
.menu, .menu-bottom
{
    float:right;
    text-align: right;
}
.menu ul, .menu-bottom ul
{
	padding:0px;
	margin:0px;
}

.menu ul li, .menu-bottom ul li
{
	margin:0px;
	float:left;
	list-style-type:none;
	padding:0px 0px 0px 20px;
}
.menu ul li a, .menu-bottom ul li a
{
	color:#000;
	text-decoration:none;
	font-size:11pt;
	text-transform:uppercase;
	-o-transition:all 0.15s ease-in;
	-ms-transition:all 0.15s ease-in;
	-moz-transition:all 0.15s ease-in;
	-webkit-transition:all 0.15s ease-in;
	transition:all 0.15s ease-in;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 1px;
}
.menu ul li:last-child
{
	background:none;
}
.menu ul li:hover, .menu ul .selected
{
    border-bottom: 1px dashed #fff;
	color: #224E6F !important;
    font-weight: 600;
}
.menu ul li:hover > ul
{
	max-height:380px;
	-o-transition:all 0.5s ease-in;
	-ms-transition:all 0.5s ease-in;
	-moz-transition:all 0.5s ease-in;
	-webkit-transition:all 0.5s ease-in;
	transition:all 0.5s ease-in;    
}
.menu ul ul
{
	width:220px;
	max-height:0px;
	background:rgba(35, 31, 32, 0.9);
	position:absolute;
	overflow:hidden; 
	-o-transition:all 0.15s ease-out;
	-ms-transition:all 0.15s ease-out;
	-moz-transition:all 0.15s ease-out;
	-webkit-transition:all 0.15s ease-out;
	transition:all 0.15s ease-out;  
}
.menu ul ul li
{
	height:30px;
	line-height:30px;
	float:none;
	background:none;   
}
.menu ul ul li:first-child
{
	margin-top:10px;    
}
.menu ul ul li:last-child
{
	margin-bottom:10px;    
}
.menuimg
{
	display:none;
}
/* Menu */


/*banner*/

.bannergroup
{
    width:100%;
    height:750px;    
    position:relative; 
    overflow:hidden;
}
.my-banner
{
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    opacity: 0.0;
    overflow:hidden;
    width:100%;
    padding:0;
    margin:0;
}
.bannergroup img
{
}
#banner1
{
    /*background:url(../images/banner1.webp) center center no-repeat;
    background-size:100%;*/
}
#banner2
{
    background:url(../images/banner2.webp) center center no-repeat;
    background-size:100%;
}
#banner3
{
    background:url(../images/banner3.webp) center center no-repeat;
    background-size:100%;
}
#button
{
    
}
#backbt
{
	position:absolute;
	top:30%;
	left:10%;
	cursor:pointer;
	background: url(../images/back.png) no-repeat 0 0;
	display: block;
	height: 45px;
	width: 23px;
	z-index: 9;
}
#backbt:hover
{
	background:url(../images/backhover.png) no-repeat 0px  0px;
}
#nextbt
{
	position:absolute;
	top:30%;
	right:10%;
	cursor:pointer;
	background:url(../images/next.png) no-repeat 0px  0px;
	display: block;
	height: 45px;
	width: 23px;
	z-index: 9;
}
#nextbt:hover
{
    background: url(../images/nexthover.png) no-repeat 0px  0px;
}
.sologan
{
    width:100%;
    position:absolute;
    top:30%; 
}
.sologan-item
{
    width:100%;
    text-align:center;    
    font-size: 24pt;
    color:#fff;
    
}   
.sologan-item h2
{
    font-family: 'Lato', sans-serif;
    font-size: 26pt;
    color:#1c4b8b;
}

.banner_title_txt
{
   
    overflow:hidden;
    display:none;
    font-family: 'Great Vibes', cursive;
    font-size:5vw; 
    color:#fff;
    text-shadow:1px 1px 3px #000;
}
.banner_title_txt h1
{
    
    font-family: 'Pacifico', cursive;
    font-size:8vw;
        
 }

.banner_title_txt-small
{
    width:100%;
    overflow:hidden;
    display:none;
    text-shadow:1px 1px 3px #000;
    font-size:2.5vw;
    
}
/*banner*/


/*Bg_home*/
#bg_home
{
	position: relative;
	background:url(../images/bg_home.jpg)0px 0px no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.home_box
{
	text-align:center;
	font-family: 'Pontano Sans', sans-serif;
	height: 650px;
}
#banner-text1,#banner-text2
{
	position: absolute;
	z-index: 9999;
	display: none;
	font-family: 'Abril Fatface', cursive;
}
#banner-text1
{
	top: 200px;
	font-size: 3vw;	
	/*left: 50%;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    text-align: center;*/
	color: #fff;

}

#banner-text3
{
	overflow: hidden;
	width: 180px;
	height:40px;
    bottom: 300px;
    /*left: 50%;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);*/
    position: absolute;
	border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:20px;
	background: grey;
}
#banner-text3 a
{
	color: #fff;
	height:30px;
	line-height: 39px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	display: block;
	
}
#banner-text3:hover
{
    background:#000;
    
}

#small
{
	font-size:2vw;
	text-transform:uppercase;
	font-weight:bold;
	opacity:0;
}
#large
{
	font-size:6vw;
	opacity:0;
}

/*about us*/

#About
{
	overflow: hidden;
    margin-top: 70px;
    margin-bottom: 40px;
}
#About h2
{
   color: #224e6f;
    font-family: "Montserrat", sans-serif;
   font-size: 30pt;
   font-weight: 400;
}
#about_txt
{
	font-size: 15pt;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}
#about_txt p
{
	margin-bottom: 20px;
}
#about_txt span
{
	color:#666;
}
.group-about-text{
	width: 50%;
	float: left;
}
.about-img{
	width: 45%;
	float: right;
	text-align: right;
}
.video_home
{
    width:50%;
    margin:0px auto;
}
.book
{
    width: 180px;
    float:right;
    margin-top: 20px;
}
.book:hover
{
    opacity: 0.8;
}
.book a
{
    background:#444444 url(../images/calendar.png) 30px center no-repeat;
    display: block;
    width: 120px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding-left: 60px;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.over
{
    width: 68%;
    float: left;
 }
.title
{
    font-size:18pt;
    color: #666; 
    margin-bottom: 10px;    
}
.text
{
    margin-bottom: 10px;
}
.commitment
{
    margin-top: 20px;}
.logan
{
    width:28%;
    float: right;
    background: rgba(247,147,30, 1);
    padding: 20px 10px 20px 10px;
    color: #fff; 
}
.logan span
{
    color: #000;     
}
.wrapper h1
{
	font-family: 'Fugaz One', cursive;
	margin-top:20px;
    margin-bottom:20px;
    font-size:30pt;
    color: #666;
    text-align:center;
}
.wrapper h1 p
{
	font-size:12pt;
	font-family: 'Open Sans', sans-serif;
}

/*.line
{
	border-top: 1px dashed #919191;
	margin: auto;
	margin-top: 60px;
	width: 100%;
	max-width: 1170px;
}*/
/*services-home*/
.services-home {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
    background: white;
    gap: 40px;
	padding-top: 100px;
}

.sv-logo-box {
	text-align: center;
}

.sv-logo-box h1 img {
	width: 100%;
	max-width: 250px;
}
.divider {
	width: 2px;
	height: 100px;
	background: linear-gradient(to bottom, transparent, #1a3a5a, transparent);
}

.intro-text {
	font-size: 15pt;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}

/* --- Phần Menu (Phía dưới nền đá) --- */
.menu-section {
	position: relative;
	/* Thay link ảnh nền marble nếu bạn có file riêng */
	background: url(../images/services-home.webp) 0px 0px no-repeat;
	background-size: cover;
	background-color: #f2f2f2;
	padding: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu-grid {
	display: flex;
    width: 100%;
    max-width: 1214px;
	justify-content: space-between;
	align-items: center;
}

.menu-column {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu-column li a{
	color: #444;
	text-decoration: none;
	font-size: 17pt;
}
.left-col { text-align: left; }
.right-col { text-align: right; }

/* --- Nút View Full Menu --- */
.menu-button-container {
	flex: 0 0 250px; /* Độ rộng cố định cho nút ở giữa */
	text-align: center;
}

.btn-menu {
	background-color: #244d6d; /* Màu xanh đậm của Tipsy */
	color: white;
	padding: 20px 70px;
	border-radius: 8px;
	text-decoration: none;
	display: inline-block;
	transition: 0.3s;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.btn-menu:hover {
	background-color: #1a3a5a;
	transform: translateY(-2px);
}

.btn-menu span {
	display: block;
	font-size: 14pt;
	text-transform: lowercase;
	letter-spacing: 1px;
}

.btn-menu strong {
	display: block;
	font-size: 28px;
	letter-spacing: 8px;
	font-weight: bold;
}
.compareSect{
    width: 100%;
	overflow: hidden;
}
.compareSect .box.left {
    position: relative;
    float: left;
    width: 65%;
    background: #fff;
}
.compareSect .box.left .topHead {
    background: #224E6F;
    display: flex;
    align-items: center;
    padding: 10px 30px;
}
.compareSect .box.left .topHead>h2 {
    color: #fff;
    font-size: 45px;
    margin: 44px 0;
    font-weight: 500;
}
.compareSect .box.left .subHead {
    background: #386E8F;
    display: flex;
    color: #fff;
    align-items: center;
}
.compareSect .box.right {
    width: 35%;
    float: left;
}
.compareSect .box.right>.topHead {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #E3E3E6;
    padding: 10px;
}
.compareSect .box.right>.topHead h2 {
    margin: 40px 0 0;
    font-size: 38px;
    font-weight: 600;
}
.compareSect .box.right>.topHead h4 {
    margin: 0 0 15px;
    font-size: 30px;
    font-weight: 400;
}
.home-section-3 .center-title {
    text-align: center;
}
.home-section-3 .center-title h3 {
    font-size: 26px;
    color: #224E6F;
}
.home-section-3 .center-title p {
    font-size: 21px;
    line-height: 30px;
}
.compareSect .box.left .subHead {
    background: #386E8F;
    display: flex;
    color: #fff;
    align-items: center;
}
.compareSect .box.left .subHead>h3 {
    padding: 15px 30px;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}
.compareSect .box.left .leftImg {
    width: 100%;
}
img.vsIcon {
    position: absolute;
    top: 0;
    width: 153px;
    right: -75px;
    z-index: 9;
}
.compareSect-right img{
    width: 100%;
}
.compareSect-title{
    width: 100%;
	font-size: 15pt;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}
.compareSect-title h3{
    font-size: 26px;
    color: #224E6F;
	font-weight: 500;
}
/*services-home*/
.home_box_c
{
    overflow:hidden;
    width: 100%;
    height:533px;
}
.thumb
{
	position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.thumb .box_info div h1
{
    color:#fff;
    text-transform:uppercase;
    font-size:36pt;
    line-height: 60px;
	position:absolute;
	top:10%;
	left: 53%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.thumb .box_info div h5
{
    color:#fff;
    font-size:15pt;
	position:absolute;
	top:27%;
	left: 40%;
    transform: translate(-30%, -70%);
    -ms-transform: translate(-30%, -70%);
    -webkit-transform: translate(-30%, -70%);
}
.thumb .box_info div p 
{
    color:#fff;
    font-size:12pt;
	position:absolute;
	top:65%;
	left: 40%;
    transform: translate(-30%, -70%);
    -ms-transform: translate(-30%, -70%);
    -webkit-transform: translate(-30%, -70%);
}
/*content*/
.group-services
{
    width:100%;
    padding-bottom:30px;    
}
.content
{
	width:100%;
	max-width:1500px;
	overflow:hidden;
	min-height:300px;
	margin:0px auto;
	text-align:center;
	margin-bottom:30px;
}
.content h1
{
    color: #000;
    font-family: 'Abril Fatface', cursive;
    font-size:30pt;
}
.serviceshome_box
{
    overflow:hidden;
}
.content_box
{
	float:left;
	width: 24.5%;
	background-color:rgba(255,255,255,0.8);
	text-align:center;
	padding:20px 0px;
	margin-right:0.5%;
	height: 600px;
	margin-bottom:10px;
}
.content_box2
{
	float:left;
	width: 33%;
}

.title_svindex h2
{
    font-size:12pt !important;
}
.content_box_last
{
    margin-right:0px;
}
.bg_light_grey
{
    background:#dddfde;
}
.content_img
{
    overflow:hidden;
}
.content_img img
{
	width:90%;
	margin-bottom:20px;
}
.content_box h2
{
	font-family: 'Pontano Sans', sans-serif;
	text-transform:uppercase;
	font-size:22pt;
	color:green;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
.home_box_c
{
    height: auto;
}
.serviceshome_txt
{
    font-size:11pt;
    line-height:25px;
    margin:10px 0px;
    min-height:130px;
    padding:5px;
}
.content_box a
{
    text-decoration:none;
    line-height:30px;
    padding:5px 10px;
    margin-top:20px;
}
.more_btn
{
    text-align:center;
    background:#00a2ff;
    color:#fff;
    border-radius:4px;
}
.content_box a:hover
{
    opacity:0.8;
}
.gifthomebox
{
    overflow:hidden;
    width:100%;
    padding-top:30px;
    
}
.gifthome_l
{
    width:48%;
    float:left;
    background:url(../images/bg-party.webp) center center no-repeat;
    background-size:cover;
    padding-top:30px;
    border:3px double #a3ddff;
}
.gifthome_r
{
    width:48%;
    padding-top:30px;
    background:url(../images/bg-party.webp) center center no-repeat;
    background-size:cover;
    float:right;
    border:3px double #a3ddff;
}

.box_l
{
    
    width:65%;
    float:left;
    margin:0px auto;

}
.box_r
{
    
    width:35%;
    float:right;
    padding-top:45px;
    margin:0px auto;
}
.features-centerbox{
    text-align: center;
}
.features-centerbox p{
    margin-bottom: 0;
	color: #000;
	padding:20px;
	font-size:12pt;
	line-height:25px;
}

.img_sanition
{
	
	height:200px;
}

.features-center{
    text-align: center;
}
.features-center p{
    margin-bottom: 0;
	color: #000;
	padding:20px;
	font-size:12pt;
	line-height:25px;
}
.features-icon{
    width: 110px;
    height: 110px;
    line-height: 110px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    margin: 0 auto 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.features-icon i{
    font-size: 60px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.features-title{
    font-size: 17pt;
    font-family: 'Abril Fatface', cursive;
    position: relative;
    color:#000;
}
.features-title:before{
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
    z-index: 1;
    width: 24px;
    height: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.features-center:hover .features-title:before{
    width: 80px;
    margin-left: -40px;
}
.features-icon.alt-1{
    width: 110px;
    height: 110px;
    line-height: 110px;
    background-color: #ffffff;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    margin: 0 auto 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.features-icon.alt-1 i{
    font-size: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.features-center:hover .features-icon.alt-1 i{
    color: #ffffff;
}
.features-center img
{
	border-radius: 50%;
	border: 2px solid #a3ddff;
	padding: 5px;
	width:100%;
}
.features-center img:hover
{
	border: 2px solid #000;
}


/*footer*/
.footer
{
	width: 100%;
    position: relative;
    font-size: 11pt;
    line-height: 25px;
    color: #000;
    min-height: 100%;																						
}
.footer_box
{
    overflow:hidden;
    color:#000;
	margin: 20px 0px;
}
.footer_title
{
    font-size: 18px;
    color: #969494;
    font-family: "Montserrat";
}
.footer_l
{
    width:50%;
    float:left;
	text-align: left;
}
.footer_r
{
    width:50%;
    float:right;
}
.social_footer
{
    margin-right:15px;
	color: #224E6F;
	font-size: 20px;
}
.social_footer:hover
{
    opacity:0.6;
}
.phone-index-bottom{
    width: 50%;
	float: left;
}
.social{
    width: 50%;
	float: right;
}
.copyright
{
	text-align: center;
    background: #224e6f;
    line-height: 45px;
    font-size: 20pt;
    color: #fff;
    padding: 20px 0px;
}
.copyright a
{
	font-size: 30px;
    color: #fff;
    font-weight: 500;
	text-decoration: none;
}
#bookonline
{
    text-align:center;  
    margin:0px auto; 
    margin-top:2px;  
    display:none; 
}
#bookonline a
{
    display: block;
    text-decoration:none;
}
#bookonline:hover
{
    opacity: 0.9;
}
/*SERVICES PAGE*/
.header_img
{
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url("../images/bg-page.jpg");
	min-height: 50%;
}
.header_box
{
	text-align:center;
	font-family: 'Pontano Sans', sans-serif;
	color:#fff;
}
.top_title
{
	font-size:20pt;
	text-transform:uppercase;
}
.top_slogan
{
	font-size:3.5vw;
	margin:20px 0px 30px 0px;
}
/*services*/
.services
{
	width:100%;
	height:auto;
	/*padding-bottom:50px;*/
	padding-top:50px;
}
.contentservices-left
{
	width: 45%;
	padding:10px;
	float: left;
}
.contentservices-right{
	width: 45%;
	padding:10px;
	float: right;
}
.servicesbox
{
	overflow: hidden;
	margin-bottom:50px;
}
.servicesbox h2
{
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #224E6F;
    padding: 10px 0px;
	font-weight: 600;
}
.servicesbox h3
{
    font-size: 20pt;
	text-align:center;
	padding-top:30px;
}
.groupservicesimg
{
	overflow:hidden;
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
.servicesimg
{   
    margin-bottom:20px;    
	
}
.servicesimg img
{
	border-width:4px;
	border-style: double;
	color:#ccc;
	box-shadow:2px 4px 6px #cecece;

}
/*color:#ccc;
*/
.servicesimg2
{
    margin-left:5px;
}
.servicesimg2 img
{
	border-width:4px;
	border-style: double;
	color:#90278e;
	box-shadow:2px 4px 6px #cecece;
}
.row
{
    padding-top:5px;
    padding-bottom:6px;
    margin-bottom:5px;
    border-bottom:1px dotted #ccc;
    width: 100%;
    overflow:hidden;
    font-size:13pt;
    color:#000;
}
.row_name
{
	text-align: justify;
	color: #000;
	width: 70%;
	float: left;
}
.row_note
{
    color:#666;  
    font-size:12pt;
    font-weight:300;      
    margin-top:5px;
    width: 100%;
    overflow:hidden;
}
.row_note ul
{
    margin-left:20px;
}
.price
{
    text-align: right;
    color: #000000;
    font-weight: 400;
    width: 30%;
    float: left;
}
.service_note
{
    text-align:center;
    margin:20px 0px;
    color:#333;
    font-weight:bold;
}
.borderservices
{
	text-align:center;
}
.bg_border
{
    text-align:center;
}
.bg_border img
{
    max-width:1030px;
    width:100%;
}
.menu-container {
	width: 100%;
	max-width: 900px;
}

/* Tiêu đề chính */
.main-header h2 {
	color: var(--blue-dark);
	letter-spacing: 2px;
	margin-bottom: 5px;
	font-size: 24px;
}

.main-header p {
	color: var(--text-gray);
	font-size: 14px;
	margin: 5px 0;
	line-height: 1.6;
}

/* Accordion Style */
.accordion-item {
	margin-bottom: 10px;
	border-radius: 4px;
	overflow: hidden;
}

/* Ẩn checkbox để dùng logic click */
.accordion-input {
	display: none;
}

/* Thanh tiêu đề dịch vụ */
.accordion-label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 20px;
	background-color: #D0E1F2;
	color: #224e6f;
	font-weight: bold;
	font-size: 13pt;
	cursor: pointer;
	letter-spacing: 1px;
	transition: background 0.3s;
}

.accordion-label:hover {
	background-color: #c5dcf0;
}

/* Biểu tượng + / - */
.accordion-label::after {
	content: '+';
	font-size: 24px;
	font-weight: 300;
}

/* Nội dung khi mở xuống */
.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
	background-color: #f9fbfd;
	padding: 0 20px;
}

.inner-padding {
	padding: 20px 0;
}

/* Khi Checkbox được chọn */
.accordion-input:checked ~ .accordion-content {
	max-height: 500px; /* Độ cao tối đa khi mở */
}

.accordion-input:checked ~ .accordion-label::after {
	content: '−';
}

/* Chi tiết bên trong */
.price-row {
	font-size: 16px;
	font-weight: 500;
	color: var(--blue-dark);
	margin-bottom: 10px;
}

.duration {
	text-align: right;
	font-size: 14px;
	color: var(--text-main);
	margin-bottom: 15px;
}

.description {
	font-size: 15px;
	line-height: 1.6;
	color: var(--text-gray);
	font-style: italic;
}

/* Mobile Responsive */
@media (max-width: 1700px) {
	.wrapper {
		width: 90%;
		max-width: 1500px;
		margin: 0px auto;
	}
}
@media (max-width: 1500px) {
	.menu ul li a {
		font-size: 10pt;
	}
	.text-top {
		font-size: 10pt;
		letter-spacing: 1px;
	}
	.grouplogo {
		width: 15%;
	}
}
@media (max-width: 1300px) {
	.header {
		width: 100%;
		max-width: 90%;
		margin: 0px auto;
	}
	.text-top {
		display: none;
	}
	.grouplogo {
		width: 15%;
	}
	#logo img {
		width: 120px;
	}
	.gallerybox img {
		width: 23%;
	}
}

@media (max-width: 600px) {
	.accordion-label { font-size: 15px; padding: 12px 15px; }
	.price-row { font-size: 14px; }
}
/*GALLERY PAGE*/
.gallery
{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:50px;
	padding-bottom:50px;
}
.gallerybox
{
	height:auto;
	margin:0px auto;
	text-align:center;
}
.gallerybox img
{
    margin:5px;
	width: 24%;
	aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: var(--transition-base);
}
.gallerybox img:hover
{
    border:2px solid #999;
}
.instagram_gallery
{
    text-align:center;
    margin:20px 0px;
    
}
.instagram_gallery img
{
    border-radius:5px;
    -moz-border-radius:5px;
}
.instagram_gallery img:hover
{
    opacity:0.8;
}
/* Products */
.contentbox
{
    width: 100%;
    padding-top:10px;
    margin-top:20px;
	margin-bottom:50px;
}
.products_box
{
    overflow:hidden;
    margin-bottom:30px;
    padding-bottom:30px;
    border-bottom:1px dotted #999;
    line-height: 22px;
}
.products_img
{
    width:250px;
    float:left;
    text-align:center;
}
.products_img img
{
    border:3px solid #f1f1f1;
}
.products_r
{
    width:75%;
    float:left;
    margin-left:25px;
}
.productstop
{
    margin-bottom: 50px;
    line-height: 25px;
}
.productsbottom
{
    color: #666;
    font-size: 10pt;
}
/* Products */
/*Page E-gift*/
.nav-bottom
{
    display: none;    
}
.textbox2
{
    width:500px;
    height:100px;
}
.card_m
{
    max-width: 650px;
    width: 98%;
    border: 1px dashed #ccc;
    background: #f1f1f1;
}

#egifttopnote
{
	font-weight: bold;	
	color: #000;
	font-family:Arial;
	text-align:left;
	margin-top: 90px;
}

.egiftrow
{
	text-align: left;
	margin-top: 20px;
}

#egiftlibrary
{
	text-align: left;
	margin-top: 20px;
}

#egiftlibrary img
{
	margin: 5px;
	border: 2px solid #ffffcc;
	padding: 2px;
	cursor: pointer;
}

#egiftlibrary img:hover
{
	border: 2px solid #666;
}

.egiftbox
{
	float: left;
	width: 208px;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 20px;
}

#cardimg img
{
	width: 100%;
}

#egiftmessagegroup
{
	font-family: Arial;
	font-size: 10pt;
	line-height: 140%;
	overflow: hidden;
	background: #f1f1f1;
	color: #000;
}

.calendar
{
	position: relative;
	border: 1px solid #e5e5e5;
	background: #ffffff;
}
.center_egift
{
    font-family:Arial;
    color:#000;    
    text-align:left;
}
.searchbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor: pointer;
}.searchbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}.searchbutton:active {
	position:relative;
	top:1px;
}

.textbox
{
	width: 250px;
	height: 25px;
	border: 1px solid #cccccc;
}

#productcart
{
	text-align: center;
	width: 350px;
	border: 1px dashed #e5e5e5;
	margin-bottom: 30px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	float: right;
	margin-right: 10px;
}

#productcart img
{
	border: none;
}

#egifttabbar
{
	margin-bottom: 20px;
	overflow: hidden;
}

.egifttab
{
	float: left;
	height: 35px;
	margin-right: 10px;
	width: 200px;
	font-size: 12pt;
	color: #fff;
	background: #f2c781;
	text-align: center;
	font-weight: bold;
	line-height: 32px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
}

.egifttab a
{
	height: 35px;
	width: 200px;
	display: block;
	color: #fff;
	text-decoration: none;
}

.egifttab a:hover
{
	background: #666;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
}

.giftselect
{
	background: #666;
}
#dragguide
{
	width: 195;
	height: 19px;
	background: url(../images/dragguide.jpg) 0px 0px no-repeat;
	display: none;
}

.gifttextarea
{
	max-width: 500px; 
	width: 98%;
	height: 80px;
}
/*End Page E-gift*/

/*PROMOTIONS*/


.promotionrow
{
    margin-bottom:20px;
    text-align:center;
}
/* Promotion */
.grouppro
{
    margin-bottom:60px;
}

.proimg
{
    margin-bottom:20px;
}
/* Promotion */
/*LOCATION*/
.map
{
	text-align:center;
	margin-top:20px;
}
/*REVIEWS PAGE*/
.review_box
{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:20px;
}
.groupreviews_bt
{
	overflow:hidden;
	margin-bottom:20px;
}
.reviewsus
{
	display:inline-block;
	float:left;
	font-weight:bold;
	margin-right:5px;
	margin-top:10px;
}
.groupreviews_bt .review_bt
{
	display:block;
	width:120px;
	height:40px;
	line-height:40px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#f3f3f3;
	color:#fff;
	margin-bottom:5px;
	float:left;
	margin-right:10px;
}
.groupreviews_bt .review_bt:hover
{
	background-color:#ccc;   
}

.yelp
{
	background: url(../images/reviews/yelp.png) 34px 6px no-repeat;
}
.fb
{
	background: url(../images/reviews/fb.png) 44px 6px no-repeat;
}
.reviewsgroup
{
	overflow:hidden;
	padding:15px 15px 30px 15px;
	margin-bottom:40px;
	background:#f3f3f3;
	color:#3a4556;
	box-shadow: 2px 2px 5px #ccc;
}
.reviews
{
	overflow:hidden;
}
.reviewsimg
{
	width:60px;
    height:60px;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
.reviewsimg img
{
    width:60px;
    height:60px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.reviewsname
{
	display:inline-block;
	float:left;    
	font-size:12pt;
}
.review_code
{
    overflow:hidden;
    height:250px;
}
.reviewsname span
{
	font-weight:bold;
}
.reviewsyelp
{
	width:60px;
	float:right;
	text-align:center;
	padding-top:2px;
}
.reviewsyelp img
{
	border:none;
}
.reviewsstar
{
	margin-bottom:20px;
}

.reviewstxt
{
	font-size:12pt;
	line-height:25px;
}
/* Feedback */
.formrowtop span
{
    color:#ff0000;
}
#feedbackwait
{
    display:none;
}
#bFeedbackSubmit
{
    width: 100%;
    max-width: 200px;
    background: #ccc;
    color: #000;
    text-align: center;
    cursor: pointer;
    margin: 0px auto;
    height: 35px;
    line-height: 35px;
}
#bFeedbackSubmit:hover
{
    color: #fff;
    background: #666;
}
.txtboxfeedback
{
    border: 1px solid #ccc;
    height: 40px;
    width: 90%;
}
.groupTechnician
{
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}
.boxTechnician
{
    border:1px solid;
    padding:10px 0px 10px 0px;
}
/* Feedback */
/* Reservation*/
#reservation
{
    height: 500px;
    width: 100%;
}
/* Contact */
.contact
{
	width:100%;
	height:auto;
}
.groupcontact
{
	padding-top:30px;
	overflow:hidden;
	width:100%;
	max-width:1000px;
	margin:auto;
	color:#3a4556;
}
.contact_l
{
	width:320px;
	float:left;
}
.contact_l p a{
	color: #000!important;
}
.contact_r
{
	width:650px;
	float:right;
}
.contact_l p
{
	margin:0px;
	margin-bottom:20px;
	font-size: 12pt;
    color: #000;
} 
.contact_l a
{
	color:#c0d0dd;
	text-decoration:none;
}
.contact_l a:hover
{
	color:#ed2f53;
}
.contact_party
{
    width:96%;
    max-width:650px;
    margin:0px auto;
}
.contact_title
{
	font-size: 16pt;
    color: #224e6f;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/* Contact */
/*Contact form*/
.appointmentForm
{
    text-align:left;
    max-width:800px;
    width:100%;
    margin:0px auto;
    margin-top:30px;
}
.contact_from_title
{
    margin-top:30px;
    font-size:20pt;
    text-transform:uppercase;
    font-weight:bold;
}
.txtbox
{
	border: 1px solid #888888;
    height: 36px;
    width: 100%;
    padding: 10px
}
.textarea
{
	min-height: 100px;
}
.formrowtop
{
	font-size: 12pt;
    font-weight: 400;
    color: #000;
	text-align: left;
}
.formrow
{
	margin-bottom: 10px;
}
.buttonrow
{
	text-align: center;
}
.groupcontact{
	padding-bottom: 50px;
}
#bSend, #bRequest
{
	width: 100%;
	max-width: 150px;
	background: #224e6f;
	color: #fff;
	border:1px solid #224e6f;
	text-align: center;
	cursor: pointer;
	margin: 0px auto;
	height: 35px;
	line-height: 35px;
	font-size: 12pt;
}
#bSend:hover, #bRequest:hover
{
    opacity:0.8;
}
#formnotify, #formnotifyS {
    width: 90%;
    max-width: 400px;
    min-height: 160px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -200px;
    padding: 10px;
    text-align: center;
    box-shadow: 2px 2px 5px #666;
    z-index: 99999;
    display: none;
}

#formnotifycontent, #formnotifycontentS {
    font-size: 12pt;
    color: #666;
    margin-top: 30px;
}

#formnotifyok, #formnotifyokS {
    margin: 0px auto;
    margin-top: 20px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #224e6f;
    cursor: pointer;
	font-size: 10pt;
}

#formsign {
    margin-top: 30px;
}

#formnotifyok:hover {
    background: #be3024;
}

#formpwait, #formpwaitS {
    float: left;
    margin-left: 20px;
    display: none;
}

#formwait {
    display: none;
}
/*Contact form*/

.txt_hostparty
{
    margin-top:30px;
    color:#000;
    margin-bottom:20px;
}
.img_hostparty
{
	width:100%;
	max-width: 800px;
    margin: 0px auto;
	margin-top:20px;
	text-align:center;
}
.img_hostparty img
{
	padding-bottom: 15px;
	padding-right:15px;
	width: 50%;
    float: left;
}

#Btn_Party
{
	width: 100%;
	max-width: 150px;
	background: transparent;
	color: #fff;
	text-align: center;
	cursor: pointer;
	margin: 0px auto;
	height: 35px;
	line-height: 35px;
	background:#224e6f;
	border-radius: 50px 50px 50px 50px;
	-webkit-border-radius: 50px 50px 50px 50px;
	-moz-border-radius: 50px 50px 50px 50px;
	-ms-border-radius: 50px 50px 50px 50px;
	-o-border-radius: 50px 50px 50px 50px;
}
#bPartySend:hover
{
    opacity:0.8;
}
/*End-Host-a-party*/

/* Notification */
#groupnoti
{
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    z-index:9999;
}
#noti
{
    max-width:550px;
    width: 100%;
    margin:0px auto;
    padding:10px;   
    margin-top:100px;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
}
#noti img
{
    /*width:48.5%;*/
	width: 100%;
}

#closenoti
{
    color: #000;
    text-align: right;
    cursor:pointer;
    margin-bottom:5px;
}

/* Notification */

.img_index
{
    width:100%;
    text-align:center;
    margin:0px auto;
    margin-bottom:50px;
}
.img_index img
{
    margin-left: 5%;
    width: 45%;
    float: left;
}
.call-info, .call-info-bottom
{
    float: right;
	width: 100%;
}
.phone-index a
{
    font-size: 18px;
    color: #224E6F;
    line-height: 35px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
	font-weight: 600;
	text-decoration: none;
}
/* Subbar */
#subbar
{
	position:fixed;
	right:0;
	top:35%;     
	z-index:99;
	cursor: pointer;
	opacity:1.0;
	background:#224e6f;
	border-top-left-radius: 5px;
	-mox-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
}
#subbar:hover
{
	opacity:0.9;
}
#book_online
{
    position:fixed;
	right:0;
	top:45%;     
	z-index:99;
	cursor: pointer;
	opacity:1.0;
	background:#00a2ff;
	border:1px solid #fff;
	border-top-left-radius: 5px;
	-mox-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	display:none;
}
#book_online:hover
{
	opacity:0.9;
}
#book_appointment
{
    width: 130px;
    height: 80px;
    position: fixed;
    z-index: 99;
    right: 0px;
    top: 45%;
    border-top-left-radius: 4px;
    -mox-border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    background: url(../images/appointment.png) 0px 0px no-repeat;
    background-color: #224e6f;
    cursor: pointer;
    opacity: 1.0;
}
#book_appointment:hover
{
	opacity:0.9;
}
#subbar_m
{
	display:none;
}

#subbox
{
	width:100%;  
	height:100%;
	overflow:hidden;
	position:fixed;
	top:0px;
	z-index:9999;
	display:none;
}
.subboxgroup
{
	width:680px;
	margin:0px auto;
	padding:0px;
	padding:10px;
	margin-top:200px;
	background:#fff;
	overflow:hidden;
	border:1px solid #ccc;
}
#opttitle
{
	text-align:center;
	font-size:15pt;
	margin-bottom:20px;
	line-height:30px;
	color: #666;
}
.optcell
{
	margin-bottom:10px;
	text-align:center;
}

.subtextbox
{
	width: 250px;	
	height: 30px;
	padding-left:5px;
	-moz-border-radius: 5px;
}
.optbutton
{
	width: 80px;	
	height: 30px;
	border:none;
	background:#edc9bd;
	cursor:pointer;
	color:#fff;
}
.optbutton:hover
{
	opacity: 0.8;
}

#subtop
{
	display:none;
}
#optnotify
{
	display: none;
	position: fixed;
	width: 400px;
	min-height: 190px;
	background: #fff;
	z-index: 99999;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -200px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	border: 2px solid #ccc;
	background: #f1f1f1;
	padding: 10px;
	color: #000;
	text-align: center;
}
#optnotifytitle
{
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 20px;
}
#notifyok
{
	margin-top: 30px;
	background: #edc9bd;
	color: #fff;
	width: 50px;
	height: 30px;
	border: none;
	cursor: pointer;
}

/* Subbar */
			
			
/*Sign In*/

.sign
{
    overflow:hidden;
    width:40%;
    margin:0px auto;
}
.sign_title
{
    text-align:center;
    font-size:14pt;
    font-weight:bold;    
}
#bSubmit
{
    width: 100%;
    max-width: 100px;
    background: #38b44a;
    border-radius:5px;
    -moz-border-radius:5px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0px auto;
    height: 35px;
    line-height: 35px;
}
#bSubmit:hover
{
    opacity:0.8;
}
#formsign
{
    margin-top:30px;
}
.txtboxsign
{
    width:99%;
    border: 1px solid #ccc;
    height: 30px;
}
/*Sign In*/

/*.groupfbye
{
    background-color:rgba(255, 255, 255, 0.7);
    height:135px;
    width:35px;   
    top:20%;
    left:0px;
    position: fixed;
    z-index:999999;
    padding:10px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    -moz-border-top-right-radius:10px;
    -moz-border-bottom-right-radius:10px;
   
}
.line_groupfbye
{
    border-bottom:1px solid rgba(0,0,0,0.1);
    height:5px;
    width:33px;
    text-align:center;
    margin-bottom:10px;
}*/

/* Notification */

			
@media screen and (max-width: 1170px) 
{
    /* Menu */
    .header_img
	{
		width:100%;
		padding-top:50px;
		padding-bottom:50px;
		min-height:80px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;	
		background:url(../images/header_img.webp) center center no-repeat;
	}
    .bannergroup 
    {
        height:400px;
    }
	.header
	{
		width:100%;
	}
	.menu ul li
	{
	    padding: 0px 8px;  
	}
	/* Menu */
	.content
	{
		width:100%;
	}
	.home_box_c
	{
	    height: 340px;
	}
	.box_left
	{
	    width: 50%;
	}
	.box_left img
	{
	    width: 100%;}  
	.box_right
	{
	    width: 50%;
	}
	.box_right img
	{
	    width: 100%;} 
	.header_img
	{
		width:100%;
	}
	/*box_info*/
	.thumb .box_info div h1
	{
		font-size:25pt;
		top:10%;
	}
	.thumb .box_info div h5
	{
		font-size:15pt;
		top:25%;
	}
	.thumb .box_info div p 
	{
		font-size:12pt;
		top:75%;
	}
	.contentservices
	{
	    width: 90%;
	    margin: 0px auto;
	}
	.groupservicesimg
	{
	    width: 100%;
	}
	#Div2,#Div3,#Div4,#Div5,#Div6,#Div7,#Div9,#Div10,#Div13
	{
	    margin: 0px auto;
	    margin-bottom: 10px;
	}
    .servicesimg
    {
        witdh: 310px;
        margin: 0px auto;
        float: none;
        margin-bottom: 10px;
    }
	.over
	{
	    float: none;
	    width: 100%;
	    text-align: center;
	}
	.logan
	{
	    float: none;
	    width: 100%;
	    padding-left: 0px;
	    margin-top: 20px;
	    text-align: center;
	}
	.bttop
	{
	    right: 5px;
	}
	#banner-text1
    {
	    left:20px;
    }

    #banner-text3
    {
	    width: 150px;
	    left:20px;
    }
	.slider-container {
		height: 380px;
	}
}
			
			
@media (max-width: 1100px) {
	.grouplogo {
		width: 10%;
	}
	.contact_r {
		width: 650px;
		float: left;
	}
	.menu ul li a {
        font-size: 9pt;
    }
	.phone-index a {
		font-size: 13pt!important;
	}
	#logo img {
        width: 90px;
		padding-top: 29px;
    }
	.services-home, .menu-grid {
		width: 90%;
		max-width: 1500px;
		margin: 0px auto;
	}
}			
@media screen and (max-width: 970px)
{
    .home_box
    {
	    height: 500px;
    }
    .groupfbye
    {
        display:none;
    }
    .sign
    {
        width:60%;
    }
	/* Menu */
    .menu ul li {
        padding: 0px 4px 0px 4px;
    }
	/* Menu */
	/* Banner*/
	#banner-text1
	{
	    top: 100px;
	}
	#banner-text2
	{
	    top: 222px;
	}
	.content
	{
		width:95%;
		margin:0px auto;
		margin-bottom:30px;
	}
	.home_box_c
    {
        height: 280px;
    }
	.header_img
	{
		width:100%;
	}
	.top_slogan
    {
	    font-size:4.5vw;
    }
	/* Services*/
	.contentservices
	{
	    width: 85%;
	    margin: 0px auto;
	}
	.groupservicesimg
	{
	    width: 100%;
	}
	#Div2,#Div3,#Div4,#Div5,#Div6,#Div7,#Div9,#Div10,#Div13
	{
	    margin: 0px auto;
	    margin-bottom: 10px;
	}
    .servicesimg
    {
        witdh: 310px;
        margin: 0px auto;
        float: none;
        margin-bottom: 10px;
    }
	/* Promotiom */
	.promotionrow
	{
		height: auto;
	}
	.promotionimg
	{
		height: auto;
	}
	/* Contact */
	.groupcontact
	{
		width:100%;
		height:auto;
	}
	.contact_l
	{
		width:90%;
		margin:auto;
		float:none;
		text-align:left;
	}
	.contact_r
	{
		width:95%;
		margin:auto;
		float:none;
		margin-top:30px;
	}
	#noti
    {
        width:96%;
        margin-top:20px;        
    }
}
			
			
			
@media screen and (max-width: 900px)
{
    .content_box
	{
		height: 650px;
	}
    .sign
	{
        width:60%;
    }
	.servicesgroup
	{
		width:95%;
	}
	 .bannergroup
    {
        height:400px;
    }
    .menu
    {
        /*width:550px;*/
    }
	.contentservices
	{
	    width: 80%;
	    margin: 0px auto;
	}
	.groupservicesimg
	{
	    width: 100%;
	}
	#Div2,#Div3,#Div4,#Div5,#Div6,#Div7,#Div9,#Div10,#Div13
	{
	    margin: 0px auto;
	    margin-bottom: 10px;
	}
    .servicesimg
    {
        margin: 0px auto;
        float: none;
        width: 310px;
        margin-bottom: 10px;
    }
     .servicesimg img
    {
        witdh: 300px;
    }
	.servicesbox h3
	{
	    font-size: 20pt;
	}

	.header_img
	{
		width:100%;
	}
	.top_title
	{
		font-size:30pt;
	}
	/*box_info*/
	.thumb .box_info div h1
	{
		font-size:25pt;
		top:10%;
	}
	.thumb .box_info div h5
	{
		font-size:13pt;
		top:23%;
	}
	.thumb .box_info div p 
	{
		font-size:11pt;
		top:70%;
	}
	#bookonline
	{
	    margin-bottom:10px;
	    display:block;
	}
	
	/* Review */
	.review_code
    {       
        height:350px;
    }
    /* Review */
}
			
@media screen and (max-width: 820px)
{			
    .menu ul
    {
		width: 100%;
    }
}
			
@media screen and (max-width: 768px)
{
	.phone-index a {
		letter-spacing: 0px;
	}
	.menu ul li:hover, .menu ul .selected
	{
		border-bottom: 1px dashed #666;
	}
	.nav-bottom
    {
        position: fixed;
        bottom: 15px;
        left: 0;
        width: 100%;
        z-index: 999;
        display: block;
    }
    .nav-bottom ul
    {
        overflow: hidden;
        width: 60%;
        max-width: 600px;
        margin: 0px auto;
        padding: 10px 5px;
        display: flex;
        background: #224e6f;
        border-radius: 50px;
    }
    .nav-bottom ul li
    {
        text-align: center;
        list-style-type:none;
        width: 30%;
    }
    .nav-bottom ul li:hover
    {
        background-image: #000;
    }
    .nav-bottom ul li a
    {
        color: #fff;
        font-size:11pt;
		text-decoration: none;
    }
    .nav-bottom ul li a span
    {
        display: block;
    }
    #direction_m a
    {
        color:#fff;
        cursor: pointer;
    }
    .icon-button i
    {
        background: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50px;    
        color: #224e6f;
        padding-top: 12px;
    }
	.footer {
		padding-bottom: 90px;
	}
	.footer_title {
		font-size: 14px;
	}
	.menu-bottom ul li {
		padding: 0px 0px 0px 5px;
	}
	.call-info, .call-info-bottom {
        bottom: 0px;
    }
    .testimonial-left, .slider
    {
        width: 100%;
        float: none;
    }
	.group-about-text {
		width: 100%;
		float: none;
	}
	.about-img {
		width: 100%;
		float: none;
	}
	.about-img img{
		margin-top: 30px;
		width: 100%;
	}
	.compareSect .box.left {
		float: none;
		width: 100%;
	}
	.compareSect .box.left .topHead>h2 {
		color: #fff;
		font-size: 24pt;
		margin: 0px 0;
		font-weight: 500;
	}
	.compareSect .box.left .subHead>h3 {
		padding: 15px 30px;
		font-size: 15pt;
		color: #fff;
	}
	img.vsIcon {
		display: none;
	}
	.compareSect .box.right {
		width: 100%;
		float: none;
	}
	.compareSect .box.right>.topHead h2 {
		margin: 0px 0 0;
		font-size: 24pt;
		font-weight: 600;
	}
	.compareSect .box.right>.topHead h4 {
		margin: 0 0 0px;
		font-size: 20px;
		font-weight: 400;
	}
	.gallerybox img {
		width: 48%;
	}
	.content-slider-banner h1 {
		font-size: 22pt;
	}
	.content-slider-banner p {
		font-size: 15pt;
		margin-top: 0px;
	}
	.slider-container {
		margin-top: 50px;
	}
    .slider, .slide {
      height: 70rem;
      margin-bottom: 100px;
    }
    .video_home
    {
        width:100%;
        text-align:center;
        margin:0px auto;
    }
    #notification
    {
        font-size:10pt;    
    }
    .notificationtop a
    {
        font-size:9pt;
    }
	/* Menu */	
	.header_img
	{
		width:100%;
	}
	.menu
	{
	    z-index:9999;
	    overflow:hidden;
	    width:100%;
	}
	.menu ul li
	{
		height:40px;
		float:none;
		background:none;   
		line-height:40px; 
		border-bottom:1px dashed #666;    
	}
	.menu_m_box	{
		text-align: center;
	}	
	.menu ul li a
	{
		color:#000;
        font-size: 11pt;
	}
	.menu ul li a:hover, .menu ul li .selected
	{
		text-decoration:underline;
		border-bottom:none;
	}
	.menu ul ul
	{
		display:none;
	}
	.menu ul .menuimg {
        display: block;
        text-transform: uppercase;
        color: #fff;
        background: url(../images/iconmenu_m.png) right 0px no-repeat;
        cursor: pointer;
        position: absolute;
        right: 50px;
        top: 10px;
        width: 30px;
		border: none;
    }
	.call-info {
		float: right;
		width: 100%;
		max-width: 200px;
		position: absolute;
		right: 120px;
		top: 10px;
		height: 40px;
	}
	#logo img {
        padding-top: 10px;
    }
	/* Menu */
	/*logo*/
	.group_box
	{
	    width:100%;
	}
	.grouplogo
	{
		margin-top:0px;
		width: 20%;
		float: left;
	}
	#logo
	{
	    float:none;
	    text-align:center;
	    margin:0px auto;
	    width:350px;
	}
	#logo img
	{
	    text-align:center;  
	}
	.group_bt
	{
	    display:none;
	}
	.header_m
	{
		display:block;
		overflow:hidden;
	}
	.price2
	{
	    font-size:9pt;
	}
    .promotionimg
    {
        width: 70%;
        margin: 0px auto;
		height: auto;
    }
	/* Promotiom */
	
	.headergroup_m
	{
		text-align:center;
		line-height:28px;
	}
	.header_contact
	{
		background:#fff;
		padding:5px;
	}
	.header_phone a
	{
		text-decoration:none;
		font-size:14pt;
		color:#cc6b7c;
		font-weight:bold;
	}
	/* Menu moblie*/
	
	/* Subbar */ 
	#subbar 
	{
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        right: -45px;
        border-top-left-radius: 5px;
        -moz-border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        border-bottom-left-radius: 0px;
        -moz-border-bottom-left: 0px;
        top: 50%;
        border: 1px solid #fff;
    }

	#book_online
	{
		display:none;
	}
	#book_appointment	
	{
		display:none;
	}		
	.subboxgroup
	{
		width:90%;
		margin:0px auto;
		padding:0px;
		padding:10px;
		margin-top:100px;
		background:#fff;
		overflow:hidden;
	}
	/* Subbar */
	/*about us*/
	#About
	{
	    width:90%;
		margin:auto;
		margin-top:20px;
		margin-bottom:20px;
	}
	#about_txt
    {
	    font-size:11pt;
	    width:100%;
	    float:none;
	    line-height:25px;
	    text-align:left;
    }
    .book
    {
        width: 180px;
        float:none;
        margin: 0px auto;
        margin-top:20px;
    }
    /*about us*/
	.content
	{
		margin:0px auto;
		width:90%;
		margin-bottom:30px;
	}
	.content_box
	{
		float:none;
		width:100%;
		margin:0px auto;
		height: 100%;
	}
	/* Services*/
	.groupservicesimg
	{
		width:100%;
	}
	.servicesimg2
	{
		display:none;
	}
	.servicesbox h2
	{
	    font-size: 20pt;
	}
	.row
    {
        font-size:12pt;
    }
    .row_name
    {
	    text-align: left;
    }
    .row_note
    {
        font-size:11pt;
    }
	/* Promotion */
	.promotionimg img
    {
        width:95%;
    }
    /* Promotion */
    
	/* Contact */
	/*box_info*/
	.home_box
    {
	    height: 400px;
    }
	.header_img
	{
		width:100%;
		padding-top:50px;
		padding-bottom:50px;
		min-height:80px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;	
		background:url(../images/header_img.webp) center center no-repeat;
	}
	
	/*box_info*/
	.thumb .box_info div h1
	{
		font-size:25pt;
		top:10%;
	}
	.thumb .box_info div h5
	{
		font-size:13pt;
		top:20%;
	}
	.thumb .box_info div p 
	{
		font-size:12pt;
		line-height:30px;
		top:70%;
	}
	/* Notification */    
    
    .groupnext
    {
        top:70%;
    }
    /* Notification */
    #noti
    {
        width:90%;
        margin-top:20px;        
    }
    .gifthome_l
    {
        width:90%;
        float:none;
        margin:0px auto;
        margin-bottom:10px;

    }
    .gifthome_r
    {
       width:90%;
        float:none;
        margin:0px auto;

    }
}
@media screen and (max-width: 650px)
{
	.contentservices-left {
		width: 100%;
		padding: 10px;
		float: none;
	}
	.contentservices-right {
		width: 100%;
		padding: 10px;
		float: none;
	}
	.nav-bottom ul {
        width: 90%;
    }
	.icon-button i {
        width: 30px;
        height: 30px;
        padding-top: 8px;
    }
	.nav-bottom ul li a {
        font-size: 10pt;
    }
	.bttop {
		bottom: 150px;
	}
	.copyright {
		font-size: 14pt;
	}
	.copyright a {
		font-size: 15pt;
	}
}			
@media screen and (max-width: 580px)
{
	.slider-container-page{
		height: 250px!important;
	}
	.video-overlay {
		margin-top: 50px;
	}
    .img_index img
    {
        margin-bottom:20px;
    }
	.gallerybox img {
        width: 45%;
    }
	.gallery {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.services-home {
		display: flow;
		padding-top: 70px;
	}
	.divider {
		display: none;
	}
	.intro-text {
		font-size: 12pt;
	}
	.menu-button-container {
		flex: 0 0 250px;
		text-align: center;
		position: absolute;
		width: 100%;
		overflow: hidden;
		bottom: 20px;
		left: 0px;
	}
	.btn-menu {
		padding: 10px 70px;
	}
	.btn-menu strong {
		font-size: 19px;
	}
	.btn-menu span {
		font-size: 12pt;
	}
	.menu-grid{
		padding-bottom: 100px;
	}
	.menu-column li a {
		font-size: 12pt;
	}
	.sv-logo-box h1 img {
		max-width: 150px;
	}
	.compareSect-title h3 {
		font-size: 19px;
	}
	.compareSect-title {
		font-size: 11pt;
	}
	.compareSect .box.left .topHead>h2 {
        font-size: 14pt;
    }
	.compareSect .box.left .subHead>h3 {
        padding: 5px 30px;
        font-size: 11pt;
    }
	.compareSect .box.right>.topHead h2 {
        margin: 0px 0 0;
        font-size: 14pt;
    }
	.compareSect .box.right>.topHead h4 {
        font-size: 15px;
    }
	#About h2 {
		font-size: 19pt;
	}
	#about_txt p {
		letter-spacing: 0.5px;
	}
	.call-info, .call-info-bottom {
        right: 80px;
    }
	.phone-index a {
        font-size: 10pt !important;
    }
	.slider-container {
        height: 200px;
    }
	.content-slider-banner h1 {
        font-size: 15pt;
    }
	.content-slider-banner p {
        font-size: 10pt;
    }
	.menu ul .menuimg {
        right: 20px;
    }
    #banner-text3 {
       
        bottom: 113px;
    }
	#logo {
        width: 100px;
    }
	.banner-title {
		font-size: 14pt;
	}
    .groupmenu_m ul li a
	{
	    font-size:10pt;
	}
	/*box_info*/
	.thumb .box_info div h1
	{
		font-size:25pt;
		top:10%;
	}
	.thumb .box_info div h5
	{
		font-size:13pt;
		top:20%;
	}
	.thumb .box_info div p 
	{
		font-size:11pt;
		line-height:25px;
		top:70%;
	}

	.bttop
	{
	    right: 5px;
	}
	
	
	/*Banner*/

    .text2
    {
        width: 168px;
    }
    .text2-right
    {
        margin-left: 3px;
    }
	.home_box_c
	{
	    height: auto;
	}
	.footer_l, .footer_r
    {
        width:100%;
        float:none;
        margin:0px auto;
        text-align:center;
        margin-top:20px;
    }
	.menu-bottom ul li a {
		font-size: 10pt;
	}
	.menu-bottom ul li {
        padding: 0px 20px 0px 0px;
    }
	.phone-index-bottom {
		text-align: left;
	}
	.footer_l, .footer_r {
        margin-top: 0px;
    }
	.footer_title {
        font-size: 10px;
    }
	#about_txt h5{
        font-size: 12pt;
    }
	.menu, .menu-bottom {
		float: none;
		text-align: right;
	}
}			
			
@media screen and (max-width: 500px)
{
    #deal
    {
        font-size:10pt;
    }
	.menu-bottom ul li {
        padding: 0px 25px 0px 0px;
    }
	#subbar img{
        width: 100%;
        max-width: 98px;
    }
    .home_box
    {
	    height: 300px;
    }
    .video_home
    {
        width:98%;
        height:250px;
        
    }
    .sign
    {
        width:80%;
    }
	.contact
	{
		width:100%;
		padding:0px;
		margin:0px auto;
	}
	.contact_l
	{
		float:none;
	}
	.contact_r
	{
		float:none;
	}
	.header_img
	{
		width:100%;
		width:100%;
	}
	.servicesgroup
	{
		width:95%;
	}
	.borderservices img
	{
		width:95%;
	}
	.line3 img
	{
		width:95%;
	}
	.content
	{
		width:95%;
		margin:0px auto;
		margin-bottom:30px;
	}
	.sign
	{
        width:80%;
    }
    .txtboxsign
	{
        width:90%;
    }
    
    .groupmenu_m ul li a
	{
	    font-size:9pt;
	}
	.textbox2
	{
        width:90%;
        height:100px;
    }
	/*footer*/

	/*box_info*/
	.thumb .box_info div h1
	{
		font-size:25pt;
		top:10%;
	}
	.thumb .box_info div h5
	{
		font-size:13pt;
		top:20%;
	}
	.thumb .box_info div p 
	{
		font-size:11pt;
		line-height:23px;
		top:70%;
	}
	.price_m
	{
	    font-size:10pt;
	}
	.policy-content {
		padding: 30px;
	}

}
@media screen and (max-width: 400px)
{
	
    #logo
    {
	     width:100%;
    }
    /*#logo img
    {
        width: 80%;
    }*/
    .imgservicesleft img
    {
        width:90%;
    }
    .groupmenu_m ul li a
	{
	    font-size:8pt;
	}
	/* Services */
	.contentservices
	{
	    width: 96%;
	}
	.servicesimg
	{
	     margin: 0px auto;
	     width: 90%;
	}
	.servicesimg img
	{
	    width: 100%;
	}
	.servicesimg2
	{
	     margin: 0px auto;
	     width: 90%;
	}
	.servicesimg2 img
	{
	    width: 100%;
	}
	.row
    {
        font-size:11pt;
    }
    .row_note
    {
        font-size:10pt;
    }
	
	/*box_info*/
	.thumb .box_info div h1
	{
		font-size:25pt;
		top:10%;
	}
	.thumb .box_info div h5
	{
		font-size:12pt;
		top:20%;
	}
	.thumb .box_info div p 
	{
		font-size:11pt;
		line-height:20px;
		top:73%;
	}
	.bttop
	{
	    bottom:72px;
	}
	.servicesbox h2
	{
	    font-size:8vw;
	}

    .text2
    {
        width: 130px;
        font-size: 7.5pt;
    }
    .text2-right
    {
        font-size: 7.5pt;
    }
    .line img
    {
        width: 50%;
    }
}
@media screen and (max-width: 380px)
{
	.copyright {
		font-size: 12pt;
	}
	.copyright a {
		font-size: 12pt;
	}
	.menu-bottom ul li {
        padding: 0px 10px 0px 0px;
    }
}
