﻿@charset "UTF-8";
/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
@import url("../../fonts/Roboto/font-roboto.css");
@font-face {
  font-family: 'Manrope';
  src: url("../../fonts/Manrope/Manrope-VariableFont_wght.ttf") format("truetype"); }

ul, li {
  list-style: none; }

body {
  color: #0a2540;
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px; }

p {
  margin: 0 auto; }

a:hover {
  text-decoration: none; }

#dv_yte {
  background-image: url("../../images/trangchu/section-background.png"); }
  #dv_yte .news-events-container {
    display: flex;
    flex-direction: column;
    padding: 30px 80px 80px; }
  #dv_yte .breadcrumb {
    align-self: start;
    display: flex;
    gap: 5px;
    font-size: 18px;
    font-weight: 400; }
    #dv_yte .breadcrumb a {
      color: #000 !important; }
  #dv_yte .breadcrumb-item {
    font-family: Roboto, sans-serif; }
  #dv_yte .breadcrumb-separator a {
    text-align: center;
    font-family: Roboto, sans-serif; }
  #dv_yte .breadcrumb-current a {
    color: #0e4f4f !important;
    font-family: Roboto, sans-serif;
    font-weight: 700; }
  #dv_yte .search-results-container {
    margin-top: 40px;
    display: flex;
    padding-bottom: 80px;
    flex-direction: column; }
  #dv_yte .search-header {
    justify-content: space-between;
    display: flex;
    gap: 0;
    line-height: 150%; }
  @media (max-width: 991px) {
    #dv_yte .search-header {
      flex-wrap: wrap;
      padding: 0 20px; } }
  #dv_yte .results-count {
    display: flex;
    flex-direction: column;
    font-size: 30px;
    color: #101828;
    font-weight: 700;
    font-family: sans-serif; }
  @media (max-width: 991px) {
    #dv_yte .results-count {
      max-width: 100%; } }
  #dv_yte .sort-dropdown {
    border-radius: 30px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #eaecf0;
    background-color: #fff;
    align-self: start;
    display: flex;
    gap: 8px;
    font-size: 16px;
    color: #475467;
    font-weight: 500;
    padding: 14px 24px; }
    #dv_yte .sort-dropdown .form-control {
      display: block;
      width: 100%;
      height: unset;
      padding: unset;
      font-size: 1rem;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: none;
      border-radius: .25rem;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
    #dv_yte .sort-dropdown .form-control:focus {
      box-shadow: unset; }
  @media (max-width: 991px) {
    #dv_yte .sort-dropdown {
      padding-left: 20px; } }
  #dv_yte .sort-text {
    font-family: sans-serif; }
  #dv_yte .sort-icon {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 20px;
    margin: auto 0; }
  #dv_yte .search-form {
    display: flex;
    justify-content: end;
    align-self: stretch;
    gap: 20px;
    font-size: 16px;
    font-weight: 500; }
    #dv_yte .search-form .search-input,
    #dv_yte .search-form .search-select {
      display: flex;
      gap: 8px;
      padding: 14px;
      border-radius: 30px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
      border: 1px solid #eaecf0;
      background-color: #fff;
      height: fit-content; }
      #dv_yte .search-form .search-input input,
      #dv_yte .search-form .search-select input {
        width: 100%; }
    #dv_yte .search-form input#search-keywords {
      color: unset; }
    #dv_yte .search-form #search-keywords:focus:focus-visible:focus-within {
      outline: none; }
    #dv_yte .search-form .search-icon {
      aspect-ratio: 1;
      object-fit: auto;
      object-position: center;
      width: 24px; }
    #dv_yte .search-form .search-select-icon {
      aspect-ratio: 1;
      object-fit: auto;
      object-position: center;
      width: 20px;
      margin: auto 0; }
    #dv_yte .search-form .search-button {
      font-family: sans-serif;
      justify-content: center;
      border-radius: 30px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
      background-color: #77dada;
      color: #0e4f4f;
      padding: 14px 24px;
      border: none;
      cursor: pointer;
      height: fit-content; }
    #dv_yte .search-form .visually-hidden {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border-width: 0; }
    @media (max-width: 991px) {
      #dv_yte .search-form .search-container {
        padding: 20px; }
      #dv_yte .search-form .search-box {
        max-width: 100%;
        margin-top: 20px;
        padding: 20px;
        z-index: 0; }
      #dv_yte .search-form .search-title,
      #dv_yte .search-form .search-description {
        max-width: 100%; }
      #dv_yte .search-form .search-form {
        flex-wrap: wrap;
        margin-top: 40px; }
      #dv_yte .search-form .search-input,
      #dv_yte .search-form .search-select,
      #dv_yte .search-form .search-button {
        padding-left: 20px;
        padding-right: 20px; } }
  #dv_yte .entertainment-section {
    justify-content: space-between;
    margin-top: 50px; }
  #dv_yte .content-wrapper {
    gap: 20px;
    display: flex; }
  @media (max-width: 991px) {
    #dv_yte .content-wrapper {
      flex-direction: column;
      align-items: stretch;
      gap: 0; } }
  #dv_yte .filter-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 29%;
    margin-left: 0; }
  @media (max-width: 991px) {
    #dv_yte .filter-column {
      width: 100%; } }
  #dv_yte .filter-container {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    line-height: 150%;
    padding: 0 30px 80px 0; }
  #dv_yte .filter-header {
    justify-content: space-between;
    border-radius: 30px 30px 0 0;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    display: flex;
    gap: 20px;
    padding: 25px 40px; }
  @media (max-width: 991px) {
    #dv_yte .filter-header {
      padding: 0 20px; } }
  #dv_yte .filter-title {
    color: #000;
    font: 700 20px sans-serif;
    margin: 0; }
  #dv_yte .reset-button {
    color: #0e4f4f;
    font: 400 18px sans-serif;
    border: none;
    background: none; }
  #dv_yte .filter-body {
    border-radius: 0 0 30px 30px;
    border: 1px solid #d9d9d9;
    border-top: none;
    background-color: #fff;
    display: flex;
    width: 100%;
    flex-direction: column;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    padding: 30px; }
  @media (max-width: 991px) {
    #dv_yte .filter-body {
      padding: 0 20px; } }
  #dv_yte .filter-section-title {
    font-family: sans-serif;
    font-weight: 700;
    line-height: 30px;
    font-size: 18px; }
  #dv_yte .filter-option {
    display: flex;
    margin-top: 10px;
    gap: 10px;
    padding: 3px 0; }
    #dv_yte .filter-option span {
      font-size: 18px; }
  #dv_yte .filter-option:hover, #dv_yte .price-range:hover, #dv_yte .accommodation-type:hover {
    cursor: pointer; }
  #dv_yte .option-icon {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 24px;
    margin: auto 0;
    color: #c4c4c4; }
  #dv_yte .filter-section-title:nth-child(n+2) {
    margin-top: 20px; }
  #dv_yte .filter-label {
    font-family: sans-serif;
    font-size: 18px; }
  #dv_yte .results-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 71%;
    margin-left: 20px; }
  @media (max-width: 991px) {
    #dv_yte .results-column {
      width: 100%; } }
  #dv_yte .results-wrapper {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 0 2px 49px; }
  @media (max-width: 991px) {
    #dv_yte .results-wrapper {
      max-width: 100%; } }
  #dv_yte .result-card {
    border-radius: 30px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
    border: 1px solid #d9d9d9;
    background-color: #fff;
    padding: 20px 1px 20px 20px; }
  #dv_yte .result-card:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
  #dv_yte .result-card:nth-child(n+2) {
    margin-top: 30px; }
  @media (max-width: 991px) {
    #dv_yte .result-card {
      max-width: 100%; } }
  #dv_yte .result-content {
    gap: 20px;
    display: flex; }
  @media (max-width: 991px) {
    #dv_yte .result-content {
      flex-direction: column;
      align-items: stretch;
      gap: 0; } }
  #dv_yte .result-image-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 27%;
    margin-left: 0; }
  @media (max-width: 991px) {
    #dv_yte .result-image-column {
      width: 100%; } }
  #dv_yte .result-image-wrapper {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center; }
  @media (max-width: 991px) {
    #dv_yte .result-image-wrapper {
      margin-top: 40px; } }
  #dv_yte .result-image {
    aspect-ratio: 1.61;
    object-fit: auto;
    object-position: center;
    width: 100%;
    border-radius: calc(30px - 20px);
    height: 100%;
    object-fit: cover; }
  #dv_yte .result-info-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 73%;
    margin-left: 20px; }
  @media (max-width: 991px) {
    #dv_yte .result-info-column {
      width: 100%; } }
  #dv_yte .result-info-wrapper {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    font-size: 14px;
    color: #344054;
    font-weight: 400;
    line-height: 150%;
    padding: 1px 13px 1px 0; }
  @media (max-width: 991px) {
    #dv_yte .result-info-wrapper {
      max-width: 100%;
      margin-top: 40px; } }
  #dv_yte .result-tag {
    justify-content: center;
    border-radius: 30px;
    background-color: #f2f4f7;
    align-self: start;
    display: flex;
    gap: 5px;
    font-weight: 500;
    padding: 5px; }
    #dv_yte .result-tag span {
      margin: 0 5px; }
  #dv_yte .tag-icon {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 14px;
    margin: auto 0; }
  #dv_yte .tag-text {
    font-family: sans-serif; }
  #dv_yte .result-title {
    color: #000;
    margin-top: 10px;
    font: 700 20px sans-serif; }
  @media (max-width: 991px) {
    #dv_yte .result-title {
      max-width: 100%; } }
  #dv_yte .result-description {
    display: flex;
    margin-top: 10px;
    gap: 10px;
    color: #475467; }
    #dv_yte .result-description p {
      margin: 0; }
  @media (max-width: 991px) {
    #dv_yte .result-description {
      flex-wrap: wrap; } }
  #dv_yte .description-icon {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 24px; }
  #dv_yte .description-text {
    font-family: sans-serif; }
  @media (max-width: 991px) {
    #dv_yte .description-text {
      max-width: 100%; } }
  #dv_yte .result-location {
    justify-content: center;
    border-radius: 30px;
    background-color: #f2f4f7;
    align-self: start;
    display: flex;
    margin-top: 10px;
    gap: 5px;
    font-size: 12px;
    padding: 5px; }
  #dv_yte .result-linktomap {
    justify-content: center;
    border-radius: 30px;
    background-color: #f2f4f7;
    align-self: start;
    display: flex;
    margin-top: 10px;
    gap: 5px;
    font-size: 12px;
    padding: 5px;
    padding: 4px 12px;
    background-color: #fedf89;
    border-radius: 16px;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 4px;
    text-decoration: unset; }
    #dv_yte .result-linktomap a {
      color: #7a2e0e; }
  #dv_yte .result-linktomap:hover {
    background-color: #77dada; }
    #dv_yte .result-linktomap:hover a {
      color: black; }
  #dv_yte .result-phone {
    justify-content: center;
    border-radius: 30px;
    background-color: #f2f4f7;
    align-self: start;
    display: flex;
    margin-top: 10px;
    gap: 5px;
    font-size: 12px;
    padding: 5px; }
  #dv_yte .location-icon {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 12px;
    margin: auto 0; }
  #dv_yte .location-text {
    font-family: sans-serif;
    margin: 0 5px; }
  #dv_yte .pagination-container {
    padding-top: 60px;
    display: flex;
    gap: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%; }
  #dv_yte .viewing-info {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    color: #454545;
    flex: 1; }
  #dv_yte .viewing-text {
    font-family: sans-serif;
    align-self: stretch;
    margin: auto 0; }
  #dv_yte .current-page {
    font-family: sans-serif;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid #454545;
    align-self: stretch;
    padding: 10px 20px;
    height: fit-content;
    margin: 0 20px; }
  #dv_yte .total-pages {
    font-family: sans-serif;
    align-self: stretch;
    margin: auto 0; }
  #dv_yte .navigation-controls {
    justify-content: space-between;
    display: flex;
    gap: 20px;
    color: #000;
    flex: 1;
    margin: auto 0;
    padding: 5px; }
  #dv_yte .pagination {
    list-style: none;
    display: inline-block;
    padding: 0; }
  #dv_yte .pagination li {
    display: inline;
    text-align: center; }
  #dv_yte .pagination a {
    float: left;
    display: block;
    font-size: 18px;
    text-decoration: none;
    padding: 7px 20px;
    color: #fff;
    margin-left: -1px;
    border: 1px solid transparent;
    line-height: 1.5; }
  #dv_yte .pagination li.active {
    cursor: default; }
    #dv_yte .pagination li.active a {
      border-color: #77dada;
      background: #77dada;
      color: #fff; }
  #dv_yte .pagination li:active {
    outline: none; }
  #dv_yte .modal-2 li:first-child a {
    -moz-border-radius: 30px 0 0 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px 0 0 30px; }
  #dv_yte .modal-2 li:last-child a {
    -moz-border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0;
    border-radius: 0 30px 30px 0; }
  #dv_yte .modal-2 a {
    border-color: #ddd;
    color: #999;
    background: #fff; }
  #dv_yte .modal-2 a:hover {
    color: #77dada;
    background-color: #eee; }
  #dv_yte .modal-2 a.active, #dv_yte .modal-2 a:active {
    border-color: #77dada;
    background: #77dada;
    color: #fff; }
