@charset "UTF-8";
/*
Theme Name: Wink
Theme URI: #
Author: WinK
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
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wink
Tags: Sao Kim
*/
.job_success_msg {
  display: none;
  color: green;
}
.my_page_content h2,
.my_page_content h3,
.my_page_content h4,
.my_page_content h5,
.my_page_content h6 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04rem;
}
.my_page_content strong {
  font-weight: 900;
}
.my_page_content h1 {
  font-size: 36px;
  line-height: 48px;
}
.my_page_content h2 {
  font-size: 36px;
  line-height: 54px;
}
.my_page_content h3 {
  font-size: 28px;
  line-height: 36px;
}
.my_page_content h4 {
  font-size: 24px;
  line-height: 40px;
}
.my_page_content h5 {
  font-size: 20px;
  line-height: 32px;
}
.my_page_content p {
  margin-top: 12px;
  margin-bottom: 12px;
}

.my_page_content .custom__btn {
  margin-top: 28px;
  margin-bottom: 15px;
}

.sub-menu__item.hotels__box .sub-menu__image {
  position: relative;
}
@media (max-width: 767px) {
  .my_page_content h1 {
    font-size: 36px;
    line-height: 54px;
  }
  .my_page_content h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .my_page_content h3 {
    font-size: 24px;
    line-height: 40px;
  }
  .my_page_content h4 {
    font-size: 20px;
    line-height: 32px;
  }
}
.my_page_content h2,
.my_page_content h3,
.my_page_content h4,
.my_page_content h6 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.my_page_content h5 {
  margin-bottom: 12px;
  margin-top: 12px;
}
.my_page_content .wp-block-image img {
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}
.career-content-sec .career-desc .my_page_content ul {
  margin-bottom: 40px;
}
.uppercase {
  text-transform: uppercase;
}

.hotels__filter .dropdown-custom__menu .dropdown-custom__item {
  display: block;
  width: 100%;
}
.max_line_3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.contact-form,
.book_hotel_form {
  position: relative;
}

.contact-form.loading:before,
.book_hotel_form.loading:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background: rgba(255, 255, 255, 0.5);
}
.error_cpc {
  border-bottom-color: #f00 !important;
}

.login_iframe {
  height: 1000px;
}

.hotels__grid,
.career_list {
  position: relative;
}

.hotels__grid.loading:before,
.career_list.loading:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 850px) {
  .login_iframe {
    height: 1200px;
  }
}

.footer__container--bottom .wink {
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.footer__container--bottom .wink .logo-unscripted {
  width: 130px;
  height: auto;
  display: block;
}

.footer__container--bottom .wink .logo-unscripted img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
