html {
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
}
a, a:hover {
  text-decoration: none;
  color: unset;
}
.img-100 {
  width: 100%;
  height: auto;
}
.hidden-pc {
  display: none;
}
.font-italic {
  font-style: italic;
}
.font-weight-500 {
  font-weight: 500;
}
.azc-container {
  width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  margin-right: auto;
  margin-left: auto;
}
.cursor-pointer {
  cursor: pointer;
}



/* header */
.header {
  position: relative;
  z-index: 1000;
  background-color: white;
}
.header-search-black-screen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
}
.header-mini-freeship {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 12px 16px;
  gap: 4px;
  background-color: rgb(239, 255, 244);
  font-size: 12px;
  font-weight: 600;
  color: rgb(0, 171, 86);
}
.header-group1 {
  position: relative;
  z-index: 10;
  padding: 8px 0;
}
.header-group1-contain {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}
.header-main-logo {
  display: flex;
  flex-direction: column;
}
.header-main-logo > span {
  font-size: 14px;
  color: rgb(0, 62, 161);
  margin-top: 8px;
  font-weight: 600;
  text-align: center;
}
.header-group1-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 0 0px;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.header-group1-right-box1 {
  display: flex;
  height: auto;
  position: relative;
  z-index: 2;
  -webkit-box-align: center;
  align-items: center;
  padding: 0px;
}
.header-group1-right-box1-left {
  display: flex;
  flex: 1 1 0%;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid rgb(221, 221, 227);
  border-radius: 8px;
  position: relative;
}
.header-group1-right-box1-right {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-left: 48px;
}
.header-group1-right-box1-left > img {
  margin-left: 18px;
}
.header-group1-right-box1-left > input {
  border: 0px;
  padding: 0px 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex: 1 1 0%;
  outline: none;
}
.header-group1-right-box1-left > button {
  cursor: pointer;
  border: 0px;
  width: 92px;
  height: 38px;
  padding: 4px;
  border-radius: 0px 8px 8px 0px;
  background: transparent;
  color: rgb(10, 104, 255);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  outline: none;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
}
.header-group1-right-box1-left > button::before {
  content: "";
  display: block;
  position: absolute;
  border-left: 1px solid rgb(221, 221, 227);
  height: 24px;
  left: 0px;
  top: 8px;
}
.header-group1-right-box1-left > button:hover {
  background-color: rgba(10, 104, 255, 0.2);
}
.header-group1-right-box1-right-item {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 8px;
  position: relative;
}
.header-group1-right-box1-right-item:hover {
  background-color: rgba(0, 96, 255, 0.12);
}
.header-group1-right-box1-right-item > span {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: rgb(10, 104, 255);
}
.header-group1-right-box1-right-item > img {
  margin-right: 4px;
}
.header-cart-wrapper {
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.header-cart-wrapper > span {
  color: rgb(255, 255, 255);
  background: rgb(255, 66, 79);
  height: 16px;
  right: 0px;
  top: -4px;
  border-radius: 8px;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  line-height: 150%;
  position: absolute;
  padding: 0.5px 4px;
}
.header-cart-wrapper-div::before {
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  left: -12px;
  border: 1px solid rgb(235, 235, 240);
}
.header-cart-wrapper-div {
  margin-left: 24px;
  position: relative;
  padding: 0px !important;
}
.header-group1-right-box2 {
  position: relative;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  z-index: 1;
}
.header-group1-right-box2-left {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 12px;
}
.header-group1-right-box2-left-item {
  font-weight: 400;
  font-size: 14px;
  color: rgb(128, 128, 137);
  white-space: nowrap;
}
.header-group1-right-box2-right-span1 {
  color: rgb(128, 128, 137);
  font-weight: 400;
  font-size: 14px;
  padding-right: 4px;
  white-space: nowrap;
}
.header-group1-right-box2-right-span2 {
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(39, 39, 42);
}
.header-group2 {
  position: relative;
  z-index: 1;
  border-width: 1px 0px;
  border-style: solid;
  border-color: rgb(235, 235, 240);
}
.header-group2-contain {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  gap: 4px;
}
.header-group2-contain {
  padding: 12px 0px;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  align-items: center;
}
.header-group2-box {
  display: flex;
  gap: 12px;
  align-items: center;
}
.header-group2-box-item {
  display: flex;
  gap: 4px;
  padding-inline: 6px;
  align-items: center;
  font-weight: 500;
}
.header-group2-box-item:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 20px;
  background-color: #EBEBF0;
  position: relative;
  left: 10px;
}
.header-group2-box-item > span {
  font-size: 14px;
}
.header-group2-left {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  white-space: nowrap;
  color: #003EA1;
}
.header-search-dropdown {
  position: absolute;
  top: calc(100% - 1px);
  left: 0px;
  list-style: none;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 0px 3px 3px;
  border-top: 1px solid rgb(225, 225, 225);
  box-shadow: rgba(0, 0, 0, 0.28) 0px 6px 12px 0px;
  width: 100%;
}
.header-search-top-box {
  padding: 8px 16px 8px 22px;
  color: rgb(36, 36, 36);
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  font-weight: 500;
  border-top: 1px solid rgb(242, 242, 242);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header-search-middle-item {
  color: rgb(39, 39, 42);
  font-size: 14px;
  line-height: 150%;
  height: 36px;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0px 16px;
}
.header-search-middle-item:hover {
  background-color: rgba(39, 39, 42, 0.12);
}
.header-search-middle-item > div {
  margin-left: 8px;
}
.header-search-bottom-item {
  background-color: rgb(255, 255, 255);
  padding: 8px 12px 12px;
  border-top: 1px solid rgb(242, 242, 242);
}
.header-search-bottom-head {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 24px;
  padding: 0px 0px 8px;
}
.header-search-bottom-head > div {
  margin-left: 8px;
}
.header-search-bottom-contain1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
}
.header-search-bottom-contain2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 12px 8px;
}
.header-search-bottom-item-box {
  font-size: 12px;
  line-height: 1.67;
  display: flex;
  background: rgb(250, 250, 250);
  color: rgb(36, 36, 36);
  text-decoration: none;
}
.header-search-bottom-item-box:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.header-search-bottom-item-box-title {
  font-size: 13px;
  line-height: 16px;
  margin: 4px 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 8px;
}
.header-search-bottom-cat-box {
  line-height: 1.67;
  display: flex;
  flex-direction: column;
  color: rgb(36, 36, 36);
  text-decoration: none;
}
.header-search-bottom-cat-box:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}
.header-search-bottom-cat-box-title {
  font-size: 12px;
  line-height: 16px;
  padding: 6px 0px 0px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.header-search-bottom-cat-box-img-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}






/* main */
.main {
  background-color: #f5f5f5;
}
.home-main-contain {
  display: flex;
  padding-top: 16px;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.home-main-left {
  width: 230px;
  max-height: 100vh;
  position: sticky;
  overflow-y: scroll;
  scrollbar-width: none;
  top: 16px;
  background-color: transparent;
  display: flex;
  padding-bottom: 117px;
  flex-direction: column;
  color: rgb(56, 56, 61);
  font-size: 14px;
  line-height: 20px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.home-main-left-wrapper {
  position: relative;
  display: flex;
  margin-bottom: 16px;
  padding: 12px 8px;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
}
.home-main-left-title {
  margin-bottom: 8px;
  padding-left: 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: rgb(39, 39, 42);
}
.home-main-dm-block {
  display: flex;
  padding: 7px 16px;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}
.home-main-dm-block:hover {
  background-color: rgba(39, 39, 42, 0.12);
}
.home-main-dm-left {
  flex: 0 0 32px;
  height: 32px;
  margin-right: 8px;
  line-height: 0;
}
.home-main-dm-right {
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: rgb(39, 39, 42);
}
.home-main-right {
  width: calc(100% - 254px);
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.home-main-right-wrapper {
  padding: 16px;
  display: flex;
  flex-direction: column;
  background: rgb(255, 255, 255);
  gap: 12px;
  border-radius: 8px;
}
.home-main-banner-slick-item {
  display: block;
}
.home-main-banner-slick-item > img {
  padding: 0 4px;
  border-radius: 12px;
}
.home-main-banner-slick .slick-dots li {
  margin: 0 3px;
}
.home-main-banner-slick .slick-slide {
  padding: 0;
}
.slick-dots li.slick-active button, .slick-dots li.slick-active button:hover {
  background-color: rgb(10, 104, 255);
}
.home-main-voucher-contain {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 8px;
  align-self: stretch;
  justify-items: center;
}
.home-main-voucher-item {
  display: flex;
  width: 100px;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  gap: 8px;
}
.home-main-voucher-item-img-div {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 35%;
  overflow: hidden;
  box-sizing: content-box;
}
.home-main-voucher-item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: rgb(39, 39, 42);
  text-align: center;
  text-overflow: ellipsis;
  min-height: 21px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: capitalize;
}
.top-deal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.view-all-a {
  font-weight: 500;
  font-size: 15px;
  line-height: 150%;
  color: rgb(10, 104, 255);
  text-decoration: none;
}
.home-main-top-deal-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-box {
  display: flex;
  color: rgb(36, 36, 36);
  text-decoration: none;
  flex-direction: column;
  border: 1px solid rgb(235, 235, 240);
  border-radius: 8px;
  background: rgb(255, 255, 255);
  overflow: hidden;
  position: relative;
}
.product-box:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
  z-index: 1;
}
.product-item-img-div {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.product-item-day {
  background: rgb(217, 56, 67);
  color: rgb(255, 240, 241);
  border: 1px solid rgb(255, 255, 255);
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  height: 20px;
  padding: 2px 4px;
  border-radius: 6px;
  font-size: 10px;
  line-height: 150%;
}
.product-item-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.product-item-info {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 8px;
  gap: 20px;
  flex: 1 1 0%;
}
.product-item-info-box1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-name-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
  color: var(--Alias-Primary---On-Theme, #27272a);
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  margin: 0px;
  word-break: break-word;
}
.product-star-div > i {
 font-size: 9px;
 color: rgb(255, 196, 0);
}
.product-price {
  color: rgb(255, 66, 78);
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
}
.product-price-discount-div {
  display: flex;
  gap: 4px;
}
.product-price-discount-percent {
  display: flex;
  padding: 0px 4px;
  align-items: flex-start;
  border-radius: 8px;
  background: var(--Alias-Theme-Variant, #f5f5fa);
  color: var(--Alias-Primary---On-Theme, #27272a);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.product-price-discount {
  color: var(--Alias-Secondary---On-Theme, #808089);
  font-family: Inter;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: line-through;
}
.product-star-div {
  line-height: 0px;
}
.product-item-info-box2 {
  display: flex;
  gap: 4px;
  border-top: 1px solid rgb(235, 235, 240);
  padding-top: 6px;
  -webkit-box-align: center;
  align-items: center;
}
.product-item-info-box2 > span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0px;
  overflow: hidden;
  color: var(--Alias-Secondary---On-Theme, #808089);
  text-overflow: ellipsis;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.flash-sale-wrapper {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  cursor: pointer;
}
.flash-sale-title {
  margin-right: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: rgb(39, 39, 42);
}
.count-down-wrapper {
  display: flex;
  align-items: center;
}
.countdown-num {
  font-size: 14px;
  font-weight: 700;
  background-color: rgb(255, 66, 78);
  border-radius: 4px;
  color: white;
  width: 26px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.countdown-semicolon {
  margin: 0 4px;
  font-weight: 700;
  color: #444;
}

/********     nut arrow left, right custom theo SVG     ********/
.home-main-product-slick .slick-slide {
  padding: 0 4px;
}
.shopee-svg-icon {
  height: 14px;
  width: 14px;
  color: rgb(10, 104, 255);
  fill: currentColor;
}
.carousel-arrow {
  position: absolute;
  top: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
  background-color: white;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px;
}
.carousel-arrow--prev {
  left: 12px;
}
.carousel-arrow--next {
  right: 6px;
}
/********     nut arrow left, right custom theo SVG     ********/

.home-main-flash-sale-item {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.flash-sale-discount {
  position: absolute;
  top: 4px;
  left: 4px;
  padding: 2px;
  background: rgb(255, 219, 222);
  border-radius: 4px;
  color: rgb(255, 66, 78);
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  z-index: 2;
}
.flash-sale-price {
  min-height: 24px;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: rgb(255, 66, 78);
  margin: 8px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.flash-sale-qty {
  background-color: rgb(255, 170, 175);
  color: rgb(255, 255, 255);
  border-radius: 10px;
  position: relative;
  display: flex;
  width: 100%;
  height: 16px;
}
.flash-sale-progress {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgb(255, 66, 78);
  height: 16px;
  border-radius: 10px;
  min-width: 16px;
}
.flash-sale-qty > span {
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  padding: 0px 0px 0px 6px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  text-align: center;
}
.home-main-thuong-hieu-wrapper {
  background: linear-gradient(rgba(255, 255, 255, 0) 22.49%, rgb(255, 255, 255) 73.49%), linear-gradient(264.03deg, rgb(220, 229, 251) -10.27%, rgb(234, 236, 255) 35.65%, rgb(213, 236, 253) 110.66%);
}
.home-main-thuong-hieu-nb-item {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--Alias-Outline-Overlay, rgba(0, 0, 0, 0.05));
  overflow: hidden;
}
.home-main-thuong-hieu-nb-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}
.home-main-thuong-hieu-tuan-contain {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: row;
  gap: 12px;
}
.home-main-right-show-wrapper {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  background: rgb(245, 245, 250);
  padding: 0px 0px 16px;
  border-radius: 0px 0px 4px 4px;
}
.home-main-right-show-product-contain {
  display: grid;
  align-self: stretch;
  gap: 8px;
  background-color: rgb(245, 245, 250);
  border-top: 1px solid rgb(242, 242, 242);
  grid-template-columns: repeat(6, 1fr);
}
.home-main-right-show-first-item {
  grid-column: span 2;
}
.home-main-right-show-xem-them {
  cursor: pointer;
  display: inline-block;
  width: 240px;
  margin-top: 12px;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid rgb(10, 104, 255);
  color: rgb(10, 104, 255);
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}
.home-main-right-show-xem-them:hover {
  background-color: rgba(0, 96, 255, 0.12);
  opacity: 1;
}

/* Modal login */
.modal-login-dialog {
  max-width: 800px;
  margin-top: 80px;
}
.modal-login-dialog .modal-content {
  background-color:unset;
  border: unset;
}
.modal-login-close-btn {
  position: absolute;
  z-index: 1;
  top: -12px;
  right: -12px;
  background-color: white;
  padding: 8px;
  border-radius: 50%;
  opacity: 1;
}
.modal-login-contain {
  display: flex;
  padding: 0;
}
.modal-login-box-left {
  width: 500px;
  padding: 40px 45px 24px;
  background: rgb(255, 255, 255);
  border-radius: 20px 0px 0px 20px;
}
.modal-login-box-right {
  background: rgb(222, 235, 255);
  width: 300px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  border-radius: 0px 20px 20px 0px;
}
.modal-login-box-right-info {
  margin: 30px 0px 0px;
  text-align: center;
}
.modal-login-box-right-info > h4 {
  margin: 0px 0px 5px;
  color: rgb(10, 104, 255);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.modal-login-box-right-info > span {
  font-size: 14px;
  color: rgb(10, 104, 255);
  font-weight: 400;
  line-height: 20px;
}
.modal-login-box-left-head {
  margin-bottom: 20px;
}
.modal-login-box-left-head > h4 {
  margin: 0px 0px 10px;
  font-size: 24px;
  font-weight: 500;
}
.modal-login-box-left-head > p {
  margin: 0px;
  font-size: 15px;
}
.modal-login-box-left-input-div {
  position: relative;
  z-index: 1;
}
.modal-login-box-left-input-div::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-bottom: 1px solid rgb(224, 224, 224);
}
.modal-login-box-left-input-div > input {
  width: 100%;
  padding: 10px 0px;
  border: none;
  font-size: 24px;
  color: rgb(36, 36, 36);
  outline: none;
}
.modal-login-label {
  margin-top: 16px;
  display: flex;
  align-items: start;
}
.modal-login-label > span {
  font-size: 12px;
  color: rgb(39, 39, 42);
  line-height: 16px;
  font-weight: 500;
  position: relative;
  bottom: 2px;
  margin-left: 8px;
}
.modal-login-label > span a {
  text-decoration: none;
  color: rgb(10, 104, 255);
}
.modal-login-contain form button {
  margin: 30px 0px 10px;
  outline: none;
  border-radius: 4px;
  background: rgb(255, 66, 78);
  padding: 13px 0px;
  width: 100%;
  color: rgb(255, 255, 255);
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.modal-login-contain form button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.modal-login-with-email {
  margin: 10px 0px 0px;
  text-align: center;
  color: rgb(13, 92, 182);
  cursor: pointer;
}
.modal-login-other {
  text-align: center;
  margin: 80px 0px 0px;
}
.modal-login-other-social-head {
  margin: 0px 0px 15px;
  position: relative;
}
.modal-login-other-social-head::before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgb(242, 242, 242);
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.modal-login-other-social-head > span {
  font-size: 15px;
  color: rgb(120, 120, 120);
  display: inline-block;
  background: rgb(255, 255, 255);
  padding: 0px 20px;
  position: relative;
  z-index: 2;
}
.modal-login-other-social-body {
  display: flex;
  flex-direction: row;
  padding: 0px;
  margin: 0px 0px 10px;
  list-style: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.modal-login-other-social-item {
  margin: 0px 10px;
}
.modal-login-other.is-disabled .modal-login-other-social-item {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}





/* FOOTER */
.footer {
  margin-top: 16px;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: rgb(128, 128, 137);
  background-color: white;
}
.footer-box1 {
  padding: 16px 0;
}
.footer-seperator {
  height: 1px;
  background-color: rgb(235, 235, 240);
}
.footer-box2 {
  padding: 0 16px;
}
.footer-contain1 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 16px;
}
.footer-contain1-block {
  width: 226px;
}
.footer-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: rgb(56, 56, 61);
  margin-bottom: 12px;
  margin-top: 0px;
}
.footer-link-a {
  display: block;
  margin-bottom: 9px;
  color: rgb(128, 128, 137);
}
.footer-chung-nhan {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-pttt > p > span, .footer-pttt > p > a {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  vertical-align: middle;
  width: 32px;
  height: 32px;
}
.footer-pttt > p > span.vnpay > svg {
  width: 32px;
  height: 32px;
}
.footer-tai-ung-dung {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.footer-tai-ung-dung-wrapper {
  display: flex;
  gap: 8px;
}
.footer-contain2 {
  padding: 0 16px;
}
.footer-contain3 {
  padding: 16px 0px;
}
.footer-danh-muc-sp-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 20px;
}
.footer-danh-muc-sp-a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: rgb(128, 128, 137);
  margin-bottom: 4px;
  margin-top: 0px;
}




.d-50 {
  width: 46%;
}



/* menu mobile layout */
.edu-mobile-menu-layout {
  position: fixed;
  top: 0;
  left: -85%;
  width: 85%;
  height: 100%;
  transition: all ease .35s;
  background-color: white;
  z-index: 201;
  overflow: auto;
}
.edu-mobile-menu-layout.active {
  left: 0;
}
.edu-mobile-menu-black-screen {
  position: fixed;
  top: 0;
  right: -15%;
  width: 15%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 201;
  transition: all ease .35s;
}
.edu-mobile-menu-black-screen.active {
  right: 0;
}
.edu-mobile-logo-layout {
  max-height: 40px;
}
.edu-mobile-menu-layout-head {
  height: 8%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #eee;
}
.edu-mobile-menu-close {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.75em;
  color: #28a745;
}
.edu-mobile-menu-layout-body {
  height: 74%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
}
.edu-mobile-menu-layout-foot {
  height: 18%;
  background-color: #2c3238;
  color: white;
  font-size: 1.25em;
  padding: 10px;
}
.color-orange {
  color: orange;
}
.edu-mobile-menu-mail-icon {
  font-size: 10px;
}
.edu-mobile-menu-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.edu-mobile-menu-ul >li > a > i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #1196cc;
}
.edu-mobile-menu-ul > li > a {
  padding: 4px 0;
  padding-left: 24px;
  position: relative;
}
.edu-mobile-submenu {
  display: none;
}
.edu-mobile-menu-ul li .edu-mobile-submenu {
  padding: 0;
  margin: 0;
  padding-left: 20px;
}
.edu-mobile-menu-ul li {
  position: relative;
  padding: 4px 0;
}
.edu-mobile-menu-ul li .edu-mobile-submenu li {
  list-style: none;
}
.edu-mobile-menu-ul li .edu-mobile-submenu li::before{
  content: "\2023";
  color: #1196cc;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: absolute;
}
.edu-menu-show-btn {
  position: absolute;
  top: 6px;
  right: 0;
  transition: all ease .5s;
  z-index: 1;
  font-size: 18px;
  color: #777;
}
.edu-menu-show-btn.active {
  transform: rotateZ(180deg);
}
/* END menu mobile layout END */


.hidden-pc {
  display: none;
}


/* responsive */
@media only screen and (max-width:1080px) {
  
}

@media only screen and (max-width:800px) {
  .menu-item:not(:last-child) {
    margin-right: 10px;
  }
}

@media only screen and (max-width:640px) {
  .menu-item:not(:last-child) {
    margin-right: 5px;
  }
}

@media only screen and (max-width:500px) {
  .hidden-mb {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  .archive-mb-respon {
    width: 100%;
  }
  .mb-center {
    text-align: center;
    margin-bottom: 20px;
  }
  .d-50 {
    width: 100%;
  }
  .form-mb-marbot, .form-marbot {
    margin-bottom: 20px;
  }
  .edu-mobile-menu-icon-size {
    font-size: 1.5rem;
  }
}