@import url("./bootstrap.min.css");
@import url("./jquery-ui.css");
@import url("https://cdn-uicons.flaticon.com/uicons-solid-straight/css/uicons-solid-straight.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url("https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css");
@import url("https://cdn-uicons.flaticon.com/uicons-brands/css/uicons-brands.css");
@import url("./owl.carousel.min.css");
@import url("./owl.theme.default.css");
@import url("./jquery.fancybox.css");
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*:focus,
*:active {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body {
  animation: fade-in 1s, bg-move 10s linear infinite;
  -webkit-animation: fade-in 1s, bg-move 10s linear infinite;
  font: 1rem "Kanit", sans-serif, "Poppins", sans-serif;
  color: #000;
}

oz-selection {
  background: rgba(0, 0, 0, 0.2);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent !important;
}

ol,
ul {
  margin: 0 !important;
  padding: 0 !important;
}

.pinktxt {
  color: #e5527e;
}

.content h3 {
  font-size: 1.3rem;
}

.btn-close {
  position: absolute;
  right: 20px;
}

.hoverstyle figure {
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
}

.hoverstyle figure div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  height: 100%;
  line-height: 20;
  width: 100%;
  border-radius: 10px;
}

.hoverstyle figure a img {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.hoverstyle:hover figure a img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  border-radius: 10px;
}

.hoverstyle:hover figure div {
  opacity: 1;
}

.wrap_menu {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 999;
  margin: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
}

.wrap_menu.sticky {
  background-color: #fff;
  top: 0px;
  padding: 0px;
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
}

#head .wrap_menu.sticky .menu-nav li {
  padding: 20px;
}

#head .announce-tab {
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  background: linear-gradient(78.27deg, #8633a9 -4.14%, #b43f97 21.75%, #e5527e 69.34%, #e771ab 98.76%, #f490c2 127.5%);
}

#head .announce-tab i {
  margin-right: 5px;
  vertical-align: middle;
}

#head .announce-tab span {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  padding: 3px 15px;
}

#head .mainlogo {
  padding: 20px 10px;
  display: block;
}

#head .mainlogo img {
  width: 30%;
}

#head #nav {
  position: static;
  margin-top: 3px;
}

#head #nav .menu-nav ul li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #eee;
  padding: 40px;
}

#head #nav .menu-nav ul li:last-child {
  border-right: none;
}

#head #nav .menu-nav ul li .langs {
  font-size: 0.9rem;
}

#head #nav .menu-nav ul li .langs .dropdown-menu {
  min-width: 5em;
  border: none;
  font-size: 0.9rem;
}

#head #nav .menu-nav ul li .langs .dropdown-menu li {
  padding: 0px;
  border-right: none;
  display: block;
}

#head #nav .menu-nav ul li .langs img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

#head #nav .menu-nav ul li a {
  text-decoration: none;
  color: #000;
}

#head #nav .menu-nav ul li a:hover {
  color: #e5527e;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#head #nav .menu-nav ul li:hover div.dropdown-container {
  opacity: 1;
  visibility: visible;
}

#head #nav .dropdown-container {
  position: absolute;
  padding: 10px;
  top: 100%;
  height: auto;
  background-color: #fff;
  left: 0;
  right: 0;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

#head #nav .dropdown-container .submenudrop h4 {
  font-size: 1.1rem;
  color: #e5527e;
}

#head #nav .dropdown-container .submenudrop li {
  border-right: none;
  padding: 5px 0px;
  display: inline-block;
  width: 45%;
}

.sectitle h2 {
  color: #e5527e;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif, "Kanit", sans-serif;
}

.sectitle span {
  font-size: 0.8rem;
  display: block;
}

.sectitle h1 {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif, "Kanit", sans-serif;
  color: #000;
}

.sectitle .code {
  font-size: 0.8rem;
  display: inline-block;
  background: linear-gradient(78.27deg, #8633a9 -4.14%, #b43f97 21.75%, #e5527e 69.34%, #e771ab 98.76%, #f490c2 127.5%);
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
}

.headtitle h2,
.headtitle h1 {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif, "Kanit", sans-serif;
  color: #e5527e;
}

.headtitle span {
  display: block;
  color: #4b4b4b;
}

p {
  color: #4b4b4b;
  font-weight: 300;
}

#footer .copyr {
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(78.27deg, #8633a9 -4.14%, #b43f97 21.75%, #e5527e 69.34%, #e771ab 98.76%, #f490c2 127.5%);
}

#footer .bgfooter {
  background-image: url(../images/footerbg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 60px;
  background-position: bottom;
}

#footer .bgfooter .content-oc {
  width: 80%;
  font-size: 0.85rem;
  color: #4b4b4b;
  font-weight: 400;
}

#footer .bgfooter .license-st {
  border: 1px solid #eee;
  border-radius: 20px;
  width: 70%;
  padding: 10px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#footer .bgfooter .license-st:hover {
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1) !important;
}

#footer .bgfooter .license-st .card-body i {
  color: #e5527e;
}

#footer .bgfooter .license-st .card-body h4 {
  font-size: 1rem;
  color: #e5527e;
}

#footer .bgfooter .license-st .card-body span {
  font-weight: 500;
  color: #4b4b4b;
  font-size: 0.9rem;
}

#footer .bgfooter .social-list li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

#footer .bgfooter .social-list li img {
  width: 40px;
  height: 40px;
}

#footer .bgfooter .social-list li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}

#footer .bgfooter .footer-link li {
  list-style: none;
  display: inline-block;
  width: 24%;
}

#footer .bgfooter .footer-link li a {
  color: #4b4b4b;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 300;
}

#footer .bgfooter .footer-link li a:hover {
  color: #e5527e;
}

#footer .bgfooter h3 {
  color: #e5527e;
  font-size: 1rem;
  font-weight: 600;
}

#footer .bgfooter p {
  font-size: 0.85rem;
}

#home .bannerhomepage {
  position: relative;
}

#home .bannerhomepage .owl-item {
  overflow: hidden;
}

#home .bannerhomepage .owl-item::after {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
}

#home .bannerhomepage .owl-item.active img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 5s all ease;
  transition: 5s all ease;
}

#home .bannerhomepage .owl-item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: 3.5s all ease;
  transition: 3.5s all ease;
}

#home .bannerhomepage .owl-nav {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

#home .bannerhomepage .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
}

#home .bannerhomepage .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
}

#home .bannerhomepage:hover .owl-nav {
  opacity: 1;
}

#home .bannerhomepage .captionbanner {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  left: 50%;
  top: 50%;
  color: #fff;
  z-index: 2;
}

#home .bannerhomepage .captionbanner p {
  color: #fff;
  font-size: 1.5rem;
}

#home .bannerhomepage .captionbanner h2 {
  padding: 20px 0px;
  font-weight: 600;
  font-size: 4rem;
  font-weight: 600;
}

#home #bgf-sec {
  background-image: url(../images/bgpromo.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

#home .tour-ovesea {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

#home .tour-ovesea:after {
  display: block;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(63.11%, rgba(229, 82, 126, 0)), to(#f490c2));
  background: linear-gradient(180deg, rgba(229, 82, 126, 0) 63.11%, #f490c2 100%);
  margin-top: -150px;
  height: 150px;
  width: 100%;
  content: "";
  border-radius: 10px;
}

#home .tour-ovesea .tour-name-group {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 90%;
  color: #fff;
  z-index: 1;
  font-style: italic;
}

#home .tour-ovesea .tour-name-group img {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

#home .tour-ovesea .tour-name-group p {
  color: #fff;
  font-size: 0.8rem;
}

#home #gallerybg {
  background-image: url(../images/gallerybg.webp);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px;
}

#contactpage .bannertop-contact {
  position: relative;
  background-image: url(../images/banner-contact.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
}

#contactpage .bannertop-contact .captionbanner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #e5527e;
  z-index: 1;
}

#contactpage .bannertop-contact .captionbanner h1 {
  font-weight: 600;
}

#contactpage .bannertop-contact .captionbanner p {
  color: #4b4b4b;
}

#contactpage .ggmap {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
  margin-top: -80px;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1) !important;
}

#contactpage .ggmap iframe {
  border-radius: 20px;
}

#contactpage .boxwhitesd {
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1) !important;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  -webkit-transform: translate(0px, -100px);
          transform: translate(0px, -100px);
}

#contactpage .boxwhitesd .contact-bg {
  background-color: #fcf8f8;
  border-radius: 10px;
  padding: 20px 30px;
}

#contactpage .boxwhitesd .contact-bg h2 {
  color: #e5527e;
  font-size: 1.8rem;
}

#contactpage .boxwhitesd .contact-bg h2 img {
  margin-right: 10px;
  width: 65px;
  height: 65px;
}

#contactpage .boxwhitesd .contact-bg .boxicon {
  background-color: #fff;
  border-radius: 10px;
  display: inline-block;
  -webkit-box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.1) !important;
  padding: 10px;
  vertical-align: top;
  margin-right: 20px;
}

#contactpage .boxwhitesd .contact-bg .boxicon:hover {
  background: linear-gradient(78.27deg, #8633a9 -4.14%, #b43f97 21.75%, #e5527e 69.34%, #e771ab 98.76%, #f490c2 127.5%);
}

#contactpage .boxwhitesd .contact-bg .boxicon:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#contactpage .boxwhitesd .contact-bg .boxicon img {
  width: 35px;
  height: 35px;
}

#contactpage .boxwhitesd .contact-bg .rl-txt-ct {
  width: 70%;
  display: inline-block;
  padding-top: 10px;
}

#contactpage .boxwhitesd .contact-bg .rl-txt-ct h3 {
  font-size: 1.2rem;
  color: #e5527e;
  font-weight: 600;
}

#contactpage .boxwhitesd .form-group-al label {
  padding: 10px 0px;
  color: #4b4b4b;
}

#contactpage .boxwhitesd .form-group-al label > span {
  color: red;
}

#contactpage .boxwhitesd .form-group-al .form-control {
  font-size: 0.9rem;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: #d9d9d9;
  width: 7px;
  height: 7px;
  margin: 5px 4px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #e5527e;
  width: 20px;
  height: 6px;
}

.border-end {
  border-right: 1px solid #eee !important;
}

.ltr-ic {
  display: inline-block;
  width: 20%;
  vertical-align: top;
}

.ltr-ic img {
  width: 48px;
  height: 50px;
}

.rtl-txt {
  display: inline-block;
  width: 70%;
}

.rtl-txt h4 {
  color: #4b4b4b;
  font-size: 1.8rem;
}

.rtl-txt h4 span {
  color: #e5527e;
}

.groupwhy .boxicon {
  background-color: #fff;
  border-radius: 20px;
  display: inline-block;
  -webkit-box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.1) !important;
  padding: 15px;
}

.groupwhy .boxicon:hover {
  background: linear-gradient(78.27deg, #8633a9 -4.14%, #b43f97 21.75%, #e5527e 69.34%, #e771ab 98.76%, #f490c2 127.5%);
}

.groupwhy .boxicon:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.groupwhy .boxicon img {
  width: 45px;
  height: 45px;
}

.groupwhy h5 {
  font-size: 1rem;
  color: #e5527e;
  padding-top: 20px;
}

.groupwhy p {
  font-size: 0.9rem;
}

.plane-s {
  position: absolute;
  top: -30px;
  left: 25%;
}

.plane-s img {
  width: 70%;
}

#bggray {
  background-color: #f4f4f4;
  padding: 30px 10px;
  position: relative;
}

.btn-primary {
  border: 1px solid #eee;
  background-color: transparent;
  color: #4b4b4b;
}

:not(.btn-check) + .btn-primary:active, .btn-primary:visited, .btn-primary:focus {
  background-color: transparent;
  color: #4b4b4b;
  border: 1px solid #eee;
}

.btn-download {
  background: linear-gradient(78.27deg, #8633a9 -4.14%, #b43f97 21.75%, #e5527e 69.34%, #e771ab 98.76%, #f490c2 127.5%);
  width: 100%;
  color: #fff;
  padding: 10px 0px;
  border-radius: 50px;
}

.btn-download i {
  color: #fff !important;
}

.btn-download:hover {
  color: #fff;
}

.btn-light.sold {
  background-color: #dcdcdc;
  color: #adadad;
  border-radius: 50px;
  font-size: 0.9rem;
  width: 60%;
}

.btn-line-sm {
  background-color: #4caf50;
  color: #fff;
  border-radius: 50px;
  width: 60%;
  font-size: 0.9rem;
}

.btn-line-sm i {
  color: #fff !important;
}

.btn-line-sm:hover {
  background-color: #319935;
  color: #fff;
}

.btn-line {
  background-color: #4caf50;
  color: #fff;
  border-radius: 50px;
  width: 100%;
  padding: 10px 0px;
}

.btn-line i {
  color: #fff !important;
}

.btn-line:hover {
  background-color: #319935;
  color: #fff;
}

.btn-success {
  border: none;
  border-radius: 50px;
  background: linear-gradient(78.27deg, #8633a9 -4.14%, #b43f97 21.75%, #e5527e 69.34%, #e771ab 98.76%, #f490c2 127.5%);
}

.readmoreYL {
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 10px 0px;
  width: 150px;
  overflow: hidden;
  background: linear-gradient(78.27deg, #8633a9 -4.14%, #b43f97 21.75%, #e5527e 69.34%, #e771ab 98.76%, #f490c2 127.5%);
  -webkit-box-shadow: 0px 4px 28px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 28px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 400;
}

.readmoreYL:hover {
  color: #fff !important;
}

.readmoreYL i {
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.readmoreYL.effect-1 {
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.readmoreYL.effect-1:before {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z' clip-rule='evenodd'/></svg>");
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 10px;
  top: 5px;
  opacity: 0;
  height: 30px;
  width: 30px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  text-rendering: auto;
}

.readmoreYL.effect-1:hover:before {
  opacity: 1;
  text-indent: 0px;
}

.readmoreYL.effect-1:hover {
  text-indent: -20px;
  color: #fff;
}

.video_group {
  position: relative;
  overflow: hidden;
}

.video_group .wrapper {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 20px auto;
}

.video_group .wrapper .circle {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #fff;
  margin: auto;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.video_group .wrapper .circle.pulse {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  background-color: rgba(255, 255, 255, 0.8);
}

.video_group .wrapper svg {
  fill: #e0e0e0;
  stroke: #e0e0e0;
  stroke-linejoin: round;
  stroke-width: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.video_group .wrapper svg:hover {
  cursor: pointer;
  fill: #f2f2f2;
  stroke: #f2f2f2;
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.video_group .covervid img {
  width: 100%;
  border-radius: 10px;
}

.video_group .covervid::after {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
}

.video_group figure {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  text-align: center;
}

.video_group figure p {
  color: #fff;
}

.list-flr {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
}

.list-flr li {
  list-style: none;
  display: inline-block;
  text-align: center;
  border-right: 1px solid #eee;
  width: 24%;
}

.list-flr li i {
  color: #c21975;
}

.list-flr li img {
  width: 70%;
}

.list-flr li:last-child {
  border-right: none;
}

.list-flr li span {
  display: block;
  color: #4b4b4b;
  font-size: 0.8rem;
}

.program-box-horz {
  background-color: #fff;
  -webkit-box-shadow: 0px 3.7817px 23.6356px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 3.7817px 23.6356px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px;
}

.program-box-horz.hoverstyle figure {
  border-radius: 10px 0px 0px 10px;
}

.program-box-horz.hoverstyle figure div {
  border-radius: 10px 0px 0px 10px;
}

.program-box-horz.hoverstyle figure a img {
  border-radius: 10px 0px 0px 10px;
}

.program-box-horz.hoverstyle:hover figure a img {
  border-radius: 10px 0px 0px 10px;
}

.program-box-horz .program-img img {
  width: 100%;
  height: 465px;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
}

.program-box-horz hr {
  opacity: 0.1;
}

.program-box-horz .price {
  color: #e5527e;
  font-size: 1.5rem;
  font-weight: 600;
}

.program-box-horz .price span {
  font-size: 0.8rem;
  font-weight: 300;
  color: #868686;
  display: block;
}

.program-box-horz .boxcontent {
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  padding: 20px;
}

.program-box-horz .boxcontent .code {
  font-size: 0.8rem;
  background: linear-gradient(78.27deg, #8633a9 -4.14%, #b43f97 21.75%, #e5527e 69.34%, #e771ab 98.76%, #f490c2 127.5%);
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
}

.program-box-horz .boxcontent h3 {
  font-size: 1.1rem;
  padding-top: 10px;
  font-weight: 400;
}

.program-box-horz .boxcontent p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.9rem;
}

.program-box-horz .period-time {
  position: relative;
}

.program-box-horz .period-time h4 {
  font-size: 0.9rem;
  color: #4b4b4b;
}

.program-box-horz .listperiod_moredetails .tagmonth {
  position: absolute;
  left: 0;
}

.program-box-horz .listperiod_moredetails .splgroup {
  margin-left: 30px;
  width: 100%;
}

.program-box-horz .listperiod_moredetails .month {
  background: linear-gradient(78.27deg, #8633a9 -4.14%, #b43f97 21.75%, #e5527e 69.34%, #e771ab 98.76%, #f490c2 127.5%);
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  margin-right: 5px;
  font-size: 0.8rem;
}

.program-box-horz .listperiod_moredetails li {
  list-style: none;
  display: inline-block;
  color: #b5b5b5;
  border-right: 1px solid #eee;
  width: 50px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 0.8rem;
}

.program-box-horz .listperiod_moredetails li:last-child {
  border-right: none;
}

.program-box .list-flr li {
  width: 32%;
}

.program-box hr {
  opacity: 0.1;
}

.program-box .price {
  color: #e5527e;
  font-size: 1.5rem;
  font-weight: 600;
}

.program-box .price span {
  font-size: 0.8rem;
  font-weight: 300;
  color: #868686;
}

.program-box .logo-plane {
  width: 100%;
}

.program-box .hoverstyle figure {
  border-radius: 10px 10px 0px 0px;
}

.program-box .hoverstyle figure div {
  border-radius: 10px 10px 0px 0px;
}

.program-box .hoverstyle figure a img {
  border-radius: 10px 10px 0px 0px;
}

.program-box .hoverstyle:hover figure a img {
  border-radius: 10px 10px 0px 0px;
}

.program-box .boxcontent {
  background-color: #fff;
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
}

.program-box .boxcontent .code {
  font-size: 0.8rem;
  background: linear-gradient(78.27deg, #8633a9 -4.14%, #b43f97 21.75%, #e5527e 69.34%, #e771ab 98.76%, #f490c2 127.5%);
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
}

.program-box .boxcontent h3 {
  font-size: 1rem;
  padding-top: 10px;
}

.filter-menu li {
  list-style: none;
  margin-bottom: 20px;
}

#tourpage #filter-program {
  background-color: #fff;
  -webkit-box-shadow: 0px 3.7817px 23.6356px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 3.7817px 23.6356px rgba(0, 0, 0, 0.1) !important;
  padding: 20px;
  border-radius: 20px;
}

#tourpage #filter-program h3 {
  font-size: 1.2rem;
  color: #e5527e;
}

#tourpage .img-tour img {
  width: 100%;
  border-radius: 10px;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}

#tourpage .bggray-dt {
  background-color: #f9f9f9;
  padding: 20px 0px;
}

#tourpage .boxwhite-detail {
  background-color: #fff;
  -webkit-box-shadow: 0px 3.7817px 23.6356px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 3.7817px 23.6356px rgba(0, 0, 0, 0.1) !important;
  padding: 30px 30px;
  border-radius: 10px;
}

#tourpage .boxwhite-detail .col-lg-6 {
  margin-bottom: 10px;
}

#tourpage .boxwhite-detail i {
  color: #b43f97;
}

#tourpage .boxwhite-detail img {
  width: 35%;
}

#tourpage .boxwhite-detail h6 {
  color: #4b4b4b;
}

#tourpage .boxwhite-detail .price {
  color: #e5527e;
  font-size: 1.8rem;
  font-weight: 600;
}

#tourpage .boxwhite-detail .price span {
  font-size: 0.8rem;
}

#tourpage .boxwhite-detail .tableprice thead th {
  background-color: #ffe2f0;
  text-align: center;
  font-weight: 400;
}

#tourpage .boxwhite-detail .tableprice thead th:nth-child(1) {
  text-align: left;
}

#tourpage .boxwhite-detail .tableprice tbody td {
  text-align: center;
  color: #4b4b4b;
}

#tourpage .boxwhite-detail .tableprice tbody td:nth-child(1) {
  text-align: left;
}

#tourpage .tourdetails_days h3 {
  font-size: 1rem;
  position: relative;
}

#tourpage .tourdetails_days h3::before {
  content: "";
  border-top: 2px solid #e5527e;
  display: block;
  width: 120px;
  width: 20px;
  height: 4px;
}

#tourpage .tourdetails_days h4 {
  color: #e5527e;
  font-size: 1.1rem;
  font-weight: 700;
}

#tourpage .tourdetails_days img {
  border-radius: 8px;
}

#tourpage .accordion-item {
  border: none;
  background-color: transparent;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.13) !important;
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.13) !important;
  margin-bottom: 20px;
  border-radius: 5px;
}

#tourpage .accordion-item .accordion-header .daycc {
  background-color: #e5527e;
  color: #fff;
  display: inline-block;
  padding: 30px 20px;
  -webkit-box-shadow: 0px 3.05112px 25.1717px 6.10224px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 3.05112px 25.1717px 6.10224px rgba(0, 0, 0, 0.1) !important;
  border-radius: 5px 0px 0px 5px;
  margin-right: 20px;
  width: 10%;
  text-align: center;
}

#tourpage .accordion-item .accordion-header .detaildate {
  display: inline-block;
  width: 70%;
}

#tourpage .accordion-item .accordion-body {
  padding: 20px 6.5em;
  font-size: 1rem;
  color: #4b4b4b;
  line-height: 20px;
}

#tourpage .accordion-item .accordion-button {
  background-color: transparent;
  border: none;
  color: #4b4b4b;
  font-weight: 500;
  padding: 0px;
  font-size: 1rem;
}

#tourpage .accordion-item .accordion-button:hover {
  background-color: #e5527e;
  color: #fff;
}

#tourpage .accordion-item .accordion-button:hover::after, #tourpage .accordion-item .accordion-button:hover:not(.collapsed)::after {
  -webkit-filter: brightness(100) invert(0);
  filter: brightness(100) invert(0);
}

#tourpage .accordion-item .accordion-button::after {
  margin-right: 20px;
}

#tourpage .accordion-item .accordion-button:not(.collapsed)::after {
  -webkit-filter: brightness(100) invert(1);
  filter: brightness(100) invert(1);
}

#tourpage .accordion-item .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#tourpage .accordion-item:last-child {
  border-bottom: none;
}

.check-container {
  font-size: 1rem;
  line-height: 20px;
  padding-left: 30px;
  margin-bottom: 0;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #4b4b4b;
  position: relative;
}

.check-container:hover {
  color: #e5527e;
}

.check-container .count {
  position: absolute;
  right: 0;
  top: 0;
  color: #878787;
}

.check-container input {
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
}

.check-container .checkmark:after {
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 6px;
  top: 2px;
}

.checkmark {
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-container input:checked ~ .checkmark {
  background-color: #e5527e;
  color: #fff;
}

.check-container input:checked ~ .checkmark:after {
  display: block;
}

#aboutpage .bgabout-top {
  background-image: url(../images/bgabout.webp);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0px;
}

#aboutpage .bgabout-top .service-detail {
  position: relative;
  color: #fff;
}

#aboutpage .bgabout-top .service-detail:after {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
}

#aboutpage .bgabout-top .service-detail figcaption {
  position: absolute;
  top: 30%;
  left: 5%;
  z-index: 1;
}

#aboutpage .bgabout-top .service-detail figcaption h2,
#aboutpage .bgabout-top .service-detail figcaption h1 {
  font-size: 1.5rem;
}

#aboutpage .bgabout-top .service-detail figcaption p {
  color: #fff;
}

.breadcrumb {
  font-size: 0.8rem;
}

.breadcrumb a {
  color: #b5b5b5;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #e5527e;
}

.bannertop {
  position: relative;
}

.bannertop:after {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
}

.bannertop .captionbanner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 1;
}

.bannertop .captionbanner h1 {
  font-weight: 600;
}

.bannertop .captionbanner p {
  color: #fff;
}

#blogpage .category-blog {
  background-color: #f2f2f2;
  padding: 10px 5px;
  text-align: center;
}

#blogpage .category-blog li {
  list-style: none;
  display: inline-block;
  font-size: 0.9rem;
  padding: 0px 20px;
}

#blogpage .category-blog li a {
  color: #4b4b4b;
  text-decoration: none;
}

#blogpage .newscontent img {
  border-radius: 10px;
}

#blogpage .content h1 {
  color: #e5527e;
  font-weight: 500;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif, "Kanit", sans-serif;
}

#blogpage span {
  color: #b5b5b5;
  font-size: 0.8rem;
  font-weight: 300;
}

#blogpage .box-blog {
  margin-bottom: 20px;
}

#blogpage .box-blog h2 {
  font-size: 1.1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Number of lines to display */
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #4b4b4b;
}

.tag-list li {
  background-color: #ffe2f0;
  list-style: none;
  display: inline-block;
  border-radius: 50px;
  font-size: 0.8rem;
  padding: 5px 10px;
}

.tag-list li:hover {
  background-color: #e5527e;
}

.tag-list li:hover a {
  color: #fff;
}

.tag-list li a {
  color: #e5527e;
  text-decoration: none;
}

.gallery {
  padding: 10px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: (minmax(220px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}

/* Stretch image vertically */
.v-stretch {
  grid-row: span 2;
}

/* Stretch image horizontally */
.h-stretch {
  grid-column: span 2;
}

/* Stretch image vertically and horizontally */
.big-stretch {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.review-box {
  background-color: #fff;
  border-radius: 10px;
  display: block;
  padding: 10px 20px;
  position: relative;
  -webkit-box-shadow: 0px 3.7817px 23.6356px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 3.7817px 23.6356px rgba(0, 0, 0, 0.1) !important;
  margin-bottom: 30px;
}

.review-box a {
  color: #e5527e;
  text-decoration: none;
}

.review-box a i {
  font-size: 1.2rem;
}

.review-box .bannerhomepage .owl-nav {
  opacity: 0;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.review-box .bannerhomepage .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
}

.review-box .bannerhomepage .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
}

.review-box .bannerhomepage:hover .owl-nav {
  opacity: 1;
}

.review-box .review-country {
  text-align: center;
  color: #e5527e;
  font-size: 0.9rem;
  font-weight: 500;
}

.review-box .review-country img {
  vertical-align: text-top;
  width: 20px;
  height: 20px;
}

.review-box .content {
  width: 70%;
}

.review-box .content p {
  font-size: 0.95rem;
}

.review-box .namecustomer {
  position: absolute;
  right: 30px;
  font-size: 0.8rem;
  bottom: 22%;
}

.review-box .namecustomer img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
}

.review-box .linkpopup {
  color: #e5527e;
  cursor: pointer;
}

.pagination_bot {
  margin: 0 auto;
  display: table;
}

.pagination a {
  position: relative;
  display: inline-block;
  color: #4b4b4b;
  text-decoration: none;
  font-size: 0.8rem;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
}

.pagination a:hover {
  color: #4b4b4b;
}

.pagination a:before {
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.pagination .pagination-active {
  color: #fff;
  background-color: #e5527e;
  border-radius: 50%;
}

.pagination .pagination-active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pagination a .pagination-active {
  color: #fff;
}

.pagination a:hover:before,
.pagination a .pagination-active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.pagination-older,
.pagination-newer {
  color: #4b4b4b;
}

.originalprice {
  text-decoration: line-through;
  color: #878787;
  font-size: 0.8rem;
}

.saleprice {
  color: #e5527e;
  font-size: 1.3rem;
  font-weight: 700;
}

.social-msg {
  position: fixed;
  right: 15px;
  bottom: 10px;
  z-index: 9;
}

.social-msg img {
  width: 65px;
}

/*----------- RESPONSIVE --------------*/
@media (max-width: 1199px) {
  #footer .bgfooter .license-st {
    width: 100%;
  }
  #home .bannerhomepage .captionbanner {
    width: 90%;
  }
  #home .bannerhomepage .captionbanner h2 {
    font-size: 3rem;
  }
  .program-box .price {
    font-size: 1.1rem;
  }
  .bannertop img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .program-box-horz .boxcontent p {
    -webkit-line-clamp: 2;
  }
  #head .mainlogo img {
    width: 45%;
  }
  #head #nav .menu-nav ul li {
    padding: 30px 15px;
  }
  .plane-s img {
    width: 50%;
  }
}

@media (max-width: 991px) {
  #bggray .headtitle h2 img {
    width: 30px;
    height: 30px;
  }
  .ham-nav {
    padding-top: 20px;
    display: block;
  }
  .mobilemenu .accordion-button:not(.collapsed) {
    background-color: #fff;
  }
  .mobilemenu .accordion-body {
    padding: 10px 0px;
  }
  .mobilemenu .accordion-body li:last-child {
    border-bottom: none;
  }
  .mobilemenu .accordion-item {
    border: none;
    border-bottom: 1px solid #eee;
  }
  .mobilemenu .accordion-item .accordion-button {
    padding: 10px 0px;
    color: #4b4b4b;
  }
  .mobilemenu .offcanvas-title img {
    width: 70%;
  }
  .mobilemenu li {
    list-style: none;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
  }
  .mobilemenu li a {
    text-decoration: none;
    color: #4b4b4b;
  }
  .lang-mb li {
    list-style: none;
    display: inline-block;
    border-bottom: none;
  }
  .lang-mb li a {
    text-decoration: none;
  }
  .lang-mb li a img {
    width: 25px;
    height: 25px;
  }
  #tourpage .priceperiodmb .boxfor345 {
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 0.85rem;
  }
  #tourpage .priceperiodmb .boxfor345:last-child {
    border-bottom: none;
  }
  #tourpage .priceperiodmb .bookline {
    background-color: #4caf50;
    display: inline-block;
    color: #fff;
    width: 100%;
    padding: 10px 3px;
    border-radius: 50px;
    font-size: 0.8rem;
  }
  #tourpage .priceperiodmb .bookline:hover {
    background-color: #68b82b;
  }
  #tourpage .priceperiodmb .bghead98 {
    background-color: #f3f3ff;
    padding: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 8px;
  }
  #tourpage .priceperiodmb .bghead98 i {
    color: #e5527e;
  }
  #tourpage .accordion-item .accordion-header .detaildate {
    font-size: 0.9rem;
  }
  #tourpage .accordion-item .accordion-header .daycc {
    width: 20%;
    font-size: 0.8rem;
  }
  #tourpage .accordion-item .accordion-body {
    padding: 20px;
  }
  .video_group p {
    font-size: 0.8rem;
    margin-bottom: 0px;
  }
  .video_group h2 {
    font-size: 1.4rem;
  }
  .video_group .wrapper {
    width: 50px;
    height: 50px;
  }
  .video_group .wrapper .circle {
    width: 50px;
    height: 50px;
  }
  #aboutpage .bgabout-top .service-detail figcaption {
    top: 15%;
  }
  #aboutpage .bgabout-top .service-detail figcaption h1 {
    font-size: 1.4rem;
  }
  #aboutpage .bgabout-top .service-detail figcaption p {
    font-size: 0.8rem;
  }
  .logoabt {
    text-align: center;
    margin-bottom: 20px;
  }
  .logoabt img {
    width: 40%;
  }
  #footer .copyr {
    font-size: 0.8rem;
  }
  #footer .bgfooter {
    padding: 20px;
  }
  #footer .bgfooter .license-st {
    width: 60%;
  }
  #footer .bgfooter h3 {
    margin-top: 20px;
  }
  #footer .bgfooter .footer-link li {
    width: 28%;
  }
  .Cropscroll {
    overflow: auto;
    white-space: nowrap;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr);
  }
  .v-stretch {
    grid-row: span 1;
  }
  .h-stretch {
    grid-column: span 1;
  }
  .big-stretch {
    grid-column: span 1;
    grid-row: span 1;
  }
  .bannertop img {
    height: 250px;
  }
  .list-flr li {
    font-size: 0.9rem;
  }
  .list-flr i {
    font-size: 0.7rem;
  }
  .program-box-horz .boxcontent h3 {
    font-size: 1rem;
  }
  .program-box-horz .boxcontent p {
    font-size: 0.8rem;
  }
  .program-box-horz.hoverstyle figure {
    border-radius: 10px 10px 0px 0px;
  }
  .program-box-horz.hoverstyle figure div {
    border-radius: 10px 10px 0px 0px;
  }
  .program-box-horz.hoverstyle figure a img {
    border-radius: 10px 10px 0px 0px;
  }
  .program-box-horz.hoverstyle:hover figure a img {
    border-radius: 10px 10px 0px 0px;
  }
  .program-box-horz .program-img img {
    height: 250px;
    border-radius: 10px 10px 0px 0px;
  }
  #head .mainlogo img {
    width: 40%;
  }
  #head .wrap_menu.sticky .announce-tab {
    display: none;
  }
  .ltr-ic {
    margin-right: 10px;
  }
  .rtl-txt h4 {
    font-size: 1.4rem;
  }
  #home .bannerhomepage .captionbanner {
    width: 90%;
  }
  #home .bannerhomepage .captionbanner span {
    font-size: 0.9rem;
  }
  #home .bannerhomepage .captionbanner h2 {
    font-size: 2rem;
    padding: 0px;
  }
  #home .bannerhomepage .captionbanner p {
    font-size: 0.9rem;
  }
  .review-box {
    padding: 10px;
  }
  .review-box .namecustomer {
    right: 20px;
    bottom: 13%;
  }
  .search-btn {
    position: fixed;
    bottom: 10px;
    width: 87%;
  }
  .mb-btn-booking {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
    z-index: 9;
    width: 100%;
    left: 0;
    padding: 10px;
  }
  .btn-line-sm {
    width: 100%;
    font-size: 0.8rem;
  }
  .btn-light.sold {
    font-size: 0.8rem;
  }
  .plane-s img {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .plane-s img {
    width: 30%;
  }
  #tourpage .boxwhite-detail img {
    width: 55%;
  }
  .tag-list li {
    font-size: 0.7rem;
  }
  #blogpage .content h1 {
    font-size: 1.4rem;
  }
  #blogpage span {
    font-size: 0.7rem;
  }
  #blogpage .box-blog h2 {
    font-size: 0.8rem;
  }
  .bannertop .captionbanner {
    width: 80%;
  }
  .review-box .namecustomer {
    right: 7px;
    bottom: 0;
  }
  .review-box .namecustomer img {
    width: 35px;
    height: 35px;
  }
  .review-box .content p {
    font-size: 0.8rem;
  }
  #contactpage .bannertop-contact {
    height: 300px;
  }
  #contactpage .bannertop-contact .captionbanner {
    top: 40%;
  }
  #contactpage .boxwhitesd .contact-bg .boxicon img {
    width: 25px;
    height: 25px;
  }
  #contactpage .boxwhitesd .contact-bg .rl-txt-ct h3 {
    font-size: 1rem;
  }
  #contactpage .boxwhitesd .contact-bg h2 {
    font-size: 1.4rem;
  }
  #contactpage .boxwhitesd .contact-bg h2 img {
    width: 50px;
    height: 50px;
  }
  .btn-line,
  .btn-download {
    font-size: 0.8rem;
  }
  #home .tour-ovesea .tour-name-group {
    font-size: 0.9rem;
  }
  #home .tour-ovesea .tour-name-group p {
    font-size: 0.7rem;
  }
  .ltr-ic {
    width: 15%;
    margin-left: 30px;
  }
  .border-end {
    border-right: none !important;
  }
  .rtl-txt h4 {
    font-size: 1.4rem;
  }
  .groupwhy p {
    font-size: 0.8rem;
  }
  #footer .bgfooter .footer-link li {
    width: 45%;
  }
  #footer .copyr {
    font-size: 0.7rem;
  }
  #footer .bgfooter .license-st {
    width: 100%;
  }
  .sectitle h1,
  .sectitle h2,
  .headtitle h1,
  .headtitle h2 {
    font-size: 1.4rem;
  }
  #head .mainlogo img {
    width: 70%;
  }
  #head .announce-tab {
    font-size: 0.75rem;
  }
  #head .announce-tab span {
    padding: 3px 5px;
    display: inline-block;
  }
  .bannertop img {
    height: 300px;
  }
  p {
    font-size: 0.8rem;
  }
}
/*# sourceMappingURL=layout.css.map */