/* cyrillic-ext */
@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/yesevaone/v15/OpNJno4ck8vc-xYpwWWxliBVWzfAw0blNQ.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/yesevaone/v15/OpNJno4ck8vc-xYpwWWxlilVWzfAw0blNQ.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/yesevaone/v15/OpNJno4ck8vc-xYpwWWxliJVWzfAw0blNQ.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/yesevaone/v15/OpNJno4ck8vc-xYpwWWxliNVWzfAw0blNQ.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/yesevaone/v15/OpNJno4ck8vc-xYpwWWxli1VWzfAw0Y.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

.heading-bar__title {
  font-family: var(--font-serif); }

@media (max-width: 767px) {
  .mid-header:after {
    content: '';
    width: 100%;
    position: absolute;
    background: var(--header-background);
    height: 200px;
    z-index: -1;
    clip-path: ellipse(100% 55% at 48% 44%);
    margin-top: 0;
    transform-origin: center center; } }

.home-slider {
  max-width: 100%;
  overflow: hidden; }
  .home-slider .lazyload:not(.loaded) {
    width: 100%; }
  .home-slider .items {
    flex: 0 0 100%;
    overflow: hidden; }
  .home-slider .slick-arrow.slick-prev {
    left: 10px; }
  .home-slider .slick-arrow.slick-next {
    right: 10px; }
  .home-slider .slick-slide img {
    margin: auto; }

.section_brand .item {
  padding: 10px;
  margin: auto;
  text-align: center; }

.section_brand .item > a {
  --deg: 100deg;
  --start-color: #fff;
  width: 120px;
  height: 120px;
  display: block;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  /*border: 5px solid transparent;*/
  margin: auto;
  transition: all 0.3s ease-out;
  overflow: hidden; }

.section_brand .item > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(var(--deg), var(--start-color) 70%, #fff);
  background: linear-gradient(var(--deg), var(--start-color) 70%, #fff);
  z-index: 0;
  border-radius: 100%; }

.section_brand .item > a:hover {
  /*border-color: var(--primary-color) */
  --start-color: var(--primary-color); }
  .section_brand .item > a:hover:before {
    animation: rotate 3s infinite linear;
    -webkit-animation: rotate 3s infinite linear; }

.section_brand img {
  z-index: 1;
  position: relative; }

.section_brand .item img {
  transition: transform 0.3s ease-out;
  border-radius: 100%;
  border: 1px solid #eee; }

.section_brand .item > a:hover img {
  transform: scale(0.94);
  border: 0px solid #fff; }

.section_brand .item h3 a {
  font-size: 1rem; }
  .section_brand .item h3 a:hover {
    color: var(--primary-color); }

.section_brand .row {
  overflow: auto; }

.section_brand .row::-webkit-scrollbar {
  display: none; }

@media (max-width: 768px) {
  .section_brand .item {
    width: 25%;
    flex: 0 0 25%; } }

@media (max-width: 567px) {
  .section_brand .item {
    width: 150px;
    flex: 0 0 150px; } }

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

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

.ega-badge-ctd {
  display: flex;
  align-items: center; }

.ega-badge-ctd__item {
  border-radius: 3px;
  margin: auto 6px;
  color: var(--countdown-color);
  background-color: var(--countdown-background);
  text-align: center;
  display: flex;
  place-items: center;
  place-content: center;
  width: 24px;
  height: 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px; }
  .ega-badge-ctd__item + span {
    display: none; }

.ega-badge-ctd__colon {
  font-weight: bold;
  font-size: 14px;
  color: var(--countdown-background); }

.ega-badge-ctd__s {
  margin-right: 0px; }

.flashsale {
  --background-color: #f4ebc1;
  --countdown-background: #d3232a;
  --countdown-color: #fff;
  background: var(--background-color, transparent);
  padding: 10px;
  border-radius: 5px; }
  @media (max-width: 575px) {
    .flashsale {
      padding: 0px; } }
  .flashsale__title {
    display: flex;
    align-items: center; }
  @media (max-width: 575px) {
    .flashsale__header {
      flex-direction: column;
      justify-content: center;
      margin: auto; } }
  .flashsale__countdown-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 15px; }
    @media (max-width: 575px) {
      .flashsale__countdown-wrapper {
        flex-direction: column;
        margin: auto; } }
  .flashsale__countdown-label {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .flashsale__countdown-label {
        margin-bottom: 4px; } }
  .flashsale__bottom {
    padding: 10px; }
  .flashsale__progressbar {
    display: block;
    width: 100%;
    height: 5px;
    background: #f4f4f4;
    margin-top: 5px;
    border-radius: 4px;
    position: relative;
    /*	&:after{
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 0;
		background: var(--countdown-background);
		opacity: 0.2;
	}*/ }
    @media (min-width: 768px) {
      .flashsale__progressbar {
        height: 8px; } }
  .flashsale___percent {
    width: 0%;
    height: 100%;
    background: var(--countdown-background);
    border-radius: 4px; }

.section_product_top .tab-content.current .row,
.flashsale .row {
  --limit-column: 5; }
  @media (max-width: 767px) {
    .section_product_top .tab-content.current .row,
    .flashsale .row {
      display: grid;
      grid-template-rows: 1fr;
      margin: 0px;
      grid-template-columns: repeat(var(--limit-column), 40%);
      overflow: auto;
      align-items: flex-start;
      justify-content: start;
      grid-gap: 5px;
      grid-template-columns: repeat(var(--limit-column), var(--percent));
      grid-template-columns: 1fr 1fr;
      overflow: hidden; }
      .section_product_top .tab-content.current .row::-webkit-scrollbar,
      .flashsale .row::-webkit-scrollbar {
        display: none; }
      .section_product_top .tab-content.current .row,
      .flashsale .row {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */ }
      .section_product_top .tab-content.current .row .col-12,
      .flashsale .row .col-12 {
        padding: 5px; }
      .section_product_top .tab-content.current .row.one-row,
      .flashsale .row.one-row {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto; }
        .section_product_top .tab-content.current .row.one-row > div,
        .flashsale .row.one-row > div {
          flex: 0 0 65%;
          max-width: 65%; } }

.slick-pro-banner,
.slick-new:not(.slick-slider) {
  display: flex;
  align-items: start;
  overflow-x: auto;
  flex-wrap: nowrap; }
  .slick-pro-banner::-webkit-scrollbar,
  .slick-new:not(.slick-slider)::-webkit-scrollbar {
    display: none; }
  .slick-pro-banner,
  .slick-new:not(.slick-slider) {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
  .slick-pro-banner .col-5,
  .slick-new:not(.slick-slider) .col-5 {
    padding: 5px; }

.section_banner_coll .row {
  overflow-x: auto;
  flex-wrap: nowrap; }
  .section_banner_coll .row::-webkit-scrollbar {
    display: none; }
  .section_banner_coll .row {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }

.banner_col {
  order: -1; }
  @media (min-width: 768px) {
    .banner_col.right {
      order: 1; } }

.home-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .home-news .news-item {
    --blog-bg: #effaff; }
  @media (max-width: 991px) {
    .home-news-slider .news-item {
      background: var(--blog-bg); } }
  .home-news-slider:not(.slick-slider) {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto; }
    .home-news-slider:not(.slick-slider)::-webkit-scrollbar {
      display: none; }
    .home-news-slider:not(.slick-slider) {
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
      /* Firefox */ }
    .home-news-slider:not(.slick-slider) .news-item {
      max-width: 100%;
      flex: 0 0 100%; }
      @media (max-width: 767px) {
        .home-news-slider:not(.slick-slider) .news-item {
          max-width: 90%;
          flex: 0 0 90%;
          border-radius: 20px; }
          .home-news-slider:not(.slick-slider) .news-item + .news-item {
            margin-left: 10px; } }
  .home-news__img {
    width: calc(60% - 40px);
    overflow: hidden; }
    .home-news__img:before {
      padding-top: calc(100% * 442 / 760); }
    .home-news__img img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      max-width: 100%;
      max-height: 100%;
      border-radius: 20px; }
    .home-news__img img.lazyload:not(.loaded) {
      width: 100%;
      height: 100%; }
    @media (max-width: 991px) {
      .home-news__img {
        width: calc(60% - 20px);
        width: 100%;
        margin-bottom: 10px;
        border-radius: 20px 20px 0px 0px;
        overflow: hidden; }
        .home-news__img img {
          border-radius: 0px; } }
  .home-news__info {
    width: 40%;
    background: var(--blog-bg);
    border-radius: 20px;
    padding: 15px 45px; }
    @media (max-width: 991px) {
      .home-news__info {
        width: 100%;
        padding: 15px; } }
    .home-news__info .news-content {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
      .home-news__info .news-content h3 a:hover {
        color: var(--primary-color); }
      @media (max-width: 767px) {
        .home-news__info .news-content h3 {
          font-size: 1.25rem; } }
