.full-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 768px) {
  .full-container {
    width: 750px
  }
}

@media (min-width: 992px) {
  .full-container {
    width: 970px
  }
}

@media (min-width: 1200px) {
  .full-container {
    width: 1170px
  }
}

/* ------------------------------ Modal Top ------------------------------ */

#modal_top {
  background-color: #F8F1D3;
  padding: 22px 0px;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.modail_top {
  text-align: center;
  padding: 0px 3%;
}

.modail_top p {
  margin: 0 auto 1em;
}

.modal_top_btn {
  font-size: 13px;
  display: inline-block;
  text-align: center;
  margin: 0px auto;
  background-color: #EE1D23;
  color: #FFFFFF;
  padding: 10px 35px;
  border-radius: 30px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease-in-out;
  height: auto;
  border: 1px solid #EE1D23;
}

.modal_top_btn:hover {
  background-color: #FFFFFF;
  color: #EE1D23;
  transition: 0.3s ease-in-out;
}

.modal_hide {
  display: none;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.procuct_item_desc:hover .procuct_item_desc_show {
  display: block !important;
}

/* ------------------------------ Header ------------------------------ */

/* header#header {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 999;
}

.header_top {
  position: relative;
  width: 100%;
  background-color: #fff8f0;
  color: #fff;
  padding: 25px 0px;
}

.header_top_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.header {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  transition: 0.4s ease-out;
}

.header.active_header {
  position: fixed !important;
  -webkit-box-shadow: 0 7px 28px -16px #ddd;
  box-shadow: 0 0 5px 0 #e1e1e1;
  transition: 0.4s ease-out;
  -webkit-transition: 0.4s ease-out;
  top: 0px;
  z-index: 9999;
}

.header.active_header .header_logo img {
  width: 120px;
  transition: 0.4s ease-out;
  -webkit-transition: 0.4s ease-out;
}

.header_logo img {
  width: 190px;
} */

/* .contact_info_item {
  display: flex;
  align-items: center;
  border-right: 2px solid #ffffff;
  margin-right: 18px;
  padding-right: 18px;
}

.contact_info_item:last-child {
  border-right: 2px solid transparent;
}

.contact_info_img img {
  width: 28px;
  height: 28px;
  margin-right: 20px;
}

.header_contact_info {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 10px;
}

.top_right_wrap {
  display: flex;
  align-items: center;
  justify-content: end;
}

.header_top_right {
  text-align: right;
}

.contact_info_text {
  font-size: 20px;
  font-weight: 700;
  color: #ec1c24;
}

.contact_info_text a {
  font-size: 20px;
  font-weight: 700;
  color: #ec1c24;
}

.header-search {
  position: relative;
}

.header-search form {
  display: flex;
  align-items: center;
}

.header-search form label {
  margin-bottom: 0px;
}

.header-search-form input,
.header-search-form button {
  background-color: #fff;
  height: 33px;
  color: #000;
  outline: none;
}

.header-search-form input {
  border-radius: 20px;
  width: 250px;
}

.header-search-form input {
  border: 1px solid #fff;
  padding-right: 15px;
  font-size: 16px;
  padding-left: 1rem;
  padding-right: 4rem;
  position: relative;
}

.header-search-form button {
  height: 32.5px;
  cursor: pointer;
  border: none;
  background-color: #ec1c24;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 15px;
  margin-left: -25px;
  z-index: 99;
  border-radius: 20px;
}

i#btn {
  display: none;
}

.wrap-menu_mobile,
.wrap-header-icon {
  display: none;
}

.wrap-header-right {
  position: relative;
  margin: auto 0px;
}

.wrap-menu ul li a {
  font-weight: 700;
}

.wrap-menu ul li a:hover {
  border-bottom: 3px solid #ec1c24 !important;
}

.wrap-menu ul ul li a:hover {
  border-bottom: unset !important;
}

.gian_hang {
  margin: 5px 10px 5px 0px;
  position: relative;
}

.gian_hang .gian_hang_btn {
  background-color: #ec1c24;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 18px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.gian_hang::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 15px;
  khoảng đệm giữa nút và dropdown
} */

/* .gian_hang .gian_hang_btn img {
  width: 12px;
  height: auto;
  margin-right: 8px;
}

.gian_hang .btn-sub-wrp {
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 30px;
  left: 0;
  background: #f43d53;
  border-radius: 10px;
  margin: 0px auto;
  padding: 10px;
  display: none;
  min-height: 104px;
  margin-top: 10px;
}

.gian_hang:hover .btn-sub-wrp {
  display: block;
}

.btn-sub-wrp::before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  transform: translateY(-50%) rotate(45deg) skew(10deg, 10deg);
  background: #f43d53;
  top: 5px;
  left: calc(50% - 7.5px);
}

.btn-sub-buy {
  background: #fff;
  padding: 2px;
  border-radius: 8px;
  line-height: 18px;
  display: block;
  margin-bottom: 8px;
  height: 38px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-sub-buy.shopee {
  background-image: url('../img/btn-shopee.png');
}

.btn-sub-buy.lazada {
  background-image: url('../img/btn-lazada.png');
}

.btn-sub-buy:last-child {
  margin-bottom: 0;
}

.mb {
  display: none;
}

/* .menu>li {
  position: relative;
  display: inline-block;
  Hoặc block tùy theo thiết kế của bạn
  margin-right: 20px;
} */

/* #sub-menu>li>a {
  text-decoration: none;
  padding: 8px 12px;
  text-transform: none;
  border-bottom: 1px solid #ddd;
  display: block;
}

#sub-menu>li:last-child a {
  border-bottom: 1px solid transparent;
} */

/* Ẩn submenu mặc định */
/* #sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  width: 245px;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  border-radius: 5px;
  margin-top: 5px;
  box-shadow: 0px 2px 5px #00000054;
} */

/* Hiển thị mũi tên khi có submenu */
/* .menu-item-has-children>a::after {
  content: '▼';
  font-size: 12px;
  margin-left: 5px;
  display: inline-block;
  transition: transform 0.3s ease;
} */

/* Hiển thị submenu khi hover vào mục cha */
/* .menu-item-has-children:hover>#sub-menu {
  display: block;
} */



/* CSS cho biểu tượng mũi tên */
/* .menu-item-has-children>a::after {
  content: '▼';
  font-size: 12px;
  margin-left: 5px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.menu {
  padding-left: 0px;
  margin: 0px;
}

.menu li a {
  line-height: 56px;
  height: 56px;
  padding: 0 15px;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: #ec1c24;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  font-size: 16px;
  outline: none;
}

#sub-menu {
  z-index: 999;
  position: absolute;
  width: 270px;
  max-width: none;
  padding: 0;
  border: 0;
  background: rgba(236, 28, 36, 0.598);
  border-radius: 0;
  margin: 0px;
}

.header_wrap .menu li a:hover,
.menu li a:focus {
  border-bottom: 3px solid #ec1c24;
}

ul#sub-menu li {
  height: 35px;
}

ul#sub-menu li a {
  display: block;
  background: #fff;
  color: #ec1c24;
  font-weight: 700;
  font-size: 14px;
  padding: 0 10px;
  line-height: 35px;
  height: 35px;
  border: 0px;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  vertical-align: baseline;
}

ul#sub-menu li a:hover {
  background: rgba(236, 28, 36, 0.598);
  font-weight: 400;
  text-decoration: none;
  color: #fff;
} */

/* ------------------ Footer -------------------- */

footer#footer {
  background-color: #ec1c24;
  padding: 55px 0px 60px 0px;
  margin-top: 100px;
}

.footer_logo {
  display: flex;
}

.footer_logo img {
  width: 240px;
  height: auto;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  margin-bottom: 30px;
  max-width: 100%;
  width: auto;
  object-position: center;
}

.footer_wrapper {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
}

a.footer_menu_item {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  padding: 0px 40px;
  text-transform: uppercase;
}

a.footer_menu_item:last-child {
  padding: 0px 0px 0px 40px;
}

a.footer_menu_item:first-child {
  padding: 0px 40px 0px 00px;
}

.footer_text {
  font-size: 18px;
}

.footer_info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.footer_right p {
  margin: 0 0 1em;
}

.footer_social_network {
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer_social_network a img {
  width: 30px;
  height: 30px;
  margin-left: 5px;
}

.footer_social_network img {
  width: 110px;
  margin-left: 5px;
}

.footer_info_title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer_info_content,
.footer_info_content a {
  color: #ffffff;
}

@media (max-width: 1367px) {
  #modal_top {
    padding: 15px 0px;
  }

  .modail_top {
    padding: 0px 0%;
    font-size: 12px;
  }
}

@media (max-width: 768px) {




  .menu li {
    display: list-item;
    margin: 0;
    clear: both;
    border: 0;
    height: 40px;
  }

  .menu li a {
    text-align: left;
    /* padding: 0 10px; */
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    border-bottom: 1px solid #fff;
    font-weight: 700;
  }

  ul#sub-menu {
    width: 100%;
    box-shadow: none;
  }

  ul#sub-menu li {
    height: 40px;
  }

  ul#sub-menu li a {

    line-height: 40px;
    height: 40px;

  }

  .menu-item-has-children>a::after {
    position: absolute;
    right: 10px;
  }

  .menu-item-has-children ul {
    display: none !important;
    /* Ẩn submenu mặc định */
  }

  .menu-item-has-children.active ul {
    display: block !important;
    /* Hiển thị submenu khi có class 'active' */
  }

  .header_wrap .menu li a:hover,
  .menu li a:focus {
    border-bottom: 0px !important;
  }

  /* ----------------------------------- */
  /* .header-search,
  .wrap-header-right {
    display: none;
  }

  .wrap-menu_mobile,
  .wrap-header-icon,
  i#btn {
    display: block;
  }

  .wrap-header-icon #btn {
    display: flex;
    width: 23px;
    height: 22px;
    flex-direction: column;
    justify-content: space-between;
  }

  .wrap-header-icon #btn span {
    display: block;
    font-size: 30px;
    background: currentColor;
    color: #f085a6;
    width: 100%;
    height: 4px;
  }

  .wrap-header-icon {
    margin: auto 0;
    text-align: right;
    padding: 10px 0px;
  }

  .wrap-header-icon i#btn {
    display: block;
  }

  .show_item {
    left: 0% !important;
  }

  .wrap-menu_mobile {
    display: block;
    position: fixed;
    width: 100%;
    max-width: 80%;
    z-index: 9999999999;
    top: 0;
    height: 100%;
    left: -100%;
    transition: 0.2s ease-in-out;
  }

  .menu_mobile_item {
    width: 100%;
    height: 100%;
    background-color: #fff8f0;
  }

  .menu_mobile_path {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0%;
    background-color: #000;
    opacity: 0.5;
    transition: 0.2s ease-in-out;
    top: 0;
    z-index: 999999999;
    display: none;
  }

  .show_item_path {
    right: 0% !important;
    display: block;
    transition: 0.2s ease-in-out;
  }

  .menu_mobile_item div#mega-menu-wrap-mainmenu .mega-menu-toggle {
    display: none !important;
  }

  .menu_mobile_item div#mega-menu-wrap-mainmenu ul#mega-menu-mainmenu {
    display: block !important;
  }

  .wrap-menu {
    display: none;
  }

  .menu_mobile_item div#mega-menu-wrap-mainmenu li a {
    border-bottom: 1px solid #ffffff !important;
  }

  .menu_mobile_item .header-search {
    display: block;
    margin-bottom: 15px;
    padding-left: 20px;
  }

  .header_logo_white {
    padding: 20px 0px 20px 20px;
    width: 100%;
    height: auto;
  }

  .header_logo_white img {
    width: 100%;
    max-width: 140px;
  }

  .gian_hang .btn-sub-wrp {
    display: none;
  }

  .btn-sub-wrp {
    width: 206px;
  } */

  section#home_product {
    padding: 40px 0px;
  }

  a.footer_menu_item {
    line-height: 1.7;
    font-size: 16px;
  }

  .footer_info_title {
    font-size: 16px;
  }

  .footer_wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }

  .section1_item_content {
    display: block !important;
  }

  /* -------------------- */
  .modail_top {
    font-size: 10px;
  }

  .modal_top_btn {
    font-size: 10px;
    padding: 8px 30px;
  }
}

@media (max-width: 480px) {
  /* .header_contact_info {
    flex-wrap: wrap;
  }

  .wrap-header {
    grid-template-columns: 1fr 100px 1fr;
    display: grid;
    padding: 10px 0px;
  }

  .wrap-header-icon i#btn {
    font-size: 26px;
  }

  .header_logo_white {
    padding: 10px 0px 10px 10px;
  }

  .header_logo_white img {
    max-width: 130px;
  }

  .header_logo img {
    width: 110px;
  }

  .header-search-form input {
    width: 200px;
  }

  .menu_mobile_item .header-search {
    padding-left: 10px;
  }

  .wrap-header-icon {
    text-align: left;
    padding: 0px 0px;
  }

  .contact_info_img img {
    width: 25px;
    height: 25px;
    margin-right: 0px;
  }

  .contact_info_text,
  .contact_info_text a {
    font-size: 14px;
    display: none;
  }

  .top_right_wrap {
    display: none;
  }

  .gian_hang {
    margin: 0px;
  }

  .header_top {
    padding: 15px 0px;
    display: none;
  }

  .contact_info_img.mb {
    text-align: right;
    padding-top: 0px;
  } */

  .footer_menu {
    display: grid;
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: auto;
    column-gap: 15px;
    row-gap: 10px;
  }

  .footer_info_title {
    font-size: 14px;
  }

  a.footer_menu_item {
    padding: 0px 0px;
    border-right: 2px solid transparent;
  }

  a.footer_menu_item:first-child {
    padding: 0px 0px 0px 0px;
  }

  a.footer_menu_item:last-child {
    padding: 0px 0px 0px 0px;
  }

  .footer_info {
    flex-wrap: wrap;
  }

  .footer_text {
    margin-bottom: 15px;
  }

  .footer_logo img {
    width: 150px;
  }

  a.footer_menu_item {
    line-height: 1.4;
    font-size: 14px;
  }

  .pc {
    display: none;
  }

  .mb {
    display: block;
    margin: auto 0px;
  }
}