@charset "UTF-8";
body {
  line-height: 1.3 !important;
  font-size: 1rem;
}

.button.primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background-color: #F56324;
}
.button.primary.is-outline {
  border: 2px solid #eee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button.primary.is-outline span {
  color: #111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button.primary.is-outline:hover {
  border-color: var(--primary-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button.primary.is-outline:hover span {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button.primary.prd-btn {
  text-transform: none;
  color: #333;
  margin-left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
}
.button.primary.prd-btn:hover {
  color: white;
  background-color: #F56324;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: #F56324;
}
.button.primary span {
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

/* Reset Title */
.section-title-container {
  margin-bottom: 0;
}
.section-title-container .section-title {
  margin-bottom: 0;
}
.section-title-container .section-title.section-title-center > b {
  opacity: 0;
}
.section-title-container .section-title.section-title-normal {
  border-bottom: none;
}
.section-title-container .section-title.section-title-normal > span {
  border-bottom: none;
  padding-bottom: 0;
}

h3.title-main,
h3.section-title span {
  font-size: 24px;
  margin-bottom: 35px;
  text-transform: uppercase;
}

@media screen and (min-width: 53em) {
  h3.title-main {
    text-align: center;
  }
}
@media screen and (max-width: 53em) {
  h3.title-main br {
    display: none;
  }
}
@media screen and (min-width: 53em) {
  .header .header-main .header-nav-main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .header .header-bottom .flex-center {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 30px;
    height: 60px;
  }
  .header .header-bottom .flex-center .header-nav {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    height: 100%;
  }
  .header .header-bottom .flex-center .header-nav > .menu-item {
    margin: 0 18px;
    height: 100%;
  }
  .header .header-bottom .flex-center .header-nav > .menu-item.current-menu-item::after {
    width: 100%;
  }
  .header .header-bottom .flex-center .header-nav > .menu-item::after {
    content: "";
    display: block;
    width: 0;
    bottom: 0;
    background: var(--primary-color);
    height: 4px;
    -webkit-transform: all 0.3s;
            transform: all 0.3s;
    position: absolute;
  }
  .header .header-bottom .flex-center .header-nav > .menu-item:hover::after {
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .header-bottom .flex-center .header-nav > .menu-item a {
    font-size: 14px;
    color: white !important;
    height: 100%;
  }
  .header .header-bottom .flex-center .header-nav .sub-menu {
    padding: 0;
  }
  .header .header-bottom .flex-center .header-nav .sub-menu a {
    font-size: 15px;
  }
  .header .header-bottom .flex-center .header-nav .sub-menu .menu-item:hover a {
    color: var(--primary-color);
  }
  .header .header-bottom .flex-left, .header .header-bottom .flex-right {
    -webkit-box-flex: unset !important;
        -ms-flex: unset !important;
            flex: unset !important;
  }
  .header .header-bottom .flex-right li.html {
    height: 60px;
    max-height: 60px;
  }
  .header .header-bottom .flex-right li.html .header-button {
    height: 100%;
    background-color: #F6550F;
    padding: 0 13px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .header-bottom .flex-right li.html .header-button img {
    width: 43px;
    padding-right: 2px;
  }
  .header .header-bottom .flex-right li.html .header-button:hover {
    color: #fff;
    background-color: var(--primary-color);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .header-search-form {
    max-width: 468px;
    width: 100%;
  }
  .header .header-search-form .search-field {
    height: 45px;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 2px solid #eee;
    border-radius: 45px;
  }
  .header .header-search-form .flex-col:last-child {
    position: absolute;
    top: 2px;
    right: 2px;
  }
  .header .header-search-form .submit-button {
    background-color: var(--primary-color);
    height: 41px;
    width: 137px;
    border-radius: 45px !important;
  }
  .header .header-search-form .submit-button::after {
    content: "Tìm kiếm";
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
  }
  .header .cart-item a.icon {
    width: 52px;
    height: 52px;
    background: #333333;
    border-radius: 100%;
  }
}

@media screen and (min-width: 53em) {
  .header-vertical-menu .header-vertical-menu__opener {
    cursor: pointer;
  }
  .header-vertical-menu .header-vertical-menu__opener > i {
    display: none;
  }
  .header-vertical-menu .menu-item a {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    color: #111;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-vertical-menu .menu-item:hover a {
    color: var(--primary-color);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-vertical-menu .header-vertical-menu__fly-out {
    display: none;
  }
  .header-vertical-menu:hover .header-vertical-menu__fly-out {
    display: block;
  }
  .header-vertical-menu .header-vertical-menu__title {
    font-size: 16px;
    text-transform: uppercase;
  }
}

.rightAfterBanner .text {
  border: 2px solid #eeeeee;
  border-radius: 8px;
  padding: 10px 0;
}
.rightAfterBanner .text h3 {
  font-size: 36px;
  color: var(--primary-color);
  margin-bottom: 0;
}
.rightAfterBanner .text p {
  text-transform: uppercase;
  font-size: 14px;
}

.iconListCustom {
  border-radius: 180px 0 180px 0;
}
.iconListCustom .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.iconListCustom .icon-box .icon-box-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-right: 20px;
  margin-bottom: 0;
}
.iconListCustom .icon-box .icon-box-img img {
  padding: 10px;
  border: 3px solid #f48128;
  border-radius: 8px;
}
.iconListCustom .icon-box .icon-box-text {
  padding: 20px 0;
}
.iconListCustom .icon-box:not(.last-item) .icon-box-text {
  border-bottom: 3px solid #EEE4D9;
}

.wrapper-video {
  position: relative;
}
.wrapper-video .video-button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contactHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.contactHeader .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contactHeader .phone .icon {
  width: 52px;
  height: 52px;
  background: var(--primary-color);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.contactHeader .phone img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gridCustom {
  position: relative;
}
.gridCustom::before {
  content: url("https://onlinepacking.360group.vn/wp-content/uploads/2025/07/102.svg");
  position: absolute;
  z-index: 999999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}