@charset "UTF-8";
:root {
  --w-container: 1300px;
  --main-color: #e51e31;
  --main-color2: #529C11;
  --color-border: #EAEAEA;
  --color-hover: #40920D;
  --main-border: 1px solid #EAEAEA;
  --container: 100%;
  --fs-text: 18px;
  --fs-text-small: 16px;
  --fs-text-main: 35px;
  --fs-text-sub: 28px;
  --fs-text-other: 22px;
  --section-size: 100px;
  --module-size: 50px;
  --gap-module: 50px;
  --gap-section: 100px;
  --fs-item-product: 20px;
  --fs-item-news: 20px;
  --fs-detail-news: 26px;
  --fs-detail-product: 24px;
  --height: 154px;
  --fs-title-landing: 40px;
  --fs-title-v2-detail: 42px;
}

@media (min-width: 1210px) and (max-width: 1600px) {
  :root {
    --section-size: 70px;
    --module-size: 50px;
    --gap-module: 30px;
    --gap-section: 70px;
    --fs-item-product: 16px;
    --fs-item-news: 16px;
    --fs-text: 15px;
    --fs-text-small: 14px;
    --fs-text-main: 30px;
    --fs-text-sub: 25px;
    --fs-text-other: 18px;
    --fs-detail-news: 20px;
    --fs-detail-product: 20px;
    --fs-title-v2-detail: 30px;
  }
}
@media (max-width: 1400px) {
  :root {
    --w-container: 1270px;
    --fs-title-landing: 30px;
  }
}
@media (max-width: 1260px) {
  :root {
    --w-container: 1280px;
  }
}
@media (max-width: 1200px) {
  :root {
    --w-container: 1110px;
  }
}
@media (max-width: 992px) {
  :root {
    --w-container: 930px;
  }
}
@media (max-width: 767px) {
  :root {
    --w-container: 510px;
    --section-size: 15px;
    --gap-section: 15px;
    --fs-text-sub: 20px;
    --fs-text-main: 22px;
    --module-size: 15px;
    --gap-module: 15px;
    --fs-item-news: 18px;
    --fs-text: 15px;
    --fs-text-small: 14px;
    --fs-item-product: 16px;
    --fs-item-news: 16px;
    --fs-detail-news: 18px;
    --fs-detail-product: 18px;
    --fs-title-landing: 28px;
    --fs-title-v2-detail: 18px;
  }
}
@media (max-width: 576px) {
  :root {
    --w-container: 100%;
  }
}
#fb-root {
  display: none !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  width: var(--w-container);
  margin: auto;
  padding: 0 15px;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}

::-webkit-scrollbar-track {
  background: #e8e8e8;
}

::-webkit-scrollbar-thumb {
  background: #AFAFAF;
}

::selection {
  color: #ffffff;
  background: #19328C;
}

::selection {
  color: #fff;
  background: #19328c;
}

::-moz-selection {
  color: #000;
  background: #19328c;
}

::-webkit-input-placeholder {
  color: #c9c9c9;
  text-overflow: ellipsis;
}

:-moz-placeholder {
  color: #19328c !important;
  text-overflow: ellipsis;
  opacity: 1;
}

::-moz-placeholder {
  color: #19328c !important;
  text-overflow: ellipsis;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #19328c !important;
  text-overflow: ellipsis;
  opacity: 1;
}

@keyframes sonar {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0;
  }
}
@-webkit-keyframes opas {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opas {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes opas {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ldio-c4d59ljt0jh {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomInBN {
  0% {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
    opacity: 1;
  }
  50% {
    opacity: 0.2;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
    opacity: 0;
  }
}
@keyframes zoomInBT {
  0% {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
    opacity: 1;
  }
  50% {
    opacity: 0.4;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(0.7, 0.7, 0.7);
    transform: scale3d(0.7, 0.7, 0.7);
    opacity: 0;
  }
}
.ldio-c4d59ljt0jh div {
  left: 47px;
  top: 15px;
  position: absolute;
  animation: ldio-c4d59ljt0jh linear 1s infinite;
  background: #fe718d;
  width: 6px;
  height: 12px;
  border-radius: 3px/6px;
  transform-origin: 3px 35px;
}
.ldio-c4d59ljt0jh div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666667s;
  background: #fe718d;
}
.ldio-c4d59ljt0jh div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333s;
  background: #fe718d;
}
.ldio-c4d59ljt0jh div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
  background: #fe718d;
}
.ldio-c4d59ljt0jh div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666667s;
  background: #fe718d;
}
.ldio-c4d59ljt0jh div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333s;
  background: #fe718d;
}
.ldio-c4d59ljt0jh div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
  background: #fe718d;
}
.ldio-c4d59ljt0jh div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666667s;
  background: #fe718d;
}
.ldio-c4d59ljt0jh div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333s;
  background: #fe718d;
}
.ldio-c4d59ljt0jh div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
  background: #fe718d;
}
.ldio-c4d59ljt0jh div :nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.1666666667s;
  background: #fe718d;
}
.ldio-c4d59ljt0jh div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.0833333333s;
  background: #fe718d;
}
.ldio-c4d59ljt0jh div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #fe718d;
}

.loadingio-spinner-spinner-uzlublexfob {
  width: 48px;
  height: 48px;
  display: inline-block;
  overflow: hidden;
  background: transparent;
  margin: auto;
}

.ldio-c4d59ljt0jh {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.48);
  backface-visibility: hidden;
  transform-origin: 0 0;
}

.ldio-c4d59ljt0jh div {
  box-sizing: content-box;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent;
}

input.form-control:focus {
  border-color: #ced4da;
}

.form-control::placeholder {
  color: #333;
}

@font-face {
  src: url(../fonts/SVN-Anastasia.ttf);
  font-family: "SVN-Anastasia";
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/SVN-Gilroy Regular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/SVN-Gilroy SemiBold.otf") format("opentype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/SVN-Gilroy Bold.otf") format("opentype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
input, textarea {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: var(--fs-text);
  color: #57585B;
}
input::placeholder, textarea::placeholder {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: var(--fs-text);
  color: #57585B;
}

select {
  font-size: var(--fs-text);
  color: #57585B;
  font-family: "Gilroy";
  font-weight: 400;
}

body {
  color: #57585B;
  font-family: "Gilroy";
  font-size: var(--fs-text);
  position: relative;
  overflow-x: hidden;
  font-weight: 400;
}
body.mobile {
  max-width: 640px;
  margin: auto;
}
body.mobile .container {
  max-width: 640px;
  margin: auto;
}
body.none-scroll {
  overflow: hidden;
}

a:hover {
  text-decoration: none;
  color: #529C11;
  transition: color 0.2s linear;
}

.clearfix {
  clear: both !important;
  float: initial !important;
}

a {
  color: #57585B;
}

.tbl {
  display: table;
  margin: 0;
}
.tbl > .tbl-cell {
  display: table-cell;
}

@keyframes showhead {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
.pad-botmodule {
  padding-bottom: var(--module-size);
}

.pad-topmodule {
  padding-top: var(--module-size);
}

.pad-topsection {
  padding-bottom: var(--section-size);
}

.pad-topsection {
  padding-top: var(--section-size);
}

.border-bottom {
  border-bottom: 1px solid #E0E0E0;
}

._detail_content > h3 {
  font-size: 16px;
  font-weight: bold;
}

._detail_content > h3 > a {
  color: #00528b;
}

._detail_content a.prSpecBtnViewAll {
  color: #006abf;
}

._detail_content iframe {
  height: 582px;
}

._detail_content > h2 {
  font-size: 19px;
  font-weight: bold;
}

.detail-content h2,
.detail-content h3,
.detail-content h4,
.detail-content h5,
.detail-content h6 {
  margin-bottom: 20px;
  line-height: 1.7;
  color: #57585B;
}
@media (max-width: 767px) {
  .detail-content h2,
  .detail-content h3,
  .detail-content h4,
  .detail-content h5,
  .detail-content h6 {
    margin-bottom: 15px;
  }
}
.detail-content h2,
.detail-content h3,
.detail-content h4 {
  font-weight: 700;
}
.detail-content h2 font,
.detail-content h3 font,
.detail-content h4 font {
  font-weight: 700;
}
.detail-content h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.detail-content h2 font {
  font-size: 24px;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .detail-content h2 {
    font-size: 20px;
  }
  .detail-content h2 font {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .detail-content h2 {
    font-size: 18px;
  }
  .detail-content h2 font {
    font-size: 18px;
  }
}
.detail-content h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
.detail-content h3 font {
  font-size: 22px;
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .detail-content h3 {
    font-size: 18px;
  }
  .detail-content h3 font {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .detail-content h3 {
    font-size: 16px;
  }
  .detail-content h3 font {
    font-size: 16px;
  }
}
.detail-content h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.detail-content h4 font {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .detail-content h4 {
    font-size: 15px;
  }
  .detail-content h4 font {
    font-size: 15px;
  }
}
.detail-content .title-item-about {
  font-size: 26px;
  color: #529C11;
  margin-bottom: 20px;
}
.detail-content .title-item-about font {
  font-size: 26px;
}
@media (max-width: 767px) {
  .detail-content .title-item-about {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .detail-content .title-item-about font {
    font-size: 20px;
  }
}
.detail-content .description {
  margin-bottom: 20px;
}
.detail-content .description p {
  font-weight: 600;
  font-style: italic;
  font-size: var(--fs-text);
}
.detail-content p {
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: var(--fs-text);
}
@media (max-width: 767px) {
  .detail-content p {
    margin-bottom: 15px;
  }
}
.detail-content strong font {
  font-weight: 600;
}
.detail-content figure {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .detail-content figure {
    margin-bottom: 10px;
  }
}
.detail-content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.detail-content figure figcaption {
  text-align: center;
  padding: 5px 15px;
  font-size: var(--fs-text-min);
  font-weight: 600;
  font-style: italic;
  font-style: italic;
}
.detail-content figure figcaption font {
  font-size: var(--fs-text-min);
  font-weight: 600;
  font-style: italic;
}
.detail-content ul,
.detail-content ol {
  margin-bottom: 15px;
  padding-left: 25px;
}
.detail-content ul li,
.detail-content ol li {
  padding-bottom: 5px;
  line-height: 1.5;
  font-size: var(--fs-text);
}
@media (max-width: 767px) {
  .detail-content ul li,
  .detail-content ol li {
    margin-bottom: 15px;
  }
}
.detail-content ul li:last-child,
.detail-content ol li:last-child {
  padding-bottom: 0;
}
.detail-content ul li::marker,
.detail-content ol li::marker {
  color: #57585B;
}
.detail-content ul {
  list-style-type: disc;
}
.detail-content ul li {
  list-style-type: disc;
  color: #5F5F5F;
}
.detail-content ul ul {
  list-style-type: circle;
}
.detail-content ul ul li {
  list-style-type: circle;
}
.detail-content ol {
  list-style-type: decimal;
}
.detail-content ol li {
  list-style-type: decimal;
}
.detail-content .image-center {
  display: flex;
  justify-content: center;
  margin: 0 auto 15px;
}
.detail-content .image-center img {
  margin: auto;
  height: initial;
  object-fit: initial;
}
.detail-content .image-left {
  float: left;
  margin-bottom: 15px;
}
.detail-content .image-left img {
  margin: auto;
  height: initial;
  object-fit: initial;
}
.detail-content .image-right {
  float: right;
  margin-bottom: 15px;
}
.detail-content .image-right img {
  margin: auto;
  height: initial;
  object-fit: initial;
}
.detail-content a {
  text-decoration: underline;
}
.detail-content a:hover {
  color: #529C11;
}
.detail-content a.more {
  text-decoration: none;
  color: #fff;
  margin: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .detail-content a.more {
    margin-bottom: 15px;
  }
}
.detail-content table.table {
  margin-bottom: 15px;
  border-collapse: collapse;
  width: 100%;
}
.detail-content table.table tr th {
  line-height: 1;
  font-weight: 400;
  font-size: var(--fs-text);
  color: #57585B;
  border: 1px solid #EAEAEA;
  border-top-color: #529C11;
}
.detail-content table.table tr th:first-child {
  border-left-color: #529C11;
}
.detail-content table.table tr th:last-child {
  border-right-color: #529C11;
}
.detail-content table.table tr th,
.detail-content table.table tr td {
  font-size: var(--fs-text);
  line-height: 1.5;
  padding: 5px;
}
.detail-content iframe {
  max-width: 100%;
}
.detail-content .iframe_video {
  margin-bottom: 15px;
}
.detail-content .iframe_video iframe,
.detail-content .iframe_video video {
  width: 100%;
  height: 100%;
}

#back-top {
  cursor: pointer;
  position: fixed;
  width: 41px;
  height: 41px;
  border-radius: 0;
  background: #19328c;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  transform: translateY(100px);
  opacity: 0;
  transition: opacity 0.4s linear;
}
#back-top .show {
  transform: translate(0);
  opacity: 1;
}

.flex-btn {
  display: flex;
  align-items: center;
  width: 100%;
}
.flex-btn.mtop30 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .flex-btn.mtop30 {
    margin-top: 10px;
  }
}
.flex-btn.center {
  justify-content: center;
}

.view-more {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  line-height: 40px;
  padding: 0 25px;
  background: #fff;
  color: #006abf;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  grid-column: 1/7;
}
.view-more:hover {
  background: #1c348d;
  color: #fff;
}
.view-more:hover svg {
  fill: #fff;
}

.btn-viewall {
  height: 38px;
  border-radius: 19.306px;
  border: 2px solid #8BBB1D;
  border-radius: 38px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #529C11;
  font-size: 18px;
  font-weight: 600;
  width: 190px;
  transition: background 0.5s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn-viewall {
    border-width: 1px;
    font-size: 16px;
    width: 150px;
  }
}
.btn-viewall:hover {
  background: #529C11;
  color: #fff;
}

.btn-detail {
  border-radius: 21.42px;
  background: linear-gradient(90deg, #8BBB1D 0%, #388E0B 100%);
  height: 42px;
  width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  transition: background 0.5s ease;
}
@media (max-width: 767px) {
  .btn-detail {
    height: 35px;
    width: 120px;
  }
}
.btn-detail:hover {
  color: #fff;
  background: linear-gradient(90deg, #388E0B 0%, #8BBB1D 100%);
}

.no-image {
  background: #f1f1f1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.bg-white {
  background: #fff;
}

.social-fixed {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 20;
}
.social-fixed .scroll-top svg {
  width: 20px;
}
.social-fixed a, .social-fixed div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 15px 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
}
.social-fixed a.phone, .social-fixed div.phone {
  background-color: #579F16;
}
.social-fixed a.fb, .social-fixed div.fb {
  background-color: #1877F2;
}
.social-fixed a.fb svg, .social-fixed div.fb svg {
  fill: #fff;
}
.social-fixed a.yt, .social-fixed div.yt {
  background-color: #CD201F;
}
.social-fixed a.yt svg, .social-fixed div.yt svg {
  fill: #fff;
}
.social-fixed a.mess, .social-fixed div.mess {
  background: #1977f3;
}
.social-fixed a.mess img, .social-fixed div.mess img {
  margin-left: 2px;
  margin-top: -1px;
}
.social-fixed a.zalo, .social-fixed div.zalo {
  background: #0090f3;
}
.social-fixed a.zalo img, .social-fixed div.zalo img {
  margin-left: -4px;
}
.social-fixed a.scroll-top, .social-fixed div.scroll-top {
  background: #7A7A7A;
}
.social-fixed a img, .social-fixed div img {
  object-fit: contain;
  width: 60%;
}
@media (min-width: 0) {
  .social-fixed .coccoc-alo-ph-circle {
    width: 60px;
    height: 60px;
    top: -23.5px;
    left: -8px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #579F16;
    opacity: 0.1;
    -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .social-fixed .coccoc-alo-phone {
    background-color: transparent;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility 0.5s;
    -moz-transition: visibility 0.5s;
    -o-transition: visibility 0.5s;
    transition: visibility 0.5s;
  }
  .social-fixed .coccoc-alo-ph-circle-fill {
    width: 38px;
    height: 38px;
    top: -15px;
    left: 0px;
    display: none;
    position: absolute;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .social-fixed .coccoc-alo-ph-img-circle {
    width: 35px;
    height: 35px;
    top: -8px;
    left: 8px;
    position: absolute;
    z-index: 10;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    background-color: #579F16;
  }
}
@media (min-width: 992px) {
  .social-fixed .coccoc-alo-ph-circle {
    width: 70px;
    height: 70px;
  }
  .social-fixed .coccoc-alo-ph-circle-fill {
    width: 50px;
    height: 50px;
  }
  .social-fixed .coccoc-alo-ph-img-circle {
    width: 40px;
    height: 40px;
    top: -7px;
    left: 7px;
  }
}

@-moz-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-webkit-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-o-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.9;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.9;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.9;
  }
}
@-webkit-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.9;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.9;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.9;
  }
}
@-o-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.9;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.9;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.9;
  }
}
@keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.9;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.9;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.9;
  }
}
@-moz-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-o-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
body.nonescroll {
  overflow: hidden;
}

header {
  z-index: 999;
  width: 100%;
  position: relative;
}
header.sticky {
  z-index: 999;
}
header.sticky .header-bottom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-animation-name: showhead;
  -webkit-animation-duration: 0.3s;
  animation-name: showhead;
  animation-duration: 0.3s;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}
header.sticky .header-bottom .sticker-menu {
  padding-top: 0;
}
header.sticky .header-bottom .sticker-menu .logo {
  padding-top: 7.5px;
}
@media (min-width: 768px) {
  header.show-head .header-bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  header.show-head {
    z-index: 16;
  }
  header.show-head .header-bottom .span-text {
    position: fixed;
    right: 7px;
    top: 5px;
    background: var(--main-color2);
    height: 35px;
    width: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    z-index: 12;
  }
  header.show-head .header-bottom .sticker-wrapper {
    max-height: calc(100vh - 45px);
    position: fixed;
    top: 45px;
  }
  header.show-head .header-bottom .sticker-wrapper.active {
    left: 0;
  }
}

.header {
  background: #fff;
}

.header-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #EAEAEA;
}
@media (max-width: 767px) {
  .header-top {
    display: block;
  }
}
.header-top a:hover {
  color: #529C11;
}

.header-bottom {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  box-shadow: 0 2px 7px -6px rgba(0, 0, 0, 0.1);
}

.banner-top {
  position: relative;
}
.banner-top img {
  width: 100%;
}

.close-banner {
  position: absolute;
  top: 7px;
  right: 7px;
  border: 2px solid #fff;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.close-banner i, .close-banner svg {
  top: -2px;
  position: relative;
}

.flex-header_top {
  display: flex;
  justify-content: space-between;
}
.flex-header_top .name p {
  font-family: Gilroy;
  font-size: var(--fs-text);
  text-transform: uppercase;
  margin: 0;
  padding: 6.5px 0;
}
.flex-header_top .sub-menu_top {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .flex-header_top .sub-menu_top {
    width: 100%;
    justify-content: space-between;
  }
}

.change-location {
  position: relative;
}
@media (max-width: 767px) {
  .change-location {
    max-width: 150px;
  }
}
.change-location p {
  margin: 0;
  font-size: var(--fs-text);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 30px 5px 20px;
  border-right: 1px solid #EAEAEA;
  min-width: 200px;
  position: relative;
}
@media (max-width: 767px) {
  .change-location p {
    padding: 5px 10px;
    min-width: 150px;
  }
}
.change-location p .angle-down {
  position: absolute;
  right: 10px;
  top: 18px;
}
.change-location ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 100%;
  background: #EAEAEA;
  z-index: 10;
}
.change-location ul li {
  padding: 5px 15px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.change-location ul li:last-child {
  border-bottom: none;
}
.change-location ul li:hover {
  color: #529C11;
}
.change-location:hover ul {
  display: block;
}

.flex-header_top a {
  font-size: var(--fs-text);
  line-height: 1.4;
  align-items: center;
  gap: 10px;
  display: flex;
  padding: 5px 20px;
  color: #333;
  border-right: 1px solid #EAEAEA;
}
@media (max-width: 767px) {
  .flex-header_top a {
    padding: 5px 10px;
  }
  .flex-header_top a:first-child {
    border-left: 1px solid #EAEAEA;
    border-right: none;
  }
}
.flex-header_top .icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  background: #529C11;
  justify-content: center;
  border-radius: 50%;
}

.phone-top {
  position: relative;
  z-index: 999;
}
.phone-top svg {
  margin-top: -3px;
}
.phone-top > a {
  font-weight: 700;
  font-size: 14px;
  color: #e52023;
  margin-left: 0;
  padding-left: 28px;
  position: relative;
}
.phone-top > a:before {
  content: "";
  background-image: url(../images/list-icon-header.png);
  background-position-x: 54px;
  background-position-y: -17px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 4px;
  left: 0;
}
.phone-top:hover .sub-phone {
  display: block;
}

.sub-phone {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  width: 230px;
  display: none;
}
.sub-phone span {
  font-weight: 700;
}
.sub-phone a {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  display: block;
  padding: 5px 15px;
  border-bottom: 1px dashed #EAEAEA;
  text-transform: initial;
}
.sub-phone a span {
  color: #57585B;
}

.flex-header {
  display: flex;
  align-items: center;
  padding: 13px 0;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .flex-header {
    padding: 10px 0;
    justify-content: center;
  }
}

.logo {
  width: 280px;
}
.logo a {
  aspect-ratio: 211/52;
  height: 52px;
  display: flex;
  align-items: center;
}
.logo img {
  max-width: 100%;
  object-fit: contain;
  max-height: 100%;
  width: inherit;
  height: initial;
}
@media (max-width: 767px) {
  .logo {
    width: 200px;
  }
  .logo a {
    width: 100%;
  }
}

.prd-view span {
  background: #05b1f0;
  padding: 0 12px;
  line-height: 36px;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 140px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.prd-view span:before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-bottom-color: #4267b2;
  left: calc(50% - 10px);
  box-shadow: 0 0 0 #000;
  z-index: -1;
  visibility: hidden;
  top: 100%;
}
.prd-view span i {
  font-size: var(--fs-text);
  line-height: 0;
  position: absolute;
  top: 17px;
  right: 10px;
}
.prd-view.no-seen {
  position: relative;
}
.prd-view.no-seen .par-sub-rv {
  top: 100%;
  min-width: 160px;
  text-align: center;
}
.prd-view.no-seen .par-sub-rv .sub-view {
  padding: 10px 0;
}
.prd-view.no-seen .par-sub-rv .sub-view p {
  margin-bottom: 0;
}
.prd-view:hover .par-sub-rv {
  display: block;
}
.prd-view:hover span:before {
  visibility: visible;
  z-index: 1;
}

.sub-view {
  background: #fff;
  z-index: 9999;
  white-space: nowrap;
  overflow-x: scroll;
  box-shadow: 0 0 8px -6px #333333;
  border-top: 2px solid #1c348d;
}
.sub-view::-webkit-scrollbar {
  height: 2px;
}
.sub-view a {
  display: inline-block;
  margin: 0 15px;
  font-size: 14px;
  width: 140px;
}
.sub-view a img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 10px auto;
  display: block;
}
.sub-view a h3 {
  font-size: 14px;
  text-align: center;
  white-space: initial;
}
.sub-view.no-item {
  padding: 5px 10px 10px;
}
.sub-view.no-item p {
  margin-bottom: 0;
}

.search-header .icon-sr {
  display: none;
}

@media (max-width: 767px) {
  .flex-sn {
    padding: 5px;
    background: var(--color-hover);
    margin-top: -1px;
    position: sticky;
    top: 0;
    z-index: 12;
  }
  .flex-sn.fixed {
    padding-right: 50px;
  }
}
.search-header {
  position: relative;
  display: flex;
  align-items: center;
  background: #F1F0F0;
  border-radius: 50px;
  padding: 0 25px;
}
.search-header .icon-sr {
  display: none;
}
.search-header button {
  background: initial;
  font-size: 0;
  border: none;
}
.search-header input {
  width: 285px;
  height: 46px;
  max-width: 100%;
  font-size: var(--fs-text);
  color: #8E8E8E;
  background: #F1F0F0;
  border: 1px solid #F1F0F0;
}
.search-header input::placeholder {
  font-size: var(--fs-text);
  color: #8E8E8E;
}
@media (max-width: 767px) {
  .search-header {
    padding: 0;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    flex-direction: row-reverse;
  }
  .search-header button {
    height: 35px;
    width: 35px;
  }
  .search-header input {
    width: calc(100% - 35px);
    height: 35px;
    border: none;
    padding-left: 10px;
  }
}

.header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-right .account {
  position: relative;
}
@media (min-width: 1201px) {
  .header-right .account:hover .pop_sub-login {
    opacity: 1;
    pointer-events: all;
    top: 100%;
  }
}
.header-right > a, .header-right .slide-check {
  display: flex;
  font-size: var(--fs-text);
  color: #57585B;
  align-items: center;
  position: relative;
  cursor: pointer;
  gap: 10px;
}
.header-right > a p, .header-right .slide-check p {
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
}
.header-right > a p > span, .header-right .slide-check p > span {
  color: #FF2F1D;
  font-weight: 600;
}
.header-right > a {
  position: relative;
}
.header-right > a small {
  font-size: 12px;
}
.header-right .icon {
  position: relative;
}
.header-right .icon span.count_shopping_cart {
  position: absolute;
  top: -3px;
  right: -6px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  background: #e52023;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.pop_sub-login {
  position: absolute;
  top: 100%;
  background: #f1f1f1;
  z-index: 99;
  padding: 11px;
  width: 300px;
  right: 50%;
  transform: translateX(50%);
  box-shadow: 0 0 10px -5px #333;
  border-radius: 8px;
  pointer-events: none;
  opacity: 0;
  transition: top 0.5s ease;
}
@media (max-width: 767px) {
  .pop_sub-login {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    bottom: 55px;
    top: initial;
    transition: opacity 0.5s ease;
  }
  .pop_sub-login.active {
    opacity: 1;
    pointer-events: all;
    top: calc(100% + 15px);
  }
}
.pop_sub-login:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  border: 10px solid transparent;
  border-bottom-color: #f1f1f1;
  left: calc(50% - 10px);
}
@media (max-width: 767px) {
  .pop_sub-login:before {
    border-bottom-color: transparent;
    border-top-color: #f1f1f1;
    top: initial;
    bottom: -19px;
  }
}

.sub-login > div {
  background: #05b1f1;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 8px;
  cursor: pointer;
  font-size: var(--fs-text-small);
  display: flex;
  align-items: center;
  height: 46px;
  justify-content: center;
}
.sub-login > div .icon {
  width: 46px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-login > div.fb {
  background: #3b5998;
  justify-content: start;
}
.sub-login > div.fb svg {
  fill: #fff;
  height: 20px;
}
.sub-login > div.gg {
  background: #df4a32;
  justify-content: start;
}
.sub-login > div.gg svg {
  fill: #fff;
  height: 20px;
}
.sub-login > div.zl {
  background: #0f8edd;
  margin-bottom: 0;
  justify-content: start;
}
.sub-login > div.zl svg {
  height: 25px;
}

.sub-logined {
  background: #ffffff;
}
.sub-logined a {
  display: block;
  padding: 5px 0px 5px 35px;
  border-bottom: 1px solid rgba(205, 205, 205, 0.8039215686);
  position: relative;
}
.sub-logined a:first-child {
  padding-top: 0;
}
.sub-logined a:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.sub-logined a.information:before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  background: url(../images/icondetailprd.png);
  background-position: 1px -72px;
  width: 25px;
  height: 27px;
}
.sub-logined a.noti:before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  background: url(../images/icondetailprd.png);
  background-position: -21px -66px;
  width: 25px;
  height: 27px;
}
.sub-logined a.orders:before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  background: url(../images/icondetailprd.png);
  background-position: -47px -66px;
  width: 25px;
  height: 27px;
}
.sub-logined a.viewed:before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  background: url(../images/icondetailprd.png);
  background-position: -76px -66px;
  width: 25px;
  height: 27px;
}
.sub-logined a.favourite:before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  background: url(../images/icondetailprd.png);
  background-position: -128px -65px;
  width: 25px;
  height: 27px;
}
.sub-logined a.bought:before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  background: url(../images/icondetailprd.png);
  background-position: -105px -67px;
  width: 25px;
  height: 27px;
}
.sub-logined a.rate:before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  background: url(../images/icondetailprd.png);
  background-position: -152px -65px;
  width: 25px;
  height: 27px;
}
.sub-logined a.voucher:before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  background: url(../images/icondetailprd.png);
  background-position: -181px -66px;
  width: 25px;
  height: 27px;
}
.sub-logined a.out:before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  background: url(../images/icondetailprd.png);
  background-position: -210px -66px;
  width: 25px;
  height: 27px;
}
.sub-logined:before {
  border-bottom-color: #ffffff;
}

.popup-login {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.wrapper-login {
  width: 558px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 8px;
}
.wrapper-login .tab-content {
  padding: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wrapper-login .tab-content {
    padding: 15px;
  }
}
.wrapper-login .tab-content > div {
  display: none;
}
.wrapper-login .tab-content > div.active {
  display: block;
}
.wrapper-login .nav-tab {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.wrapper-login .nav-tab .item {
  background: #fff;
  line-height: 50px;
  font-size: var(--fs-text);
  text-align: center;
  display: block;
  width: 50%;
  float: left;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  border-bottom: 5px solid #529C11;
}
.wrapper-login .nav-tab .item.active {
  background: #529C11;
  color: #fff;
  border-right: 1px solid #EAEAEA;
}
.wrapper-login .nav-tab .item:nth-child(2).active {
  border-right: 0;
  border-left: 1px solid #dadada;
}
.wrapper-login .nav-tab.nav-tab-full .item {
  width: 100%;
}
.wrapper-login .checkbox label {
  width: 70%;
  float: right;
  display: flex;
  margin-bottom: 20px;
  font-size: var(--fs-text-small);
}
.wrapper-login .checkbox input {
  border: 1px solid #EAEAEA;
  width: 20px;
  height: 20px;
  border-radius: 1px;
  margin-right: 10px;
  margin-top: 5px;
}

.from-login .form-group {
  display: flex;
  position: relative;
  margin-bottom: 15px;
}
.from-login .form-group ._input {
  width: 70%;
}
.from-login .form-group ._input input {
  height: 46px;
  width: 100%;
  background: #EDEDED;
  border: none;
  padding-left: 20px;
  border-radius: 8px;
  font-size: var(--fs-text);
}
.from-login .form-group ._input input::placeholder {
  font-size: var(--fs-text);
}
.from-login .form-group ._input._select {
  display: flex;
  gap: 5px;
}
.from-login .form-group ._input._select select {
  height: 46px;
  background: #EDEDED;
  border: none;
  border-radius: 8px;
  padding-left: 10px;
  font-size: var(--fs-text);
}
.from-login .form-group ._input._select select:last-child {
  margin-right: 0;
}
.from-login .form-group a {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 38px;
  background: #05b1f1;
  color: #ffffff;
  padding: 0 10px;
  border-radius: 0 3px 3px 0;
}
.from-login .form-group label.error {
  font-size: 14px;
  color: red;
  margin-bottom: 0;
  font-weight: 400;
}
.from-login .form-group label:not(.error) {
  width: 30%;
  margin: 0;
  padding-top: 12px;
}
.from-login .form-group label:not(.error) > span.text {
  color: silver;
  font-size: 11px;
}
.from-login .form-group label.checkbox_acc {
  margin-left: 30%;
  width: 70%;
}
.from-login .form-group.form-radio label:not(.error) {
  padding-top: 0;
}
.from-login .form-group.form-radio input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  opacity: 1;
}
.from-login .form-group.form-radio input + span {
  display: block;
  margin-left: 7px;
}
.from-login .form-group.form-date label:not(.error) {
  padding-top: 0;
}
.from-login .form-group.form-date select {
  width: calc((100% - 10px) / 3);
}
.from-login .form-group.form-date input {
  width: calc(26.6666666667% - 7px);
}
.from-login .form-group.form-date input:nth-child(3) {
  margin: 0 10px;
}
.from-login.frm-edit .form-group {
  margin-bottom: 10px;
}
.from-login.frm-edit .form-group label:not(.error) {
  padding-top: 0;
}
.from-login.frm-edit .form-group .gt-norn .radio-inline .checkmark:after {
  background: #529C11;
}
.from-login > span {
  width: 70%;
  float: right;
  display: block;
  margin-bottom: 15px;
  font-size: var(--fs-text-small);
}
.from-login > span a {
  color: #006abf;
}
.from-login > span .forgot_password {
  color: #006abf;
  cursor: pointer;
}
.from-login button {
  background: linear-gradient(180deg, #89BA1D 0%, #318B0A 100%);
  height: 46px;
  border-radius: 8px;
  border: initial;
  color: #fff;
  width: 70%;
  float: right;
  margin-bottom: 10px;
  font-size: var(--fs-text);
  cursor: pointer;
}

#SendRequestPopup label.error {
  font-size: 14px;
  color: red;
  margin-bottom: 0;
  font-weight: 400;
}

.alrt-login,
.alrt-regis,
.alrt-contact,
.alrt-cmt,
.alrt-rate,
.alrt-change {
  clear: both;
  text-align: center;
  color: red;
  margin-bottom: 10px;
  display: none;
}
.alrt-login.text-success,
.alrt-regis.text-success,
.alrt-contact.text-success,
.alrt-cmt.text-success,
.alrt-rate.text-success,
.alrt-change.text-success {
  color: #4CAF50;
}

.note-register {
  margin-left: 10px;
}

.contact {
  margin-bottom: 20px;
}

.form-radio .grid-contact .radio-inline {
  display: flex;
  align-items: center;
  margin-right: 22px;
}
.form-radio .form-group > ._input {
  width: 80%;
  float: left;
  font-size: 14px;
}
.form-radio .form-group > ._input._select {
  display: flex;
}
.form-radio .form-group > ._input._select select {
  width: calc(33.3333333333% - 6px);
  margin-right: 9px;
  font-size: 14px;
}
.form-radio.frm-edit .form-group > ._input {
  width: 49%;
}

.purg-lft .from-login .form-group > ._input._select select {
  width: 150px;
  appearance: menulist;
}
.purg-lft .form-group {
  margin: 0;
}
.purg-lft .form-group label span {
  color: #da2032;
  padding-left: 2px;
}
.purg-lft .form-group.account-1 label {
  width: auto;
  font-weight: 400;
  text-transform: none;
}
.purg-lft .form-group .gt-norn {
  display: flex;
  gap: 15px;
}
.purg-lft .form-group .gt-norn label {
  margin-right: 0;
}
.purg-lft .form-group .gt-norn label span {
  top: 1px;
}
.purg-lft .form-group .gt-norn label.radio-inline {
  font-weight: 400;
  width: 100px;
}
.purg-lft .form-group .gt-norn label.radio-inline input {
  display: none;
}
.purg-lft .form-group .gt-norn input:checked ~ .checkmark {
  border: 1.1px solid #529C11;
}
.purg-lft .form-customer .form-group .gt-norn .radio-inline .checkmark:after {
  width: 8px !important;
  height: 8px !important;
  background: #529C11;
  top: 3px !important;
  left: 3px !important;
}
.purg-lft.infacr-lft .form-group p {
  font-size: 14px;
  float: left;
  margin-bottom: 0;
}
.purg-lft.infacr-lft .form-group a {
  font-size: 14px;
  float: left;
  margin-left: 11px;
  position: relative;
  text-decoration: none;
}
.purg-lft.infacr-lft .form-group:nth-of-type(8) p {
  padding-left: 10px;
}
.purg-lft.infacr-lft .action {
  width: 49%;
  display: flex;
  margin-left: 30%;
}

.login-taget {
  width: 70%;
  float: right;
}

.popup-img {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease;
}
.popup-img .ifr-tv {
  height: initial;
  margin: auto;
  top: 0;
  max-width: calc(100% - 30px);
  z-index: 103;
  position: relative;
}
.popup-img .bgblack {
  z-index: 102;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.popup-img .bgblack {
  z-index: 102;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.popup-img .close-pu {
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 1000;
}
.popup-img .close-pu:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup-img .close-pu:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup-img.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.popup-img .close-pu {
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 1000;
}

.close-login {
  background: #fff;
  cursor: pointer;
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  top: -17px;
  right: -15px;
  box-shadow: 0 0 7px rgb(0, 0, 0);
}
.close-login:before {
  content: "";
  width: 70%;
  height: 1px;
  position: absolute;
  transform: rotate(45deg);
  background: #333;
  top: 16px;
  left: 6px;
}
.close-login:after {
  content: "";
  width: 70%;
  height: 1px;
  position: absolute;
  transform: rotate(-45deg);
  background: #333;
  top: 16px;
  left: 6px;
}

.sticker-prd {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.sticker-wrapper {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 99;
  display: none;
}
@media (max-width: 767px) {
  .sticker-wrapper {
    display: block;
    width: 100vw;
    left: calc(-100vw - 15px);
    transition: left 0.5s ease;
    max-height: calc(100vh - 154px);
    overflow-y: auto;
    overflow-x: hidden;
    background: #EAECF0;
  }
  .sticker-wrapper::-webkit-scrollbar {
    width: 2px;
  }
  .sticker-wrapper::-webkit-scrollbar-thumb {
    background: #AFAFAF;
  }
  .sticker-wrapper.active {
    left: -15px;
  }
}

.list-prd-cate ul {
  list-style: none;
  padding: 0;
  position: relative;
}
.list-prd-cate ul li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0;
}
.list-prd-cate ul li.hide, .list-prd-cate ul li.hide-cate {
  display: none;
}
.list-prd-cate ul li.more-cate, .list-prd-cate ul li.hide-cate {
  cursor: pointer;
  text-align: center;
}
.list-prd-cate ul li.more-cate p, .list-prd-cate ul li.hide-cate p {
  text-align: center;
  display: block;
  margin: 0;
  font-size: 13px;
  color: #333;
  width: 100%;
}
.list-prd-cate ul li.more-cate p svg, .list-prd-cate ul li.hide-cate p svg {
  position: relative;
  top: 0;
  right: -3px;
  width: 8px;
}
.list-prd-cate ul li a {
  width: 100%;
  font-size: var(--fs-text);
  padding-left: 5px;
  margin-bottom: 0;
  display: inline-flex;
  font-weight: 600;
}
.list-prd-cate ul li a:first-child {
  padding-left: 0;
}
.list-prd-cate ul li a:hover {
  color: var(--main-color2);
}
.list-prd-cate ul li img {
  object-fit: contain;
  max-height: 100%;
  max-width: 60px;
}
.list-prd-cate ul li:first-child {
  padding-top: 0;
}
.list-prd-cate ul li:last-child:before {
  display: none;
}
.list-prd-cate ul li i {
  line-height: 24px;
  color: #a7a7a7;
  position: absolute;
  top: 2px;
  right: 10px;
}
.list-prd-cate ul li svg {
  fill: #a7a7a7;
  position: absolute;
  top: 13px;
  right: 10px;
  width: 5px;
}
.list-prd-cate > ul {
  margin: 0;
}
.list-prd-cate > ul > li > .text-category {
  display: flex;
  width: 100%;
  position: relative;
  padding: 9.5px 25px;
  border-bottom: 1px solid #D3D7DF;
  background: #EAECF0;
  border-left: 4px solid #EAECF0;
}
@media (max-width: 767px) {
  .list-prd-cate > ul > li > .text-category {
    padding: 10px 15px;
    border-left: none;
  }
}
.list-prd-cate > ul > li:last-child > .text-category {
  border-radius: 0 0 0 10px;
  overflow: hidden;
  border-bottom: none;
}
.list-prd-cate > ul > li > div > div, .list-prd-cate > ul > li > div > p {
  display: flex;
  margin-bottom: 0;
  align-items: center;
}
.list-prd-cate > ul > li > div a {
  width: initial;
}

@media (max-width: 767px) {
  .item-menu {
    flex-direction: column;
  }
}
.item-menu .sub-menu-product {
  display: none;
  position: absolute;
  background: #fff;
  width: calc(var(--w-container) * 7 / 10 - 280px);
  height: 100%;
  left: 280px;
  top: 0;
  z-index: 9999;
  margin: 0;
  list-style: none;
  overflow: auto;
  overflow-x: hidden;
  padding: 20px;
  border-radius: 0 0 10px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .item-menu .sub-menu-product {
    display: block;
    position: relative;
    height: initial;
    left: 0;
    width: 100vw;
    padding: 15px;
    background: #EAECF0;
    border-radius: 0;
    box-shadow: 0 0 10px -8px #333 inset;
  }
}
.item-menu .sub-menu-product > ul {
  grid-template-columns: repeat(5, calc((100% - 40px) / 5));
}
@media (max-width: 767px) {
  .item-menu .sub-menu-product > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.item-menu .sub-menu-product > ul > li {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 20px 10px;
}
.item-menu .sub-menu-product > ul > li a {
  font-weight: 400;
}
@media (max-width: 767px) {
  .item-menu .sub-menu-product > ul > li {
    padding: 0;
    width: calc((100% - 30px) / 4);
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px -9px #333;
    aspect-ratio: 1;
  }
  .item-menu .sub-menu-product > ul > li a {
    font-size: 12px;
  }
}
.item-menu .sub-menu-product > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #d8d8d8;
  margin-top: 10px;
  padding-top: 5px;
  margin-bottom: 10px;
}
.item-menu .sub-menu-product .title-sub-category {
  font-size: var(--fs-item-product);
  font-weight: 700;
  text-transform: uppercase;
}

a.pure-menu-link {
  font-weight: 700;
  color: #333;
  font-size: 13px !important;
  padding: 0;
  border-bottom: 1px solid #d8d8d8;
  display: block;
  text-transform: uppercase;
  padding-bottom: 5px;
}
a.pure-menu-link:hover {
  color: #fb490b;
}

.item-menu > ul > li {
  list-style: none;
  margin-bottom: 0;
  font-size: 15px;
  display: table;
  float: left;
  padding: 0 10px;
  border: 0;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 700;
}
.item-menu > ul > li > p {
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 700;
  display: flex;
  margin: 0;
}
.item-menu > ul > li > p > a {
  font-size: 12px;
  color: #4a90e2;
  display: inline-block;
  margin-left: 5px;
  text-transform: initial;
  width: initial;
  font-weight: 400;
}
.item-menu > ul > li > a {
  font-size: 12px;
  color: #4a90e2;
  display: inline-block;
  margin-left: 5px;
  text-transform: initial;
  width: initial;
  font-weight: 400;
}
.item-menu > ul > li > ul li {
  line-height: 15px;
  border-bottom: 0;
  font-size: 14px;
  padding: 5px 0;
  padding-bottom: 7px;
  overflow: hidden;
  display: inherit;
}
.item-menu > ul > li > ul li a {
  padding-left: 0;
  float: left;
  display: block;
  width: initial;
  font-size: 14px;
  font-weight: initial;
  text-transform: initial;
}

.pure-menu-link2 {
  display: block;
  color: #333;
  transition: 0s;
}
.pure-menu-link2:hover {
  color: #fd4a0b;
}
.pure-menu-link2:before {
  display: none;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #aaa;
  position: absolute;
  left: 12px;
  top: 12px;
}

.sub-menu {
  display: none;
}

.sticker-body {
  display: none;
}

.sticker {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-bottom {
  background: var(--main-color2);
}

.span-text {
  background: var(--color-hover);
  color: #fff;
  padding: 13.5px 20px;
  font-size: var(--fs-text);
  cursor: pointer;
  width: 280px;
  overflow: hidden;
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .span-text {
    gap: 0;
    width: initial;
    padding: 15px;
  }
}

.livestream:after {
  content: "";
  border: 1px solid #fff028;
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: rgba(238, 46, 36, 0.2);
  border-radius: 100%;
  -moz-animation: sonar 1.25s linear infinite;
  -o-animation: sonar 1.25s linear infinite;
  -webkit-animation: sonar 1.25s linear infinite;
  animation: sonar 1.25s linear infinite;
  display: block;
  margin: -1px 0 0 -1px;
  position: absolute;
  left: 0.5px;
  top: 6px;
  border-radius: 50%;
}

.text-menu {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
  width: calc(100% - 280px);
  padding-left: 30px;
}
@media (min-width: 768px) {
  .text-menu .search-header {
    display: none;
    height: 35px;
    padding: 0 15px;
  }
  .text-menu .search-header input {
    height: 32px;
  }
}
.text-menu a,
.text-menu a:not([href]):not([tabindex]) {
  color: #fff;
  padding: 0;
  font-size: var(--fs-text);
  position: relative;
  font-weight: 700;
}
.text-menu a:hover {
  color: #FF2F1D;
}
@media (max-width: 767px) {
  .text-menu {
    gap: 15px;
    padding: 0 0 0 15px;
    width: calc(100% - 49px);
    overflow-x: auto;
    overflow-y: hidden;
  }
  .text-menu::-webkit-scrollbar {
    height: 0px;
  }
  .text-menu a {
    white-space: nowrap;
    font-weight: 600;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  header.show-head .text-menu {
    padding-left: 15px;
    gap: 15px;
  }
  header.show-head .search-header {
    display: flex;
  }
}
.BannerIndexLeft,
.BannerIndexRight {
  position: absolute;
}

.contaner-banner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.contaner-banner .wrp {
  width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
.contaner-banner .wrp .BannerIndexLeft {
  left: 3px;
  transform: translateX(calc(-100% - 55px)) translateY(10%);
}
.contaner-banner .wrp .BannerIndexRight {
  right: 3px;
  transform: translateX(calc(100% + 55px)) translateY(10%);
}

.slide-home {
  aspect-ratio: 1920/730;
  overflow: hidden;
  position: relative;
}
.slide-home:before {
  overflow: hidden;
  aspect-ratio: 1924/146;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  z-index: 10;
}
.slide-home.no-shadow:before {
  display: none;
}
.slide-home .item {
  aspect-ratio: 1920/730;
}
.slide-home .owl-carousel .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .slide-home {
    aspect-ratio: 430/250;
  }
  .slide-home:before {
    aspect-ratio: 430/80;
    bottom: -7px;
  }
  .slide-home .item {
    aspect-ratio: 430/250;
  }
  .slide-home .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.nav-typeI .owl-nav .owl-prev,
.nav-typeI .owl-nav .owl-next {
  position: absolute;
  top: 38%;
}
.nav-typeI .owl-nav .owl-prev span,
.nav-typeI .owl-nav .owl-next span {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .nav-typeI .owl-nav .owl-prev span,
  .nav-typeI .owl-nav .owl-next span {
    width: 40px;
    height: 40px;
  }
  .nav-typeI .owl-nav .owl-prev span svg,
  .nav-typeI .owl-nav .owl-next span svg {
    height: 15px;
  }
}
.nav-typeI .owl-nav .owl-prev {
  left: 35px;
}
@media (max-width: 767px) {
  .nav-typeI .owl-nav .owl-prev {
    left: 15px;
  }
}
.nav-typeI .owl-nav .owl-next {
  right: 35px;
}
@media (max-width: 767px) {
  .nav-typeI .owl-nav .owl-next {
    right: 15px;
  }
}

.sectio-about {
  padding: var(--module-size) 0;
}
.sectio-about .container {
  display: flex;
  align-items: center;
  gap: var(--gap-section);
}
.sectio-about .container > * {
  width: calc((100% - var(--gap-section)) / 2);
}
@media (max-width: 767px) {
  .sectio-about .container {
    flex-direction: column;
  }
  .sectio-about .container > * {
    width: 100%;
  }
}
.sectio-about .left-about .description {
  text-align: justify;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .sectio-about .left-about .description {
    margin-bottom: 15px;
  }
}
.sectio-about .left-about .description p {
  line-height: 1.5;
}
.sectio-about .left-about .description p:last-child {
  margin-bottom: 0;
}
.sectio-about .right-about img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .sectio-about .right-about img {
    height: initial;
  }
}

.banner-text {
  background: #fff;
  margin-bottom: 7px;
}

.banner-text > a:first-child {
  color: #ed1c24;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  padding: 5px 10px;
  display: block;
}

.banner-text > a:first-child i {
  margin-left: 10px;
  font-size: 16px;
}

.banner-text > a {
  display: block;
  padding: 7px 12px;
  border-top: 1px solid #eee;
  line-height: 1.5;
}

.hbr-img {
  padding: 0;
  margin: 0;
}

.hbr-img a {
  margin-bottom: 7px;
  max-height: 63px;
  overflow: hidden;
  position: relative;
  display: block;
}

.hbr-img a:last-child {
  margin-bottom: 0;
}

.hbr-img a:after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: -100%;
  width: 120%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.15) 35%, rgba(255, 255, 255, 0.2), 70%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.hbr-img a:hover:after {
  opacity: 1;
  left: 120%;
  transition-property: left, top, opacity;
  transition-duration: 1s, 2s, 0.1s;
  transition-timing-function: ease;
}

.hbr-img li img {
  width: 100%;
}

.sld-banner {
  position: relative;
}

.owl-carousel .owl-item img {
  width: initial;
}

.slider-advertisement .owl-carousel .owl-item img {
  width: 100%;
  height: initial;
}
.slider-advertisement .owl-prev {
  position: absolute;
  top: 42%;
  left: -19px;
}
@media (max-width: 767px) {
  .slider-advertisement .owl-prev {
    left: 0;
  }
}
.slider-advertisement .owl-prev.disabled {
  opacity: 0;
}
.slider-advertisement .owl-prev span {
  width: 45px;
  height: 45px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  overflow: hidden;
}
.slider-advertisement .owl-next {
  position: absolute;
  top: 42%;
  right: -19px;
}
@media (max-width: 767px) {
  .slider-advertisement .owl-next {
    right: 0;
  }
}
.slider-advertisement .owl-next.disabled {
  opacity: 0;
}
.slider-advertisement .owl-next span {
  width: 45px;
  height: 45px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  overflow: hidden;
}
.slider-advertisement .owl-prev span:hover, .slider-advertisement .owl-next span:hover {
  background: #529C11;
}
.slider-advertisement .owl-prev span:hover svg, .slider-advertisement .owl-next span:hover svg {
  fill: #fff;
}
.slider-advertisement .owl-prev span:hover svg path, .slider-advertisement .owl-next span:hover svg path {
  fill: #fff;
}
.slider-advertisement .owl-prev, .slider-advertisement .owl-next {
  top: 38%;
}

.slider_nav .owl-prev, .slide-views .owl-prev, .slider-prd-dis .owl-prev, .sld-banner .owl-prev {
  position: absolute;
  top: 42%;
  left: -19px;
}
@media (max-width: 767px) {
  .slider_nav .owl-prev, .slide-views .owl-prev, .slider-prd-dis .owl-prev, .sld-banner .owl-prev {
    left: 0;
  }
}
.slider_nav .owl-prev.disabled, .slide-views .owl-prev.disabled, .slider-prd-dis .owl-prev.disabled, .sld-banner .owl-prev.disabled {
  opacity: 0;
}
.slider_nav .owl-prev span, .slide-views .owl-prev span, .slider-prd-dis .owl-prev span, .sld-banner .owl-prev span {
  width: 45px;
  height: 45px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  overflow: hidden;
}
.slider_nav .owl-next, .slide-views .owl-next, .slider-prd-dis .owl-next, .sld-banner .owl-next {
  position: absolute;
  top: 42%;
  right: -19px;
}
@media (max-width: 767px) {
  .slider_nav .owl-next, .slide-views .owl-next, .slider-prd-dis .owl-next, .sld-banner .owl-next {
    right: 0;
  }
}
.slider_nav .owl-next.disabled, .slide-views .owl-next.disabled, .slider-prd-dis .owl-next.disabled, .sld-banner .owl-next.disabled {
  opacity: 0;
}
.slider_nav .owl-next span, .slide-views .owl-next span, .slider-prd-dis .owl-next span, .sld-banner .owl-next span {
  width: 45px;
  height: 45px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  overflow: hidden;
}
.slider_nav .owl-prev span:hover, .slider_nav .owl-next span:hover, .slide-views .owl-prev span:hover, .slide-views .owl-next span:hover, .slider-prd-dis .owl-prev span:hover, .slider-prd-dis .owl-next span:hover, .sld-banner .owl-prev span:hover, .sld-banner .owl-next span:hover {
  background: #529C11;
}
.slider_nav .owl-prev span:hover svg, .slider_nav .owl-next span:hover svg, .slide-views .owl-prev span:hover svg, .slide-views .owl-next span:hover svg, .slider-prd-dis .owl-prev span:hover svg, .slider-prd-dis .owl-next span:hover svg, .sld-banner .owl-prev span:hover svg, .sld-banner .owl-next span:hover svg {
  fill: #fff;
}
.slider_nav .owl-prev span:hover svg path, .slider_nav .owl-next span:hover svg path, .slide-views .owl-prev span:hover svg path, .slide-views .owl-next span:hover svg path, .slider-prd-dis .owl-prev span:hover svg path, .slider-prd-dis .owl-next span:hover svg path, .sld-banner .owl-prev span:hover svg path, .sld-banner .owl-next span:hover svg path {
  fill: #fff;
}

.banner {
  margin-bottom: 15px;
  padding: 10px 0 0 10px;
}

.hb-right {
  margin-left: 10px;
}

.bg-gray {
  background: #eee;
}

.background_bottom {
  display: grid;
  grid-gap: 8px;
  clear: both;
  width: 100%;
}

.background_bottom4 {
  grid-template-columns: repeat(4, 1fr);
}

.background_bottom3 {
  grid-template-columns: repeat(3, 1fr);
}

.background_bottom2 {
  grid-template-columns: repeat(2, 1fr);
}

.background_bottom4 a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 142px;
}

.background_bottom3 a {
  height: 175px;
}

.background_bottom2 a {
  height: 264px;
  overflow: hidden;
  position: relative;
}

.background_bottom a:after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: -100%;
  width: 120%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.15) 35%, rgba(255, 255, 255, 0.2), 70%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.background_bottom a:hover:after {
  opacity: 1;
  left: 120%;
  transition-property: left, top, opacity;
  transition-duration: 1s, 2s, 0.1s;
  transition-timing-function: ease;
}

.background_bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prRating svg {
  height: 14px;
}
.prRating .fa-star svg path {
  fill: #529C11;
}

.bg-discount h2 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 27px;
  color: #fff225;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.item .icon-hot img,
.item .icon-hot-sale img {
  position: static;
  max-height: 100%;
  max-width: 100%;
}
.item .icon-hot-sale {
  position: absolute;
  top: 15px;
  left: 0;
  width: 73px;
  height: 56px;
  z-index: 10;
}

.policy-index {
  padding-bottom: var(--module-size);
}
.policy-index .grid-policy {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .policy-index .grid-policy {
    gap: 15px;
  }
}
.policy-index .grid-policy .item-policy {
  width: calc((100% - 30px) / 2);
  border: 1px solid #F0F0F0;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 20px;
}
@media (max-width: 767px) {
  .policy-index .grid-policy .item-policy {
    padding: 15px;
    width: 100%;
  }
}
.policy-index .grid-policy .item-policy .icon {
  width: 150px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .policy-index .grid-policy .item-policy .icon {
    width: 80px;
  }
}
.policy-index .grid-policy .item-policy .icon img {
  width: initial;
  height: initial;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.policy-index .grid-policy .item-policy .infor {
  width: calc(100% - 150px);
  padding-left: 15px;
}
@media (max-width: 767px) {
  .policy-index .grid-policy .item-policy .infor {
    width: calc(100% - 80px);
  }
}
.policy-index .grid-policy .item-policy .infor .title-policy {
  font-size: 19px;
  color: #529C11;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 767px) {
  .policy-index .grid-policy .item-policy .infor .title-policy {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.policy-index .grid-policy .item-policy .infor .desc p:last-child {
  margin-bottom: 0;
}

.category-hot {
  padding-bottom: var(--module-size);
}

.category-hot-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .category-hot-grid {
    gap: 15px;
  }
}
.category-hot-grid .item-category-grid {
  width: calc((100% - 60px) / 3);
  aspect-ratio: 453/325;
  background: #F5F5F5;
  padding: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .category-hot-grid .item-category-grid {
    width: 100%;
    padding: 15px;
    aspect-ratio: 453/254;
  }
}
.category-hot-grid .item-category-grid .img {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 30%;
  max-width: 50%;
  max-height: 80%;
  display: flex;
  align-items: end;
  justify-content: end;
}
.category-hot-grid .item-category-grid .img img {
  width: initial;
  height: initial;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.category-hot-grid .item-category-grid .infor h3 {
  margin-bottom: 15px;
}
.category-hot-grid .item-category-grid .infor h3 a {
  font-size: 23px;
  color: #529C11;
}
@media (max-width: 767px) {
  .category-hot-grid .item-category-grid .infor h3 a {
    font-size: 16px;
  }
}
.category-hot-grid .item-category-grid .infor .desc {
  margin-bottom: 15px;
}

.discount {
  position: relative;
  padding: var(--module-size) 0;
  overflow: hidden;
}
.discount .container {
  position: relative;
}
.discount .img-bgr {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: -1;
}
.discount .img-bgr img {
  width: 100%;
  height: 100%;
}
.discount .page {
  margin-bottom: 0;
}

.card_product {
  padding: 10px;
  position: relative;
  border: 1px solid #f2f4f7;
  border-radius: 5px;
}
.card_product.radius {
  border-radius: 8px;
  overflow: hidden;
}
.card_product .code-product {
  height: 22px;
  text-transform: uppercase;
  border-radius: 2px;
  background: #F1F1F1;
  display: inline-flex;
  align-items: center;
  font-size: var(--fs-text-small);
  padding: 0 13px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .card_product .code-product {
    padding: 0 10px;
  }
}
.card_product .img {
  aspect-ratio: 290/320;
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 1210px) and (max-width: 1600px) {
  .card_product .img {
    margin-bottom: 15px;
  }
}
.card_product .img a {
  width: 100%;
}
.card_product .img .tag_product {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  width: calc(100% - 50px);
  justify-content: start;
  flex-wrap: wrap;
  gap: 5px;
  z-index: 2;
}
.card_product .img .tag_product span {
  color: #ec2327;
  border: 1px solid #ec2327;
  border-radius: 4px;
  padding: 0 10px;
  line-height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  z-index: 4;
  background: #ffffff;
  font-size: var(--fs-text-small);
}
.card_product .img .tag_product .icon-hot {
  max-width: 50px;
}
.card_product .img .prDisPercent {
  position: absolute;
  left: initial;
  right: 0;
  top: 0px;
  font-weight: 700;
  display: inline-flex;
  height: 22px;
  align-items: center;
  border-radius: 4px;
  background: #E52323;
  color: #fff;
  justify-content: center;
  padding: 0 7px;
  z-index: 10;
}
@media (max-width: 767px) {
  .card_product .img .prDisPercent {
    font-size: 12px;
    font-weight: 400;
  }
}
.card_product .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: all 0.3s linear;
  width: initial;
  display: block;
  position: initial;
}
.card_product .img:hover img {
  transform: scale(1.05);
}
.card_product .img:hover img.frame {
  transform: scale(1);
}
.card_product .img.has-frame {
  aspect-ratio: 244/226;
}
.card_product .img > a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
  height: initial;
  aspect-ratio: 290/320;
}
.card_product .img .img-frame {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  z-index: 3;
  max-height: initial;
  max-width: initial;
}
.card_product .img .img-frame > img {
  width: 100%;
}
.card_product .item-txt-online {
  color: #A5A5A5;
  font-size: 14px;
  margin-bottom: 5px;
}
.card_product .prRating {
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 1px;
}
.card_product .desc .code-product {
  font-size: var(--fs-text-small);
  color: #57585B;
  line-height: 1;
  text-transform: uppercase;
  background: transparent;
  padding: 0;
  padding-bottom: 10px;
}
.card_product .desc > .compare {
  font-size: var(--fs-text-small);
  color: #006abf;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  margin-top: 10px;
}
.card_product h3 {
  font-size: var(--fs-item-product);
  line-height: 1.4;
  margin-bottom: 5px;
  min-height: 56px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .card_product h3 {
    min-height: 44.78px;
  }
}
.card_product h3 span {
  color: #167ac6;
  font-weight: 400;
  font-size: 15px;
}
.card_product h3 a {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: var(--fs-item-product);
  font-weight: 600;
}
.card_product .price_product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin-bottom: 10px;
}
.card_product .price_product .price_left {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: end;
}
@media (max-width: 767px) {
  .card_product .price_product .price_left {
    row-gap: 0px;
  }
}
.card_product .price_product .price_right .add_to_cart {
  background: linear-gradient(180deg, #83B61B 0%, #3D910C 100%);
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 767px) {
  .card_product .price_product .price_right .add_to_cart {
    width: 35px;
    height: 35px;
  }
  .card_product .price_product .price_right .add_to_cart svg {
    height: 25px;
  }
}
.card_product .price_product .price_right .add_to_cart:hover {
  background: linear-gradient(180deg, #3D910C 0%, #83B61B 100%);
}
.card_product .price_product sup {
  text-decoration: underline;
}
.card_product.bg-white {
  background: #fff;
}
.card_product.bg-white .desc {
  padding: 0 15px;
}
.card_product.horizontal {
  display: flex;
  gap: 30px;
  width: 100%;
  position: relative;
  padding-bottom: 0;
  border-bottom: 1px solid #E9E9E9;
}
.card_product.horizontal .img {
  width: 31.6%;
}
.card_product.horizontal .price_product .price_right .add_to_cart {
  position: absolute;
  bottom: 15px;
  right: 0;
}
.card_product.horizontal .desc {
  width: calc(68.4% - 30px);
}
.card_product.horizontal .desc h3 {
  min-height: initial;
}
.card_product.horizontal .desc .code-product {
  background: #F1F1F1;
  padding: 0 13px;
  border-radius: 2px;
}
.card_product.horizontal .desc .description {
  margin-top: 30px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  padding-right: 50px;
}
.card_product.horizontal .desc .description p {
  font-size: var(--fs-text-small);
  margin-bottom: 10px;
}
.card_product.horizontal .desc .description ul, .card_product.horizontal .desc .description ol {
  padding-left: 20px;
}
.card_product.horizontal .desc .description ul li, .card_product.horizontal .desc .description ol li {
  font-size: var(--fs-text-small);
  padding-bottom: 5px;
}
.card_product.horizontal .desc .description ul li::marker, .card_product.horizontal .desc .description ol li::marker {
  font-size: 0.8em;
}
.card_product.horizontal .desc .description .title {
  font-weight: 600;
  font-size: var(--fs-text);
}

.price {
  margin-bottom: 5px;
  display: flex;
  column-gap: 10px;
  flex-wrap: wrap;
}

.prPrice {
  font-size: 23px;
  color: #E52323;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 767px) {
  .prPrice {
    font-size: 15px;
  }
}

.prOldPrice {
  font-weight: 400;
  color: #A5A5A5;
  font-size: 17px;
  text-decoration: line-through;
  display: block;
  line-height: 1;
}
@media (max-width: 767px) {
  .prOldPrice {
    font-size: 14px;
  }
}

.prDisPercent {
  font-size: var(--fs-text-small);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  color: #fff;
  border-radius: 4px;
  background: #E52323;
}

.slider-prd-dis .owl-prev {
  position: absolute;
  top: 42%;
  left: -19px;
}
@media (max-width: 767px) {
  .slider-prd-dis .owl-prev {
    left: 0;
  }
}
.slider-prd-dis .owl-prev.disabled {
  opacity: 0;
}
.slider-prd-dis .owl-prev span {
  width: 45px;
  height: 45px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  overflow: hidden;
}
.slider-prd-dis .owl-next {
  position: absolute;
  top: 42%;
  right: -19px;
}
@media (max-width: 767px) {
  .slider-prd-dis .owl-next {
    right: 0;
  }
}
.slider-prd-dis .owl-next.disabled {
  opacity: 0;
}
.slider-prd-dis .owl-next span {
  width: 45px;
  height: 45px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  overflow: hidden;
}
.slider-prd-dis .owl-prev span:hover, .slider-prd-dis .owl-next span:hover {
  background: #529C11;
}
.slider-prd-dis .owl-prev span:hover svg, .slider-prd-dis .owl-next span:hover svg {
  fill: #fff;
}
.slider-prd-dis .owl-prev span:hover svg path, .slider-prd-dis .owl-next span:hover svg path {
  fill: #fff;
}
.slider-prd-dis.load-product-hot .item .img .img-frame {
  left: 0;
  width: 100%;
}

.trademark {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin-bottom: 5px;
}
.trademark img {
  max-height: 20px;
  object-fit: contain;
  width: initial;
  max-width: 70px;
}
.trademark span {
  font-weight: 600;
  display: block;
}

.line-trade,
.lightning {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 24px;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(90deg, #FB7D25 0%, #E52323 100%);
  padding: 0 10px 0 0;
  gap: 5px;
}
.line-trade .ic,
.lightning .ic {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #E62624;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .line-trade .ic,
  .lightning .ic {
    width: 22px;
    height: 22px;
  }
}
.line-trade .fix-pr-oran,
.lightning .fix-pr-oran {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 24px;
  font-size: 15px;
  height: 100%;
}
@media (max-width: 767px) {
  .line-trade .fix-pr-oran,
  .lightning .fix-pr-oran {
    font-size: 11px;
    line-height: 22px;
  }
}

.line-trade span {
  font-size: 12px;
  color: #fff;
  background: #ec2327;
  line-height: 20px;
  padding: 0 13px;
  display: table-cell;
  margin: 0;
}
.line-trade span:first-child {
  border-radius: 10px 0 0 10px;
  padding-left: 30px;
}
.line-trade span:last-child {
  border-radius: 0 10px 10px 0;
  background: #0e64a9;
}

.slider-prd-dis.grid-prd-4.grid-load-search .item {
  min-height: initial;
}

.prd-intro_1 .slider-prd-dis .item {
  border-bottom: none;
  border-top: 1px solid #e9e9e9;
}

.prRating {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 1px;
}
.prRating span:not(.fa) {
  font-size: 16px;
  position: relative;
  color: #6F6F6F;
  line-height: 1;
}
.prRating span.fa {
  color: #579F16;
  font-size: 13px;
}
.prRating .fa-star-o:before,
.prRating .fa-star:before,
.prRating .fa-star-half-o:before {
  display: none;
}
.prRating .fa-star-o:before,
.prRating .fa-star:before,
.prRating .fa-star-half-o:before {
  display: none;
}
.prRating span:not(.fa):last-child {
  margin-left: 10px;
}

.lst_comment .prRating span {
  margin-right: 10px;
}
.lst_comment .prRating span:nth-child(2) {
  margin-left: 0;
  padding-left: 0;
  font-size: initial;
}

.grid-pro-5,
.grid-pro-4 {
  display: grid;
  grid-template-columns: repeat(6, 16.6666666667%);
  padding: 0;
  border-bottom: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
}

.grid-prd-5 .item {
  border-right: 1px solid #EAEAEA;
  border-top: 1px solid #EAEAEA;
  position: relative;
  overflow: hidden;
}
.grid-prd-5 .view-tt-prd {
  grid-column: 1/6;
}

.grid-pro-4 .item-img {
  grid-column: 1/3;
}
.grid-pro-4 .view-tt-prd {
  grid-column: 1/5;
}

.grid-prd-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 0;
  border-top: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
}

.prd-intro_1 .grid-pro-5,
.prd-intro_1 .grid-pro-4 {
  background: #fff;
}

.slider-prd-dis.grid-prd-6 {
  border-left: none;
}
.slider-prd-dis.grid-prd-6 .item:nth-of-type(6n+1) {
  border-left: 1px solid #EAEAEA;
}
.slider-prd-dis.grid-prd-5 {
  gap: 0;
}
.slider-prd-dis.grid-prd-5 .item {
  border: none;
  border-top: 1px solid #EAEAEA;
  border-left: 1px solid #EAEAEA;
}
.slider-prd-dis.grid-prd-5 .item:nth-of-type(5n+1) {
  border-left: 1px solid #EAEAEA;
}

.nav-product div {
  padding: 0 12px;
  line-height: 32px;
  border-radius: 3px;
  background: #fff;
  margin: 0 2px;
  display: inline-block;
  cursor: pointer;
}

.nav-product div.active,
.nav-product div:hover {
  background: #19328c;
  color: #fff;
}

.nav-product {
  text-align: center;
  margin-bottom: 20px;
}

.title-hot {
  position: relative;
  margin-bottom: 0;
}

.title-hot:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background: #0f2d75;
}

.title-hot span {
  text-align: center;
  position: relative;
  z-index: 102;
  color: #fff225;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 27px;
  padding: 3px 56px;
  line-height: 45px;
  display: block;
  display: table;
  margin: 0 auto 25px;
}

.title-hot span:before,
.title-hot span:after {
  background: url(../images/bg-tit.webp) no-repeat;
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-size: auto 100%;
  z-index: -1;
  background-position: center left;
}

.title-hot span:after {
  right: 1px;
  left: initial;
  transform: rotate(180deg);
}

.view-tt-prd {
  display: table;
  margin: 15px auto 0px;
  line-height: 40px;
  padding: 0;
  background: #fff;
  color: #006abf;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  grid-column: 1/7;
}

.view-tt-prd span {
  display: block;
  padding: 0 25px;
}

.view-tt-prd i {
  margin-left: 5px;
  font-size: 18px;
}

.more_hot_index {
  padding: 0 25px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.tab-content-prd {
  padding-bottom: 20px;
}

.item-img img {
  width: 100%;
}

.nav-prd_2 a {
  margin: 0 15px;
}

.nav-prd_2 {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #EAEAEA;
  border-bottom: initial;
}

.nav-prd_2 h2 {
  background: url(../images/bg-tit_2.png) no-repeat;
  color: #fff;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  padding: 12px 60px 12px 15px;
  background-size: auto 100%;
  background-position: center right;
}

.nav-prd_2 h2 a {
  color: #fff;
}

.nav-prd_2 h2 img {
  width: 34px;
  height: 34px;
  background: #fff;
  line-height: 34px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  object-fit: contain;
}

.prd-intro_1 {
  padding-bottom: 20px;
}

.slider-partner {
  display: grid;
  width: 100%;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #EAEAEA;
  align-items: center;
  border-top: initial;
  grid-template-columns: repeat(8, 1fr);
}

.slider-partner img {
  width: initial;
  height: initial;
  max-width: 100%;
  max-height: 66px;
}

.item-img_v2 {
  grid-column: 1/3;
}

.subtitle {
  font-size: var(--fs-text-sub);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}
.subtitle.center {
  text-align: center;
}

.title_v2 {
  font-weight: 700;
  font-size: var(--fs-text-main);
  text-transform: uppercase;
  color: var(--main-color2);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .title_v2 {
    margin-bottom: 15px;
  }
}
.title_v2 a {
  font-weight: 700;
  font-size: var(--fs-text-main);
}
.title_v2 a.view-all {
  text-transform: initial;
  font-weight: 400;
  font-size: 14px;
  color: #333;
}
.title_v2.center {
  text-align: center;
}

.category-prd {
  background: #f6f6f6;
}
.category-prd .title_v2 {
  background: #F1F1F1;
  padding: 27px 0px;
}
@media (max-width: 767px) {
  .category-prd .title_v2 {
    padding: 15px 0;
    margin-bottom: 0;
  }
}

.slider-category {
  position: relative;
}
.slider-category a {
  text-align: center;
  padding: 15px;
  display: flex;
  aspect-ratio: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.slider-category a:before {
  content: "";
  height: 10px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #88B91C 0%, #3C900C 100%);
  transition: width 0.5s ease;
}
.slider-category a:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.slider-category a:hover:before {
  width: 100%;
}
.slider-category a .img {
  width: 110px;
  aspect-ratio: 1;
  margin: 0 auto;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.slider-category a .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: initial;
  height: initial;
}
.slider-category a h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .slider-category a h3 {
    font-size: 16px;
  }
}
.slider-category .owl-prev {
  position: absolute;
  top: 30%;
  left: 0;
}
.slider-category .owl-next {
  position: absolute;
  top: 30%;
  right: 0;
}

.slider-certification.owl-carousel .owl-nav button {
  background-position: -10px -46px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  right: -16px;
  opacity: 1;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 31px;
  color: rgba(108, 117, 125, 0.831372549);
}
.slider-certification.owl-carousel .owl-nav button span {
  font-size: 30px;
}
.slider-certification.owl-carousel .owl-nav button:hover {
  color: #000;
}
.slider-certification.owl-carousel .owl-nav button.owl-prev {
  background-position: 7px -46px;
  left: -16px;
}

.partner-section {
  background: #EDEDED;
  padding: var(--gap-module) 0;
}
.partner-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .partner-section .container {
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }
}
.partner-section .container .title_v2 {
  margin-bottom: 0;
  font-size: 30px;
  text-transform: initial;
  width: 35%;
}
@media (max-width: 767px) {
  .partner-section .container .title_v2 {
    width: 100%;
    font-size: 26px;
    text-align: center;
  }
}
.partner-section .container .grid-partner {
  width: 65%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .partner-section .container .grid-partner {
    width: 100%;
    gap: 15px;
    flex-wrap: wrap;
  }
}

.grid-partner {
  display: flex;
}
.grid-partner .item-partner {
  display: block;
  aspect-ratio: 150/60;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .grid-partner .item-partner {
    width: calc((100% - 60px) / 4);
  }
}
.grid-partner .item-partner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.newsindex-section {
  padding: var(--gap-module) 0;
  background: #F5F5F5;
}

.slider-certification {
  background: #f9f9f9;
  padding: 24px 20px;
  border: 1px solid #EAEAEA;
  border-top: initial;
  position: relative;
}
.slider-certification .item {
  padding: 8px;
  border: 1px solid #f9f9f9;
}
.slider-certification .item div {
  display: block;
  aspect-ratio: 261/370;
  background: #f1f1f1;
}
.slider-certification .item div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slider-certification .item div.active + div, .slider-certification .item div:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.grid-news {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.grid-news .card_news {
  width: calc((100% - 60px) / 3);
}
@media (max-width: 767px) {
  .grid-news {
    gap: 15px;
  }
  .grid-news .card_news {
    width: 100%;
  }
}

.newsindex-section .grid-news {
  display: block;
}
.newsindex-section .grid-news .card_news {
  width: 100%;
}

.card_news {
  background: #fff;
}
.card_news .img {
  aspect-ratio: 16/10;
  overflow: hidden;
  display: block;
}
.card_news .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.card_news .img:hover img {
  transform: scale(1.03);
}
.card_news .infor {
  padding: 30px 40px;
}
@media (max-width: 767px) {
  .card_news .infor {
    padding: 15px;
  }
}
.card_news .date {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 15px;
}
.card_news h3 {
  font-size: var(--fs-item-news);
  font-weight: 600;
  margin-bottom: 15px;
}
.card_news h3 a {
  font-size: var(--fs-item-news);
  font-weight: 600;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.card_news h3 a:hover {
  color: #529C11;
}
.card_news .desc {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.card_news .desc p {
  font-weight: 400;
}
.card_news.border .infor {
  border: 1px solid #E9E9E9;
  border-top: none;
}
.card_news.no-border h3 a {
  text-decoration: none;
}
.card_news.no-border .infor {
  padding-left: 0;
  padding-right: 0;
}

.tab-news-index {
  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tab-news-index {
    margin-bottom: 15px;
    gap: 40px;
  }
}
.tab-news-index .tab-item {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .tab-news-index .tab-item {
    font-size: 18px;
    font-weight: 400;
  }
}
.tab-news-index .tab-item.active, .tab-news-index .tab-item:hover {
  color: #529C11;
}
.tab-news-index .tab-item:after {
  content: "";
  width: 1px;
  height: 16px;
  background: #ccc;
  position: absolute;
  right: -30px;
  top: 10px;
}
@media (max-width: 767px) {
  .tab-news-index .tab-item:after {
    right: -20px;
    top: 4px;
  }
}
.tab-news-index .tab-item:last-child:after {
  display: none;
}

.video-section {
  padding-top: var(--gap-module);
  background: #fff;
}

.card_video {
  cursor: pointer;
}
.card_video .img {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.card_video .img:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
}
.card_video .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
  position: relative;
  z-index: 1;
}
.card_video .img .play {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card_video .infor h3 {
  font-size: var(--fs-item-news);
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 20px;
  margin: 0;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media (max-width: 767px) {
  .card_video .infor h3 {
    padding-top: 15px;
  }
}
.card_video:hover .img img {
  transform: scale(1.03);
}
.card_video:hover .infor h3 {
  color: #529C11;
}

.grid-video {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, calc(25% - 23px));
}
@media (max-width: 767px) {
  .grid-video {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .grid-video .card_video {
    width: 100%;
  }
}
.grid-video .card_video:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}
.grid-video .card_video:first-child .img {
  aspect-ratio: 16/11;
}

.support-index {
  padding: var(--gap-module) 0;
  background: #fff;
}

.grid-support-index {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .grid-support-index {
    gap: 15px;
  }
}
.grid-support-index .item {
  width: calc((100% - 120px) / 5);
  aspect-ratio: 1;
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .grid-support-index .item {
    width: calc((100% - 15px) / 2);
  }
}
.grid-support-index .item.hidden {
  display: none;
}
.grid-support-index .item .icon {
  width: 70px;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: end;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .grid-support-index .item .icon {
    margin-bottom: 10px;
  }
}
.grid-support-index .item p {
  margin-bottom: 0;
  line-height: 1.4;
  text-align: center;
  min-height: 50px;
}
.grid-support-index .item p.title-support {
  font-size: var(--fs-item-news);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  min-height: initial;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .grid-support-index .item p.title-support {
    margin-bottom: 5px;
  }
}

.email_letter {
  background: linear-gradient(90deg, #8BBB1D 0%, #348C0A 100%);
  padding: 35px 0;
}
@media (max-width: 767px) {
  .email_letter {
    padding: 15px 0;
  }
}
.email_letter .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .email_letter .container {
    flex-direction: column;
  }
}
.email_letter .container > * {
  width: calc((100% - 15px) / 2);
}
@media (max-width: 767px) {
  .email_letter .container > * {
    width: 100%;
  }
}
.email_letter .container .letter-left {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.email_letter .container .letter-left .text-letter p {
  color: #fff;
  margin: 0;
}
.email_letter .container .letter-left .text-letter p.tit {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .email_letter .container .letter-left .text-letter p.tit {
    text-align: center;
    font-size: var(--fs-text-main);
  }
}
.email_letter .container .letter-right {
  border-radius: 6px;
  overflow: hidden;
}

.form-footer {
  display: flex;
  align-items: center;
  position: relative;
}
.form-footer label.error {
  position: absolute;
  color: red;
  font-size: 15px;
  top: 11px;
  right: 135px;
  z-index: 5;
}
.form-footer input {
  width: 100%;
  height: 47px;
  padding: 0 15px;
  font-size: var(--fs-text);
  color: #57585B;
  border: none;
}
@media (max-width: 767px) {
  .form-footer input {
    height: 40px;
    padding: 0 10px;
  }
}
.form-footer input::placeholder {
  font-size: var(--fs-text);
  color: #57585B;
}
.form-footer input:focus {
  border: none;
}
.form-footer button {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #E52323;
  color: #fff;
  height: 38px;
  width: 120px;
  border: initial;
  border-radius: 6px;
  display: flex;
  transition: 0.2s linear;
  border: 1px solid #E52323;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .form-footer button {
    height: 31px;
    width: 100px;
  }
}
.form-footer button:hover {
  color: #E52323;
  background: #fff;
}
.form-footer button:hover svg {
  fill: #E52323;
}
.form-footer button:hover svg path {
  fill: #E52323;
}

.social-footer {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px 0;
  border-bottom: 1px solid #E2E2E2;
}
@media (max-width: 767px) {
  .social-footer {
    padding: 15px 0;
    flex-direction: column;
    align-items: center;
  }
}
.social-footer .logo-footer {
  aspect-ratio: 211/53;
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (max-width: 767px) {
  .social-footer .logo-footer {
    width: 200px;
  }
}
.social-footer .logo-footer img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: initial;
  height: initial;
}
.social-footer .social {
  display: flex;
  gap: 30px;
  align-items: center;
}
.social-footer .social > p {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
}
.social-footer .social .mxh {
  display: flex;
  gap: 10px;
}
.social-footer .social .mxh a {
  height: 41px;
  width: 41px;
  border-radius: 40px;
  border: 1px solid #529C11;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-footer .social .mxh a:hover svg {
  fill: #fff;
}
.social-footer .social .mxh a:hover svg path {
  fill: #fff;
}
.social-footer .social .mxh a.fb:hover {
  border: 1px solid #1877F2;
  background: #1877F2;
}
.social-footer .social .mxh a.yt:hover {
  border: 1px solid #CD201F;
  background: #CD201F;
}
.social-footer .social .mxh a.in:hover {
  border: 1px solid #E4405F;
  background: #E4405F;
}
.social-footer .social .mxh a.tt:hover {
  border: 1px solid #410093;
  background: #410093;
}

.tag {
  background: #fff;
  padding: 20px;
  border: 1px solid #EAEAEA;
}

.tag > p {
  margin-bottom: 0;
}

.tag a {
  display: inline-block;
  margin: 0 5px;
  color: #4a90e2;
  font-size: 14px;
  position: relative;
  padding-left: 10px;
  line-height: 24px;
}

.tag a:hover {
  color: #dc3545;
}

.tag a:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}

.tit-center {
  text-align: center;
  display: block;
  font-size: 26px;
  color: #2e4a99;
  position: relative;
  margin-bottom: 50px;
  font-family: "SVN-Anastasia";
}

.tit-center:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 23px;
  background: url(../images/ic-tit.webp) no-repeat;
  background-position: center;
}

.footer .item .title-footer {
  font-size: var(--fs-item-news);
  font-weight: 700;
  color: #57585B;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .footer .item .title-footer {
    margin-bottom: 10px;
    padding: 7.5px 15px;
    background: #F5F5F5;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .footer .item .title-footer .icon {
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .footer .item .sub-footer {
    padding-top: 15px;
    display: none;
  }
}
.footer .item img {
  max-width: 100%;
}

.grid-footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .grid-footer {
    flex-wrap: wrap;
    gap: 15px;
    flex-direction: column;
  }
}
.grid-footer .item p:not(.title-footer) {
  margin-bottom: 10px;
}
.grid-footer .item.contact-footer {
  width: 28%;
}
@media (max-width: 767px) {
  .grid-footer .item.contact-footer {
    width: 100%;
    background: transparent;
  }
  .grid-footer .item.contact-footer .title-footer {
    background: transparent;
    padding-left: 0;
    padding-top: 0;
  }
}
.grid-footer .item.contact-footer p:not(.title-footer) {
  position: relative;
  padding-left: 33px;
}
.grid-footer .item.contact-footer p:not(.title-footer) svg {
  position: absolute;
  top: 3px;
  left: 0;
}

.view-a {
  color: #1d3c93;
  margin-top: 5px;
  cursor: pointer;
}
.view-a i {
  font-size: var(--fs-text);
  margin-left: 5px;
}

.footer {
  padding: 35px 0;
  background: #fff;
}
@media (max-width: 767px) {
  .footer {
    padding: 15px 0;
  }
}
.footer .item .img {
  display: flex;
}

.footer-bottom {
  padding: 35px 0 0;
}
@media (max-width: 767px) {
  .footer-bottom {
    padding: 15px 0 0;
  }
}

.grid-footer_bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}
.grid-footer_bottom > .item > .desc > p:first-child {
  color: #1d3c93;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
}
.grid-footer_bottom .item a {
  line-height: 24px;
}
.grid-footer_bottom .item .desc {
  margin-bottom: 30px;
}
.grid-footer_bottom .item .desc > div._show_room {
  padding: 8px 0;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
  text-transform: uppercase;
}
.grid-footer_bottom .item .desc > div._show_room i {
  color: #616161;
  margin: 0 15px 0 10px;
}
.grid-footer_bottom .item .desc > div._show_room:hover {
  color: #1d3c93;
}
.grid-footer_bottom .item .desc > div._show_room:last-child {
  border-bottom: initial;
}
.grid-footer_bottom .item:last-child {
  overflow: hidden;
  grid-column: 2/4;
}
.grid-footer_bottom .item:last-child img {
  width: 100%;
}
.grid-footer_bottom iframe {
  width: 100%;
  height: 373px;
}

.item-child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
}

.img_map {
  max-height: 360px;
  border: 1px solid #EAEAEA;
  overflow: hidden;
}

.link-map a:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 12px;
  background: url(../images/icondetaildesktop.png);
  background-position: -42px -58px;
  top: 6px;
  right: 0;
}

.grid-footer_bottom .item p {
  margin-bottom: 0;
  display: block;
  line-height: 24px;
}

.link-map {
  display: flex;
  justify-content: space-between;
  color: #2e4a99;
  margin: 20px 0 5px;
}

.link-map a {
  color: #2e4a99;
  position: relative;
  padding-right: 20px;
}

.copy-right {
  background: #F5F5F5;
  padding: 30px 0;
  display: flex;
}
@media (max-width: 767px) {
  .copy-right {
    padding: 15px 0 75px 0;
  }
}
.copy-right .title h2 {
  font-size: var(--fs-text-small);
  font-weight: 700;
  color: #1d3c93;
  text-transform: uppercase;
}
.copy-right .container {
  display: flex;
  align-content: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .copy-right .container {
    flex-direction: column;
    gap: 15px;
  }
}
.copy-right .container .left {
  width: 50%;
}
@media (max-width: 767px) {
  .copy-right .container .left {
    width: 100%;
  }
}
.copy-right .container .right {
  width: 38%;
}
@media (max-width: 767px) {
  .copy-right .container .right {
    width: 100%;
  }
}
.copy-right .container .right .item {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 10px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  gap: 10px;
}
.copy-right .container .right .item .text {
  font-size: var(--fs-text);
}
.copy-right .container .right .item a {
  display: block;
}
.copy-right .container .right .item .payment-type, .copy-right .container .right .item .bct {
  display: flex;
  gap: 5px;
  align-items: center;
}
.copy-right .container .right .item:last-child {
  margin-bottom: 0;
}
.copy-right p {
  margin-bottom: 0;
}
.copy-right p.change-platform {
  font-style: initial;
  padding: 6px 15px;
  border: 1px solid #1c348d;
  margin: 10px 0 0 0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
}

.hidden-mb {
  display: none;
}

.popup-vd {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease;
  display: flex;
}
.popup-vd.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.popup-vd .bgblack {
  z-index: 102;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.popup-vd .ifr-tv {
  z-index: 103;
  position: relative;
  width: 900px;
  height: initial;
  margin: auto;
  top: 0;
  max-width: calc(100% - 30px);
  z-index: 103;
  position: relative;
}
.popup-vd .ifr-tv iframe {
  width: 100%;
  height: 506px;
  border: 0;
}
.popup-vd .close-pu {
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 1000;
}
.popup-vd .close-pu:before, .popup-vd .close-pu:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.popup-vd .close-pu:before {
  transform: rotate(45deg);
}
.popup-vd .close-pu:after {
  transform: rotate(-45deg);
}

.nonescroll {
  overflow: hidden;
}

.micro,
.hidden-desk {
  display: none;
}

.page {
  text-align: center;
  grid-column: 1/3;
  margin: 15px 0;
  justify-self: center;
}

.page ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: center;
  width: auto;
  border-radius: 3px;
  overflow: hidden;
}

.page ul li {
  display: inline-block;
}

.hidden-mb {
  display: none;
}

.popup-vd .bgblack {
  z-index: 102;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}

.popup-vd {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease;
  display: flex;
}

.popup-vd.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.popup-vd .ifr-tv {
  z-index: 103;
  position: relative;
  width: 900px;
  height: initial;
  margin: auto;
  top: 0;
  max-width: calc(100% - 30px);
  z-index: 103;
  position: relative;
}

.popup-vd .ifr-tv iframe {
  width: 100%;
  height: 506px;
  border: none;
}

.popup-vd .close-pu {
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 1000;
}

.popup-vd .close-pu:before,
.popup-vd .close-pu:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.popup-vd .close-pu:before {
  transform: rotate(45deg);
}

.popup-vd .close-pu:after {
  transform: rotate(-45deg);
}

.nonescroll {
  overflow: hidden;
}

.micro,
.hidden-desk {
  display: none;
}

.detail a {
  color: #006abf;
  font-weight: 600;
}

footer .showroom {
  padding: 0 0 50px 0;
  background: #fff;
}

footer .showroom .container {
  display: flex;
  align-items: start;
}

footer .showroom .sr-left {
  width: 405px;
  margin-right: 15px;
  padding: 15px;
  background: #f0f0f2;
  border-radius: 10px;
}

footer .showroom .sr-right {
  width: calc(100% - 430px);
  height: 433px;
}

footer .showroom .sr-right .map {
  width: 100%;
  height: 100%;
  display: none;
  border-radius: 5px;
  overflow: hidden;
}

footer .showroom .sr-right .map.active {
  display: block;
}

footer .showroom .sr-right iframe {
  height: 100%;
  width: 100%;
}

footer .showroom .sr-left .tit {
  background: #529C11;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: var(--fs-text);
  margin-bottom: 20px;
  border-radius: 10px;
  font-weight: 700;
}

footer .showroom .sr-left .sr-cnt {
  max-height: 337px;
  overflow-y: auto;
}

footer .showroom .sr-left .sr-cnt::-webkit-scrollbar-thumb {
  background: #529C11;
}

footer .showroom .sr-left .sr-cnt .item {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px -7px inset;
}

footer .showroom .sr-left .sr-cnt .item:last-child {
  margin-bottom: 0;
}

footer .showroom .sr-left .sr-cnt .item h3 {
  font-size: 17px;
  font-weight: 700;
  color: #333;
  cursor: pointer;
}

footer .showroom .sr-left .sr-cnt .item.active h3 {
  color: #529C11;
}

footer .showroom .sr-left .sr-cnt .item h3:hover {
  color: #e51e31;
}

footer .showroom .sr-left .sr-cnt .item p {
  margin-bottom: 5px;
  position: relative;
  padding-left: 30px;
}

footer .showroom .sr-left .sr-cnt .item p i,
footer .showroom .sr-left .sr-cnt .item img {
  color: #529C11;
  position: absolute;
  left: 0;
  top: 3px;
}

footer .showroom .sr-left .sr-cnt .item img {
  width: 20px !important;
  height: auto !important;
}

footer .showroom .sr-left .sr-cnt .item .detail {
  color: #529C11;
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 10px;
}

/*khuyen mai*/
.page {
  text-align: center;
  grid-column: 1/3;
  margin: 15px 0;
  justify-self: center;
}

.page ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: center;
  width: auto;
  border-radius: 3px;
  overflow: hidden;
}

.page ul li {
  display: inline-block;
}

.page ul li.hidden {
  display: none;
}

.page ul li:last-child a {
  border-right: 1px solid #a9a9a9;
  border-radius: 0 3px 3px 0;
}

.page ul li:first-child a {
  border-radius: 3px 0 0 3px;
}

.page a,
.page span {
  width: 42px;
  height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid #a9a9a9;
  justify-content: center;
  line-height: 48px;
  font-size: 16px;
  transition: 0.3s linear;
  font-weight: 600;
  border-right: initial;
}

.page a:last-child {
  border-right: 1px solid #a9a9a9;
}

.page a:hover,
.page a.active-page,
.page span.active-page,
.page a.active,
.page span.active {
  border: 1px solid #2f97db;
  color: #fff;
  background: #2f97db;
  border-right: none;
}

.chevron_right,
.chevron_left {
  background: url(../images/icondetaildesktop.png);
  width: 20px;
  height: 21px;
  display: block;
  background-position: -4px 24px;
}

.chevron_double_right,
.chevron_double_left {
  background: url(../images/icondetaildesktop.png);
  width: 20px;
  height: 21px;
  display: block;
  background-position: -33px 24px;
}

.chevron_double_left,
.chevron_left {
  transform: rotate(180deg);
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 20px 0;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .breadcrumb {
    padding: 15px 0;
  }
}
.breadcrumb li {
  list-style: none;
}
.breadcrumb li a, .breadcrumb li span {
  font-size: var(--fs-text);
  color: #57585B;
  font-weight: 400;
  display: flex;
  gap: 10px;
  align-items: center;
}
.breadcrumb li a:hover, .breadcrumb li span:hover {
  color: #529C11;
}
.breadcrumb li span {
  color: #529C11;
  gap: 5px;
}

.title-module {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .title-module {
    margin-bottom: 15px;
    flex-direction: column;
    row-gap: 5px;
  }
}
.title-module.title-module-news {
  border-bottom: 1px solid #E0E0E0;
}
.title-module .title {
  font-size: var(--fs-text-main);
  color: #529C11;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.tab-module-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .tab-module-news {
    gap: 30px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .tab-module-news::-webkit-scrollbar {
    height: 0;
  }
}
.tab-module-news a {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  display: block;
  align-items: center;
}
@media (max-width: 767px) {
  .tab-module-news a {
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
  }
}
.tab-module-news a:after {
  content: "";
  height: 17px;
  width: 1px;
  background: #ccc;
  position: absolute;
  right: -26px;
  top: 8px;
}
@media (max-width: 767px) {
  .tab-module-news a:after {
    right: -17px;
    top: 5px;
    height: 13px;
  }
}
.tab-module-news a:last-child:after {
  display: none;
}
.tab-module-news a.active {
  color: #529C11;
}

.flex-article {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 767px) {
  .flex-article {
    gap: 15px;
  }
}
.flex-article.flex-3 .card_news {
  width: calc((100% - 60px) / 3);
}
@media (max-width: 767px) {
  .flex-article.flex-3 .card_news {
    width: 100%;
  }
}

.flex-sidebar {
  display: flex;
  gap: 50px;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .flex-sidebar {
    gap: 30px;
  }
}
@media (max-width: 900px) {
  .flex-sidebar {
    gap: 20px;
    flex-direction: column;
  }
}
.flex-sidebar .main-module {
  width: calc(74.4% - 40px);
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .flex-sidebar .main-module {
    width: calc(67% - 30px);
  }
}
@media (max-width: 900px) {
  .flex-sidebar .main-module {
    width: 100%;
  }
}
.flex-sidebar .left-side {
  width: 25.6%;
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .flex-sidebar .left-side {
    width: 33%;
  }
}
@media (max-width: 900px) {
  .flex-sidebar .left-side {
    width: 100%;
  }
}

.title-aside {
  font-size: 24px;
  text-transform: uppercase;
  color: #529C11;
  font-weight: 700;
}
@media (max-width: 767px) {
  .title-aside {
    font-size: 26px;
  }
}

.side-menu nav a {
  border-bottom: 1px solid #C3C3C3;
  font-size: var(--fs-text);
  font-weight: 400;
  display: block;
  padding: 11.5px 20px 11.5px 20px;
  position: relative;
}
.side-menu nav a:last-child {
  border-bottom: none;
}
.side-menu nav a font {
  font-size: var(--fs-text);
  font-weight: 400;
}
.side-menu nav a svg {
  position: absolute;
  top: 19px;
  left: 0;
}
@media (max-width: 767px) {
  .side-menu nav a {
    padding: 10px 10px 10px 27px;
  }
  .side-menu nav a svg {
    height: 9px;
    left: 10px;
    top: 16px;
  }
}
.side-menu nav a:not(.active):hover {
  color: #529C11;
}
.side-menu nav a:not(.active):hover font {
  color: #529C11;
}
.side-menu nav a:not(.active):hover svg path {
  fill: #529C11;
}
.side-menu nav a.active {
  color: #529C11;
  font-weight: 600;
  font-size: var(--fs-title-item);
}
.side-menu nav a.active font {
  font-weight: 600;
  color: #529C11;
}
.side-menu nav a.active svg path {
  fill: #529C11;
}

.card-newside {
  padding: 15px 0;
  border-bottom: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
}
.card-newside:last-child {
  border-bottom: none;
}
.card-newside .img {
  width: 100px;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.card-newside .img .no-image {
  font-size: 14px;
}
.card-newside .img img {
  transition: transform 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-newside .txt {
  width: calc(100% - 100px);
  padding-left: 15px;
}
.card-newside .txt a {
  font-weight: 400;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.title-other {
  font-size: var(--fs-text-main);
  color: #529C11;
  padding: 20px 0;
  font-weight: 700;
  text-transform: uppercase;
}

.date-article {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .date-article {
    padding-top: 0;
  }
}

.title-article .title {
  font-size: var(--fs-detail-news);
  color: #529C11;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .title-article .title {
    margin-bottom: 15px;
  }
}
.title-article .title.uppercase {
  text-transform: uppercase;
}

/*Contact*/
.flex-contact {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 40px;
}
.flex-contact .information-contact {
  width: 39.5%;
}
.flex-contact .send-information-contact {
  width: calc(60.5% - 40px);
}
@media (max-width: 767px) {
  .flex-contact {
    flex-direction: column;
    gap: 15px;
  }
  .flex-contact .information-contact {
    width: 100%;
  }
  .flex-contact .send-information-contact {
    width: 100%;
  }
}

.map {
  width: 100%;
  margin-top: var(--size-section);
  aspect-ratio: 1555/640;
  overflow: hidden;
}
@media (max-width: 767px) {
  .map {
    aspect-ratio: 1;
  }
}
.map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.title-contact {
  margin-bottom: 20px;
  color: #529C11;
  font-size: var(--fs-text-main);
  font-weight: 700;
  text-transform: uppercase;
}

.information-contact p {
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
}
.information-contact p:last-child {
  margin-bottom: 0;
}
.information-contact p svg {
  position: absolute;
  left: 0;
  top: 4px;
}

.send-information-contact form {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.send-information-contact form .form-input {
  width: 100%;
}
.send-information-contact form .form-input.half {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 767px) {
  .send-information-contact form .form-input.half {
    width: 100%;
  }
}
.send-information-contact form .form-textarea {
  width: 100%;
}
.send-information-contact form textarea {
  border-radius: 8px;
  border: 1px solid #CBCBCB;
  background: #FFF;
  width: 100%;
  padding-left: 20px;
  padding-top: 10px;
  height: 105px;
  display: block;
  background: #EDEDED;
  border: none;
}
.send-information-contact form input {
  height: 46px;
  border-radius: 8px;
  background: #FFF;
  width: 100%;
  padding-left: 20px;
  background: #EDEDED;
  border: none;
}
.send-information-contact button {
  text-transform: uppercase;
  width: 182.518px;
  height: 49px;
  border-radius: 8px;
  border: none;
  background: linear-gradient(180deg, #89BA1D 0%, #318B0A 100%);
  transition: background 0.5s ease;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: var(--fs-text);
  cursor: pointer;
}
.send-information-contact button:hover {
  background: linear-gradient(180deg, #318B0A 0%, #89BA1D 100%);
}

.grid_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px 33px;
}

.lst_discount .item .img img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}

.lst_discount .item .img {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.lst_discount .item h3 {
  font-size: var(--fs-text);
  font-weight: 700;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 0 15px;
  transition: all 0.5s linear;
}

.lst_discount .txt {
  padding: 15px;
}

.clock {
  font-size: 14px;
  display: flex;
  border-bottom: 1px solid #EAEAEA;
  padding: 0 0 8px 0;
  margin-bottom: 10px;
}

.clock span {
  color: #fff;
  height: 21px;
  background: #e51e21;
  margin: 0 0 0 4px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
}

.countdown {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  .countdown {
    gap: 10px;
  }
}
.countdown span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 600;
  line-height: 1;
  gap: 5px;
}
.countdown span span {
  width: 43px;
  height: 43px;
  border-radius: 4px;
  background: #E52323;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  font-size: 26px;
  font-weight: 700;
}
.countdown span .small {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.lst_discount .txt P {
  line-height: 22px;
  font-size: 14px;
  max-height: 66px;
  overflow: hidden;
}

.grid-detail {
  display: grid;
  grid-template-columns: 65% 35%;
  margin-bottom: 15px;
  padding: 15px;
}

.detail-wrapper h1 {
  color: #1c348d;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.clock_v2 {
  font-size: 13px;
  color: #a8a8a8;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 15px;
}

.detail-wrapper img,
.detail-wrapper iframe,
.detail-wrapper table {
  width: 100%;
}
.detail-wrapper img {
  height: auto !important;
}

.lst-sp-other {
  grid-template-columns: repeat(4, 1fr);
  border-right: 1px solid #EAEAEA;
}

.view-right {
  display: block;
  text-align: right;
  color: #006abf;
  font-size: 16px;
  margin: 10px 0;
}

.tag-box {
  background: #dbedf9;
  padding: 20px;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  margin-bottom: 10px;
}

.tag-box b {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
  display: block;
}

.tag-box a {
  display: block;
  color: #006abf;
  line-height: 24px;
  position: relative;
  margin-bottom: 3px;
}

.tag-box a:before {
  content: "•";
  margin-right: 7px;
  color: #000;
}

.share textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #a9a9a9;
  border-radius: 5px;
  margin-top: 15px;
  padding: 12px;
}

.box-right {
  margin-left: 30px;
}

.lst-discount > h3 {
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.lst-discount .item {
  padding: 18px 0;
  border-bottom: 1px solid #EAEAEA;
  overflow: hidden;
}

.lst-discount .item:first-child {
  padding-top: 0;
}

.lst-discount .item:last-child {
  padding-bottom: 0;
  border-bottom: initial;
}

.lst-discount .item .img {
  width: 120px;
  height: 64px;
  overflow: hidden;
  float: left;
}

.lst-discount .img img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}

.lst-discount .img:hover img {
  transform: scale(1.1, 1.1);
}

.lst-discount .txt {
  width: calc(100% - 120px);
  float: left;
  padding-left: 15px;
}

.lst-discount .txt h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 0;
}

.clock-gray {
  color: #969696;
}

.tit-red h2,
.tit-red h1 {
  text-align: center;
  color: #e51e21;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  margin: 20px 0 30px;
}

.grid-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 23px;
}

.grid-contact .img img,
.grid-contact .img iframe {
  width: 100%;
  height: 345px;
  object-fit: cover;
}

.grid-contact .desc > a {
  display: block;
  margin-bottom: 30px;
  width: 70%;
}

.grid-contact .desc a img {
  width: 100%;
}

.grid-contact h3 {
  font-size: var(--fs-text);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.grid-contact p {
  margin-bottom: 5px;
  line-height: 24px;
  font-size: 14px;
}

.grid-contact .purg-lft p {
  font-style: italic;
}

.grid-contact .desc p {
  margin-bottom: 10px;
}

.grid-contact p a {
  color: #e51e21;
  font-size: 16px;
  font-weight: 700;
}

.grid-contact .desc .form-group > input {
  height: 40px;
  border-radius: 3px;
  font-size: 14px;
  border: 1px solid #e4e4e4;
}

.grid-contact .desc .form-group textarea {
  width: 100%;
  height: 88px;
  padding: 8px 12px;
  border: 1px solid #e4e4e4;
}

.grid-contact .desc .form-group textarea::placeholder,
.grid-contact .desc .form-group input::placeholder {
  color: #333;
}

.grid-contact .desc button {
  width: 132px;
  height: 36px;
  border: initial;
  background: #e51e21;
  color: #fff;
  font-weight: 700;
  float: right;
  border: 1px solid #e51e21;
  transition: 0.3s linear;
}

.grid-contact .desc button:hover {
  background: #fff;
  color: #e51e21;
}

.grid-contact .desc .form-group .radio {
  display: inline-block;
  line-height: 16px;
  margin: 10px 15px 0 0;
}

.grid-contact .desc .form-group .radio label {
  margin-bottom: 0;
}

.title_v3 {
  font-size: 20px;
  color: #ec2327;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  padding: 12px 0 12px 54px;
}

.title_v3:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 15px;
  background: url(../images/icondetaildesktop.png);
  width: 30px;
  height: 33px;
  background-position: -106px -63px;
}

.grid-contact .grid-contact .radio-inline {
  margin: 10px 0;
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.radio input[type=radio]:checked + .radio-label:before {
  background-color: #e51e21;
  box-shadow: inset 0 0 0 6px #fff;
}

.radio input[type=radio]:focus + .radio-label:before {
  outline: 0;
  border-color: #3197ee;
}

.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.slider-advertisement {
  margin-bottom: 20px;
}

.list-category {
  background: #fff;
  margin-bottom: 20px;
}

.list-category .flex-list {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}

.flex-list a {
  display: block;
  width: 10%;
  padding: 15px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.flex-list a:nth-child(10n+10) {
  border-right: none;
}

.flex-list a.show_module {
  border-right: none;
}

.flex-list a .img {
  height: 60px;
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 60px;
}

.flex-list a .img img {
  max-width: 100%;
  object-fit: contain;
  max-height: 100%;
}

.flex-list a h3 {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
}

.flex-list a.hide_module {
  display: none;
}

.flex-list a.hide_module img {
  transform: rotate(180deg);
}

.flex-list a.hides {
  display: none;
}

.wrapper-dis {
  display: grid;
  grid-template-columns: 33.3333333333% 66.6666666667%;
  background: #fff;
  padding: 0;
}

.wrapper-dis .item-img_v2 {
  grid-column: initial;
  height: 440px;
  overflow: hidden;
}

.wrapper-dis.no-grid {
  display: block;
}

.slider-discount_v3 .item {
  border-right: 1px solid #EAEAEA;
  padding-left: 0;
  padding-right: 0;
  min-height: 430px;
}

.slider-discount_v3 .item:nth-child(-n+4) {
  border-top: 1px solid #EAEAEA;
}

.slider-discount_v3 .item .desc {
  padding-left: 15px;
  padding-right: 15px;
}

.slider-discount_v3 .item .img {
  height: 200px;
  line-height: 200px;
}

.slider-discount_v3 .item .img span {
  left: 15px;
}

.slider-discount_v3 .item .img img.frame {
  width: 100%;
  left: 0;
}

.slider-discount_v1 .item {
  padding-left: 0;
  padding-right: 0;
  min-height: 437px;
}

.slider-discount_v1 .item .desc {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0px;
}

.slider-discount_v1 .item .img {
  aspect-ratio: 244/200;
}

.slider-discount_v1 .item .img.has-frame {
  aspect-ratio: 244/250;
}

.slider-prd-dis.slider-discount_v1 .item .img.has-frame .img-frame,
.slider-prd-dis.slider-discount_v2 .item .img.has-frame .img-frame,
.slider-prd-dis.slider-discount_v3 .item .img.has-frame .img-frame {
  width: 100%;
  left: 0;
}

.slider-discount_v1 .item .img span {
  left: 15px;
}

.slider-discount_v1 .item .img img.frame {
  width: 100%;
  left: 0;
}

.lst-sp_v2 .slider-discount_v3 .item {
  min-height: 460px;
}

.lst-sp_v2 .slider-discount_v3 .item .img {
  aspect-ratio: 244/168;
}

.lst-sp_v2 .slider-discount_v3 .item .img img.frame {
  height: 210px;
}

.lst-product-pageina .item {
  padding-left: 0;
  padding-right: 0;
  min-height: 485px;
}

.lst-product-pageina .item .desc {
  padding-left: 15px;
  padding-right: 15px;
}

.lst-product-pageina .item .img span {
  left: 15px;
}

.lst-product-pageina .item .img img.frame {
  width: 100%;
  left: 0;
}

.slider-discount_v2 .item {
  padding-left: 0;
  padding-right: 0;
  min-height: 440px;
}

.slider-discount_v2 .item .desc {
  padding-left: 15px;
  padding-right: 15px;
}

.slider-discount_v2 .item .img span {
  left: 15px;
}

.slider-discount_v2 .item .img img.frame {
  width: 100%;
  left: 0;
}

.mgb-20 {
  margin-bottom: 15px;
}

.box_desc-content > p:first-child {
  border-bottom: 1px solid #a9a9a9;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.box_desc-content > p:first-child:before {
  content: "";
  width: 61px;
  height: 3px;
  background: #1d3c93;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 99;
}

.boxQuickFilter > span {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}

.flex-new {
  display: flex;
}
.flex-new a,
.flex-new .item-type {
  flex: 1 100%;
  width: calc(12.5% - 4px);
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.flex-new a img,
.flex-new .item-type img {
  max-height: 80px;
  object-fit: contain;
  display: block;
  margin: 0 auto 10px;
}
.flex-new a span,
.flex-new .item-type span {
  display: block;
}
.flex-new a:after,
.flex-new .item-type:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 60%;
  background: #eee;
}
.flex-new a.active,
.flex-new .item-type.active {
  font-weight: 600;
}
.flex-new a:last-child:after,
.flex-new .item-type:last-child:after {
  display: none;
}
.flex-new .item-type span {
  padding: 15px 5px 0 5px;
}

.pd-0 {
  padding: 0;
}

.cus-radio [type=radio]:checked,
.cus-radio [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.cus-radio [type=radio]:checked + label,
.cus-radio [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000;
  font-weight: 400;
  margin: 0;
}

.cus-radio [type=radio]:checked + label:before,
.cus-radio [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #797979;
  border-radius: 100%;
  background: #fff;
}

.cus-radio [type=radio]:checked + label:after,
.cus-radio [type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #e51e21;
  position: absolute;
  top: 6px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cus-radio [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.cus-radio [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cus-radio [type=radio]:checked + label:before {
  border-color: #e51e21;
}

.grid-prd-4 {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.grid-prd-4 > * {
  width: calc((100% - 60px) / 4);
}
@media (min-width: 1210px) and (max-width: 1600px) {
  .grid-prd-4 {
    column-gap: 15px;
    row-gap: 15px;
  }
  .grid-prd-4 > * {
    width: calc((100% - 45px) / 4);
  }
}
@media (max-width: 767px) {
  .grid-prd-4 {
    column-gap: 15px;
    row-gap: 15px;
  }
  .grid-prd-4 > * {
    width: calc((100% - 15px) / 2);
  }
}

.grid-prd-3 {
  display: flex;
  column-gap: 25px;
  row-gap: 25px;
  flex-wrap: wrap;
}
.grid-prd-3 > * {
  width: calc((100% - 50px) / 3);
}
@media (min-width: 1210px) and (max-width: 1600px) {
  .grid-prd-3 {
    column-gap: 15px;
    row-gap: 15px;
  }
  .grid-prd-3 > * {
    width: calc((100% - 30px) / 3);
  }
}
@media (max-width: 767px) {
  .grid-prd-3 {
    column-gap: 15px;
    row-gap: 15px;
  }
  .grid-prd-3 > * {
    width: calc((100% - 15px) / 2);
  }
}

.bd-b {
  border-bottom: 1px solid #EAEAEA;
}

.bd-t {
  border-top: 1px solid #EAEAEA;
}

.bd-r {
  border-right: 1px solid #EAEAEA;
}

.box-list {
  padding: 20px 25px;
  background: #fafafa;
  border: 1px solid #EAEAEA;
  margin-bottom: 15px;
}

.box-list a {
  display: block;
  line-height: 24px;
  color: #006abf;
}

.box-list span {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
}

.lst-product-pageina .view-tt-prd {
  margin-top: 5px;
  margin-bottom: 15px;
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px;
}

.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

/*module product I*/
.slider-deal {
  padding: 20px;
}
.slider-deal .owl-prev {
  position: absolute;
  top: 42%;
  left: -19px;
}
@media (max-width: 767px) {
  .slider-deal .owl-prev {
    left: 0;
  }
}
.slider-deal .owl-prev.disabled {
  opacity: 0;
}
.slider-deal .owl-prev span {
  width: 45px;
  height: 45px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  overflow: hidden;
}
.slider-deal .owl-next {
  position: absolute;
  top: 42%;
  right: -19px;
}
@media (max-width: 767px) {
  .slider-deal .owl-next {
    right: 0;
  }
}
.slider-deal .owl-next.disabled {
  opacity: 0;
}
.slider-deal .owl-next span {
  width: 45px;
  height: 45px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  overflow: hidden;
}
.slider-deal .owl-prev span:hover, .slider-deal .owl-next span:hover {
  background: #529C11;
}
.slider-deal .owl-prev span:hover svg, .slider-deal .owl-next span:hover svg {
  fill: #fff;
}
.slider-deal .owl-prev span:hover svg path, .slider-deal .owl-next span:hover svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  .slider-deal {
    padding: 15px;
  }
}

.deal-hot-module {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.deal-hot-module.no-bg .slider-deal {
  padding: 0;
}
@media (max-width: 767px) {
  .deal-hot-module {
    margin-bottom: 15px;
  }
}

.viewed-product-module {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .viewed-product-module {
    padding: 15px;
    margin-bottom: 15px;
  }
  .viewed-product-module .owl-dots {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .viewed-product-module .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #EAEAEA;
    display: block;
  }
  .viewed-product-module .owl-dots .owl-dot.active {
    background: #529C11;
  }
}
.viewed-product-module .title-viewed {
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.viewed-product-module .title-viewed p {
  color: #529C11;
  font-size: 22px;
  font-weight: 700;
}
.viewed-product-module .title-viewed span {
  color: #808080;
  cursor: pointer;
}

.card_viewed {
  display: flex;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  position: relative;
}
.card_viewed .remove_viewed {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #98A2B3;
  width: 21px;
  height: 21px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.card_viewed .remove_viewed:hover {
  background: #E52323;
}
.card_viewed .img {
  height: 75px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.card_viewed .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: initial;
  height: initial;
}
.card_viewed .infor {
  width: calc(100% - 75px);
  padding-left: 15px;
}
.card_viewed .infor h3 {
  font-size: var(--fs-text);
  font-weight: 600;
  padding-right: 30px;
}
.card_viewed .infor h3 a {
  font-weight: 600;
  font-size: var(--fs-text);
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.card_viewed .infor .price_product {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #E52323;
}

.flex-sidebar-product {
  display: flex;
  flex-direction: row-reverse;
  gap: 35px;
}
@media (max-width: 767px) {
  .flex-sidebar-product {
    gap: 15px;
    flex-direction: column-reverse;
  }
}
.flex-sidebar-product .left-sidebar {
  width: calc(77% - 35px);
}
@media (max-width: 767px) {
  .flex-sidebar-product .left-sidebar {
    width: 100%;
  }
}
.flex-sidebar-product .right-sidebar {
  width: 23%;
}
@media (max-width: 767px) {
  .flex-sidebar-product .right-sidebar {
    width: 100%;
  }
}

.slider-advertisement-one {
  aspect-ratio: 948/285;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}
.slider-advertisement-one.slider-advertisement {
  aspect-ratio: 1920/900;
}
.slider-advertisement-one .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .slider-advertisement-one {
    margin-bottom: 0;
  }
}

.choosedfilter {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.choosedfilter.hides {
  display: none;
  margin-bottom: 15px;
}
.choosedfilter > span {
  margin-right: 5px;
}
.choosedfilter .wrbl-txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  line-height: 25px;
  padding: 0 5px 0 5px !important;
  background: #529C11;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  position: relative;
  width: auto;
  height: 25px;
  gap: 5px;
}
.choosedfilter .wrbl-txt span {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.choosedfilter:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #edebeb;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -5px;
  left: 45%;
}

.overfilter {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 16;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  top: 0;
  left: 0;
}
.overfilter.active {
  opacity: 1;
  pointer-events: all;
}

.filter-right {
  border-radius: 8px;
  background: #F5F6F8;
  padding: 20px;
}
@media (max-width: 767px) {
  .filter-right {
    padding: 0px;
    display: flex;
    gap: 10px;
    background: transparent;
    position: relative;
  }
}
.filter-right .title-attribute {
  color: #529C11;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D4D4D4;
}
@media (max-width: 767px) {
  .filter-right .title-attribute {
    background: #F5F6F8;
    font-size: 14px;
    margin-bottom: 0;
    padding: 5px 10px;
    border-radius: 5px;
    border-bottom: none;
    font-weight: 400;
    position: relative;
  }
}
.filter-right .item {
  min-height: initial;
  padding: 0 0 15px 0;
}
@media (max-width: 767px) {
  .filter-right .item {
    padding-bottom: 0;
    white-space: nowrap;
  }
}
.filter-right .item ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.filter-right .item ul li {
  font-size: var(--fs-text);
  color: #57585B;
  line-height: 30px;
  margin: 3px 0;
  cursor: pointer;
}
.filter-right .item ul li .img {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5px;
  background: #fff;
  width: 100%;
  border: 1px solid #D4D4D4;
  border-radius: 6px;
}
.filter-right .item ul li .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: initial;
  height: initial;
}
.filter-right .item ul li label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  margin-bottom: 0;
  padding-right: 10px;
  display: flex;
}
@media (max-width: 767px) {
  .filter-right .item ul li label {
    padding-left: 10px;
  }
}
.filter-right .item ul li input[type=checkbox] {
  display: none;
}
.filter-right .item ul li input[type=checkbox]:checked + label span:not(.img):before {
  content: "✓";
  font-size: 12px;
  color: #fff;
  background: #529C11;
  text-align: center;
  line-height: 15px;
  border: 2px solid #529C11;
}
@media (max-width: 767px) {
  .filter-right .item ul li input[type=checkbox]:checked + label {
    border-color: #529C11;
    color: #529C11;
  }
}
.filter-right .item ul li span:not(.img):before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0;
  margin-right: 6px;
  background-color: #fff;
  border-radius: 17px;
  position: absolute;
  left: 0;
  border: 2px solid #529C11;
  top: 3px;
}
@media (max-width: 767px) {
  .filter-right .item ul li span:not(.img):before {
    display: none;
  }
}
.filter-right .item ul li.hides, .filter-right .item ul li.hided {
  display: none;
}
.filter-right .item ul li.more_attr {
  clear: both;
  width: 100%;
  grid-column: 1/3;
  text-align: center;
}
.filter-right .item ul.manufacture {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-right .item ul.manufacture .more {
  font-size: 14px;
  color: #006abf;
  display: block;
  margin: 15px 0 0;
  clear: both;
}
.filter-right .item ul.manufacture li {
  width: calc((100% - 10px) / 2);
}
.filter-right .item ul.manufacture li.more_attr {
  clear: both;
  width: 100%;
  text-align: center;
}
.filter-right .item ul.manufacture li label {
  display: flex;
  align-items: center;
  padding-right: 0;
}
.filter-right .item ul.manufacture li span:before {
  top: 7px;
}
@media (max-width: 767px) {
  .filter-right .item ul {
    display: none;
  }
  .filter-right .item ul li {
    white-space: nowrap;
    margin: 0;
    padding: 0;
    border: none;
  }
  .filter-right .item ul li label {
    border-radius: 4px;
    border: 1px solid #EAEAEA;
    padding: 5px 10px;
  }
}
.filter-right .item:first-child {
  padding-top: 0;
}
.filter-right .item:last-child {
  border-bottom: initial;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .filter-right .item.active {
    z-index: 20;
  }
  .filter-right .item.active .title-attribute:before {
    content: "";
    position: absolute;
    left: calc((100% - 16px) / 2);
    bottom: -16px;
    border: 8px solid transparent;
    border-top: 9px solid #fff;
  }
  .filter-right .item.active ul {
    display: flex;
    position: absolute;
    left: -15px;
    top: calc(100% + 10px);
    width: 100vw;
    gap: 10px;
    z-index: 17;
    background: #fff;
    padding: 10px 15px;
    box-shadow: 0 0 10px -8px #333;
    overflow-x: auto;
  }
  .filter-right .item.active ul::-webkit-scrollbar {
    height: 0;
  }
}
.filter-right.filter-search, .filter-right.filter-tag {
  margin-top: 40px;
}

.flex-title-module {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 30px;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .flex-title-module {
    padding-bottom: 15px;
    justify-content: space-between;
    font-weight: 400;
  }
}
.flex-title-module .right-title {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .flex-title-module .right-title {
    justify-content: space-between;
  }
}
.flex-title-module .type-view {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .flex-title-module .type-view {
    display: none;
  }
}
.flex-title-module .type-view span {
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #E9E9ED;
}
.flex-title-module .type-view span.active {
  background: #529C11;
}
.flex-title-module .type-view span.active svg rect {
  stroke: #fff;
  fill: #fff;
}

.sort {
  display: flex;
  border-top: 0;
  position: relative;
  gap: 10px;
}
.sort .sort-product {
  border-radius: 4px;
  background: #E9E9ED;
  height: 28px;
  position: relative;
  border: 1px solid #E9E9ED;
  min-width: 160px;
}
.sort .sort-product select {
  height: 100%;
  width: 100%;
  appearance: none;
  background: transparent;
  padding-left: 15px;
  border: none;
  font-size: var(--fs-text);
  font-weight: 600;
  color: #57585B;
}
@media (max-width: 767px) {
  .sort .sort-product select {
    font-weight: 400;
  }
}
.sort .sort-product select:focus {
  outline: none;
}
.sort .sort-product svg {
  position: absolute;
  top: 10px;
  right: 10px;
}

.article-category .description {
  margin-bottom: 20px;
}
.article-category .description p {
  font-style: italic;
  font-weight: 600;
}
.article-category .detail-content {
  margin-bottom: 15px;
}
.article-category .view-more-detail, .article-category .hide-more-detail {
  margin-bottom: 15px;
  text-align: center;
}

.detail-content.short {
  max-height: 120px;
  overflow: hidden;
  position: relative;
}

.detail-content img {
  max-width: 100%;
  height: initial !important;
}

.view-more-detail, .hide-more-detail {
  margin-bottom: 15px;
  text-align: center;
}

.relatation-article {
  background: #F5F5F5;
}

.slide-relation-article .owl-prev {
  position: absolute;
  top: 42%;
  left: -19px;
}
@media (max-width: 767px) {
  .slide-relation-article .owl-prev {
    left: 0;
  }
}
.slide-relation-article .owl-prev.disabled {
  opacity: 0;
}
.slide-relation-article .owl-prev span {
  width: 45px;
  height: 45px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  overflow: hidden;
}
.slide-relation-article .owl-next {
  position: absolute;
  top: 42%;
  right: -19px;
}
@media (max-width: 767px) {
  .slide-relation-article .owl-next {
    right: 0;
  }
}
.slide-relation-article .owl-next.disabled {
  opacity: 0;
}
.slide-relation-article .owl-next span {
  width: 45px;
  height: 45px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  overflow: hidden;
}
.slide-relation-article .owl-prev span:hover, .slide-relation-article .owl-next span:hover {
  background: #529C11;
}
.slide-relation-article .owl-prev span:hover svg, .slide-relation-article .owl-next span:hover svg {
  fill: #fff;
}
.slide-relation-article .owl-prev span:hover svg path, .slide-relation-article .owl-next span:hover svg path {
  fill: #fff;
}
.slide-relation-article .owl-next, .slide-relation-article .owl-prev {
  top: 24%;
}

/*end module product I*/
.boxQuickFilter span {
  padding: 15px 15px 0 15px;
}

.boxproperty {
  padding-bottom: 15px;
}
.boxproperty.scrol-fex {
  overflow-x: scroll;
  white-space: nowrap;
}
.boxproperty.scrol-fex .item-type {
  width: 200px;
}
.boxproperty.scrol-fex::-webkit-scrollbar {
  height: 5px;
}

.flexJus ul {
  margin-bottom: 0;
}

.sort-od {
  padding: 18px 0;
  background: #ddd;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
}

.slider-banner_v2 {
  padding-bottom: 11px;
}

.flexJus {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.flexJus label {
  margin-bottom: 0;
  transition: 0.2s linear;
}

.flexL {
  display: flex;
  justify-content: flex-start;
}

.oli {
  position: relative;
  background: #fff;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  list-style: none;
}

.othpro label,
.othpro .oli span {
  padding: 0 15px;
  font: 13px/33px arial;
  margin: 0;
  width: 100%;
}

.othpro .oli > label::after {
  content: "\f0d7";
  font: 15px FontAwesome;
  padding-left: 8px;
  color: #333;
}

.filter-applience .othpro .oli {
  border-radius: 0;
  border: none;
}

.filter-applience .othpro .oli span:after {
  content: "\f0d7";
  font: 15px FontAwesome;
  padding-left: 8px;
  color: #1c7eb6;
}

.filter-applience .othpro {
  margin-left: 0;
}

.othpro ul {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0;
  min-width: 190px;
  z-index: 1;
  max-height: 450px;
  overflow-y: scroll;
}

.othpro li:hover > ul {
  display: block;
}

.othpro ul li {
  display: block;
  width: 100%;
  font: 13px/30px arial;
  color: #555;
  cursor: pointer;
  margin: 0 !important;
  white-space: nowrap;
}

.othpro ul li.checkbox.hided {
  display: none;
}

.othpro ul li.checkbox input {
  display: none;
}

.othpro ul li.checkbox label {
  padding: 5px;
}

.othpro ul li.checkbox:hover label {
  color: #1c348d;
}

.othpro ul li.checkbox label span:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0;
  margin-right: 6px;
  background-color: #fff;
  border-radius: 9px;
  position: absolute;
  left: 12px;
  border: 2px solid #c0c0c5;
  top: 15px;
}

.othpro ul li.checkbox label span:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 18px;
  background: #c0c0c5;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  display: none;
}

.othpro ul li.checkbox input[type=checkbox]:checked + label span:after {
  display: block;
}

.radio:before {
  content: "";
  font: 14px/1px FontAwesome;
  margin-right: 5px;
  color: #999;
}

.radio.unselect label {
  font-weight: 400 !important;
  line-height: 20px !important;
  padding: 0 !important;
  border: none !important;
}

.radio.unselect input {
  margin-right: 5px !important;
}

.isapxep {
  position: relative;
}

.isapxep > span {
  background: #ffffff;
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 3px;
  margin-bottom: 0;
}

.isapxep > span label {
  margin-bottom: 0;
}

.isapxep > ul {
  display: none;
  background: #ffffff;
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 0;
  z-index: 9;
}

.isapxep > ul li {
  padding: 5px 0;
  list-style: none;
  padding-left: 15px;
}

.isapxep > ul li label {
  cursor: pointer;
}

.isapxep > ul li:hover {
  background: #1c348d;
  color: #ffffff;
}

.isapxep > ul li:hover label {
  color: #fff;
}

.isapxep:hover > ul {
  display: block;
}

.isapxep > ul span {
  display: block;
  padding: 5px 15px;
}

.isapxep > ul span:hover {
  color: #e51e21;
  background: rgba(229, 30, 33, 0.1215686275);
}

.isapxep ul li label input {
  display: none;
}

.see-more,
.hide-more {
  display: block;
  text-align: center;
  font: 14px/30px arial;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.631372549) 1%, rgba(255, 255, 255, 0.7607843137) 67%, #fff 100%);
  cursor: pointer;
  color: #006abf;
  padding: 29px 0 5px;
  position: absolute;
  z-index: 9;
  bottom: 0;
  width: 100%;
}

.hide-more {
  display: none;
}

.detail-prd_v1 {
  position: relative;
  max-height: 100px;
  overflow: hidden;
  padding: 10px 0;
}

.detail-prd_v1._detail_product {
  max-height: 450px;
}

.slider-banner_v2.owl-carousel .owl-item img {
  width: 100%;
}

.grid-prd-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
  padding: 11px 0 0;
}

.grid-prd-5 .item {
  border: 1px solid #EAEAEA;
}

.lst-relate {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 28px;
}

.lst-relate .img {
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

lst-relate .img img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}

.lst-relate .img:hover img {
  transform: scale(1.1, 1.1);
}

.lst-relate h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
}

.lst-relate h3 a {
  color: #333;
}

.lst-relate h3 a:hover {
  color: #e51e21;
}

.lst-relate p {
  font-size: 14px;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
}

.news-relate .lst-relate img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.2s linear;
}

.news-relate .lst-relate h3 {
  padding-left: 0;
  width: initial;
  font-size: 16px;
}

.news-relate .lst-relate .item {
  padding: 0;
  border-bottom: 0;
  border-top: none;
}

.news-relate.see-more-news {
  background-color: #ededed;
  padding: 0;
}

.news-relate .lst-relate p {
  line-height: 1.5;
  width: 100%;
  max-height: 63px;
  overflow: hidden;
}

.news-relate .view-detail {
  font-size: 14px;
  color: #275cab;
  transition: 0.2s linear;
}

.news-relate .view-detail i {
  margin-left: 5px;
}

.news-relate .view-detail:hover {
  text-decoration: revert;
}

.view-detail {
  font-size: 14px;
}

.lst-left {
  width: 20%;
  float: left;
  border-right: 1px solid #EAEAEA;
  padding-right: 14px;
}

.lst-left h2,
.lst-left p {
  font-size: 14px;
  font-weight: 700;
  line-height: 37px;
  background: #1c348d;
  color: #fff;
  text-transform: uppercase;
  padding: 0 0 0 20px;
  border-radius: 5px;
}

.lst-left a {
  display: block;
  padding: 5px 0;
  border-bottom: 1px solid #EAEAEA;
  color: #333;
  line-height: 20px;
  position: relative;
  padding-left: 15px;
}

.lst-left a.active {
  color: #e52023;
}

.lst-left a:hover {
  color: #275cab;
}

.lst-left a:last-child {
  border-bottom: initial;
}

.lst-left a:before {
  content: "\f105";
  margin-right: 5px;
  font: normal normal normal 14px/1 FontAwesome;
}

.lst-left .item {
  margin-bottom: 20px;
}

.box-list-info {
  overflow: hidden;
  padding: 14px;
}

.info-right {
  width: 80%;
  float: right;
  padding-left: 15px;
}

.info-right h1 {
  border-bottom: 1px solid #a9a9a9;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}

.info-right h1:before {
  content: "";
  width: 61px;
  height: 3px;
  background: #1d3c93;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 99;
}

.info-right h2 {
  font-size: 24px;
}

.info-right h3 {
  font-size: 20px;
}

.info-right table {
  margin-bottom: 15px;
}

.info-right table td {
  line-height: 18px;
  padding: 8px 10px;
}

.info-right table tr:nth-child(even) {
  background: #f6f6f6;
}

.info-right ul {
  padding-left: 15px;
  line-height: 24px;
}

.boxlb {
  margin-top: 10px;
}

.boxlb > label {
  background: #e5e5e5;
  border-radius: 3px;
  color: #999;
  padding: 1px 8px;
  font-size: 12px;
  line-height: 24px;
  margin-right: 10px;
  margin-bottom: 0;
}

.boxlb > span {
  border-radius: 3px;
  color: #999;
  padding: 5px 0;
  line-height: 20px;
  font-size: 12px;
}

.slider-video .img:before {
  content: "";
  width: 67px;
  height: 47px;
  background: url(../images/ic-play.webp) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-video .img img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.slider-video h3 {
  font-size: var(--fs-text);
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  color: #ffffff;
}

.slider-video {
  position: relative;
  padding: 0 30px;
}

.slider-video.owl-carousel .owl-dots {
  margin: 20px auto 0;
  text-align: center;
}

.slider-video.owl-carousel button.owl-dot {
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 3px;
}

.slider-video.owl-carousel button.owl-dot.active {
  background: #fffa7a;
}

.slider-video.owl-carousel .owl-nav button {
  position: absolute;
  top: 40%;
  right: 0;
  width: 15px;
  height: 20px;
  transform: translateY(-50%);
  text-align: center;
}

.slider-video.owl-carousel .owl-nav button span {
  display: none;
}

.slider-video.owl-carousel .owl-nav button:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 50px;
  color: #fff;
}

.slider-video.owl-carousel .owl-nav button.owl-prev:before {
  content: "\f104";
}

.slider-video.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

.view-tt_v2 {
  border: 1px solid #006abf;
  padding: 0 50px;
}

.view-tt_v2 span {
  display: block;
}

.faqs {
  float: right;
  width: 27%;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}

.faqs h2 {
  font-size: 22px;
  padding: 0;
  font-weight: 700;
}

.faqs ul {
  display: block;
  overflow: hidden;
  padding: 0;
  margin-bottom: 20px;
}

.faqs li {
  display: block;
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.faqs li span {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  color: #666;
  text-transform: capitalize;
}

.faqs li a {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  color: #006abf;
  margin-left: 20px;
}

.faqs li:last-child {
  border: initial;
}

.cate-cook h3 {
  font-size: 22px;
  font-weight: 700;
}

.cate-cook h3 a {
  color: #006abf;
  font-size: 14px;
  float: right;
  font-weight: 400;
}

.slider-cook {
  position: relative;
}

.slider-cook .img {
  height: 237px;
  overflow: hidden;
}

.slider-cook .img img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.slider-cook h3 {
  font-size: 14px;
  font-weight: 700;
}

.slider-cook a {
  color: #333;
}

.slider-cook span {
  color: #8a8a8a;
  font-size: 12px;
}

.slider-cook .txt {
  padding: 14px;
  background: #f9f9f9;
}

.slider-cook.owl-carousel .owl-dots {
  margin: 5px auto 0;
  text-align: center;
}

.slider-cook.owl-carousel button.owl-dot {
  background: #d6d6d6;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin: 0 3px;
}

.slider-cook.owl-carousel button.owl-dot.active {
  background: #288ad6;
}

.tab-content_news .slider-cook.owl-carousel .owl-nav button.owl-prev,
.tab-content_news .slider-cook.owl-carousel .owl-nav button.owl-next {
  top: 33%;
}

.slider-cook .owl-prev span,
.slider-cook .owl-next span {
  display: none;
}

.left-menu {
  width: 20%;
  float: left;
  padding-right: 14px;
  display: block;
}

.left-menu h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.left-menu li {
  position: relative;
}

.left-menu li i {
  position: absolute;
  top: 15px;
  right: 5px;
  font-size: 20px;
}

.left-menu a {
  display: block;
  font-size: 16px;
  color: #333;
  background: #f1f1f1;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 3px;
}

.div_sublcate {
  margin-bottom: 5px;
  background: #f1f1f1;
  padding: 10px 0;
  display: none;
}

.div_sublcate a {
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 15px;
  margin: 0 10px;
}

.left-menu .boxleft > li:hover > a,
.left-menu .boxleft > li.active > a,
.left-menu .boxleft a:hover {
  background: #1c348d;
  color: #fff;
}

.bcenter {
  width: 80%;
  float: left;
  overflow: hidden;
  display: block;
}

.bcenter.bcenter-tag {
  margin-left: 20%;
}

.lst-right {
  width: 28%;
  float: left;
  display: block;
}

.lst-right .listpost {
  padding-left: 15px;
}

.lst-right .listpost > li:first-child,
.lst-right .listpost > span {
  font-weight: 700;
  font-size: var(--fs-text);
  display: block;
  margin-bottom: 5px;
  border-bottom: none;
}

.lst-right .listpost img {
  width: 100%;
}

.boxleft {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
}

.title-news a {
  font-size: 14px;
  color: #333;
  margin: 0 10px;
  line-height: 18px;
  margin-bottom: 14px;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}
.title-news a:first-child {
  margin-left: 0;
}
.title-news a:first-child:before {
  content: "";
  width: 1px;
  height: 13px;
  top: 4px;
  right: -12px;
  background: #333;
  position: absolute;
}
.title-news a.active {
  color: #e51e21;
  border-bottom: 3px solid #e51e21;
  font-weight: 700;
}

.bxcontentnews {
  width: 72%;
  float: left;
}
.bxcontentnews .item {
  padding: 20px 0;
  border-bottom: 1px solid #EAEAEA;
  overflow: hidden;
}
.bxcontentnews .item img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: transform 0.3s linear;
}
.bxcontentnews .item:first-child {
  padding-top: 0;
}
.bxcontentnews .item:first-child .img {
  max-height: 325px;
  overflow: hidden;
}
.bxcontentnews .item:hover .img img {
  transform: scale(1.1, 1.1);
}
.bxcontentnews .item h3 {
  font-size: var(--fs-item-news);
  font-weight: 700;
  margin: 15px 0 0;
}
.bxcontentnews .item h3 a {
  color: #57585B;
}
.bxcontentnews .item h3 a:hover {
  color: #529C11;
}
.bxcontentnews .item:nth-child(n+2) .img {
  width: 202px;
  height: 98px;
  overflow: hidden;
  border-radius: 5px;
  float: left;
}
.bxcontentnews .item:nth-child(n+2) h3 {
  float: left;
  width: calc(100% - 202px);
  display: block;
  font-size: var(--fs-text);
  font-weight: 700;
  margin: 0;
  padding-left: 15px;
}

.lst-question {
  width: 53%;
  float: left;
}

.tit-ques {
  font-size: var(--fs-text);
  font-weight: 700;
  position: relative;
  padding-left: 52px;
  line-height: 35px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 14px;
  margin-bottom: 15px;
}

.tit-ques:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background: url(../images/img-s.jpg);
}

.box-ques {
  padding: 0;
  list-style: none;
}

.box-ques li > span {
  width: 47px;
  height: 47px;
  background: #f3f3f3;
  float: left;
  display: block;
  text-align: center;
  font-size: 16px;
  margin-right: 15px;
  font-weight: 700;
  color: #6c757d;
}

.box-ques li > span small {
  font-size: 12px;
  display: block;
}

.box-ques li {
  padding: 0 0 15px;
  overflow: hidden;
}

.box-ques li p {
  font-weight: 700;
  margin-bottom: 5px;
}

.box-ques li .txt span {
  color: #808080;
}

.box-ques li:first-child {
  padding-top: 0;
}

.box-ques .txt {
  width: calc(100% - 62px);
  float: left;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
}

.box-ques .txt > a {
  display: block;
}

.lst-question > h3,
.lst-question > p {
  font-size: var(--fs-text);
  font-weight: 700;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  display: block;
}

.lst-right .lst-question {
  width: 100%;
  padding-left: 15px;
}

.page {
  text-align: center;
  display: flex;
}

.page_v2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.page_v2 ul li {
  display: inline-block;
}

.page_v2 ul li.hidden {
  display: none;
}

.page_v2 a,
.page_v2 span {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  display: inline-block;
  border: 1px solid #a9a9a9;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  transition: 0.3s linear;
  background: #eee;
  color: #333;
  border-radius: 3px;
}

.page_v2 a:hover,
.page_v2 a.active-page,
.page_v2 span.active-page,
.page_v2 a.active,
.page_v2 span.active {
  border: 1px solid #ccc;
  color: #333;
  background: #ccc;
}

.login-tab {
  border-top: 1px solid #ccc;
}

.login-tab a {
  color: #006abf;
  font-size: 14px;
  display: block;
  text-align: center;
  margin: 10px 0;
}

.login-tab .makeaques {
  background: #006abf;
  color: #fff;
  display: table;
  text-transform: uppercase;
  line-height: 30px;
  border-radius: 3px;
  margin: 0 auto;
  padding: 0 50px;
  cursor: pointer;
}

.hdtr-acc {
  margin-right: 10px;
  cursor: pointer;
}

/*detail- product*/
.bg-product {
  background: #F2F4F7;
}

.header-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .header-title {
    margin-bottom: 15px;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 0;
    position: relative;
  }
  .header-title .likeshare {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.header-title .title-top {
  display: flex;
  gap: 15px;
  align-items: center;
}
.header-title .title-top .qrcode {
  width: 60px;
  aspect-ratio: 1;
  position: relative;
}
.header-title .title-top .qrcode .save {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  border: 0;
  background: #529c11;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  left: 10px;
  padding: 0 6px;
  transition: opacity 0.5s ease;
  opacity: 0;
  cursor: pointer;
}
.header-title .title-top .qrcode:hover .save {
  opacity: 1;
}
.header-title .title-top .qrcode svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .header-title .title-top {
    flex-wrap: wrap;
    gap: 10px;
  }
  .header-title .title-top .qrcode {
    width: 45px;
  }
  .header-title .title-top > h1 {
    width: calc(100% - 55px);
    margin-top: -8px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
  }
}
.header-title .title-top .title-main {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 10px;
}
.header-title .title-top .title-main h1 {
  width: 100%;
  margin-top: -5px;
}
.header-title .title-top .rating, .header-title .title-top .parameter, .header-title .title-top .compare-current {
  font-size: var(--fs-text-small);
  color: #006ABF;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  padding-bottom: 5px;
}

.detail-product {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .detail-product {
    padding-bottom: 15px;
  }
}

.flex-detail-product {
  display: flex;
  column-gap: 20px;
  align-items: start;
}
@media (max-width: 767px) {
  .flex-detail-product {
    gap: 15px;
    flex-direction: column;
  }
}
.flex-detail-product .left-detail-product {
  width: calc(60.6% - 20px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.flex-detail-product .left-detail-product .rate-comment-section {
  padding: 20px;
}
@media (max-width: 767px) {
  .flex-detail-product .left-detail-product {
    gap: 15px;
    width: 100%;
  }
  .flex-detail-product .left-detail-product .rate-comment-section {
    padding: 15px;
  }
}
.flex-detail-product .right-detail-product {
  width: 39.4%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .flex-detail-product .right-detail-product {
    gap: 15px;
    width: 100%;
  }
}
.flex-detail-product .picture {
  padding: 20px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .flex-detail-product .picture {
    padding: 15px;
  }
}
.flex-detail-product .picture .characteristics .characteristics .owl-carousel .owl-item .item {
  display: flex;
  aspect-ratio: 710/396;
}
.flex-detail-product .picture .characteristics .characteristics .owl-carousel .owl-item .item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: auto;
}
.flex-detail-product .picture .countimg {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: var(--fs-text-small);
  text-align: center;
  position: relative;
  line-height: 1;
  cursor: pointer;
}
.flex-detail-product .picture .countimg .btn-a {
  color: #006abf;
}
.flex-detail-product .information-sell {
  padding: 20px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .flex-detail-product .information-sell {
    padding: 15px;
  }
}
.flex-detail-product .price_sale.full-w {
  width: 59%;
}
.flex-detail-product .sliderdetail {
  aspect-ratio: 7/5;
  margin-bottom: 15px;
}
.flex-detail-product .sliderdetail .item {
  aspect-ratio: 7/5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-detail-product .sliderdetail .item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: initial;
  height: initial;
}
.flex-detail-product .counter {
  font-size: var(--fs-text-small);
}
.flex-detail-product .colorandpic {
  padding: 0;
  list-style: none;
  margin: 0 auto 0;
  display: flex;
  justify-content: center;
}
.flex-detail-product .colorandpic .gal-video {
  position: relative;
}
.flex-detail-product .colorandpic .gal-video i {
  color: #529C11;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}
.flex-detail-product .colorandpic li {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  margin: 0 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .flex-detail-product .colorandpic li {
    margin: 0 7.5px;
  }
}
.flex-detail-product .colorandpic li p {
  margin-bottom: 0;
  font-size: 13px;
}
@media (max-width: 767px) {
  .flex-detail-product .colorandpic li p {
    font-size: 12px;
  }
}
.flex-detail-product .colorandpic li .thumb {
  width: 55px;
  height: 55px;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  padding: 2.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .flex-detail-product .colorandpic li .thumb {
    width: 40px;
    height: 40px;
    margin: 0 auto 5px auto;
  }
}
.flex-detail-product .colorandpic li.active {
  font-weight: 700;
}
.flex-detail-product .colorandpic li.active .thumb {
  border-color: #529C11;
}
.flex-detail-product .colorandpic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.flex-detail-product .adv-detail-product {
  margin-bottom: 15px;
}
.flex-detail-product .adv-detail-product img {
  width: 100%;
}
.flex-detail-product .slide-versions {
  position: relative;
}
.flex-detail-product .slide-versions .owl-prev {
  position: absolute;
  top: 30%;
  left: 0;
}
.flex-detail-product .slide-versions .owl-next {
  position: absolute;
  top: 30%;
  right: 0;
}
.flex-detail-product .slide-versions-choose {
  width: 100%;
  margin-bottom: 15px;
}
.flex-detail-product .slide-versions-choose .version {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.flex-detail-product .slide-versions-choose .version a {
  border-radius: 6px;
  border: 1px solid #E1E1E1;
  background: #FFF;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-text);
  padding: 0 8px;
}
.flex-detail-product .slide-versions-choose .version a:hover {
  color: #006ABF;
}
.flex-detail-product .slide-versions-choose .version a.active {
  border-color: #006ABF;
  color: #006ABF;
}

.area-promotion-typei {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.area-promotion-typei .title-area {
  color: #579F16;
  background: #F6F6F6;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  border-bottom: 1px solid #E6E6E6;
  padding: 7.5px 15px;
}
@media (max-width: 767px) {
  .area-promotion-typei .title-area {
    font-size: 16px;
    padding: 3.5px 10px;
  }
}
.area-promotion-typei .main-area-promotion {
  padding: 10px;
}
.area-promotion-typei ol, .area-promotion-typei ul {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .area-promotion-typei ol, .area-promotion-typei ul {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.area-promotion-typei ol li, .area-promotion-typei ul li {
  font-size: var(--fs-text);
  padding-bottom: 10px;
  color: #57585B;
}
@media (max-width: 767px) {
  .area-promotion-typei ol li, .area-promotion-typei ul li {
    font-size: 13px;
  }
}
.area-promotion-typei ol li:last-child, .area-promotion-typei ul li:last-child {
  padding-bottom: 0;
}
.area-promotion-typei ol {
  list-style: none;
  counter-reset: my-counter;
}
.area-promotion-typei ol li {
  padding-left: 30px;
  position: relative;
  counter-increment: my-counter;
}
.area-promotion-typei ol li::before {
  content: counter(my-counter);
  width: 18px;
  height: 18px;
  font-size: 14px;
  border-radius: 18px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(180deg, #87B91D 0%, #3B900C 100%);
  position: absolute;
  top: 4px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.area-promotion-typei .prd_promotion {
  padding-top: 15px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.area-promotion-typei .prd_promotion > p {
  width: 100%;
  margin-bottom: 5px;
}
.area-promotion-typei .prd_promotion a {
  color: #006abf;
  width: calc((100% - 10px) / 2);
  display: flex;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  padding: 10px;
  background: #FFF;
  align-items: center;
}
.area-promotion-typei .prd_promotion a .img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.area-promotion-typei .prd_promotion a .img .no-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-align: center;
  padding-left: 0;
  border-radius: 5px;
  overflow: hidden;
}
.area-promotion-typei .prd_promotion a .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: initial;
  height: initial;
}
.area-promotion-typei .prd_promotion a p {
  width: calc(100% - 60px);
  padding-left: 10px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #57585B;
  font-size: var(--fs-text-small);
}
.area-promotion-typei .prd_promotion a:hover {
  border-color: #529C11;
}
.area-promotion-typei .prd_promotion a:hover p {
  color: #529C11;
}

.choose-color {
  margin: 15px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.choose-color strong {
  width: 100%;
}
.choose-color .item-color {
  cursor: pointer;
  width: calc((100% - 20px) / 3);
  border-radius: 5px;
  overflow: hidden;
  background: #E0E0E0;
  border: 1px solid #E6E6E6;
  display: flex;
  gap: 5px;
  padding: 5px;
  align-items: center;
  position: relative;
}
.choose-color .item-color:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #529C11;
  position: absolute;
  top: -10px;
  right: -10px;
  transform: rotate(45deg);
  display: none;
}
.choose-color .item-color.active {
  border: 1px solid #529C11;
}
.choose-color .item-color.active:after {
  display: block;
}
.choose-color .item-color .thumb {
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.choose-color .item-color .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.choose-color .item-color p {
  margin-bottom: 0;
  font-size: var(--fs-text-small);
  width: calc(100% - 60px);
  text-align: center;
}
.choose-color:nth-child(5) .item-color {
  width: unset;
  white-space: nowrap;
  padding: 5px 15px 5px 5px;
  justify-content: start;
}
.choose-color span {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #000;
  margin: 0 0 0 5px;
}
.choose-color span.active {
  border: 1px solid #529C11;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.compare-current {
  font-size: var(--fs-text-small);
  color: #006ABF;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}

.plus-o {
  width: 15px;
  height: 15px;
  border-radius: 10px;
  border: 1px solid #006ABF;
  content: "+";
  color: #006ABF;
  display: flex;
  position: relative;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
.plus-o:before {
  content: "+";
  color: #006ABF;
  line-height: 1;
  font-style: initial;
  margin-top: -1px;
}

.title-detail-product {
  font-size: var(--fs-detail-product);
  font-weight: 700;
  color: #529C11;
}
@media (max-width: 767px) {
  .title-detail-product {
    width: 100%;
  }
}

.choose-qty {
  display: block;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-end;
}

.choose-qty > span {
  font-weight: 700;
  margin-right: 10px;
}

.area_buy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  margin-bottom: 10px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .area_buy {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    margin-top: 5px;
    grid-gap: 5px;
  }
}
.area_buy > div:not(.sys-showroom):not(.promotion-event) {
  padding: 0 15px;
  border-radius: 8px;
  background: linear-gradient(90deg, #86B81C 0%, #3B900B 100%);
  color: #fff;
  text-align: center;
  font-size: var(--fs-text);
  text-transform: uppercase;
  font-weight: 700;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease;
  cursor: pointer;
  gap: 10px;
  border: 1px solid #86B81C;
}
.area_buy > div:not(.sys-showroom):not(.promotion-event).buy_now:hover {
  color: #529C11;
  background: #fff;
}
.area_buy > div:not(.sys-showroom):not(.promotion-event).add_cart {
  color: #529C11;
  background: #fff;
}
.area_buy > div:not(.sys-showroom):not(.promotion-event).add_cart:hover {
  color: #fff;
  background: linear-gradient(90deg, #86B81C 0%, #3B900B 100%);
}
.area_buy > div:not(.sys-showroom):not(.promotion-event).add_cart:hover svg path {
  stroke: #fff;
}
.area_buy > div:not(.sys-showroom):not(.promotion-event).calladvice {
  background: #1c348d;
  grid-column: 1/3;
  border: 1px solid #1c348d;
}
.area_buy > div:not(.sys-showroom):not(.promotion-event).calladvice span:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(../images/icondetailprd.png);
  background-position: -6px -39px;
  position: absolute;
  top: -21px;
  left: -5px;
}
.area_buy > div:not(.sys-showroom):not(.promotion-event).calladvice:hover {
  color: #1c348d;
  background-color: #ffffff;
  background-repeat: no-repeat;
}
.area_buy > div:not(.sys-showroom):not(.promotion-event).noti-coming {
  background: #ffa500;
  grid-column: 1/3;
  border: 1px solid #ffa500;
}
.area_buy > div:not(.sys-showroom):not(.promotion-event).noti-coming:hover {
  background: #fff;
  color: #ffa500;
}
.area_buy > div.buy_now {
  border: 1px solid #B21313;
}
.area_buy > div.sys-showroom, .area_buy > div.promotion-event {
  grid-column: 1/3;
  margin-bottom: 0;
}

.label-check {
  margin-bottom: 10px;
  overflow: hidden;
}
.label-check .icondetail-check {
  background-position: -260px -49px;
  width: 18px;
  height: 18px;
  margin: 0 5px 0 0;
  background-size: initial;
}
.label-check .icon-opt {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  border: 1px solid #979797;
  border-radius: 20px;
  position: relative;
  margin: 2px 5px 0 0;
  background: #fff;
  cursor: pointer;
}
.label-check p {
  font-size: 14px;
  margin-bottom: 10px;
}
.label-check span {
  font-weight: 700;
}
.label-check .mass label input {
  margin: 0 auto;
  position: initial;
  margin-right: 5px;
}
.label-check .mass.version {
  display: flex;
}
.label-check .mass span {
  display: block;
  font-weight: 400;
}
.label-check .mass a {
  border: #EAEAEA;
  padding: 8px 5px;
  border-radius: 5px;
  text-align: center;
  margin: 0 2px;
  font-size: 13px;
  text-transform: initial;
}
.label-check .mass a .thumb {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 5px;
}
.label-check .mass a .thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: initial;
  height: initial;
}
.label-check .mass a .icondetail-check {
  display: none;
}
.label-check .mass a.active {
  border: 1px solid #529C11;
  background: rgba(255, 0, 0, 0.5);
}
.label-check .mass a.active span {
  font-weight: 700;
}
.label-check .mass a.active .icondetail-check {
  display: inline-block;
}
.label-check .mass a.active .icon-opt {
  display: none;
}
.label-check .mass.slide-versions a {
  width: 100%;
  margin: 0;
}
.label-check .slide-versions .mass a {
  float: initial;
}
.label-check.no-over {
  overflow: initial;
}

[class^=icondetail-],
[class*=icondetail-] {
  background-image: url(../images/icondetaildesktop.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
  background-size: 200px 100px;
}

.title-price {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.title-price .select {
  display: flex;
  position: relative;
  padding-right: 5px;
}
.title-price .select:before {
  display: none;
}
.title-price .select svg {
  position: absolute;
  right: 0;
  top: 13px;
}
.title-price .select select {
  height: 30px;
  line-height: 30px;
  border: none;
  color: #006ABF;
  appearance: none;
  padding-left: 5px;
}
.title-price .select select option {
  font-size: 14px;
  padding: 5px;
}

.flex-price {
  display: flex;
  margin: 5px 0 15px 0;
  align-items: center;
}
@media (max-width: 767px) {
  .flex-price {
    flex-direction: column;
  }
}
.flex-price p {
  margin-bottom: 0;
}
.flex-price strong {
  margin: 0 0 0 10px;
}
.flex-price .prPrice {
  font-size: 25px;
  color: #E52323;
}
.flex-price .prDisPercent {
  font-weight: 600;
  padding: 0 5px;
}
.flex-price .installment {
  background: #F6F6F6;
  border-color: #F6F6F6;
  color: #57585B;
  height: 22px;
}
.flex-price .left-price {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .promotion-event {
    width: 100%;
  }
}
.has-promotion {
  padding: 5px;
  background: #E52323;
  border-radius: 8px;
}
.has-promotion .flex-price {
  gap: 5px;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .has-promotion .flex-price {
    gap: 10px;
  }
}
.has-promotion .flex-price .left-price {
  flex-wrap: wrap;
}
.has-promotion .flex-price .left-price .prPrice {
  color: #FEDD00;
  width: 100%;
}
@media (max-width: 767px) {
  .has-promotion .flex-price .left-price .prPrice {
    width: initial;
    font-size: 20px;
    margin-left: 0;
  }
}
.has-promotion .flex-price .left-price .prOldPrice {
  color: #fff;
}
@media (max-width: 767px) {
  .has-promotion .flex-price .left-price .prOldPrice {
    margin-left: 0;
    font-size: 12px;
  }
}
.has-promotion .flex-price .left-price .prDisPercent {
  background: #FEDD00;
  color: #E52323;
}
@media (max-width: 767px) {
  .has-promotion .flex-price .left-price .prDisPercent {
    font-weight: 400;
  }
}
.has-promotion .flex-price .promotion-event .top {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .has-promotion .flex-price .promotion-event .top {
    justify-content: space-between;
  }
}
.has-promotion .flex-price .promotion-event .top .text-end {
  color: #fff;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.has-promotion .flex-price .promotion-event .countdown {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .has-promotion .flex-price .promotion-event .countdown {
    gap: 5px;
  }
}
.has-promotion .flex-price .promotion-event .countdown span {
  width: 29px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  color: #E52323;
}
.has-promotion .flex-price .promotion-event .check-sold-out {
  margin-top: 5px;
}
.has-promotion .flex-price .promotion-event .check-sold-out .line-sold {
  height: 6px;
  border-radius: 2.936px;
  background: linear-gradient(90deg, #E4FFB0 0%, #FFB303 100%);
}
.has-promotion .flex-price .promotion-event .sold-quantity {
  margin-top: 5px;
  font-size: var(--fs-text-small);
  color: #fff;
  line-height: 1;
  text-align: right;
}
@media (max-width: 767px) {
  .has-promotion .flex-price .promotion-event .sold-quantity {
    text-align: left;
    margin-top: 0;
  }
}
.has-promotion .group-price {
  padding: 5px;
  background: #fff;
  border-radius: 8px;
}

.is-vat {
  width: 100%;
  font-size: 15px;
  color: #006ABF;
}
.is-vat.notavail {
  color: #fd5f5f;
}

.para {
  padding: 0;
  margin-bottom: 10px;
}
.para ul {
  padding: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: auto auto;
}
.para li {
  line-height: 1.5;
  margin: 0;
  padding-right: 10px;
  padding-left: 15px;
  position: relative;
  list-style: none;
}
.para li b, .para li strong {
  color: #529C11;
  font-size: var(--fs-text-small);
}
.para li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #333;
  top: 8px;
  left: 0;
}

.params-detail {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  clear: both;
  margin-bottom: 5px;
}
.params-detail .item {
  font-size: 13px;
}
.params-detail .item b {
  font-weight: 600;
  color: #e51e21;
}
.params-detail .item span {
  background: #f1f1f1;
  margin-left: 5px;
  padding: 2px 5px;
  border-radius: 2px;
  color: #666;
  z-index: 6;
  position: relative;
}
.params-detail .item span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: -2px;
  width: 10px;
  height: 10px;
  background: #f1f1f1;
  z-index: -1;
  transform: rotate(45deg);
}

.qrcode-product {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  margin-top: -10px;
  aspect-ratio: 1;
}
.qrcode-product img {
  width: 100%;
  height: 100%;
}

.policy_intuitive {
  border-radius: 8px;
  padding: 20px;
}
@media (max-width: 767px) {
  .policy_intuitive {
    padding: 15px;
  }
}
.policy_intuitive > p {
  font-size: 22px;
  font-weight: 700;
  color: #529C11;
}
@media (max-width: 767px) {
  .policy_intuitive > p {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.policy_intuitive > ul {
  display: flex;
  flex-wrap: wrap;
}
.policy_intuitive > ul li {
  width: 50%;
  list-style: none;
  border-top: 1px solid #F0F0F0;
  padding: 20px 0;
  position: relative;
  padding-left: 55px;
}
.policy_intuitive > ul li a {
  color: #006ABF;
}
.policy_intuitive > ul li svg {
  position: absolute;
  top: 17px;
  left: 0;
}
.policy_intuitive > ul li:nth-of-type(1), .policy_intuitive > ul li:nth-of-type(2) {
  border-top: none;
}
@media (max-width: 767px) {
  .policy_intuitive > ul li {
    width: 100%;
    padding: 15px 0;
    padding-left: 50px;
  }
  .policy_intuitive > ul li svg {
    top: 10px;
  }
  .policy_intuitive > ul li:nth-of-type(1), .policy_intuitive > ul li:nth-of-type(2) {
    border-top: 1px solid #F0F0F0;
  }
}

.main-information {
  border-radius: 8px;
  padding: 20px;
}
@media (max-width: 767px) {
  .main-information {
    padding: 15px;
  }
}

.tab-information-detail {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  overflow-x: auto;
  justify-content: start;
}
.tab-information-detail::-webkit-scrollbar {
  height: 0;
}
.tab-information-detail.center {
  justify-content: center;
}
.tab-information-detail .item-tab {
  font-size: 22px;
  font-weight: 700;
  border-radius: 8px;
  border: 1px solid #C7C7C7;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 6px 19px;
}
@media (max-width: 767px) {
  .tab-information-detail .item-tab {
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
  }
}
.tab-information-detail .item-tab.active, .tab-information-detail .item-tab:hover {
  color: #529C11;
  border-color: #529C11;
}

.deliverytime {
  display: flex;
  align-items: center;
  gap: 10px;
}
.deliverytime span {
  font-size: 16px;
  text-transform: uppercase;
  color: #0C6805;
  font-weight: 700;
}
.deliverytime span small {
  color: #333;
  text-transform: initial;
}
.deliverytime span.out-of-stock {
  color: #ffeb3b;
}
.deliverytime span.stock-coming {
  color: #ffa500;
}

.area_promotion {
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  position: relative;
  padding: 30px 15px 0;
  margin: 30px 0 0 0;
}
.area_promotion a {
  color: #0055B9;
}
.area_promotion > strong {
  position: absolute;
  top: -16px;
  left: 20px;
  background: #529C11;
  color: #fff;
  padding: 5px 25px 5px 35px;
  border-radius: 20px;
  text-transform: uppercase;
}
.area_promotion > strong svg {
  content: "";
  position: absolute;
  top: 6px;
  left: 12px;
}
.area_promotion span {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.area_promotion > ol {
  counter-reset: my-counter;
  padding-left: 0;
}
.area_promotion > ol li {
  counter-increment: my-counter;
  list-style: none;
  padding-left: 30px;
  font-size: 14px;
  position: relative;
  padding-bottom: 6px;
  line-height: 1.5;
}
.area_promotion > ol li:last-child {
  padding-bottom: 0;
}
.area_promotion > ol li:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #529C11;
  color: #fff;
  text-align: center;
  font-weight: 700;
  content: counter(my-counter);
  position: absolute;
  left: 0;
  top: 0;
}

.title-span {
  font-size: 22px;
  font-weight: 700;
  padding: 0 0 10px;
  display: block;
  color: #529C11;
  margin-bottom: 0px;
}

/*đánh giá*/
.rate-comment-section {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 15px 0;
  margin-bottom: 15px;
}

.head-rate {
  padding: 0;
  margin-bottom: 20px;
}
.head-rate .titH2b {
  font-size: 22px;
  color: #529C11;
  font-weight: 700;
}
@media (max-width: 767px) {
  .head-rate .titH2b {
    font-size: 16px;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .head-rate {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.box-rated {
  width: 50%;
}
@media (max-width: 767px) {
  .box-rated {
    width: 100%;
  }
}
.box-rated .box {
  margin-top: 0;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .box-rated .box {
    padding-bottom: 0;
  }
}
.box-rated .box .line-rate {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .box-rated .box .line-rate {
    margin-bottom: 5px;
  }
}
.box-rated .box .line-rate:last-child {
  margin-bottom: 0;
}
.box-rated .box .line-rate .lv-rate {
  color: #3694e8;
  margin-left: 10px;
  cursor: text;
  font-size: 14px;
}
.box-rated .box .line-rate .lv-star {
  width: 35px;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
@media (max-width: 767px) {
  .box-rated .box .line-rate .lv-star {
    width: 30px;
    font-size: 13px;
    justify-content: start;
    gap: 5px;
  }
  .box-rated .box .line-rate .lv-star svg {
    width: 10px;
  }
}
.box-rated .box .line-rate .tool-pct {
  position: relative;
  width: calc(100% - 90px);
  height: 4.5px;
  background: #eee;
  margin-left: 0;
  overflow: hidden;
}
.box-rated .box .line-rate .tool-pct span {
  position: absolute;
  top: 0;
  left: 0;
  background: #529C11;
  height: 100%;
}
.box-rated .box .line-rate .percent-rate {
  width: 34px;
}
@media (max-width: 767px) {
  .box-rated .box .line-rate .percent-rate {
    font-size: 13px;
  }
}
.box-rated .box .line-rate .percent-rate.active {
  color: #006ABF;
}
.box-rated .top .point-rated {
  font-size: 30px;
  font-weight: bold;
  line-height: 24px;
  color: #f5a623;
  display: inline-block;
  margin-right: 5px;
}
.box-rated .top .vote-star .rating > label:before, .box-rated .top .vote-star .rating > .star-v1:before {
  font-size: 20px;
}

.Rate-detail_ .box_ .customer-rate-box .frm-comment {
  margin-bottom: 0;
}

.btn-flex-rate {
  padding: 0 0 20px 0;
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  .btn-flex-rate {
    padding: 0 0 15px 0;
    flex-direction: column;
  }
}
.btn-flex-rate > * {
  width: calc((100% - 15px) / 2);
}
@media (max-width: 767px) {
  .btn-flex-rate > * {
    width: 100%;
  }
}

.btn-ratenow {
  padding: 0 20px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(90deg, #86B81C 0%, #3B900B 100%);
  height: 44px;
  border-radius: 6px;
  font-size: var(--fs-text);
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background 0.5s linear;
}
.btn-ratenow .img {
  width: 25px;
  height: 25px;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-ratenow:hover {
  background: linear-gradient(90deg, #3B900B 0%, #86B81C 100%);
}
.btn-ratenow .close {
  display: none;
}
.btn-ratenow.active .open {
  display: none;
}
.btn-ratenow.active .close {
  display: inline-block;
}

.btn-view-more-rate {
  height: 44px;
  border-radius: 6px;
  border: 1px solid #84B71B;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: var(--fs-text);
  color: #529C11;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.5s ease;
}
.btn-view-more-rate:hover {
  background: #529C11;
  color: #fff;
}
.btn-view-more-rate:hover svg {
  fill: #fff;
}
.btn-view-more-rate:hover svg path {
  fill: #fff;
}

.avg_rate {
  display: flex;
  grid-gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .avg_rate {
    margin-bottom: 10px;
  }
}
.avg_rate p {
  margin: 0;
  font-size: var(--fs-text);
  color: #6F6F6F;
}
@media (max-width: 767px) {
  .avg_rate p {
    font-size: 14px;
  }
}
.avg_rate .avg {
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
  color: #529C11;
}
@media (max-width: 767px) {
  .avg_rate .avg {
    font-size: 16px;
  }
}
.avg_rate .prRating i {
  width: 16px;
  height: 16px;
}
.avg_rate .prRating i.fa {
  color: #fabb47;
  font-size: 13px;
}
.avg_rate .prRating i.fa-star-o {
  color: #c9cac5;
}
.avg_rate .prRating svg {
  height: 21px;
  width: 20px;
  fill: #D5D6D4;
}
@media (max-width: 767px) {
  .avg_rate .prRating svg {
    width: 15px;
    height: 16px;
  }
}
.avg_rate .prRating svg path {
  stroke: transparent;
}
.avg_rate .prRating .fa-star-o svg {
  fill: #c9cac5;
}
.avg_rate .prRating .fa-star svg path {
  fill: #529C11;
}

.list-c-d-detail-rate {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .list-c-d-detail-rate {
    padding-bottom: 15px;
  }
}
.list-c-d-detail-rate > .item {
  padding: 15px 0;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
}
.list-c-d-detail-rate > .item:first-child {
  border-top: 1px solid #E0E0E0;
}

.list-c-d-detail > .item .info,
.list-c-d-detail-rate > .item .info {
  width: 100%;
  float: left;
  overflow: hidden;
  display: block;
}
.list-c-d-detail > .item .info .fullname,
.list-c-d-detail-rate > .item .info .fullname {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.list-c-d-detail > .item .info .fullname .bought,
.list-c-d-detail-rate > .item .info .fullname .bought {
  font-size: var(--fs-text-small);
  color: #529C11;
  line-height: 1;
}
@media (max-width: 767px) {
  .list-c-d-detail > .item .info .fullname .bought,
  .list-c-d-detail-rate > .item .info .fullname .bought {
    font-size: 12px;
  }
}
.list-c-d-detail > .item .info .fullname .bought svg,
.list-c-d-detail-rate > .item .info .fullname .bought svg {
  margin-bottom: -1px;
}
.list-c-d-detail > .item .info .prRating,
.list-c-d-detail-rate > .item .info .prRating {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-bottom: 10px;
}
.list-c-d-detail > .item .info .prRating svg path,
.list-c-d-detail-rate > .item .info .prRating svg path {
  fill: #D5D6D4;
}
.list-c-d-detail > .item .info .prRating .fa-star svg path,
.list-c-d-detail-rate > .item .info .prRating .fa-star svg path {
  fill: #529C11;
}
.list-c-d-detail > .item .info .content-comment,
.list-c-d-detail-rate > .item .info .content-comment {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .list-c-d-detail > .item .info .content-comment,
  .list-c-d-detail-rate > .item .info .content-comment {
    font-size: 13px;
  }
}
.list-c-d-detail > .item .info .content-comment img,
.list-c-d-detail-rate > .item .info .content-comment img {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .list-c-d-detail > .item .info .content-comment p,
  .list-c-d-detail-rate > .item .info .content-comment p {
    font-size: 13px;
  }
}
.list-c-d-detail > .item .info .content-comment p:last-child,
.list-c-d-detail-rate > .item .info .content-comment p:last-child {
  margin-bottom: 0;
}
.list-c-d-detail > .item .info .content-comment a,
.list-c-d-detail-rate > .item .info .content-comment a {
  color: #006abf;
}
@media (max-width: 767px) {
  .list-c-d-detail > .item .info span,
  .list-c-d-detail-rate > .item .info span {
    font-size: 13px;
  }
}
.list-c-d-detail > .item .info span.by,
.list-c-d-detail-rate > .item .info span.by {
  font-size: var(--fs-text);
  color: #57585B;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .list-c-d-detail > .item .info span.by,
  .list-c-d-detail-rate > .item .info span.by {
    font-size: 13px;
  }
}
.list-c-d-detail > .item .info span._replay, .list-c-d-detail > .item .info span._replay-rate,
.list-c-d-detail-rate > .item .info span._replay,
.list-c-d-detail-rate > .item .info span._replay-rate {
  font-size: 14px;
  cursor: pointer;
  color: #788ad6;
}
@media (max-width: 767px) {
  .list-c-d-detail > .item .info span._replay, .list-c-d-detail > .item .info span._replay-rate,
  .list-c-d-detail-rate > .item .info span._replay,
  .list-c-d-detail-rate > .item .info span._replay-rate {
    font-size: 13px;
  }
}
.list-c-d-detail > .item .info span._show-reply, .list-c-d-detail > .item .info span._show-reply-rate,
.list-c-d-detail-rate > .item .info span._show-reply,
.list-c-d-detail-rate > .item .info span._show-reply-rate {
  cursor: pointer;
}
.list-c-d-detail > .item .info .time-span,
.list-c-d-detail-rate > .item .info .time-span {
  margin-left: 0;
  color: #848484;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.list-c-d-detail > .item .info .time-span:before,
.list-c-d-detail-rate > .item .info .time-span:before {
  content: "";
  height: 13px;
  width: 1px;
  position: absolute;
  left: -10px;
  top: 2px;
  background: #d0d0d0;
}
.list-c-d-detail > .item .info .action,
.list-c-d-detail-rate > .item .info .action {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .list-c-d-detail > .item .info .action,
  .list-c-d-detail-rate > .item .info .action {
    gap: 10px;
  }
}
.list-c-d-detail > .item .info .action .action,
.list-c-d-detail-rate > .item .info .action .action {
  justify-content: space-between;
}
.list-c-d-detail > .item .info .action span,
.list-c-d-detail-rate > .item .info .action span {
  font-size: var(--fs-text-small);
  display: flex;
  gap: 5px;
}
.list-c-d-detail > .item .info .action span._like,
.list-c-d-detail-rate > .item .info .action span._like {
  cursor: pointer;
  color: #006ABF;
  font-weight: 400;
}
@media (max-width: 767px) {
  .list-c-d-detail > .item .info .action span._like,
  .list-c-d-detail-rate > .item .info .action span._like {
    font-size: 13px;
  }
}
.list-c-d-detail > .item .info .action span._like:hover,
.list-c-d-detail-rate > .item .info .action span._like:hover {
  color: #529C11;
}
.list-c-d-detail > .item .info .action span._like:hover svg path,
.list-c-d-detail-rate > .item .info .action span._like:hover svg path {
  stroke: #529C11;
}
.list-c-d-detail > .item .info .action span._like:hover *,
.list-c-d-detail-rate > .item .info .action span._like:hover * {
  color: #529C11;
}
.list-c-d-detail > .item .info .action span._like span,
.list-c-d-detail-rate > .item .info .action span._like span {
  color: #006ABF;
  font-weight: 400;
}
.list-c-d-detail > .item .info .action span._like svg,
.list-c-d-detail-rate > .item .info .action span._like svg {
  margin-bottom: -1px;
}
.list-c-d-detail > .item .info .action span._show-reply-rate,
.list-c-d-detail-rate > .item .info .action span._show-reply-rate {
  cursor: pointer;
  color: #006ABF;
  font-weight: 400;
  line-height: 1;
}
.list-c-d-detail > .item .info .action span._show-reply-rate:hover,
.list-c-d-detail-rate > .item .info .action span._show-reply-rate:hover {
  color: #529C11;
}
.list-c-d-detail > .item .info .action span._show-reply-rate:hover svg path,
.list-c-d-detail-rate > .item .info .action span._show-reply-rate:hover svg path {
  stroke: #529C11;
}
.list-c-d-detail > .item .info .action span._show-reply-rate:hover *,
.list-c-d-detail-rate > .item .info .action span._show-reply-rate:hover * {
  color: #529C11;
}
.list-c-d-detail > .item .avt,
.list-c-d-detail-rate > .item .avt {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background: linear-gradient(180deg, #81B61B 0%, #3E920D 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.list-c-d-detail .item {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #E0E0E0;
}
.list-c-d-detail .item:first-child {
  padding-top: 0;
}
.list-c-d-detail .item .info {
  width: calc(100% - 45px);
}
.list-c-d-detail .item .info .action {
  gap: 30px;
  row-gap: 15px;
}
@media (max-width: 767px) {
  .list-c-d-detail .item .info .action {
    row-gap: 10px;
  }
}
.list-c-d-detail .item .info .action ._show-reply {
  cursor: pointer;
  color: #006ABF;
  font-weight: 400;
}
.list-c-d-detail .item .info .action ._show-reply:hover {
  color: #529C11;
}
.list-c-d-detail .item .info .action > span {
  position: relative;
}
.list-c-d-detail .item .info .action > span:before {
  position: absolute;
  left: -18px;
  top: 9px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #A3A3A3;
}
.list-c-d-detail .item .info .action > span:first-child:before {
  display: none;
}
.list-c-d-detail .item .info .action > span.time-span svg {
  margin-top: 4px;
}

.page-comment nav ul, .pagi-reply nav ul,
.page-rate nav ul, .pagi-reply-rate nav ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.page-comment nav ul li, .pagi-reply nav ul li,
.page-rate nav ul li, .pagi-reply-rate nav ul li {
  list-style: none;
  cursor: pointer;
}
.page-comment nav ul li.disabled, .pagi-reply nav ul li.disabled,
.page-rate nav ul li.disabled, .pagi-reply-rate nav ul li.disabled {
  display: none !important;
}
.page-comment nav ul li span, .pagi-reply nav ul li span,
.page-rate nav ul li span, .pagi-reply-rate nav ul li span {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: #eaeaea;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 24px;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}
.page-comment nav ul li span.active, .pagi-reply nav ul li span.active,
.page-rate nav ul li span.active, .pagi-reply-rate nav ul li span.active {
  color: #fff;
  background: #529C11;
}

.page-reply,
.page-reply-rate {
  font-size: 13px;
  color: #006abf;
  padding-top: 10px;
  cursor: pointer;
}
.page-reply i,
.page-reply-rate i {
  margin-right: 5px;
}

.customer-rate-box {
  border-top: 0;
  border-radius: 0;
  overflow: hidden;
  padding: 0;
  display: none;
  margin: 0;
  grid-column-start: 1;
  grid-column-end: 3;
}
.customer-rate-box textarea {
  width: 100%;
  padding: 10px;
  height: 150px;
  border: 1px solid #ccc;
  border-bottom: 0;
  margin-bottom: -8px;
}
.customer-rate-box.active {
  display: block;
}
.customer-rate-box .content-faq {
  height: 150px;
  border-radius: 0;
  background: #fff;
}
.customer-rate-box .upload-img-faq {
  border-radius: 0;
  background: #f1f1f1;
}

.frm-comment {
  margin-bottom: 0;
  width: 100%;
  padding-bottom: 15px;
}
.frm-comment textarea {
  border-radius: 6px;
  border: 1px solid #DBDBDB;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  height: 120px;
  width: 100%;
  padding: 10px;
  font-size: var(--fs-text);
  display: block;
}
.frm-comment textarea::placeholder {
  font-size: var(--fs-text);
}
.frm-comment textarea:focus {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #DBDBDB;
}
.frm-comment .action {
  margin-top: 10px;
  display: none;
  width: 100%;
  background: #fff;
}
.frm-comment .action > * {
  padding: 10px 0;
}
.frm-comment .action.active {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.frm-comment .action .img {
  border-right: 0;
}
.frm-comment .action .img label {
  font-weight: 400;
  font-size: var(--fs-text-small);
}
.frm-comment .action .img input {
  display: none;
}
.frm-comment .action .img .input-file label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.frm-comment .action .img .input-file label svg {
  height: 25px;
  margin-bottom: -2px;
  fill: #57585B;
}
.frm-comment .action textarea.error {
  border: 1px solid red !important;
}
.frm-comment .action .input {
  display: flex;
  justify-content: end;
  gap: 10px;
}
.frm-comment .action .input > * {
  display: flex;
  align-items: center;
}
.frm-comment .action .input input {
  height: 40px;
  border: 1px solid #E6E6E6;
  padding: 0 15px;
  border-radius: 6px;
  width: 210px;
}
.frm-comment .action .input input.error {
  border: 1px solid red !important;
}
.frm-comment .action .input input:read-only {
  border: 0;
  color: gray;
}
.frm-comment .action .input .processing {
  display: none;
  line-height: 1;
  float: right;
}
.frm-comment .action .input .processing.show {
  display: inherit;
}
.frm-comment .action .input button {
  background: #529C11;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--fs-text-small);
  padding: 0 15px;
  border-radius: 6px;
  border: 1px solid #529C11;
  cursor: pointer;
}
.frm-comment label.error {
  display: none !important;
}

.vote-star {
  display: flex;
  align-items: center;
}
.vote-star .rating {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-direction: row-reverse;
}
.vote-star .rating > label,
.vote-star .rating > .star-v1 {
  margin-bottom: 0;
}
.vote-star .rating > label svg path,
.vote-star .rating > .star-v1 svg path {
  fill: #dddddd;
}
.vote-star .rating > input {
  display: none;
}
.vote-star .rating > input:checked ~ label svg path {
  fill: #57585B;
}
.vote-star .rating > input:checked + label:hover svg path {
  fill: #57585B;
}
.vote-star .rating > input:checked ~ label:hover svg path {
  fill: #57585B;
}
.vote-star .rating > .star-v1.active svg path {
  fill: #529C11;
}
.vote-star .rating > input:checked ~ label svg path, .vote-star .rating:not(:checked) > label:hover, .vote-star .rating:not(:checked) > label:hover ~ label {
  fill: #529C11;
  color: #529C11;
}
.vote-star .rating > input:checked + label:hover svg path,
.vote-star .rating > input:checked ~ label:hover svg path,
.vote-star .rating > label:hover ~ input:checked ~ label svg path,
.vote-star .rating > input:checked ~ label:hover ~ label svg path {
  fill: #529C11;
}

.insert-img,
.insert-img_Reply,
.insert-img-rate,
.insert-img-rate_Reply {
  width: auto;
  margin-top: 10px;
  position: relative;
  display: flex;
  margin-right: 5px;
  align-items: center;
}
.insert-img img,
.insert-img_Reply img,
.insert-img-rate img,
.insert-img-rate_Reply img {
  max-width: 100px;
}
.insert-img i,
.insert-img_Reply i,
.insert-img-rate i,
.insert-img-rate_Reply i {
  font-weight: 400;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  background: rgba(125, 125, 125, 0.38);
  font-size: 11px;
  cursor: pointer;
  position: relative;
  margin-left: 10px;
}
.insert-img i:before,
.insert-img_Reply i:before,
.insert-img-rate i:before,
.insert-img-rate_Reply i:before {
  font-size: 22px;
  position: absolute;
  width: 35px;
  height: 20px;
  color: #f43636;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "\f00d";
  border: 0;
}

.item-rep {
  display: flex;
  gap: 15px;
  align-items: start;
  padding: 15px 0;
}
.item-rep .avt {
  width: 40px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #529C11;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.item-rep .avt img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: initial;
  height: initial;
}
.item-rep .info {
  width: calc(100% - 55px);
}
.item-rep .info .content-comment p {
  margin-bottom: 5px;
}

.frm-reply {
  margin-bottom: 0;
  padding-bottom: 0;
}
.frm-reply .item {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0;
}
.frm-reply .item:first-child {
  display: flex;
}
.frm-reply .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.lst-repply-rate {
  background: #F1F1F1;
  margin-top: -5px;
  padding: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.lst-repply-rate.hiden {
  display: none;
}
.lst-repply-rate .item {
  padding: 15px 0;
  border-bottom: 1px solid #cdcdcd;
}
.lst-repply-rate .item .info .fullname .by i {
  font-size: 13px;
  font-weight: 400;
  background: green;
  color: #fff;
  border-radius: 5px;
  padding: 0 5px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  justify-content: center;
  line-height: 1;
}
.lst-repply-rate .item .info .content-comment {
  font-size: 15px;
}
.lst-repply-rate .item .info .action .time-span {
  font-size: 15px;
}
.lst-repply-rate .item .info .action .time-span svg {
  height: 13px;
  margin-bottom: -3px;
}
.lst-repply-rate .item:nth-of-type(1) {
  padding-top: 0;
}
.lst-repply-rate .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.lst-repply-rate:before {
  content: "";
  width: inherit;
  position: absolute;
  top: -25px;
  left: 10px;
  height: inherit;
  border: 10px solid transparent;
  border-bottom: 20px solid #F1F1F1;
}

.more-reply-rate, .more-reply {
  padding-top: 15px;
  display: flex;
  gap: 7px;
  font-size: 14px;
  align-items: center;
  color: #006ABF;
  cursor: pointer;
}
.more-reply-rate svg, .more-reply svg {
  height: 14px;
  fill: #006ABF;
}

.section-product-more {
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-product-more {
    padding: 15px;
  }
}
.section-product-more .tab-product-more {
  display: flex;
  gap: 15px;
}
.section-product-more .tab-product-more .item-tab {
  font-size: 22px;
  font-weight: 700;
  border-radius: 8px;
  border: 1px solid #C7C7C7;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 6px 19px;
}
@media (max-width: 767px) {
  .section-product-more .tab-product-more .item-tab {
    font-size: 15px;
    font-weight: 400;
  }
}
.section-product-more .tab-product-more .item-tab:hover {
  border-color: #529C11;
  color: #529C11;
}
.section-product-more .tab-product-more .item-tab.active {
  border-color: #529C11;
  background: #529C11;
  color: #fff;
}
.section-product-more .content-product-more {
  display: none;
}
.section-product-more .content-product-more.active {
  display: block;
}

.productrelate .bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .productrelate .bar {
    flex-direction: column;
    justify-content: start;
    gap: 10px;
    align-items: start;
    padding: 10px 0;
  }
}
.productrelate .bar h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 767px) {
  .productrelate .bar h2 {
    font-size: 16px;
  }
}
.productrelate .bar div.suggest-same {
  position: relative;
}
@media (max-width: 767px) {
  .productrelate .bar div.suggest-same {
    width: 100%;
  }
}
.productrelate .bar div.suggest-same input {
  width: 350px;
  height: 40px;
  border: 1px solid #529C11;
  border-radius: 6px;
  padding: 0 15px;
  max-width: 100%;
  padding-right: 36px;
}
@media (max-width: 767px) {
  .productrelate .bar div.suggest-same input {
    width: 100%;
    height: 35px;
  }
}
.productrelate .bar div.suggest-same input::placeholder {
  color: #989898;
}
.productrelate .bar div.suggest-same .button {
  position: absolute;
  top: 0;
  right: 0;
  background: inherit;
  border: initial;
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  text-align: center;
  padding-left: 5px;
}

/*tin lien quan*/
#news-relate {
  display: none;
}

.news-relate {
  padding: 20px;
  background: #ffffff;
  clear: both;
  border-radius: 8px;
  overflow: hidden;
}

.news-relate {
  margin-bottom: 15px;
}
.news-relate .item {
  padding: 15px 0;
  border-top: 1px solid #E0E0E0;
  display: flex;
}
.news-relate .item .img {
  aspect-ratio: 16/10;
  width: 110px;
  border-radius: 6px;
  overflow: hidden;
}
.news-relate .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-relate .item h3 {
  width: calc(100% - 110px);
  padding-left: 15px;
  font-weight: 400;
}
.news-relate .item h3 a {
  font-weight: 400;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.news-relate .item.hides {
  display: none;
}
.news-relate .item:nth-of-type(2) {
  border-top: none;
}
.news-relate .item:last-child {
  padding-bottom: 0;
}
.news-relate .view-all {
  color: #006abf;
  display: block;
  padding: 15px 0 0 0;
  cursor: pointer;
  border-top: 1px solid #e9e9e9;
}

.length_a {
  max-width: 427px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.length_a a {
  color: #ffffff;
}

.numeric {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #529C11;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  font-weight: 700;
}

.box-tab-sl {
  margin-bottom: 0;
  padding-left: 0;
  grid-gap: 2px;
  display: flex;
}
.box-tab-sl li {
  list-style: none;
}
.box-tab-sl li input {
  width: 100px;
  border-radius: 5px;
  border: 1px solid #EAEAEA;
  text-align: center;
  height: 35px;
  font-size: 14px;
}
.box-tab-sl li span {
  width: 35px;
  height: 35px;
  border: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  line-height: 24px;
  margin: 0;
  border-radius: 5px;
  justify-content: center;
}
.box-tab-sl li span:hover {
  cursor: pointer;
}

.box-article .area_buy .calladvice {
  margin-top: 15px;
}

.callorder {
  border: 1px solid #EAEAEA;
  padding: 17px;
  border-radius: 5px;
}
.callorder b {
  color: #529C11;
}

.khung-ctn .right {
  width: 22%;
  float: left;
}

.key-selling ul {
  padding-left: 15px;
}

.title_text {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.key-selling {
  position: relative;
}

.key-selling.kmh {
  max-height: 120px;
  overflow: hidden;
  position: relative;
}

.ovlarticle {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 85%, rgb(255, 255, 255) 100%);
}

.viewmorekeyselling {
  font-size: 14px;
  display: block;
  color: #006abf;
}
.viewmorekeyselling:after {
  content: "";
  width: 0;
  right: 0;
  border-top: 6px solid #006abf;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 5px;
}

.box_content_product {
  overflow: hidden;
  position: relative;
}
.box_content_product .left_content {
  width: calc(100% - 404px);
  float: left;
  display: block;
  overflow: hidden;
  margin-right: 20px;
  padding: 15px;
}
.box_content_product .right_content {
  width: 384px;
  display: block;
  overflow: hidden;
}
.box_content_product .right_content .price_sale {
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  background: #ffffff;
  padding: 15px;
}

.box_content_product .right_content .price_sale .sys-showroom,
.box_content_product .right_content .price_sale .area_buy .promotion-event {
  display: none;
}

.box_content_product .right_content .price_sale.fixed .sys-showroom,
.box_content_product .right_content .price_sale.fixed .area_buy .promotion-event {
  display: block;
}

.box_article img,
.box_article table,
.box_article iframe {
  max-width: 100%;
}

.box_article {
  padding: 0 0 20px;
}

.box_article img {
  max-width: 100%;
}

.box_article h3 {
  line-height: 1.4em;
  font-size: 22px;
  margin: 1.5em auto 0.3em;
}

.box_article h4,
.box_article h5,
.box_article h6 {
  font-size: 14px;
}

.box_article a {
  color: #288ad6;
}

.box_offers {
  padding: 15px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 15px;
}

.box_offers > strong {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

.boxChild .item .img {
  width: 191px;
  height: 191px;
  border: 1px solid #ccc;
  overflow: hidden;
  text-align: center;
  line-height: 186px;
  margin: 0 auto 10px;
  max-width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.boxChild .item .img span {
  position: absolute;
  top: 5px;
  left: 0;
  color: #ec2327;
  border: 1px solid #ec2327;
  border-radius: 3px;
  padding: 0 5px;
  line-height: 22px;
  display: inline-block;
  z-index: 4;
  background: #ffffff;
}

.boxChild .item .img img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.boxChild .item h3 {
  font-size: 14px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
}

.boxChild .item h3 input {
  margin-right: 5px;
  background: #e51e31;
}

.boxChild {
  margin: 0 -15px;
}

.boxChild .item {
  width: calc(20% - 30px);
  float: left;
  margin: 0 15px;
  position: relative;
}

.boxChild .item:before {
  content: "+";
  color: #fff;
  background: #e51e31;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  top: 74px;
  right: -10px;
}

.boxChild.slide-views {
  margin: 0;
}

.boxChild.slide-views .item {
  width: 100%;
  margin: 0;
}

.box-scroll {
  overflow-x: auto;
  width: calc(60% - 30px);
  display: flex;
  padding-bottom: 10px;
  float: left;
  margin: 0 15px;
  cursor: grabbing;
}

.box-scroll::-webkit-scrollbar {
  height: 2px;
}

.box-scroll .item {
  width: 191px;
}

.box-scroll .item:before {
  right: -25px;
}

.box-scroll .item:last-child:before {
  display: none;
}

.box-scroll .item:first-child {
  margin-left: 0;
}

.result-offer {
  width: calc(20% - 15px);
  margin: 0;
  float: left;
  text-align: center;
}

.result-offer .area_buy {
  display: block;
}

.result-offer small,
.result-offer p {
  text-align: left;
  display: block;
}

.show-more::before {
  height: 122px;
  margin-top: -122px;
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  display: block;
  z-index: 10;
  position: relative;
}

.boxChild_v2 .item .img {
  border: initial;
}

.boxChild_v2 .item .img a {
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 10px;
}

.boxChild_v2 .item .img .img-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.boxChild_v2 .item:before {
  display: none;
}

.feedback-question {
  padding: 0 20px 0 40px;
  font-family: "Open Sans", sans-serif;
}

.feedback-question > p {
  font-weight: bold;
  margin-bottom: 5px;
}

.feedback {
  overflow: hidden;
  margin: 10px 0;
}

.feedback > div {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  margin-right: 10px;
  cursor: pointer;
}

.feedback > div:last-child {
  margin: 0;
}

.feedback > div > .icon {
  border-radius: 50%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}

.feedback div span {
  Display: inline-block;
  vertical-align: top;
  line-height: 40px;
}

.question {
  overflow: hidden;
}

.question > span {
  font-weight: 500;
  line-height: 24px;
}

.question-ed {
  overflow: hidden;
  display: table;
  margin-top: 10px;
}

.question-ed .q-good {
  float: left;
  margin-right: 15px;
  color: #006abf;
  font-size: 12px;
}

.question-ed .q-good b,
.question-ed .q-bad b {
  font-weight: 600;
}

.question-ed .q-bad {
  float: right;
  margin-left: 15px;
  color: #006abf;
  font-size: 12px;
}

.line-question {
  float: left;
  position: relative;
  width: 160px;
  height: 16px;
  background: #eee;
  border-radius: 3px;
  margin-top: 3px;
  overflow: hidden;
}

.line-question span {
  position: absolute;
  top: 0;
  left: 0;
  background: #6cba71;
  transition: all 0.35s;
  height: 100%;
}

span.count-turn-rated {
  font-size: 13px;
}

.lst-repply.lst-repply {
  position: relative;
  background-color: #f8f8f8;
  padding: 15px;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 15px;
}
.lst-repply.lst-repply .content-comment {
  font-size: 15px;
  margin-bottom: 5px;
}
.lst-repply.lst-repply .info .action span {
  font-size: 14px;
}
.lst-repply.lst-repply .info .action span._replay_cmt {
  color: #006ABF;
  cursor: pointer;
}
.lst-repply.lst-repply:first-child {
  padding-top: 0;
}
.lst-repply.hiden {
  display: none;
}
.lst-repply:before {
  content: " ";
  position: absolute;
  top: -15px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 16px solid #f8f8f8;
  display: none;
}

.alrt-comment {
  background: #ff7d7d;
  padding: 5px 20px;
  margin-top: 15px;
  border-radius: 4px;
  display: inline-block;
}
.alrt-comment.alrt-success {
  background: #07ca43;
  color: #fff;
}

.hidden {
  display: none;
}

.count-cmt {
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .count-cmt {
    margin-bottom: 0;
  }
}

.closebtn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  width: 75px;
  height: 75px;
  background: #f4f4f4;
  color: #bbb;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  line-height: 20px;
}

.closebtn span {
  font-size: 42px;
  padding: 20px 0 10px 0;
  display: block;
  margin: 0 auto;
}

.fullparameter {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  padding: 0;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.7);
}
.fullparameter .scroll {
  height: 100vh;
  width: auto;
  padding: 0 30px 0 30px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
}
.fullparameter .scroll h3, .fullparameter .scroll h4 {
  display: block;
  font-size: var(--fs-text);
  color: #666;
  font-weight: 600;
  margin-top: 15px;
  line-height: 1.3em;
}
.fullparameter ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.fullparameter .specs li span {
  display: inline-block;
  vertical-align: top;
}
.fullparameter .specs li span.specname {
  width: 30%;
}
.fullparameter .specs li span.specval {
  width: 69%;
}

ul.specs li {
  display: block !important;
  background: #f4f4f4;
  padding: 10px;
  font-size: 20px;
  color: #999;
}
ul.specs li:nth-child(2n) {
  background: #fff;
}
ul.specs li span.specname {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

table.specs tr td {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 15px;
}
table.specs tr td ul {
  padding-left: 15px;
  margin-bottom: 0;
}
table.specs tr:nth-of-type(2n+1) {
  background: #f5f5f5;
}

.specifications table tr td:nth-of-type(1),
._detail-specs table tr td:nth-of-type(1) {
  width: 50%;
}

.specs li span.specval {
  font-size: 14px;
  color: #333;
  margin-left: 5px;
}

.article h1 {
  display: block;
  line-height: 1.3em;
  font-size: 24px;
  color: #00528b;
  font-weight: bold;
}

.authorBox {
  margin-top: 5px;
  line-height: 155%;
  margin-bottom: 15px;
}
.authorBox span {
  color: #999;
  margin-right: 15px;
  font-size: 14px;
}
.authorBox > .authorName {
  color: #333;
  font-size: 14px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.authorBox .new-iconviewcount {
  background: url(../images/sprite2x-mobile-new.v160101010710.png) no-repeat -182px -30px;
  background-size: 312px 51px;
  width: 18px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
}

.bcenter .article .bxcontentnewsctct {
  overflow: hidden;
}

.bxcontentnewsct ._desc {
  font-weight: bold;
  font-size: var(--fs-text);
  margin-bottom: 15px;
}
.bxcontentnewsct ._desc p, .bxcontentnewsct ._desc h2 {
  line-height: 1.5;
  font-size: var(--fs-text);
  font-weight: 600;
}
.bxcontentnewsct a:hover {
  text-decoration: underline;
  color: #167ac6;
}
.bxcontentnewsct img, .bxcontentnewsct table, .bxcontentnewsct iframe {
  max-width: 100%;
}
.bxcontentnewsct img {
  height: auto !important;
}

.key-word {
  margin: 10px 0;
}

.bxindexknh {
  display: inline-block;
  background: #EAEAEA;
  border: 1px solid #EAEAEA;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
}
.bxindexknh .ctindxknh {
  margin-top: 10px;
}
.bxindexknh .indxtitle {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  color: #529C11;
}
@media (max-width: 767px) {
  .bxindexknh .indxtitle {
    font-size: 16px;
  }
}
.bxindexknh .indxtitle svg {
  fill: #529C11;
}
.bxindexknh .faq-idxknh {
  position: absolute;
  right: 0;
  top: 5px;
  width: 20px;
  filter: grayscale(1);
  height: 20px;
  transform: rotate(180deg);
}
.bxindexknh.active .faq-idxknh {
  transform: rotate(0deg);
}

.ctindxknh a {
  font-weight: normal;
  text-decoration: none;
  font-size: var(--fs-text-small);
  display: block;
  line-height: 24px;
}

.table-of-content a {
  color: #57585B;
  text-decoration: none !important;
  transition: 0.2s linear;
}
.table-of-content h5 {
  cursor: pointer;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
}
.table-of-content h5 .cirl {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 10px;
  background: #529C11;
}
.table-of-content h5 a {
  font-weight: 600;
  display: block;
  padding-left: 15px;
  position: relative;
  color: #529C11;
}
.table-of-content h6 {
  margin: 0 0 5px 0;
}
.table-of-content h6 a {
  cursor: pointer;
  position: relative;
  display: block;
  padding-left: 30px;
}
.table-of-content h6 .cirl {
  width: 5px;
  height: 5px;
  border-radius: 6px;
  overflow: hidden;
  position: absolute;
  left: 13px;
  top: 7px;
  background: #333;
}

.ctindxknh a i {
  margin-right: 15px;
  font-size: 17px;
}

.box-detail {
  width: 72%;
  float: left;
  overflow: hidden;
}

.bxcontentnewsct p,
.bxcontentnewsct h2 {
  margin-bottom: 10px;
  display: block;
  text-rendering: geometricPrecision;
  color: #333;
  line-height: 1.4;
  margin: 12px 0;
}
.bxcontentnewsct h2 {
  font-weight: 700;
}
.bxcontentnewsct h3 {
  font-size: 19px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
}
.bxcontentnewsct label {
  margin: 10px auto;
  padding: 10px;
  border: 2px solid #c3e5f8;
  border-radius: 5px;
  background-color: #dbedf9;
  line-height: 22px;
  clear: both;
}
.bxcontentnewsct a {
  text-decoration: none !important;
  transition: 0.2s linear;
}
.bxcontentnewsct a:hover {
  color: #529C11;
}
.bxcontentnewsct a:hover span {
  color: #ec2327 !important;
}
.bxcontentnewsct p.prRating {
  display: flex;
  margin: 0;
}
.bxcontentnewsct .sliderdetail ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.dropcap {
  font-size: 72px;
  line-height: 36px;
  float: left;
  padding: 10px;
  color: #09c;
  font-weight: 300;
  margin-bottom: 10px;
}

.generate-productbox-product .img {
  width: 50%;
  float: left;
}
.generate-productbox-product .prSpec {
  width: 50%;
  float: left;
}
.generate-productbox-product .prSpec h3 {
  text-transform: uppercase;
}
.generate-productbox-product .prSpec > span {
  font-size: 16px;
  text-transform: uppercase;
  color: #158d1e;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.generate-productbox-product .prSpec > span.out-of-stock {
  color: #ec2327;
}

.price span.salecombo {
  color: #333333;
  font-weight: 400;
  clear: both;
  display: block;
}

.prSpecMain > p {
  font-size: 16px;
  font-weight: 700;
  color: #006abf;
}
.prSpecMain ul {
  padding-left: 15px;
  margin-bottom: 0;
  margin-top: 5px;
  padding-left: 17px;
  overflow: hidden;
  position: relative;
  max-height: 129px;
}
.prSpecMain ul:after {
  content: "";
  height: 82px;
  max-height: 82px;
  position: absolute;
  bottom: -8px;
  left: -10px;
  right: -5px;
  border-radius: 0 0 15px 15px;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  opacity: 0.94;
}

.prSpecBtnViewAll {
  display: block;
  margin: 10px 0 0;
  text-align: center;
}
.prSpecBtnViewAll i {
  font-size: 20px;
  margin-left: 10px;
}

.leftGallery {
  width: calc(100% - 125px);
  float: left;
}

.rightGallery {
  width: 110px;
  float: left;
  margin-left: 10px;
}

.rightGallery ul {
  padding-left: 10px;
}

.rightGallery li {
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  padding: 5px;
  margin: 0 0 10px;
  position: relative;
  overflow: hidden;
}

.rightGallery li.lastedItem:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: rgba(0, 0, 0, 0.7);
  box-sizing: initial;
}

.rightGallery li .lstOverlay {
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  color: #fff;
  z-index: 99;
}

.rightGallery li img {
  width: 100%;
  height: 60px;
  object-fit: cover;
  padding: 0;
}

.video-container {
  position: relative;
}

.video-container:before {
  content: "";
  width: 67px;
  height: 47px;
  background: url(../images/ic-play.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fotorama-org {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #000;
}

.fotorama-org.active {
  display: block;
}

.galleryImg {
  display: block;
  overflow: hidden;
}

.pswp__top__tabWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  text-align: center;
  color: #333;
  display: block;
  z-index: 9;
  height: 57px;
  border-bottom: 1px solid #cdcdcd;
}

.pswp__top__tabWrap .tab {
  display: inline-block;
  padding: 15px 20px 12px;
  border-bottom: 3px solid transparent;
  font-size: var(--fs-text);
}

.pswp__top__tabWrap .tab.active {
  border-bottom: 3px solid #1c348d;
  font-weight: 600;
}

.fotorama__iconclose {
  background: url(../images/fotorama.png) no-repeat;
  background-position: -67px -2px;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 30px;
  padding: 0 20px 0 5px;
  cursor: pointer;
  color: #333;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
}

.generate-gallery {
  margin-bottom: 20px;
}

.fotorama__video-close {
  display: none !important;
}

.generate-productbox-product {
  margin-bottom: 40px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid #e9e9e9;
}

.table-scroll td,
.table-scroll th {
  border: 1px solid #e9e9e9;
  padding: 11px 17px;
}

.table-scroll table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}

.table-wrap {
  width: 100%;
  overflow: auto;
  margin-bottom: 20px;
}

.infobox {
  margin: 10px auto;
  padding: 10px;
  border: 2px solid #c3e5f8;
  border-radius: 5px;
  background-color: #dbedf9;
  line-height: 22px;
  clear: both;
}

.productbox-bhx {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}

.productbox-bhx > strong {
  font-size: var(--fs-text);
  margin: 15px 0;
  display: block;
}

.related_articles h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0;
}

.related_articles .grid-4 {
  overflow: hidden;
  margin: 0 -5px;
}

.related_articles .item {
  width: calc(25% - 10px);
  margin: 0 5px;
  float: left;
}

.related_articles .item img {
  height: 80px;
  object-fit: cover;
  width: 100%;
}

.related_articles .item h3 {
  font-size: 13px;
  font-weight: 600;
  margin: 10px 0;
  line-height: 18px;
  max-height: 72px;
  overflow: hidden;
}

.key-word a {
  color: #006adf;
}

.item-video {
  position: relative;
}

.item-video:before {
  content: "";
  width: 67px;
  height: 47px;
  background: url(../images/ic-play.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#infor_pro {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999999998;
  padding: 2px 0;
  display: none;
}

#infor_pro .zone-prodcut .button-prodcut div {
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  text-transform: uppercase;
  margin: 0 5px;
  text-align: center;
  min-height: unset;
  display: inline-block;
  cursor: pointer;
}

#infor_pro .zone-prodcut .button-prodcut .buy_now {
  background: #ec3537;
}

#infor_pro .zone-prodcut .button-prodcut .add-cart {
  background: #05b1f1;
  cursor: pointer;
}

.brow#fotorama {
  z-index: 999999999 !important;
}

.brow .pswp__top__tabWrap {
  margin-top: 0;
}

.fotorama__video-close {
  display: none;
}

.zone-prodcut {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.thumbnail-product {
  display: inline-block;
  margin-right: 10px;
}

.thumbnail-product img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.infor-product {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.fotorama--fullscreen {
  z-index: 999999999 !important;
}

.fotorama__arr {
  background: url(../images/fotorama.png) no-repeat;
  width: 40px;
  height: 40px;
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
  background: #fff !important;
}

.fotorama__arr--next {
  right: 15px;
  background-position: -32px 0;
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-duration: 0.3s;
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fotorama__arr--prev {
  left: 15px;
  background-position: 0 0;
}

.fotorama__wrap--video .fotorama__video-close {
  display: none;
}

.purg-ct {
  width: 960px;
  position: absolute;
  top: calc((100% - 646px) / 2);
  left: calc((100% - 960px) / 2);
  background: #fff;
  padding: 30px 38px 30px 50px;
  display: block;
  overflow: hidden;
  z-index: 111;
}
.purg-ct .purg-lft {
  width: 580px;
  float: left;
  padding-right: 30px;
  border-right: 1px solid #dbdbdb;
}
.purg-ct .purg-rght {
  width: calc(100% - 580px);
  float: left;
  padding-left: 35px;
}
.purg-ct .purg-lft p:first-child, .purg-ct .purg-rght p:first-child {
  text-align: center;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  font-size: var(--fs-text);
  margin-bottom: 30px;
  padding-top: 15px;
}

.purg-lft .form-group {
  display: flex;
  flex-wrap: wrap;
}
.purg-lft .form-group .listsl-f {
  width: calc(100% - 150px);
  float: left;
  margin: 0 !important;
}
.purg-lft .form-group input {
  height: 35px;
  border: 1px solid #EAEAEA;
  padding-left: 10px;
  border-radius: 5px;
  font-size: 14px;
  color: #333333;
  width: 100%;
}
.purg-lft .form-group input::placeholder {
  font-size: 15px;
}
.purg-lft .form-group input:focus {
  outline: none;
}
.purg-lft .form-group label {
  font-size: var(--fs-text);
  width: 150px;
  float: left;
  margin-bottom: 0;
}
.purg-lft .form-group label.error {
  width: 100%;
  position: initial !important;
  font-size: 14px !important;
}
.purg-lft .form-group label span {
  color: #da2032;
  padding-left: 2px;
}
.purg-lft .form-group label.checkbox-c {
  width: 100%;
}
.purg-lft .readdk {
  font-size: 14px;
  color: #333;
  margin-left: 145px;
  font-style: italic;
  margin-top: 15px;
  margin: 0 0 30px 150px;
  line-height: 1;
}
.purg-lft .readdk.receivesale {
  font-style: initial;
}
.purg-lft button {
  border: initial;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-left: 0;
  padding: 7.5px 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  width: 150px;
  float: left;
}
.purg-lft button:focus {
  outline: none;
}
.purg-lft button:disabled {
  opacity: 0.5;
}

.listsl-f .itemsl-formp {
  width: 33.3333333333%;
  float: left;
  height: 34px;
  line-height: initial;
}
.listsl-f .itemsl-formp select:focus {
  outline: none;
}
.listsl-f .itemsl-formp select {
  height: 100%;
  width: 100%;
  border: 1px solid #dbdbdb;
  background: #fff url(../images/angle-down.jpg) no-repeat;
  padding-left: 4px;
  font-size: 14px;
  color: #757575;
  padding-right: 10px;
  -webkit-appearance: none;
  appearance: none;
  background-position: right 7px;
}
.listsl-f .itemsl-formp select.error {
  border: 1px solid red !important;
}
.listsl-f .itemsl-formp:nth-of-type(2) select {
  border-left: initial;
  border-right: initial;
}

.radio-inline {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-right: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
}
.radio-inline input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-inline input:checked ~ .checkmark:after {
  display: block;
}

.checkmark {
  position: absolute;
  border: 1.1px solid #ccc;
  top: 7px;
  left: 5px;
  height: 15px;
  width: 15px;
  border-radius: 3px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-c {
  padding-left: 33px;
  position: relative;
  padding-top: 4px;
}
.checkbox-c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-c .checkmark {
  width: 21px;
  height: 21px;
  border: 1px solid #dadada;
  top: 0;
  left: 0;
}
.checkbox-c input:checked ~ .checkmark:after {
  display: block;
  color: #da2032;
  border-radius: 0;
  content: "\f00c";
  font: normal normal normal 17px/1 FontAwesome;
  top: 1px;
  left: 1px;
}

.container input:checked ~ .checkmark {
  border: 1.1px solid #ed1b24;
}

.radio-inline .checkmark:after {
  color: #da2032;
  border-radius: 0;
  left: 1px;
  top: 1px;
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  background: #fff;
  font-size: 12px;
  width: 12px;
  height: 12px;
}
.radio-inline input:checked ~ .checkmark {
  border: 1px solid #ccc;
}

.inftimenh .radio-inline {
  margin-right: 30px;
  height: 36px;
  line-height: 36px;
  text-transform: initial;
}
.inftimenh .radio-inline input[type=text] {
  opacity: 1;
  cursor: initial;
  position: initial;
  height: 36px;
  padding-left: 20px;
  width: 150px;
  margin: 0 5px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
}

.gt-norn .checkmark {
  width: 23px;
  height: 23px;
  left: 0;
  border-radius: 15px;
}
.gt-norn .radio-inline {
  padding-left: 30px;
  margin-right: 30px;
}
.gt-norn .radio-inline .checkmark:after {
  content: "";
  width: 11px !important;
  height: 11px !important;
  border-radius: 50% !important;
  top: 5px !important;
  left: 5px !important;
  background: #e51e31;
}

.account-2 .checkmark {
  left: 0;
}

.checkbox_acc.radio-inline .checkmark {
  border-radius: 0 !important;
  background: #ffffff;
  top: 4px;
}

.account-1 .radio-inline .checkmark:after {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  width: 0;
  height: 0;
  top: 1px;
  left: 1px;
  font-size: 14px;
}

.infaccc-ct {
  display: block;
  overflow: hidden;
  padding: 0;
  margin-bottom: 40px;
}
.infaccc-ct .infac-lft {
  width: 243px;
  float: left;
  background: #eeeeee;
  padding: 0 10px 0 0;
}
.infaccc-ct .infac-rght {
  width: calc(100% - 243px);
  float: right;
  padding-left: 5px;
  display: block;
  padding-top: 28px;
}
.infaccc-ct .infac-rght > p {
  font-size: 14px;
}

.iteminacc_user {
  padding: 15px;
  overflow: hidden;
  background: #529C11;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.iteminacc_user .img-itemacc {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 40px;
}
.iteminacc_user .img-itemacc svg {
  fill: #fff;
}
.iteminacc_user .txt-itemacc {
  width: calc(100% - 40px);
  height: auto;
}
.iteminacc_user .txt-itemacc p {
  margin-bottom: 2px;
  font-size: 14px;
  color: #fff;
  line-height: initial;
}
.iteminacc_user .txt-itemacc span {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.infacr-rght ul {
  padding: 0;
}

.infacr-rght ul li {
  list-style-type: none;
  padding-left: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  position: relative;
}

.cn-social {
  width: 100%;
  margin-top: 0;
}
.cn-social > p {
  font-size: var(--fs-text);
  display: block;
  margin: 15px 0;
}
.cn-social p:first-child {
  font-weight: 500;
  font-size: var(--fs-text);
  color: #333;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: #dddddd;
  font-weight: 600;
}
.cn-social .desc {
  background: #fff;
  padding: 0;
  border-radius: 5px;
}
.cn-social .itcnsc {
  display: block;
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.cn-social .itcnsc:last-child {
  border-bottom: initial;
}

.infacr-rght ul li:before {
  width: 6px;
  height: 6px;
  background: #000;
  content: "";
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: 8px;
}

.infac-rght .infacr-lft form {
  background: #ffffff;
  padding: 17px;
  border-radius: 4px;
}

.infac-rght .infacr-lft form {
  overflow: hidden;
}

.itcnsc .img-itcnsc {
  width: 40px;
  height: 40px;
  float: left;
}

.img-itcnsc img {
  max-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.txt-itcnsc {
  width: calc(100% - 40px);
  float: left;
  padding-left: 10px;
  line-height: 40px;
}
.txt-itcnsc .item:nth-of-type(1) {
  font-size: var(--fs-text);
  color: #333;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s linear;
  float: left;
}
.txt-itcnsc .item:nth-of-type(2) {
  font-size: var(--fs-text);
  color: #3e7fbc;
  float: right;
  text-decoration: none;
  transition: 0.2s linear;
  cursor: pointer;
}
.txt-itcnsc .item:nth-of-type(2) :hover {
  color: #da2032;
}
.txt-itcnsc .item.cancel {
  color: #da2032;
  cursor: pointer;
}

.itcnsc .txt-itcnsc a i {
  color: #26bc4e;
  padding-left: 1px;
}

.title-h2 h2 {
  font-size: var(--fs-text);
  font-weight: 700;
  margin-bottom: 15px;
}

.lst_evaluate .item {
  overflow: hidden;
  margin-bottom: 3px;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  align-items: center;
  position: relative;
}
.lst_evaluate .img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border-radius: 5px;
}
.lst_evaluate .img .no-image {
  background: #fff;
}
.lst_evaluate .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: initial;
  height: initial;
}
.lst_evaluate .desc {
  width: calc(100% - 100px);
  padding-left: 15px;
}
.lst_evaluate .desc > span {
  color: #006abf;
  font-size: 14px;
}
.lst_evaluate .desc > span.time {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  color: #484848;
}
.lst_evaluate h3 {
  margin-bottom: 10px;
  font-size: var(--fs-item-product);
}
.lst_evaluate h3 a {
  color: #57585B;
  font-size: var(--fs-item-product);
  line-height: 1.3;
}
.lst_evaluate h3 a:hover {
  color: #529C11;
}
.lst_evaluate.lst_comment .item {
  padding: 13px 15px;
}
.lst_evaluate.lst_comment .desc p:not(.prRating) {
  margin-bottom: 0;
}
.lst_evaluate.lst_comment > span {
  color: #666666;
  font-size: 14px;
  padding: 3px 0;
  display: block;
}

.lst_evaluate .page a.hidden,
.page a.hidden {
  display: none;
}

.accept {
  color: #47c156 !important;
  padding-left: 0;
  margin: 0 !important;
  font-size: 16px !important;
}

.noaccept {
  color: #e51e21 !important;
  padding-left: 0;
  margin: 0 !important;
  font-size: 16px !important;
}

.box-sale {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  overflow: hidden;
  min-height: 330px;
}
.box-sale .item {
  width: 50%;
  float: left;
  padding: 10px;
  background: url(../images/bg-sale.png) no-repeat;
  background-size: 100% 100%;
}
.box-sale .bg-padding {
  display: flex;
  align-items: center;
  padding: 10px;
}
.box-sale .box-left {
  width: 72%;
  float: left;
}
.box-sale .box-left h3 {
  font-size: 26px;
  color: #ec2327;
}
.box-sale .box-left p {
  margin-bottom: 15px;
  font-size: 14px;
}
.box-sale .box-left span {
  color: #ccc;
}
.box-sale .box-right {
  width: 28%;
  float: left;
  margin: 0;
  text-align: center;
}
.box-sale .box-right a {
  font-size: 15px;
  color: #006abf;
  text-transform: uppercase;
  font-weight: 700;
}

.my_order {
  background: #fff;
  padding: 15px 0;
  border-radius: 5px;
}
.my_order table {
  width: 100%;
  margin-bottom: 30px;
}
.my_order table tr {
  border-bottom: 1px solid #eeeeee;
}
.my_order table thead th {
  background: #529C11;
  color: #fff;
  padding: 10px 15px;
  font-size: 15px;
  text-transform: uppercase;
  white-space: nowrap;
}
.my_order table thead th:first-child {
  border-radius: 5px 0 0 5px;
}
.my_order table thead th:last-child {
  border-radius: 0 5px 5px 0;
}
.my_order table th, .my_order table td {
  padding: 10px 15px;
}
.my_order table th:last-child, .my_order table td:last-child {
  text-align: right;
}
.my_order table td {
  background: #F5F5F5;
  font-weight: 400;
  font-size: 15px;
}
.my_order table td:first-child {
  border-radius: 5px 0 0 5px;
}
.my_order table td:last-child {
  border-radius: 0 5px 5px 0;
}
.my_order table td:nth-child(3) {
  width: 45%;
}
.my_order table td:first-child {
  color: #275cab;
}
.my_order table td a.detail-order {
  color: #275cab;
}

.new-order {
  color: #05b1f0;
}

.success-order {
  color: #e51e21;
}

.suppend-order {
  color: #ffe528;
}

.fis-order {
  color: #e51e21;
}

.purchased_prd.lst_evaluate .desc {
  width: calc(80% - 120px);
  padding-left: 15px;
}
.purchased_prd.lst_evaluate .price_order {
  width: 20%;
  row-gap: 5px;
}
.purchased_prd.lst_evaluate .price_order .prDisPercent {
  font-weight: 400;
}

.close-order {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.close-order:before {
  content: "";
  width: 3px;
  height: 20px;
  background: #999;
  position: absolute;
  transform: translate(8px, 0px) rotate(45deg);
}
.close-order :after {
  content: "";
  width: 3px;
  height: 20px;
  background: #999;
  position: absolute;
  transform: translate(8px, 0px) rotate(-45deg);
}

.lst_purchased_prd {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0;
}
.lst_purchased_prd .item {
  padding: 35px 0 10px 0;
  margin: 0px 0 15px 0;
}

.lst_purchased_prd .item {
  padding: 35px 0 10px 0;
  margin: 0px 0 15px 0;
}
.lst_purchased_prd .item .txt {
  padding-left: 10px;
  padding-right: 10px;
}
.lst_purchased_prd .item .txt > span {
  font-size: 12px;
  color: #006abf;
  display: block;
}
.lst_purchased_prd .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.lst_purchased_prd .img {
  height: 205px;
  line-height: 205px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
.lst_purchased_prd .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: initial;
  height: initial;
}
.lst_purchased_prd .img img.frame {
  position: absolute;
  top: -35px;
  left: 0;
  width: 100%;
  max-height: initial;
}
.lst_purchased_prd .img > a {
  display: block;
  overflow: hidden;
}
.lst_purchased_prd .img > span {
  position: absolute;
  top: -23px;
  left: 10px;
  color: #ec2327;
  border: 1px solid #ec2327;
  border-radius: 3px;
  padding: 0 5px;
  line-height: 22px;
  display: inline-block;
  background: #fff;
}
.lst_purchased_prd .txt h3 {
  font-size: 14px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
}
.lst_purchased_prd .txt h3 a span {
  color: #ec2327;
}
.lst_purchased_prd .page {
  grid-column: 1/5;
}
.lst_purchased_prd .page a.hidden {
  display: none;
}

.listing-cart .product-item {
  display: flex;
  align-items: start;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.listing-cart .product-item .imgsp {
  width: 90px;
  aspect-ratio: 1;
  text-align: center;
}
.listing-cart .product-item .imgsp a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.listing-cart .product-item .imgsp a img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: initial;
  height: initial;
}
.listing-cart .product-item .imgsp .removeInCart {
  display: flex;
  justify-content: center;
  gap: 5px;
  overflow: hidden;
  margin: 10px auto 0;
  border: 0;
  background: #fff;
  color: #999;
  font-size: var(--fs-text-small);
  cursor: pointer;
  width: initial;
  float: initial;
  align-items: center;
}
.listing-cart .product-item .imgsp .removeInCart span {
  float: left;
  background: #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: relative;
  margin: 2px 3px 0 0;
}
.listing-cart .product-item .imgsp .removeInCart span:before, .listing-cart .product-item .imgsp .removeInCart span:after {
  content: "";
  width: 2px;
  height: 8px;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
  top: 2px;
  left: 5px;
}
.listing-cart .product-item .imgsp .removeInCart span:after {
  transform: rotate(-45deg);
}
.listing-cart .product-item .infosp {
  width: calc(100% - 90px);
  display: block;
  overflow: hidden;
  padding-left: 15px;
}
.listing-cart .product-item .infosp .gift-promotion {
  border: 1px solid #EAEAEA;
  margin-bottom: 10px;
  border-radius: 8px;
  clear: both;
  padding: 10px;
}
.listing-cart .name-price {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-bottom: 10px;
}
.listing-cart .name-price .name-container {
  width: 70%;
}
.listing-cart .name-price .price-cart {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.listing-cart .name-price a {
  font-size: var(--fs-text-small);
  color: #333;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.listing-cart .name-price span {
  color: #f30c28;
  font-size: var(--fs-text-small);
  text-align: right;
  margin-bottom: 0;
  clear: both;
  position: relative;
  font-weight: 700;
}
.listing-cart .name-price span.line {
  color: #585858;
  text-decoration: line-through;
  font-weight: 400;
}
.listing-cart .name-price span.line {
  color: #585858;
  text-decoration: line-through;
  font-weight: 400;
}
.listing-cart .name-price span .strike {
  display: block;
  overflow: hidden;
  color: #666;
}
.listing-cart .name-price span.vat {
  font-size: 13px;
  font-weight: 400;
}
.listing-cart .promo {
  display: block;
  overflow: hidden;
  width: 69%;
  margin-bottom: 5px;
}
.listing-cart .promo ol {
  padding-left: 25px;
  padding-top: 5px;
  margin-bottom: 5px;
}
.listing-cart .promo ol li {
  font-size: 13px;
}
.listing-cart .promo ol li a {
  font-size: 13px;
  color: #006abf;
}
.listing-cart .promo > a {
  display: block;
  padding-left: 10px;
  font-size: 13px;
  color: #006abf;
}
.listing-cart .promo small {
  overflow: hidden;
  font-size: 12px;
  color: #666;
  padding: 6px 0 0 10px;
}
.listing-cart .promo small a {
  color: #006abf;
}
.listing-cart .promo small:before {
  content: "•";
  color: #d8d8d8;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px 0 -7px;
}
.listing-cart .choose-color {
  justify-content: space-between;
  align-items: center;
  margin: 0;
  width: 100%;
}
.listing-cart .choose-color .item-color {
  width: initial;
  border-radius: 5px;
  border: 1px solid #EAEAEA;
  height: initial;
  padding: 2.5px 10px;
  font-size: 14px;
}

.title-cart {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .title-cart {
    padding: 0 15px 15px 15px;
  }
}
.title-cart a {
  color: #006abf;
}
.title-cart a i {
  margin-right: 5px;
}

.container_v2 {
  max-width: 610px;
  margin: 0 auto;
}
.container_v2 > span {
  text-align: center;
  display: block;
  font-size: 13px;
  padding-bottom: 20px;
  color: #666;
}

.box_cart {
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
.box_cart .gt-norn .checkmark {
  width: 16px;
  height: 16px;
}
.box_cart.purg-lft .form-group .gt-norn label {
  width: initial;
  margin: 0 0 0 0;
  padding-left: 20px;
}

.area-total {
  padding: 15px;
  border-top: 1px solid #EAEAEA;
  display: block;
  overflow: hidden;
}
.area-total .discountcode .usecode {
  display: block;
  overflow: hidden;
  padding-bottom: 10px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.area-total .discountcode .usecode span {
  overflow: hidden;
  color: #006abf;
  font-size: 14px;
}
.area-total .total-provisional {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  padding: 5px 0;
}
.area-total .total-provisional:last-child {
  padding-bottom: 0;
}
.area-total .total-provisional span {
  font-size: 14px;
}
.area-total .total-provisional strong:nth-child(2) {
  color: #ec2327;
}

.vat {
  float: right;
  font-size: 13px;
}

.tab_notification {
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
}
.tab_notification a {
  display: inline-block;
  padding: 15px 10px;
  position: relative;
  margin: 0 35px;
}
.tab_notification a.current {
  border-bottom: 3px solid #1c348d;
}
.tab_notification a.active:before {
  content: "";
  width: 11px;
  height: 11px;
  background: #ec2327;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: -5px;
}

.tab-content_notification .tab-pane {
  display: none;
}
.tab-content_notification .tab-pane.current {
  display: block;
}

.notification {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.lst-thbao table {
  width: 100%;
}
.lst-thbao tr td {
  padding: 25px 0;
  vertical-align: central;
  font-size: 14px;
  color: #333;
}
.lst-thbao tr td a {
  color: #2061a7;
}
.lst-thbao tr td:first-child {
  padding-left: 22px;
  width: 12%;
}
.lst-thbao tr td:nth-of-type(2) {
  width: 9%;
  text-align: center;
  padding-right: 15px;
}
.lst-thbao tr td:nth-of-type(3) {
  width: 58%;
}
.lst-thbao tr td:nth-of-type(4) {
  width: 15%;
  padding-right: 15px;
  text-align: right;
}
.lst-thbao tr td:last-child {
  padding-right: 18px;
  width: 6%;
  text-align: right;
}
.lst-thbao tr td:last-child a {
  color: #da2032;
}
.lst-thbao tr:nth-child(odd) {
  background: #f6fcff;
}
.lst-thbao tr:last-child td {
  border-bottom: initial;
}

.liststorenx a,
.liststorenx span {
  width: 32px;
  height: 32px;
  background: #eaeaea;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #333;
  margin-right: 4px;
  transition: 0.2s linear;
  text-decoration: none;
}
.liststorenx a:last-child {
  margin-right: 0;
}

.detailbil {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.detailbil h1 {
  font-size: var(--fs-text);
  margin: 0;
  float: left;
}
.detailbil h1 span {
  font-weight: 700;
}
.detailbil h1 p {
  display: inline-block;
  color: #da2032;
  margin-bottom: 0;
}
.detailbil h1 a {
  display: block;
  color: #006abf;
  margin-top: 10px;
}
.detailbil .timebil {
  margin-bottom: 0;
  float: right;
}

.lst-inftran {
  display: grid;
  grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
  margin: 0 -7.5px;
  margin-bottom: 15px;
}
.lst-inftran .itemtransb {
  margin: 0 7.5px;
  background: #f5f5f5;
  padding: 15px;
  border-radius: 5px;
}
.lst-inftran .itemtransb .txt-ittransb {
  padding: 15px 0;
}
.lst-inftran .itemtransb .txt-ittransb p {
  margin-bottom: 5px;
  color: #333;
  font-size: 15px;
}
.lst-inftran .itemtransb:first-child .txt-ittransb p:first-child {
  font-weight: 700;
  text-transform: uppercase;
}
.lst-inftran .h3-ittransb {
  padding: 10px 0;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
}
.lst-inftran .h3-ittransb h3 {
  font-size: 16px;
  font-weight: 700;
  color: #529C11;
  margin-bottom: 0;
  text-transform: uppercase;
  position: relative;
  padding-left: 41px;
  line-height: 24px;
}
.lst-inftran .h3-ittransb h3:before {
  content: "";
  width: 35px;
  height: 24px;
  background: url(../images/ic-map.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.lst-inftran:nth-child(2) .h3-ittransb h3:before {
  background: url(../images/ic-ship.png) no-repeat;
}
.lst-inftran:nth-child(2) .h3-ittransb h3:before {
  background: url(../images/ic-v.png) no-repeat;
}

.tabitem {
  background: #fff;
}
.tabitem table {
  width: 100%;
}
.tabitem table th {
  height: 45px;
  background: #529C11;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.tabitem table th:first-child {
  border-radius: 5px 0 0 5px;
}
.tabitem table th:last-child {
  border-radius: 0 5px 5px 0;
}
.tabitem table th:first-child, .tabitem table td:first-child {
  padding-left: 10px;
  text-align: left;
}
.tabitem table th:last-child, .tabitem table td:last-child {
  padding-right: 25px;
  text-align: right;
}
.tabitem table td {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f5f5f5;
  text-align: center;
  font-size: 15px;
  color: #333;
}
.tabitem table td:first-child {
  border-radius: 5px 0 0 5px;
}
.tabitem table td:last-child {
  border-radius: 0 5px 5px 0;
}
.tabitem table td .img-ittable {
  width: 72px;
  float: left;
  height: 72px;
  overflow: hidden;
}
.tabitem table td .img-ittable img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.tabitem table td:first-child {
  display: block;
  overflow: hidden;
}
.tabitem table td .txt-ittable {
  width: calc(100% - 77px);
  float: left;
  font-size: 14px;
  color: #333;
  padding-left: 15px;
}
.tabitem table td .txt-ittable a {
  color: #006abf;
}

.txt-ittable p {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 15px;
}
.txt-ittable span {
  display: block;
}

.gtittb {
  display: block;
  overflow: hidden;
  padding: 20px 25px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.gtittb p {
  font-size: 14px;
  width: 100%;
  text-align: right;
  color: #5e5e5e;
  margin-bottom: 10px;
}
.gtittb p span {
  width: 160px;
  display: inline-block;
  color: #333;
}
.gtittb p:last-child span {
  font-size: 16px;
  color: #da2032;
  font-weight: 700;
}

.infaccc-ct .gobbil {
  font-size: 14px;
  color: #333;
  font-weight: 300;
  padding-left: 29px;
  background: url(../images/ic-leftb.png) no-repeat;
  background-position-x: 2px;
  background-position-y: 3px;
  text-decoration: none;
  transition: 0.2s linear;
  color: #006abf;
}
.infaccc-ct .gobbil:hover {
  color: #da2032;
}

[class*=cartnew-],
[class^=cartnew-] {
  background-image: url(../images/cart-mobile.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
  background-size: 125px 152px;
}

.cartnew-discount {
  background-position: -38px 0px;
  width: 18px;
  height: 13px;
}

.cartnew-choose {
  background-position: -19px 0;
  width: 16px;
  height: 16px;
}

.cartnew-select {
  background-position: -80px 0;
  width: 16px;
  height: 16px;
}

.anotheroption {
  padding: 0 15px;
}
.anotheroption ul {
  padding: 10px 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.anotheroption ul li {
  cursor: pointer;
  font-size: var(--fs-text-small);
}
.anotheroption ul li i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 3px 0;
  cursor: pointer;
}
.anotheroption ul li label.active i {
  background-position: -101px 0;
}
.anotheroption ul li span {
  cursor: pointer;
}
.anotheroption ul li form {
  border: 1px solid #EAEAEA;
  padding: 10px 10px 3px;
  border-radius: 4px;
  background: #f6f6f6;
  margin: 10px 0 0;
  position: relative;
  display: table;
  width: 100%;
  transition: initial;
}
.anotheroption ul li form:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #006abf;
  border-left: 1px solid #006abf;
  background: #f6f6f6;
  transform: rotate(45deg);
  position: absolute;
  top: -5px;
  left: 50px;
}
.anotheroption .infouser {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.anotheroption .infouser .form-group {
  width: 100%;
}
.anotheroption .hidden {
  display: none;
}

.infor-customer {
  border-top: 1px solid #EAEAEA;
  padding: 15px;
  width: 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.infor-customer .form-group, .infor-customer .click-choose {
  width: 100%;
}
.infor-customer .group-5 {
  width: calc(50% - 5px);
}
.infor-customer h4 {
  display: block;
  overflow: hidden;
  font-size: var(--fs-text-small);
  text-transform: uppercase;
}

.group-5 {
  width: calc(50% - 5px);
}

.form-group {
  margin: 5px;
}

.choosegetgoods .click-choose {
  display: flex;
  align-items: center;
  gap: 15px;
}
.choosegetgoods .click-choose .choose-link {
  background: 0;
  color: #333;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: var(--fs-text-small);
  gap: 5px;
}
.choosegetgoods .click-choose .choose-link .deliver-choose {
  width: 16px;
  height: 16px;
  background: #eee;
  border-radius: 16px;
  border: 1px solid #ccc;
  position: relative;
}
.choosegetgoods .click-choose .choose-link .deliver-choose:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  position: absolute;
  top: 3px;
  left: 3px;
}
.choosegetgoods .click-choose .choose-link.current .deliver-choose {
  border: 1px solid #529C11;
}
.choosegetgoods .click-choose .choose-link.current .deliver-choose:before {
  background: #529C11;
}
.choosegetgoods .choose-content {
  display: none;
  background: #f6f6f6;
  padding: 15px;
  border: 1px solid #EAEAEA;
  width: 100%;
}
.choosegetgoods .choose-content.current {
  display: flex;
}

.click-choose .choose-link.current:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #EAEAEA;
  border-right: 1px solid #EAEAEA;
  background: #f6f6f6;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
}

.deli-address .active {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.deli-address select {
  color: #006abf;
  appearance: initial;
  font-size: var(--fs-text-small);
  height: 35px;
  border-radius: 5px;
  width: 100%;
  padding-left: 10px;
  border: 1px solid #EAEAEA;
}
.deli-address select:focus {
  outline: none;
}
.deli-address p {
  display: block;
  font-size: var(--fs-text-small);
  width: 100%;
}

.box-order {
  display: block;
  border: 1px solid #EAEAEA;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  clear: both;
  padding: 15px;
}
.box-order .rowtime {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 15px;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 15px;
}
.box-order .rowtime span {
  font-size: 15px;
}
@media (max-width: 767px) {
  .box-order .rowtime span {
    font-size: 14px;
  }
}
.box-order .rowtime span:nth-child(2) {
  float: right;
  color: #006abf;
  width: auto;
  text-align: right;
  cursor: pointer;
}
.box-order .ul-order {
  border-bottom: 1px solid #e9e9e9;
  display: block;
  overflow: hidden;
  margin: 0 10px;
  clear: both;
}
.box-order .img-order {
  width: 80px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  font-size: 14px;
}
.box-order .text-order {
  display: block;
  width: calc(100% - 90px);
}
.box-order .text-order a {
  font-weight: 700;
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
}
.box-order .gift-promotion {
  width: calc(100% - 90px);
  margin-top: 25px;
  margin-left: 90px;
  clear: both;
  border-radius: 10px;
  border: 1px solid #eee;
  position: relative;
  padding: 20px 15px 15px 15px;
  position: relative;
}
.box-order .gift-promotion .tool-tip.km {
  position: absolute;
  top: -12px;
  left: 15px;
  background: #529C11;
  color: #fff;
  font-size: 12px;
  padding: 3px 15px 3px 15px;
  border-radius: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
  display: flex;
  gap: 5px;
  align-items: center;
}
.box-order .gift-promotion .tool-tip.km svg {
  fill: #fff;
}
.box-order .choose-time .timeline {
  margin: 0 10px;
  position: relative;
  display: table;
  width: calc(100% - 20px);
}
.box-order .choose-time .timeline button {
  display: block;
  background: #fff url(../images/ic-select-d.png) no-repeat;
  background-position: center right 10px;
  border: 1px solid #d1d1d1;
  color: #006abf;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  position: relative;
  text-align: left;
  cursor: pointer;
}
.box-order .choose-time .timeline .selecttime {
  position: absolute;
  right: 0;
  left: 0;
  top: 45px;
  border: 1px solid #cacaca;
  background: #fff;
  z-index: 0;
  border-radius: 4px;
  max-height: 116px;
  overflow-y: scroll;
}
.box-order .choose-time .timeline .selecttime span {
  display: block;
  padding: 10px;
  color: #006abf;
  cursor: pointer;
}
.box-order .choose-time .timeline .selecttime span.active {
  background: #006abf;
  color: #fff;
}
.box-order ul {
  list-style: none;
  display: block;
}
.box-order ul li {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EAEAEA;
  width: 100%;
  align-items: start;
  flex-wrap: wrap;
  column-gap: 10px;
}
.box-order ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.box-order .lastrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0 0 0;
  border-top: 1px solid #EAEAEA;
  padding: 15px 0 0 0;
}
.box-order .lastrow small {
  font-size: var(--fs-text);
}
.box-order .lastrow small:nth-child(1) {
  font-weight: 700;
}
.box-order .lastrow small:nth-child(2) {
  color: #f30c28;
  font-size: 20px;
  font-weight: 700;
}
.box-order li .amount-color {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  justify-content: space-between;
}
.box-order li .amount-color .quanlity {
  font-size: 14px;
}
.box-order li .amount-color .price-infor {
  justify-content: end;
  display: flex;
  flex-direction: column;
}
.box-order li .amount-color .price-infor span.price {
  font-size: 15px;
  color: red;
  font-weight: 700;
  margin-bottom: 0;
}
.box-order li .amount-color .price-infor span.oldprice {
  color: #333;
  text-decoration: line-through;
  background: transparent;
  font-weight: 400;
  display: block;
  font-size: 14px;
  text-align: right;
}
.box-order li .amount-color .price-infor span.percent {
  font-weight: 400;
  font-size: 14px;
  padding: 0;
}
.box-order li .amount-color .vat {
  color: red;
  float: initial;
  justify-content: end;
  width: 100%;
  display: flex;
}

.dt_promotion ol {
  padding-left: 0;
  counter-reset: my-counter;
  padding-bottom: 15px;
  border-bottom: 1px dotted #EAEAEA;
  margin-bottom: 15px;
}
.dt_promotion ol:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.dt_promotion ol li {
  counter-increment: my-counter;
  list-style: none;
  padding-left: 30px;
  position: relative;
  line-height: 1.5;
  border: none !important;
  font-size: 13px;
  padding-bottom: 10px;
  margin-bottom: 0 !important;
}
.dt_promotion ol li::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #529C11;
  color: #fff;
  text-align: center;
  content: counter(my-counter);
  position: absolute;
  left: 0;
  top: 0;
}
.dt_promotion ol li:last-child {
  padding-bottom: 0;
}

.gift_div .tool-tip.gt {
  padding: 0;
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 600;
}
.gift_div .dt_gift {
  padding-bottom: 0;
}
.gift_div .dt_gift a {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px solid #EAEAEA;
}
.gift_div .dt_gift a .img {
  width: 50px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gift_div .dt_gift a .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: initial;
  height: initial;
}
.gift_div .dt_gift a span {
  width: calc(100% - 50px);
}
.gift_div .dt_gift a:last-child {
  border-bottom: none;
}

.free-ship span {
  text-align: right;
  display: block;
  font-size: 12px;
  color: #10a702;
  padding: 10px;
}

.finaltotal {
  text-align: center;
  padding: 15px;
  border-top: 1px solid #e9e9e9;
}
.finaltotal .totalmoney {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  padding: 0;
}
.finaltotal .totalmoney strong {
  color: #333;
}
.finaltotal .totalmoney strong:nth-child(2) {
  float: right;
  color: #f30c28;
}
.finaltotal button {
  color: #fff;
  height: 50px;
  margin: 15px auto;
  width: 343px;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  float: initial;
  max-width: 100%;
  font-size: var(--fs-text);
  background: linear-gradient(180deg, #05b1f0 0%, #0e8dbb 100%);
}
@media (max-width: 767px) {
  .finaltotal button {
    width: 100%;
  }
}
.finaltotal small {
  color: #666;
  font-size: 14px;
  display: block;
  clear: both;
}

#app > section {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: auto;
  min-width: 0;
}
@media (max-width: 767px) {
  #app > section {
    padding: 0 15px;
  }
}

.jc-bs3-container {
  max-width: 430px;
}

.middleCart {
  display: block;
  background: #fff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  margin: var(--module-size) 0;
}

.alertsuccess {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  text-align: center;
  padding: 15px 0;
  text-transform: uppercase;
  color: #fff;
  gap: 10px;
  background: #34c772;
  border-radius: 8px 8px 0 0;
}

.cartnew-success {
  background-position: 0 -20px;
  width: 41px;
  height: 43px;
}

.alertsuccess i {
  margin-right: 5px;
}

.ordercontent {
  display: block;
  padding: 15px;
}
.ordercontent h3 {
  display: block;
  overflow: hidden;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  padding: 10px 10px 0;
  font-size: 14px;
}
.ordercontent p {
  display: block;
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .ordercontent p {
    font-size: 14px;
  }
}
.ordercontent .info-order {
  display: block;
  background-color: #F1F0F0;
  padding: 15px;
  border-radius: 8px;
}
.ordercontent .info-order h4 {
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  font-size: var(--fs-text);
  margin-bottom: 5px;
}
.ordercontent .info-order h4 a {
  float: right;
  color: #006abf;
  text-transform: none;
}
.ordercontent .info-order label {
  display: block;
  margin: 0;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .ordercontent .info-order label {
    font-size: 14px;
  }
}
.ordercontent .info-order label:last-child {
  margin-bottom: 0;
  font-size: var(--fs-text);
}
.ordercontent .info-order label span {
  display: block;
  overflow: hidden;
}
.ordercontent .info-order label b {
  color: #f30c28;
}
.ordercontent .formality-pay {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px 0 0;
}
.ordercontent .formality-pay li {
  color: #fff;
  font-size: 15px;
}
.ordercontent .cancel-order .cancel-order__cancel-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 10px 0 10px 0;
  text-align: center;
  clear: right;
  color: #333;
  border-radius: 8px;
  background: #EAEAEA;
  border: 1px solid #EAEAEA;
  font-size: var(--fs-text-small);
  font-size: 15px;
  height: 45px;
}
@media (max-width: 767px) {
  .ordercontent .cancel-order .cancel-order__cancel-button {
    font-size: 14px;
  }
}

.formality-pay li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 10px) / 2);
  height: 50px;
  background-color: #006abf;
  border-radius: 8px;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .formality-pay li {
    width: 100%;
  }
}
.formality-pay li .item-payment {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 5px;
}
.formality-pay li .item-payment span {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.formality-pay li .item-payment span .atm {
  background: #fff;
  border-radius: 4px;
  font-size: 11px;
  padding: 2.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #006abf;
}
.formality-pay li .item-payment .listcard {
  display: flex;
  gap: 5px;
  align-items: center;
}
.formality-pay li .item-payment .listcard svg {
  fill: #fff;
}
.formality-pay li.normal-payment {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #05b1f0 0%, #0e8dbb 100%);
  color: #fff;
  font-size: 15px;
}
.formality-pay li a {
  text-align: center;
  color: #fff;
  padding: 10px;
  display: block;
  overflow: hidden;
}
.formality-pay li a span {
  display: block;
  overflow: hidden;
}
.formality-pay li a i.cartnew-qrcode {
  margin-left: 10px;
}
.formality-pay li.qrcode a span {
  display: inline-block;
  vertical-align: middle;
}

.cartnew-atm {
  background-position: 0 -73px;
  width: 38px;
  height: 20px;
  margin-left: 10px;
}

.cartnew-mastercard {
  background-position: -70px -74px;
  width: 23px;
  height: 18px;
}

.cartnew-jbc {
  background-position: -98px -74px;
  width: 23px;
  height: 18px;
}

.cartnew-visa {
  background-position: -43px -74px;
  width: 23px;
  height: 18px;
}

.cartnew-qrcode {
  background-position: -95px -25px;
  width: 30px;
  height: 30px;
}

.timetakegoods h4 {
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 14px;
}

.popup-hoantien {
  display: none;
}

.bg-hoantien {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333;
  opacity: 0.8;
  z-index: 999;
}

.hoantienonline {
  position: fixed;
  background: #fff;
  border-radius: 4px;
  padding: 10px 20px 20px;
  width: 50%;
  max-width: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.hoantienonline .row-ht {
  display: block;
  overflow: hidden;
  padding: 10px 0;
}
.hoantienonline .row-ht strong {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  padding: 10px 0;
  width: 70%;
}
.hoantienonline .row-ht a {
  float: right;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 10px 10px 24px;
  color: #006abf;
  position: relative;
}
.hoantienonline .row-ht a:after, .hoantienonline .row-ht a:before {
  content: "";
  width: 2px;
  height: 12px;
  background-color: #006abf;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 13px;
  left: 14px;
}
.hoantienonline p {
  display: block;
  overflow: hidden;
  padding: 5px 0;
  line-height: 22px;
}

.hoantienonline .row-ht a:before {
  transform: rotate(-45deg);
}

.refund-policy {
  text-align: center;
  color: #006adf;
  display: block;
  padding: 15px 0;
  font-size: var(--fs-text-small);
  color: #529C11;
}
.refund-policy p {
  margin-bottom: 0;
}
.refund-policy a {
  font-size: var(--fs-text-small);
  color: #529C11;
}

.buyanother {
  display: block;
  overflow: hidden;
  border: 1px solid #529C11;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
  text-align: center;
  color: #529C11;
  font-size: var(--fs-text-small);
}
.buyanother:hover {
  background: #529C11;
  color: #fff;
}

/*popup advisory*/
#Advisor label.error {
  color: red;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.popup-advisory,
.popup-notification-coming {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

.wrapper-advisory,
.wrapper-notification-coming {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1c348e;
  border-radius: 10px;
  border: 1px solid #ffffff;
  padding: 42px 53px;
  color: #fff;
  max-width: calc(100% - 15px);
}

.wrapper-advisory > p,
.wrapper-notification-coming > p {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin: 0 auto 20px;
  display: table;
}

.wrapper-advisory > p:before {
  content: "";
  background: url(../images/icondetailprd.png) no-repeat;
  background-position: -6px -102px;
  position: absolute;
  top: 0;
  left: -47px;
  width: 35px;
  height: 35px;
}

.wrapper-advisory .form-group input,
.wrapper-notification-coming .input input {
  height: 42px;
  border-radius: 99px;
  width: 415px;
  border: initial;
  box-shadow: initial;
  max-width: 100%;
}

.wrapper-advisory .form-group input::placeholder,
.wrapper-notification-coming .input input::placeholder {
  text-align: center;
  color: #000;
}

.wrapper-advisory .form-group,
.wrapper-notification-coming .input {
  margin-bottom: 15px;
  position: relative;
}

.wrapper-notification-coming .input label.error {
  color: red;
  display: block;
}

.wrapper-advisory .form-check input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

.wrapper-advisory .form-check {
  margin-bottom: 10px;
  padding-left: 26px;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: #eee;
  border-radius: 50%;
}

.wrapper-advisory .form-check:hover .checkmark {
  background: #ccc;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.wrapper-advisory .form-check .checkmark:after {
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: solid 3px white;
  transform: translate(-50%, -50%) rotate(45deg);
}

.wrapper-advisory .form-check input:checked ~ .checkmark {
  background: #2196F3;
}

.wrapper-advisory .form-check input:checked ~ .checkmark:after {
  display: block;
}

.wrapper-advisory button,
.wrapper-notification-coming button {
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  border-radius: 99px;
  background: #ff2c2e;
  font-weight: 700;
  height: 40px;
  border: initial;
  margin-top: 20px;
}

.wrapper-notification-coming button {
  background: #ffa500;
  margin-top: 0;
}

.banner_v2 {
  background: #ffffff;
}

.area_article {
  display: block;
  overflow: hidden;
  font-size: 15px;
  color: #333;
  line-height: 22px;
  padding-bottom: 10px;
}

.area_article.visible {
  height: initial;
}

.fotorama--fullscreen {
  z-index: 999999999 !important;
}

[class^=iconcom-],
[class*=iconcom-] {
  background-image: url(//cdn.tgdd.vn/dienmay2015/comment/Content/images/bg_comment@2x.v20190108.png);
  background-size: 320px 250px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
}

.iconcom-like {
  background-position: -106px -25px;
  width: 13px;
  height: 13px;
  margin-top: -5px;
}

.iconcom-like {
  background-position: -107px -26px !important;
  width: 10px !important;
  height: 13px !important;
  margin: 0 5px 0 0;
  margin-top: 5px;
}

.iconcom-likeR {
  width: 11px !important;
  height: 13px !important;
  margin: 0 5px !important;
  background-position: -94px -26px !important;
  margin-top: -3px;
}

.iconcom-unlike {
  background-position: -136px -31px;
  width: 9px;
  height: 12px;
  vertical-align: inherit;
  margin: 0 5px -2px 3px;
}

.likecmt span,
.nlikecmt span {
  padding: 0 !important;
}

/*Question*/
.wrapper-question {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #ffffff;
  padding: 15px;
  max-width: 700px;
}

.wrapper-question .form-group {
  position: relative;
}

.wrapper-question > p {
  color: #1c348d;
  font-size: 20px;
}

.wrapper-question textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #f7f8fc;
  height: 250px;
  padding: 10px;
  border-radius: 0;
}

.wrapper-question textarea::placeholder {
  color: #333333;
}

.wrapper-question .img {
  background: #eaedf4;
  position: absolute;
  top: calc(100% - 48px);
  left: 1px;
  width: calc(100% - 2px);
  padding: 10px;
}

.wrapper-question textarea.error ~ .img {
  top: calc(100% - 77px);
}

.wrapper-question .img input {
  display: none;
}

.wrapper-question .img label {
  font-weight: 400;
  font-size: 13px;
  margin: 0;
  cursor: pointer;
}

.wrapper-question .img label span {
  width: 27px;
  height: 20px;
  display: block;
  margin-right: 10px;
  background-image: url(../images/ic-camera.jpg);
  background-repeat: no-repeat;
  float: left;
}

.wrapper-question input {
  height: 35px;
  font-size: 14px;
  border-radius: 0;
}

.wrapper-question .form-group:nth-of-type(n+2) {
  width: 50%;
  float: left;
  margin: 0 0 10px 0;
  padding: 0 5px;
}

.wrapper-question .action {
  padding: 0 5px;
}

.wrapper-question .action button {
  font-size: 14px;
  background: #1c348d;
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
}

.wrapper-question .insert-img {
  margin-left: 10px;
}

.wrapper-question .insert-img i {
  position: relative;
}

.wrapper-question label.error {
  color: red;
}

/*NotFound*/
.notfound {
  background: url(../images/bg_404.jpg) no-repeat 100%;
  background-size: 100%;
  font-family: "open_sanslight";
  font-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 84vh;
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}

.notfound .content {
  width: 70%;
  margin: 0 auto 0;
}

.logo_notfound {
  padding: 1em;
  text-align: center;
  padding: 0;
}

.logo_notfound h1 {
  display: block;
  padding: 2em 0em;
}

.logo_notfound span {
  font-size: 2em;
  color: #fff;
}

.logo_notfound span img {
  width: 40px;
  height: 40px;
  vertical-align: bottom;
  margin: 0px 10px;
}

.buttom_notfound {
  background: url(../images/bg2_404.png) no-repeat 100% 0%;
  background-size: 100%;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  width: 556px;
  padding-bottom: 15px;
  max-width: 100%;
}

.seach_bar {
  padding: 2em;
}

.seach_bar p {
  font-size: 1.5em;
  color: #fff;
  font-weight: 300;
  margin: 5em 0em 0.9em 0em;
}

.seach_bar span a {
  font-size: 1em;
  color: #fff;
  text-decoration: underline;
  font-weight: 300;
}

.search_box {
  background: #F1F3F6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 6px 10px;
  position: relative;
  cursor: pointer;
  width: 75%;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: inset 0 0 5px rgba(156, 156, 156, 0.75);
}

.search_box img {
  vertical-align: middle;
  margin-right: 10px;
}

.search_box form input[type=text] {
  border: none;
  outline: none;
  background: none;
  font-size: 1em;
  color: #999;
  width: 100%;
  height: 32px;
}

.search_box form button[type=submit] {
  border: none;
  cursor: pointer;
  background: url(../images/search_404.png) no-repeat 0px 1px;
  position: absolute;
  right: 0;
  width: 34px;
  height: 25px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  top: 9px;
}

/*end*/
.popup-img-view.see-full-img .ifr-tv-view img {
  width: auto;
  max-height: 100%;
}

.popup-img-view.see-full-img .ifr-tv-view a {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-img-view.see-full-img .ifr-tv-view {
  text-align: center;
  height: calc(100vh - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-img-view {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease;
}

.popup-img-view.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.popup-img-view .ifr-tv-view {
  width: 900px;
  height: initial;
  margin: auto;
  top: 0;
  max-width: calc(100% - 30px);
  z-index: 103;
  position: relative;
}

.popup-img-view .ifr-tv-view img {
  width: 100%;
}

.popup-img-view .bgblack {
  z-index: 102;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.popup-img-view .close-pu {
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 1000;
}

.popup-img-view .close-pu:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.popup-img-view .close-pu:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-img-view .close-pu:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.popup-img-view .close-pu:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.grid-product-detail-news.slider-prd-dis .item {
  min-height: inherit;
}

.grid-product-detail-news.slider-prd-dis .item:nth-child(-n+4) {
  border-top: 1px solid #EAEAEA;
}

.grid-product-detail-news .item.hidden {
  display: none;
}

.more-hide {
  grid-column: 1/5;
  text-align: right;
  color: #288ad6;
  font-size: 14px;
  margin: 5px 0;
  cursor: pointer;
}

.hide-hide {
  grid-column: 1/5;
  text-align: right;
  display: none;
  color: #288ad6;
  font-size: 14px;
  margin: 5px 0;
  cursor: pointer;
}

.grid-product-detail-news.grid-prd-4 {
  border-left: none;
}

.grid-product-detail-news .item:nth-child(4n+1) {
  border-left: 1px solid #EAEAEA;
}

.show-fgh .tooltips-gh, .icgh-mbhtt .tooltips-gh {
  position: absolute;
  z-index: 10;
  width: 300px;
  right: -20px;
  background: #fff;
  border: 1px solid #d8d7d7;
  border-top: 2px solid #529C11;
  box-shadow: inset 0 0 8px -5px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  top: 35px;
  padding: 26px 10px 20px;
}
.show-fgh .tooltips-gh p, .icgh-mbhtt .tooltips-gh p {
  font-size: var(--fs-text-small);
  margin-bottom: 11px;
  position: relative;
  color: #333;
  padding-left: 0;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
}
.show-fgh .tooltips-gh p svg, .icgh-mbhtt .tooltips-gh p svg {
  fill: #529C11;
}
.show-fgh .tooltips-gh:before, .icgh-mbhtt .tooltips-gh:before {
  top: -11px;
  right: 20px;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 10px solid #529C11;
}
.show-fgh .tooltips-gh a, .show-fgh .tooltips-gh .view-cart-h, .icgh-mbhtt .tooltips-gh a, .icgh-mbhtt .tooltips-gh .view-cart-h {
  background: #529C11;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0;
  line-height: 40px;
  text-align: center;
  color: #fff;
  text-transform: none;
  border-radius: 8px;
  border: 1px solid #529C11;
}

.btn-closett {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.btn-closett:before, .btn-closett:after {
  width: 14px;
  content: "";
  height: 2px;
  background: #000;
  position: absolute;
  transform: rotate(45deg);
  top: 5px;
  left: 5px;
}
.btn-closett:after {
  transform: rotate(315deg);
}

.show-noti-cart.hidden {
  display: none;
}

.listpost.detail-news-more {
  margin-bottom: 20px;
}
.listpost.detail-news-more li a span {
  padding-left: 40px;
  min-height: 42px;
}
.listpost.detail-news-more li:nth-of-type(2) a {
  padding-top: 0;
}
.listpost.detail-news-more li:nth-of-type(2) a label {
  top: 1px;
}
.listpost.detail-news-more li:last-child a {
  padding-bottom: 0;
}

.detail .box-right .lst-discount .item a {
  color: #333;
}

/*so sanh*/
.ss-detail-item {
  background: #ffffff;
}

.title-ss-f.scroll {
  display: none;
}

.tit-top {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px -2px #333333;
}
.tit-top > div {
  width: 50%;
  display: block;
  text-align: center;
  font-size: 13px;
  padding: 10px 0;
  background-color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.tit-top > div.first {
  text-align: left;
  padding-left: 15px;
}
.tit-top > div.first img {
  max-width: 100%;
  max-height: 40px;
}
.tit-top > div:nth-child(n+2) {
  height: 100%;
  position: relative;
  border-left: 1px solid rgba(205, 205, 205, 0.8039215686);
}
.tit-top > div.small {
  font-size: 11px;
  padding: 0 15px;
}
.tit-top > div.active {
  background-color: #1c348d;
  color: #fff;
  border-right: 0;
}
.tit-top.tit-toptrade {
  background: #ffffff;
  margin-bottom: 15px;
  position: relative;
}
.tit-top.tit-toptrade.fixed {
  background: #ffffff;
  margin-bottom: 15px;
  position: fixed;
  top: 0;
  max-width: 1200px;
  margin: auto;
  z-index: 100;
  width: 100%;
}

.dt-item-top-ss {
  display: flex;
}

.title-ss {
  width: 19%;
  padding: 20px 0 20px 10px;
  border: 1px solid #f3f3f3;
  border-right: 0;
  border-top: 0;
}

.dt-item-top-ss .title-ss > div,
.title-ss-f-ct > .name a {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  cursor: pointer;
}

.dt-item-top-ss .title-ss > div:last-child,
.title-ss-f-ct > .name a:last-child {
  margin-bottom: 0;
}

.dt-item-top-ss .title-ss > div.active,
.title-ss-f-ct > .name a:hover,
.title-ss-f-ct > .name a.active {
  color: #4a90e2;
}

.dt-item-top-ss .title-ss > div.active i,
.title-ss-f-ct > .name a:hover i,
.title-ss-f-ct > .name a.active i {
  background-position-x: -20px;
}

.dt-item-top-ss .check-box-ss {
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background-image: url(../images/check-dt-ss.png);
}

.all-item-ss .item {
  width: 50%;
  border: 1px solid #f3f3f3;
  border-right: 0;
  border-top: 0;
  padding: 10px;
  position: relative;
}

.all-item-ss .item .img {
  padding-top: 30px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.all-item-ss .item .img > span {
  font-size: 11px;
  line-height: 12px;
  padding: 3px 5px;
  border-radius: 4px;
  border: 1px solid #eb5757;
  background-color: #fff;
  color: #eb5757;
  position: absolute;
  left: 10px;
  top: 10px;
}

.add-sp {
  width: 13%;
  border: 1px solid #f3f3f3;
  border-top: 0;
  padding: 20px 5px;
  border-right: none;
}

.all-item-ss .item img {
  max-width: 100%;
  height: initial;
  width: initial;
}

.all-item-ss .item > a {
  display: block;
}

.remove-cmp {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  right: 10px;
  border: 1px solid #ced4da;
  border-radius: 15px;
  cursor: pointer;
}

.remove-cmp:before {
  content: "";
  width: 18px;
  height: 1px;
  background: #ced4da;
  display: block;
  transform: rotate(45deg);
  top: 11px;
  left: 3px;
  position: relative;
}

.remove-cmp:after {
  content: "";
  width: 18px;
  height: 1px;
  background: #ced4da;
  display: block;
  transform: rotate(-45deg);
  top: 11px;
  left: 3px;
  position: relative;
}

.compare-fixed .remove-cmp {
  bottom: 10px;
  top: initial;
}

.all-item-ss {
  width: 68%;
  display: flex;
}

.all-item-ss.hidden {
  display: none;
}

.all-item-ss .item h3 {
  font-size: 14px;
  padding-top: 15px;
}

.all-item-ss .item h3 a span {
  color: #167ac6;
}

.all-item-ss .item .desc .price {
  display: flex;
}

.all-item-ss .item .desc .price > * {
  margin-right: 10px;
}

.compare-fixed .all-item-ss .item {
  display: flex;
}

.compare-fixed .all-item-ss .item .img {
  width: 98px;
  max-height: 98px;
  float: left;
  padding-top: 0;
}

.compare-fixed .all-item-ss .item .desc {
  width: calc(100% - 98px);
  float: left;
}

.compare-fixed .all-item-ss .item h3 {
  padding-top: 0;
}

.compare-fixed .all-item-ss.item-3-ss .item {
  width: 33.3333333333%;
}

.compare-fixed .all-item-ss .item .desc .price > * {
  margin-right: 5px;
}

.compare-fixed .all-item-ss .item .desc .price > .prPrice {
  font-size: 14px;
}

.compare-fixed .all-item-ss .item .desc .price > .prOldPrice {
  font-size: 12px;
}

.compare-fixed .all-item-ss .item .desc .price > .prDisPercent {
  font-size: 12px;
  margin-left: 0;
}

.color-item-ss .all-item-ss .add-sp {
  border-bottom: 0;
}

.add-sp .cp-plus {
  margin: 15px auto;
  border: dashed 2px #2d64a5;
  width: 100px;
  height: 85px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
  font-size: 80px;
  color: #2d64a5 !important;
  text-shadow: 1px 1px 1px #fff;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 0 #e8e8e8;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-sp p {
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
}

.compare-fixed .add-sp .cp-plus {
  margin: 0px auto;
  width: 70px;
  height: 70px !important;
  float: left;
}

.compare-fixed .add-sp p {
  font-size: 14px;
  text-transform: inherit;
  font-weight: 400;
  float: left;
  padding: 0 5px;
  width: calc(100% - 70px);
}

.compare-fixed .add-sp p br {
  display: none;
  padding: 0 5px;
}

.color-item-ss {
  display: flex;
}

.color-item-ss .title-ss {
  font-weight: 700;
  padding-left: 15px;
  border-bottom: 0;
}

.color-item-ss .title-ss p {
  margin-bottom: 0;
}

.color-item-ss .all-item-ss .item {
  display: flex;
  border-bottom: 0;
}

.color-item-ss .item .mini-item {
  text-align: center;
  width: 60px;
  margin-right: 5px;
}

.color-item-ss .item .mini-item:last-child {
  margin-right: 0;
}

.color-item-ss .item .mini-item img {
  max-width: 100%;
  height: 40px;
  margin-bottom: 3px;
}

.color-item-ss .item .mini-item span {
  font-size: 12px;
}

.detail-all-ss > .name {
  font-size: 16px;
  color: #fff;
  background-color: #1c348d;
  font-weight: 700;
  padding: 6px 8px 6px 12px;
  margin-bottom: 0;
}

.item-row-ss .name {
  width: 19%;
  border: 1px solid #f3f3f3;
  border-bottom: 0;
  font-weight: 700;
  padding: 10px;
}

.item-row-ss:last-child .name {
  border-bottom: 1px solid #d0d0d0;
}

.item-row-ss .detail-tsss {
  width: 50%;
  float: left;
  border-left: 0;
  border-bottom: 0;
  padding: 10px;
  border-right: 1px solid #f3f3f3;
}

.item-row-ss:last-child .detail-tsss {
  border-top: 1px solid #f3f3f3;
}

.item-row-ss .detail-tsss:last-child {
  border-right: none;
}

.item-row-ss:last-child .detail-tsss {
  border-bottom: 1px solid #d0d0d0;
  padding: 10px;
}

.item-2-ssn .item-row-ss,
.item-3-ssn .item-row-ss {
  display: flex;
}

.item-row-ss:nth-child(2n) .detail-tsss,
.item-row-ss:nth-child(2n) .name {
  background-color: #f3f3f3;
}

.item-two-cmp {
  width: 68%;
  display: flex;
}

.item-two-cmp.item-three-cmp {
  width: 81%;
}

.item-row-ss .detail-tsss a {
  color: #4a90e2;
}

.item-row-ss .detail-tsss a:hover {
  color: #dc3545;
}

.item-row-ss .detail-tsss .buy-now-ss,
.item-row-ss .detail-tsss .add-cart-ss,
.item-row-ss .detail-tsss .call-now-ss {
  color: #fff;
  background-color: #eb3537;
  display: block;
  max-width: 90%;
  margin: 0 auto 15px;
  text-align: center;
  text-transform: uppercase;
  padding: 6px 0;
  border-radius: 4px;
  border: 1px solid #eb3537;
  line-height: 1.2;
}

.item-row-ss .detail-tsss .add-cart-ss {
  background: #05b1f0;
  border: 1px solid #05b1f0;
}

.item-row-ss .detail-tsss .buy-now-ss:hover {
  background-color: #fff;
  color: #eb3537;
}

.item-row-ss .detail-tsss .add-cart-ss:hover {
  background-color: #fff;
  color: #05b1f0;
}

.item-row-ss .detail-tsss .call-now-ss:hover {
  background-color: #fff;
  color: #1c348d;
}

.item-row-ss .detail-tsss .call-now-ss {
  margin-bottom: 0;
  background: #1c348d;
  border: 1px solid #1c348d;
}

.item-row-ss .detail-tsss div {
  cursor: pointer;
}

.item-row-ss .detail-tsss div span {
  display: block;
  text-transform: initial;
  font-size: 13px;
  line-height: 1.5;
}

.all-item-ss.item-3-ss {
  width: 81%;
}

.color-item-ss .all-item-ss.item-3-ss .item:last-child {
  border-right: 1px solid #d0d0d0;
}

.item-3-ssn .item-row-ss .detail-tsss {
  width: 33.3333333333%;
}

.detail-tsss .detail-ss-img {
  display: block;
  text-align: center;
}

.detail-tsss .detail-ss-img img {
  max-width: 100%;
  margin-bottom: 10px;
  width: 100%;
}

.item-row-ss:last-child .detail-tsss,
.item-row-ss:last-child .name {
  background-color: #fff;
}

.title-ss-f.scroll.fixed {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 0 10px #adadad;
  padding: 0;
  margin: 0 auto;
  width: initial;
}

.title-ss-f-ct {
  background-color: #fff;
  display: flex;
}

.title-ss-f-ct > .name {
  width: 19%;
  padding: 20px 5px;
  border: 1px solid #d0d0d0;
  border-right: 0;
}

.title-ss-f-ct > .name a {
  display: block;
}

.all-item-ss-f {
  width: 81%;
  display: flex;
}

.all-item-ss-f .item {
  width: 38%;
  display: flex;
  padding: 20px 10px;
  border: 1px solid #d0d0d0;
  border-right: 0;
}

.all-item-ss-f .add-sp {
  width: 24%;
  border: 1px solid #d0d0d0;
}

.all-item-ss-f.hidden {
  display: none;
}

.all-item-ss-f .item .img {
  width: 35%;
}

.all-item-ss-f .item .img img {
  max-width: 100%;
}

.all-item-ss-f .item .text {
  width: 65%;
}

.all-item-ss-f .item .text h3 {
  font-size: 15px;
  margin-bottom: 5px;
}

.all-item-ss-f .item .text .price {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
}

.all-item-ss-f .item .text .price .price-fix {
  font-size: 13px;
  text-decoration: line-through;
}

.all-item-ss-f .item .text .price .pt-fix {
  font-size: 13px;
  font-weight: 400;
}

.all-item-ss-f .item .text .price .price-ss {
  font-weight: 400;
  display: block;
  color: #333;
}

.detail .box-right .lst-discount .item a {
  color: #333;
}

.billcompany {
  margin-top: 5px;
}

.billcompany span {
  margin-left: 5px;
}

.infocompany .form-group {
  margin-top: 10px;
}

.alrt-mk.hidden {
  display: none;
}

.popup-add-item {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 10000;
}

.popup-add-item.active {
  display: block;
}

.popup-add-item .bgblack {
  z-index: 102;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}

.popup-add-item .close-pu {
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 1000;
}

.popup-add-item .close-pu:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-add-item .close-pu:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.popup-addit-ct {
  position: absolute;
  background-color: #fff;
  z-index: 103;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: 230px;
  background: #fff;
  color: #333;
  border-radius: 10px;
  padding: 20px 25px 30px;
}

.list-item-popup {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-bottom: 15px;
}

.list-item-popup h3 {
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
}

.popup-addit-ct h2 {
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}

.popup-addit-ct .item {
  width: 100px;
  text-align: center;
}

.popup-addit-ct .item img {
  max-width: 100%;
  margin-bottom: 10px;
  max-height: 80px;
  height: initial;
}

.popup-addit-ct form input {
  border: 1px solid #d0d0d0;
  height: 32px;
  padding: 0 3px 0 8px;
  width: 100%;
}

.popup-addit-ct form input::placeholder {
  color: #333;
}

/*flash sale*/
.timeline-flashsale {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .timeline-flashsale {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
  }
}
.timeline-flashsale .fs-left {
  font-size: var(--fs-text-main);
  line-height: 1;
  font-weight: 700;
  color: #529C11;
  text-transform: uppercase;
}
.timeline-flashsale .fs-right .countdown {
  gap: 10px;
}

.sticky-tab {
  position: sticky;
  top: 45px;
  background: #fff;
  z-index: 10;
}

.tab-flastsale.tab-flashsale-page {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tab-flastsale.tab-flashsale-page {
    margin-bottom: 15px;
  }
}

.page-sale {
  background-color: #eeeeee;
  padding: 25px 0;
}

.page-sale .tab-content-prd {
  background-color: #fff;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.list-tab-km {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.list-tab-km a {
  font-size: 14px;
  color: #333;
  padding: 7px 25px;
  border: 1px solid #e51e21;
  border-radius: 4px;
  font-weight: 600;
  background-color: #fff;
  display: block;
  transition: 0.2s linear;
  text-transform: uppercase;
}

.list-tab-km a:hover,
.list-tab-km a.active {
  background-color: #e51e21;
  color: #fff;
}

.list-tab-km a:last-child {
  margin-right: 0;
}

.list-tab-km.fixed {
  position: fixed;
  top: 54px;
  left: 0;
  right: 0;
  z-index: 103;
  background-color: #fff;
  margin-bottom: 0;
  padding: 10px 0;
  box-shadow: 0 0 5px -2px #333333;
}

.list-tab-km-ct {
  background-color: #eeeeee;
  padding-top: 25px;
}

.alrt-mk.hidden {
  display: none;
}

.not-found {
  padding: 1px 20px;
  text-align: center;
}

.ui-widget.ui-widget-content {
  z-index: 10000;
  border: none;
  box-shadow: 0 0 5px -3px #333333;
}

.ui-menu .ui-menu-item {
  padding: 0;
}

.ui-menu .ui-menu-item .info {
  padding-left: 10px;
}

.ui-menu .ui-menu-item-wrapper {
  display: flex;
  transition: initial;
}

.ui-menu .ui-menu-item-wrapper.title-auto {
  background: #eeeeee;
  font-size: 12px;
  display: block;
  cursor: text;
}

.ui-menu .ui-menu-item-wrapper.title-keyword {
  font-size: 12px;
  display: block;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: none;
  background: transparent;
  color: red;
  margin: 0;
}

.title-auto.ui-state-active {
  color: #333333;
}

.search-type {
  display: flex;
  padding: 10px 0;
  background: #eaeaea;
}

.search-type p {
  margin-bottom: 0;
}

.search-type .link {
  margin-left: 10px;
  margin-bottom: 0;
  position: relative;
  padding-left: 23px;
}

.search-type .link .checkmark {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: 1px solid #333333 !important;
  position: absolute;
  left: 0;
  top: 2px;
}

.search-type .link .checkmark:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #e51e21;
  display: block;
  border-radius: 14px;
  position: relative;
  top: 2px;
  left: 2px;
  opacity: 0;
}

.search-type .link.active .checkmark:before {
  opacity: 1;
  border: 1px solid #e51e21 !important;
}

.search-type p > span {
  font-weight: 600;
}

.product-search .grid-prd-5 {
  padding-top: 0;
}

.product-search .grid-load-product .load {
  grid-column: 1/6;
}

.grid-load-search .item-news {
  display: flex;
}

.grid-load-search .item-news .img {
  width: 150px;
}

.grid-load-search .item-news .img img {
  width: 100%;
}

.grid-load-search .item-news .info {
  width: calc(100% - 150px);
  padding-left: 15px;
}

.news-search {
  padding: 10px;
  background: #ffffff;
  margin-bottom: 10px;
}

.grid-search-news .item-news {
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
}

.grid-search-news .item-news .info h3,
.grid-search-news .item-news .info h3 a {
  font-size: 15px;
  color: #1c348d;
}

.grid-search-news .item-news .info h3 a:hover {
  color: #dc3545;
}

.grid-search-news .item-news .info h3 {
  margin: 0;
}

.grid-search-news .item-news .info p,
.grid-search-news .item-news .info h2 {
  font-size: 14px;
  margin-bottom: 0;
}

.grid-search-news .item-news .info > span {
  font-size: 13px;
  color: #d2d2d2;
}

.sort-news-search {
  display: flex;
  padding: 5px 10px 10px 10px;
  border-bottom: 1px solid #f1f1f1;
}

.sort-news-search p {
  margin-bottom: 0;
  font-size: 13px;
  color: #b9b9b9;
}

.sort-news-search label {
  margin-left: 10px;
  margin-bottom: 0;
  position: relative;
  padding-left: 23px;
  font-size: 13px;
  color: #b9b9b9;
  cursor: pointer;
}

.sort-news-search label input {
  display: none;
}

.sort-news-search label .checkmark {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  border: 1px solid #333333 !important;
  position: absolute;
  left: 0;
  top: 2px;
  background: #ffffff;
}

.sort-news-search label .checkmark:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fba11a;
  display: block;
  border-radius: 14px;
  position: relative;
  top: 2px;
  left: 2px;
  opacity: 0;
}

.sort-news-search label input:checked ~ .checkmark {
  border: 1px solid #fba11a !important;
}

.sort-news-search label input:checked ~ .checkmark:before {
  opacity: 1;
}

.sort-news-search p > span {
  font-weight: 600;
}

.not-found {
  background: #ffffff;
  padding: 10px;
  grid-column: 1/6;
}

.not-found p {
  font-weight: 600;
  text-align: left;
}

.not-found ul li {
  font-weight: 600;
  text-align: left;
}

.content-t-wrap iframe {
  height: 393px;
}

.grid-product-detail-news .item {
  padding: 35px 10px 10px 10px;
}

.grid-product-detail-news .item h3 {
  font-weight: 400;
}

.grid-product-detail-news .item h3 span {
  color: #333333;
}

.grid-product-detail-news .item h3 a {
  color: #167ac6;
}

.iIUmpa {
  margin: 20px 0px;
  width: 100%;
  padding: 50px 20px 70px;
  background: rgb(255, 255, 255);
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
}

.iIUmpa img {
  width: 230px;
}

.iIUmpa .message {
  margin: 20px 0px;
  color: rgba(0, 0, 0, 0.65);
}

.iIUmpa .back {
  width: 190px;
  border-radius: 4px;
  color: rgb(74, 74, 74);
  font-size: 14px;
  background-color: rgb(253, 216, 53);
  display: block;
  padding: 10px 30px;
  margin: auto;
}

.par-sub-rv {
  position: absolute;
  top: calc(100% - 15px);
  left: 0;
  z-index: 102;
  width: 100%;
  padding-top: 15px;
  display: none;
}

.maps-footer_mobi li .submenu-ft {
  padding: 0 20px;
  margin-bottom: 5px;
}

.submenu-ft iframe {
  height: 250px;
}

.submenu-ft p.name-add {
  font-weight: 700;
  font-size: 14px;
}

.submenu-ft p {
  text-align: left;
  margin-bottom: 3px;
  line-height: 1.5;
  display: flex;
  font-size: 13px;
}

.submenu-ft p span {
  width: 50px;
}

.submenu-ft p a {
  margin-left: 3px;
  margin-right: 3px;
  color: #006abf;
}

.submenu-ft p:last-child {
  margin-bottom: 0;
}

.see-more-par {
  margin-bottom: 0;
}

._banner img {
  width: 100%;
}

.wrapper-compare {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-200);
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: #fff;
  box-shadow: 0 0px 10px -5px rgba(0, 0, 0, 0.5);
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper-compare.active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

.listcompare {
  padding-left: 0;
  margin: 0;
  display: flex;
}

.listcompare li {
  overflow: visible;
  position: relative;
  padding: 20px;
  border-right: 1px solid #eaeaea;
  list-style: none;
}

.listcompare a {
  display: flex;
  overflow: hidden;
  cursor: auto;
  align-items: center;
  flex-direction: column;
}

.listcompare a .img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.listcompare li img {
  height: 100%;
  margin: 100%;
  object-fit: contain;
}

.listcompare h3 {
  display: block;
  overflow: hidden;
  line-height: 1.3em;
  color: #333;
  font-weight: 400;
  width: 285px;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}

.closecompare {
  position: absolute;
  top: -35px;
  right: 0;
  background: #05b1f0;
  padding: 5px 25px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
  border-radius: 4px;
}

.remove-compare {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.remove-compare:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 17px;
  background: #cdcdcd;
  transform: rotate(45deg);
  top: -2px;
  right: 6px;
}

.remove-compare:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 17px;
  background: #cdcdcd;
  transform: rotate(-45deg);
  top: -2px;
  right: 6px;
}

.boxcompare {
  overflow: hidden;
  margin: 10px 0 15px 0;
  padding: 0 15px;
  display: none;
  width: 200px;
}

.boxcompare .btndis {
  display: block;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  font-size: 14px;
  color: #e1e1e1;
  margin: 5px auto;
  text-transform: uppercase;
  min-width: 65px;
  text-align: center;
}

.boxcompare .btnen {
  background: #05b1f0;
  color: #fff;
  border-color: #05b1f0;
}

.boxcompare .clearall {
  display: block;
  overflow: hidden;
  padding: 5px 10px;
  color: #05b1f0;
  text-align: center;
}

.wrapper-compare form {
  padding: 0 15px;
}

.wrapper-compare form label {
  display: block;
  overflow: hidden;
  color: #333;
  width: 230px;
  margin-bottom: 5px;
}

.wrapper-compare input {
  display: block;
  padding: 4px 0;
  height: 35px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  text-indent: 8px;
  width: 250px;
}

.autocomplete {
  position: absolute;
  z-index: 99;
  border-radius: 2px;
  display: block;
  background-color: #fff;
  overflow-y: auto;
  max-height: 300px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

.compare-fixed {
  max-width: 1200px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  display: none;
  box-shadow: 0 0 10px -6px;
}

.ic-filter {
  display: none;
}

.popup-code-sale {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 110;
}

.bg-black {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 109;
  background-color: rgba(0, 0, 0, 0.7);
}

.code-sale-ct {
  position: absolute;
  z-index: 112;
  background-color: #fff;
  width: 375px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  padding: 20px 0;
}

.code-sale-ct h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.code-sale-ct .code {
  display: flex;
  padding: 8px 10px;
  background-color: #f7f7f7;
}

.code-sale-ct .code p {
  margin-bottom: 0;
  width: 50%;
}

.code-sale-ct .code p:last-child {
  margin-bottom: 0;
}

.code-sale-ct .timing {
  padding: 8px;
}

.code-sale-ct .timing p {
  margin-bottom: 10px;
}

.code-sale-ct .timing p:last-child {
  margin-bottom: 0;
}

.code-sale-ct .dkien {
  padding: 6px 10px;
  background-color: #f7f7f7;
  margin-bottom: 10px;
}

.code-sale-ct .dkien > p {
  margin-bottom: 5px;
}

.code-sale-ct .btn-close {
  width: 90%;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 10px;
  border: 1px solid #035192;
  border-radius: 4px;
  background-color: #035192;
  color: #fff;
  transition: 0.2s linear;
}

.code-sale-ct .btn-close:hover {
  background-color: #fff;
  color: #035192;
}

.popup-code-sale .cl-close {
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 1000;
  cursor: pointer;
}

.popup-code-sale .cl-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.popup-code-sale .cl-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.popup-code-sale .cl-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-code-sale .cl-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sending-comparet {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10000;
  align-items: center;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}

.sending-comparet.show {
  pointer-events: all;
  opacity: 1;
}

.sending-comparet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.sending-comparet .load {
  width: 180px;
  height: 100px;
  margin: auto;
  background: #ececec;
  z-index: 2;
  padding: 10px;
  border-radius: 5px;
}

/*trade mark*/
.wrapper-trademark {
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 15px;
}

.grid-trademark {
  background: #eeeeee;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 7.5px;
}

.grid-trademark a {
  display: block;
  margin: 7.5px;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #e4e4e4;
  padding-bottom: 10px;
}

.grid-trademark img {
  max-width: 100%;
}

.grid-trademark a span {
  display: block;
  color: #275cab;
}

.popup-code-sale .cl-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form-discount {
  margin-bottom: 15px;
  display: none;
}
.form-discount form {
  display: flex;
}
.form-discount input {
  height: 36px;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  width: 50%;
  padding-left: 10px;
}
.form-discount button {
  margin-bottom: 0;
  float: initial;
  height: 34px;
  width: 100px;
  margin-left: 5px;
  border: 1px solid #288ad6;
  background: #288ad6;
  text-transform: none;
  font-weight: normal;
  padding-top: 5px;
  border-radius: 5px;
}
.form-discount.active {
  display: block;
}

.discountcode .usecode.hide {
  display: none;
}

.replaceids {
  margin-top: 10px;
  border: 1px solid #e9e9e9;
}

.group-replace .item {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px;
}

.group-replace .item:nth-of-type(3) {
  border-bottom: none;
}

.group-replace .item .img {
  width: 150px;
  height: 150px;
  position: relative;
}

.group-replace .item .img .icon-hot {
  right: 0;
}

.group-replace .item .img span {
  position: absolute;
  top: 0;
  left: 0;
  color: #B60014;
  border: 1px solid #B60014;
  border-radius: 3px;
  padding: 0 5px;
  line-height: 22px;
  display: inline-block;
  z-index: 4;
  background: #ffffff;
}

.group-replace .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.group-replace .item .img img.frame {
  position: absolute;
  top: -10px;
  left: -10px;
  object-fit: initial;
  width: calc(100% + 10px);
  height: calc(100% + 20px);
}

.group-replace .item .desc {
  width: calc(100% - 160px);
}

.group-replace .item .desc h3 {
  font-size: 14px;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  min-height: 40px;
  margin-bottom: 5px;
}

.group-replace .item .desc h3 a {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  color: #333;
}

.group-replace .item .desc h3 a:hover {
  color: #dc3545;
}

.group-replace .item .desc h3 span {
  color: #167ac6;
}

.brow.fixMg .pswp__top__tabWrap {
  margin-top: 0;
}

a.img-left-ny {
  display: block;
  width: 460px;
  float: left;
  padding-right: 10px;
}

.img-left-ny img {
  max-width: 100%;
}

.popup-img .ifr-tv {
  background-color: #ffffff;
  min-height: 400px;
  padding: 20px 25px;
}

.form-right-ny {
  padding-left: 10px;
  float: left;
  width: calc(100% - 460px);
}

.form-right-ny .form-group {
  margin: 0 0 8px;
}

.form-right-ny .form-group label {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.form-right-ny .form-group label span {
  color: #da2032;
}

.form-right-ny .form-group input {
  width: 100%;
  height: 38px;
  border: 1px solid #e0e0e0;
  padding: 0 8px;
  border-radius: 4px;
}

.form-right-ny .form-group input::placeholder {
  color: #333333;
}

.form-right-ny .form-group textarea {
  height: 80px;
  width: 100%;
  border: 1px solid #e0e0e0;
  padding: 5px 8px 0;
}

.form-right-ny .form-group textarea::placeholder {
  color: #333;
}

.form-right-ny button {
  background-color: #1c348d;
  border: 1px solid #1c348d;
  color: #fff;
  padding: 5px 20px;
  border-radius: 3px;
  transition: 0.2s linear;
}

.form-right-ny button:hover {
  color: #1c348d;
  background-color: #fff;
}

.popup-img.no-img .form-right-ny {
  padding-left: 0;
  width: 100%;
}

.popup-img.no-img .ifr-tv {
  width: 450px;
}

.popup-img.no-form .img-left-ny {
  width: initial;
  float: initial;
}

.popup-img.no-form .ifr-tv {
  background-color: transparent;
  min-height: initial;
  padding: 0;
}

.flex-sn {
  display: flex;
}

.touch-onmb {
  display: none;
}

.call-fixed {
  position: fixed;
  bottom: 60px;
  left: 30px;
  z-index: 100;
}
@media (max-width: 767px) {
  .call-fixed {
    display: none;
  }
}

.fix-menu-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #529C11;
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  padding: 5px;
  z-index: 15;
}
.fix-menu-mobile .item {
  background: #40920D;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #518f1c;
  border-radius: 5px;
  padding: 0 5px;
  width: 100%;
  height: 48px;
  position: relative;
}
.fix-menu-mobile .item.backtoptop {
  position: initial;
  opacity: 1;
}
.fix-menu-mobile .item .icon {
  width: 30px;
  aspect-ratio: 1;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
}
.fix-menu-mobile .item .icon svg path {
  fill: #fff;
}
.fix-menu-mobile .item .icon .count_shopping_cart {
  background: red;
  color: #fff;
  border-radius: 40px;
  position: absolute;
  top: 0;
  right: -11px;
  padding: 0 5px;
  font-size: 12px;
}
.fix-menu-mobile .item .slide-check {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.fix-menu-mobile .item p {
  font-size: 12px;
  color: #fff;
}
@media (max-width: 400px) {
  .fix-menu-mobile .item p {
    font-size: 10px;
  }
}
.fix-menu-mobile .item .sub-social {
  bottom: 100%;
  left: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  opacity: 0;
  pointer-events: none;
}
.fix-menu-mobile .item .sub-social > * {
  margin: 5px 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fix-menu-mobile .item .sub-social > *.mess {
  background: #1977f3;
}
.fix-menu-mobile .item .sub-social > *.mess svg {
  height: 30px;
}
.fix-menu-mobile .item .sub-social > *.phone {
  background-color: #579F16;
}
.fix-menu-mobile .item .sub-social > *.phone .coccoc-alo-ph-img-circle {
  -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}
.fix-menu-mobile .item .sub-social > *.phone svg {
  height: 24px;
  width: initial;
}
.fix-menu-mobile .item .sub-social > *.zalo {
  background: #0090f3;
}
.fix-menu-mobile .item .sub-social > *.zalo svg {
  height: 24px;
  width: initial;
}
.fix-menu-mobile .item:hover .sub-social {
  opacity: 1;
  pointer-events: all;
}
.fix-menu-mobile .item.account .slide-check {
  font-size: 0;
}

._plvd-ct {
  position: absolute;
  visibility: visible;
  background-color: transparent;
  width: 58px;
  height: 58px;
  cursor: pointer;
  z-index: 10;
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
  right: 0;
  top: 0;
  margin: auto;
  transform: rotate(-3deg);
}

._plvd-ct:before {
  width: 58px;
  height: 58px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #1c348d;
  border-radius: 100%;
  border: 2px solid transparent;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  content: "";
}

._plvd-ct:after {
  content: "";
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  position: absolute;
  left: calc((100% - 36px) / 2);
  top: calc((100% - 36px) / 2);
  border-radius: 50%;
  background-position: center;
}

._plvd-ct .plvd-cirfill:before {
  content: "";
  width: 72px;
  height: 72px;
  border: 1px solid #1c348d;
  position: absolute;
  border-radius: 50%;
  top: -7px;
  left: -7px;
  animation: zoomInBT 1.7s infinite ease-in-out;
}

._plvd-ct .plvd-cirfill:after {
  content: "";
  width: 96px;
  height: 96px;
  border: 1px solid #1c348d;
  position: absolute;
  border-radius: 50%;
  top: -19px;
  left: -19px;
  animation: zoomInBN 1.7s infinite ease-in-out;
}

.plvd-cirfill {
  text-align: center;
  position: relative;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  font-size: 22px;
}

.right_content .price_sale.fixed .area_buy {
  position: fixed;
  top: 50px;
  z-index: 99;
  width: 384px;
  background-color: #fff;
  padding: 15px;
}

.list-call-fix {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s linear;
  position: absolute;
  bottom: 39px;
  left: 65px;
  background-color: #fff;
  padding: 10px 13px;
  border: 1px solid #1c348d;
  border-radius: 8px;
  min-width: 150px;
}

.list-call-fix.active {
  opacity: 1;
  visibility: visible;
}

.list-call-fix p {
  font-size: 14px;
  padding-bottom: 7px;
  display: block;
  margin-bottom: 7px;
  border-bottom: 1px solid #d0d0d0;
  padding-left: 20px;
  position: relative;
  white-space: nowrap;
  font-weight: 700;
}

.list-call-fix p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.list-call-fix p:before {
  position: absolute;
  left: 0;
  color: #1c348d;
  content: "\f095";
  font: normal normal normal 14px/1 FontAwesome;
  top: 5px;
}

.list-call-fix p a {
  color: #1c348d;
  font-weight: 400;
}

.list-call-fix:before {
  content: "";
  display: block;
  position: absolute;
  border: 6px solid transparent;
  border-bottom: 14px solid #1c348d;
  right: 99%;
  top: 96%;
  transform: rotate(-134deg);
}

.prd-intro_1 .item-img img {
  height: 390px;
  object-fit: cover;
}

.alrt-lostpass {
  text-align: center;
  clear: both;
  color: red;
  display: none;
}
.alrt-lostpass .text {
  text-align: center;
}
.alrt-lostpass .coundown {
  display: none;
}
.alrt-lostpass.active {
  display: block;
}
.alrt-lostpass.text-success {
  color: green;
}
.alrt-lostpass.text-success .coundown {
  display: block;
  color: #333;
}

.box_content_product .box_article img {
  height: initial !important;
}

@keyframes blink {
  50% {
    opacity: 1;
  }
}
.ft-contact {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  background-color: #0084ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.btn-contact {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-contact .hide,
.btn-contact .hidden {
  transform: scale(0);
  opacity: 0;
  display: block !important;
}

.btn-contact .static {
  transition: 0.2s all;
}

.ft-contact.act .btn-contact .static {
  transform: translate(0) !important;
  opacity: 1 !important;
}

.btn-contact .static i {
  display: block;
  color: white;
  text-align: center;
  font-size: 24px;
  margin-bottom: -5px;
}

.ft-contact.act .btn-contact .static i {
  margin-bottom: 0;
}

.btn-contact .static span {
  font-size: 11px;
  color: white;
  display: block;
}

.ft-contact.act .btn-contact .static span {
  height: 0;
  overflow: hidden;
  display: block;
}

.btn-contact .icon {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 50px;
  background-color: #fff;
  position: absolute;
}

.ft-contact.act .btn-contact .icon {
  transform: scale(0) !important;
  opacity: 0 !important;
}

.btn-contact .icon-line {
  display: flex;
  transition: 0.2s all;
}

.btn-contact .icon span {
  height: 44px;
  color: #2e4f6c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-contact .icon svg {
  width: 44px;
  height: 20px;
}

.typing-contact,
.d-contact {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  background-color: white;
  border-radius: 7px;
  width: 300px;
  position: absolute;
  right: 0;
  bottom: 80px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-25%);
  transition: 0.3s linear;
}

.typing-contact {
  width: initial;
  white-space: nowrap;
  min-width: 86px;
  max-width: 260px;
  padding: 10px;
}

.typing-contact.act {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.typing-contact .hide {
  opacity: 0;
  visibility: hidden;
  display: block !important;
}

.typing-text {
  color: #787878;
}

.typing-animation {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.typing-animation span {
  height: 15px;
  width: 15px;
  float: left;
  margin: 0 1px;
  background-color: #9e9ea1;
  display: block;
  border-radius: 50%;
  opacity: 0.4;
}

.typing-contact span:nth-of-type(1) {
  animation: 1s blink infinite 0.3333s;
}

.typing-contact span:nth-of-type(2) {
  animation: 1s blink infinite 0.6666s;
}

.typing-contact span:nth-of-type(3) {
  animation: 1s blink infinite 0.9999s;
}

.ft-contact.act .d-contact {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.typing-contact::before,
.d-contact::before {
  position: absolute;
  bottom: -7px;
  right: 25px;
  left: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
  border-left: 8px solid transparent;
  content: "";
}

.d-ctit {
  display: flex;
  align-items: center;
  padding: 8px 20px;
}

.d-ctit i {
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
}

.d-ctit i.call {
  background-color: #e62117;
}

.d-ctit i.messenger {
  background-color: #0084ff;
}

.d-ctit i.zalo {
  background-color: #0084ff;
}

.d-ctit svg {
  width: 24px;
  height: 24px;
  display: block;
}

.d-ctit p span {
  display: block;
}

.d-ctit p span:nth-of-type(1) {
  color: #3b3b3b;
  font-size: 15px;
}

.d-ctit p span:nth-of-type(2) {
  color: #787878;
  font-size: 13px;
}

#sync1.owl-theme {
  position: relative;
  aspect-ratio: 1226/528;
}

#sync1 .item img {
  width: 100%;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  background: url(../images/arow-slider.webp) no-repeat #333;
  height: 50px;
  width: 25px;
  margin-top: 0;
  transform: translateY(-50%);
  background-position: center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  top: 50%;
  position: absolute;
  opacity: 0;
  transition: all 0.3s linear;
}

.block-tab-content #sync3,
.block-tab-content #sync1,
.block-tab-content #sync5 {
  height: calc(100vh - 170px);
  overflow: hidden;
  position: relative;
}
.block-tab-content #sync2,
.block-tab-content #sync4,
.block-tab-content #sync6 {
  margin: 0 auto 20px;
}
.block-tab-content #sync4, .block-tab-content #sync6 {
  max-width: 1020px;
}

#sync1.owl-theme .owl-prev {
  left: 0;
}
#sync1.owl-theme .owl-next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
#sync1.owl-theme:hover .owl-next,
#sync1.owl-theme:hover .owl-prev {
  opacity: 1;
}

#sync2 {
  background: #fff;
}
#sync2 .item {
  line-height: 18px;
  font-size: 14px;
  padding: 14px 0 0;
  text-align: center;
  transition: 0.2s linear;
  position: relative;
  height: 56px;
}
#sync2 .item span {
  display: -webkit-box;
  box-sizing: content-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  padding: 0 5px;
  overflow: hidden;
}
#sync2 .item:after {
  content: "";
  width: 1px;
  height: 36px;
  top: 10px;
  right: 0;
  background: #cdcdcd;
  position: absolute;
}
#sync2 .item:before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
#sync2 .current .item:before {
  background: #2642a7;
}

.backtoptop {
  position: fixed;
  right: 105px;
  bottom: 40px;
  z-index: 99;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  background: #1c348d;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.backtoptop.show {
  opacity: 1;
  pointer-events: all;
}

.timeline-title {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: var(--gap-module);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .timeline-title {
    margin-bottom: 15px;
  }
}
.timeline-title h2 {
  font-size: 57px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  background: linear-gradient(90deg, #86B81C 0%, #3F920D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .timeline-title {
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
  .timeline-title h2 {
    font-size: 35px;
  }
}
.timeline-title .fs-left > p {
  font-size: 20px;
  color: #fff225;
  margin-bottom: 10px;
  line-height: 1;
}
.timeline-title .fs-right {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  padding: 5px 5px 5px 10px;
  background: #fff;
}
@media (max-width: 767px) {
  .timeline-title .fs-right {
    padding: 0;
  }
}

.next-promotion {
  display: flex;
  align-items: center;
  gap: 10px;
}

.next-promotion .item {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 7.5px 15px;
  border-radius: 24px;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0.6);
}

.next-promotion .item.active {
  background: #fff225;
  color: #333;
}

.load-next-promotion.active {
  position: absolute;
  z-index: 1000;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
}

.load-next-promotion.active .loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 100;
  background: rgba(255, 255, 255, 0.6);
}

.load-next-promotion .check-sold-out-hot-deal {
  justify-content: center;
  background: #e5e3e3;
  border-radius: 15px;
  padding: 5px 0;
}

.load-next-promotion .check-sold-out-hot-deal p {
  line-height: 1;
}

.load-next-promotion .price-hot-deal .gny {
  text-align: center;
}

.discount .flashsale-cnt .slider-prd-dis {
  position: relative;
}
.discount .flashsale-cnt .slider-prd-dis.loaded .flashsale-sl {
  opacity: 0;
}
.discount .slider-discount_v1 .item {
  min-height: 560px;
  flex-direction: column;
  justify-content: space-between;
}
.discount.countdonw-section .slider-discount_v1 .owl-item {
  height: 100%;
}
.discount.countdonw-section .slider-discount_v1 .item {
  min-height: 480px;
  height: 100%;
}

.tab-flastsale {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tab-flastsale {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 15px;
  }
  .tab-flastsale::-webkit-scrollbar {
    height: 0;
  }
  .tab-flastsale::-webkit-scrollbar-thumb {
    background: #AFAFAF;
  }
}
.tab-flastsale .tab-item {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 210/90;
  overflow: hidden;
  border-radius: 9px 9px 0px 0px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .tab-flastsale .tab-item {
    min-width: 120px;
    padding: 5px;
  }
}
.tab-flastsale .tab-item p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .tab-flastsale .tab-item p {
    font-size: 14px;
    font-weight: 600;
  }
}
.tab-flastsale .tab-item:before {
  width: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, #88B91C 0%, #3C900C 100%);
  transition: width 0.5s ease;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tab-flastsale .tab-item:hover, .tab-flastsale .tab-item.active {
  background: #F6F6F6;
}
.tab-flastsale .tab-item:hover:before, .tab-flastsale .tab-item.active:before {
  width: 100%;
}
.tab-flastsale .tab-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.tab-content-flashsale .detail-content {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .tab-content-flashsale .detail-content {
    margin-bottom: 15px;
  }
}
.tab-content-flashsale .detail-content p:last-child {
  margin-bottom: 0;
}

.promotion-current {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .promotion-current {
    margin-bottom: 15px;
    overflow-x: auto;
  }
  .promotion-current::-webkit-scrollbar {
    height: 0;
  }
}
.promotion-current .item-promotion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #E4E4E4;
  padding: 5px 10px;
  border-radius: 15px;
  cursor: pointer;
}
.promotion-current .item-promotion p {
  color: #333;
  margin-bottom: 5px;
  font-size: 15px;
}
.promotion-current .item-promotion .countdown {
  gap: 5px;
}
.promotion-current .item-promotion .countdown span span {
  background: #fff;
  color: #333;
  font-size: 18px;
  width: 35px;
  aspect-ratio: 1;
  height: initial;
  font-weight: 600;
  border-radius: 10px;
}
.promotion-current .item-promotion.active {
  background: linear-gradient(90deg, #88B91C 0%, #3C900C 100%);
  padding: 5px 10px;
  cursor: text;
  pointer-events: none;
}
.promotion-current .item-promotion.active p {
  color: #fff;
}
.promotion-current .item-promotion.nex-promotion {
  padding: 9px 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .promotion-current .item-promotion.nex-promotion {
    padding: 10px 10px;
  }
}
.promotion-current .item-promotion.nex-promotion .timeout {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 767px) {
  .promotion-current .item-promotion.nex-promotion .timeout {
    font-size: 18px;
    white-space: nowrap;
  }
}
.promotion-current .item-promotion.nex-promotion.active .timeout {
  color: #fff;
}

.load-next-promotion .pending {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.check-sold-out {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .check-sold-out {
    margin-top: 10px;
  }
}
.check-sold-out > p {
  font-weight: 600;
}
.check-sold-out .sold {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}
.check-sold-out .sold p {
  font-size: 12px;
}
.check-sold-out .num-sold {
  font-weight: bold;
}
.check-sold-out .icon-sale {
  margin-top: -8px;
}
.check-sold-out p {
  margin-bottom: 0;
}
.check-sold-out .line-sold {
  width: 100%;
  height: 25px;
  border-radius: 12.793px;
  position: relative;
  background: #E4E4E4;
}
@media (max-width: 767px) {
  .check-sold-out .line-sold {
    height: 20px;
  }
}
.check-sold-out .line-sold .ic {
  position: absolute;
  bottom: 6px;
  left: 4px;
  z-index: 6;
}
@media (max-width: 767px) {
  .check-sold-out .line-sold .ic {
    width: 20px;
    display: flex;
    align-items: center;
  }
  .check-sold-out .line-sold .ic img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
}
.check-sold-out .line-sold .text {
  position: relative;
  z-index: 5;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: var(--fs-text);
  color: #BD0000;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .check-sold-out .line-sold .text {
    font-size: 12px;
    font-weight: 400;
  }
}
.check-sold-out .line-sold .line-sold-active {
  position: absolute;
  width: 0;
  height: 100%;
  border-radius: 12.793px;
  background: linear-gradient(90deg, #EC791B 0%, #F8BF09 100%);
  z-index: 4;
  transition: width 0.5s ease;
}

.description-event {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
}
.description-event .description ul {
  padding-left: 20px;
}
.description-event .buy-now-sale {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  background: #db291d;
  padding: 7.5px;
  border-radius: 10px;
  color: #fff;
  border: 1px solid #db291d;
  cursor: pointer;
  transition: background 0.3s linear;
}
.description-event .buy-now-sale:hover {
  background: #fff;
  color: #db291d;
  border-color: #db291d;
}
.description-event .buy-now-sale.sold-out {
  background: #ccc;
  color: #333;
  border-color: #ccc;
  cursor: not-allowed;
}

.right.countdown .days,
.right.countdown .hour,
.right.countdown .minus,
.right.countdown .second {
  background: #000;
  border-radius: 5px;
  width: 22px;
  height: 22px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 22px;
}
.right.countdown span {
  width: 10px;
  background: transparent;
}

.alrt-contact {
  padding: 5px 0;
  font-size: 14px;
  font-weight: 400;
  color: red;
}

#SendContact input.error,
#SendContact textarea.error {
  border: 1px solid red !important;
}

#SendContact label.error {
  display: none !important;
}

.flex-news-video {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .flex-news-video {
    gap: 15px;
  }
}
.flex-news-video .category-wrap {
  width: calc(100% - 370px);
}
.flex-news-video .category-wrap .title_v2 {
  border-top: none;
  border-right: none;
  border-left: none;
}
.flex-news-video .video-index {
  width: 350px;
  background: #fff;
}
.flex-news-video .video-index .title_v2 {
  border-top: none;
  border-right: none;
  border-left: none;
}
.flex-news-video .grid-news .item .txt span {
  font-size: 12px;
  line-height: 1;
  display: flex;
  gap: 2.5px;
  align-items: center;
}
.flex-news-video .grid-news .item .txt span svg {
  fill: #333;
}
.flex-news-video .grid-news .item .txt span:last-child {
  margin-left: 10px;
}

.video-index .item .txt span {
  font-size: 12px;
  display: inline-block;
  line-height: 1.3;
}
.video-index .item .txt span:last-child {
  margin-left: 10px;
}

.list-question .title-question {
  border: 1px solid #529C11;
  background: #529C11;
  padding: 10px 15px;
  color: #fff;
  font-size: var(--fs-text-small);
  border-radius: 25px;
  position: relative;
  cursor: pointer;
}
.list-question .title-question svg {
  position: absolute;
  right: 15px;
  top: 14.5px;
  width: 9px;
  height: initial;
}
.list-question .title-question svg path {
  fill: #fff;
}
.list-question .answer-question {
  padding: 10px 0;
  display: none;
}
.list-question .answer-question p, .list-question .answer-question ul {
  margin-bottom: 10px;
}
.list-question .answer-question p:last-child, .list-question .answer-question ul:last-child {
  margin-bottom: 0;
}
.list-question .item {
  margin-bottom: 10px;
}
.list-question .item.active .title-question svg {
  transform: rotate(90deg);
}

.bigpost-discount .box-featured li.featured .title {
  padding: 15px 0 15px 80px;
  position: relative;
}
.bigpost-discount .box-featured li.featured .title .time {
  width: 67px;
  height: 67px;
  background: #529C11;
  position: absolute;
  top: 15px;
  left: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}
.bigpost-discount .box-featured li.featured .title .time span {
  font-weight: 500;
  font-size: 12px;
}
.bigpost-discount .listpost li label {
  background: #529C11;
}
.bigpost-discount .listpost li label:after {
  border-top: 10px solid #EAEAEA;
}

.lst_discount .item .title .time {
  width: 67px;
  height: 67px;
  background: #529C11;
  position: absolute;
  top: 15px;
  left: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}
.lst_discount .item .title .time span {
  font-weight: 500;
  font-size: 12px;
}

.boxlb {
  margin-top: 15px;
}
.boxlb > span {
  padding: 5px 12px;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.boxlb > span:first-child {
  padding-left: 0;
}
.boxlb > span:before {
  content: "";
  width: 1px;
  height: 15px;
  background: #000;
  position: absolute;
  right: -2px;
  top: 7px;
}
.boxlb > span:last-child:before {
  display: none;
}
.boxlb > span i {
  margin-right: 10px;
}

.lst_discount {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 15px 0 0 0;
  margin: 0 -7.5px;
}
.lst_discount .item {
  margin: 0 7.5px;
  margin-bottom: 15px;
}
.lst_discount .item a {
  display: block;
}
.lst_discount .item .title {
  position: relative;
}
.lst_discount .item .title .time {
  top: -50px;
  left: 15px;
}
.lst_discount .item .title .boxlb {
  padding-left: 100px;
  margin-bottom: 10px;
}

.search_news {
  margin-bottom: 15px;
}
.search_news form {
  display: flex;
}
.search_news input {
  width: calc(100% - 40px);
  border: 1px solid #EAEAEA;
  border-right: none;
  height: 40px;
  padding-left: 10px;
}
.search_news button {
  border: 1px solid #EAEAEA;
  border-left: none;
  width: 40px;
  height: 40px;
  background: #fff;
}
.search_news button i {
  font-size: 16px;
}

.category_child ul li a {
  float: left;
  margin-left: 0;
  font-weight: 400;
}

.banner_news .owl-carousel {
  margin-top: 15px;
}
.banner_news .owl-dots {
  margin-top: 5px;
  display: flex;
  justify-content: center;
}
.banner_news .owl-dots span {
  width: 7px;
  height: 7px;
  background: #b1b1b1;
  border-radius: 10px;
  display: block;
  margin: 0 5px;
}
.banner_news .owl-dots button.active span {
  background: #529C11;
}

.detail-promotion-news .box-detail {
  width: 100%;
}

.authorBox {
  margin-top: 20px;
  line-height: 1;
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
}
.authorBox span {
  color: #000;
  margin-right: 15px;
  font-size: 14px;
}
.authorBox span i {
  margin-right: 10px;
}
.authorBox > .authorName {
  color: var(--black-color);
  font-size: 14px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.authorBox > .authorName b {
  color: #529C11;
}

.detail-promotion-news .bxcontentnewsct ._desc p {
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
}
.detail-promotion-news .box-detail .likeshare {
  float: initial;
}
.detail-promotion-news .related_articles h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0;
}
.detail-promotion-news .related_articles .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 33.3333333333%);
  margin: 0 -7.5px;
}
.detail-promotion-news .related_articles .item {
  margin: 0 7.5px;
  width: auto;
}
.detail-promotion-news .related_articles .item a {
  display: block;
}
.detail-promotion-news .related_articles .item .img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
}
.detail-promotion-news .related_articles .item .title {
  width: 100%;
  position: relative;
}
.detail-promotion-news .related_articles .item .title .time {
  width: 67px;
  height: 67px;
  background: #529C11;
  position: absolute;
  top: 15px;
  left: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  top: -50px;
  left: 15px;
}
.detail-promotion-news .related_articles .item .title .time span {
  font-weight: 500;
  font-size: 12px;
}
.detail-promotion-news .related_articles .item .title .boxlb {
  padding-left: 0;
  margin-bottom: 10px;
  margin-top: 25px;
}
.detail-promotion-news .related_articles .item .title h3 {
  font-size: 16px;
  font-weight: 600;
  max-height: initial;
}
.detail-promotion-news .related_articles .item .title h3:hover {
  color: #529C11;
}
.detail-promotion-news .tab-content_news {
  padding-left: 0;
  padding-right: 0;
}

.banner_detail {
  margin-bottom: 0;
}
.banner_detail .owl-dots {
  width: 100%;
  bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
}
.banner_detail .owl-dots span {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: #fff;
  display: block;
  margin: 0 5px;
}
.banner_detail .owl-dots button.active span {
  border: 1px solid #fff;
  background: #529C11;
}
.banner_detail.owl-carousel .owl-item img {
  width: 100%;
}

.fotorama__wrap {
  width: 1060px !important;
  margin: auto;
}

.popup-block {
  max-width: unset !important;
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
  display: none;
  left: 0;
  margin: 0 auto;
  position: fixed;
  padding-top: 0;
  top: 0;
  transition: 0.5s;
  right: 0;
  width: 100%;
  z-index: 1000;
}
.popup-block.show {
  display: block;
}
.popup-block .bt-overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.popup-block .tab-item {
  list-style: none;
  color: #333;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  margin: 0 4px;
  padding: 10px 5px;
  white-space: nowrap;
}
.popup-block .tab-item.active {
  border-bottom: 4px solid #529C11;
  color: #529C11;
  font-weight: bold;
}
.popup-block .content-t {
  display: none;
}
.popup-block .content-t.active {
  display: block;
}
.popup-block .content-t__list {
  max-width: 1200px;
  margin: auto;
}
.popup-block .content-t__list .sync1 {
  align-items: center;
  display: block;
  width: 100%;
  margin: auto;
}
.popup-block .sync2 {
  height: 60px;
  max-width: 1020px;
  margin: 0 auto 20px auto;
}

.block-tab-top {
  background-color: #fff;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 10px;
  position: fixed;
  top: 0;
  width: 1160px;
  z-index: 10;
  border-bottom: 1px solid #e0e0e0;
}

.btn-closemenu {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  float: right;
  line-height: 21px;
  padding: 7px;
  position: relative;
  text-align: right;
  width: 67px;
}

.block-tab-content {
  width: 1160px;
  margin: 0px auto 0 auto;
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 65px;
  z-index: 9;
  min-height: calc(100vh - 65px);
  max-height: calc(100vh - 65px);
  overflow-y: auto;
}

.btn-closemenu:before, .btn-closemenu:after, .close-tab:before, .close-tab:after {
  background-color: #333;
  content: "";
  height: 14px;
  width: 1px;
}
.btn-closemenu:before, .close-tab:before {
  transform: rotate(45deg);
}
.btn-closemenu:after, .close-tab:after {
  transform: rotate(-45deg);
}

.close-tab {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 10;
}

.content-t-wrap {
  max-width: 700px;
  margin: auto;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .content-t-wrap {
    padding: 15px;
  }
}
.content-t-wrap div {
  display: flex;
}
.content-t-wrap img {
  max-width: 100%;
  height: initial !important;
}

.slider-tab img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  height: initial;
}
.slider-tab .content-t__list__item {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-tab .item-video:before {
  display: none;
}
.slider-tab .owl-carousel .owl-video-wrapper {
  position: absolute;
  width: 100%;
  z-index: 10;
  background: transparent;
  top: 0;
  left: 0;
}
.slider-tab .owl-carousel .owl-video-wrapper iframe {
  position: relative;
  z-index: 13;
  top: 30px;
  height: 100%;
}
.slider-tab .owl-carousel .owl-video-tn {
  display: none;
}
.slider-tab .owl-carousel .owl-video-play-icon {
  z-index: 12;
  background: unset;
  color: #d60d0d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.slider-tab .owl-carousel .owl-video-play-icon:before {
  content: "\f16a";
  font: normal normal normal 80px/1 FontAwesome;
}
.slider-tab .owl-carousel .owl-video-play-icon:hover {
  transform: initial;
}
.slider-tab .owl-carousel .owl-prev {
  position: absolute;
  top: 42%;
  left: -19px;
}
@media (max-width: 767px) {
  .slider-tab .owl-carousel .owl-prev {
    left: 0;
  }
}
.slider-tab .owl-carousel .owl-prev.disabled {
  opacity: 0;
}
.slider-tab .owl-carousel .owl-prev span {
  width: 45px;
  height: 45px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  overflow: hidden;
}
.slider-tab .owl-carousel .owl-next {
  position: absolute;
  top: 42%;
  right: -19px;
}
@media (max-width: 767px) {
  .slider-tab .owl-carousel .owl-next {
    right: 0;
  }
}
.slider-tab .owl-carousel .owl-next.disabled {
  opacity: 0;
}
.slider-tab .owl-carousel .owl-next span {
  width: 45px;
  height: 45px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  overflow: hidden;
}
.slider-tab .owl-carousel .owl-prev span:hover, .slider-tab .owl-carousel .owl-next span:hover {
  background: #529C11;
}
.slider-tab .owl-carousel .owl-prev span:hover svg, .slider-tab .owl-carousel .owl-next span:hover svg {
  fill: #fff;
}
.slider-tab .owl-carousel .owl-prev span:hover svg path, .slider-tab .owl-carousel .owl-next span:hover svg path {
  fill: #fff;
}
.slider-tab .owl-carousel .owl-prev, .slider-tab .owl-carousel .owl-next {
  height: initial;
}
.slider-tab .owl-carousel .owl-prev {
  left: 15px;
}
.slider-tab .owl-carousel .owl-next {
  right: 15px;
}
.slider-tab:hover .owl-carousel .owl-nav button {
  opacity: 1;
}
.slider-tab * {
  height: 100%;
}

.slider-click img {
  max-width: 100%;
  max-height: 100%;
}
.slider-click .content-t__list__item {
  border-radius: 4px;
  border: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.slider-click .content-t__list__item.item-video {
  position: relative;
}
.slider-click .content-t__list__item.item-video svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.slider-click .current .content-t__list__item {
  border-radius: 4px;
  border: 3px solid #529C11;
}
.slider-click .current .content-t__list__item.item-video {
  position: relative;
}
.slider-click .current .content-t__list__item.item-video svg {
  position: absolute;
  top: 0;
  left: 0;
}
.slider-click .item-video:before {
  display: none;
}

.item-video .item-video {
  padding: 0;
}

.grecaptcha-badge {
  display: none !important;
}

@media (max-width: 1280px) {
  .block-tab-top,
  .block-tab-content {
    width: 1060px;
  }
}
@media (max-width: 1024px) {
  .block-tab-top,
  .block-tab-content {
    width: 100%;
  }
  .slider-tab .owl-carousel .owl-video-wrapper iframe {
    height: 56.25vw;
  }
  .slider-tab .owl-item.owl-video-playing > .item-video .owl-video-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .slider-tab .owl-item.owl-video-playing > .item-video .owl-video-wrapper .owl-video-tn {
    display: none;
  }
  .slider-tab .owl-item.owl-video-playing .item-video .item-video {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .popup-block {
    z-index: 10000;
  }
  .block-tab-top {
    justify-content: start;
    padding-left: 15px;
    overflow-x: auto;
  }
  .block-tab-top::-webkit-scrollbar {
    height: 2px;
  }
  .close-tab {
    font-size: 0;
    width: 28px;
  }
}
.popup-address {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear;
}

.popup-address.active {
  opacity: 1;
  pointer-events: all;
}

.popup-address .deli-address {
  background: #fff;
  max-width: 476px;
  max-height: 70vh;
  margin: auto;
  padding: 0 0 20px;
  border-radius: 5px;
  overflow: hidden;
}

.popup-address .deli-address .title {
  padding: 20px;
  margin-bottom: 15px;
  background: #1c348d;
  color: #fff;
  display: flex;
  align-items: center;
}

.popup-address .deli-address .btn-close-popup {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px 10px;
  margin-left: 15px;
  cursor: pointer;
}

.popup-address .deli-address .form-group.group-5 {
  width: calc(100% - 40px);
  margin: 0 20px 20px;
}

.popup-address .deli-address .form-group.group-5:last-child {
  margin: 0 20px 0;
}

.item-txt-sale,
.item-txt-sale a {
  color: #007bff;
}

.item-txt-sale svg {
  fill: #007bff;
}

.item-txt-super-sale {
  color: #ff0000;
}

.item-txt-super-sale svg {
  fill: #ff0000;
}

.gift-sale {
  color: #0A8559;
}
.gift-sale svg {
  fill: #0A8559;
}

.item-txt-sale-onl {
  color: #6c757d;
}
.item-txt-sale-onl svg {
  fill: #6c757d;
}

.gift-sale,
.item-txt-sale,
.item-txt-super-sale,
.item-txt-sale-onl {
  margin-bottom: 5px;
  font-size: var(--fs-text-small);
  padding-left: 15px;
  position: relative;
  font-weight: 400;
}
.gift-sale i, .gift-sale svg,
.item-txt-sale i,
.item-txt-sale svg,
.item-txt-super-sale i,
.item-txt-super-sale svg,
.item-txt-sale-onl i,
.item-txt-sale-onl svg {
  position: absolute;
  top: 5px;
  left: 0;
}

.address-content .select-address {
  color: #1c348d;
  margin-top: 15px;
  cursor: pointer;
}

.address-content .select-address:hover {
  color: red;
}

.address-content .select-address i {
  margin-right: 15px;
}

.address-content .add-text .block {
  display: flex;
  align-items: center;
}

.address-content .add-text .block p {
  margin-bottom: 0;
  margin-right: 15px;
  line-height: 1;
}

.address-content .add-text .block svg {
  fill: #1c348d;
  margin-right: 5px;
  margin-top: -6px;
}

.address-content .add-text .block .select-address {
  margin-top: 0;
}

.address-content .add-text > p {
  font-size: 12px;
  color: #219653;
}

.ctindxknh.table-of-content {
  display: none;
}

.grid-photoreal {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 2px;
}
.grid-photoreal .item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9e9e9;
}

.installment {
  z-index: 4;
  background: #fff;
  font-size: 16px;
  height: 22px;
  border: 1px solid #0053C0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
  border-radius: 4px;
  color: #0053C0;
}

.price-hot-deal {
  position: relative;
  background-color: #ed1c24;
  border-radius: 3px 3px 0 0;
  margin-top: 35px !important;
  margin-bottom: 10px;
}
.price-hot-deal p {
  margin: 0;
}
.price-hot-deal .gny {
  background-color: #fff200;
  width: 84%;
  position: absolute;
  top: -10px;
  left: 8%;
  border-radius: 3px;
  padding: 2px 8px;
}
.price-hot-deal .gny .percent {
  position: absolute;
  right: -11px;
  top: -14px;
  background-color: #8b0304;
  border-radius: 50px;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  line-height: 1;
  padding: 10px 0;
}
.price-hot-deal .gny .percent span {
  font-size: 14px !important;
  font-weight: bold;
  color: #fff !important;
}
.price-hot-deal .gny > span:not(.percent) {
  font-size: 10px;
  color: #000;
  text-decoration: none;
  line-height: 1;
}
.price-hot-deal .price-hot .price-current {
  display: block;
  padding: 20px 0 10px;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  color: #fff;
}
.price-hot-deal .price-hot .price-current span {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  font-weight: bold;
  color: #fff200;
  line-height: 1;
  font-size: 25px;
}
.price-hot-deal .price-hot .save {
  background-color: #c4161c;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 14px;
  padding: 4px 0;
  font-weight: bold;
}

.check-sold-out-hot-deal {
  display: flex;
  align-items: center;
  gap: 5px;
}
.check-sold-out-hot-deal p {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.check-sold-out-hot-deal .ordered {
  height: 24px;
  line-height: 24px;
  color: #fff;
  background-color: #ed1c24;
  padding: 0 10px;
  border-radius: 3px;
  font-weight: bolder;
  font-size: 13px;
  min-width: 75px;
  text-align: center;
}

.wrapper-search {
  margin-bottom: 15px;
}

.alrt-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
}
.alrt-popup.show {
  opacity: 1;
  pointer-events: all;
}
.alrt-popup .wapper {
  background: #fff;
  width: 320px;
  border-radius: 5px;
  overflow: hidden;
}
.alrt-popup .wapper .main {
  padding: 15px;
  text-align: center;
}
.alrt-popup .wapper .title {
  color: #fff;
  text-align: center;
  font-weight: 400;
  padding: 15px 10px;
  margin-bottom: 0;
  background: #09e493;
}
.alrt-popup .wapper .close-alrt {
  text-align: center;
  margin: 0 auto 10px auto;
  border: 2px solid #bf2929;
  padding: 5px 15px;
  cursor: pointer;
  width: 205px;
  height: 38px;
  border-radius: 5px;
  color: #bf2929;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alrt-popup.success .wapper .close-alrt {
  display: none;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s ease;
}
.overlay.show {
  opacity: 1;
  pointer-events: all;
  display: flex !important;
}
.overlay.show1 {
  z-index: 999;
  opacity: 1;
  pointer-events: all;
  display: flex !important;
}

.grecaptcha-badge {
  display: none !important;
}

.sending {
  display: none;
}
.sending.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

#ViewProductDetail {
  aspect-ratio: 1006/410;
  overflow: hidden;
}

.pending {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.load-same-product, .load-accessory-product {
  aspect-ratio: 1470/510;
}
.load-same-product .pending, .load-accessory-product .pending {
  background: #fff;
}

#OwlPopup {
  max-width: 80vw;
  max-height: 80vh;
}
#OwlPopup .img-left-ny {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80vw;
  aspect-ratio: 16/10;
  max-height: 80vh;
}
#OwlPopup .img-left-ny img {
  max-width: 100%;
  max-height: 100%;
}

.section-introduce .container {
  display: flex;
  justify-content: space-between;
  gap: var(--module-size);
  align-items: start;
}
@media (max-width: 767px) {
  .section-introduce .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .section-introduce .container .left-side {
    width: 100%;
  }
}
.section-introduce .container .left-side .detail-content {
  text-align: justify;
}
.section-introduce .container .right-side {
  max-width: 50%;
}
@media (max-width: 767px) {
  .section-introduce .container .right-side {
    width: 100%;
  }
}
.section-introduce .container.full-side {
  display: block;
  gap: 0;
}

.section-strategy {
  background: url(../images/bg-chienluoc.webp) no-repeat;
  background-size: cover;
}

.flex-about .item-flex {
  padding: 0 0 var(--module-size) 0;
  display: flex;
  align-items: center;
}
.flex-about .item-flex > * {
  width: 50%;
}
@media (max-width: 767px) {
  .flex-about .item-flex {
    flex-wrap: wrap;
  }
  .flex-about .item-flex > * {
    width: 100%;
  }
}
.flex-about .item-flex .img {
  aspect-ratio: 637/414;
  overflow: hidden;
}
.flex-about .item-flex .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex-about .item-flex .infor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-about .item-flex .infor .detail-content {
  text-align: justify;
}
.flex-about .item-flex:nth-of-type(odd) .infor {
  padding-left: var(--section-size);
}
@media (max-width: 767px) {
  .flex-about .item-flex:nth-of-type(odd) .infor {
    padding-left: 0;
    padding-top: 15px;
  }
}
.flex-about .item-flex:nth-of-type(even) {
  flex-direction: row-reverse;
}
.flex-about .item-flex:nth-of-type(even) .infor {
  padding-right: var(--section-size);
}
@media (max-width: 767px) {
  .flex-about .item-flex:nth-of-type(even) .infor {
    padding-right: 0;
    padding-top: 15px;
  }
}

.conti {
  border-radius: 8px;
  width: 250px;
  margin: auto;
  margin-bottom: var(--module-size);
  margin-top: 10px;
  padding: 5px;
  background: #da2032;
  color: #fff;
  text-align: center;
  display: block;
}
.conti a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.conti a:hover {
  color: #fff;
}
.conti a i {
  margin-right: 5px;
}

.ccc-aa:hover {
  color: #fff !important;
}

.head-detailorder {
  padding: 15px 0;
}
.head-detailorder .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head-detailorder .container .left-head {
  font-size: var(--fs-text);
}
.head-detailorder .container .left-head strong {
  color: #529C11;
}
.head-detailorder .container .left-head .badge-warning {
  color: #ffe528;
}
.head-detailorder .container .left-head .badge-info {
  color: #2196F3;
}
.head-detailorder .container .left-head .badge-danger {
  color: red;
}
.head-detailorder .container .left-head .badge-default {
  color: #939393;
}
.head-detailorder .container .left-head .badge-success {
  color: #40920D;
}
.head-detailorder .container .left-head .newbil {
  color: #00BCD4;
}
.head-detailorder .container .date-right {
  font-size: var(--fs-text);
  line-height: 1;
}

.flex-OrderResult {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .flex-OrderResult {
    gap: 15px;
    flex-direction: column;
  }
}
.flex-OrderResult .left-order {
  width: calc(75% - 20px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .flex-OrderResult .left-order {
    gap: 15px;
    width: 100%;
  }
}
.flex-OrderResult .right-order {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .flex-OrderResult .right-order {
    gap: 15px;
    width: 100%;
  }
}

.information-receive, .information-payment, .detail-bil, .list-information-cart {
  border-radius: 8px;
  box-shadow: 0 0 10px -8px #333;
  background: #fff;
  padding: 20px;
  border: 1px solid #EAEAEA;
}

.information-receive h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EAEAEA;
}
.information-receive h2 svg {
  fill: #529C11;
}
.information-receive p {
  margin-bottom: 10px;
  font-size: 15px;
}
.information-receive p:last-child {
  margin-bottom: 0;
}

.information-payment h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EAEAEA;
}
.information-payment h2 svg {
  fill: #529C11;
}
.information-payment p {
  margin-bottom: 10px;
  font-size: 15px;
}
.information-payment p:last-child {
  margin-bottom: 0;
}

.detail-bil p {
  padding: 15px 0;
  border-bottom: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}
.detail-bil p span {
  font-weight: 700;
  color: red;
}
.detail-bil p:first-child {
  padding-top: 0;
}
.detail-bil p:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.list-information-cart h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #EAEAEA;
}
.list-information-cart h2 svg {
  fill: #529C11;
}
.list-information-cart .main-result {
  width: 100%;
  border-bottom: 1px solid #EAEAEA;
  padding: 15px 0;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.list-information-cart .main-result:first-child {
  padding-top: 0;
}
.list-information-cart .main-result:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.list-information-cart .main-result .img-order {
  width: 80px;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EAEAEA;
}
.list-information-cart .main-result .img-order span {
  font-size: 14px;
}
.list-information-cart .main-result .img-order img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: initial;
  height: initial;
}
.list-information-cart .main-result .infor-main {
  width: calc(100% - 220px);
}
.list-information-cart .main-result .infor-main .name a {
  font-weight: 600;
}
.list-information-cart .main-result .infor-main .quanlity {
  font-size: 14px;
}
.list-information-cart .main-result .price-infor {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: end;
  gap: 5px;
  width: 200px;
}
.list-information-cart .main-result .price-infor .price {
  font-weight: 700;
  font-size: 16px;
  color: red;
  line-height: 1;
  margin-bottom: 0;
}
.list-information-cart .main-result .price-infor .oldprice {
  font-weight: 400;
  font-size: 15px;
  text-decoration: line-through;
}
.list-information-cart .main-result .price-infor .percent {
  background: red;
  color: #fff;
  font-size: 14px;
  padding: 0 5px;
  border-radius: 5px;
}
.list-information-cart .main-result .price-infor .vat {
  color: orange;
}

.detail-landing {
  padding: var(--module-size) 0;
}
.detail-landing .title {
  color: #579F16;
  font-weight: 800;
  margin-bottom: 20px;
  font-size: var(--fs-title-landing);
}
@media (max-width: 767px) {
  .detail-landing .title {
    margin-bottom: 10px;
  }
}
.detail-landing .title span {
  font-weight: 400;
}
.detail-landing p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .detail-landing p {
    margin-bottom: 10px;
  }
}
.detail-landing .card_news .img img {
  height: 100% !important;
}

.flex-inline {
  display: flex;
  padding-bottom: var(--gap-section);
  align-items: center;
}
@media (max-width: 767px) {
  .flex-inline {
    flex-direction: column;
  }
}
.flex-inline > * {
  width: 50%;
}
@media (max-width: 767px) {
  .flex-inline > * {
    width: 100%;
  }
}
.flex-inline .flex-right {
  overflow: hidden;
}
.flex-inline .flex-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrapper-flex {
  width: calc(100% - var(--gap-section));
  margin-left: calc(var(--gap-section) / 2);
}
@media (max-width: 767px) {
  .wrapper-flex {
    width: 100%;
    margin-left: 0;
  }
}
.wrapper-flex .flex-inline:first-child {
  padding-top: var(--gap-section);
}
.wrapper-flex .flex-inline:nth-of-type(2n+1) .flex-left {
  padding-right: var(--gap-section);
}
@media (max-width: 767px) {
  .wrapper-flex .flex-inline:nth-of-type(2n+1) .flex-left {
    padding-right: 0;
  }
}
.wrapper-flex .flex-inline:nth-of-type(2n+2) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .wrapper-flex .flex-inline:nth-of-type(2n+2) {
    flex-direction: column;
  }
}
.wrapper-flex .flex-inline:nth-of-type(2n+2) .flex-left {
  padding-left: var(--gap-section);
}
@media (max-width: 767px) {
  .wrapper-flex .flex-inline:nth-of-type(2n+2) .flex-left {
    padding-left: 0;
  }
}

.iframe-video {
  width: 100%;
  aspect-ratio: 16/9;
}
.iframe-video iframe {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */
