﻿@font-face {
  font-family: Roboto-Regular;
  src: url("../font/Roboto/Roboto-Regular.ttf");
}

@font-face {
  font-family: Museo-Sans;
  src: url("../font/Museo-Sans/Museos-Sans.ttf");
}

@font-face {
  font-family: Myriad;
  src: url("../font/Myriad-Pro/MYRIADPRO-BOLD.html");
}

@font-face {
  font-family: Museo-Sans;
  src: url("../font/Museo-Sans/Museos-Sans.ttf");
}

@font-face {
  font-family: Myriad-Regular;
  src: url("../font/Myriad-Pro/MyriadPro-Regular.html");
}

.container {
  margin: 0 auto;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 85px;
  background: #fff;
  font-family: Museo-Sans;
}

.header .hidden {
  display: none;
}

.header .hd-boxbot {
  width: 100%;
  margin: 0px auto;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  list-style-type: none;
  position: relative;
  margin-left: 40px;
}

.header .hd-boxbot li {
  margin-right: 5px;
}

.header .hd-boxbot li .a-hd {
  line-height: 38px;
  color: #333;
  font-size: 14px;
  padding-left: 8px !important;
  padding-right: 7px !important;
}

.header .hd-boxbot li .a-hd:hover {
  color: red;
}

.header .hd-boxbot li .a-hd2 {
  padding-left: 0px !important;
}

.header .hd-boxbot li .a-hd3 {
  margin-right: 0px !important;
  padding-right: 0px !important;
}

.header .hd-boxbot li.dropdown .dropdown-header {
  color: #fff;
  padding-left: 8px !important;
  padding-right: 8px !important;
  font-size: 14px;
}

.header .hd-boxbot li.dropdown .dropdown-menu {
  top: 90% !important;
}

.header .hd-boxbot li.dropdown .dropdown-menu a {
  font-weight: 500;
  padding-top: 10px;
  font-size: 14px;
}

.header .hd-boxbot li.dropdown .dropdown-menu a:hover {
  color: #fff;
  background-color: #003b56;
}

.header .hd-boxbot li.dropdown .dropdown-menu:hover {
  background-color: #fff;
}

.header .hd-boxbot li.dropdown #dropdownMenu1:hover {
  color: yellow;
}

.header .hd-boxbot li.dropdown #dropdownMenu2:hover {
  color: yellow;
}

.header .hd-boxbot li.dropdown #dropdownMenu3:hover {
  color: yellow;
}

.header .hd-boxbot li.dropdown #dropdownMenu4:hover {
  color: yellow;
}

.header .hd-boxbot li.dropdown #dropdownMenu5:hover {
  color: yellow;
}

.header .hd-boxbot li:hover .dropdown-menu {
  display: block;
}

.header .hd-boxbot .top-level-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .hd-boxbot .top-level-menu .level_0 {
  padding: 8px 5px 10px;
  position: relative;
}

.header .hd-boxbot .top-level-menu .level_0 a {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #333333;
}

.header .hd-boxbot .top-level-menu .level_0 .second-level-menu {
  display: none;
  list-style-type: none;
  position: absolute;
  top: 25px;
  left: 0;
  background: #fff;
  min-width: 255px;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  padding: 0px;
  z-index: 9999;
  margin-top: 6px;
}

    .header .hd-boxbot .top-level-menu .level_0 .second-level-menu li:hover {
        background-color: #004949;
    }

.header .hd-boxbot .top-level-menu .level_0 .second-level-menu li:hover a {
  color: white;
}

    .header .hd-boxbot .top-level-menu .level_0 .second-level-menu li {
        background-color: white;
        /*border-bottom: 1px solid #eeeeee;*/
        margin-right: 0;
        padding-left: 10px;
        padding: 11px;
    }

.header .hd-boxbot .top-level-menu .level_0 .second-level-menu li a {
  color: black;
  text-transform: unset;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}

.header .hd-boxbot .top-level-menu .level_0:hover {
  /*background: #c90304;*/
  border-radius: 10px 10px 0 0;
}

    .header .hd-boxbot .top-level-menu .level_0:hover a {
        color: #004949;
    }

.header .hd-boxbot .top-level-menu .level_0:hover .second-level-menu {
  display: block;
}

.header .hd-boxbot .top-level-menu .level_0.activated a {
  color: #ca0105;
}

.header .hd-boxbot .top-level-menu .level_0.activated:hover a {
  color: #fff;
}

.header .hd-boxbot .language_vi {
  padding-top: 5px;
  padding-left: 10px;
  color: #fff;
}

.header .ul_lang_vi li .a-hd {
  padding-left: 2.5px !important;
  padding-right: 2.5px !important;
}

.header .dangky {
  position: absolute;
  right: 15px;
  font-family: Myriad-Regular !important;
  font-weight: 700 !important;
}

.header img {
  vertical-align: baseline;
}
.mobile-nav{
    display: none;
}

@media screen and (max-width: 414px) {
    .hd-boxbot {
    /*display: none !important;*/
    margin-left: 0 !important;
  }
  .hidden {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 30px !important;
  }
  .hidden .dangky {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hidden .dangky .btn1 {
    height: 30px !important;
    border-radius: 2px;
  }
  .hidden .dangky .btn2 {
    height: 30px !important;
    border-radius: 2px !important;
  }
}
/*# sourceMappingURL=header.css.map */

@media(max-width: 992px){
    .header{
        justify-content: space-between;
    }
    .header .hd-boxbot .top-level-menu:first-child {
        display: none !important;
    }
    .header .hd-boxbot .top-menu-2 {
        flex-direction:row-reverse;
        width: 100% !important;
    }
    .mobile-nav{
        display: block
    }
    .fixed {
        position: fixed;
        top: 0px;
        z-index: 9999999;
        width: 100%;
    }
    .home{
        padding-top: 6em !important
    }
}
@media(max-width: 650px){
    .home {
        padding-top: 6.5em !important
    }
}
@media(max-width: 405px) {
    .home {
        padding-top: 6.5em !important
    }
}

.sub-menu-item {
    position: relative; /* Đảm bảo sub menu sẽ căn theo phần tử cha */
}
/* Định vị sub menu bên phải */
.third-level-menu {
    display: none;
    position: absolute;
    left: 100%; /* Dịch sang phải toàn bộ chiều rộng của phần tử cha */
    top: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 1000;
    list-style:none
}
    .third-level-menu li a {
        color: black !important
    }
    .third-level-menu li:hover a {
        color: white !important
    }
/* Hiển thị sub menu khi hover vào mục cha */
.sub-menu-item:hover > .third-level-menu {
    display: block;
}



.header-mobile {
    display: none;
    background-color: white;
    width: 100%;
    font-family: Museo-Sans;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    max-height: 0;
    overflow: hidden;
}
.show {
    max-height: 200vh;
}

.header-mobile .hidden {
  display: none;
}

.header-mobile .hd-boxbot {
  width: auto;
  margin: 0px auto;
  color: white;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  list-style-type: none;
  position: relative;
}

.header-mobile .hd-boxbot li {
  margin-right: 5px;
}

.header-mobile .hd-boxbot li .a-hd {
  line-height: 38px;
  color: #333;
  font-size: 14px;
  padding-left: 8px !important;
  padding-right: 7px !important;
}

.header-mobile .hd-boxbot li .a-hd:hover {
  color: red;
}

.header-mobile .hd-boxbot li .a-hd2 {
  padding-left: 0px !important;
}

.header-mobile .hd-boxbot li .a-hd3 {
  margin-right: 0px !important;
  padding-right: 0px !important;
}

.header-mobile .hd-boxbot li.dropdown .dropdown-header {
  color: #fff;
  padding-left: 8px !important;
  padding-right: 8px !important;
  font-size: 14px;
}

.header-mobile .hd-boxbot li.dropdown .dropdown-menu {
  top: 90% !important;
}

.header-mobile .hd-boxbot li.dropdown .dropdown-menu a {
  font-weight: 500;
  padding-top: 10px;
  font-size: 14px;
}

.header-mobile .hd-boxbot li.dropdown .dropdown-menu a:hover {
  color: #fff;
  background-color: #003b56;
}

.header-mobile .hd-boxbot li.dropdown .dropdown-menu:hover {
  background-color: #fff;
}

.header-mobile .hd-boxbot li.dropdown #dropdownMenu1:hover {
  color: yellow;
}

.header-mobile .hd-boxbot li.dropdown #dropdownMenu2:hover {
  color: yellow;
}

.header-mobile .hd-boxbot li.dropdown #dropdownMenu3:hover {
  color: yellow;
}

.header-mobile .hd-boxbot li.dropdown #dropdownMenu4:hover {
  color: yellow;
}

.header-mobile .hd-boxbot li.dropdown #dropdownMenu5:hover {
  color: yellow;
}

.header-mobile .hd-boxbot li:hover .dropdown-menu {
  display: block;
}

    .header-mobile .hd-boxbot .top-level-menu {
        padding: 10px;
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        list-style: none;
    }

        .header-mobile .hd-boxbot .top-level-menu .level_0 {
            padding: 5px 10px;
            position: relative;
            display: flex;
            flex-direction: column
        }

.header-mobile .hd-boxbot .top-level-menu .level_0 a {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: black;
}

            .header-mobile .hd-boxbot .top-level-menu .level_0 button {
                color: black;
            }

.header-mobile .hd-boxbot .top-level-menu .level_0 .second-level-menu {
  display: none;
  list-style-type: none;
  /*position: absolute;
  top: 30px;
  left: 0;*/
  min-width: 255px;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  padding: 0px;
  z-index: 9999;
  margin-top: 6px;
}

.header-mobile .hd-boxbot .top-level-menu .level_0 .second-level-menu li:hover {
  background-color: #c1c1c1;
}

.header-mobile .hd-boxbot .top-level-menu .level_0 .second-level-menu li:hover a {
  color: #002a2a;
}

.header-mobile .hd-boxbot .top-level-menu .level_0 .second-level-menu li {
  /*background-color: #107171;*/
  /*border-bottom: 1px solid #eeeeee;*/
  margin-right: 0;
  padding-left: 10px;
  padding: 7px;
}

    .header-mobile .hd-boxbot .top-level-menu .level_0 .second-level-menu li a {
        color: black;
        text-transform: unset;
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
    }

.header-mobile .hd-boxbot .top-level-menu .level_0:hover {
  /*background: #c90304;*/
  border-radius: 10px 10px 0 0;
}

    .header-mobile .hd-boxbot .top-level-menu .level_0:hover a {
        color: #004949;
    }

.header-mobile .hd-boxbot .top-level-menu .level_0:hover .second-level-menu {
  /*display: block;*/
}

.header-mobile .hd-boxbot .top-level-menu .level_0.activated a {
  color: #ca0105;
}

.header-mobile .hd-boxbot .top-level-menu .level_0.activated:hover a {
  color: #fff;
}

.header-mobile .hd-boxbot .language_vi {
  padding-top: 5px;
  padding-left: 10px;
  color: #fff;
}

.header-mobile .ul_lang_vi li .a-hd {
  padding-left: 2.5px !important;
  padding-right: 2.5px !important;
}

.header-mobile .dangky {
  position: absolute;
  right: 15px;
  font-family: Myriad-Regular !important;
  font-weight: 700 !important;
}

.header-mobile img {
  vertical-align: baseline;
}
button:focus {
    outline: none;
}
.hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
}
.hover\:bg-white:hover {
    --tw-bg-opacity: 0.3;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.bg-opacity-70 {
     opacity: .7;
     background-color: black;
}

/* Lớp phủ */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.15s cubic-bezier(.4,0,.2,1);
    z-index: 2;
    pointer-events: none;
}

    /* Hiển thị lớp phủ */
    .overlay.show {
        opacity: 1;
        pointer-events: all;
    }

/* Menu và header có z-index cao hơn lớp phủ */
.main-header, .header-mobile, .navbar-wrapper {
    position: relative;
}
