.mobile-menu-content {
  position: fixed;
  width: 70%;
  height: 100%;
  background: var(--white-color);
  z-index: 1001;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: hidden;
  display: none;
  top: 0;
  z-index: 5001;
}

.mobile-menu-content-title {
  padding: 20px;
  color: var(--white-color);
  background-color: var(--red-first-color);
  font-size: 20px;
  font-weight: 700;
}

.mobile-menu-content .hide {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 17px;
  padding: 5px;
  border: 1px solid var(--white-color);
  color: var(--white-color);
}

.mobile-menu-content ul li {
  border-bottom: 1px solid var(--white-color);
}

.mobile-menu-content ul li a {
  color: var(--n-gray-first-color);
  background-color: var(--gray-third-color);
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-decoration: none;
  padding: 20px 0 20px 20px;
}

.find-our-more {
  margin-top: 100px;
  background-image: url('../img/find-our-more-left.png'),
    url('../img/find-our-more-center.png'),
    url('../img/find-our-more-right.png');
  background-position: left top, center top, right top;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-color: var(--red-first-color);
  height: 447px;
  position: relative;
}

.find-our-more-person {
  bottom: 0;
  position: absolute;
}

.find-our-more-title {
  margin-top: 40px;
  font-size: 30px;
  color: var(--white-color);
}

.find-our-more-price h3 {
  margin-top: 10px;
  font-size: 40px;
  color: var(--white-color);
  font-weight: 700;
}

.find-our-more-description {
  margin-top: 10px;
  font-size: 20px;
  color: var(--white-color);
}

.find-our-more-go {
  margin-top: 10px;
}

.top {
  display: flex;
  align-items: center;
}

.logo {
  flex-grow: 1;
}

.menu ul {
  display: flex;
  margin-left: 40px;
  align-items: center;
  text-align: center;
}

.menu ul li {
  list-style: none;
  margin-right: 20px;
  border-bottom: 3px solid transparent;
}

.menu ul li:hover {
  border-bottom: 3px solid var(--red-first-color);
}

.menu ul li.active {
  border-bottom: 3px solid var(--red-first-color);
}

.menu ul li:last-child {
  margin-right: 0;
}

.menu ul li a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: var(--gray-first-color);
}

.mobile-menu {
  display: none;
  color: var(--gray-first-color);
  font-weight: 500;
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  user-select: none;
}

.mobile-menu:after {
  display: block;
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: -5px;
  right: 0;
  background-image: url('../img/icon/menu.svg');
}

.main-slider {
  margin-top: 20px;
}

.main-slider .owl-prev,
.main-slider .owl-next {
  position: absolute;
  bottom: 300px;
  margin: 0 !important;
  width: 50px;
  height: 50px;
}

.main-slider .owl-prev {
  right: 170px;
}

.main-slider .owl-next {
  right: 100px;
}

.main-slider .owl-prev span {
  width: 50px;
  height: 50px;
  background-image: url('../img/icon/arrow.svg');
  display: block;
  font-size: 0;
  transform: rotate(-90deg);
}

.main-slider .owl-next span {
  width: 50px;
  height: 50px;
  background-image: url('../img/icon/arrow.svg');
  font-size: 0;
  transform: rotate(90deg);
  display: block;
}

.main-slider .owl-prev.disabled span,
.main-slider .owl-next.disabled span {
  opacity: 0.5;
}

.main-slider-item {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 200px 50% 0 100px;
  height: 100%;
  position: absolute;
}

.main-slider-item h2 {
  font-size: 60px;
  font-weight: 700;
  color: var(--white-color);
}

.main-slider-item p {
  font-size: 24px;
  color: white;
  margin-top: 40px;
}

.home-icon {
  margin-top: 100px;
  display: flex;
  color: var(--gray-second-color);
  align-items: center;
  justify-content: center;
}

.home-icon-image {
  background-color: var(--red-second-color);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  border-radius: 50%;
}

.home-icon span:first-child {
  font-size: 24px;
  font-weight: 600;
  display: block;
  margin-left: 20px;
}

.home-icon span:last-child {
  display: block;
  margin-left: 20px;
}

.home-text {
  margin-top: 100px;
  color: var(--gray-second-color);
}

.home-text-title h3 {
  font-size: 40px;
  font-weight: 600;
}

.home-text-description {
  margin-top: 20px;
  font-size: 20px;
}

.home-photos-fluid {
  background-color: var(--gray-third-color);
}

.home-photos {
  padding: 100px 0;
  color: var(--gray-second-color);
}

.home-photos-title h3 {
  font-size: 40px;
  font-weight: 600;
}

.home-photos-description {
  margin: 20px 0;
  font-size: 20px;
}

.home-photos-items-element {
  height: 250px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin-top: 20px;
}

.home-form {
  margin: 100px 0;
}

.home-form h3 {
  font-size: 40px;
  color: var(--gray-second-color);
  font-weight: 700;
}

.home-comment-fluid {
  background-color: var(--gray-third-color);
  padding: 100px 0;
}

.home-comment-title h3 {
  font-size: 40px;
  font-weight: 700;
  color: var(--gray-second-color);
}

.home-comment-description {
  color: var(--gray-second-color);
  margin: 20px 0;
  font-size: 20px;
  padding-right: 140px;
}

.home-comment-item {
  background-color: var(--white-color);
  padding: 40px 20px;
}

.home-comment .owl-prev,
.home-comment .owl-next {
  position: absolute;
  margin: 0 !important;
  top: -70px;
  width: 50px;
  height: 50px;
}

.home-comment .owl-prev {
  right: 70px;
}

.home-comment .owl-next {
  right: 0px;
}

.home-comment .owl-prev span {
  width: 50px;
  height: 50px;
  background-image: url('../img/icon/arrow-circle.svg');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  font-size: 0;
  transform: rotate(-180deg);
}

.home-comment .owl-next span {
  width: 50px;
  height: 50px;
  background-image: url('../img/icon/arrow-circle.svg');
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  display: block;
}

.home-comment .owl-prev.disabled span,
.home-comment .owl-next.disabled span {
  opacity: 0.5;
}

.home-comment .owl-prev:hover,
.home-comment .owl-next:hover {
  background-color: transparent !important;
}

.home-comment-star {
  display: flex;
  justify-content: flex-start;
}

.home-comment-star img {
  width: 16px !important;
  height: 15px !important;
  margin-left: 5px;
}

.home-comment-star img:first-child {
  margin-left: 0;
}

.home-comment-text {
  color: var(--gray-second-color);
  margin-top: 20px;
  height: 150px;
  overflow: hidden;
}

.home-comment-person {
  display: flex;
  margin-top: 20px;
  color: var(--gray-second-color);
  align-items: center;
  font-size: 14px;
}

.home-comment-person div div {
  margin-left: 20px;
}

.home-comment-person div div:first-child {
  font-weight: 600;
}

.home-comment-person img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
}

.home-tab {
  margin-top: 100px;
}

.home-tab-title h3 {
  font-size: 40px;
  font-weight: 700;
  color: var(--gray-second-color);
}

.home-tab-description {
  color: var(--gray-second-color);
  margin: 20px 0;
  font-size: 20px;
}

.footer {
  background-color: var(--blue-first-color);
  padding: 40px 0;
  margin-top: 100px;
}

.footer-text {
  font-size: 14px;
  color: var(--white-color);
}

.social-media {
  text-align: right;
  font-size: 0;
}

.social-media img {
  height: 30px;
  margin-right: 10px;
}

.social-media img:last-child {
  height: 40px;
  margin-right: 0;
}

.page {
  border-top: 1px solid var(--gray-third-color);
  margin-top: 20px;
  padding-top: 20px;
}

.page h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--red-first-color);
}

.page h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}

.page h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  color: var(--red-first-color);
}

.page p {
  margin-top: 20px;
  color: var(--gray-second-color);
}

.page a {
  color: var(--red-first-color);
  text-decoration: underline;
}

.page ul {
  margin-top: 20px;
  color: var(--gray-second-color);
  margin-left: 20px;
}

.page ul li {
  margin-top: 20px;
}

.page ul li:first-child {
  margin-top: 0;
}

.page iframe {
  width: 500px;
  height: 400px;
}

.map iframe {
  width: 100%;
  height: 600px;
}

.brochure {
  display: block;
  position: relative;
  padding-left: 60px;
  padding-top: 10px;
  text-decoration: none !important;
}

.brochure:after {
  display: block;
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  background-image: url('../img/icon/folder.svg');
}

@media only screen and (max-width: 1339px) {
  .main-slider-item {
    padding-right: 25%;
    padding-top: 100px;
  }

  .main-slider .owl-prev,
  .main-slider .owl-next {
    bottom: 50px;
  }

  .main-slider .owl-prev {
    right: 120px;
  }

  .main-slider .owl-next {
    right: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .main-slider-item {
    padding: 40px 40px 0 40px;
  }
}

@media only screen and (max-width: 991px) {
  .find-our-more {
    background-image: url('../img/find-our-more-left.png'),
      url('../img/find-our-more-right.png');
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
  }

  .menu {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .find-our-more-person img {
    width: 300px;
  }

  .main-slider-item h2 {
    font-size: 40px;
  }

  .main-slider-item p {
    font-size: 20px;
    margin-top: 20px;
  }

  .home-form .col-md-6 img {
    width: 250px;
  }

  .home-tab-img img {
    width: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .find-our-more {
    background-image: url('../img/find-our-more-left.png');
    background-position: left top;
    background-repeat: no-repeat;
    height: auto;
    padding-bottom: 40px;
    margin-top: 40px;
  }

  .find-our-more-title {
    font-size: 24px;
  }

  .find-our-more-price h3 {
    font-size: 32px;
  }

  .find-our-more-description,
  .home-text-description,
  .home-photos-description,
  .home-comment-description,
  .home-tab-description {
    font-size: 16px;
  }

  .find-our-more-person {
    display: none;
  }

  .main-slider .owl-prev,
  .main-slider .owl-next {
    width: 24px;
    height: 24px;
    bottom: 10px;
  }

  .main-slider .owl-prev {
    right: 44px;
  }

  .main-slider .owl-next {
    right: 10px;
  }

  .main-slider .owl-prev span {
    width: 24px;
    height: 24px;
  }

  .main-slider .owl-next span {
    width: 24px;
    height: 24px;
  }

  .main-slider-item h2 {
    font-size: 32px;
  }

  .main-slider-item p {
    font-size: 18px;
  }

  .home-icon {
    margin-top: 20px;
  }

  .home-icon.first {
    margin-top: 40px;
  }

  .home-text,
  .find-our-more-text,
  .home-comment-title h3,
  .home-comment-description,
  .home-tab-title h3,
  .home-tab-description,
  .footer-text {
    padding: 0px 20px;
  }

  .home-photos {
    padding: 40px 0;
  }

  .home-text {
    margin-top: 40px;
  }

  .main-slider-item {
    padding: 20px;
  }

  .home-text-title h3,
  .home-photos-title h3,
  .find-our-more-price h3,
  .home-form-title h3,
  .home-comment-title h3,
  .home-tab-title h3 {
    font-size: 24px;
  }

  .home-form-title h3 {
    text-align: center;
  }

  .home-form {
    margin: 40px 0;
  }

  .home-tab {
    margin: 40px 0;
  }

  .home-form h3 {
    margin-top: 40px;
  }

  .home-comment-fluid {
    padding: 40px 0;
  }

  .home-comment-description {
    padding-right: 0;
  }

  .home-comment .owl-prev,
  .home-comment .owl-next {
    top: 20px;
    width: 30px;
    height: 30px;
  }

  .home-comment .owl-next {
    right: 20px;
  }

  .home-comment .owl-prev {
    right: 60px;
  }

  .home-comment .owl-prev span,
  .home-comment .owl-next span {
    width: 30px;
    height: 30px;
  }

  .footer {
    margin-top: 40px;
    padding: 20px 0;
  }

  .footer-text {
    text-align: center;
  }

  .social-media {
    text-align: center;
    margin-top: 20px;
  }

  .page p iframe {
    width: 100%;
  }

  .map {
    margin-top: 20px;
  }

  .map iframe {
    height: 400px;
  }
}

@media only screen and (max-width: 575px) {
  .main-slider {
    height: 300px;
  }

  .main-slider img {
    width: auto !important;
    height: 100%;
  }

  .main-slider-item h2 {
    font-size: 24px;
  }

  .main-slider-item p {
    font-size: 16px;
  }

  .home-photos-items-element {
    height: 100px;
  }

  .home-photos-items-element.last {
    height: 200px;
  }
}
