﻿@charset "UTF-8";
@import url("../../fonts/Roboto/font-roboto.css");
/******* 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é****/
@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; }

#head {
  display: none; }

#p-master {
  min-height: 100vh;
  background-image: url("../../images/trangchu/section-background.png"); }
  #p-master .header-wrapper {
    /*    .lv1 {
        left: -120px;
    }*/ }
    #p-master .header-wrapper .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; }
      #p-master .header-wrapper .dropdown-menu li, #p-master .header-wrapper .dropdown-menu a {
        font-size: 18px; }
    #p-master .header-wrapper .dropdown li {
      cursor: pointer;
      min-height: 28px;
      line-height: 28px; }
    #p-master .header-wrapper .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);
      padding-left: 0; }
    #p-master .header-wrapper .dropdown-menu2 {
      position: fixed !important;
      width: 100vw;
      top: 46px !important;
      overflow: unset !important; }
    #p-master .header-wrapper .menu-item:hover .destination {
      display: block; }
    #p-master .header-wrapper .destination {
      padding: 0px; }
      #p-master .header-wrapper .destination .destination-categories {
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
        background-color: #eaecf0;
        padding: 30px 80px;
        width: 100vw; }
      #p-master .header-wrapper .destination .categories-container {
        gap: 20px;
        display: flex; }
      #p-master .header-wrapper .destination .category-list {
        display: flex;
        flex-direction: column;
        line-height: normal;
        width: 20%;
        margin-left: 0; }
      #p-master .header-wrapper .destination .category-content {
        display: flex;
        flex-direction: column;
        align-self: stretch;
        margin: auto 0;
        padding: 1px 0; }
      #p-master .header-wrapper .destination .category-title {
        color: #0e4f4f;
        font: 700 20px Roboto, sans-serif; }
      #p-master .header-wrapper .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; }
      #p-master .header-wrapper .destination .category-item a {
        color: black;
        display: flex;
        margin-left: 13px;
        gap: 15px;
        margin: 5px 0; }
      #p-master .header-wrapper .destination .category-icon {
        aspect-ratio: 1;
        object-fit: auto;
        object-position: center;
        width: 10px;
        margin: auto 0; }
      #p-master .header-wrapper .destination .category-name {
        font-family: Roboto, sans-serif; }
      #p-master .header-wrapper .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; }
      #p-master .header-wrapper .destination .destination-gallery {
        display: flex;
        flex-direction: column;
        line-height: normal;
        width: 80%;
        margin-left: 20px; }
      #p-master .header-wrapper .destination .gallery-container {
        align-self: stretch;
        display: flex;
        flex-grow: 1;
        gap: 10px;
        color: #fff;
        line-height: 150%; }
      #p-master .header-wrapper .destination .destination-card {
        display: flex;
        justify-content: center; }
      #p-master .header-wrapper .destination .card-content {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
        aspect-ratio: 0.63;
        width: 200px;
        padding: 14px;
        border-radius: 30px; }
      #p-master .header-wrapper .destination .card-image {
        position: absolute;
        inset: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center; }
      #p-master .header-wrapper .destination .card-divider {
        position: relative;
        border: 2px solid #fff;
        background-color: #fff;
        margin-top: 200px;
        height: 2px;
        width: 100%; }
      #p-master .header-wrapper .destination .card-opacity {
        background: #000;
        opacity: 0.5;
        width: 100%;
        height: 100%;
        position: absolute;
        margin: 0;
        top: 0;
        left: 0; }
      #p-master .header-wrapper .destination .card-location {
        position: relative;
        margin-top: 10px;
        font: 500 15px sans-serif;
        margin-left: 0px;
        color: white; }
      #p-master .header-wrapper .destination .card-title {
        position: relative;
        margin-top: 5px;
        font: 700 13px sans-serif;
        color: white;
        width: 100%; }
      @media (max-width: 991px) {
        #p-master .header-wrapper .destination .destination-categories {
          padding: 0 20px; }
        #p-master .header-wrapper .destination .categories-container {
          flex-direction: column;
          align-items: stretch;
          gap: 0; }
        #p-master .header-wrapper .destination .category-list {
          width: 100%; }
        #p-master .header-wrapper .destination .category-content {
          margin-top: 40px; }
        #p-master .header-wrapper .destination .category-items {
          padding-right: 20px; }
        #p-master .header-wrapper .destination .category-item {
          margin-left: 10px; }
        #p-master .header-wrapper .destination .view-all-button {
          padding: 0 20px; }
        #p-master .header-wrapper .destination .destination-gallery {
          width: 100%; }
        #p-master .header-wrapper .destination .gallery-container {
          margin-top: 40px;
          flex-wrap: wrap; }
        #p-master .header-wrapper .destination .card-divider {
          margin-top: 40px; } }
    #p-master .header-wrapper .header-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    @media (max-width: 991px) {
      #p-master .header-wrapper .header-wrapper {
        max-width: 100%;
        flex-wrap: wrap; } }
    #p-master .header-wrapper .logo {
      width: 300px; }
    #p-master .header-wrapper .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) {
      #p-master .header-wrapper .contact-btn {
        padding: 0 20px; } }
    #p-master .header-wrapper .nav-menu {
      justify-content: center;
      align-items: center;
      display: flex; }
    @media (max-width: 991px) {
      #p-master .header-wrapper .nav-menu {
        max-width: 100%;
        padding: 0 20px; } }
    #p-master .header-wrapper .list-menu {
      display: flex;
      gap: 2px;
      justify-content: space-between;
      align-items: center;
      padding: 0;
      margin: 0; }
    #p-master .header-wrapper .menu-item {
      display: flex;
      padding: 5px 12px;
      border-radius: 30px; }
      #p-master .header-wrapper .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; }
        #p-master .header-wrapper .menu-item a i {
          margin-right: 5px;
          display: none; }
      #p-master .header-wrapper .menu-item .menu-icon {
        object-fit: contain;
        display: block;
        width: 15px;
        height: 15px;
        background-image: url("../../images/trangchu/home.svg"); }
      #p-master .header-wrapper .menu-item.active a {
        color: #0366b1 !important; }
      #p-master .header-wrapper .menu-item:hover {
        background: #f4f5f6; }
        #p-master .header-wrapper .menu-item:hover .lv1 {
          display: block;
          overflow: unset !important; }
      #p-master .header-wrapper .menu-item .category-name {
        font-size: 18px;
        font-weight: normal; }
    #p-master .header-wrapper .dropdown-menu li {
      position: relative; }
    #p-master .header-wrapper .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); }
    #p-master .header-wrapper .sub:hover > .dropdown-submenu {
      display: block; }
    @media (max-width: 991px) {
      #p-master .header-wrapper .list-menu {
        display: none; } }
    #p-master .header-wrapper .dropdown-icon {
      aspect-ratio: 1;
      object-fit: auto;
      object-position: center;
      width: 24px; }
    #p-master .header-wrapper .slick-prev::before, #p-master .header-wrapper .slick-next::before {
      color: #77dada !important;
      font-size: 30px !important; }
    #p-master .header-wrapper .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; }
    #p-master .header-wrapper #overlay-button {
      display: none; }
    #p-master .header-wrapper #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; }
      #p-master .header-wrapper #overlay-button span {
        height: 2px;
        width: 15px;
        border-radius: 2px;
        background-color: #1b6299;
        position: relative;
        display: block;
        transition: all .2s ease-in-out; }
        #p-master .header-wrapper #overlay-button span:before {
          top: -5px;
          visibility: visible; }
        #p-master .header-wrapper #overlay-button span:after {
          top: 5px; }
        #p-master .header-wrapper #overlay-button span:before, #p-master .header-wrapper #overlay-button span:after {
          height: 2px;
          background-color: #1b6299;
          width: 15px;
          border-radius: 2px;
          position: absolute;
          content: "";
          transition: all .2s ease-in-out; }
      #p-master .header-wrapper #overlay-button:hover span, #p-master .header-wrapper #overlay-button:hover span:before, #p-master .header-wrapper #overlay-button:hover span:after {
        background: #333332; }
    #p-master .header-wrapper #overlay-input[type=checkbox] {
      display: none; }
    #p-master .header-wrapper input[type=checkbox]:checked ~ #overlay {
      visibility: visible; }
    #p-master .header-wrapper 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; }
    #p-master .header-wrapper input[type=checkbox]:checked ~ #overlay-button:hover span, #p-master .header-wrapper input[type=checkbox]:checked ~ #overlay-button span {
      background: transparent; }
    #p-master .header-wrapper input[type=checkbox]:checked ~ #overlay-button span:before {
      transform: rotate(45deg) translate(5px, 3px);
      opacity: 1; }
    #p-master .header-wrapper input[type=checkbox]:checked ~ #overlay-button span:after {
      transform: rotate(-45deg) translate(4px, -3px); }
    #p-master .header-wrapper #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; }
      #p-master .header-wrapper #overlay .nav-link {
        padding: unset; }
      #p-master .header-wrapper #overlay.active {
        visibility: visible; }
      #p-master .header-wrapper #overlay ul {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        text-align: center;
        padding: 0 10px;
        list-style-type: none; }
        #p-master .header-wrapper #overlay ul li {
          padding: 0.6em;
          width: 100%;
          text-align: left;
          border-bottom: 1px solid #e9ecef; }
          #p-master .header-wrapper #overlay ul li a {
            color: #333;
            text-decoration: none;
            font-size: 16px; }
            #p-master .header-wrapper #overlay ul li a:hover {
              color: #333332; }
    #p-master .header-wrapper #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; }
    #p-master .header-wrapper .logo-mb .dnav {
      color: black;
      display: inline-block;
      font-size: 15px;
      font-weight: 600;
      padding: 25px 40px;
      text-align: center;
      text-transform: uppercase; }
      #p-master .header-wrapper .logo-mb .dnav img {
        height: 60px;
        display: flex;
        margin: auto; }
      #p-master .header-wrapper .logo-mb .dnav h2 {
        margin-top: 10px;
        font-size: 15px; }
      #p-master .header-wrapper .logo-mb .dnav h1 {
        font-size: 15px; }
    #p-master .header-wrapper #overlay ul .nav-item:last-child {
      border-bottom: unset; }
    #p-master .header-wrapper .slick-list {
      width: 100%; }
  #p-master .p-container .p-banner {
    background-image: url("../../../images/master/master-bg.png");
    background-size: cover;
    height: 100vh;
    width: 100vw;
    padding-top: 50px; }
    #p-master .p-container .p-banner .container .p-module .item-wrapper {
      margin-top: 20px;
      width: 75%; }
    #p-master .p-container .p-banner .container .p-module .module-item {
      height: 130px;
      transition: 0.2s linear;
      border-radius: 5px;
      padding: 30px 20px;
      overflow-y: hidden;
      border-radius: 10px;
      margin: 0px 15px;
      box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
      background: #fff;
      outline: solid 3px #97c93e; }
      #p-master .p-container .p-banner .container .p-module .module-item:hover {
        /*box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px;
                            background: #fff;
                            outline: solid 3px #97c93e;*/
        background-color: #e8e8e8; }
      #p-master .p-container .p-banner .container .p-module .module-item p {
        color: #2c80cb;
        font-weight: bold;
        font-size: 25px;
        height: 100%;
        margin-top: 15px;
        margin-left: 20px;
        display: inline-block;
        transition: 0.2s linear;
        position: absolute; }
      #p-master .p-container .p-banner .container .p-module .module-item .item-img {
        background: #97c93e;
        padding: 10px;
        margin: 0 5px;
        border-radius: 20px;
        transition: 0.2s linear;
        display: inline-block; }
        #p-master .p-container .p-banner .container .p-module .module-item .item-img img {
          height: 50px; }
    #p-master .p-container .p-banner .container .p-module .box {
      padding: 15px;
      position: relative;
      overflow: hidden;
      border-radius: 7px;
      margin-top: 50px;
      background: #fff;
      box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
      transition: all 0.3s ease-in-out;
      text-align: center;
      cursor: pointer;
      height: 175px;
      width: 235px;
      outline: solid 3px #97c93e;
      margin: auto; }
      #p-master .p-container .p-banner .container .p-module .box:hover {
        transform: scale(1.1); }
    #p-master .p-container .p-banner .container .p-module .icon {
      margin: 0 auto 15px auto;
      padding-top: 12px;
      display: inline-block;
      text-align: center;
      border-radius: 50%;
      width: 90px;
      height: 90px;
      background: #cee0b6;
      color: #98ba6a;
      transition: all 0.3s ease-in-out; }
      #p-master .p-container .p-banner .container .p-module .icon i {
        font-size: 55px;
        line-height: 1;
        padding-top: 5px; }
    #p-master .p-container .p-banner .container .p-module .title {
      font-weight: 700;
      margin-bottom: 0px;
      font-size: 18px; }
      #p-master .p-container .p-banner .container .p-module .title a {
        color: #111; }
  #p-master .p-container .p-title {
    font-size: 1.7rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center; }
    #p-master .p-container .p-title h1 {
      color: #5b5b5b;
      font-weight: bolder;
      font-family: Roboto;
      line-height: 40px;
      word-spacing: -3px;
      font-size: 30px;
      margin-bottom: 35px; }
    #p-master .p-container .p-title .title-green {
      color: #97c93e !important; }
  #p-master .p-container #GioiThieu {
    display: none;
    max-width: 90%;
    color: #2C80CB;
    font-size: 1rem;
    margin-top: 20px;
    padding: 5px;
    border-radius: 5px;
    background: #ffffff85;
    margin-left: 20px; }

.container {
  min-width: 93%; }

/****** SLICK SLIDE*****/
.slide-holder {
  /*margin-top: -200px;
    background: rgba( 255, 255, 255, 0.50 );
    backdrop-filter: blur( 1.0px );*/ }

.checkout-slide {
  width: 100%;
  position: relative;
  padding: 15px; }
  .checkout-slide .slick-slide {
    margin: 0px 15px;
    position: relative; }
    .checkout-slide .slick-slide:hover img {
      opacity: 0.7; }
    .checkout-slide .slick-slide img {
      width: 80px;
      height: 80px;
      opacity: 0.8; }
    .checkout-slide .slick-slide .content-slide {
      transition: .5s ease;
      opacity: 0;
      position: absolute;
      top: 0%;
      left: 0%;
      width: 80px;
      height: 80px;
      background-color: rgba(108, 156, 198, 0.8);
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 3px;
      border-radius: 3px; }
      .checkout-slide .slick-slide .content-slide .name-slide {
        color: white;
        text-align: center; }
    .checkout-slide .slick-slide:hover .content-slide {
      opacity: 1; }

.myPrev, .myNext {
  position: absolute;
  top: 40%;
  width: 30px;
  height: 30px;
  border: none;
  color: rgba(90, 90, 90, 0.5);
  font-size: 30px;
  font-weight: 600; }

.myPrev {
  margin-left: -2%; }

.myNext {
  right: 0;
  margin-right: -2%; }
