﻿@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; }

.page-container {
  width: calc(100vw - 180px);
  margin: auto; }

@media (max-width: 991px) {
  .page-container {
    width: calc(100vw - 40px); } }

header {
  z-index: 1;
  position: relative;
  background: #fff;
  padding: 10px 20px; }
  header .dropdown-menu {
    border-radius: 0.25rem;
    border-top: 3px solid #77dada;
    min-width: 200px;
    margin: .1rem 0 0;
    top: 0;
    background-color: unset;
    border: unset;
    transform: unset !important;
    z-index: 20000; }
    header .dropdown-menu li, header .dropdown-menu a {
      font-size: 18px; }
  header .lv1 {
    left: -120px; }
  header .dropdown li {
    cursor: pointer;
    min-height: 28px;
    line-height: 28px;
    padding-left: 11px; }
  header .dropdown-style {
    margin-top: 30px;
    border-radius: 0.25rem;
    border-top: 3px solid #77dada;
    min-width: 200px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    min-height: 270px;
    padding-left: 0; }
  header .dropdown-menu2 {
    position: fixed !important;
    width: 100vw;
    top: 46px !important;
    overflow: unset !important; }
  header .menu-item:hover .destination {
    display: block; }
  header .destination {
    padding: 0px; }
    header .destination .destination-categories {
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
      background-color: #eaecf0;
      padding: 30px 80px;
      width: 100vw; }
    header .destination .categories-container {
      gap: 20px;
      display: flex; }
    header .destination .category-list {
      display: flex;
      flex-direction: column;
      line-height: normal;
      width: 20%;
      margin-left: 0; }
    header .destination .category-content {
      display: flex;
      flex-direction: column;
      align-self: stretch;
      margin: auto 0;
      padding: 1px 0; }
    header .destination .category-title {
      color: #0e4f4f;
      font: 700 20px Roboto, sans-serif; }
    header .destination .category-items {
      justify-content: center;
      align-items: start;
      display: flex;
      flex-direction: column;
      font-size: 18px;
      color: #828282;
      font-weight: 400;
      padding: 0 30px 0 17px; }
    header .destination .category-item a {
      color: black;
      display: flex;
      margin-left: 13px;
      gap: 15px;
      margin: 5px 0; }
    header .destination .category-icon {
      aspect-ratio: 1;
      object-fit: auto;
      object-position: center;
      width: 10px;
      margin: auto 0; }
    header .destination .category-name {
      font-family: Roboto, sans-serif; }
    header .destination .view-all-button {
      justify-content: center;
      border-radius: 30px;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
      border: 1px solid #0e4f4f;
      background-color: #eaecf0;
      margin-top: 15px;
      color: #0e4f4f;
      padding: 14px;
      font: 500 16px/150% sans-serif;
      width: fit-content; }
    header .destination .destination-gallery {
      display: flex;
      flex-direction: column;
      line-height: normal;
      width: 80%;
      margin-left: 20px; }
    header .destination .gallery-container {
      align-self: stretch;
      display: flex;
      flex-grow: 1;
      gap: 10px;
      color: #fff;
      line-height: 150%; }
    header .destination .destination-card {
      display: flex;
      justify-content: center; }
    header .destination .card-content {
      display: flex;
      flex-direction: column;
      overflow: hidden;
      position: relative;
      aspect-ratio: 0.63;
      width: 200px;
      padding: 14px;
      border-radius: 30px; }
    header .destination .card-image {
      position: absolute;
      inset: 0;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center; }
    header .destination .card-divider {
      position: relative;
      border: 2px solid #fff;
      background-color: #fff;
      margin-top: 200px;
      height: 2px;
      width: 100%; }
    header .destination .card-opacity {
      background: #000;
      opacity: 0.5;
      width: 100%;
      height: 100%;
      position: absolute;
      margin: 0;
      top: 0;
      left: 0; }
    header .destination .card-location {
      position: relative;
      margin-top: 10px;
      font: 500 15px sans-serif;
      margin-left: 0px;
      color: white; }
    header .destination .card-title {
      position: relative;
      margin-top: 5px;
      font: 700 13px sans-serif;
      color: white;
      width: 100%; }
    @media (max-width: 991px) {
      header .destination .destination-categories {
        padding: 0 20px; }
      header .destination .categories-container {
        flex-direction: column;
        align-items: stretch;
        gap: 0; }
      header .destination .category-list {
        width: 100%; }
      header .destination .category-content {
        margin-top: 40px; }
      header .destination .category-items {
        padding-right: 20px; }
      header .destination .category-item {
        margin-left: 10px; }
      header .destination .view-all-button {
        padding: 0 20px; }
      header .destination .destination-gallery {
        width: 100%; }
      header .destination .gallery-container {
        margin-top: 40px;
        flex-wrap: wrap; }
      header .destination .card-divider {
        margin-top: 40px; } }
  header .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  @media (max-width: 991px) {
    header .header-wrapper {
      max-width: 100%;
      flex-wrap: wrap; } }
  header .logo {
    width: 230px; }
  header .contact-btn {
    border-radius: 30px;
    background-color: #77dada;
    border: solid 1px #ccc;
    padding: 5px 12px;
    margin-left: 10px;
    height: fit-content; }
  @media (max-width: 991px) {
    header .contact-btn {
      padding: 0 20px; } }
  header .nav-menu {
    justify-content: center;
    align-items: center;
    display: flex; }
  @media (max-width: 991px) {
    header .nav-menu {
      max-width: 100%;
      padding: 0 20px; } }
  header .list-menu {
    display: flex;
    gap: 2px;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0; }
  header .menu-item {
    display: flex;
    padding: 5px 12px;
    border-radius: 30px; }
    header .menu-item a {
      color: #333 !important;
      font-size: 15px;
      font-family: inherit !important;
      transition: all ease-in-out 0.5s;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      width: max-content;
      font-weight: 600; }
      header .menu-item a i {
        margin-right: 5px;
        display: none; }
    header .menu-item .menu-icon {
      object-fit: contain;
      display: block;
      width: 15px;
      height: 15px;
      background-image: url("../../images/trangchu/home.svg"); }
    header .menu-item.active a {
      color: #0366b1 !important; }
    header .menu-item:hover {
      background: #f4f5f6; }
      header .menu-item:hover .lv1 {
        display: block;
        overflow: unset !important; }
    header .menu-item .category-name {
      font-size: 18px;
      font-weight: normal; }
  header .dropdown-menu li {
    position: relative; }
  header .dropdown-submenu {
    display: none;
    position: absolute;
    left: auto;
    right: calc( 100% + 0px);
    top: -7px;
    border-top: 3px solid #77dada;
    min-width: 200px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); }
  header .sub:hover > .dropdown-submenu {
    display: block; }
  @media (max-width: 991px) {
    header .list-menu {
      display: none; } }
  header .dropdown-icon {
    aspect-ratio: 1;
    object-fit: auto;
    object-position: center;
    width: 24px; }
  header .slick-prev::before, header .slick-next::before {
    color: #77dada !important;
    font-size: 30px !important; }
  header .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  header #overlay-button {
    display: none; }
  header #overlay-button {
    position: fixed;
    right: 20px;
    top: 15px;
    padding: 20px 13px;
    cursor: pointer;
    user-select: none;
    background: rgba(27, 98, 153, 0.1);
    z-index: 10;
    border-radius: 8px; }
    header #overlay-button span {
      height: 2px;
      width: 15px;
      border-radius: 2px;
      background-color: #1b6299;
      position: relative;
      display: block;
      transition: all .2s ease-in-out; }
      header #overlay-button span:before {
        top: -5px;
        visibility: visible; }
      header #overlay-button span:after {
        top: 5px; }
      header #overlay-button span:before, header #overlay-button span:after {
        height: 2px;
        background-color: #1b6299;
        width: 15px;
        border-radius: 2px;
        position: absolute;
        content: "";
        transition: all .2s ease-in-out; }
    header #overlay-button:hover span, header #overlay-button:hover span:before, header #overlay-button:hover span:after {
      background: #333332; }
  header #overlay-input[type=checkbox] {
    display: none; }
  header input[type=checkbox]:checked ~ #overlay {
    visibility: visible; }
  header input[type=checkbox]:checked ~ .overlay-common {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  header input[type=checkbox]:checked ~ #overlay-button:hover span, header input[type=checkbox]:checked ~ #overlay-button span {
    background: transparent; }
  header input[type=checkbox]:checked ~ #overlay-button span:before {
    transform: rotate(45deg) translate(5px, 3px);
    opacity: 1; }
  header input[type=checkbox]:checked ~ #overlay-button span:after {
    transform: rotate(-45deg) translate(4px, -3px); }
  header #overlay {
    height: 100vh;
    width: 300px;
    top: 0px;
    right: 0;
    background: white;
    visibility: hidden;
    position: fixed;
    overflow: scroll;
    z-index: 20;
    transition: all ease-in-out 1.5s; }
    header #overlay .nav-link {
      padding: unset; }
    header #overlay.active {
      visibility: visible; }
    header #overlay ul {
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      text-align: center;
      padding: 0 10px;
      list-style-type: none; }
      header #overlay ul li {
        padding: 0.6em;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #e9ecef; }
        header #overlay ul li a {
          color: #333;
          text-decoration: none;
          font-size: 16px; }
          header #overlay ul li a:hover {
            color: #333332; }
  header #overlay .cls:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent; }
  header .logo-mb .dnav {
    color: black;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 25px 40px;
    text-align: center;
    text-transform: uppercase; }
    header .logo-mb .dnav img {
      height: 60px;
      display: flex;
      margin: auto; }
    header .logo-mb .dnav h2 {
      margin-top: 10px;
      font-size: 15px; }
    header .logo-mb .dnav h1 {
      font-size: 15px; }
  header #overlay ul .nav-item:last-child {
    border-bottom: unset; }
  header .slick-list {
    width: 100%; }
  @media screen and (max-width: 340px) {
    header .logo-mb .dnav img {
      display: flex;
      margin: auto; }
    header .logo-mb .dnav h2 {
      font-size: 14px; }
    header .logo-mb .dnav h1 {
      font-size: 14px; }
    header .menu_mobile, header #overlay-button {
      display: block; }
    header #list-menu {
      display: none; }
    header #overlay ul li {
      padding: 5px;
      font-size: 13px; }
    header .contact-wrapper {
      display: none; } }
  @media screen and (min-width: 341px) and (max-width: 428px) {
    header .logo-mb .dnav img {
      display: flex;
      margin: auto; }
    header .logo-mb .dnav h2 {
      font-size: 14px; }
    header .logo-mb .dnav h1 {
      font-size: 14px; }
    header .menu_mobile, header #overlay-button {
      display: block; }
    header #list-menu {
      display: none; }
    header #overlay ul li {
      padding: 5px;
      font-size: 13px; }
    header .contact-wrapper {
      display: none; } }
  @media screen and (min-width: 429px) and (max-width: 447px) {
    header .logo-mb .dnav {
      padding: 25px 30px; }
    header .menu_mobile, header #overlay-button {
      display: block; }
    header #list-menu {
      display: none; }
    header #overlay ul li {
      padding: 5px;
      font-size: 13px; }
    header .contact-wrapper {
      display: none; } }
  @media screen and (min-width: 448px) and (max-width: 576px) {
    header .logo-mb .dnav {
      padding: 25px 30px; }
    header .menu_mobile, header #overlay-button {
      display: block; }
    header #lst-menu {
      display: none; }
    header #overlay ul li {
      padding: 5px;
      font-size: 13px; }
    header .contact-wrapper {
      display: none; } }
  @media screen and (min-width: 577px) and (max-width: 768px) {
    header .logo-mb .dnav {
      padding: 25px 30px; }
    header .container {
      max-width: 90%; }
    header .menu_mobile, header #overlay-button {
      display: block; }
    header #lst-menu {
      display: none; }
    header #overlay ul li {
      padding: 5px;
      font-size: 13px; }
    header .contact-wrapper {
      display: none; } }
  @media screen and (min-width: 769px) and (max-width: 992px) {
    header .logo-mb .dnav img {
      height: 50px;
      display: flex;
      margin: auto; }
    header .logo-mb .dnav h2 {
      font-size: 14px; }
    header .logo-mb .dnav h1 {
      font-size: 14px; }
    header .menu_mobile, header #overlay-button {
      display: block; }
    header #list-menu {
      display: none; }
    header #overlay ul li {
      padding: 5px;
      font-size: 13px; }
    header .contact-wrapper {
      display: none; } }
