/*
Theme Name: MS001
Theme URI: http://massagedubai.vn
Author: massagedubai.vn
Author URI: http://massagedubai.vn
Description: Mẫu massagedubai
Version: 1.0.0
*/
body {
    background-image: url(images/bg-den.jpg);
    background-repeat: repeat;
    background-position: top center;
}
.admin-bar #nav-fixed {
    top: 32px
}
ul.sub-menu {
    display: none;
}
.main-post img {
    max-width: 100%;
}
#contacta input,textarea#comment_field {
    width: 100%;
	padding:10px;
}

iframe {
    width: 100%;
}
.tagss {
    font-size: 14px;
    margin: 10px 0;
    padding: 5px 10px;
    
	a {
		margin-left: 5px;
	}
	
}
.tinlq {
    display: flex;
	flex-wrap: wrap;
	> div {
		width: 50%;
	}
	a {
		font-size: 15px;
	}
	.post-body {
		padding-right: 10px;
	}
	
}
@media screen and (max-width: 600px) {
.admin-bar #nav-fixed {
    top: 46px;
}
.sbbanner {
    text-align: center;
}
.tinlq {
    display: flex;
	> div {
		width: 100%;
	}
	
}
}
.main-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.footer-massage {
  padding: 40px 0;
  font-family: Arial, sans-serif;
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 20px;
}
.footer-col {
  border-radius: 12px;
  padding: 20px;
  flex: 1 1 30%;
  min-width: 280px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.footer-col strong {
  display: block;
  font-size: 1.15em;
  margin-bottom: 12px;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.footer-col li {
  margin-bottom: 10px;
  line-height: 1.5;
}
.footer-col a {
  color: #ff0;
  text-decoration: none;
}
.footer-col a:hover {
  text-decoration: underline;
}
.fb-icon {
  color: #4267B2;
  margin-right: 8px;
}
@media (max-width: 768px) {
  .footer-col {
    flex: 1 1 100%;
  }
}
@media (max-width: 480px) {
body {
    background-image: url(images/bg-denm.jpg);
}
}
.contact-banner {
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  flex-wrap: wrap;
}

.contact-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 30%;
}

.contact-logo {
  text-align: center;
  flex: 1;
}

.contact-logo img {
  max-width: 200px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}

.contact-item i {
  color: #ffcc00;
  font-size: 16px;
  min-width: 28px;
  text-align: center;
}

.contact-item a {
  color: #ffcc00;
  text-decoration: none;
  font-weight: bold;
}

@media (max-width: 768px) {
  .contact-banner {
    flex-direction: column;
    align-items: center;
    text-align: left;
  }
  .contact-col, .contact-logo {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.section-title-main {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #eccf70; /* vàng */
  font-size: 20px;
  font-weight: bold;
  background-color: #2a1313; /* nâu sẫm */
  padding: 15px;
  margin: 40px auto;
  border-radius: 30px 0 30px 0;
  width: fit-content;
  min-width: 330px;
}
.section-title-main.xanh {
  color: #75d879; /* vàng */
  background-color: #013003; /* nâu sẫm */
}
@media (min-width: 769px) {
	.section-title-main::before,
	.section-title-main::after {
	  content: "";
	  flex: 1;
	  height: 1px;
	  background-color: #4d2c1d; /* màu line mờ */
	  position: absolute;
	  top: 50%;
	  width: 100vw;
	}
	.section-title-main.xanh::before,
	.section-title-main.xanh::after {
	  background-color: #013003; /* màu line mờ */
	}

	.section-title-main::before {
	  left: -100vw;
	  margin-right: 15px;
	}

	.section-title-main::after {
	  right: -100vw;
	  margin-left: 15px;
	}
}

.section-title-main .icon {
  margin-right: 10px;
  color: #c88a00; /* icon location màu cam vàng */
}
.section-title-main.xanh .icon {
  color: #c88a00; /* icon location màu cam vàng */
}

.section-title-main .text {
  white-space: nowrap;
}

.responsive-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.responsive-col {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.responsive-col img {
  width: 100%;
  display: block;
}
.responsive-col p, .responsive-col h2 {
  margin: 0;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  background: radial-gradient(#292929, #2a1313);
  font-size: 21px;
    color: #75d879;
  margin-bottom: 0;
	a {
    color: #75d879;
	}
}

.row-bot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    padding: 10px;
    background: #2a1a1a;
    padding-top: 15px;
    border-top: 1px #bfbcbc45 dashed;
}
.responsive-col .p {
    margin-left: 32px;
}
.responsive-col .p a {
  margin: 0 8px;
  font-size: 20px;
  color: #ffd700;
}
.row-bot > a.tele {
  font-size: 20px;
  color: #ffd700;
    position: absolute;
}
.responsive-col .p a:hover {
  color: #e6c200;
}
.btn-technician {
  display: inline-block;
  padding: 8px 14px;
  background-color: #ffd700;
  color: #000;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}
.btn-technician:hover {
  background-color: #e6c200;
}

@media (min-width: 576px) {
  .responsive-col { width: 50%; }
}
@media (min-width: 992px) {
  .responsive-col {width: 33.3333%;border-radius: 8px;overflow: hidden;}
}
.video-banner {
  position: relative;
  max-height: 600px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background: #8a8a8a1a;
  position: relative;
  max-height: 600px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}

.video-banner .topslide-section {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.5);
}

.video-content {
  position: relative;
  z-index: 2;
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
  animation: fadeIn 1.2s ease-out;
}

.video-content h1 {
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px #000;
}

.video-content p {
  margin: 10px 0;
  font-size: 18px;
  text-shadow: 1px 1px 2px #000;
}

.video-content .lead {
  font-size: 20px;
  font-weight: 600;
  color: #ffcc00;
}

.video-content .highlight {
  color: #ffd700;
  font-style: italic;
}

.btn-booking {
  display: inline-block;
  margin-top: 20px;
  background: #ffcc00;
  color: #000;
  padding: 12px 28px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  border-radius: 30px;
  transition: background 0.3s, transform 0.2s;
}

.btn-booking:hover {
  background: #e6b800;
  transform: scale(1.05);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.dubai-intro {
  color: #f9f2d3;
  padding: 40px 20px;
  margin: 0 auto;
  border-radius: 12px;
  font-family: 'Segoe UI', sans-serif;
}

.dubai-intro h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #ffcc00;
  text-align: center;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
}

.dubai-intro p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: center;
}

.dubai-intro .highlight {
  color: #ffda4b;
  font-style: italic;
  font-weight: 500;
}

.gold-line {
  position: relative;
  height: 3px;
  background-color: #ffcc00;
  margin-bottom: 39px; /* Không cần khoảng cách thêm nếu dùng overlay */
  opacity: 0.4;
}

.gold-line::after {
  content: "";
  position: absolute;
  top: 100%; /* ngay bên dưới line */
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 215, 0, 0.3), rgba(255, 215, 0, 0));
  pointer-events: none;
}
.background-img {
	background-image: url('images/bgpc.jpg');
}
@media (max-width: 768px) {
	.background-img {
		background-image: url('images/bgmb.jpg');
	}
}

