:root {
  --cl-main: #73bc47;
  --cl-primary: #f4f2f0;
  --cl-txt: #41493b;
}
/* font SFU Futura */
@font-face {
  font-display: swap;
  font-family: "SFUFutura";
  src: url("../font/SFUFutura/SFUFuturaRegular.TTF") format("truetype");
  font-weight: 400;
}
@font-face {
  font-display: swap;
  font-family: "SFUFutura";
  src: url("../font/SFUFutura/SFUFuturaHeavy.TTF") format("truetype");
  font-weight: 600;
}
@font-face {
  font-display: swap;
  font-family: "SFUFutura";
  src: url("../font/SFUFutura/SFUFuturaBold.TTF") format("truetype");
  font-weight: 700;
}
@font-face {
  font-display: swap;
  font-family: "SFUFutura";
  src: url("../font/SFUFutura/SFUFuturaExtraBold.TTF") format("truetype");
  font-weight: 800;
}

/* font Beautique Display */
@font-face {
  font-display: swap;
  font-family: "BeautiqueDisplay";
  src: url("../font/BeautiqueDisplay/BeautiqueDisplay-Regular.otf")
    format("truetype");
  font-weight: 400;
}
@font-face {
  font-display: swap;
  font-family: "BeautiqueDisplay";
  src: url("../font/BeautiqueDisplay/BeautiqueDisplay-Medium.otf")
    format("truetype");
  font-weight: 500;
}
@font-face {
  font-display: swap;
  font-family: "BeautiqueDisplay";
  src: url("../font/BeautiqueDisplay/BeautiqueDisplay-Bold.otf")
    format("truetype");
  font-weight: 700;
}
@font-face {
  font-display: swap;
  font-family: "BeautiqueDisplay";
  src: url("../font/BeautiqueDisplay/BeautiqueDisplay-Black.otf")
    format("truetype");
  font-weight: 900;
}
/* font ShopeeDisplay */
@font-face {
  font-display: swap;
  font-family: "ShopeeDisplay";
  src: url("../font/ShopeeDisplay/ShopeeDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-display: swap;
  font-family: "ShopeeDisplay";
  src: url("../font/ShopeeDisplay/ShopeeDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-display: swap;
  font-family: "ShopeeDisplay";
  src: url("../font/ShopeeDisplay/ShopeeDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-display: swap;
  font-family: "ShopeeDisplay";
  src: url("../font/ShopeeDisplay/ShopeeDisplay-Black.ttf") format("truetype");
  font-weight: 900;
}

html,
body {
  scroll-behavior: smooth;
}
body {
  font-family: "ShopeeDisplay";
  overflow-x: hidden;
  color: var(--cl-txt);
}
.txt-beautique {
  font-family: "ShopeeDisplay";
}
/* fix khung img */
.c-img {
  position: relative;
  display: block;
}
.c-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}
/* hover img flash */
.img__ {
  position: relative;
  overflow: hidden;
}

.img__:hover::after {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

.img__::after {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* reset css s-content  */
.s-content h1 {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
}
.s-content h2 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}
.s-content h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}
.s-content h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
}
.s-content h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: none;
}
.s-content h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: none;
}
.s-content p img.aligncenter {
  margin: auto;
}
.s-content p img.alignleft {
  margin-right: auto;
}
.s-content p img.alignright {
  margin-left: auto;
}
.s-content a {
  color: #2f5aae;
  cursor: pointer;
  text-decoration: none;
}
.s-content ul,
.s-content ol {
  list-style: disc;
  padding: 1.25em;
}
.s-content li {
  margin-top: 10px;
}
.s-content ul li {
  margin-left: 1.3em;
}
.s-content strong {
  font-weight: bold;
}
.s-content i {
  font-style: italic;
}
.s-content table {
  width: 100% !important;
}
.s-content blockquote {
  font-style: italic;
  background: #ebebeb;
  padding: 1rem;
  border-left: 3px solid #1f72c2;
}
.s-content img {
  max-height: 100vh;
  object-fit: contain;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.tab-content.active,
.tab-content-sm.active {
  display: block;
}
.item_best_sale .box_title {
  transition: all 0.3s;
}
.item_best_sale:hover .box_title {
  transform: rotate(-4.07deg);
  background-color: var(--cl-main);
  color: #fff;
  transition: all 0.3s;
}
.menu_footer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.menu_footer ul li a:hover {
  color: var(--cl-main);
  transition: all 0.3s;
}
.tab_news .tab-link.active a {
  color: #444;
}
.form_contact input,
.form_contact textarea {
  border-radius: 5px;
  border: 1px solid #ddd;
}
.form_contact input:focus,
.form_contact textarea:focus {
  outline: none;
}
.btn_submit {
  background-color: var(--cl-main);
  color: #fff;
  border-radius: 5px;
  padding: 0.25rem 1.5rem;
  border: 1px solid var(--cl-main);
  transition: all 0.3s;
  margin: 0 auto;
  display: block;
}
.btn_submit:hover {
  background-color: #fff;
  color: var(--cl-main);
  transition: all 0.3s;
}
.button_plus_minus {
  position: relative;
  width: 20px;
  height: 20px;

  &:before,
  &:after {
    content: "";
    position: absolute;
    background-color: #333;
    transition: transform 0.25s ease-out;
  }

  /* Vertical line */
  &:before {
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    margin-left: -2px;
  }

  /* horizontal line */
  &:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    margin-top: -2px;
  }

  &.active {
    cursor: pointer;

    &:before {
      transform: rotate(90deg);
    }
    &:after {
      transform: rotate(180deg);
    }
  }
}
.img_avatar img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
}
.tabs-user .tab-link.active,
.tabs-login .tab-link.active {
  border-bottom: 2px solid var(--cl-txt);
}
.tabs-user .tab-link,
.tabs-login .tab-link {
  border-bottom: 2px solid transparent;
}
.form-user input:focus,
.form-change-password input:focus,
.form-change-info input:focus,
.form-login input:focus {
  outline: none;
}
.form-user .btn,
.form-login .btn {
  color: #fff;
  background-color: var(--cl-txt);
  padding: 0.5rem 2.5rem;
  font-weight: bold;
  text-align: center;
  font-size: 1.125rem;
  border-radius: 5px;
}
.form-user .btn:hover,
.form-login .btn:hover {
  background-color: var(--cl-main);
  transition: all 0.3s;
}
.form-change-password .btn,
.form-change-info .btn {
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  border: 1px solid var(--cl-txt);
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  transition: all 0.3s;
}
.form-change-password .btn:hover,
.form-change-info .btn:hover {
  background-color: var(--cl-main);
  color: #fff;
  transition: all 0.3s;
}
.form-change-password .btn_confirm,
.form-change-info .btn_confirm {
  background-color: var(--cl-txt);
  color: #fff;
}
.form-change-password .btn_close {
  background-color: #fff;
  color: var(--cl-txt);
}
.title_search {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 1rem 0;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.pagination .page-numbers {
  border: 1px solid var(--cl-main);
  padding: 0.5rem 0.75rem;
  border-radius: 5px;
  color: var(--cl-main);
}
.pagination .page-numbers.current {
  background-color: var(--cl-main);
  color: #fff;
}
.pagination .page-numbers:hover {
  background-color: var(--cl-main);
  color: #fff;
  transition: all 0.3s;
}
.feedback-prev:hover svg path,
.feedback-next:hover svg path {
  stroke: var(--cl-main);
  transition: all 0.3s;
}
html {
  font-size: 16px;
}
#comments {
  margin: 0 auto !important;
}
.wpd-thread-head {
  margin-bottom: 1.5rem !important;
}
.wpd-thread-list {
  padding: 0 !important;
}
.item_best_sale:hover .btn_svg {
  opacity: 1;
  transition: all 0.3s;
}
#menu-menu-dau-trang li a {
  font-size: 1.125rem;
}
.img_contain img {
  object-fit: contain !important;
}

.max-w-\[150px\] {
  max-width: 150px;
}
.text-justify {
  text-align: justify;
}
.pt-\[150\%\] {
  padding-top: 150%;
}
.h-\[80px\] {
  height: 80px;
}
.img_press img {
  object-fit: contain;
  width: 100%;
  height: 100% !important;
}
.bottom-\[15\%\] {
  bottom: 15%;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) /* #000000 */;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.z-\[102\] {
  z-index: 102;
}
.bg-cl-main {
  background-color: var(--cl-main);
}
.rounded-lg {
  border-radius: 0.5rem;
}
.right-5 {
  right: 1.25rem;
}
.w-\[4rem\] {
  width: 4rem;
}
.h-\[4rem\] {
  height: 4rem;
}
.text-\[0\.625rem\] {
  font-size: 0.625rem /* 10px */;
}
.pt-\[137\%\] {
  padding-top: 137%;
}
.w-\[300px\] {
  width: 300px;
}
#modal_register_agent .modal-content{
  padding: 1rem;
}
#modal_register_agent .modal-content form input:not([type="submit"]){
  background: #fff;
  border: 1px solid #333;
  padding: 0.5rem;
  border-radius: 0.5rem;
  outline: none;
  margin-bottom: 0.5rem;
  width: 100%;
}



/* css modal */
.modal {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.overlay.active,
.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal {
  transform: translateY(-20px);
}

.modal.active {
  transform: translateY(0);
}
/* end css modal */
@media not all and (min-width: 1024px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: min(320px, 80%);
    height: 100dvh;
    background-color: #fef6ff;
    transform: translateX(-100%);
    transition: all 0.3s;
    z-index: 10;
    color: #333;
  }
  .menu ul {
    width: 100%;
  }
  .menu ul li a {
    padding: 0.5rem 1rem;
    display: block;
  }
  .menu ul li {
    position: relative;
  }
  .menu > ul > li {
    border-top: 1px solid #8fcec8;
  }
  .menu > ul > li > ul > li {
    padding-left: 1rem;
  }
  .menu ul li:has(ul) > a {
    padding-right: 2.5rem;
  }
  .menu .btn-down-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .menu ul ul li {
    border-top: 1px solid #8fcec8;
  }
  .menu ul ul {
    display: none;
  }
  header.active-menu .menu,
  header.active-menu .bg-overlay {
    transform: translateX(0);
  }
  .btn-down-menu.active i {
    transform: rotate(180deg);
  }
  /* .logo_mobile {
    max-width: 31px;
  } */
  .btn_svg svg {
    width: 140px;
  }
  html {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .menu > ul {
    --padding-menu: 0.5rem;
    display: flex;
    flex-wrap: wrap;
  }
  .menu ul li {
    position: relative;
    padding: 0.75rem var(--padding-menu);
  }
  .menu .btn-down-menu {
    margin-left: 0.25rem;
  }
  .menu li a:hover {
    color: var(--cl-main);
  }
  .menu ul ul {
    position: absolute;
    top: 100%;
    transform: translateY(1rem);
    border: 1px solid var(--cl-primary);
    white-space: nowrap;
    transition: all 0.3s;
    pointer-events: none;
    visibility: hidden;
    background-color: #fef6ff;
    opacity: 0;
  }
  .menu ul ul li a:first-child,
  .menu ul ul li a:last-child {
    border-radius: 1.25rem;
    overflow: hidden;
  }
  .menu ul ul ul {
    top: 0;
    left: 100%;
  }
  .menu ul li:hover > ul {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .menu ul ul li > a {
    /* padding: 0.75rem; */
    font-weight: 400;
    font-size: 1rem;
    display: block;
  }
  .menu ul ul li:not(:last-child) {
    border-bottom: 1px solid #8fcec8;
  }
  .menu ul ul li:hover {
    background-color: var(--cl-main);
  }
  .menu ul ul li:hover > a {
    color: #fff;
  }
  .section_home_banner {
    min-height: 90vh;
  }
  .section_home_banner .img_banner {
    max-height: 85vh;
    overflow: hidden;
  }
  .menu_footer ul {
    gap: 2.5rem;
  }
  .lg\:w-\[10\%\] {
    width: 10%;
  }
  .lg\:w-\[30\%\] {
    width: 30%;
  }
  .lg\:w-\[60\%\] {
    width: 60%;
  }
}
