@charset "UTF-8";
.section-home-slider {
  padding-top: 0;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0; }
  .section-home-slider .slider-item {
    position: relative; }
    .section-home-slider .slider-item a {
      transition: 0s; }
    .section-home-slider .slider-item .owl-lazy {
      transition: opacity 0.3s ease; }
  .section-home-slider .slider-item.item-video .slide--frame {
    opacity: 0;
    transition: opacity 0.3s ease 0.15s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .section-home-slider .slider-item.item-video .slide--frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none; }
  .section-home-slider .slider-item.item-video .slide--mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    background: rgba(0, 0, 0, 0.01); }
  .section-home-slider .slider-item.item-video .slide--yticon {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(255, 255, 255, 0);
    width: 50px;
    height: 42px;
    border: 0;
    outline: none; }
    .section-home-slider .slider-item.item-video .slide--yticon svg {
      fill: #ffffff;
      width: 32px;
      height: 100%; }
  .section-home-slider .slider-item.item-video .slide--frame iframe + .slide--yticon {
    opacity: 1; }
  .section-home-slider .owl-item.active .slider-item.item-video .slide--frame {
    opacity: 1; }
  .section-home-slider .owl-carousel:not(.owl-loaded) {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    overflow: hidden; }
  .section-home-slider .owl-carousel:not(.owl-loaded) .slider-item {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%; }
  .section-home-slider .owl-carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 20px);
    padding: 0;
    opacity: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    text-align: center;
    color: #524FA1;
    background-color: #fff;
    border: 1px solid #524FA1;
    outline: none;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center; }
    .section-home-slider .owl-carousel .owl-nav button.owl-prev {
      left: 30px; }
    .section-home-slider .owl-carousel .owl-nav button.owl-next {
      right: 30px; }
    .section-home-slider .owl-carousel .owl-nav button svg {
      width: 20px;
      height: 20px; }
  .section-home-slider .owl-carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 15px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .section-home-slider .owl-carousel .owl-dots .owl-dot {
      margin: 0 3px;
      outline: 0; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot span {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #fff;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      transition: all 0.4s; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot.active {
      border-radius: 5px;
      width: 23px;
      background: #20C4F4; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot.active span {
      background: #20C4F4; }
  .section-home-slider:hover .owl-nav button {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  @media (max-width: 767px) {
    .section-home-slider .owl-carousel .owl-dots {
      bottom: 5px; } }

@-webkit-keyframes float {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-8px); }
  to {
    transform: translateY(0); } }

@keyframes float {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-8px); }
  to {
    transform: translateY(0); } }

/* Home intro */
.section-home-intro {
  padding: 60px 0;
  background: linear-gradient(180deg, #E9FAFF 0%, #FFF 58.92%); }
  .section-home-intro .section-home-intro-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .section-home-intro .home-intro {
    flex: 0 0 40%;
    max-width: 40%; }
    .section-home-intro .home-intro--titles {
      margin-bottom: 20px; }
      .section-home-intro .home-intro--titles h2 {
        color: #524FA1;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        font-size: 38px;
        margin-bottom: 16px; }
    .section-home-intro .home-intro--content {
      font-size: 16px;
      color: #424242; }
      .section-home-intro .home-intro--content p {
        margin-bottom: 0; }
      .section-home-intro .home-intro--content p + p {
        margin-top: 16px; }
    .section-home-intro .home-intro--action {
      margin-top: 30px; }
      .section-home-intro .home-intro--action a {
        display: inline-flex;
        align-items: center;
        letter-spacing: -0.08px;
        font-weight: 500;
        color: #FFF;
        font-size: 18px;
        background: #524FA1;
        padding: 10px 22px 10px 16px;
        border-radius: 40px;
        font-family: 'SVN-Gilroy'; }
        .section-home-intro .home-intro--action a svg {
          width: 24px;
          height: 24px;
          margin-left: 4px;
          right: 0px;
          position: relative;
          fill: #FFF;
          transition: all 0.5s ease; }
          .section-home-intro .home-intro--action a svg path {
            fill: #FFF; }
        .section-home-intro .home-intro--action a:hover {
          background: #20C4F4; }
          .section-home-intro .home-intro--action a:hover svg {
            right: -6px; }
  .section-home-intro .home-intro-banner {
    flex: 0 0 50%;
    max-width: 50%; }
  @media (max-width: 991.98px) {
    .section-home-intro {
      padding: 40px 0; }
    .section-home-intro .home-intro {
      flex: 0 0 100%;
      max-width: 100%; }
      .section-home-intro .home-intro--titles h2 {
        font-size: 24px; }
      .section-home-intro .home-intro--content {
        font-size: 14px; }
    .section-home-intro .home-intro-banner {
      flex: 0 0 100%;
      max-width: 100%;
      margin-top: 30px; } }

/* Why us */
.home-whyus {
  padding: 60px 0;
  background: linear-gradient(0deg, #E9FAFF -42.61%, #ffffff 36.3%); }
  .home-whyus h2 {
    color: #524FA1;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px; }
  .home-whyus .home-whyus-lists {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 93px; }
    .home-whyus .home-whyus-lists .item {
      flex: 0 0 calc((100%/4) - ((93px / 4) * 3));
      max-width: calc((100%/4) - ((93px / 4) * 3));
      display: flex;
      gap: 23px;
      flex-direction: column;
      align-items: center; }
      .home-whyus .home-whyus-lists .item .item-image img {
        width: 213px;
        border-radius: 213px;
        border: 3px solid #BFF1FF; }
      .home-whyus .home-whyus-lists .item .item-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 9px; }
        .home-whyus .home-whyus-lists .item .item-content .title1 {
          color: #424242;
          text-align: center;
          font-size: 20px;
          font-weight: 700;
          margin: 0; }
        .home-whyus .home-whyus-lists .item .item-content .title2 {
          color: #20C4F4;
          text-align: center;
          font-size: 20px;
          font-weight: 700;
          margin: 0; }
    @media (max-width: 991.98px) {
      .home-whyus .home-whyus-lists {
        gap: 30px; }
        .home-whyus .home-whyus-lists .item {
          flex: 0 0 calc(50% -  15px);
          max-width: calc(50% -  15px); } }

/* Category */
#section-home-category {
  padding: 60px 0; }
  #section-home-category .slider-category.owl-carousel .owl-nav button {
    top: 40%;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%); }
    #section-home-category .slider-category.owl-carousel .owl-nav button.owl-prev {
      left: -21px; }
    #section-home-category .slider-category.owl-carousel .owl-nav button.owl-next {
      right: -21px; }
  #section-home-category .item-category {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    position: relative; }
    #section-home-category .item-category .media-category {
      border-radius: 16px;
      border: 1px solid #524FA1;
      background: #FFF;
      padding: 28px 21px;
      width: 100%;
      position: relative; }
      #section-home-category .item-category .media-category a {
        padding-bottom: calc((250/183) * 100%);
        position: relative;
        width: 100%;
        display: block; }
        #section-home-category .item-category .media-category a img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
    #section-home-category .item-category .title-category {
      text-align: center;
      padding: 0; }
      #section-home-category .item-category .title-category h4 {
        color: #524FA1;
        font-size: 18px;
        font-weight: 500;
        margin: 0; }
        #section-home-category .item-category .title-category h4 a {
          color: #524FA1; }
    #section-home-category .item-category:hover .media-category {
      border: 1px solid #20C4F4; }
    #section-home-category .item-category:hover .title-category h4 {
      color: #20C4F4; }
      #section-home-category .item-category:hover .title-category h4 a {
        color: #20C4F4; }
  @media (min-width: 1200px) {
    #section-home-category .owl-carousel:not(.owl-loaded) {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      overflow: hidden; }
    #section-home-category .owl-carousel:not(.owl-loaded) .item-category {
      -webkit-flex: 0 0 calc((100% - 16px) / 6);
      flex: 0 0 calc((100% - 16px) / 6);
      max-width: calc((100% - 16px) / 6);
      margin-right: 16px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    #section-home-category .owl-carousel:not(.owl-loaded) {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      overflow: hidden; }
    #section-home-category .owl-carousel:not(.owl-loaded) .item-category {
      -webkit-flex: 0 0 calc((100% - 16px) / 4);
      flex: 0 0 calc((100% - 16px) / 4);
      max-width: calc((100% - 16px) / 4);
      margin-right: 16px; } }
  @media (max-width: 991px) {
    #section-home-category .owl-carousel:not(.owl-loaded) {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex; }
    #section-home-category .owl-carousel:not(.owl-loaded) .item-category {
      -webkit-flex: 0 0 calc((100% - 16px) / 2);
      flex: 0 0 calc((100% - 16px) / 2);
      max-width: calc((100% - 16px) / 2);
      margin-right: 16px; }
    #section-home-category .slider-category.owl-carousel .owl-nav button.owl-prev {
      left: -15px; }
    #section-home-category .slider-category.owl-carousel .owl-nav button.owl-next {
      right: -15px; } }

/* Flashsale */
.home-flashsale {
  padding: 60px 0; }
  .home-flashsale .home-flashsale-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px; }
    .home-flashsale .home-flashsale-head .home-flashsale-title {
      display: flex;
      align-items: center;
      gap: 29px; }
      .home-flashsale .home-flashsale-head .home-flashsale-title .home-flashsale-logo {
        max-width: 200px; }
    .home-flashsale .home-flashsale-head .flashsale-countdown {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      border-radius: 4px; }
      .home-flashsale .home-flashsale-head .flashsale-countdown span {
        padding: 4px 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #fff;
        border-radius: 4px;
        font-size: 18px;
        font-weight: 700;
        color: #524FA1;
        position: relative; }
        .home-flashsale .home-flashsale-head .flashsale-countdown span:not(:last-child):after {
          content: ':';
          position: absolute;
          right: -7px;
          top: 0;
          z-index: 99;
          color: #fff;
          bottom: 0;
          height: 100%;
          display: flex;
          align-items: center; }
    .home-flashsale .home-flashsale-head .home-flashsale-viewmore a {
      display: inline-flex;
      align-items: center;
      letter-spacing: -0.08px;
      font-weight: 500;
      color: #524FA1;
      font-size: 18px;
      background: #fff;
      padding: 10px 22px 10px 16px;
      border-radius: 40px;
      font-family: 'SVN-Gilroy'; }
      .home-flashsale .home-flashsale-head .home-flashsale-viewmore a svg {
        width: 24px;
        height: 24px;
        margin-left: 4px;
        right: 0px;
        position: relative;
        fill: #524FA1;
        transition: all 0.5s ease; }
        .home-flashsale .home-flashsale-head .home-flashsale-viewmore a svg path {
          fill: #524FA1; }
      .home-flashsale .home-flashsale-head .home-flashsale-viewmore a:hover {
        background: #20C4F4;
        color: #fff; }
        .home-flashsale .home-flashsale-head .home-flashsale-viewmore a:hover svg {
          right: -6px;
          fill: #fff; }
          .home-flashsale .home-flashsale-head .home-flashsale-viewmore a:hover svg path {
            fill: #fff; }
  .home-flashsale .home-flashsale-wrap {
    border-radius: 8.26px;
    background: linear-gradient(148deg, #2C26CC -9.62%, #00C5FF 91.89%);
    position: relative;
    padding: 52px 34px;
    overflow: hidden; }
    .home-flashsale .home-flashsale-wrap:after {
      content: '';
      background: url(https://cdn.hstatic.net/files/200001032624/file/clound__1_.png) 50%/cover no-repeat;
      position: absolute;
      bottom: -50%;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 30%;
      z-index: 20;
      background-position: top; }
  .home-flashsale .home-flashsale-slider {
    position: relative;
    z-index: 21; }
    .home-flashsale .home-flashsale-slider .product-loop .proloop-detail {
      padding: 9px 14px 20px 14px; }
    .home-flashsale .home-flashsale-slider.owl-carousel .owl-nav button {
      position: absolute;
      width: 42px;
      height: 42px;
      border-radius: 40px;
      border: 1px solid #524FA1;
      background: #fff;
      backdrop-filter: blur(5px);
      transition: all 0.5s ease;
      top: 50%;
      transform: translateY(-50%); }
      .home-flashsale .home-flashsale-slider.owl-carousel .owl-nav button svg {
        fill: #524FA1;
        width: 18px;
        height: 16px; }
        .home-flashsale .home-flashsale-slider.owl-carousel .owl-nav button svg path {
          fill: #524FA1; }
      .home-flashsale .home-flashsale-slider.owl-carousel .owl-nav button.owl-prev {
        left: -21px; }
      .home-flashsale .home-flashsale-slider.owl-carousel .owl-nav button.owl-next {
        right: -21px; }
    @media (min-width: 992px) {
      .home-flashsale .home-flashsale-slider .owl-carousel:not(.owl-loaded) {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        overflow: hidden; }
      .home-flashsale .home-flashsale-slider .owl-carousel:not(.owl-loaded) > div {
        -webkit-flex: 0 0 calc((100% - 16px) / 4);
        flex: 0 0 calc((100% - 16px) / 4);
        max-width: calc((100% - 16px) / 4);
        margin-right: 16px; } }
    @media (max-width: 991.98px) {
      .home-flashsale .home-flashsale-slider .owl-carousel:not(.owl-loaded) {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex; }
      .home-flashsale .home-flashsale-slider .owl-carousel:not(.owl-loaded) > div {
        -webkit-flex: 0 0 calc((100% - 16px) / 2);
        flex: 0 0 calc((100% - 16px) / 2);
        max-width: calc((100% - 16px) / 2);
        margin-right: 16px; }
      .home-flashsale .home-flashsale-slider.owl-carousel .owl-nav button.owl-prev {
        left: -16px; }
      .home-flashsale .home-flashsale-slider.owl-carousel .owl-nav button.owl-next {
        right: -16px; } }
  @media (max-width: 991.98px) {
    .home-flashsale .home-flashsale-head {
      flex-direction: column;
      align-items: center;
      gap: 16px;
      margin-bottom: 30px; }
      .home-flashsale .home-flashsale-head .home-flashsale-title {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        gap: 16px; }
      .home-flashsale .home-flashsale-head .flashsale-countdown span {
        font-size: 16px; }
      .home-flashsale .home-flashsale-head .home-flashsale-viewmore a {
        font-size: 16px;
        padding: 5px 22px 5px 16px; }
    .home-flashsale .home-flashsale-wrap {
      padding: 30px 16px; } }

/* two banner */
#section-home-banner {
  padding-bottom: 60px; }
  #section-home-banner .home-banners-wrapper {
    display: flex;
    align-items: center;
    gap: 16px; }
    #section-home-banner .home-banners-wrapper .item-home-banner {
      flex: 0 0 calc(50% - 8px);
      max-width: calc(50% - 8px);
      border-radius: 8px; }

/* Home collection 1 */
.section-home-collection1 {
  padding-bottom: 60px; }
  .section-home-collection1 .sectionHeading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: inherit; }
    .section-home-collection1 .sectionHeading .viewmore a {
      display: inline-flex;
      align-items: center;
      letter-spacing: -0.08px;
      font-weight: 500;
      color: #FFF;
      font-size: 18px;
      background: #524FA1;
      padding: 10px 22px 10px 16px;
      border-radius: 40px;
      font-family: 'SVN-Gilroy'; }
      .section-home-collection1 .sectionHeading .viewmore a svg {
        width: 24px;
        height: 24px;
        margin-left: 4px;
        right: 0px;
        position: relative;
        fill: #FFF;
        transition: all 0.5s ease; }
        .section-home-collection1 .sectionHeading .viewmore a svg path {
          fill: #FFF; }
      .section-home-collection1 .sectionHeading .viewmore a:hover {
        background: #20C4F4; }
        .section-home-collection1 .sectionHeading .viewmore a:hover svg {
          right: -6px; }
  @media (max-width: 991.98px) {
    .section-home-collection1 {
      padding-bottom: 30px; }
      .section-home-collection1 .sectionHeading .viewmore a {
        font-size: 16px;
        padding: 5px 22px 5px 16px; } }

.home-collection-slider {
  position: relative; }
  .home-collection-slider.owl-carousel .owl-nav button.owl-prev {
    left: -21px; }
  .home-collection-slider.owl-carousel .owl-nav button.owl-next {
    right: -21px; }
  @media (min-width: 992px) {
    .home-collection-slider.owl-carousel:not(.owl-loaded) > div {
      -webkit-flex: 0 0 calc(25% - 12px);
      flex: 0 0 calc(25% - 12px);
      max-width: calc(25% - 12px);
      margin-right: 16px; } }
  @media (max-width: 991px) {
    .home-collection-slider.owl-carousel:not(.owl-loaded) > div {
      -webkit-flex: 0 0 calc(50% - 8px);
      flex: 0 0 calc(50% - 8px);
      max-width: calc(50% - 8px);
      margin-right: 16px; }
    .home-collection-slider.owl-carousel .owl-nav button.owl-prev {
      left: -10px; }
    .home-collection-slider.owl-carousel .owl-nav button.owl-next {
      right: -10px; } }

/* Home collection 2 */
.section-home-collection2 {
  padding-bottom: 60px; }
  .section-home-collection2 .sectionHeading {
    max-width: 920px;
    margin: 0 auto 23px; }
    .section-home-collection2 .sectionHeading h2 {
      margin-bottom: 23px; }
    .section-home-collection2 .sectionHeading .des {
      text-align: center;
      color: #000;
      font-size: 18px;
      font-weight: 400;
      line-height: 1.4;
      margin-bottom: 23px;
      font-family: 'SVN-Gilroy'; }
    .section-home-collection2 .sectionHeading .sectionTabs {
      border-radius: 40px;
      border: 1px solid #524FA1;
      padding: 10px;
      display: inline-flex;
      align-items: center;
      margin: 0 auto;
      gap: 10px; }
      .section-home-collection2 .sectionHeading .sectionTabs .item {
        display: flex;
        padding: 10px 16px;
        justify-content: center;
        align-items: center;
        font-family: 'SVN-Gilroy';
        color: #524FA1;
        font-size: 18px;
        font-weight: 500;
        cursor: pointer; }
        .section-home-collection2 .sectionHeading .sectionTabs .item.active, .section-home-collection2 .sectionHeading .sectionTabs .item:hover {
          border-radius: 35px;
          background: #524FA1;
          color: #fff; }
  .section-home-collection2 .wraplist-ctas {
    margin-top: 5px; }
    .section-home-collection2 .wraplist-ctas .btn-collection {
      padding: 10px 30px;
      font-size: 14px;
      border-radius: 4px;
      border: 1px solid; }
    .section-home-collection2 .wraplist-ctas .btn-collection svg {
      height: 16px;
      width: 20px;
      margin-left: 2px;
      fill: currentColor;
      overflow: hidden;
      margin-bottom: 1px; }
  @media (min-width: 992px) {
    .section-home-collection2 .wraplist-ctas .btn-collection:hover svg path {
      -webkit-animation: rightarrow 0.46s ease-out alternate infinite 0.2s;
      animation: rightarrow 0.46s ease-out alternate infinite 0.2s; } }
  @media (max-width: 991.98px) {
    .section-home-collection2 {
      padding-bottom: 30px; }
      .section-home-collection2 .sectionHeading .des {
        font-size: 16px; }
      .section-home-collection2 .sectionHeading .sectionTabs {
        gap: 5px;
        white-space: nowrap;
        overflow: auto;
        display: flex; }
        .section-home-collection2 .sectionHeading .sectionTabs .item {
          font-size: 14px;
          padding: 5px 10px; } }

/* Banner bottom */
.section-banner-bottom {
  padding-bottom: 60px; }
  .section-banner-bottom a {
    display: block;
    border-radius: 8px; }
  @media (max-width: 991.98px) {
    .section-banner-bottom {
      padding-bottom: 30px; } }

/* Feedback */
.section-feedback {
  padding: 40px 0; }
  .section-feedback .sectionHeading {
    margin-bottom: 25px; }
    @media (max-width: 767.98px) {
      .section-feedback .sectionHeading {
        padding-left: 15px;
        padding-right: 15px; } }
  .section-feedback .feedback-slider {
    position: relative; }
    .section-feedback .feedback-slider .swiper-slide {
      width: 70%;
      /* chiều rộng slide active */
      max-width: 800px;
      /* giới hạn cho đẹp */
      transition: all 0.4s ease;
      transform: scale(0.85);
      opacity: 0.5; }
      .section-feedback .feedback-slider .swiper-slide.swiper-slide-active {
        transform: scale(1);
        opacity: 1;
        z-index: 2; }
    .section-feedback .feedback-slider .feedback-card {
      border-radius: 8px;
      background: #FFF;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
      padding: 30px;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .section-feedback .feedback-slider .feedback-card .feedback-image {
        border-radius: 8px;
        flex: 0 0 400px;
        max-width: 400px;
        overflow: hidden; }
      .section-feedback .feedback-slider .feedback-card .feedback-content {
        padding-left: 30px;
        display: flex;
        flex-direction: column;
        gap: 18px;
        flex: 0 0 calc(100% - 400px);
        max-width: calc(100% - 400px); }
        .section-feedback .feedback-slider .feedback-card .feedback-content .quote-icon {
          margin: 0; }
          .section-feedback .feedback-slider .feedback-card .feedback-content .quote-icon svg {
            height: 48px; }
        .section-feedback .feedback-slider .feedback-card .feedback-content .feedback-quote {
          color: #000;
          font-size: 18px;
          font-weight: 400;
          line-height: 1.4;
          margin: 0; }
        .section-feedback .feedback-slider .feedback-card .feedback-content .feedback-rating {
          display: flex;
          align-items: center;
          gap: 1px;
          margin: 0; }
          .section-feedback .feedback-slider .feedback-card .feedback-content .feedback-rating svg {
            width: 18px;
            height: 18px; }
    .section-feedback .feedback-slider .feedback-button {
      border-radius: 50%;
      width: 55px;
      height: 55px;
      line-height: 53px;
      text-align: center;
      border: 1px solid #524FA1;
      background: #fff;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 20;
      cursor: pointer; }
      .section-feedback .feedback-slider .feedback-button.feedback-button-prev {
        left: 17%; }
      .section-feedback .feedback-slider .feedback-button.feedback-button-next {
        right: 17%; }
  @media (max-width: 991.98px) {
    .section-feedback .feedback-slider {
      padding-left: 15px;
      padding-right: 15px; }
      .section-feedback .feedback-slider .feedback-card {
        padding: 16px; }
        .section-feedback .feedback-slider .feedback-card .feedback-image {
          flex: 0 0 100%;
          max-width: 100%; }
          .section-feedback .feedback-slider .feedback-card .feedback-image img {
            width: 100%; }
        .section-feedback .feedback-slider .feedback-card .feedback-content {
          flex: 0 0 100%;
          max-width: 100%;
          padding: 30px 0 0 0; }
      .section-feedback .feedback-slider .feedback-button.feedback-button-prev {
        left: 0; }
      .section-feedback .feedback-slider .feedback-button.feedback-button-next {
        right: 0; } }

/* Distribution */
.section-distribution {
  padding: 60px 0; }
  .section-distribution .distribution-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center; }
    .section-distribution .distribution-lists .item {
      padding: 27px 24px;
      flex: 0 0 calc(25% - 6px);
      max-width: calc(25% - 6px); }
  @media (max-width: 991.98px) {
    .section-distribution {
      padding: 30px 0; }
      .section-distribution .distribution-lists .item {
        padding: 16px;
        flex: 0 0 calc(33.3333% - 5.33333334px);
        max-width: calc(33.3333% - 5.33333334px); } }
  @media (max-width: 767.98px) {
    .section-distribution .distribution-lists .item {
      padding: 16px;
      flex: 0 0 calc(50% - 4px);
      max-width: calc(50% - 4px); } }

/* Home Blog */
#section-home-blog .sectionHeading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  #section-home-blog .sectionHeading .viewmore a {
    display: inline-flex;
    align-items: center;
    letter-spacing: -0.08px;
    font-weight: 500;
    color: #FFF;
    font-size: 18px;
    background: #524FA1;
    padding: 10px 22px 10px 16px;
    border-radius: 40px;
    font-family: 'SVN-Gilroy'; }
    #section-home-blog .sectionHeading .viewmore a svg {
      width: 24px;
      height: 24px;
      margin-left: 4px;
      right: 0px;
      position: relative;
      fill: #FFF;
      transition: all 0.5s ease; }
      #section-home-blog .sectionHeading .viewmore a svg path {
        fill: #FFF; }
    #section-home-blog .sectionHeading .viewmore a:hover {
      background: #20C4F4; }
      #section-home-blog .sectionHeading .viewmore a:hover svg {
        right: -6px; }

@media (min-width: 992px) {
  #section-home-blog {
    padding-bottom: 30px; }
    #section-home-blog .owl-carousel:not(.owl-loaded) {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      overflow: hidden; }
    #section-home-blog .owl-carousel:not(.owl-loaded) .item-article {
      -webkit-flex: 0 0 calc((100% - 40px) / 3);
      flex: 0 0 calc((100% - 40px) / 3);
      max-width: calc((100% - 40px) / 3);
      margin-right: 20px; } }

@media (max-width: 991.98px) {
  #section-home-blog .sectionHeading .viewmore a {
    font-size: 16px;
    padding: 5px 22px 5px 16px; } }
