@import url("bootstrap.min.css");
@import url("jquery-ui.min.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url("bootstrap-datepicker.standalone.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Noto Sans", "Noto Sans Thai", serif !important;
}

html {
  font-size: 16px;
}

body {
  font: 100% "Roboto", "IBM Plex Sans Thai", sans-serif;
  line-height: 1.8;
  color: #666;
  font-weight: 400;
}

.bi {
  line-height: 1;
}
.bi::before {
  display: inline-block;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

.owl-carousel.owl-bannerslide .owl-item {
  overflow: hidden;
}
.owl-carousel.owl-bannerslide .owl-item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.owl-carousel.owl-bannerslide .owl-item.active img {
  transform: scale(1);
  transition: 5s all ease;
}
.owl-carousel.owl-bannerslide .owl-item figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  margin-bottom: 0;
}
.owl-carousel.owl-bannerslide .owl-item figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 31.25%;
}
.owl-carousel.owl-bannerslide .owl-item figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}
.owl-carousel.owl-bannerslide .owl-item figure:hover > img {
  transform: scale(1);
}
.owl-carousel.owl-bannerslide .owl-item figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.owl-carousel.owl-bannerslide .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  text-align: center;
  width: 100%;
}
.owl-carousel.owl-bannerslide .owl-dots .owl-dot span {
  background: #fff;
  width: 8px;
  height: 8px;
  margin: 8px;
  transition: 0.5s;
}
.owl-carousel.owl-bannerslide .owl-dots .owl-dot.active span, .owl-carousel.owl-bannerslide .owl-dots .owl-dot:hover span {
  background: rgba(255, 255, 255, 0.5);
}
.owl-carousel.owl-slide .owl-item {
  overflow: hidden;
}
.owl-carousel.owl-slide .owl-item figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  margin-bottom: 0;
  border: 1px solid #F4F4F4;
  background-color: #fff;
}
.owl-carousel.owl-slide .owl-item figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.owl-carousel.owl-slide .owl-item figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}
.owl-carousel.owl-slide .owl-item figure:hover > img {
  transform: scale(1);
}
.owl-carousel.owl-slide .owl-item figure img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -o-object-position: center center;
     object-position: center center;
}
.owl-carousel.owl-thump {
  margin-top: 15px;
}
.owl-carousel.owl-thump .owl-item {
  overflow: hidden;
}
.owl-carousel.owl-thump .owl-item figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  margin-bottom: 0;
  border: 1px solid #F4F4F4;
  background-color: #fff;
  margin-right: 15px;
}
.owl-carousel.owl-thump .owl-item figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.owl-carousel.owl-thump .owl-item figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}
.owl-carousel.owl-thump .owl-item figure:hover > img {
  transform: scale(1);
}
.owl-carousel.owl-thump .owl-item figure img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  -o-object-position: center center;
     object-position: center center;
}

.wrap-tracking {
  background-image: url(../images/TrackingOrder04.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 90vh;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.title-topic {
  font-size: 2.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.title-topic span {
  font-weight: 200;
}

.box-login-tracking {
  text-align: center;
}

.box-login {
  background: rgba(255, 255, 255, 0.13);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 15px;
  padding: 25px 35px;
  width: 550px;
  max-width: 100%;
  margin: 20px auto 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-align: left;
}
.box-login h3 {
  font-size: 1.15rem;
  font-weight: 400;
}
.box-login .box-form {
  background: rgba(0, 0, 0, 0.24);
  border: 1px solid #808080;
  border-radius: 50px;
  padding: 5px 20px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin: 10px 0;
}
.box-login .box-form input {
  margin-left: 15px;
  background: transparent;
  border: 0;
  padding: 0;
  color: #fff;
}
.box-login .box-form input::-moz-placeholder {
  color: #fff;
  font-weight: 300;
}
.box-login .box-form input::placeholder {
  color: #fff;
  font-weight: 300;
}
.box-login .box-form input:focus {
  outline: none !important;
  box-shadow: none;
}
.box-login .box-form img {
  width: 18px;
  height: auto;
}
.box-login .frm-changepass {
  margin-bottom: 12px;
}
.box-login .frm-changepass .box-form {
  margin-top: 0;
}

.box-capcha {
  margin: 15px 0;
}
.box-capcha img {
  max-width: 100%;
}

.box-remember {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.6;
}

.btn-submit {
  width: 100%;
  border-radius: 50px;
  background-color: #01A44E;
  color: #fff;
  transition: 0.5s;
  border: 0;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 1px;
  height: 48px;
  margin-top: 20px;
}
.btn-submit:hover {
  background-color: #666;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo img {
  width: 110px;
  height: auto;
  transition: 0.8s;
}

.wrap-bg-menu {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 99;
  transition: 0.5s;
  background: rgba(1, 164, 78, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.wrap-bg-menu.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  background: rgba(1, 164, 78, 0.9);
  padding-bottom: 0;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.wrap-bg-menu.sticky:hover {
  background: rgb(1, 164, 78);
}
.wrap-bg-menu.sticky .wrap-menu {
  border-bottom: 0;
  padding: 15px 0;
}
.wrap-bg-menu.sticky .logo img {
  width: 90px;
}
.wrap-bg-menu:hover {
  background: rgba(1, 164, 78, 0.9);
}

.wrap-menu {
  display: flex;
  align-items: center;
  padding: 20px 0;
  width: 1300px;
  max-width: 100%;
}
.wrap-menu a, .wrap-menu .btn_menu {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9375rem;
}

.box-menu-left {
  display: inline-flex;
  color: #fff;
}
.box-menu-left a, .box-menu-left .btn_menu {
  margin-right: 35px;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
}
.box-menu-left a img, .box-menu-left .btn_menu img {
  margin-right: 5px;
}

.box-menu-right {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  color: #fff;
}
.box-menu-right a {
  display: inline-flex;
  align-items: center;
}
.box-menu-right a img {
  margin-right: 9px;
}
.box-menu-right a span {
  padding: 0;
}
.box-menu-right span {
  padding: 0 20px;
}
.box-menu-right .box-lang a {
  opacity: 0.5;
  margin-right: 10px;
}
.box-menu-right .box-lang a.active {
  opacity: 1;
}
.box-menu-right .box-lang a:last-child {
  margin-right: 0;
}

body.mm_opened {
  position: fixed;
  width: 100%;
}

.mm_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 101;
}

.wrap_open_category {
  position: fixed;
  top: 0px;
  left: 0;
  width: 460px;
  max-width: 90%;
  height: 100vh;
  z-index: 102;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.btn_close_category {
  text-align: right;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 9;
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
.btn_close_category img {
  width: 15px;
  height: auto;
  margin-right: 10px;
}

.desc_contentopen {
  padding: 70px 60px 60px;
  color: #666;
  height: 100vh;
}
.desc_contentopen ul {
  padding: 0;
  margin: 20px 0 0;
}
.desc_contentopen ul li {
  list-style: none;
  padding: 20px 0;
}
.desc_contentopen ul li a {
  color: #fff;
  text-transform: uppercase;
  opacity: 0.5;
  transition: 0.5s;
}
.desc_contentopen ul li a:hover {
  opacity: 1;
}

.menu-footer {
  border-bottom: 1px solid #E5E5E5;
}

.wrap-footer {
  font-size: 13px;
  padding-bottom: 20px;
  border-top: 1px solid #eee;
}
.wrap-footer .menu-footer {
  padding: 25px 0 15px;
  margin-bottom: 15px;
}
.wrap-footer .menu-footer nav {
  padding: 0;
}
.wrap-footer .menu-footer nav ul {
  padding: 0;
  margin: 0;
}
.wrap-footer .menu-footer nav ul li {
  display: inline-flex;
  list-style: none;
  padding-right: 20px;
}
.wrap-footer .menu-footer nav ul li a {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  transition: 0.5s;
}
.wrap-footer .menu-footer nav ul li a:hover {
  color: #01A44E;
}
.wrap-footer .menu-footer nav ul li a.here {
  color: #01A44E;
}
.wrap-footer .menu-footer .footer-callus {
  color: #333;
  text-transform: uppercase;
}
.wrap-footer .menu-footer .footer-callus a {
  display: inline-block;
  color: #333;
}
.wrap-footer .social-footer a {
  display: inline-block;
  color: #666;
}
.wrap-footer .social-footer a img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.wrap-footer .social-footer a span {
  font-weight: 600;
  color: #306741;
}

.wrap-tracking-order {
  background-image: url(../images/TrackingOrder04.jpg);
  height: 490px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 120px;
  color: #fff;
  position: relative;
}

.box-btn-right {
  text-align: right;
}
.box-btn-right a, .box-btn-right button {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  height: 45px;
  padding: 0 25px;
  align-items: center;
  margin-right: 10px;
  transition: 0.5s;
}
.box-btn-right a img, .box-btn-right button img {
  margin-right: 10px;
}
.box-btn-right a:hover, .box-btn-right button:hover {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #ccc;
}

.topic-banner-order {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
}
.topic-banner-order h3 {
  font-weight: 400;
  font-size: 1.25rem;
  margin-top: 15px;
}

.tracking-box-search {
  background-color: #F5F5F5;
  padding: 25px 0 5px;
}

.frm-search {
  margin-bottom: 20px;
}
.frm-search select, .frm-search input {
  border-radius: 50px;
  height: 47px;
  border: 1px solid #F0F0F0;
}
.frm-search select:focus, .frm-search input:focus {
  outline: none !important;
  box-shadow: none;
}

.date {
  background-color: #fff;
  border: 1px solid #F0F0F0;
  border-radius: 50px;
  padding-right: 15px;
}
.date input {
  border: 0;
  background: transparent;
}

.btn-search {
  border-radius: 50px;
  width: 130px;
  height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #fff;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.btn-green {
  background-color: #01A44E;
}

.btn-grey {
  background-color: #666;
}

.wrap-btn-search {
  width: 275px;
  display: inline-flex;
  justify-content: space-between;
}

.box-frm-search {
  width: calc(100% - 275px);
  padding-right: 25px;
}

.wrap-frm-button {
  display: flex;
  flex-wrap: wrap;
}

.search-frm-date {
  display: flex;
}
.search-frm-date .frm-search {
  width: 47%;
  display: inline-flex;
}
.search-frm-date .date-to {
  display: inline-flex;
  width: 6%;
  justify-content: center;
  margin-top: 10px;
}

.table-tracking-order {
  padding: 50px 25px;
}
.table-tracking-order .box-table {
  overflow-y: auto;
}
.table-tracking-order .box-table table thead th {
  background-color: #47484C;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
}
.table-tracking-order .box-table table tbody th, .table-tracking-order .box-table table tbody td {
  color: #666;
  font-size: 0.95rem;
  white-space: nowrap;
  padding: 15px 10px;
}

.title-namesale {
  color: #000;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.box-summary {
  margin-top: 15px;
}
.box-summary .txt-summary {
  font-weight: 500;
  font-size: 1rem;
  color: #000;
  margin-top: 7px;
}

.topic-products {
  color: #000;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.wrap-products {
  padding: 60px 10%;
  background-color: #F5F5F5;
}

.filter-overflow {
  overflow-y: auto;
  max-height: auto;
  padding-right: 15px;
}
.filter-overflow::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 5px;
}
.filter-overflow::-webkit-scrollbar {
  width: 6px;
}
.filter-overflow::-webkit-scrollbar-thumb {
  background-color: #666;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.filter-overflow::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}
.filter-bg {
  margin: 10px 40px 30px 0;
  padding: 25px 15px;
  background: rgba(255, 255, 255, 0.5);
  border-top: 1px solid #000;
}
.filter-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.filter-head h5 {
  font-size: 1.15rem;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 10px;
  color: #000;
  font-weight: 400;
}
.filter-button-reset {
  font-size: 0.875rem;
  text-decoration: underline;
  color: #01A44E;
  font-weight: 500;
  padding: 0;
  border: 0;
  background-color: transparent;
  margin-bottom: 10px;
}
.filter-button-reset i {
  margin-right: 5px;
}
.filter-checkbox {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
}
.filter-checkbox input {
  display: none;
}
.filter-checkbox input:checked + .filter-checkbox-text::before {
  background-color: #000;
  border: 1px solid #000;
}
.filter-checkbox input:checked + .filter-checkbox-text img {
  transform: scale(1);
}
.filter-checkbox-text {
  padding-left: 28px;
  position: relative;
  line-height: 1.3;
}
.filter-checkbox-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}
.filter-checkbox-text img {
  position: absolute;
  left: 5px;
  top: 6px;
  width: 10px;
  height: auto;
  transform: scale(0);
}
.filter-checkbox-sub {
  padding-left: 25px;
  display: none;
}
.filter-tag {
  background-color: #DCE7E1;
  border: 1px solid #CDE3D7;
  font-size: 0.875rem;
  padding: 10px;
  border-radius: 50px;
  color: #000;
  display: block;
  font-weight: 400;
  line-height: 1;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.filter-tag img {
  margin-left: 13px;
  width: 8px;
  height: auto;
}
.filter-tag-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.filter-no {
  font-size: 0.875rem;
  color: #000;
  margin-left: auto;
  display: block;
  order: 3;
}
.filter-btn {
  border: 0;
  background: #f00;
  color: #fff;
  border-radius: 50px;
  padding: 10px 15px 8px 15px;
  display: none;
  align-items: center;
  margin-bottom: 15px;
}
.filter-btn svg {
  width: 22px;
  height: auto;
  display: inline-block;
  fill: #fff;
  margin-right: 10px;
}
.filter-submit {
  position: fixed;
  left: 10px;
  right: 15px;
  bottom: 15px;
  border: 0;
  background: #01A44E;
  color: #fff;
  border-radius: 50px;
  padding: 10px 15px 8px 15px;
  display: none;
  align-items: center;
  z-index: 3;
}

.overlay-filter {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
  display: none;
}

.wrap-banner-products {
  padding: 0;
  position: relative;
}
.wrap-banner-products .caption_banner {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9;
  width: 650px;
  max-width: 90%;
  color: #fff;
  transition: 2.5s;
  text-align: center;
}
.wrap-banner-products .caption_banner p {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 2;
}

.wrap-search-products {
  background-image: url(../images/bg-search.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 110px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.wrap-search-products h3 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0;
}
.wrap-search-products input {
  width: 830px;
  max-width: 100%;
  border-radius: 50px;
  border: 0;
  height: 45px;
  padding: 0 15px;
  margin: 0 10px 0 20px;
}
.wrap-search-products .btn-search {
  font-size: 1.05rem;
  transition: 0.5s;
}
.wrap-search-products .btn-search img {
  margin-right: 5px;
}
.wrap-search-products .btn-search:hover {
  background-color: #666;
}

.wrap-item-products {
  margin: 0 -20px;
}

.item-products {
  padding: 0 20px;
  margin-bottom: 55px;
}
.item-products a {
  display: block;
}
.item-products a figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #F4F4F4;
  margin-bottom: 15px;
  transition: 0.5s;
}
.item-products a figure::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.item-products a figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  transition: 1s all ease;
  -o-object-position: top center;
     object-position: top center;
}
.item-products a figure:hover > img {
  transform: scale(1.05);
}
.item-products a figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.item-products a h4 {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.item-products:hover figure {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.item-products:hover figure > img {
  transform: scale(1.05);
}

.id-product {
  text-transform: uppercase;
  color: #01A44E;
  font-size: 0.8rem;
  margin-bottom: 5px;
}

.banner-desktop {
  display: block;
}

.banner-mobile {
  display: none;
}

.banner-pdetail {
  background-image: url(../images/banner-product-detail.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 220px 0 30px;
  color: #fff;
}
.banner-pdetail ul {
  margin: 15px 0 0;
  padding: 0;
  font-size: 0.9rem;
}
.banner-pdetail ul li {
  display: inline-block;
}
.banner-pdetail ul li a {
  color: #fff;
  position: relative;
  padding: 0 22px 0 7px;
}
.banner-pdetail ul li a::before {
  content: "";
  background-image: url(../images/icon-chevron.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 9px;
  position: absolute;
  top: 5px;
  right: 0;
}
.banner-pdetail ul li:first-child a {
  padding-left: 0;
}
.banner-pdetail ul li:last-child {
  padding-left: 5px;
}

.wrap-product-detail {
  background-color: #FBFBFB;
  padding: 70px 0;
}

.product-detail {
  padding: 15px 0 0 40px;
}
.product-detail h2 {
  color: #000;
  font-size: 1.9rem;
  line-height: 1.5;
  font-weight: 400;
  margin: 10px 0 15px;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
  width: 15px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  opacity: 0.3;
}
#sync1.owl-theme .owl-next:hover, #sync1.owl-theme .owl-prev:hover {
  background: transparent;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}

.desc-productspec {
  margin: 10px 0 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
}
.desc-productspec div {
  color: #000;
  margin-bottom: 10px;
}
.desc-productspec div span {
  font-weight: 500;
}

.recent-product {
  background-color: #222222;
  padding: 60px 0 40px;
  color: #fff;
}
.recent-product .title-topic {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 25px;
}
.recent-product .item-products {
  margin-bottom: 0;
  padding: 0;
}
.recent-product .item-products h4 {
  color: #fff;
}
.recent-product .owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.recent-product .owl-carousel .owl-nav .owl-next {
  background-image: url(../images/arrow-grey.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 32%;
  right: -60px;
  transition: 0.5s;
  cursor: pointer;
}
.recent-product .owl-carousel .owl-nav .owl-next:hover {
  transform: scale(1.1);
}
.recent-product .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/arrow-grey.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 32%;
  left: -60px;
  transition: 0.5s;
  transform: rotate(-180deg);
  cursor: pointer;
}
.recent-product .owl-carousel .owl-nav .owl-prev:hover {
  transform: scale(1.1);
}
.recent-product .owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.wrap-viewall {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  padding-top: 30px;
  text-align: center;
}
.wrap-viewall a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

.productname-pc {
  display: block;
}

.productname-mb {
  display: none;
}

.wrap-boxspec {
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0 10px;
}

.title-boxspec {
  color: #000;
  font-weight: 500;
}

.box-spec, .main-spec {
  height: 38px;
  font-size: 0.9rem;
  border: 1px solid #D9D9D9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  white-space: nowrap;
  margin: 0 7px 10px 0;
  color: #333;
  transition: 0.5s;
  min-width: 70px;
  cursor: pointer;
}
.box-spec:hover, .box-spec.active, .main-spec:hover, .main-spec.active {
  border: 1px solid #01A44E;
  background-color: #01A44E;
  color: #fff;
}
.box-spec .img-spec, .main-spec .img-spec {
  width: 25px;
  height: auto;
  margin-right: 7px;
}
.box-spec.disable, .main-spec.disable {
  background-color: #eee;
  color: #ccc;
}

.btn-shopee {
  margin-top: 25px;
}
.btn-shopee a {
  display: inline-flex;
  align-items: center;
  background-color: #ee4d2d;
  color: #fff;
  height: 45px;
  padding: 0 25px;
  border-radius: 50px;
  transition: 0.5s;
}
.btn-shopee a img {
  width: 20px;
  height: auto;
  margin-right: 10px;
}
.btn-shopee a:hover {
  opacity: 0.9;
}

.content-editor {
  line-height: 2;
}

.btn-export {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  color: #000;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  float: right;
  transition: 0.5s;
  background-color: #eee;
  height: 45px;
  padding: 0 30px;
  margin-bottom: 10px;
  border-radius: 50px;
}
.btn-export img {
  width: 17px;
  height: auto;
  margin-right: 8px;
}
.btn-export:hover {
  background-color: #EAF8F1;
  color: #01A44E;
}

/*responsive*/
@media (max-width: 1600px) {
  .wrap-products {
    padding: 60px 5%;
  }
}
@media (max-width: 1440px) {
  .wrap-search-products {
    height: 90px;
  }
  .wrap-search-products .caption_banner {
    bottom: 0;
  }
  .item-products {
    padding: 0 12px;
    margin-bottom: 40px;
  }
  .item-products a h4 {
    font-size: 0.95rem;
  }
  .wrap-item-products {
    margin: 0 -12px;
  }
  .filter-checkbox-text {
    font-size: 0.95rem;
  }
}
@media (max-width: 1366px) {
  .filter-bg {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-tracking {
    height: auto;
    padding: 160px 0 80px;
  }
  .title-topic {
    font-size: 1.8rem;
  }
  .box-menu-right span {
    display: none;
  }
  .box-menu-right .box-lang a {
    margin-right: 5px;
  }
  .box-menu-right a img {
    margin-right: 20px;
  }
  .logo img {
    width: 90px;
  }
  .wrap-menu {
    padding: 15px 0;
  }
  .owl-carousel.owl-bannerslide .owl-item figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .owl-carousel.owl-bannerslide .owl-item figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 41.6666666667%;
  }
  .owl-carousel.owl-bannerslide .owl-item figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    transition: 1s all ease;
    -o-object-position: top center;
       object-position: top center;
  }
  .owl-carousel.owl-bannerslide .owl-item figure:hover > img {
    transform: scale(1);
  }
  .wrap-search-products input {
    width: 600px;
    height: 41px;
  }
  .wrap-search-products .btn-search {
    height: 41px;
    font-size: 1rem;
  }
  .wrap-search-products h3 {
    font-size: 1.1rem;
  }
  .filter-head h5 {
    font-size: 1.05rem;
  }
  .nopad {
    padding: 0;
  }
  .product-detail {
    padding-left: 20px;
  }
  .product-detail h2 {
    font-size: 1.5rem;
  }
  .owl-recentproduct {
    padding: 0 30px;
  }
  .recent-product .owl-carousel .owl-nav .owl-next {
    right: -30px;
    top: 26%;
  }
  .recent-product .owl-carousel .owl-nav .owl-prev {
    left: -30px;
    top: 26%;
  }
}
@media (max-width: 991px) {
  .wrap-tracking {
    height: 85vh;
  }
  .wrap-footer {
    font-size: 0.75rem;
  }
  .wrap-footer .menu-footer .text-end {
    text-align: left !important;
    margin-top: 10px;
  }
  .wrap-footer .menu-footer nav ul li {
    padding-right: 15px;
  }
  .filter-btn {
    display: inline-flex;
  }
  .filter-btn-wrap {
    text-align: right;
  }
  .filter-bg {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 50vw;
    z-index: 120;
    overflow-y: auto;
    margin-bottom: 0;
    display: none;
    border-radius: 0px;
    padding-bottom: 72px;
    background-color: #fff;
    margin: 0;
    border: 0;
  }
  .filter-submit {
    display: block;
    left: calc(50vw + 15px);
  }
  .top-filter-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }
  .wrap-menu {
    padding: 10px 0;
  }
  .box-menu-left a {
    display: none;
  }
  .wrap-banner-products .caption_banner .title-topic {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  .wrap-banner-products .caption_banner p {
    font-size: 0.9rem;
    margin: 10px 0 0;
  }
  .wrap-search-products h3 {
    font-size: 1rem;
  }
  .wrap-search-products input {
    width: 450px;
  }
  .wrap-search-products .btn-search {
    width: 120px;
    font-size: 0.95rem;
  }
  .filter-btn {
    background-color: #666;
  }
  .wrap-products {
    padding: 40px 20px 50px;
  }
  .wrap-menu {
    margin: 0;
  }
  .wrap-product-detail {
    padding: 50px 0;
  }
  .product-detail {
    padding: 0 0 0 10px;
  }
  .product-detail h2 {
    font-size: 1.15rem;
    margin-bottom: 10px;
  }
  .recent-product {
    padding-top: 45px;
  }
  .recent-product .title-topic {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .wrap-tracking {
    height: 80vh;
  }
  .title-topic {
    font-size: 1.4rem;
  }
  .box-login {
    border-radius: 10px;
    padding: 25px 15px;
  }
  .box-login h3 {
    font-size: 1rem;
  }
  .box-login .box-form {
    height: 45px;
  }
  .box-login .box-form img {
    width: 16px;
  }
  .box-login .box-form input {
    font-size: 0.9rem;
  }
  .box-capcha img {
    width: 290px;
  }
  .btn-submit {
    font-size: 0.85rem;
    height: 45px;
  }
  .wrap-footer .menu-footer nav {
    display: none;
  }
  .wrap-footer .menu-footer .text-end {
    margin-top: 0;
  }
  .banner-desktop {
    display: none;
  }
  .banner-mobile {
    display: block;
  }
  .owl-carousel.owl-bannerslide .owl-item figure {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
  }
  .owl-carousel.owl-bannerslide .owl-item figure::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
  }
  .owl-carousel.owl-bannerslide .owl-item figure > img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
    top: 0;
    transition: 1s all ease;
    -o-object-position: top center;
       object-position: top center;
  }
  .owl-carousel.owl-bannerslide .owl-item figure:hover > img {
    transform: scale(1);
  }
  .wrap-search-products {
    height: 75px;
  }
  .wrap-search-products h3 {
    display: none;
  }
  .wrap-search-products input {
    margin-left: 0;
    font-size: 0.9rem;
    width: calc(100% - 48px);
    margin-right: 7px;
  }
  .wrap-search-products .btn-search {
    width: 41px;
    border-radius: 100px;
  }
  .wrap-search-products .btn-search span {
    display: none;
  }
  .wrap-search-products .btn-search img {
    margin-right: 0;
  }
  .filter-btn {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    padding: 0;
    justify-content: center;
    width: 40px;
    height: 40px;
  }
  .filter-btn-wrap span {
    display: none;
  }
  .filter-btn-wrap svg {
    margin-right: 0;
    width: 19px;
  }
  .box-menu-right .icon-mail {
    display: none;
  }
  .box-menu-right a img {
    margin-right: 15px;
  }
  .topic-products {
    font-size: 1.3rem;
  }
  .wrap-products {
    padding: 30px 15px 10px;
  }
  .item-products {
    margin-bottom: 25px;
  }
  .filter-tag {
    font-size: 0.75rem;
    padding: 7px;
  }
  .filter-tag img {
    width: 7px;
    margin-left: 10px;
  }
  .filter-no {
    font-size: 0.8rem;
  }
  .banner-pdetail {
    padding: 140px 0 20px;
  }
  .banner-pdetail ul {
    margin-top: 10px;
  }
  .banner-pdetail ul li {
    font-size: 0.8rem;
  }
  .banner-pdetail ul li a {
    padding: 0 16px 0 1px;
  }
  .banner-pdetail ul li a::before {
    top: 4px;
    height: 8px;
  }
  .productname-pc {
    display: none;
  }
  .productname-mb {
    display: block;
  }
  .productname-mb h2 {
    color: #000;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .wrap-product-detail {
    padding: 40px 5px;
  }
  .product-detail {
    padding-left: 0;
    margin-top: 25px;
  }
  .recent-product {
    padding: 30px 0;
  }
  .recent-product .owl-carousel .owl-nav .owl-next {
    right: -10px;
    top: 26%;
    width: 20px;
    height: 20px;
  }
  .recent-product .owl-carousel .owl-nav .owl-prev {
    left: -10px;
    top: 26%;
    width: 20px;
    height: 20px;
  }
  .recent-product .item-products h4 {
    font-size: 0.9rem;
  }
  .recent-product .title-topic {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .wrap-viewall {
    margin-top: 20px;
    padding-top: 15px;
  }
  .wrap-boxspec {
    padding-top: 12px;
  }
  .desc_contentopen {
    padding: 70px 25px 60px;
  }
  .desc_contentopen ul li {
    padding: 15px 0;
  }
  .desc_contentopen ul li a {
    opacity: 1;
  }
  .wrap_open_category {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .btn-export {
    float: left;
    height: 40px;
    padding: 0 20px;
    font-size: 0.75rem;
    margin-bottom: 15px;
  }
  .box-frm-search {
    width: 100%;
    padding-right: 0;
  }
  .tracking-box-search {
    padding-bottom: 20px;
  }
}/*# sourceMappingURL=layout.css.map */