@charset "UTF-8";
@media screen and (max-width: 767px) {
  header .header__nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    min-height: 100vh;
    z-index: 100;
    padding: 150px 30px 40vw;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    background: url("../img/menu_bg.png") no-repeat center top / 100% 100%;
  }

  header .header__sub-container.active+.header__nav {
    opacity: 1 !important;
    visibility: visible !important;
  }

  #g_nav li .up-menu .menu-text {
    padding: 12px 0 12px 6px;
    font-size: 18px;
    line-height: 2;
  }

  #g_nav li .sub-menu {
    box-shadow: none;
  }

  header .header__nav nav ol>li>.up-menu sub {
    text-align: left;
    margin-top: 0;
  }

  #g_nav li .sub-menu li {
    background: #F1C400;
  }

  #g_nav li .sub-menu li:first-child {
    border-top: 1px solid #fff;
  }

  #g_nav li .sub-menu li:last-child {
    border-bottom: 0;
  }

  #g_nav li .sub-menu li a {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 0 10px 30px;
    background: url(../img/icons/menu_arrow.svg) no-repeat center left 10px;
  }

  #g_nav li.menu-item-has-children .up-menu:after {
    border: 0;
    margin-bottom: 0;
    transform: none;
    background: url(../img/icons/menu_plus.svg) no-repeat center/100% auto;
    width: 13px;
    height: 13px;
    transition: all 0.5s;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }

  #g_nav li.menu-item-has-children.hover .up-menu:after {
    background-image: url(../img/icons/menu_minus.svg);
  }
}

@media screen and (min-width: 768px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 24px 40px 24px 35px;
  }

  #header p {
    margin-bottom: 0;
  }

  #header .header__main-container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #header .header__main-container {
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 930px) {
  #header .header__main-container {
    flex-direction: column;
    align-items: center;
  }

  #header .header__main-container .header__nav {
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  #header .header__main-container .header__sub-container .header__logo {
    width: 201px;
  }

  #header .header__main-container .header__sub-container .header__logo a {
    display: block;
    line-height: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #header .header__main-container .header__nav {
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  #header .header__main-container .header__nav nav {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1300px) {
  #header {
    padding: 24px 20px;
  }

  #header .header__main-container .header__nav nav {
    gap: 20px;
  }
}

@media screen and (min-width: 768px) {
  #header .header__main-container .header__nav nav #g_nav {
    display: flex;
    gap: 40px;
  }

  #header .header__main-container .header__nav nav #g_nav li .up-menu .menu-text {
    line-height: 1.2em;
    font-size: 16px;
    display: block;
    text-decoration: none;
    letter-spacing: 0;
    cursor: pointer;
  }
}

@media screen and (min-width: 768px) and (hover: hover) {
  #header .header__main-container .header__nav nav #g_nav li .up-menu .menu-text:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  #header .header__main-container .header__nav nav #g_nav li .sub-menu {
    width: -moz-max-content;
    width: max-content;
    top: calc(100% + 23px);
    box-shadow: none;
    background: #F1C400;
    padding: 22px 33px;
    border-radius: 0;
  }

  #header .header__main-container .header__nav nav #g_nav li .sub-menu::before {
    content: "";
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 13px solid #F1C400;
    /* màu tam giác */
  }

  #header .header__main-container .header__nav nav #g_nav li .sub-menu li .menu-text {
    display: block;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1875;
    padding: 0 0 0 18px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s;
    letter-spacing: 0.02em;
    color: #102148;
  }

  #header .header__main-container .header__nav nav #g_nav li .sub-menu li .menu-text:hover {
    background: url(../img/icons/menu_arrow.svg) no-repeat center left;
  }

  #header .header__main-container .header__nav nav #g_nav li .sub-menu li+li {
    margin-top: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #header .header__main-container .header__nav nav #g_nav {
    gap: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  #header .header__main-container .header__nav nav #g_nav li .up-menu .menu-text {
    font-size: 14px;
  }

  #header .header__main-container .header__nav nav #g_nav li .sub-menu li .menu-text {
    font-size: 14px;
    background-size: 10px auto;
  }
}

@media screen and (max-width: 767px) {
  #header {
    position: fixed;
    background: linear-gradient(90.18deg, #0E1A35 50.08%, #212D48 100%);
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    box-sizing: border-box;
  }

  #header .header__main-container {
    margin: 0;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
  }

  #header .header__main-container .header__sub-container {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 999;
    width: 100%;
    padding: 0 0 0 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90.18deg, #0E1A35 50.08%, #212D48 100%);
    box-sizing: border-box;
  }

  #header .header__main-container .header__sub-container .header__logo {
    /* width: 180px; */
    width: 200px;
    padding: 19px 0;
  }

  #header .header__main-container .header__sub-container .header__logo a {
    display: block;
    line-height: 0;
  }

  #header .header__main-container .header__sub-container .toggle-menu {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #header .header__main-container .header__sub-container .toggle-menu .toggle-menu__trigger {
    width: 32px;
    height: 22px;
  }

  #header .header__main-container .header__sub-container .toggle-menu .toggle-menu__trigger span {
    background: #F1C400;
  }
}

.fixed-box {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  width: 100%;
}

.fixed-box .fixed-banner__sp ul {
  display: flex;
  justify-content: space-between;
}

.fixed-box .fixed-banner__sp ul li {
  width: calc((100% - 60px - 60px) / 2);
}

.fixed-box .fixed-banner__sp ul li:not(.pagetop-sp) a {
  background: #102148;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.5;
  height: 60px;
  letter-spacing: 0.06em;
  gap: 5px;
}

.fixed-box .fixed-banner__sp ul li.web a img {
  position: relative;
  width: 30px;
}

.fixed-box .fixed-banner__sp ul li.tel a {
  background: linear-gradient(98.77deg, #B32D20 50%, #4F140E 100%);
}

.fixed-box .fixed-banner__sp ul li.tel a img {
  position: relative;
  width: 30px;
}

.fixed-box .fixed-banner__sp ul li.line {
  width: 60px;
}

.fixed-box .fixed-banner__sp ul li.line a img {
  width: 25px;
}

.fixed-box .fixed-banner__sp ul li.line a {
  gap: 8px;
  background: linear-gradient(104.71deg, #5EBB36 50%, #3F8621 100%);
}

.fixed-box .fixed-banner__sp ul li.pagetop-sp {
  width: 60px;
}



/*# sourceMappingURL=header.css.map */

@media only screen and (min-width: 768px) {
  .fixed-box {
    left: auto;
    width: 40px;

  }
}

.ai{
  position: absolute;
  left: -15px;
  bottom: 20px;
  transform: translateX(-100%);
  width: 240px;
}
@media only screen and (max-width: 767px) {
  .ai{
    left: auto;
    right: 0;    
    bottom: 0;
    transform: translate(0%,-120%);
    width: 150px;
  }
}