@charset "UTF-8";
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/font-web/Montserrat-Medium.woff2") format("woff2"), url("../fonts/font-web/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/font-web/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/font-web/Montserrat-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/font-web/Montserrat-MediumItalic.woff2") format("woff2"), url("../fonts/font-web/Montserrat-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/font-web/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/font-web/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/font-web/Montserrat-Regular.woff2") format("woff2"), url("../fonts/font-web/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MTD Red Bright';
  src: url("../fonts/font-web/MTDRedBright.woff2") format("woff2"), url("../fonts/font-web/MTDRedBright.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.cl-white {
  color: #fff;
}

.cl-blue {
  color: #005fa8;
}

.cl-blue-2 {
  color: #005DAA;
}

.cl-orange-light {
  color: #fff9f2;
}

.cl-orange {
  color: #ff912d;
}

.cl-orange-2 {
  color: #FF9B33;
}

.cl-orange-3 {
  color: #FF9014;
}

.cl-gray {
  color: #6d6e71;
}

.cl-gray-2 {
  color: #606060;
}

.cl-gray-3 {
  color: #58595b;
}

.cl-gray-4 {
  color: #acacac;
}

.cl-gray-5 {
  color: #79797b;
}

.cl-black {
  color: #212529;
}

.cl-pink {
  color: #ff424e;
}

.mb-20px {
  margin-bottom: 20px;
}

.fw-200 {
  font-weight: 200;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fs-80 {
  font-size: 80px;
}

.fs-70 {
  font-size: 70px;
}

.fs-56 {
  font-size: 56px;
}

.fs-48 {
  font-size: 48px;
}

.fs-45 {
  font-size: 45px;
}

.fs-40 {
  font-size: 40px;
}

.fs-34 {
  font-size: 34px;
}

.fs-32 {
  font-size: 32px;
}

.fs-30 {
  font-size: 30px;
}

.fs-28 {
  font-size: 28px;
}

.fs-26 {
  font-size: 26px;
}

.fs-24 {
  font-size: 24px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-18 {
  font-size: 18px;
}

.fs-16 {
  font-size: 16px;
}

.fs-15 {
  font-size: 15px;
}

.fs-14 {
  font-size: 14px;
}

.fs-13 {
  font-size: 13px;
}

.fs-12 {
  font-size: 12px;
}

.fs-11 {
  font-size: 11px;
}

.fs-10 {
  font-size: 10px;
}

.fs-9 {
  font-size: 9px;
}

.fs-7 {
  font-size: 7px;
}

.about_page .cate_product_site .slick-dots {
  bottom: -40px;
}

.about_page .cate_product_site .slick-dots li::before {
  display: none;
}

.about_page .cate_product_site .slick-dots li button::before {
  font-size: 13px;
  color: #ff912d;
}

.about_page .cate_product_site .cate_item_product {
  margin: 0 5px;
  padding: 14px;
}

.about_page .cate_product_site .cate_item_product .photo_cate_item {
  padding-bottom: 100%;
  border-radius: 50%;
  position: relative;
}

.about_page .cate_product_site .cate_item_product .photo_cate_item img {
  position: absolute;
  max-width: 70%;
  max-height: 70%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about_page .cate_product_site .cate_item_product:nth-child(4n+1) {
  border: 2px solid #FF9B33;
}

.about_page .cate_product_site .cate_item_product:nth-child(4n+1) .photo_cate_item {
  background-color: #fff9f2;
}

.about_page .cate_product_site .cate_item_product:nth-child(4n+1) .detail_cate_item a {
  text-align: center;
  color: #FF9B33;
}

.about_page .cate_product_site .cate_item_product:nth-child(4n+1) .detail_cate_item .line-bottom {
  background-color: #FF9B33;
}

.about_page .cate_product_site .cate_item_product:nth-child(4n+2) {
  border: 2px solid #FF949D;
}

.about_page .cate_product_site .cate_item_product:nth-child(4n+2) .photo_cate_item {
  background-color: rgba(255, 133, 138, 0.1);
}

.about_page .cate_product_site .cate_item_product:nth-child(4n+2) .detail_cate_item a {
  text-align: center;
  color: #FF949D;
}

.about_page .cate_product_site .cate_item_product:nth-child(4n+2) .detail_cate_item .line-bottom {
  background-color: #FF949D;
}

.about_page .cate_product_site .cate_item_product:nth-child(4n + 3) {
  border: 2px solid #009EDE;
}

.about_page .cate_product_site .cate_item_product:nth-child(4n + 3) .photo_cate_item {
  background-color: rgba(0, 158, 222, 0.25);
}

.about_page .cate_product_site .cate_item_product:nth-child(4n + 3) .detail_cate_item a {
  text-align: center;
  color: #009EDE;
}

.about_page .cate_product_site .cate_item_product:nth-child(4n + 3) .detail_cate_item .line-bottom {
  background-color: #009EDE;
}

.about_page .cate_product_site .cate_item_product:nth-child(4n + 4) {
  border: 2px solid #00B8B9;
}

.about_page .cate_product_site .cate_item_product:nth-child(4n + 4) .photo_cate_item {
  background-color: rgba(0, 184, 185, 0.1);
}

.about_page .cate_product_site .cate_item_product:nth-child(4n + 4) .detail_cate_item a {
  text-align: center;
  color: #00B8B9;
}

.about_page .cate_product_site .cate_item_product:nth-child(4n + 4) .detail_cate_item .line-bottom {
  background-color: #00B8B9;
}

.product_page .breadcrumb_site img {
  width: auto;
  height: 20px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.product_page .product_detail_wrapper {
  border: 1px solid #929497;
  padding: 30px 14px;
  margin-top: 13px;
  border-radius: 13px;
}

.product_page .product_detail_wrapper .photo_detail .slider_detail_photo figure {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}

.product_page .product_detail_wrapper .photo_detail .slider_detail_photo figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_page .product_detail_wrapper .photo_detail .slider_gallery .gallery-item figure {
  position: relative;
  padding-bottom: 80%;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 10px;
  margin: 2px 5px;
}

.product_page .product_detail_wrapper .photo_detail .slider_gallery .gallery-item figure img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.product_page .product_detail_wrapper .photo_detail .slider_gallery .slick-dots li button::before {
  font-size: 13px;
  color: #808184;
}

.product_page .product_detail_wrapper .infor_product .count_product .btn_count {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  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;
  border: 1px solid #929497;
  cursor: pointer;
}

.product_page .product_detail_wrapper .infor_product .count_product .btn_count.minus img {
  width: auto;
  height: 5px;
}

.product_page .product_detail_wrapper .infor_product .count_product .btn_count.plus img {
  width: auto;
  height: 15px;
}

.product_page .product_detail_wrapper .infor_product .count_product .num_count {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  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;
  border: 1px solid #929497;
}

.product_page .product_detail_wrapper .infor_product .buy_product {
  background-color: #ff912d;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 44px;
  min-width: 190px;
  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;
}

.product_page .product_detail_wrapper .infor_product .buy_product:hover {
  background-color: #f0740e;
}

.product_page .product_detail_wrapper .infor_product .buy_product a {
  width: 100%;
  height: 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;
  color: white;
  font-size: 24px;
}

.product_page .product_detail_wrapper .infor_product .e-commerce-item {
  width: 44px;
  height: 44px;
  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;
  border: 2px solid #ff912d;
  border-radius: 5px;
  margin-right: 10px;
}

.product_page .product_detail_wrapper .infor_product .e-commerce-item a {
  width: 100%;
  height: 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;
}

.product_page .product_detail_wrapper .infor_product .e-commerce-item a img {
  width: auto;
  height: 20px;
}

.product_page .descript-site .content-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.product_page .descript-site .content-desc p{
  width: 100%;
}
.product_page .descript-site .content-desc iframe {
  background-color: rgba(255, 133, 138, 0.1);
  border-radius: 10px;
  padding: 1rem 5rem;
  width: 100%;
  height: 365px;
}

.product_page .descript-site .content-desc ul{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .product_page .descript-site .content-desc iframe {
    padding: 1rem 5rem;
  }
}

@media (max-width: 767px) {
  .product_page .descript-site .content-desc iframe {
    padding: 1rem;
  }
}

.product_page .descript-site .content-desc h1, .product_page .descript-site .content-desc h2, .product_page .descript-site .content-desc h3, .product_page .descript-site .content-desc h4, .product_page .descript-site .content-desc h5 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 1.5rem 0;
  color: #ff912d;
}

.product_page .descript-site .content-desc img {
  margin: 1.5rem 0;
}

.cart_page {
  padding-bottom: 3rem;
}

.cart_page .process_site .process_item img {
  width: auto;
  height: 30px;
  margin-right: 10px;
}

.cart_page .process_site .process_item svg {
  margin-right: 10px;
}

.cart_page .process_site .process_item .line-process {
  width: 100%;
  height: 5px;
  border-radius: 3px;
  width: 100%;
  height: 10px;
  background-color: #eee;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.cart_page .process_site .process_item .line-process .percentage {
  height: 100%;
  background-color: orange;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.cart_page .process_site .process_item .line-process.completed .percentage {
  background-color: #00B980;
}

.cart_page .process_site .process_item .status {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 7px;
  border-radius: 10px;
  font-size: 10px;
  background-color: rgba(163, 163, 163, 0.102);
  font-weight: 600;
  color: #a4a4a4;
}

.cart_page .process_site .process_item .status.done {
  background-color: rgba(244, 129, 32, 0.102);
  color: #ff912d;
}

.cart_page .process_site .process_item .status.completed {
  background-color: #E9F8F2;
  color: #00B980;
}

.cart_page .process_site.complete .process_item .icon-check {
  width: auto;
  height: 30px;
}

.cart_page .process_site.complete .process_item .line-process .percentage {
  background-color: #00B980;
}

.cart_page .process_site.complete .process_item .status {
  background-color: #E9F8F2;
  color: #00B980;
}

.cart_page .list_table .table_site tr {
  border: 0;
}

.cart_page .list_table .table_site tr td {
  border: 0;
}

.cart_page .list_table .table_site thead {
  border: 0;
}

.cart_page .list_table .table_site thead tr {
  border: 0;
}

.cart_page .list_table .table_site thead tr th {
  border: 0;
  color: #606060;
  font-weight: 600;
  padding: 0 3rem 15px 3rem;
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cart_page .list_table .table_site thead tr th {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .cart_page .list_table .table_site thead tr th {
    padding: 20px;
  }
}

.cart_page .list_table .table_site tbody {
  border: 1px solid #929497;
}

.cart_page .list_table .table_site tbody tr td {
  padding: 1.5rem 3rem;
  font-size: 14px;
  background-color: white;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cart_page .list_table .table_site tbody tr td {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .cart_page .list_table .table_site tbody tr td {
    padding: 20px;
    min-width: 200px;
  }
}

.cart_page .list_table .table_site tbody .cart-item .infor_item {
  max-width: 200px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cart_page .list_table .table_site tbody .cart-item .infor_item {
    max-width: unset;
    width: 200px;
  }
}

@media (max-width: 767px) {
  .cart_page .list_table .table_site tbody .cart-item .infor_item {
    max-width: unset;
    width: 200px;
  }
}

.cart_page .list_table .table_site tbody .cart-item .infor_item img {
  width: auto;
  height: 150px;
}

.cart_page .list_table .table_site .count_product .btn_count-cart {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  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;
  border: 1px solid #929497;
  cursor: pointer;
}

.cart_page .list_table .table_site .count_product .btn_count-cart span {
  font-weight: 500;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
}

.cart_page .list_table .table_site .count_product .num_count {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  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;
  border: 1px solid #929497;
  user-select: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
}

.cart_page .list_table .table_site tbody .icon-handle {
  width: 30px;
  height: 30px;
  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;
  background-color: #DFDAD1;
  border-radius: 5px;
  cursor: pointer;
}
.cart_page .list_table .table_site tbody .icon-handle i{
  color: black;
}
.cart_page .cart_wrapper .actions button{
  background-color: #f0740e;
  border: 0;
  font-weight: 600;
}

.cart_page .bill_total {
  background-color: #F3F3F3;
  padding: 21px;
  border-radius: 10px;
  margin-top: calc(1.5rem + 25px);
}

.cart_page .bill_total .detail_bill {
  border-top: 1px solid #58595B;
  border-bottom: 1px solid #58595B;
  padding: 1.5rem 0 0 0;
}

.cart_page .bill_total .code_discount input {
  border-radius: 10px;
  height: 44px;
}

.cart_page .bill_total .code_discount input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ff912d;
}

.cart_page .bill_total .code_discount .btn_code {
  min-width: 100px;
  height: 44px;
  background-color: #ff912d;
  color: white;
  font-weight: 600;
  border: 0;
  border-radius: 5px;
}

.cart_page .bill_total .btn_bill {
  background-color: #005DAA;
  width: 100%;
  height: 44px;
  color: white;
  font-weight: 600;
  font-size: 22px;
  border-radius: 10px;
  border: 0;
}

.cart_page .form-regist .form-control {
  height: 44px;
}

.cart_page .form-regist .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ff912d;
}

.cart_page .form-regist .btn_regist {
  min-width: 100px;
  height: 44px;
  background-color: #ff912d;
  color: white;
  font-weight: 600;
  border: 0;
  border-radius: 5px;
}

.checkout_site .form_checkout textarea {
  border: 1px solid #ced4da;
}

.checkout_site .infor_checkout .item-price {
  margin-bottom: 1rem;
}

.checkout_site .infor_checkout .coupon_site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #797979;
  padding: 0px 0px 0 10px;
  border-radius: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  overflow: hidden;
}

.checkout_site .infor_checkout .coupon_site img {
  width: auto;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout_site .infor_checkout .coupon_site input {
  border: 0;
  padding: 0 10px;
  height: 100%;
}

.checkout_site .infor_checkout .coupon_site input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout_site .infor_checkout .coupon_site button {
  background-color: #ff912d;
  color: white;
  font-weight: 600;
  border: 0;
  min-width: 100px;
  height: 100%;
}

.checkout_site .infor_checkout .pay_method .form-check-input:checked ~ .method_desc {
  display: block;
}

.checkout_site .infor_checkout .pay_method .form-check .method_desc {
  display: none;
  background: #ebe9eb;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 15px;
}

.checkout_site .infor_checkout .btn-order {
  font-size: 16px;
  padding: 20px;
  text-align: center;
  width: 100%;
  background-color: #f48120;
  color: #fff;
  border: 0;
}

.page_stores .list_stores-wrap .select_box select {
  width: 100%;
  height: 40px;
}

.page_stores .list_stores-wrap .list-location {
  height: 585px;
  display: block;
  width: 100%;
  overflow-y: auto;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .page_stores .list_stores-wrap .list-location {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .page_stores .list_stores-wrap .list-location {
    height: 300px;
  }
}

.page_stores .list_stores-wrap .list-location button {
  width: 100%;
  background-color: transparent !important;
  border-bottom: 1px solid #e5e7eb;
  padding-top: 1rem !important;
}

.page_stores .list_stores-wrap .list-location button:hover {
  background-color: #f3f3f3 !important;
}

.page_stores .map-location iframe {
  width: 100%;
  height: 650px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .page_stores .map-location iframe {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .page_stores .map-location iframe {
    height: 400px;
  }
}

body {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

body a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body .buy_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  height: 44px;
}

body .buy_btn a {
  width: 100%;
  height: 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;
  padding: 7px 15px;
}

.custom-container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  max-width: 100vw;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .custom-container {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}

@media (min-width: 1900px) {
  .custom-container {
    max-width: 1320px;
  }
}

.header_site .header_desc {
  position: relative;
  z-index: 4;
  padding: 10px 0;
  background: #FFC864;
  background: -webkit-gradient(linear, left top, right top, from(#ffc864), color-stop(50%, #ff9637), to(#ff7314));
  background: linear-gradient(90deg, #ffc864 0%, #ff9637 50%, #ff7314 100%);
}

.header_site .main_menu {
  padding: 10px 0;
  border-bottom: 2px solid #ff912d;
  position: relative;
  z-index: 4;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header_site .main_menu .link-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header_site .main_menu .link-header-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header_site .main_menu .link-header-menu a {
    font-size: 11px;
  }
}

.header_site .main_menu .link-header-menu a img {
  width: auto;
  height: 20px;
  margin-right: 7px;
}

.header_site .main_menu .menu_mb-icon #nav-icon1, .header_site .main_menu .menu_mb-icon #nav-icon2, .header_site .main_menu .menu_mb-icon #nav-icon3, .header_site .main_menu .menu_mb-icon #nav-icon4 {
  width: 20px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.header_site .main_menu .menu_mb-icon #nav-icon1 span, .header_site .main_menu .menu_mb-icon #nav-icon3 span, .header_site .main_menu .menu_mb-icon #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ff912d;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.header_site .main_menu .menu_mb-icon #nav-icon3 span:nth-child(1) {
  top: 0px;
}

.header_site .main_menu .menu_mb-icon #nav-icon3 span:nth-child(2), .header_site .main_menu .menu_mb-icon #nav-icon3 span:nth-child(3) {
  top: 7px;
}

.header_site .main_menu .menu_mb-icon #nav-icon3 span:nth-child(4) {
  top: 15px;
}

.header_site .main_menu .menu_mb-icon #nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.header_site .main_menu .menu_mb-icon #nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header_site .main_menu .menu_mb-icon #nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header_site .main_menu .menu_mb-icon #nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.header_site .header_logo {
  padding: 10px 0 0 0;
}

.header_site .header_logo .search_header {
  background-color: #fff9f2;
  border-radius: 13px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
}
.header_site .header_logo .search_header form{
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 4px;
}
.header_site .header_logo .search_header form button{
  border: 0;
  background-color: transparent;
}

.header_site .header_logo .search_header input {
  background-color: transparent;
  border: 0;
  font-size: 9px;
}

.header_site .header_logo .search_header input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header_site .header_logo .search_header input::-webkit-input-placeholder {
  font-size: 9px;
}

.header_site .header_logo .search_header input:-ms-input-placeholder {
  font-size: 9px;
}

.header_site .header_logo .search_header input::-ms-input-placeholder {
  font-size: 9px;
}

.header_site .header_logo .search_header input::placeholder {
  font-size: 9px;
}

.header_site .header_logo .search_header .btn-search img {
  width: auto;
  height: 15px;
}

.header_site .header_logo .logo_site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header_site .header_logo .logo_site a img {
  width: auto;
  height: 60px;
}

.header_site .header_logo .cart_site a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_site .header_logo .cart_site a img {
  width: auto;
  height: 35px;
}

.header_site .menu_header_cate {
  background-color: #fff9f2;
  border-radius: 13px;
  margin-top: 10px;
}

.header_site .menu_header_cate ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
}

.header_site .menu_header_cate ul li {
  text-align: center;
  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;
  position: relative;
  max-width: 8%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header_site .menu_header_cate ul li {
    max-width: 12%;
  }
}

@media (max-width: 767px) {
  .header_site .menu_header_cate ul li {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.header_site .menu_header_cate ul li.active a {
  background: -webkit-gradient(linear, left top, right top, from(#ffc864), color-stop(50%, #ff9637), to(#ff7314));
  background: linear-gradient(90deg, #ffc864 0%, #ff9637 50%, #ff7314 100%);
  color: white;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header_site .menu_header_cate ul li:not(:last-child)::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: #ff912d;
}

.header_site .menu_header_cate ul li a {
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  color: #ff912d;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 7px;
}

.header_site .menu_header_cate ul li a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#ffc864), color-stop(50%, #ff9637), to(#ff7314));
  background: linear-gradient(90deg, #ffc864 0%, #ff9637 50%, #ff7314 100%);
  color: white;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header_site .header_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .header_site .header_contact {
    display: none;
  }
}

.header_site .header_contact .contact-item {
  background-color: transparent;
  border-radius: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 195px;
  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;
}

.header_site .header_contact .contact-item a {
  padding: 5px 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  color: #ff912d;
  font-size: 13px;
}

.header_site .header_contact .contact-item a img {
  width: auto;
  height: 20px;
  margin-right: 10px;
}

.banner_slider {
  margin-bottom: 30px;
  position: relative;
}

.banner_slider .ball-banner-1 {
  position: absolute;
  top: -30%;
  left: 0;
  width: 25%;
  z-index: -1;
}

.banner_slider .ball-banner-2 {
  position: absolute;
  top: -50%;
  right: 0;
  width: 20%;
  z-index: -1;
}

.banner_slider .slider_banner .slider_banner-item {
  position: relative;
}

.banner_slider .slider_banner .slider_banner-item .btn_slider {
  position: absolute;
  bottom: 24%;
  left: 13%;
}

@media (max-width: 767px) {
  .banner_slider .slider_banner .slider_banner-item .btn_slider {
    position: absolute;
    bottom: 11px;
    left: unset;
    right: 10px;
  }
}

.banner_slider .slider_banner .slider_banner-item .btn_slider a {
  min-width: 125px;
  height: 30px;
  background-color: #fc7844;
  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;
  border-radius: 15px;
  color: white;
  font-weight: 600;
}

.banner_slider .slider_banner .slider_banner-item .btn_slider a img {
  width: auto;
  height: 20px;
}

.banner_slider .slider_banner .slider_banner-item figure {
  margin-bottom: 0;
  border-radius: 15px;
  overflow: hidden;
}

.banner_slider .slider_banner .slick-dots {
  bottom: 1rem;
  width: 50%;
  left: 0;
}

@media (max-width: 767px) {
  .banner_slider .slider_banner .slick-dots {
    bottom: 11px;
  }
}

.banner_slider .slider_banner .slick-dots li button::before {
  font-size: 13px;
  color: white;
}

.new_product {
  position: relative;
}

.new_product .ball-product-1 {
  position: absolute;
  top: 12%;
  left: 0;
  width: 12%;
  z-index: -1;
}

.new_product .ball-product-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12%;
  z-index: -1;
}

.new_product .slider_new_product {
  margin: 0 -10px;
}

.new_product .slider_new_product .slider_new-item {
  padding: 20px;
  background-color: white;
  border-radius: 11px;
  border: 1px solid #A6A8AB;
  margin: 10px;
  position: relative;
}

.new_product .slider_new_product .slider_new-item figure {
  margin-bottom: 0;
  padding: 1rem;
  overflow: hidden;
}

.new_product .slider_new_product .slider_new-item figure img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.new_product .slider_new_product .slider_new-item figure img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.new_product .slider_new_product .slider_new-item .new_product-desc {
  display: block;
  display: -webkit-box;
  height: 54.6px;
  font-size: 14px;
  line-height: 1.3;
  -webkit-line-clamp: 3;
  /* số dòng hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin: 10px 0;
}
.new_product .slider_new_product .slider_new-item .new_product-desc a{
  color: #212529;
}

.new_product .slider_new_product .slider_new-item .price_item-new {
  min-height: 50px;
}

.new_product .slider_new_product .slider_new-item .price_item-new .price-old {
  text-decoration: line-through;
  color: #58595b;
}

.new_product .slider_new_product .slider_new-item .buy_btn {
  background-color: #fff9f2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.new_product .slider_new_product .slider_new-item .buy_btn:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #ff912d;
}

.new_product .slider_new_product .slider_new-item .buy_btn:hover a {
  color: white;
}

.new_product .slider_new_product .slider_new-item .buy_btn a {
  color: #ff912d;
  font-size: 16px;
  font-weight: 600px;
}

.new_product .slider_new_product .slider_new-item .sale-percent {
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 1.1em;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: white;
  background: linear-gradient(212deg, #FFC85B -24.94%, #FF8700 28.54%, #FF6324 82.02%);
}

.new_product .slider_new_product .slick-dots li button::before {
  font-size: 13px;
  color: #ff912d;
}

.ads_section {
  margin-top: 62px;
}

.ads_section .ads_banner {
  width: 100%;
  padding: 1rem 2rem 1rem 2rem;
  border-radius: 13px;
  position: relative;
  min-height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .ads_section .ads_banner {
    min-height: auto;
    padding: 1rem;
  }
}

.ads_section .ads_banner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 120px;
  bottom: 3rem;
  right: 0;
  left: 0;
}

@media (max-width: 767px) {
  .ads_section .ads_banner::after {
    height: 60px;
  }
}

.ads_section .ads_banner h3 {
  position: relative;
}

.ads_section .ads_banner h3::after {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background-color: #87d2f5;
}

.ads_section .ads_banner .btn-buy-ads {
  position: relative;
  z-index: 1;
}

.ads_section .ads_banner .btn-buy-ads img {
  width: auto;
  height: 50px;
  -webkit-transform: translateY(60%);
          transform: translateY(60%);
}

@media (max-width: 767px) {
  .ads_section .ads_banner .btn-buy-ads img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 2rem;
  }
}

.ads_section .ads_banner .ads-avatar {
  position: relative;
}

.ads_section .ads_banner .ads-avatar::after {
  position: absolute;
  content: "";
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #87d2f5;
  top: -9px;
  left: -9px;
  width: 100%;
  z-index: 1;
}

.ads_section .ads_banner .ads-avatar figure {
  position: relative;
  z-index: 3;
  padding-bottom: 100%;
  margin-bottom: 0;
  border-radius: 50%;
  background-color: white;
  overflow: hidden;
}

.ads_section .ads_banner .ads-avatar figure img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ads_section .ads_banner .list_item-ads {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
}

.ads_section .ads_banner .list_item-ads .title-bg-ads {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 10px;
  font-weight: 600;
  font-size: 40px;
  width: 100%;
  z-index: -1;
}

.ads_section .ads_banner .list_item-ads .photo-item-ads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff8f;
  height: 150px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  border-radius: 10px;
}

.ads_section .ads_banner .list_item-ads .photo-item-ads a {
  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;
}

@media (max-width: 767px) {
  .ads_section .ads_banner .list_item-ads .photo-item-ads {
    height: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ads_section .ads_banner .list_item-ads .photo-item-ads {
    height: 110px !important;
  }
}

.ads_section .ads_banner .list_item-ads .photo-item-ads img {
  width: 60%;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

.ads_section .ads_banner.blue-ads {
  background-color: #DDF5FF;
}

.ads_section .ads_banner.blue-ads::after {
  background-color: #87D2F5;
}

.ads_section .ads_banner.blue-ads .ads-avatar {
  position: relative;
}

.ads_section .ads_banner.blue-ads .ads-avatar::after {
  background-color: #87d2f5;
}

.ads_section .ads_banner.blue-ads .list_item-ads .title-bg-ads {
  color: #b2e4fa;
}

.ads_section .ads_banner.pink-ads {
  background-color: #FFE7ED;
}

.ads_section .ads_banner.pink-ads::after {
  background-color: #FFC3D2;
}

.ads_section .ads_banner.pink-ads .ads-avatar {
  position: relative;
}

.ads_section .ads_banner.pink-ads .ads-avatar::after {
  background-color: #FFC3D2;
}

.ads_section .ads_banner.pink-ads .list_item-ads .title-bg-ads {
  color: #FFC3D2;
}

.ads_section .ads_banner.pink-ads h3::after {
  background-color: #FFC3D2;
}

.ads_section .ads_banner.yellow-ads {
  background-color: #ffedd5;
}

.ads_section .ads_banner.yellow-ads::after {
  background-color: #ffc890;
}

.ads_section .ads_banner.yellow-ads .ads-avatar {
  position: relative;
}

.ads_section .ads_banner.yellow-ads .ads-avatar::after {
  background-color: #ffc890;
}

.ads_section .ads_banner.yellow-ads .list_item-ads .title-bg-ads {
  color: #ffc890;
  font-size: 70px;
}

.ads_section .ads_banner.yellow-ads .list_item-ads .photo-item-ads {
  height: 230px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ads_section .ads_banner.yellow-ads .list_item-ads .photo-item-ads {
    height: 150px;
  }
}

.ads_section .ads_banner.yellow-ads .list_item-ads .photo-item-ads img {
  width: 50%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ads_section .ads_banner.yellow-ads .list_item-ads .photo-item-ads img {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .ads_section .ads_banner.yellow-ads .list_item-ads .photo-item-ads img {
    width: 60%;
  }
}

.ads_section .ads_banner.yellow-ads h3::after {
  background-color: #ffc890;
}

.posts_section {
  margin-top: 5rem;
}

.posts_section .news_section {
  width: 100%;
  padding: 1rem;
  border-radius: 13px;
  position: relative;
  min-height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .posts_section .news_section {
    min-height: auto;
    padding: 1rem;
  }
}

.posts_section .news_section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 120px;
  bottom: 3rem;
  right: 0;
  left: 0;
}

@media (max-width: 767px) {
  .posts_section .news_section::after {
    height: 60px;
  }
}

.posts_section .news_section .avata-post {
  position: relative;
  z-index: 1;
}

.posts_section .news_section .avata-post::after {
  position: absolute;
  content: "";
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #feaa9f;
  top: -9px;
  left: -9px;
  width: 100%;
  z-index: -1;
}

.posts_section .news_section .title-post {
  position: relative;
  color: #ff6344;
}

.posts_section .news_section .title-post::after {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background-color: #ff6344;
}

.posts_section .news_section .see-more {
  position: relative;
  z-index: 1;
}

.posts_section .news_section .see-more img {
  width: auto;
  height: 44px;
}

.posts_section .news_section.event {
  background-color: #fff1e6;
}

.posts_section .news_section.event::after {
  background-color: #feaa9f;
}

.posts_section .news_section.event .slider_new-wrapper {
  z-index: 1;
  position: relative;
  padding: 0 1.5rem;
}

.posts_section .news_section.event .slider_new-wrapper .right-news {
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -5px;
}

.posts_section .news_section.event .slider_new-wrapper .right-news img {
  width: auto;
  height: 30px;
}

.posts_section .news_section.event .slider_new-wrapper .left-news {
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -5px;
}

.posts_section .news_section.event .slider_new-wrapper .left-news img {
  width: auto;
  height: 30px;
}

.posts_section .news_section.event .slider_new-wrapper .slider_news .news_item {
  background-color: white;
  padding: 10px;
  border-radius: 13px;
  margin: 0 5px;
}

.posts_section .news_section.event .slider_new-wrapper .slider_news .news_item .news_photo figure {
  position: relative;
  overflow: hidden;
  padding-bottom: 90px;
  margin-bottom: 5px;
}

.posts_section .news_section.event .slider_new-wrapper .slider_news .news_item .news_photo figure img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.posts_section .news_section.event .slider_new-wrapper .slider_news .news_item .news_desc {
  display: block;
  display: -webkit-box;
  height: 46.8px;
  font-size: 12px;
  line-height: 1.3;
  -webkit-line-clamp: 3;
  /* số dòng hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  text-align: center;
  color: #58595B;
}

.posts_section .news_section.event .slider_new-wrapper .slider_news .news_item .line-desc {
  width: 70%;
  height: 2px;
  border-radius: 2px;
  background-color: #feaa9f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px auto 0 auto;
}

.posts_section .news_section.event .buy_btn.orange {
  background-color: #ff6344;
  border-radius: 7px;
}

.posts_section .news_section.event .buy_btn.orange a {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  padding: 0 20px;
}

.posts_section .news_section.podcast {
  background-color: #daf9f4;
  position: relative;
}

.posts_section .news_section.podcast::after {
  background-color: #8cd6c9;
}

.posts_section .news_section.podcast .photo-podcast {
  position: absolute;
  width: 40%;
  z-index: 2;
  right: 0;
  bottom: 0;
}

.posts_section .news_section.podcast .title-post {
  color: #1eb5b0;
}

.posts_section .news_section.podcast .title-post::after {
  background-color: #8cd6c9;
}

.posts_section .news_section.podcast .avata-post::after {
  background-color: #8cd6c9 !important;
}

.posts_section .news_section.podcast .slider_podcast-wrapper {
  z-index: 2;
  position: relative;
  padding: 0 1.5rem;
}

.posts_section .news_section.podcast .slider_podcast-wrapper .right-podcast {
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -5px;
}

.posts_section .news_section.podcast .slider_podcast-wrapper .right-podcast img {
  width: auto;
  height: 30px;
}

.posts_section .news_section.podcast .slider_podcast-wrapper .left-podcast {
  position: absolute;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -5px;
}

.posts_section .news_section.podcast .slider_podcast-wrapper .left-podcast img {
  width: auto;
  height: 30px;
}

.posts_section .news_section.podcast .slider_podcast-wrapper .slider_podcast {
  background-color: white;
  padding: 10px;
  border-radius: 10px;
}

.posts_section .news_section.podcast .slider_podcast-wrapper .slider_podcast .podcast-item {
  margin: 0 2px;
}

.posts_section .news_section.podcast .slider_podcast-wrapper .slider_podcast .podcast-item iframe {
  width: 100%;
  height: 90px;
  border-radius: 5px;
}

.posts_section .news_section.podcast .slider_podcast-wrapper .slider_podcast .podcast-item .podcast_desc {
  display: block;
  display: -webkit-box;
  height: 46.8px;
  font-size: 12px;
  line-height: 1.3;
  -webkit-line-clamp: 3;
  /* số dòng hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  text-align: center;
  color: #58595B;
}

.posts_section .news_section.podcast .slider_podcast-wrapper .slider_podcast .podcast-item .line-desc {
  width: 50%;
  height: 2px;
  border-radius: 2px;
  background-color: #8cd6c9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px auto 0 auto;
}

.posts_section .news_section.podcast .buy_btn.green {
  background-color: #00b0a7;
  border-radius: 7px;
}

.posts_section .news_section.podcast .buy_btn.green a {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  padding: 0 20px;
}

.best_seller {
  margin-top: 30px;
}

.cate_product_site {
  position: relative;
  margin-top: 30px;
}

.cate_product_site .ball-cate-1 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  width: 10%;
}

.cate_product_site .ball-cate-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 10%;
}

.cate_product_site .ball-cate-3 {
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  right: 0;
  z-index: -1;
  width: 50%;
}

@media (max-width: 767px) {
  .cate_product_site .ball-cate-3 {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.cate_product_site .title-with-star {
  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;
}

.cate_product_site .title-with-star img {
  width: auto;
  height: 15px;
}

.cate_product_site .cate_item_product {
  background-color: white;
  border-radius: 13px;
  overflow: hidden;
  padding-top: 40px;
  margin-bottom: 1.5rem;
}

.cate_product_site .cate_item_product .photo_cate_item {
  background-color: #fff9f2;
  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;
}

.cate_product_site .cate_item_product .photo_cate_item img {
  width: auto;
  height: 140px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.cate_product_site .cate_item_product .detail_cate_item {
  padding: 15px 23px;
}

.cate_product_site .cate_item_product .detail_cate_item p {
  color: #606060;
}

.cate_product_site .cate_item_product .detail_cate_item .line-bottom {
  margin: 0 auto;
  width: 50%;
  height: 4px;
  background-color: #FF9B33;
  opacity: 0.25px;
  margin-top: 14px;
}

.cate_product_site .cate_item_product.orange {
  border: 2px solid #FF9B33;
}

.cate_product_site .cate_item_product.orange .photo_cate_item {
  background-color: #fff9f2;
}

.cate_product_site .cate_item_product.orange .detail_cate_item a {
  color: #FF9B33;
}

.cate_product_site .cate_item_product.orange .detail_cate_item .line-bottom {
  background-color: #FF9B33;
}

.cate_product_site .cate_item_product.pink {
  border: 2px solid #FF949D;
}

.cate_product_site .cate_item_product.pink .photo_cate_item {
  background-color: rgba(255, 133, 138, 0.1);
}

.cate_product_site .cate_item_product.pink .detail_cate_item a {
  color: #FF949D;
}

.cate_product_site .cate_item_product.pink .detail_cate_item .line-bottom {
  background-color: #FF949D;
}

.cate_product_site .cate_item_product.blue {
  border: 2px solid #009EDE;
}

.cate_product_site .cate_item_product.blue .photo_cate_item {
  background-color: rgba(0, 158, 222, 0.25);
}

.cate_product_site .cate_item_product.blue .detail_cate_item a {
  color: #009EDE;
}

.cate_product_site .cate_item_product.blue .detail_cate_item .line-bottom {
  background-color: #009EDE;
}

.cate_product_site .cate_item_product.green {
  border: 2px solid #00B8B9;
}

.cate_product_site .cate_item_product.green .photo_cate_item {
  background-color: rgba(0, 184, 185, 0.1);
}

.cate_product_site .cate_item_product.green .detail_cate_item a {
  color: #00B8B9;
}

.cate_product_site .cate_item_product.green .detail_cate_item .line-bottom {
  background-color: #00B8B9;
}

.photo_customer {
  margin-top: 30px;
}

.photo_customer .slider-customer {
  padding-bottom: 15px;
}

.photo_customer .slider-customer .customer-item{
  margin: 0 5px;
}
.photo_customer .slider-customer figure{
  margin-bottom: 0;
}

.photo_customer .slider-customer .slick-dots li button::before {
  font-size: 13px;
  color: #ff912d;
}

.advise_site {
  margin: 60px 0;
}

.product_slider_section .slider_item_wrap {
  -webkit-box-shadow: 1.4px 1.4px 4px rgba(194, 94, 0, 0.25);
          box-shadow: 1.4px 1.4px 4px rgba(194, 94, 0, 0.25);
  background-color: white;
  border-radius: 10px;
  padding: 20px 20px 40px 20px;
}

.product_slider_section .slider_name_product {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.product_slider_section .slider_name_product .slick-dots {
  bottom: -40px;
}

.product_slider_section .slider_name_product .slick-dots li::before {
  display: none;
}

.product_slider_section .slider_name_product .slick-dots li button::before {
  font-size: 13px;
  color: #ff912d;
}

.product_slider_section .slider_name_product li {
  margin-bottom: 15px;
  position: relative;
}

.product_slider_section .slider_name_product li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  top: 9px;
  left: 3px;
  opacity: 0.13;
  background-color: #58595B;
}

.product_slider_section .slider_name_product li:hover::before {
  background-color: #FF9014;
}

.product_slider_section .slider_name_product li:hover a {
  color: #FF9014;
}

.product_slider_section .slider_name_product li .slide_inner {
  padding: 0 20px;
}

.product_slider_section .slider_name_product li a {
  color: #58595B;
  font-weight: 500;
}

.footer_site {
  background: linear-gradient(103deg, #FFC85B -21.72%, #FF9526 41.63%, #FF7300 104.98%);
  padding: 1rem 0;
  margin-top: 30px;
}

.footer_site .logo_ft img {
  width: auto;
  height: 80px;
}
@media (max-width:767px){
  .footer_site .logo_ft img {
    width: 100%;
    height: auto;
  }
}

.footer_site .ft_infor_item .branch_name {
  position: relative;
  padding-left: 20px;
}

.footer_site .ft_infor_item .branch_name::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  bottom: 7px;
  left: 0;
  opacity: 0.5;
  background-color: white;
}

.footer_site .ft_infor_item .menu_policy,
.footer_site .ft_infor_item .menu_ft {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer_site .ft_infor_item .menu_policy li,
.footer_site .ft_infor_item .menu_ft li {
  margin-bottom: 10px;
}

.footer_site .ft_infor_item .menu_policy li a,
.footer_site .ft_infor_item .menu_ft li a {
  color: white;
}

.footer_site .be_agency .ft_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_site .be_agency .ft_contact .contact-item {
  background-color: white;
  border-radius: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-3.67%, #FFC85B), color-stop(48.47%, #FF9526), color-stop(100.61%, #FF7300));
  background: linear-gradient(180deg, #FFC85B -3.67%, #FF9526 48.47%, #FF7300 100.61%);
  min-height: 35px;
  padding: 2px;
}

.footer_site .be_agency .ft_contact .contact-item a {
  width: 100%;
  height: 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;
  background-color: white;
  border-radius: 30px;
  padding: 7px 11px;
  font-weight: 600;
  color: #ff912d;
  font-size: 13px;
}

.footer_site .be_agency .ft_contact .contact-item a img {
  width: auto;
  height: 20px;
  margin-right: 10px;
}

.footer_site .list_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_site .list_social img {
  width: auto;
  height: 30px;
}

.footer_site .partner_ft {
  padding: 11px 35px;
  background-color: white;
  border-radius: 40px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 767px) {
  .footer_site .partner_ft {
    border-radius: 10px;
    padding: 10px;
  }
}

.footer_site .partner_ft img {
  width: auto;
  height: 30px;
  margin: 0 25px;
}

@media (max-width: 767px) {
  .footer_site .partner_ft img {
    height: 25px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

.contact_stick {
  position: fixed;
  bottom: 5%;
  right: 10px;
  z-index: 2;
}

.contact_stick .stick_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 7px;
}

.contact_stick .stick_item img {
  width: auto;
  height: 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 767px) {
  .contact_stick .stick_item img {
    height: 30px;
  }
}

.contact_stick .stick_item img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav__mobile {
  background: var(--Color-Neutral-white, #FFF);
  /* medium - soft */
  -webkit-box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
  z-index: 3;
  position: fixed;
  padding: 10rem 0 2rem 0;
  overflow-y: auto;
  top: 0px;
  right: 0;
  background: #FFFEF8;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  display: none;
}

.nav__mobile .link-header-menu {
  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: 20px 0;
}

.nav__mobile .link-header-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .nav__mobile .link-header-menu a {
    font-size: 11px;
  }
}

.nav__mobile .link-header-menu a img {
  width: auto;
  height: 20px;
  margin-right: 7px;
}

.news_page .main_news figure {
  position: relative;
  padding-bottom: 70%;
  border-radius: 10px;
  overflow: hidden;
}

.news_page .main_news figure img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news_page .main_news .news_desc {
  display: block;
  display: -webkit-box;
  height: 52px;
  font-size: 20px;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  /* số dòng hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}

.news_page .main_news .news_desc a {
  color: #2d2d2d;
}

.news_page .list_news_side .news_side-item {
  margin-bottom: 1rem;
}

.news_page .list_news_side .news_side-item figure {
  position: relative;
  padding-bottom: 60%;
  border-radius: 10px;
  overflow: hidden;
}

.news_page .list_news_side .news_side-item figure img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news_page .list_news_side .news_side-item .news_desc {
  display: block;
  display: -webkit-box;
  height: 52px;
  font-size: 20px;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  /* số dòng hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.news_page .list_news_side .news_side-item .news_desc a {
  color: #2d2d2d;
}

.news_page .news_list_wrapper {
  margin-top: 100px;
}

.news_page .news_list_wrapper .breadcrumb-news {
  color: #a4a4a4;
}

.news_page .news_list_wrapper .breadcrumb-news span, .news_page .news_list_wrapper .breadcrumb-news a {
  font-weight: 500;
  color: #a4a4a4;
}

.news_page .news_list_wrapper .nav-tabs {
  border: 0;
}

.news_page .news_list_wrapper .nav-tabs button {
  border: 0 !important;
  padding: 0;
  margin-right: 30px;
  font-size: 40px;
  color: #191919;
  font-weight: 500;
}

@media (max-width: 767px) {
  .news_page .news_list_wrapper .nav-tabs button {
    font-size: 26px;
  }
}

.news_page .news_list_wrapper .nav-tabs button.active {
  color: #ff912d;
}

.news_page .news_list_wrapper .news_item {
  margin-bottom: 2rem;
}

.news_page .news_list_wrapper .news_item figure {
  position: relative;
  padding-bottom: 60%;
  border-radius: 10px;
  overflow: hidden;
}

.news_page .news_list_wrapper .news_item figure img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news_page .news_list_wrapper .news_item .news_title a {
  display: block;
  display: -webkit-box;
  height: 52px;
  font-size: 20px;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  /* số dòng hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #2d2d2d;
}

.news_page .news_list_wrapper .news_item .news_desc {
  display: block;
  display: -webkit-box;
  height: 83.2px;
  font-size: 16px;
  line-height: 1.3;
  -webkit-line-clamp: 4;
  /* số dòng hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #79797b;
}

.news_page .news_list_wrapper .news_item .read-more {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.news_page .news_list_wrapper .news_item .read-more::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ff912d;
  bottom: -2px;
  left: 0;
}

.news_page .news_list_wrapper .see-all-news a {
  border: 2px solid #f48120;
  border-radius: 4px;
  color: #f48120;
  font-size: 18px;
  padding: 7px 45px;
}

.news_page .news_list_wrapper .see-all-news a:hover {
  background-color: #ececec;
}

.news_detail_wrapper {
  font-size: 16px;
}

.news_detail_wrapper .content_post h1, .news_detail_wrapper .content_post h2, .news_detail_wrapper .content_post h3, .news_detail_wrapper .content_post h4, .news_detail_wrapper .content_post h5 {
  font-weight: 600;
}

.news_detail_wrapper .content_post img {
  margin: 20px 0;
}

.news_detail_wrapper .content_post iframe {
  width: 100%;
  height: 400px;
  margin: 20px 0;
}

.news_detail_wrapper .contact_facebook .tag_site .list-tags {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news_detail_wrapper .contact_facebook .tag_site .list-tags li a {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background: #f5f5f5;
  color: #616161;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: normal;
  margin: 0 3px 5px 0;
  padding: 4px 10px;
  text-rendering: optimizeLegibility;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.news_detail_wrapper .contact_facebook .tag_site .list-tags li a:hover {
  background-color: #ff912d;
  color: white;
}

.news_detail_wrapper .comment_site .form_comment textarea {
  width: 100%;
  height: 200px;
  background: #f1f4f8;
  border: 1px solid #dadada;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  width: 100%;
}

.news_detail_wrapper .comment_site .form_comment .form-control {
  background: #f1f4f8;
  border: 1px solid #dadada;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  width: 100%;
  margin: 10px 0;
}

.news_detail_wrapper .comment_site .form_comment .btn-submit {
  background: #f48120;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-weight: 400;
  padding: 5px 7px;
  text-decoration: none;
}

.contact_page .title-quest {
  position: relative;
}

@media (max-width: 767px) {
  .contact_page .title-quest {
    font-size: 30px;
  }
}

.contact_page .title-quest::after {
  position: absolute;
  content: "";
  background-color: #f48120;
  height: 10px;
  bottom: -13px;
  left: 0;
  width: 100px;
}

.contact_page .accordion .accordion-item {
  border: 0;
  padding-left: 30px;
  border-bottom: 1px solid #ededed;
}

.contact_page .accordion .accordion-item .accordion-header button {
  border: 0;
  color: #1e1e1e;
  font-weight: 600;
  font-size: 20px;
  position: relative;
}

.contact_page .accordion .accordion-item .accordion-header button::before {
  position: absolute;
  content: "+";
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
  font-weight: 600;
  color: #ff912d;
}

.contact_page .accordion .accordion-item .accordion-header button:not(.collapsed) {
  background-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #1e1e1e;
}

.contact_page .accordion .accordion-item .accordion-header button:not(.collapsed)::before {
  content: "-";
}

.contact_page .accordion .accordion-item .accordion-header button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact_page .accordion .accordion-item .accordion-header button::after {
  display: none;
}

.contact_page .accordion .accordion-item .accordion-body {
  font-size: 18px;
}

.contact_page .contact_form-wrap label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.contact_page .contact_form-wrap textarea,
.contact_page .contact_form-wrap .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .375rem;
  color: #212529;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: .375rem .75rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  width: 100%;
}

.contact_page .contact_form-wrap textarea {
  height: 150px;
}

.contact_page .contact_form-wrap .btn-form-contact {
  background: #f48120;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  padding: 13px 37px;
  text-transform: uppercase;
}

.policy_page .title-policy {
  position: relative;
}

@media (max-width: 767px) {
  .policy_page .title-policy {
    font-size: 30px;
  }
}

.policy_page .title-policy::after {
  position: absolute;
  content: "";
  background-color: #f48120;
  height: 10px;
  bottom: -13px;
  left: 0;
  width: 100px;
}

.policy_page .content {
  font-size: 18px;
}

.policy_page .content h1, .policy_page .content h2, .policy_page .content h3, .policy_page .content h4, .policy_page .content h5 {
  font-weight: 600;
  font-size: 30px;
}

.product_page .list_cate_product {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
  margin-bottom: 25px;
  padding: 18px 18px 40px;
}

.product_page .list_cate_product ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.product_page .list_cate_product ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.product_page .list_cate_product ul li a {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
  width: 100%;
  height: 100%;
  color: #79797b;
  font-weight: 500;
}

.product_page .list_cate_product .filter_price .price_option .input-group {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.product_page .list_cate_product .filter_price .price_option .input-group input[type="radio"]:checked + .btnPrice {
  background-color: white;
  /* Bootstrap primary color */
  color: #ff912d;
  border: 1px solid #ff912d;
}

.product_page .list_cate_product .filter_price .price_option .input-group input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product_page .list_cate_product .filter_price .price_option .input-group label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
  border: 1px solid #e4e4e4;
  border-radius: 20px !important;
  color: #8a8a8a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 10px 4px;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product_page .list_cate_product .filter_price .input-group label:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product_page .list_cate_product .filter_price .input-group .btnSubmit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f48120;
  border-color: #f48120;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 45px;
  width: 100%;
}

.product_page .list_product .product_item {
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  -webkit-filter: drop-shadow(4px 5px 5px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(4px 5px 5px rgba(0, 0, 0, 0.25));
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  margin-bottom: 2rem;
}

.product_page .list_product .product_item:hover {
  -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.2));
}

.product_page .list_product .product_item figure {
  padding: 2rem;
}

.product_page .list_product .product_item .product-cate {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.product_page .list_product .product_item .product-cate span {
  border: .8px solid #f48120;
  border-radius: 2px;
  color: #f48120;
  display: block;
  font-size: 12px;
  height: auto;
  line-height: 1.4;
  line-height: 1.5;
  max-height: 40px;
  overflow: hidden;
  padding: 1px 3px;
  text-overflow: ellipsis;
  width: auto;
}

.product_page .list_product .product_item .title-product a {
  display: block;
  display: -webkit-box;
  height: 41.6px;
  font-size: 16px;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  /* số dòng hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  color: #191919;
}

.product_page .list_product .product_item .title-product a:hover {
  color: #ff912d;
}

.product_page .pagination .nav-links {
  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;
}
.product_page .pagination .nav-links span.current{
  background-color: #ff912d;
  border: 0;
  padding: 1px 11px;
  border-radius: 200px;
  color: white;
  pointer-events: none;
}
.product_page .pagination .nav-links a{
  border: 0;
  padding: 0;
  color: #79797b;
  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;
  padding: 1px 11px;
}



.title-page {
  position: relative;
}

@media (max-width: 767px) {
  .title-page {
    font-size: 30px;
  }
}

.title-page::after {
  position: absolute;
  content: "";
  background-color: #f48120;
  height: 10px;
  bottom: -13px;
  left: 0;
  width: 100px;
}

.regist_page .regist_wrap .form-control {
  border-radius: 7px;
  height: 44px;
}

.regist_page .regist_wrap .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #cfc8d8;
}

.regist_page .regist_wrap .form_regist {
  border: 1px solid #cfc8d8;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
  background-color: #fafafa;
}

.regist_page .regist_wrap .form_regist .pass-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 0px;
  border: 1px solid #ced4da;
  border-radius: 7px;
}

.regist_page .regist_wrap .form_regist .pass-field input {
  border: 0;
}

.regist_page .regist_wrap .form_regist .btn-signIn {
  background-color: #fff;
  border: 1px solid #f48120;
  color: #f48120;
  font-weight: 500;
  height: 40px;
  padding: 0 20px;
  border-radius: 4px;
}

.regist_page .regist_wrap .form_regist .btn-signIn:hover {
  background-color: #f6f6f6;
  color: #f48120;
}

.regist_page .btn-reset {
  background-color: #fff;
  border: 1px solid #f48120;
  color: #f48120;
  font-weight: 500;
  height: 40px;
  padding: 0 20px;
  border-radius: 4px;
}

.regist_page .btn-reset:hover {
  background-color: #f6f6f6;
  color: #f48120;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00000066;
  display: none;
  z-index: 4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.overlay_popup-region {
  position: fixed;
  top: 0;
  bottom: 0;
  display: none;
  left: 0;
  right: 0;
  background-color: #00000066;
  z-index: 4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.overlay-popup-ads {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00000066;
  z-index: 4;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.popup_cart {
  z-index: 5;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: white;
  width: 100%;
  max-width: 30vw;
  padding: 3rem 1rem 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  overflow-y: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .popup_cart {
    max-width: 50vw;
  }
}

@media (max-width: 767px) {
  .popup_cart {
    max-width: 100vw;
  }
}

.popup_cart .no-goods {
  height: 100%;
  width: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup_cart .close-cart {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 24px;
  cursor: pointer;
}

.popup_cart .shopping-btn {
  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;
  background-color: #32373c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  border-radius: 30px;
  margin: 0 auto;
}

.popup_cart .shopping-btn a {
  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;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  color: white;
  font-size: 18px;
  font-weight: 600;
}

.popup_cart .popup_product .list_cart-popup .good-item .photo-item figure {
  width: 70px;
  height: 70px;
  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;
  border: 1px solid #ff912d;
  margin-bottom: 0;
}

.popup_cart .popup_product .list_cart-popup .good-item .photo-item figure img {
  width: auto;
  height: 50px;
}

.popup_cart .popup_product .list_cart-popup .link-to-checkout {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  height: 50px;
  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;
  background-color: #ff912d;
  border-radius: 7px;
}

.popup_cart .popup_product .list_cart-popup .link-to-checkout a {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  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;
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.popup_cart .btn-trash {
  cursor: pointer;
}

.popup_location {
  z-index: 5;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  width: 50vw;
  height: auto;
  max-height: 70vh;
  overflow: hidden;
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .popup_location {
    width: 80vw;
  }
}

@media (max-width: 767px) {
  .popup_location {
    width: 90vw;
  }
}

.popup_location .bg-location {
  height: 100%;
}

.popup_location .bg-location img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup_location .select-location {
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px 0;
  padding: 25px;
}

.popup_location .select-location .form-check-locate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}

.popup_location .select-location .form-check-locate .form-check-input:checked {
  background-color: #ff912d;
  border-color: #ff912d;
}

.popup_location .btn-region {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  height: 50px;
  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;
  background-color: #ff912d;
  border-radius: 7px;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  color: white;
  padding: 0 30px;
}

.popup_ads {
  z-index: 5;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  width: 50vw;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .popup_ads {
    width: 80vw;
  }
}

@media (max-width: 767px) {
  .popup_ads {
    width: 90vw;
  }
}

.popup_ads .close-ads {
  position: absolute;
  top: 10px;
  right: 1rem;
  font-size: 24px;
  cursor: pointer;
}
/*# sourceMappingURL=main.css.map */

.container .wp-pagenavi {
      display: flex;
    justify-content: center;
    align-items: center;
/*    gap: 3px;*/
}
.container .wp-pagenavi a,
.container .wp-pagenavi span {
    align-items: center;
    border-radius: 10px;
    display: flex;
    height: 21px;
    line-height: 1;
    margin-right: 5px;
    padding: 3px 12px;
    border: unset;
    background: transparent;
    color: #79797b;
    transition: all .2s linear;
    margin: 2px;
}
.container .wp-pagenavi span.current,
.container .wp-pagenavi a:hover,
.container .wp-pagenavi span:hover{
    color: #fff;
    background: #f48120;
    font-weight: normal;
}

.woocommerce table.shop_table{
  border-collapse: collapse;
}
.order_review_checkout table tr td{
  font-size: 14px;
}
.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .button,
.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon input.input-text{
  height: 100%;
}
.woocommerce .order_review_checkout table.shop_table tfoot .order-total td .woocommerce-Price-amount.amount{
  font-weight: 600;
}

.woocommerce .woocommerce-breadcrumb{
  color: #005DAA;
}
.woocommerce .woocommerce-breadcrumb span{
  color: #606060;
}
.woocommerce .woocommerce-breadcrumb a{
  color: #606060 !important;
}