@charset "UTF-8";
/*
Theme Name: Phuclong
Theme URI: #
Author: Alpha Creative
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Az Home is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: phuclong
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns
*/
.detail-page-content h2,
.detail-page-content h3,
.detail-page-content h4,
.detail-page-content h5,
.detail-page-content h6 {
  font-family: var(--font-primary);
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  color: var(--color-secondary);
  margin-bottom: 24px;
}
.detail-content h3 {
  font-family: var(--font-primary);
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  color: var(--color-secondary);
}

.experience-content .content h3 {
  margin-bottom: 24px;
}

.wp-element-caption {
  text-align: center;
  margin-bottom: 40px;
  font-style: italic;
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 12px;
  color: var(--color-secondary);
}

.header__menu ul li a {
  font-weight: 500;
}

.language__head.dropdown-custom__btn .dropdown-custom__text,
.dropdown-custom__menu .dropdown-custom__item {
  font-weight: 500;
}

.testimonial__list .testimonila__item:first-child .box {
  background: #fff;
}
.testimonial__list .testimonila__item:nth-child(2) .box {
  background: #98772e;
}
.testimonial__list .testimonila__item:nth-child(3) .box {
  background: #02332d;
}

.language__item {
  text-decoration: none;
}

.language__item.color-white {
  color: var(--color-white) !important;
}
.language__item.color-secondary {
  color: var(--color-secondary) !important;
}
.page-template-booking .banner-hero__booking {
  display: none !important;
}
/*.testimonial__list .testimonila__item:nth-child(4) .box {
    background: #fff;
}*/
@media (max-width: 820px) {
}

@media (max-width: 600px) {
}

@media (min-width: 992px) {
  .footer__container--bottom .description {
    max-width: 80%;
  }
}
.swiper-button-next.swiper-button-lock,
.swiper-button-prev.swiper-button-lock {
  opacity: 0;
}
