@charset "UTF-8";
@font-face {
  font-family: "Fz Poppins";
  src: url("../fonts/font-update/FZPoppins-Black.woff2") format("woff2"), url("../fonts/font-update/FZPoppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fz Poppins";
  src: url("../fonts/font-update/FZPoppins-ExtraBold.woff2") format("woff2"), url("../fonts/font-update/FZPoppins-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fz Poppins";
  src: url("../fonts/font-update/FZPoppins-Bold.woff2") format("woff2"), url("../fonts/font-update/FZPoppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fz Poppins";
  src: url("../fonts/font-update/FZPoppins-Medium.woff2") format("woff2"), url("../fonts/font-update/FZPoppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fz Poppins";
  src: url("../fonts/font-update/FZPoppins-Light.woff2") format("woff2"), url("../fonts/font-update/FZPoppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fz Poppins";
  src: url("../fonts/font-update/FZPoppins-Thin.woff2") format("woff2"), url("../fonts/font-update/FZPoppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fz Poppins";
  src: url("../fonts/font-update/FZPoppins-SemiBold.woff2") format("woff2"), url("../fonts/font-update/FZPoppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fz Poppins";
  src: url("../fonts/font-update/FZPoppins-Regular.woff2") format("woff2"), url("../fonts/font-update/FZPoppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.f-italic {
  font-style: italic;
}

.cl-darkblue {
  color: #162D99;
}

.cl-blue {
  color: #276EF1;
}

.cl-black {
  color: #000 !important;
}

.cl-white {
  color: #fbf7f3;
}

.cl-gray {
  color: #545F71;
}

.cl-mediumGray {
  color: rgba(84, 95, 113, 0.5);
}

.cl-green {
  color: #4CB554;
}

.cl-red {
  color: #DB1E1E;
}

.lh-30 {
  line-height: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

.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-10 {
  font-size: 10px;
}

@media (max-width: 767px) {
  .fs-100 {
    font-size: 50px;
  }
  .fs-48 {
    font-size: 30px;
  }
  .fs-40 {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fs-100 {
    font-size: 50px;
  }
  .fs-40 {
    font-size: 32px;
  }
  .fs-32 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
  }
  .col-md-2-5 {
    width: 40%;
  }
  .col-md-3-5 {
    width: 60%;
  }
  .col-md-4-5 {
    width: 80%;
  }
  .col-md-5-5 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
  }
  .col-lg-2-5 {
    width: 40%;
  }
  .col-lg-3-5 {
    width: 60%;
  }
  .col-lg-4-5 {
    width: 80%;
  }
  .col-lg-5-5 {
    width: 100%;
  }
}
body {
  font-size: 14px;
  font-style: normal;
  font-family: "Fz Poppins", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
body a {
  text-decoration: none;
  transition: all 0.5s ease;
}
body textarea:focus,
body input:focus {
  box-shadow: none !important;
}
body .circle-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s ease;
}
body .circle-btn:hover.blue {
  box-shadow: 0px 0px 0px 10px #D4E2FC;
}
body .circle-btn:hover.white {
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2) !important;
}
body .circle-btn:hover img {
  transform: scale(1.2);
  transition: all 0.5s ease;
}
body .circle-btn.blue {
  background-color: #276EF1;
  animation: pulse-blue 1.8s infinite ease-in-out;
}
body .circle-btn.white {
  background-color: #fff;
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.2) !important;
}
body .circle-btn img {
  width: auto;
  height: 10px;
  transition: all 0.5s ease;
  z-index: 1;
}
body .circle-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .see-more-btn {
  height: 65px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
body .see-more-btn.black {
  background-color: #000;
  border: 1px solid #000;
}
body .see-more-btn.black::after {
  background-color: #fff;
}
body .see-more-btn.black:hover a {
  color: #000;
}
body .see-more-btn.black a {
  color: #fff;
}
body .see-more-btn.transparent {
  background-color: transparent;
  border: 1px solid #000;
}
body .see-more-btn.transparent::after {
  background-color: #fff;
}
body .see-more-btn.transparent:hover a {
  color: #000;
}
body .see-more-btn.transparent a {
  color: #000;
}
body .see-more-btn.white {
  background-color: #fff;
}
body .see-more-btn.white::after {
  background-color: #000;
}
body .see-more-btn.white:hover a {
  color: #fff;
}
body .see-more-btn.white a {
  color: #000;
}
body .see-more-btn:hover::after {
  width: 100%;
  transition: all 0.5s ease;
}
body .see-more-btn:hover a {
  color: white;
  z-index: 1;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .see-more-btn::after {
  position: absolute;
  pointer-events: none;
  content: "";
  width: 0px;
  height: 100%;
  background-color: #276EF1;
  bottom: 0px;
  left: 0px;
  transition: all 0.5s ease;
}
body .see-more-btn a {
  padding: 16px 40px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 600;
  transition: all 2s ease;
  z-index: 1;
}
body .btn-submit {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: white;
  border: 1px solid #000;
}
body .btn-submit.black {
  background-color: #000;
}
body .btn-submit.black:hover {
  background-color: white;
  transition: all 0.5s ease;
  color: #000;
}

@keyframes pulse-blue {
  0% {
    box-shadow: 0 0 0 0 #D4E2FC;
  }
  50% {
    box-shadow: 0 0 0 10px #D4E2FC;
  }
  100% {
    box-shadow: 0 0 0 0 #D4E2FC;
  }
}
.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: 992px) {
  .container {
    max-width: calc(100% - 80px);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    max-width: calc(100% - 20px);
  }
}
.header_site {
  background-color: #fff;
  position: sticky;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.5s ease;
  border-bottom: 1px solid var(--Light-Grey, #F5F7FA);
}
.header_site.scrolled {
  transition: all 0.5s ease;
}
.header_site .logo_mini {
  padding: 10px;
}
.header_site .logo_mini:hover {
  background-color: #F5F7FA;
  transition: all 0.5s ease;
}
.header_site .logo_mini:hover img {
  filter: brightness(1) invert(0);
  transition: all 0.5s ease;
}
.header_site .logo_mini img {
  cursor: pointer;
  width: auto;
  height: 15px;
  /* filter: brightness(0) invert(0);  */
  transition: all 0.5s ease;
}
.header_site .logo_mini:hover .sub_menu_logo {
  top: calc(100% + 1px);
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.header_site .logo_mini .sub_menu_logo {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 40px;
  position: absolute;
  top: calc(100% + 20px);
  opacity: 0;
  visibility: hidden;
  left: 0;
  transition: all 0.5s ease;
}
.header_site .menu_site_left {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}
.header_site .menu_site_left li {
  margin-left: 20px;
}
.header_site .menu_site_left li.current-menu-item > a {
  position: relative;
}
.header_site .menu_site_left li.current-menu-item > a::after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #276EF1;
}
.header_site .menu_site_left li.current-menu-item > a {
  color: #276EF1;
}
.header_site .menu_site_left li.menu-item-has-children:hover .sub_menu-children {
  top: calc(100% + 1px);
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
}
.header_site .menu_site_left li.menu-item-has-children .sub_menu-children {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 40px;
  position: absolute;
  top: calc(100% + 20px);
  opacity: 0;
  visibility: hidden;
  left: 0;
  transition: all 0.5s ease;
}
.header_site .menu_site_left li.menu-item-has-children .sub_menu-children > a {
  color: rgba(84, 95, 113, 0.5);
}
.header_site .menu_site_left li.menu-item-has-children .sub_menu-children .list-brand-menu img {
  width: auto;
  height: 30px;
  margin-right: 20px;
}
.header_site .menu_site_left li a {
  font-weight: 500;
  color: #162D99;
  transition: all 0.5s ease;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header_site .menu_site_left li a {
    font-size: 12px;
  }
}
.header_site .menu_site_left li a:hover {
  color: #162D99;
  transition: all 0.5s ease;
}
.header_site .menu_site_right {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}
.header_site .menu_site_right li a {
  font-weight: 500;
  margin-left: 20px;
  color: #162D99;
  transition: all 0.5s ease;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header_site .menu_site_right li a {
    font-size: 12px;
  }
}
.header_site .menu_site_right li a:hover {
  color: #162D99;
  transition: all 0.5s ease;
}
.header_site .logo_site {
  display: flex;
  justify-content: center;
}
.header_site .logo_site img {
  width: auto;
  height: 50px;
  transition: all 0.5s ease;
  -o-object-fit: contain;
     object-fit: contain;
}
.header_site .lang_site {
  cursor: pointer;
  position: relative;
  margin-left: 20px;
}
.header_site .lang_site span{
  color: #162D99;
}
.header_site .lang_site:hover .list_lang {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: all 0.5s ease;
}
.header_site .lang_site img {
  width: auto;
  height: 7px;
  transform: translateY(-1px);
}
.header_site .lang_site .list_lang {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  top: calc(100% + 10px);
  left: 2px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.header_site .lang_site .list_lang li a {
  color: #162D99;
  font-weight: 600;
}
.header_site .lang_site .list_lang li a:hover {
  color: #162D99;
}
.header_site .user_header,
.header_site .cart_header,
.header_site .search_header {
  margin-left: 20px;
  cursor: pointer;
}


.header_site .cart_header{
	position:relative;
}
.header_site .cart_header .num-cart{
	position: absolute;
    top: 0px;
    left: 17px;
    width: 15px;
    height: 15px;
    background: #162D99;
    border-radius: 50%;
    color: white;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}


@media (max-width: 767px) {
  .header_site .user_header,
  .header_site .cart_header,
  .header_site .search_header {
    margin-left: 10px;
  }
}
.header_site .user_header img,
.header_site .cart_header img,
.header_site .search_header img {
  width: auto;
  height: 20px;
  object-fit: contain;
}
.header_site .search_header {
  position: relative;
}
.header_site .search_header.active .box_search {
  top: calc(100% + 16px);
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}
.header_site .search_header .box_search {
  background-color: white;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: calc(100% + 36px);
  right: 0;
  width: 20vw;
  border: 1px solid #162D99;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .header_site .search_header .box_search {
    width: 80vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header_site .search_header .box_search {
    width: 40vw;
  }
}
.header_site .search_header .box_search button {
  background-color: transparent;
  border: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_site .search_header .box_search input {
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #162D99;
}
.header_site .search_header .box_search input:focus {
  box-shadow: none;
}
.header_site .search_header .box_search input::-moz-placeholder {
  font-size: 12px;
}
.header_site .search_header .box_search input::placeholder {
  font-size: 12px;
   color: #162d996b;
}
.header_site .sub_menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.header_site .sub_menu li {
  margin-top: 16px;
  display: flex;
  align-items: center;
  margin-left: 0;
}
.header_site .sub_menu li img {
  width: auto;
  height: 13px;
  margin-right: 5px;
}
.header_site .sub_menu li a {
  color: #162D99;
  font-size: 12px;
  font-weight: 500;
}

.banner_site {
  margin-bottom: 1px;
  overflow: hidden;
  margin-bottom: -1px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner_site {
    height: auto;
  }
}
.banner_site .banner_photo {
  position: relative;
}
@media (max-width: 767px) {
  .banner_site .banner_photo {
    height: 70vh;
  }
  .banner_site .banner_photo img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.banner_site .banner_photo .btn-video {
  z-index: 1;
  position: absolute;
  bottom: 40px;
  left: 30px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .banner_site .banner_photo .btn-video {
    bottom: 10px;
    left: 20px;
    width: 18%;
  }
}
.banner_site .banner_photo .btn-video:hover {
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2196078431);
  transition: all 0.5s ease;
}
.banner_site .banner_photo .btn-video a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.banner_site .banner_photo .btn-video a img {
  width: auto;
  height: 15px;
}
.banner_site .product_banner {
  position: absolute;
  bottom: 40px;
  right: 80px;
  width: 30%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .banner_site .product_banner {
    bottom: 10px;
    right: 20px;
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner_site .product_banner {
    width: 40%;
  }
  .banner_site .product_banner figure {
    padding-bottom: 50% !important;
    height: 100% !important;
  }
  .banner_site .product_banner .type-product-banner {
    color: #000;
    display: block;
    display: -webkit-box;
    height: 36.4px !important;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1.3;
    -webkit-line-clamp: 2; /* số dòng hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .banner_site .product_banner .descript {
    color: #000;
    display: block;
    display: -webkit-box;
    height: 31.2px !important;
    font-size: 12px !important;
    line-height: 1.3;
    -webkit-line-clamp: 2; /* số dòng hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.banner_site .product_banner figure {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  margin-bottom: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .banner_site .product_banner figure {
    padding-bottom: 70%;
  }
}
.banner_site .product_banner figure img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner_site .product_banner .type-product-banner {
  color: #000;
  display: block;
  display: -webkit-box;
  height: 46.8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  -webkit-line-clamp: 2; /* số dòng hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .banner_site .product_banner .type-product-banner {
    height: 31.2px;
    font-size: 12px;
  }
}
.banner_site .product_banner .descript {
  color: #000;
  display: block;
  display: -webkit-box;
  height: 36.4px;
  font-size: 14px;
  line-height: 1.3;
  -webkit-line-clamp: 2; /* số dòng hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fade-right {
  opacity: 0;
  transform: translateX(50px); /* bắt đầu lệch sang phải */
  animation: fadeRight 0.8s ease-out forwards;
}

@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.about_section {
  position: relative;
  background-color: #276EF1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about_section {
    background-color: #FFF;
  }
}
.about_section .circle-btn {
  position: absolute;
  bottom: 50px;
  right: 25%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about_section .circle-btn {
    right: 80px;
  }
}
@media (max-width: 767px) {
  .about_section .circle-btn {
    bottom: 10px;
    right: 0.75rem;
  }
}
.about_section .about_kolmar {
  clip-path: inset(0 0% 0 0%);
  background: #FFF url("../images/bg-text.png") no-repeat bottom 0px center/100% auto;
  height: 100vh;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about_section .about_kolmar {
    height: auto;
    padding-top: 5rem;
  }
}
@media (max-width: 767px) {
  .about_section .about_kolmar {
    height: auto;
  }
}
.about_section .about_kolmar .leaf {
  position: absolute;
  top: 7%;
  left: 0px;
  width: 15%;
  transform: translateX(-45%);
}
.about_section .about_kolmar .wrap_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about_section .about_kolmar .wrap_content {
    height: auto;
  }
}
@media (max-width: 767px) {
  .about_section .about_kolmar .wrap_content {
    height: auto !important;
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .about_section .about_kolmar .wrap_content .descript {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .about_section .about_kolmar .wrap_content .title {
    font-size: 24px;
  }
}
.about_section .about_kolmar .wrap_content .list_cate {
  list-style: none;
  padding-left: 0;
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto;
}
@media (max-width: 767px) {
  .about_section .about_kolmar .wrap_content .list_cate {
    width: 100%;
  }
}
.about_section .about_kolmar .wrap_content .list_cate li {
  margin-right: 20px;
}
.about_section .about_kolmar .wrap_content .list_cate li a {
  font-weight: 600;
}
@media (max-width: 767px) {
  .about_section .about_kolmar .wrap_content .list_cate li a {
    font-size: 10px;
  }
}
.about_section .about_kolmar .wrap_content .list_cate li:nth-child(3n+1) a {
  color: #276EF1;
}
.about_section .about_kolmar .wrap_content .list_cate li:nth-child(3n+2) a {
  color: #9C84DF;
}
.about_section .about_kolmar .wrap_content .list_cate li:nth-child(3n+3) a {
  color: #F69800;
}
.about_section .connect_section {
  background-color: #276EF1;
  position: absolute;
  bottom: 12%;
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  z-index: -1;
}
.about_section .connect_section .title-bg {
  white-space: nowrap;
}
.about_section .connect_section .line-connect {
  background: #162D99;
  background: linear-gradient(90deg, rgb(22, 45, 153) 0%, rgb(255, 255, 255) 100%);
  width: 100%;
  height: 12px;
  margin: 0 16px;
  transform: scaleX(0);
  transform-origin: center;
}

.slogan_section {
  background: linear-gradient(to bottom, #276EF1 50%, #ffffff 50%);
  padding: 200px 0;
  margin-top: -1px;
  position: relative;
  overflow-x: hidden;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .slogan_section {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .slogan_section {
    padding: 3rem 0;
  }
}
.slogan_section .virus {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 10%;
  transform: translateX(50%);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .slogan_section .virus {
    z-index: 0;
    width: 20%;
  }
}
.slogan_section .slogan_content {
  background-color: #3FAEFF;
  padding: 80px;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .slogan_section .slogan_content {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .slogan_section .slogan_content {
    padding: 20px;
  }
}
.slogan_section .slogan_photo {
  height: 100%;
}
.slogan_section .slogan_photo figure {
  position: relative;
  padding-bottom: 80%;
  overflow: hidden;
  margin-bottom: 0;
  height: 100%;
}
.slogan_section .slogan_photo figure img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature_product {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .feature_product {
    margin-bottom: 3rem;
  }
}
.feature_product .feature_item {
  min-height: 400px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .feature_product .feature_item {
    min-height: 300px;
  }
}
.feature_product .feature_item:hover .photo-feature img {
  transform: translate(-50%, 10%) !important;
  transition: all 0.5s ease;
  -webkit-transform: translate(-50%, 10%) !important;
  -moz-transform: translate(-50%, 10%) !important;
  -ms-transform: translate(-50%, 10%) !important;
  -o-transform: translate(-50%, 10%) !important;
}
.feature_product .feature_item .topic-product {
  position: absolute;
  top: 20%;
  left: 40px;
}
@media (max-width: 767px) {
  .feature_product .feature_item .topic-product {
    font-size: 25px;
    left: 20px;
  }
}
.feature_product .feature_item .topic-product:hover {
  color: white;
}
.feature_product .feature_item .circle-btn {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
.feature_product .feature_item .photo-feature img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: auto;
  height: 110%;
  transition: all 0.5s ease;
  filter: drop-shadow(62.425px 62.425px 62.425px rgba(66, 64, 64, 0.55));
}
@media (max-width: 767px) {
  .feature_product .feature_item .photo-feature img {
    height: 100%;
  }
}
.feature_product .feature_item .photo-feature img:hover {
  transform: translate(-50%, 10%);
  transition: all 0.5s ease;
}

.slider_product .product_item {
  padding: 25px;
  background: linear-gradient(0deg, #F5F7FA 0%, #F5F7FA 100%), linear-gradient(180deg, rgba(125, 163, 217, 0.18) 0%, rgba(245, 245, 245, 0.45) 80%), #FFF;
  position: relative;
  margin: 0 8px;
}
.slider_product .product_item:has(.name-product:hover) .item_photo img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.slider_product .product_item .discount-item {
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url("../images/bg-discount.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px;
  z-index: 1;
}
@media (max-width: 767px) {
  .slider_product .product_item .discount-item {
    font-size: 12px;
    padding: 7px;
  }
}
.slider_product .product_item .item_photo figure {
  margin-bottom: 0;
}
.slider_product .product_item .item_photo figure a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_item .item_photo figure img{
	object-fit:contain;
}
.product_item p.fs-10{
	font-weight: 600;
	text-transform: uppercase;
}
.slider_product .product_item .item_photo figure img {
  width: auto;
  height: 300px;
  transition: all 0.5s ease;
  filter: drop-shadow(25px 25px 50px rgba(94, 131, 198, 0.55));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .slider_product .product_item .item_photo figure img {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .slider_product .product_item .item_photo figure img {
    height: 150px;
  }
}
.slider_product .product_item .item_photo figure img:hover {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.slider_product .product_item .name-product {
  display: block;
  display: -webkit-box;
  height: calc(18px * 1.2 * 3);
  font-size: 18px;
  line-height: 1.2;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
.slider_product .product_item .name-product:hover {
  color: #162D99;
}
.slider_product .product_item .descript_product {
  display: block;
  display: -webkit-box;
  height: 36.4px;
  font-size: 14px;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .slider_product .product_item .price {
    font-size: 18px;
  }
}

.create_brand {
  margin-top: 200px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .create_brand {
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  .create_brand {
    margin-top: 3rem;
  }
}
.create_brand .brand_photo {
  position: relative;
}
.create_brand .brand_photo .brand-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}

.society_section {
  margin-top: 200px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .society_section {
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  .society_section {
    margin-top: 3rem;
  }
}
.society_section .chemist {
  position: absolute;
  width: 26%;
  top: -13%;
  left: 0;
  transform: translateX(-24%);
  z-index: -1;
}
.society_section .society_chart {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .society_section .society_chart {
    margin-top: 0px;
  }
}
.society_section .society_chart .society_item {
  width: 100%;
  padding: 40px;
  display: inline-flex;
  flex-direction: column;
  align-items: start;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .society_section .society_chart .society_item {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .society_section .society_chart .society_item {
    padding: 20px;
    margin-top: 20px;
    min-height: auto !important;
  }
}
.society_section .society_chart .society_item img {
  width: auto;
  height: 60px;
}
.society_section .society_chart .society_item.green {
  min-height: 400px;
  background-color: #4CB554;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .society_section .society_chart .society_item.green {
    min-height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .society_section .society_chart .society_item.green {
    height: auto;
    min-height: auto;
  }
}
.society_section .society_chart .society_item.lightblue {
  min-height: 500px;
  background-color: #3FAEFF;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .society_section .society_chart .society_item.lightblue {
    min-height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .society_section .society_chart .society_item.lightblue {
    height: auto;
    min-height: auto;
  }
}
.society_section .society_chart .society_item.darkblue {
  min-height: 600px;
  background-color: #276EF1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .society_section .society_chart .society_item.darkblue {
    min-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .society_section .society_chart .society_item.darkblue {
    height: auto;
    min-height: auto;
  }
}

.bottle_section {
  margin: 200px 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bottle_section {
    margin: 5rem 0;
  }
}
@media (max-width: 767px) {
  .bottle_section {
    margin: 3rem 0;
  }
}
.bottle_section .bubbles {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 50%;
}
.bottle_section .leaf {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
}
.bottle_section .bottle-wrapper {
  position: relative;
}
.bottle_section .bottle-wrapper .bottle-frame {
  width: 30%;
}
@media (max-width: 767px) {
  .bottle_section .bottle-wrapper .bottle-frame {
    width: 50%;
  }
}
.bottle_section .bottle-wrapper .bottle-content {
  position: absolute;
  top: 50%;
  transform: translateY(-18%);
  left: 3px;
  width: 100%;
  min-height: 50%;
  background-color: #276EF1;
  padding: 20px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .bottle_section .bottle-wrapper .bottle-content {
    left: 0;
    padding: 20px;
  }
  .bottle_section .bottle-wrapper .bottle-content .name-bottle {
    font-size: 18px;
  }
  .bottle_section .bottle-wrapper .bottle-content .phay {
    height: 15px !important;
  }
  .bottle_section .bottle-wrapper .bottle-content .logo-bottle {
    width: 100% !important;
    height: auto !important;
  }
}
.bottle_section .bottle-wrapper .bottle-content .phay {
  width: auto;
  height: 30px;
  margin-bottom: 15px;
}
.bottle_section .bottle-wrapper .bottle-content .logo-bottle {
  width: auto;
  height: 50px;
  filter: brightness(0) invert(1);
}

.news_section {
  margin-bottom: 200px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .news_section {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .news_section {
    margin-bottom: 3rem;
  }
}
.news_section .feature_news {
  margin-top: 60px;
}
.news_section .feature_news.slider_related_news .news_item {
  margin: 0 10px;
}
.news_section .feature_news .news_item {
  margin: 0 0 20px 0;
}
.news_section .feature_news .news_item:hover img {
  transition: all 0.5s ease;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .news_section .feature_news .news_item {
    margin-bottom: 30px;
  }
}
.news_section .feature_news .news_item figure {
  margin-bottom: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
}
.news_section .feature_news .news_item figure img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.news_section .feature_news .news_item figure img:hover {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.news_section .feature_news .news_item .news_infor {
  background-color: #F5F7FA;
  padding: 25px;
}
.news_infor p.fs-10{
	font-weight: 600;
	text-transform: uppercase;
}
@media (max-width: 767px) {
  .news_section .feature_news .news_item .news_infor {
    padding: 16px;
  }
}
.news_section .feature_news .news_item .title-news a {
  display: block;
  display: -webkit-box;
  height: 70.2px;
  font-size: 18px;
  line-height: 1.3;
  -webkit-line-clamp: 3; /* số dòng hiển thị */
  -webkit-box-orient: vertical;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
.news_section .feature_news .news_item .title-news a:hover {
  color: #162D99;
  transition: all 0.5s ease;
}
.news_section .feature_news .news_item .descript-news {
  display: block;
  display: -webkit-box;
  height: 36.4px;
  font-size: 14px;
  line-height: 1.3;
  -webkit-line-clamp: 2; /* số dòng hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
.news_section .slider_cate-news .item-cate {
  border: 1px solid #000;
  margin: 0 5px;
  padding: 8px 16px;
}
.news_section .slider_cate-news .item-cate:hover {
  background-color: #000;
  transition: all 0.5s ease;
}
.news_section .slider_cate-news .item-cate:hover a {
  color: #fff;
  transition: all 0.5s ease;
}
.news_section .slider_cate-news .item-cate.active {
  background-color: #000;
}
.news_section .slider_cate-news .item-cate.active a {
  color: #fff;
}
.news_section .slider_cate-news .item-cate a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.news_section .cate-news ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.news_section .cate-news ul li {
  margin-right: 10px;
  margin-bottom: 5px;
  border: 1px solid #000;
}
.news_section .cate-news ul li:hover {
  background-color: #000;
  transition: all 0.5s ease;
}
.news_section .cate-news ul li:hover a {
  color: #fff;
  transition: all 0.5s ease;
}
.news_section .cate-news ul li.active {
  background-color: #000;
}
.news_section .cate-news ul li.active a {
  color: #fff;
}
.news_section .cate-news ul li a {
  width: 100%;
  padding: 8px 16px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}
.news_section .left-arr-related,
.news_section .right-arr-related {
  width: 50px;
  cursor: pointer;
  height: 50px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_section .left-arr-related img,
.news_section .right-arr-related img {
  width: auto;
  height: 10px;
}

.contact_section {
  padding: 80px;
  background-color: #276EF1;
  background-image: url("../images/map.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%; /* width auto, height 100% */
}
@media (min-width: 768px) and (max-width: 1024px) {
  .contact_section {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .contact_section {
    padding: 20px 0.75rem;
  }
}
.contact_section .form_wrap .form-control {
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  border: 1px solid #fff;
  height: 64px;
  transition: all 0.5s ease;
}
.contact_section .form_wrap .form-control::-moz-placeholder {
  color: #fff;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact_section .form_wrap .form-control::placeholder {
  color: #fff;
  transition: all 0.5s ease;
}
.contact_section .form_wrap .form-control:focus::-webkit-input-placeholder {
  opacity: 0;
  transform: translateX(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact_section .form_wrap .form-select {
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  border: 1px solid #fff;
  height: 64px;
  filter: brightness(0) invert(1);
}
.contact_section .form_wrap .form-select:focus {
  box-shadow: none;
  outline: none;
}
.contact_section .form_wrap .form-select option {
  background-color: white;
  color: #162D99;
  border: 0;
  outline: none;
  box-shadow: none;
}
.contact_section .form_wrap .btn_submit {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 50%;
  border: 0;
  transition: all 0.5s ease;
}
.contact_section .form_wrap .btn_submit:hover {
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2) !important;
  transition: all 0.5s ease;
}
.contact_section .form_wrap .btn_submit:focus {
  box-shadow: none;
  outline: none;
}
.contact_section .form_wrap .btn_submit img {
  width: auto;
  height: 10px;
}

.footer_site {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .footer_site {
    margin-top: 3rem;
  }
  .footer_site .logo-ft {
    margin-bottom: 20px !important;
  }
  .footer_site .menu-ft {
    margin: 10px 0 20px 0 !important;
  }
}
.footer_site .logo-ft {
  width: auto;
  height: 35px;
  margin-bottom: 50px;
}
.footer_site .logo-check {
  width: auto;
  height: 47px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer_site .menu-ft {
    margin-bottom: 20px;
  }
}
.footer_site .menu-ft ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer_site .menu-ft ul li:not(:last-child) {
  margin-bottom: 15px;
}
.footer_site .menu-ft ul li a {
  color: #162D99;
  transition: all 0.5s ease;
}
.footer_site .menu-ft ul li a:hover {
  color: #162D99;
  transition: all 0.5s ease;
}

.copy_right {
  margin: 40px 0 20px 0;
}
@media (max-width: 767px) {
  .copy_right {
    margin: 20px 0;
    text-align: center;
  }
}
.copy_right a {
  color: #162D99;
}
.copy_right .social_icon img {
  width: auto;
  height: 25px;
  transition: all 0.5s ease;
}
.copy_right .social_icon img:hover {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.overlay {
  z-index: 2;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  display: none;
}

.popup_ads {
  width: 70vw;
  min-height: 30vh;
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1033;
  overflow: hidden;
}
@media (max-width: 767px) {
  .popup_ads {
    width: 80vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .popup_ads {
    width: 80vw;
  }
}
.popup_ads #close-ads {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
}
.popup_ads #close-ads img {
  width: auto;
  height: 30px;
}
.popup_ads .get_offer {
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .popup_ads .get_offer {
    padding: 20px;
  }
}
.popup_ads .get_offer .form_get_offer {
  width: 100%;
}
.popup_ads .get_offer .form_get_offer input {
  height: 64px;
  border: 1px solid #000;
  border-radius: 0;
}
.popup_ads .get_offer .form_get_offer input:focus {
  box-shadow: none;
}
.popup_ads .get_offer .form_get_offer input::-moz-placeholder {
  color: #000;
}
.popup_ads .get_offer .form_get_offer input::placeholder {
  color: #000;
}
.popup_ads .get_offer .form_get_offer #no-thanks {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup_ads .get_offer .form_get_offer #no-thanks a {
  color: #000;
}
.popup_ads .photo-ads {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 120%;
}
.popup_ads .photo-ads img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu_mobile {
  position: fixed;
  bottom: 0;
  width: 70vw;
  height: 100%;
  background-color: white;
  z-index: 3;
  padding: 5rem 20px;
  transform: translateX(-100%);
  transition: all 0.5s ease;
  overflow-y: auto;
}
.menu_mobile ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.menu_mobile ul li {
  border-bottom: 1px solid var(--Light-Grey, #F5F7FA);
  padding: 16px 0;
}
.menu_mobile ul li > span {
  color: #162D99;
  font-weight: 600;
}
.menu_mobile ul li.menu-item-has-children {
  position: relative;
}
.menu_mobile ul li.menu-item-has-children.active::after {
  transform: rotate(0);
  transition: all 0.5s ease;
}
.menu_mobile ul li.menu-item-has-children::after {
  position: absolute;
  top: 21px;
  right: 0;
  content: "";
  background-image: url("../images/down.png");
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(-90deg);
  transition: all 0.5s ease;
}
.menu_mobile ul li.menu-item-has-children .sub-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
  display: none;
}
.menu_mobile ul li.menu-item-has-children .sub-menu li {
  margin-bottom: 10px;
  border: 0;
  padding: 0;
}
.menu_mobile ul li.menu-item-has-children .sub-menu li a {
  color: #162D99;
  font-weight: 500;
}
.menu_mobile ul li.menu-item-has-children .sub-menu li a img {
  width: auto;
  height: 10px;
  margin-right: 10px;
}

.nofound_page {
  padding: 10rem 0;
}

.about_page {
  overflow-x: hidden;
}
.about_page .banner_about {
  position: relative;
}
.about_page .banner_about .text-banner-about {
  position: absolute;
  bottom: 50%;
  right: 5rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about_page .banner_about .text-banner-about {
    margin-top: 2rem;
    position: unset;
  }
}
@media (max-width: 767px) {
  .about_page .banner_about .text-banner-about {
    margin-top: 2rem;
    position: unset;
  }
}
.about_page .about_intro {
  padding: 160px 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about_page .about_intro {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .about_page .about_intro {
    padding: 3rem 0;
  }
}
.about_page .about_intro .bubbles {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 15%;
}
@media (max-width: 767px) {
  .about_page .about_intro .bubbles {
    right: 0;
    top: 3%;
    transform: translate(50%, 50%);
    width: 50%;
  }
}
.about_page .about_intro .chemical {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  transform: translateY(-50%);
}
.about_page .about_intro .intro-item img {
  width: auto;
  height: 100px;
}
.about_page .feature_product {
  margin-bottom: 160px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about_page .feature_product {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .about_page .feature_product {
    margin-bottom: 3rem;
  }
}
.about_page .vision-item img {
  width: auto;
  height: 50px;
}
.about_page .eye_site {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 100px 0;
}
@media (max-width: 767px) {
  .about_page .eye_site {
    margin: 4rem 0;
  }
}
.about_page .eye_site .eye_main {
  width: 180px;
  height: 180px;
  background-color: #276EF1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  padding: 10px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .about_page .eye_site .eye_main {
    width: 70px;
    height: 70px;
  }
  .about_page .eye_site .eye_main span {
    font-size: 10px;
  }
}
.about_page .eye_site .eye_main .blue-line {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .about_page .eye_site .eye_main .blue-line {
    top: 0;
  }
}
.about_page .eye_site .eye_main .green-line {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .about_page .eye_site .eye_main .green-line {
    bottom: 0;
  }
}
.about_page .diagram_site {
  margin: 160px 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about_page .diagram_site {
    margin: 5rem 0;
  }
}
@media (max-width: 767px) {
  .about_page .diagram_site {
    margin: 3rem 0;
  }
}
.about_page .innova_site {
  margin-bottom: 160px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about_page .innova_site {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .about_page .innova_site {
    margin-bottom: 3rem;
  }
}
.about_page .innova_site .test_innova {
  position: relative;
}
.about_page .innova_site .test_innova .first-innova {
  width: 100%;
  position: absolute;
  top: 0;
  left: 5%;
}
@media (max-width: 767px) {
  .about_page .innova_site .test_innova .first-innova {
    position: unset;
  }
}
.about_page .innova_site .test_innova .first-innova .tag-line-1 {
  display: flex;
  align-items: center;
  max-width: 25%;
  width: -moz-fit-content;
  width: fit-content;
  padding: 32px;
  background-color: #276EF1;
}
@media (max-width: 767px) {
  .about_page .innova_site .test_innova .first-innova .tag-line-1 {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about_page .innova_site .test_innova .first-innova .tag-line-1 {
    max-width: 50%;
  }
}
.about_page .innova_site .test_innova .first-innova .tag-line-1 img {
  width: auto;
  height: 50px;
}
.about_page .innova_site .test_innova .first-innova .tag-line-2 {
  background-color: #4CB554;
  padding: 16px;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(100%);
}
@media (max-width: 767px) {
  .about_page .innova_site .test_innova .first-innova .tag-line-2 {
    transform: translate(50%, -10px);
    margin-top: 0 !important;
  }
}
.about_page .kolmar_field {
  margin-bottom: 64px;
}
.about_page .kolmar_field > .container {
  border-bottom: 1px solid #DADCE0;
  padding-bottom: 64px;
}
.about_page .kolmar_field:nth-child(even) .row {
  flex-direction: row-reverse;
}
.about_page .kolmar_field .icon {
  width: auto;
  height: 48px;
  margin-right: 32px;
}
.about_page .kolmar_field .list-role {
  background: var(--Light-Grey, #F5F7FA);
  padding: 16px 16px 16px 32px;
}
.about_page .kolmar_field .list-role li {
  color: #545F71;
  font-weight: 400;
}
.about_page .valuable_site {
  margin-bottom: 160px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about_page .valuable_site {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .about_page .valuable_site {
    margin-bottom: 3rem;
  }
}
.about_page .valuable_site .slider_valuable figure {
  position: relative;
  height: 100%;
  width: 100%;
  padding-bottom: 70%;
  margin-bottom: 0;
}
.about_page .valuable_site .slider_valuable figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_page .valuable_site .slider_value_wrapper {
  background-color: #276EF1;
  height: 100%;
  padding: 32px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .about_page .valuable_site .slider_value_wrapper {
    padding: 32px 32px 7rem 32px;
  }
}
@media (max-width: 767px) {
  .about_page .valuable_site .slider_value_wrapper {
    padding: 32px 32px 7rem 32px;
  }
}
.about_page .valuable_site .slider_value_wrapper .total-slide {
  position: absolute;
  top: 32px;
  right: 32px;
  color: #fff;
}
.about_page .valuable_site .slider_value_wrapper .control-btn {
  position: absolute;
  bottom: 32px;
  left: 32px;
  display: flex;
}
.about_page .valuable_site .slider_value_wrapper .control-btn .btn-value {
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease;
}
.about_page .valuable_site .slider_value_wrapper .control-btn .btn-value:hover {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.about_page .valuable_site .slider_value_wrapper .control-btn .btn-value img {
  width: auto;
  height: 10px;
}
.about_page .valuable_site .slider_value_wrapper .item p {
  width: 80%;
}
@media (max-width: 767px) {
  .about_page .valuable_site .slider_value_wrapper .item p {
    width: 100%;
  }
}

.banner_child {
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .banner_child {
    padding-top: 1rem;
  }
}
.banner_child .breadcrumb_site ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.banner_child .breadcrumb_site ul li {
  margin-right: 14px;
  position: relative;
}
.banner_child .breadcrumb_site ul li:not(:last-child) a {
  color: #545F71;
}
.banner_child .breadcrumb_site ul li:not(:last-child)::after {
  position: absolute;
  right: -10px;
  color: #545F71;
  top: 50%;
  transform: translateY(-50%);
  content: ">";
}
.banner_child .breadcrumb_site ul li a {
  color: #276EF1;
}
.banner_child .banner_photo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 96px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .banner_child .banner_photo {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .banner_child .banner_photo {
    padding: 20px 0;
  }
}
.banner_child .search_faq {
  border: 1px solid #000;
  height: 48px;
  background-color: transparent;
  padding: 0 16px;
}
.banner_child .search_faq .form-control {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.banner_child .search_faq .form-control:focus {
  box-shadow: none;
}
.banner_child .search_faq .form-control::-moz-placeholder {
  font-weight: 400;
}
.banner_child .search_faq .form-control::placeholder {
  font-weight: 400;
}
.banner_child .search_faq button {
  background-color: transparent;
  border: 0;
}
.banner_child .search_faq img {
  width: auto;
  height: 24px;
}

.intro_child {
  margin: 100px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .intro_child {
    margin: 5rem 0;
  }
}
@media (max-width: 767px) {
  .intro_child {
    margin: 3rem 0;
  }
}
.intro_child .content-intro {
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .intro_child .content-intro {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .intro_child .content-intro {
    margin-bottom: 3rem;
  }
}

.heading-title {
  margin-bottom: 32px;
}

.network_page .located_section {
  margin-bottom: 90px;
}
.network_page .located_section .locate-item {
  border: 1px solid var(--Light-Blue, #DADCE0);
  background: var(--White, #FFF);
  padding: 32px;
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .network_page .located_section .locate-item {
    padding: 16px;
  }
  .network_page .located_section .locate-item img {
    margin-bottom: 10px;
  }
}
.network_page .located_section .locate-item .color_locate {
  position: absolute;
  top: 32px;
  left: 0;
  width: 8px;
  height: 46px;
}
.network_page .located_section .locate-item .locate-tel {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .network_page .located_section .locate-item .locate-tel {
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .network_page .located_section .locate-item .locate-tel {
    justify-content: start;
  }
}
.network_page .located_section .locate-item .locate-tel .tel-wrap {
  background: var(--Light-Grey, #F5F7FA);
  padding: 12px;
  display: flex;
  align-items: center;
}
.network_page .located_section .locate-item .locate-tel .tel-wrap .phone {
  margin-right: 20px;
  position: relative;
}
.network_page .located_section .locate-item .locate-tel .tel-wrap .phone img {
  width: auto;
  height: 20px;
}
.network_page .located_section .locate-item .locate-tel .tel-wrap .phone::after {
  position: absolute;
  content: "";
  top: 0;
  right: -10px;
  width: 1px;
  height: 100%;
  background-color: #276EF1;
}
.network_page .located_section .locate-item .btn-map {
  border: 1px solid var(--Light-Blue, #DADCE0);
  width: -moz-fit-content;
  width: fit-content;
}
.network_page .located_section .locate-item .btn-map img {
  width: auto;
  height: 15px;
  margin-bottom: 0;
}
.network_page .located_section .locate-item .btn-map a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  color: #000;
}
.network_page .located_section .locate-item .btn-map a:hover {
  background-color: var(--Light-Grey, #F5F7FA);
}

.factory_page .list_factory {
  border: 1px solid var(--Light-Blue, #DADCE0);
  background: var(--White, #FFF);
}
.factory_page .list_factory .slider_factory {
  height: 100%;
}
.factory_page .list_factory .slider_factory .slick-list {
  height: 100%;
}
.factory_page .list_factory .slider_factory .slick-list .slick-track {
  height: 100%;
}
.factory_page .list_factory .slider_factory figure {
  position: relative;
  height: 100%;
  width: 100%;
  padding-bottom: 80%;
  margin-bottom: 0;
}
.factory_page .list_factory .slider_factory figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.factory_page .list_factory .wrap-detail-factory {
  padding: 32px;
  position: relative;
}
.factory_page .list_factory .wrap-detail-factory .total-slide-factory {
  position: absolute;
  top: 32px;
  right: 32px;
}
.factory_page .list_factory .wrap-detail-factory .select-factory {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #000;
  border-radius: 0;
  position: relative;
}
.factory_page .list_factory .wrap-detail-factory .select-factory::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("../images/icon-fac.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.factory_page .list_factory .wrap-detail-factory .form-select {
  width: 100%;
  height: 100%;
  padding: 16px 40px 16px 40px;
  border: 0;
  background-color: transparent;
}
.factory_page .list_factory .wrap-detail-factory .form-select:focus {
  box-shadow: none;
}
.factory_page .list_factory .wrap-detail-factory .slider-detail-factory .standout {
  margin-top: 100px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .factory_page .list_factory .wrap-detail-factory .slider-detail-factory .standout {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .factory_page .list_factory .wrap-detail-factory .slider-detail-factory .standout {
    margin-top: 3rem;
  }
}
.factory_page .list_factory .wrap-detail-factory .slider-detail-factory .standout h5 {
  border-bottom: 1px solid var(--Blue, #276EF1);
  background: var(--Light-Grey, #F5F7FA);
  padding: 16px;
}
.factory_page .list_factory .wrap-detail-factory .slider-detail-factory .standout ul {
  margin-bottom: 0;
}
.factory_page .slider_infor-factory .line-item {
  padding: 16px 32px 16px 0px;
  border-bottom: 1px solid var(--Light-Blue, #DADCE0);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .factory_page .slider_infor-factory .line-item .info-child {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .factory_page .slider_infor-factory .line-item {
    border: 0;
    padding: 0;
  }
  .factory_page .slider_infor-factory .line-item .info-child {
    padding: 16px 32px 16px 0px;
    border-bottom: 1px solid var(--Light-Blue, #DADCE0);
  }
}

.odm_page .intro_odm {
  padding: 100px 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .odm_page .intro_odm {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .odm_page .intro_odm {
    padding: 3rem 0;
  }
}
.odm_page .intro_odm .odm-bubble {
  position: absolute;
  right: 0;
  bottom: -45%;
  width: 40%;
  z-index: -1;
}
.odm_page .odm_cate {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 16px;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .odm_page .odm_cate {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.odm_page .odm_cate .cate-item {
  flex: 0 0 calc((100% - 64px) / 5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: var(--Light-Grey, #F5F7FA);
  padding: 16px;
  min-height: 150px;
}
@media (max-width: 767px) {
  .odm_page .odm_cate .cate-item {
    flex: 0 0 calc((100% - 64px) / 2);
  }
}
.odm_page .odm_cate .cate-item img {
  height: 48px;
}
.odm_page .process_site .process-img {
  margin: 80px 0;
}
@media (max-width: 767px) {
  .odm_page .process_site .process-img {
    margin: 40px 0;
  }
}
.odm_page .valuable_site {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .odm_page .valuable_site {
    margin-bottom: 3rem;
  }
}
.odm_page .valuable_site .slider_value_wrapper {
  background: var(--Light-Grey, #F5F7FA);
}
.odm_page .valuable_site .slider_value_wrapper .control-btn .btn-value {
  border: 1px solid #000;
}
.odm_page .valuable_site .slider_valuable {
  height: 100%;
}
.odm_page .valuable_site .slider_valuable .slick-list {
  height: 100%;
}
.odm_page .valuable_site .slider_valuable .slick-list .slick-track {
  height: 100%;
}

.news_page .slider_hightlight .news_item {
  margin: 0 10px;
}
.news_page .news_item .thumb-news {
  height: 100%;
}
.news_page .news_item .thumb-news figure {
  height: 100%;
  padding-bottom: unset;
}
.news_page .news_item.main figure {
  padding-bottom: 40% !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .news_page .news_item.main figure {
    padding-bottom: 75% !important;
  }
}
.news_page .news_item.main .title-news a {
  display: block;
  display: -webkit-box;
  height: 62.4px;
  font-size: 24px;
  line-height: 1.3;
  -webkit-line-clamp: 2; /* số dòng hiển thị */
  -webkit-box-orient: vertical;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
.news_page .news_item.main .title-news a:hover {
  color: #162D99;
  transition: all 0.5s ease;
}

.pagination li {
  margin: 0 5px;
  border: 1px solid #000;
  box-shadow: none;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
}
.pagination li.active span {
  background-color: #000 !important;
  color: #fff;
}
.page-item:first-child .page-link{
  border-radius: 0 !important;
}
.page-item:not(:first-child) .page-link{
  margin-left: 0;
  border-radius: 0;
  color: #000;
  border: 0;
}
.page-item.active{
	background-color: #000;
}
.page-item.active .page-link{
  color: #fff;
  background-color: transparent;
  border: 0;
}
.page-item .page-link{
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-item .page-link img{
	width: auto;
	height: 10px;
}
.page-item .page-link:focus{
  box-shadow: none;
  
}
.pagination li span {
  border: 0 !important;
  color: #000;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination li span img {
  width: auto;
  height: 10px;
}

.news_detail_page .share-item {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #276EF1;
  border-radius: 50%;
}
.news_detail_page .share-item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_detail_page .content_detail img {
  margin: 20px 0;
}
.news_detail_page .feature_news {
  position: sticky;
  top: 4rem;
}

.intro_detail {
  padding-left: 30px;
  position: relative;
  font-style: italic;
}
.intro_detail::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #276EF1;
}

.table_topic {
  position: sticky;
  top: 6rem;
}
.table_topic ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}
.table_topic ul li {
  padding: 8px 16px;
  border-left: 1px solid var(--Light-Grey, #F5F7FA);
}
.table_topic ul li a {
  color: #000;
}
.table_topic ul li.active, 
.table_topic ul li.current_page_item, 
.table_topic ul li.current-menu-item {
  border-left: 1px solid #276EF1 !important;
}

.table_topic ul li.active a, 
.table_topic ul li.current_page_item a, 
.table_topic ul li.current-menu-item a {
  color: #276EF1 !important;
}

.faq_page {
  padding: 100px 0 0 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .faq_page {
    padding: 5rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .faq_page {
    padding: 3rem 0 0 0;
  }
}
.faq_page .search_faq {
  width: 100%;
  border: 1px solid #000;
  height: 40px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
.faq_page .search_faq button {
  background-color: transparent;
  border: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq_page .search_faq button img {
  width: auto;
  height: 25px;
}
.faq_page .search_faq input {
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.faq_page .search_faq input:focus {
  box-shadow: none;
}
.faq_page .search_faq input::-moz-placeholder {
  font-size: 12px;
}
.faq_page .search_faq input::placeholder {
  font-size: 12px;
}
.faq_page .name-search {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.faq_page .name-search .num {
  position: absolute;
  top: 0;
  right: -24px;
  font-size: 12px;
  color: #545F71;
}
.faq_page .block-faq {
  margin-bottom: 100px;
}
.faq_page .block-faq .filter-search {
  margin-top: 3rem;
}
.faq_page .block-faq .filter-search .select-filter {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.faq_page .block-faq .filter-search .select-filter::after {
  position: absolute;
  content: "";
  background-image: url("../images/down-arr.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 10px;
  right: 0;
  top: 50%;
  transform: translate(calc(100% + 5px), -50%);
}
.faq_page .block-faq .filter-search .select-filter .form-select {
  border: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  background-image: none;
}
.faq_page .block-faq .filter-search .select-filter .form-select:focus {
  box-shadow: none;
}
.faq_page .list-faq .faq-item {
  padding: 30px 0;
  cursor: pointer;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #000;
}
.faq_page .list-faq .faq-item::after {
  position: absolute;
  content: "\f107";
  font-size: 24px;
  font-family: "fontAweSome";
  top: 30px;
  right: 0;
  transition: all 0.5s ease;
}
.faq_page .list-faq .faq-item.active::after {
  transition: all 0.5s ease;
  transform: rotateX(180deg);
}
.faq_page .list-faq .faq-item .head-faq-item .cate-faq {
  background: #F5F7FA;
  color: #545F71;
  padding: 8px;
  font-size: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.faq_page .list-faq .faq-item .detail-faq {
  display: none;
}

.header_cate-product {
  padding: 20px 0;
  border-bottom: 1px solid var(--Light-Grey, #F5F7FA);
}
.header_cate-product .menu-cate-product ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header_cate-product .menu-cate-product ul li {
  margin-right: 24px;
}
.header_cate-product .menu-cate-product ul li.active-cate a {
  color: #276EF1;
}
.header_cate-product .menu-cate-product ul li.active-cate a img {
  filter: brightness(1);
}
.header_cate-product .menu-cate-product ul li a {
  color: #162D99;
  font-weight: 500;
}
.header_cate-product .menu-cate-product ul li a img {
  width: auto;
  height: 15px;
  /* filter: brightness(0); */
}
.header_cate-product .box_search {
  top: calc(100% + 26px);
  right: 0;
  width: 100%;
  border: 1px solid #162D99;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
.header_cate-product .box_search button {
  background-color: transparent;
  border: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_cate-product .box_search button img {
  width: auto;
  height: 25px;
  object-fit: contain;
}
.header_cate-product .box_search input {
  border: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #162D99;
}
.header_cate-product .box_search input:focus {
  box-shadow: none;
}
.header_cate-product .box_search input::-moz-placeholder {
  font-size: 12px;
}
.header_cate-product .box_search input::placeholder {
  font-size: 12px;
  color: #162d996b;
}

.product_page .price-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.product_page .price-input .field.right input {
  text-align: right;
}
.product_page .field input {
  border: 0;
}
.product_page .price-input.type {
  display: block;
}
.product_page .price-input.type .field {
  border: 1px solid #000;
  padding: 10px 15px;
}
.product_page .price-input.type .field input {
  width: 100%;
}
.product_page .price-input.type .field input:focus {
  box-shadow: none;
}
.product_page .slider {
  height: 2px;
  position: relative;
  background: #ddd;
  border-radius: 0px;
}
.product_page .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 0px;
  background: #000;
}
.product_page .range-input {
  position: relative;
}
.product_page .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.product_page input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #000;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.product_page input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #000;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.product_page .option_filter {
  border-bottom: 1px solid #000;
  padding: 16px 0;
  cursor: pointer;
}
.product_page .option_filter.active h3::after {
  transition: all 0.5s ease;
  transform: translateY(-50%) rotate(0deg);
}
.product_page .option_filter h3 {
  position: relative;
}
.product_page .option_filter h3::after {
  position: absolute;
  content: "";
  background-image: url("../images/down-arr.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 0;
  transition: all 0.5s ease;
  transform: translateY(-50%) rotate(-90deg);
}
.product_page .option_filter .list-option {
  display: none;
  padding: 16px 16px 0 16px;
}
.product_page .option_filter .list-option .form-check {
  margin-bottom: 16px;
}
.product_page .option_filter .list-option .form-check input {
  width: 16px;
  height: 16px;
  border: 1px solid var(--App_Color_Black, #181C1F);
  border-radius: 0;
  margin-right: 10px;
}
.product_page .option_filter .list-option .form-check input:checked {
  background-color: #000;
}
.product_page .option_filter .list-option .form-check input:focus {
  box-shadow: none;
}
.product_page .option_filter .list-option .form-check label {
  font-weight: 500;
}
.product_page .delete-cate {
  background-color: #000;
  padding: 10px 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #fff;
  cursor: pointer;
}
.product_page .selected-cate {
  display: flex;
  flex-wrap: wrap;
}
.product_page .selected-cate .selected-cate-item {
  background: #F5F7FA;
  padding: 10px 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 15px;
  margin-bottom: 10px;
}
.product_page .filter_list-product {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--Light-Blue, #DADCE0);
  width: -moz-fit-content;
  width: fit-content;
}
.product_page .filter_list-product ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}
.product_page .filter_list-product ul li {
  margin: 0 20px;
}
.product_page .filter_list-product ul li:first-child {
  margin-left: 0;
}
.product_page .filter_list-product ul li:last-child {
  margin-right: 0;
}
.product_page .filter_list-product ul li.active {
  position: relative;
}
.product_page .filter_list-product ul li.active::after {
  position: absolute;
  content: "";
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #276EF1;
}
.product_page .filter_list-product ul li.active a {
  color: #276EF1;
}
.product_page .filter_list-product ul li a {
  color: #000;
}
.product_page #filter-btn-side {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
}
.product_page #filter-btn-side img {
  width: auto;
  height: 20px;
}
.product_page .filter-price .form-select {
  border-radius: 0;
  height: 40px;
  border: 1px solid #000;
  background-image: url("../images/down-arr.png");
  padding: 0 30px 0px 16px;
  background-size: 11px;
}
.product_page .filter-price .form-select:focus {
  box-shadow: none;
}
.product_page .list_product .product_item {
  padding: 25px;
  background: linear-gradient(0deg, #F5F7FA 0%, #F5F7FA 100%), linear-gradient(180deg, rgba(125, 163, 217, 0.18) 0%, rgba(245, 245, 245, 0.45) 80%), #FFF;
  position: relative;
  margin: 0 0px 16px 0px;
}
.product_page .list_product .product_item:has(.name-product:hover) .item_photo img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.product_page .list_product .product_item .discount-item {
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url("../images/bg-discount.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px;
  z-index: 1;
}
@media (max-width: 767px) {
  .product_page .list_product .product_item .discount-item {
    font-size: 12px;
    padding: 7px;
  }
}
.product_page .list_product .product_item .item_photo {
  position: relative;
}
.product_page .list_product .product_item .item_photo .sold-out {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.8117647059);
  z-index: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0px 0px 0px 13px rgba(0, 0, 0, 0.5019607843) !important;
}
.product_page .list_product .product_item .item_photo figure {
  margin-bottom: 0;
}
.product_page .list_product .product_item .item_photo figure a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_page .list_product .product_item .item_photo figure img {
  width: auto;
  height: 300px;
  transition: all 0.5s ease;
  filter: drop-shadow(25px 25px 50px rgba(94, 131, 198, 0.55));
}
@media (min-width: 768px) and (max-width: 1024px) {
  .product_page .list_product .product_item .item_photo figure img {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .product_page .list_product .product_item .item_photo figure img {
    height: 150px;
  }
}
.product_page .list_product .product_item .item_photo figure img:hover {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.product_page .list_product .product_item .name-product {
  display: block;
  display: -webkit-box;
  height: calc(18px * 1.2 * 3);
  font-size: 18px;
  line-height: 1.2;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
.product_page .list_product .product_item .name-product:hover {
  color: #162D99;
}
.product_page .list_product .product_item .descript_product {
  display: block;
  display: -webkit-box;
  height: 36.4px;
  font-size: 14px;
  line-height: 1.3;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .product_page .list_product .product_item .price {
    font-size: 18px;
  }
}

.sidebar_filter {
  position: fixed;
  top: 0;
  width: 50vw;
  left: 0;
  height: 100vh;
  background-color: #fff;
  z-index: 5;
  padding: 80px 32px;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .sidebar_filter {
    width: 100vw;
  }
}

.product_detail-page .detail_infor-wrap .social_icon img {
  width: auto;
  height: 25px;
  transition: all 0.5s ease;
}
.product_detail-page .detail_infor-wrap .social_icon img:hover {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.product_detail-page .detail_infor-wrap .list_thumb {
  position: relative;
  max-height: 500px;
  overflow-y: auto;
}
.product_detail-page .detail_infor-wrap .list_thumb .thumb-item {
  margin-bottom: 8px;
  cursor: pointer;
  aspect-ratio: 1/1; /* luôn vuông */
  background: linear-gradient(0deg, #F5F7FA 0%, #F5F7FA 100%), #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_detail-page .detail_infor-wrap .list_thumb .thumb-item img {
  width: auto;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(8px 8px 8px rgba(155, 165, 183, 0.35));
}
.product_detail-page .detail_infor-wrap .slide_detail-wrapper {
  position: relative;
}
.product_detail-page .detail_infor-wrap .slide_detail-wrapper .heart-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #F5F7FA;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1;
}
.product_detail-page .detail_infor-wrap .slide_detail-wrapper .heart-btn.active {
  background-color: #DB1E1E;
}
.product_detail-page .detail_infor-wrap .slide_detail-wrapper .heart-btn.active img {
  filter: brightness(0) invert(1);
}
.product_detail-page .detail_infor-wrap .slide_detail-wrapper .heart-btn img {
  width: auto;
  height: 20px;
}
.product_detail-page .detail_infor-wrap .slide_detail-wrapper .slider_detail-product figure {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 0;
}
.product_detail-page .detail_infor-wrap .slide_detail-wrapper .slider_detail-product figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(8px 8px 8px rgba(155, 165, 183, 0.35));
}
.product_detail-page .detail_infor-wrap .slider_thumb_product .thumb-item {
  margin: 0 5px;
  cursor: pointer;
  aspect-ratio: 1/1; /* luôn vuông */
  background: linear-gradient(0deg, #F5F7FA 0%, #F5F7FA 100%), #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_detail-page .detail_infor-wrap .slider_thumb_product .thumb-item img {
  width: auto;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(8px 8px 8px rgba(155, 165, 183, 0.35));
}
.product_detail-page .detail_infor-wrap .infor_product-detail .discount-item {
  background-image: url("../images/bg-discount.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .product_detail-page .detail_infor-wrap .infor_product-detail .discount-item {
    font-size: 12px;
    padding: 7px;
  }
}
.product_detail-page .detail_infor-wrap .infor_product-detail .form-select {
  border-radius: 0;
  height: 40px;
  border: 1px solid #000;
  background-image: url("../images/down-arr.png");
  padding: 0 16px 0 16px;
  background-size: 11px;
}
.product_detail-page .detail_infor-wrap .infor_product-detail .form-select:focus {
  box-shadow: none;
}
.product_detail-page .detail_infor-wrap .infor_product-detail .type_product-detail {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -10px;
}
.product_detail-page .detail_infor-wrap .infor_product-detail .type_product-detail .type-item {
  background: linear-gradient(0deg, #F5F7FA 0%, #F5F7FA 100%), #FFF;
  padding: 16px;
  cursor: pointer;
  width: 17%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .product_detail-page .detail_infor-wrap .infor_product-detail .type_product-detail .type-item {
    width: 25%;
    margin: 0;
    padding: 10px;
  }
  .product_detail-page .detail_infor-wrap .infor_product-detail .type_product-detail .type-item img {
    width: auto;
    height: 50px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .product_detail-page .detail_infor-wrap .infor_product-detail .type_product-detail .type-item {
    width: 33.33%;
    margin-bottom: 10px;
  }
  .product_detail-page .detail_infor-wrap .infor_product-detail .type_product-detail .type-item img {
    height: 50px !important;
  }
}
.product_detail-page .detail_infor-wrap .infor_product-detail .type_product-detail .type-item.active {
  border: 1.569px solid var(--Blue, #276EF1);
  background: linear-gradient(0deg, rgba(1, 143, 247, 0.1) 0%, rgba(1, 143, 247, 0.1) 100%), #FFF;
}
.product_detail-page .detail_infor-wrap .infor_product-detail .type_product-detail .type-item img {
  width: auto;
  height: 70px;
  object-fit: contain;
  filter: drop-shadow(8px 8px 8px rgba(155, 165, 183, 0.35));
}
.product_detail-page .detail_infor-wrap .infor_product-detail .see-more-btn {
  width: 100%;
}
.product_detail-page .detail_infor-wrap .infor_product-detail .btn-add-to-cart {
  display: flex;
  width: 100%;
  height: 65px;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  position: relative;
}
.product_detail-page .detail_infor-wrap .infor_product-detail .btn-add-to-cart:hover::after {
  width: 100%;
  transition: all 0.5s ease;
}
.product_detail-page .detail_infor-wrap .infor_product-detail .btn-add-to-cart:hover a {
  color: white;
  z-index: 1;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_detail-page .detail_infor-wrap .infor_product-detail .btn-add-to-cart:hover a svg path {
  fill: white !important;
}
.product_detail-page .detail_infor-wrap .infor_product-detail .btn-add-to-cart::after {
  position: absolute;
  pointer-events: none;
  content: "";
  width: 0px;
  height: 100%;
  background-color: #000;
  bottom: 0px;
  left: 0px;
  transition: all 0.5s ease;
  z-index: 0;
}
.product_detail-page .detail_infor-wrap .infor_product-detail .btn-add-to-cart a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 600;
  z-index: 1;
}
.product_detail-page .detail_infor-wrap .infor_product-detail .btn-add-to-cart a svg {
  margin-right: 10px;
}
.product_detail-page .content_detail-product {
  margin-top: 80px;
  padding: 80px 0 100px 0;
  border-top: 1px solid #DADCE0;
}
.product_detail-page .content_detail-product .tab_detail-product .nav-tabs {
  padding-bottom: 16px;
}
.product_detail-page .content_detail-product .tab_detail-product .nav-tabs button {
  border: 0;
  padding: 0;
  color: #000;
  margin-right: 30px;
  font-weight: 600;
  position: relative;
}
.product_detail-page .content_detail-product .tab_detail-product .nav-tabs button.active {
  color: #276EF1;
}
.product_detail-page .content_detail-product .tab_detail-product .nav-tabs button.active::after {
  position: absolute;
  content: "";
  bottom: -17px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #276EF1;
}
.product_detail-page .content_detail-product .tab-content {
  margin: 40px 0;
}
.product_detail-page .content_detail-product .para-item {
  padding: 16px;
  border-bottom: 1px solid #D5D5D5;
}

.number_select .amount {
  width: 20px;
  height: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.number_select .minus-btn,
.number_select .plus-btn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.slider_relative-wrapper {
  padding-bottom: 100px;
}
.slider_relative-wrapper .control-slide-relative {
  display: flex;
  align-items: center;
  justify-content: end;
}
.slider_relative-wrapper .control-slide-relative .relative-left,
.slider_relative-wrapper .control-slide-relative .relative-right {
  width: 40px;
  height: 40px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s ease;
}
.slider_relative-wrapper .control-slide-relative .relative-left:hover,
.slider_relative-wrapper .control-slide-relative .relative-right:hover {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.slider_relative-wrapper .control-slide-relative .relative-left img,
.slider_relative-wrapper .control-slide-relative .relative-right img {
  width: auto;
  height: 10px;
}

.fancybox__slide {
  width: 50vw;
  background: white;
  margin: auto auto;
  height: 80vh;
  transform: unset !important;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .fancybox__slide {
    height: 50vh;
  }
}

.f-thumbs img {
  -o-object-fit: contain;
     object-fit: contain;
}

.cart_page {
  padding: 0 0 100px 0;
}
.cart_page .list_cart .thumb-cart {
  width: 100%;
  aspect-ratio: 1/1; /* luôn vuông */
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, #F5F7FA 0%, #F5F7FA 100%), #FFF;
}
.cart_page .list_cart .thumb-cart img {
  width: auto;
  height: 80px;
  filter: drop-shadow(8px 8px 8px rgba(155, 165, 183, 0.35));
}
.cart_page .list_cart .infor-cart-item .cate-cart {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cart_page .list_cart .infor-cart-item .cate-cart .box {
  margin-right: 5px;
  margin-bottom: 5px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #F5F7FA;
  padding: 8px;
  font-size: 10px;
}
.cart_page .gift_product {
  border-bottom: 1px solid;
  padding-bottom: 100px;
}
.cart_page .option_bill_form .form-check input:focus {
  box-shadow: none;
}
.cart_page .option_bill_form .form-check input:checked {
  background-color: #000;
  border-color: #000;
}
.cart_page .wrap_bill-form .form-control {
  width: 100%;
  height: 48px;
  border: 1px solid #000;
  border-radius: 0;
}
.cart_page .wrap_bill-form .form-control::-moz-placeholder {
  color: #000;
}
.cart_page .wrap_bill-form .form-control::placeholder {
  color: #000;
}
.cart_page .wrap_bill-form .form-switch input {
  height: 30px;
  width: 70px;
  padding: 4px;
  border-radius: 0;
  border: 1px solid #000;
  background-image: url("../images/square.png");
  background-position: left 3px center;
  background-size: 30%;
}
.cart_page .wrap_bill-form .form-switch input:checked {
  background-color: #545F71;
  background-position: right 3px center;
}
.cart_page .wrap_bill-form .wish-box {
  display: none;
}
.cart_page .wrap_bill-form textarea {
  height: 120px !important;
  resize: none;
}
.cart_page .wrap_bill-form textarea:focus {
  box-shadow: none;
}
.cart_page .wrap_bill-form .form-select {
  border-radius: 0;
  height: 48px;
  border: 1px solid #000;
  background-image: url("../images/down-arr.png");
  padding: 0 16px;
  background-size: 11px;
}
.cart_page .wrap_bill-form .form-select:focus {
  box-shadow: none;
}
.cart_page .wrap_bill-form .wish-input {
  width: 20px;
  height: 20px;
  position: relative;
}
.cart_page .wrap_bill-form .wish-input input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.cart_page .wrap_bill-form .wish-input input:checked + span::after {
  opacity: 1;
}
.cart_page .wrap_bill-form .wish-input span {
  width: 100%;
  height: 100%;
  border: 2px solid #333;
  display: block;
  position: relative;
}
.cart_page .wrap_bill-form .wish-input span::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.cart_page .bill-wrap .list_item-bill {
  height: 260px;
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
}
.cart_page .bill-wrap .list_item-bill.show::after {
  display: none;
}
.cart_page .bill-wrap .list_item-bill::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.cart_page .bill-wrap .list_item-bill #show-all-list {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  z-index: 1;
  background-color: white;
  cursor: pointer;
}
.cart_page .bill-wrap .list_item-bill #show-all-list img {
  width: auto;
  height: 8px;
}
.cart_page .bill-wrap .list_item-bill .bill-item {
  margin-bottom: 16px;
}
.cart_page .bill-wrap .list_item-bill .bill-item .thumb-item {
  width: 100%;
  aspect-ratio: 1/1; /* luôn vuông */
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, #F5F7FA 0%, #F5F7FA 100%), #FFF;
}
.cart_page .bill-wrap .list_item-bill .bill-item .thumb-item img {
  width: auto;
  height: 80%;
  filter: drop-shadow(8px 8px 8px rgba(155, 165, 183, 0.35));
}
.cart_page .bill-wrap .list_item-bill .bill-item ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}
.cart_page .bill-wrap .list_item-bill .bill-item ul li {
  margin-right: 20px;
  color: #545F71;
  opacity: 0.5;
  position: relative;
}
.cart_page .bill-wrap .list_item-bill .bill-item ul li:not(:last-child)::after {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(0%, -50%);
  background-color: #545F71;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  opacity: 0.5;
}
.cart_page .bill-wrap .bill_site {
  border-bottom: 1px solid #D5D5D5;
}
.cart_page .bill-wrap .bill_site .bill-item {
  margin-bottom: 16px;
}
.cart_page .bill-wrap .method_payment .form-check {
  margin-bottom: 10px;
}
.cart_page .bill-wrap .method_payment .form-check input:focus {
  box-shadow: none;
}
.cart_page .bill-wrap .method_payment .form-check input:checked {
  background-color: #000;
  border-color: #000;
}
.cart_page .bill-wrap .see-more-btn {
  width: 100%;
}
.cart_page .bill-wrap .see-more-btn.white {
  border: 1px solid #000;
}
.cart_page .bill-wrap .voucher_site input {
  height: 48px;
  border-radius: 0;
}
.cart_page .bill-wrap .voucher_site input:focus {
  box-shadow: none;
}
.cart_page .bill-wrap .voucher_site input::-moz-placeholder {
  font-size: 12px;
}
.cart_page .bill-wrap .voucher_site input::placeholder {
  font-size: 12px;
}
.cart_page .bill-wrap .voucher_site .btn-voucher {
  width: 100%;
  height: 48px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  background-color: #000;
}
.cart_page .bill-wrap .voucher_site .btn-voucher:focus {
  box-shadow: none;
}
.cart_page .bill-wrap .note {
  background: linear-gradient(0deg, #F5F7FA 0%, #F5F7FA 100%), linear-gradient(180deg, rgba(125, 163, 217, 0.18) 0%, rgba(245, 245, 245, 0.45) 80%), #FFF;
  padding: 23px;
}
.cart_page .bill-wrap .see-more-btn.disable {
  pointer-events: none;
  background: rgba(84, 95, 113, 0.15);
  border: 0;
}
.cart_page .bill-wrap .see-more-btn.disable a {
  color: #545F71;
}

.payment_page .box-fail {
  background: rgba(181, 76, 78, 0.1);
  padding: 24px;
  margin: 40px 0;
}
.payment_page .box-success {
  background: rgba(76, 181, 84, 0.1);
  padding: 24px;
}
.payment_page .progress_status {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .payment_page .progress_status {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .payment_page .progress_status .line {
    width: 1px !important;
    height: 100px !important;
    margin: 15px 20px !important;
    left: 10px;
  }
}
.payment_page .progress_status .line {
  width: 100%;
  margin: 0 5px;
  height: 2px;
  background-color: #A9AFB8;
}
.payment_page .progress_status .line.success {
  background-color: #276EF1;
}
.payment_page .progress_status .status-item {
  min-width: 180px;
}
.payment_page .progress_status .status-item.fail svg {
  stroke: red;
}
.payment_page .progress_status .status-item.fail svg rect {
  stroke: red !important;
}
.payment_page .progress_status .status-item.fail svg path {
  stroke: red !important;
}
.payment_page .progress_status .status-item.success svg {
  stroke: #276EF1;
}
.payment_page .progress_status .status-item.success svg rect {
  stroke: #276EF1 !important;
}
.payment_page .progress_status .status-item.success svg path {
  stroke: #276EF1 !important;
}
.payment_page .detail-bill .list_cart {
  height: 380px;
  overflow: hidden;
  position: relative;
}
.payment_page .detail-bill .list_cart.show::after {
  display: none;
}
.payment_page .detail-bill .list_cart::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.payment_page .detail-bill #show-all-cart {
  cursor: pointer;
}

.contact_page {
  padding: 80px 0;
}
.contact_page .map_address {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: relative;
}
.contact_page .map_address iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact_page .form_contact_wrap {
  padding: 64px 32px 32px 32px;
  background-color: #276EF1;
}
.contact_page .form_contact_wrap .form_contact .form-control {
  width: 100%;
  height: 56px;
  border-radius: 0;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.contact_page .form_contact_wrap .form_contact .form-control::-moz-placeholder {
  color: #fff;
}
.contact_page .form_contact_wrap .form_contact .form-control::placeholder {
  color: #fff;
}
.contact_page .form_contact_wrap .form_contact textarea {
  height: 120px !important;
  resize: none;
}
.contact_page .form_contact_wrap .form_contact .btn-submit {
  background-color: #fff;
  padding: 10px;
  height: 40px;
  border: 0;
  color: #276EF1;
  transition: all 0.5s ease;
}
.contact_page .form_contact_wrap .form_contact .btn-submit:hover {
  opacity: 0.8;
  transition: all 0.5s ease;
}

.support_page {
  padding: 100px 0;
}
.support_page .form_support .form-control {
  width: 100%;
  height: 56px;
  border-radius: 0;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}
.support_page .form_support .form-control::-moz-placeholder {
  color: #000;
}
.support_page .form_support .form-control::placeholder {
  color: #000;
}
.support_page .form_support textarea {
  height: 120px !important;
  resize: none;
}
.support_page .form_support .btn-submit {
  background-color: #000;
  border: 1px solid #000;
  padding: 10px;
  height: 56px;
  color: #fbf7f3;
  transition: all 0.5s ease;
}
.support_page .form_support .btn-submit:hover {
  background-color: #fff;
  transition: all 0.5s ease;
  color: #000;
}

.tracking_order {
  padding: 100px 0;
}/*# sourceMappingURL=main.css.map */

/* Load contact form 7 */
.btn-submit {
    position: relative;
    transition: all 0.3s ease;
}

.wpcf7-form.submitting .btn-submit .btn-text {
    opacity: 0;
    visibility: hidden;
}
.wpcf7-form.submitting .btn-submit::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border: 2px solid #276EF1; 
    border-top-color: transparent; 
    border-radius: 50%;
    animation: spin-loading 0.8s linear infinite;
    z-index: 1;
}

.wpcf7-form.submitting .btn-submit {
    pointer-events: none;
    opacity: 0.8;
}

@keyframes spin-loading {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.wpcf7-spinner {
    display: none !important; 
}



@media (min-width: 991px) {
    .logo_mini {
        cursor: pointer;
    }
    
    .logo_mini .sub_menu_logo a {
        cursor: pointer; 
    }
}


.page-template-support-page .wpcf7-spinner {
    display: none !important; 
}

.page-template-support-page .btn-submit {
    position: relative;
    transition: all 0.3s ease;
}

.page-template-support-page .wpcf7-form.submitting .btn-submit {
    color: transparent !important;
    pointer-events: none;
    opacity: 0.8;
}

.page-template-support-page .wpcf7-form.submitting .btn-submit::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border: 2px solid #ffffff !important; 
    border-top-color: transparent !important; 
    border-radius: 50%;
    animation: spin-loading-support 0.8s linear infinite;
    z-index: 1;
}

@keyframes spin-loading-support {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Fix styling cho thẻ button bên trong class see-more-btn (Checkout Page) */
body .see-more-btn button {
  background: transparent;
  border: none;
  padding: 16px 40px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 600;
  transition: all 2s ease;
  z-index: 1;
  outline: none;
  cursor: pointer;
}

body .see-more-btn.black button {
  color: #fff;
}

body .see-more-btn:hover button {
  color: white;
  z-index: 1;
  transition: all 0.5s ease;
}

body .see-more-btn.black:hover button {
  color: #000;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* .woocommerce-error { display: none; } */

.k-field-error { font-weight: 500; }
.is-invalid { border-color: #dc3545 !important; }
.woocommerce-info {
  display: none;
}

.kolmar-checkout-shipping-methods.is-loading,
.kolmar-checkout-bill-summary.is-loading,
.kolmar-checkout-order-total.is-loading {
  position: relative;
}

.kolmar-checkout-shipping-methods.is-loading::after,
.kolmar-checkout-bill-summary.is-loading::after,
.kolmar-checkout-order-total.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.35);
  pointer-events: none;
}


/* #menu-item-11{
	position:unset !important;
}
.header_site .menu_site_left li#menu-item-11 > a {
  position: relative;
}
.header_site .menu_site_left li#menu-item-11 > a::after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #276EF1;
} */

