[class^="section-index-"] {
  padding: 80px 0; }

@media (max-width: 767px) {
  [class^="section-index-"] {
    padding: 40px 0; } }

@keyframes zoomimg {
  0% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: .2;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.section-index-slider {
  padding: 0; }
  .section-index-slider .slider-item {
    padding: 200px 0;
    position: relative;
    overflow: hidden;
    color: #fff; }
    .section-index-slider .slider-item:before, .section-index-slider .slider-item:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .section-index-slider .slider-item:before {
      background-image: var(--bg-img);
      background-size: cover;
      background-position: center; }
    .section-index-slider .slider-item:after {
      /*background: rgba(0,0,0,0.3);*/ }
    .section-index-slider .slider-item .slide-content {
      position: relative;
      z-index: 1; }
      .section-index-slider .slider-item .slide-content .title1 {
        position: relative;
        display: inline-block;
        z-index: 1;
        font-size: 24px;
        letter-spacing: 2px; }
        .section-index-slider .slider-item .slide-content .title1:before {
          position: absolute;
          content: "";
          bottom: 0;
          left: -15px;
          right: -15px;
          height: 17px;
          z-index: -1;
          background-color: var(--shop-color-main); }
      .section-index-slider .slider-item .slide-content .title2 {
        font-size: 90px;
        font-weight: 400; }
        .section-index-slider .slider-item .slide-content .title2 span {
          font-weight: 600; }
      .section-index-slider .slider-item .slide-content .btn-more {
        margin-top: 30px; }
        .section-index-slider .slider-item .slide-content .btn-more .button {
          color: #fff;
          background-color: transparent;
          border: 1px solid #fff; }
          .section-index-slider .slider-item .slide-content .btn-more .button:before {
            background-color: transparent; }
          .section-index-slider .slider-item .slide-content .btn-more .button:hover {
            color: #222d35; }
            .section-index-slider .slider-item .slide-content .btn-more .button:hover:before {
              right: auto;
              left: 0;
              width: 100%;
              background-color: #fff; }
  .section-index-slider .owl-carousel {
    /*.owl-nav{
		button{
		position: absolute;
		top: calc(50% - 20px);
		width: 40px;
		height: 40px;
		border: 1px solid #fff;
		outline: none;
		svg{width: 15px;height: 15px;fill: #fff;}
		&.owl-prev{
		left: 15px;
	}
		&.owl-next{
		right: 15px;
	}
	}
	}*/ }
    .section-index-slider .owl-carousel .owl-item.active .slider-item:before {
      animation: zoomimg 5s forwards; }
    .section-index-slider .owl-carousel .owl-nav button {
      position: absolute;
      top: calc(50% - 20px);
      width: 40px;
      height: 40px;
      border: 1px solid rgba(255, 255, 255, 0.8);
      outline: none;
      border-radius: 50%; }
      .section-index-slider .owl-carousel .owl-nav button svg {
        width: 15px;
        height: 15px;
        fill: rgba(255, 255, 255, 0.8); }
        .section-index-slider .owl-carousel .owl-nav button svg line, .section-index-slider .owl-carousel .owl-nav button svg polyline {
          stroke: rgba(255, 255, 255, 0.8); }
  @media (min-width: 1200px) {
    .section-index-slider .owl-nav button {
      opacity: 0;
      transition: all 0.3s; }
      .section-index-slider .owl-nav button:hover {
        background: var(--shop-color-main); }
        .section-index-slider .owl-nav button:hover svg {
          fill: #fff; }
          .section-index-slider .owl-nav button:hover svg line, .section-index-slider .owl-nav button:hover svg polyline {
            stroke: #fff; }
      .section-index-slider .owl-nav button.owl-prev {
        left: 40px; }
      .section-index-slider .owl-nav button.owl-next {
        right: 40px; }
    .section-index-slider:hover .owl-nav button {
      opacity: 1; }
      .section-index-slider:hover .owl-nav button.owl-prev {
        left: 10px; }
      .section-index-slider:hover .owl-nav button.owl-next {
        right: 10px; } }
  @media (max-width: 991px) {
    .section-index-slider .slider-item {
      padding: 100px 0; }
      .section-index-slider .slider-item:before {
        background-image: var(--bg-imgmb); }
      .section-index-slider .slider-item .slide-content .title1 {
        font-size: 20px; }
      .section-index-slider .slider-item .slide-content .title2 {
        font-size: 60px; }
    .section-index-slider .owl-carousel .owl-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 30px;
      text-align: center; }
      .section-index-slider .owl-carousel .owl-dots .owl-dot {
        margin: 0 3px;
        outline: 0; }
      .section-index-slider .owl-carousel .owl-dots .owl-dot span {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        width: 7px;
        height: 7px;
        margin: 5px;
        border-radius: 50%;
        background: #928c8c; }
      .section-index-slider .owl-carousel .owl-dots .owl-dot.active {
        border-radius: 50%;
        border: 2px solid #fff; }
      .section-index-slider .owl-carousel .owl-dots .owl-dot.active span {
        background: #fff; } }
  @media (max-width: 767px) {
    .section-index-slider .slider-item .slide-content .title1 {
      font-size: 18px; }
    .section-index-slider .slider-item .slide-content .title2 {
      font-size: 35px; } }

.section-index-about1 .about-content {
  padding: 60px;
  margin: -100px auto 0;
  background: var(--shop-color-bg);
  box-shadow: 0 0 9px 0 rgba(34, 45, 53, 0.1);
  position: relative;
  z-index: 1; }
  .section-index-about1 .about-content .list-about {
    display: flex;
    flex-flow: wrap;
    padding-top: 30px;
    border-top: 1px solid rgba(34, 45, 53, 0.05); }
    .section-index-about1 .about-content .list-about .about-item {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 15px 12px; }
      .section-index-about1 .about-content .list-about .about-item .item-icon {
        position: relative;
        margin-bottom: 20px;
        padding-left: 15px;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        opacity: 1;
        transition: all .6s ease; }
        .section-index-about1 .about-content .list-about .about-item .item-icon:before {
          content: '';
          position: absolute;
          top: -5px;
          left: 0;
          width: 45px;
          height: 45px;
          background: rgba(34, 45, 53, 0.03);
          border-radius: 50%;
          z-index: -1; }
        .section-index-about1 .about-content .list-about .about-item .item-icon img {
          max-height: 45px; }
      .section-index-about1 .about-content .list-about .about-item .item-detail {
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        opacity: 1;
        transition: all .6s ease; }
      .section-index-about1 .about-content .list-about .about-item .btn-more {
        position: absolute;
        left: 0;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        opacity: 0;
        transition: all .6s ease; }
        .section-index-about1 .about-content .list-about .about-item .btn-more a {
          font-weight: 600;
          text-transform: uppercase;
          color: var(--shop-color-main); }
      .section-index-about1 .about-content .list-about .about-item:hover .item-icon {
        transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        -webkit-transform: translateY(-25px);
        -moz-transform: translateY(-25px);
        opacity: 0; }
      .section-index-about1 .about-content .list-about .about-item:hover .item-detail {
        transform: translateY(-35px);
        -ms-transform: translateY(-35px);
        -webkit-transform: translateY(-35px);
        -moz-transform: translateY(-35px); }
      .section-index-about1 .about-content .list-about .about-item:hover .btn-more {
        transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        opacity: 1; }
  .section-index-about1 .about-content .about-banner {
    padding-right: 55px;
    border-right: 1px solid rgba(34, 45, 53, 0.05); }
    .section-index-about1 .about-content .about-banner .banner-img {
      padding: 20px 15px;
      box-shadow: 0 0 9px 0 rgba(34, 45, 53, 0.1);
      text-align: center; }

@media (min-width: 992px) {
  .section-index-about1 {
    padding: 0; } }

@media (max-width: 991px) {
  .section-index-about1 .about-content {
    margin: 0 auto;
    text-align: center; }
    .section-index-about1 .about-content .list-about .about-item .item-icon {
      width: 50px;
      margin: 0 auto 20px auto; } }

@media (max-width: 767px) {
  .section-index-about1 .about-content {
    padding: 30px 15px; }
    .section-index-about1 .about-content .list-about .about-item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
    .section-index-about1 .about-content .about-banner {
      padding-right: 0;
      border-right: none; } }

.section-index-about2 .about-banner {
  padding: 40px 40px 40px 70px;
  position: relative; }
  .section-index-about2 .about-banner:before, .section-index-about2 .about-banner:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    background: rgba(34, 45, 53, 0.05);
    box-shadow: 0 0 4px 0 rgba(34, 45, 53, 0.1); }
  .section-index-about2 .about-banner:before {
    left: 0;
    width: 65%; }
  .section-index-about2 .about-banner:after {
    left: calc(65% + 10px);
    width: 8%; }
  .section-index-about2 .about-banner .banner-img {
    position: relative;
    z-index: 1; }
  .section-index-about2 .about-banner .banner-desc {
    position: absolute;
    text-align: center;
    width: auto;
    height: 35px;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg); }
    .section-index-about2 .about-banner .banner-desc span {
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      padding: 6px 30px;
      letter-spacing: 1.5px;
      background: var(--shop-color-main);
      color: #fff;
      font-size: 16px;
      position: relative;
      top: -16px;
      display: inline-block; }

.section-index-about2 .list-about {
  display: flex;
  flex-flow: wrap;
  gap: 12px; }
  .section-index-about2 .list-about .about-item {
    -ms-flex: 0 0 calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
    max-width: calc(50% - 6px);
    display: flex;
    align-items: center;
    gap: 15px;
    padding-right: 12px; }
    .section-index-about2 .list-about .about-item .title {
      margin: 0; }
    .section-index-about2 .list-about .about-item .item-icon {
      -ms-flex: 0 0 50px;
      flex: 0 0 50px;
      max-width: 50px; }
    .section-index-about2 .list-about .about-item.about-desc {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-top: 25px;
      padding-top: 30px;
      border-top: 1px solid rgba(34, 45, 53, 0.05); }
      .section-index-about2 .list-about .about-item.about-desc .desc {
        margin: 0; }
      .section-index-about2 .list-about .about-item.about-desc .item-icon {
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        max-width: 70px; }
        .section-index-about2 .list-about .about-item.about-desc .item-icon img {
          border-radius: 50%; }

.section-index-about2 .about-bottom {
  margin-top: 50px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 30px; }
  .section-index-about2 .about-bottom .about-phone a {
    display: flex; }
  .section-index-about2 .about-bottom .about-phone i {
    font-size: 26px;
    color: var(--shop-color-main);
    margin-right: 8px;
    transition: ease-in-out .3s; }
  .section-index-about2 .about-bottom .about-phone span {
    font-size: 18px;
    font-weight: 600;
    margin-top: -2px; }
  .section-index-about2 .about-bottom .about-phone:hover i {
    margin-right: 12px; }

@media (max-width: 991px) {
  .section-index-about2 .about-content {
    gap: 30px; }
    .section-index-about2 .about-content .heading-title {
      text-align: center; }
    .section-index-about2 .about-content .about-bottom {
      justify-content: center; } }

@media (max-width: 767px) {
  .section-index-about2 .about-banner .banner-desc span {
    padding: 6px 20px;
    font-size: 14px;
    top: -14px; }
  .section-index-about2 .list-about .about-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .section-index-about2 .list-about .about-item:nth-child(2):not(.about-desc) {
      margin-top: 20px; } }

.section-index-service {
  background: #f8f8f8; }
  .section-index-service .service-item {
    padding: 15px;
    margin: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background: var(--shop-color-bg); }
    .section-index-service .service-item .item-detail {
      padding-top: 15px; }
      .section-index-service .service-item .item-detail .title a {
        display: flex;
        justify-content: space-between; }
        .section-index-service .service-item .item-detail .title a .icon svg {
          transform: rotate(-45deg);
          fill: rgba(34, 45, 53, 0.9); }
  .section-index-service .btn-more {
    margin-top: 30px; }
    .section-index-service .btn-more .button {
      color: var(--shop-color-text);
      border-color: var(--shop-color-text);
      background-color: transparent;
      border: 1px solid var(--shop-color-text); }
      .section-index-service .btn-more .button:hover {
        color: var(--shop-color-bg); }
  .section-index-service .owl-carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border: 1px solid rgba(34, 45, 53, 0.2);
    outline: none;
    border-radius: 50%; }
    .section-index-service .owl-carousel .owl-nav button svg {
      width: 15px;
      height: 15px;
      fill: rgba(34, 45, 53, 0.4); }
      .section-index-service .owl-carousel .owl-nav button svg line, .section-index-service .owl-carousel .owl-nav button svg polyline {
        stroke: rgba(34, 45, 53, 0.4); }
    .section-index-service .owl-carousel .owl-nav button.owl-prev {
      left: 0; }
    .section-index-service .owl-carousel .owl-nav button.owl-next {
      right: 0; }
  @media (min-width: 1200px) {
    .section-index-service .service-item {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: .5s;
      -o-transition: .5s;
      -moz-transition: .5s;
      transition: .5s; }
      .section-index-service .service-item .item-img {
        position: relative;
        overflow: hidden; }
        .section-index-service .service-item .item-img img {
          -moz-transform: scale(1);
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          -webkit-transition: all .6s ease-in-out;
          -moz-transition: all .6s ease-in-out;
          -ms-transition: all .6s ease-in-out;
          -o-transition: all .6s ease-in-out; }
      .section-index-service .service-item .item-detail .title {
        font-size: 22px; }
      .section-index-service .service-item:hover {
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
        transform: translateY(-7px); }
        .section-index-service .service-item:hover .item-img img {
          -moz-transform: scale(1.09);
          -webkit-transform: scale(1.09);
          -ms-transform: scale(1.09);
          transform: scale(1.09); }
        .section-index-service .service-item:hover .item-detail .title .icon svg {
          fill: var(--shop-color-hover); }
    .section-index-service .owl-carousel .owl-nav button {
      opacity: 0;
      transition: all 0.3s; }
      .section-index-service .owl-carousel .owl-nav button:hover {
        background: var(--shop-color-main); }
        .section-index-service .owl-carousel .owl-nav button:hover svg {
          fill: #fff; }
          .section-index-service .owl-carousel .owl-nav button:hover svg line, .section-index-service .owl-carousel .owl-nav button:hover svg polyline {
            stroke: #fff; }
      .section-index-service .owl-carousel .owl-nav button.owl-prev {
        left: 0; }
      .section-index-service .owl-carousel .owl-nav button.owl-next {
        right: 0; }
    .section-index-service:hover .owl-nav button {
      opacity: 1; }
      .section-index-service:hover .owl-nav button.owl-prev {
        left: -40px; }
      .section-index-service:hover .owl-nav button.owl-next {
        right: -40px; } }
  @media (max-width: 991px) {
    .section-index-service .owl-carousel .owl-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -20px;
      text-align: center; }
      .section-index-service .owl-carousel .owl-dots .owl-dot {
        margin: 0 3px;
        outline: 0; }
      .section-index-service .owl-carousel .owl-dots .owl-dot span {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        width: 7px;
        height: 7px;
        margin: 5px;
        border-radius: 50%;
        background: rgba(188, 35, 40, 0.5); }
      .section-index-service .owl-carousel .owl-dots .owl-dot.active {
        border-radius: 50%;
        border: 2px solid var(--shop-color-main); }
      .section-index-service .owl-carousel .owl-dots .owl-dot.active span {
        background: var(--shop-color-main); } }
  @media (max-width: 767px) {
    .section-index-service .heading-title {
      margin-bottom: 10px; } }

.section-index-about3 {
  position: relative;
  background-image: url(//cdn.hstatic.net/themes/200001054758/1001400966/14/home_about3_banner.jpg?v=222);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: #fff; }
  .section-index-about3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); }
  .section-index-about3 .about-detail .heading-title .desc {
    color: #fff; }
  .section-index-about3 .about-btn {
    display: flex;
    flex-flow: wrap;
    gap: 20px; }
    .section-index-about3 .about-btn .button {
      min-width: 160px; }
      .section-index-about3 .about-btn .button.btn1 {
        /*color: #fff;
				border-color: #fff;
				background-color: transparent;
				border: 1px solid #fff;*/ }
        .section-index-about3 .about-btn .button.btn1:before {
          background-color: transparent; }
        .section-index-about3 .about-btn .button.btn1:hover {
          color: var(--shop-color-text); }
          .section-index-about3 .about-btn .button.btn1:hover:before {
            right: auto;
            left: 0;
            width: 100%;
            background-color: var(--shop-color-bg); }
      .section-index-about3 .about-btn .button.btn2 {
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff; }
        .section-index-about3 .about-btn .button.btn2:before {
          background-color: transparent; }
        .section-index-about3 .about-btn .button.btn2:hover {
          color: #222d35; }
          .section-index-about3 .about-btn .button.btn2:hover:before {
            right: auto;
            left: 0;
            width: 100%;
            background-color: #fff; }
  @media (min-width: 1200px) {
    .section-index-about3 {
      padding: 100px 0 130px; }
      .section-index-about3 .about-detail .heading-title {
        margin: 0; }
        .section-index-about3 .about-detail .heading-title .title2 {
          font-size: 50px;
          font-weight: 600; } }
  @media (max-width: 991px) {
    .section-index-about3 .about-detail {
      text-align: center; }
    .section-index-about3 .about-btn {
      justify-content: center; } }

.section-index-about4 {
  padding: 0; }
  .section-index-about4 .about-left {
    background-image: url(//cdn.hstatic.net/themes/200001054758/1001400966/14/home_about4_banner1.jpg?v=222);
    background-size: cover;
    background-position: center;
    border-top: 10px solid var(--shop-color-main); }
  .section-index-about4 .about-right {
    padding: 70px;
    margin-top: -70px;
    background: var(--shop-color-bg); }
    .section-index-about4 .about-right .about-detail {
      position: relative;
      max-width: 560px;
      padding-right: 15px;
      border-right: 1px solid rgba(34, 45, 53, 0.05); }
    .section-index-about4 .about-right.has-bg {
      position: relative;
      overflow: hidden; }
      .section-index-about4 .about-right.has-bg:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(//cdn.hstatic.net/themes/200001054758/1001400966/14/home_about4_banner2.jpg?v=222);
        background-size: cover;
        background-position: top center; }
    .section-index-about4 .about-right .list-about .about-item {
      padding: 10px 0; }
      .section-index-about4 .about-right .list-about .about-item .icon {
        background: var(--shop-color-button);
        color: var(--shop-color-button-text);
        display: inline-block;
        width: 28px;
        height: 28px;
        line-height: 26px;
        text-align: center;
        border-radius: 50%;
        margin-right: 10px; }
        .section-index-about4 .about-right .list-about .about-item .icon i {
          font-size: 14px; }
  .section-index-about4 .about-video {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px 25px 30px;
    max-width: 480px;
    margin: -40px -40px auto auto;
    background: var(--shop-color-main);
    color: #fff; }
    .section-index-about4 .about-video:before {
      content: '';
      position: absolute;
      top: 0;
      right: 15px;
      width: 1px;
      height: 100%;
      background: rgba(255, 255, 255, 0.1); }
    .section-index-about4 .about-video .video-title {
      font-size: 28px;
      font-weight: 600;
      letter-spacing: 1px; }
    .section-index-about4 .about-video .video-play {
      flex: 0 0 90px;
      text-align: right; }
    .section-index-about4 .about-video .icon-play {
      position: relative;
      display: inline-block;
      --size: 50px;
      height: var(--size);
      width: var(--size);
      z-index: 1;
      pointer-events: auto;
      cursor: pointer;
      border-radius: 50%;
      background-color: #fff; }
      .section-index-about4 .about-video .icon-play svg {
        position: absolute;
        top: 16px;
        left: 16px;
        width: 20px;
        fill: var(--shop-color-main); }
      .section-index-about4 .about-video .icon-play .play-animate {
        width: calc(var(--size) * 1.5);
        height: calc(var(--size) * 1.5);
        z-index: -1;
        opacity: 0;
        background-color: #fff;
        position: absolute;
        top: -25%;
        left: -25%;
        border-radius: 50%;
        -webkit-animation: ripple 2s infinite;
        animation: ripple 2s infinite; }
        .section-index-about4 .about-video .icon-play .play-animate:nth-child(2) {
          animation-delay: .3s !important;
          -webkit-animation-delay: .3s !important; }
        .section-index-about4 .about-video .icon-play .play-animate:nth-child(3) {
          animation-delay: .6s !important;
          -webkit-animation-delay: .6s !important; }
  @media (min-width: 992px) {
    .section-index-about4 .about-right.has-bg:before {
      width: 120%; }
    .section-index-about4 .about-right .list-about {
      display: flex;
      flex-flow: wrap; }
      .section-index-about4 .about-right .list-about .about-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px 30px 0; }
        .section-index-about4 .about-right .list-about .about-item:nth-child(3) {
          position: relative;
          padding-top: 30px; }
          .section-index-about4 .about-right .list-about .about-item:nth-child(3) ~ .about-item {
            padding-top: 30px; }
          .section-index-about4 .about-right .list-about .about-item:nth-child(3):before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 200%;
            height: 1px;
            background: rgba(34, 45, 53, 0.05); } }
  @media (max-width: 991px) {
    .section-index-about4 {
      padding: 0 0 40px; }
      .section-index-about4 .about-left {
        min-height: 350px; }
      .section-index-about4 .about-right {
        margin-top: 0;
        text-align: center; }
        .section-index-about4 .about-right .about-detail {
          margin: 0 auto;
          border-right: none; }
      .section-index-about4 .about-video {
        margin: 0 auto; } }
  @media (max-width: 767px) {
    .section-index-about4 .about-right {
      padding: 40px 15px; }
      .section-index-about4 .about-right .list-about .about-item .icon {
        width: 24px;
        height: 24px;
        line-height: 22px;
        margin-right: 6px; }
      .section-index-about4 .about-right .list-about .about-item .heading-sub .title {
        margin-bottom: 8px; }
      .section-index-about4 .about-right .list-about .about-item .heading-sub .desc {
        margin-bottom: 0; }
    .section-index-about4 .about-video .video-title {
      font-size: 18px; } }

.section-index-blog .blog-item {
  padding: 15px; }

.section-index-blog .item-article {
  box-shadow: 0 0px 8px 0 rgba(18, 29, 39, 0.16);
  padding: 15px; }
  .section-index-blog .item-article .media-article {
    position: relative; }
    .section-index-blog .item-article .media-article .time {
      position: absolute;
      bottom: -30px;
      right: 0;
      width: 60px;
      height: 60px;
      background: var(--shop-color-main);
      color: #fff;
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      padding: 10px; }
      .section-index-blog .item-article .media-article .time .date {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2; }
      .section-index-blog .item-article .media-article .time .month {
        font-size: 12px; }
    .section-index-blog .item-article .media-article .img {
      position: relative;
      overflow: hidden; }
  .section-index-blog .item-article .info-article {
    padding: 40px 0 20px;
    background: var(--shop-color-bg); }
    .section-index-blog .item-article .info-article .article-author {
      display: flex;
      align-items: center;
      flex-flow: wrap;
      gap: 15px 30px;
      margin: 0 0 15px;
      color: rgba(34, 45, 53, 0.6); }
      .section-index-blog .item-article .info-article .article-author .comment {
        position: relative;
        color: rgba(34, 45, 53, 0.6);
        font-size: 12px; }
        .section-index-blog .item-article .info-article .article-author .comment:before {
          content: '';
          position: absolute;
          top: calc(50% - 3px);
          left: -15px;
          width: 5px;
          height: 5px;
          background: rgba(34, 45, 53, 0.6);
          border-radius: 50%; }
    .section-index-blog .item-article .info-article .title-article h4 {
      font-size: 24px;
      margin-bottom: 15px; }
    .section-index-blog .item-article .info-article .short-article {
      color: rgba(34, 45, 53, 0.6);
      margin-bottom: 20px; }
    .section-index-blog .item-article .info-article .view-article {
      font-weight: 600;
      text-transform: uppercase; }

.section-index-blog .owl-carousel .owl-nav button {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border: 1px solid rgba(34, 45, 53, 0.2);
  outline: none;
  border-radius: 50%; }
  .section-index-blog .owl-carousel .owl-nav button svg {
    width: 15px;
    height: 15px;
    fill: rgba(34, 45, 53, 0.4); }
    .section-index-blog .owl-carousel .owl-nav button svg line, .section-index-blog .owl-carousel .owl-nav button svg polyline {
      stroke: rgba(34, 45, 53, 0.4); }
  .section-index-blog .owl-carousel .owl-nav button.owl-prev {
    left: 0; }
  .section-index-blog .owl-carousel .owl-nav button.owl-next {
    right: 0; }

@media (min-width: 1200px) {
  .section-index-blog .list-blog {
    margin: 0 -15px; }
  .section-index-blog .item-article {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s; }
    .section-index-blog .item-article .info-article .short-article {
      font-size: 16px; }
    .section-index-blog .item-article .media-article img {
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all .6s ease-in-out;
      -moz-transition: all .6s ease-in-out;
      -ms-transition: all .6s ease-in-out;
      -o-transition: all .6s ease-in-out; }
    .section-index-blog .item-article:hover {
      -webkit-transform: translateY(-7px);
      -moz-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
      -o-transform: translateY(-7px);
      transform: translateY(-7px); }
      .section-index-blog .item-article:hover .media-article img {
        -moz-transform: scale(1.09);
        -webkit-transform: scale(1.09);
        -ms-transform: scale(1.09);
        transform: scale(1.09); }
  .section-index-blog .owl-carousel .owl-nav button {
    opacity: 0;
    transition: all 0.3s; }
    .section-index-blog .owl-carousel .owl-nav button:hover {
      background: var(--shop-color-main); }
      .section-index-blog .owl-carousel .owl-nav button:hover svg {
        fill: #fff; }
        .section-index-blog .owl-carousel .owl-nav button:hover svg line, .section-index-blog .owl-carousel .owl-nav button:hover svg polyline {
          stroke: #fff; }
    .section-index-blog .owl-carousel .owl-nav button.owl-prev {
      left: 0; }
    .section-index-blog .owl-carousel .owl-nav button.owl-next {
      right: 0; }
  .section-index-blog:hover .owl-nav button {
    opacity: 1; }
    .section-index-blog:hover .owl-nav button.owl-prev {
      left: -40px; }
    .section-index-blog:hover .owl-nav button.owl-next {
      right: -40px; } }

@media (max-width: 991px) {
  .section-index-blog .owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    text-align: center; }
    .section-index-blog .owl-carousel .owl-dots .owl-dot {
      margin: 0 3px;
      outline: 0; }
    .section-index-blog .owl-carousel .owl-dots .owl-dot span {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      width: 7px;
      height: 7px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(188, 35, 40, 0.5); }
    .section-index-blog .owl-carousel .owl-dots .owl-dot.active {
      border-radius: 50%;
      border: 2px solid var(--shop-color-main); }
    .section-index-blog .owl-carousel .owl-dots .owl-dot.active span {
      background: var(--shop-color-main); } }

@media (max-width: 767px) {
  .section-index-blog .heading-title {
    text-align: center;
    margin-bottom: 15px; }
  .section-index-blog .item-article .info-article .title-article h4 {
    font-size: 18px; } }

.section-index-review {
  background-image: url(//cdn.hstatic.net/themes/200001054758/1001400966/14/home_review_bg.jpg?v=222);
  background-size: cover;
  background-position: center; }
  .section-index-review .review-item {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 40px 40px 20px; }
    .section-index-review .review-item:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: calc(100% - 150px);
      border: 1px solid #f1f1f1; }
    .section-index-review .review-item .item-content {
      position: relative; }
      .section-index-review .review-item .item-content .icon {
        font-size: 40px;
        color: rgba(34, 45, 53, 0.4); }
      .section-index-review .review-item .item-content .desc {
        margin-top: 10px;
        line-height: 1.8;
        color: rgba(34, 45, 53, 0.8); }
      .section-index-review .review-item .item-content .item-img img {
        border-radius: 50%;
        max-width: 170px;
        margin: 0 auto; }
      .section-index-review .review-item .item-content .name {
        font-size: 20px;
        font-weight: 600;
        margin: 10px 0 5px; }
      .section-index-review .review-item .item-content .position {
        color: rgba(34, 45, 53, 0.6); }
  .section-index-review .owl-carousel .owl-item.center .review-item .item-content .icon {
    color: var(--shop-color-main); }
  .section-index-review .owl-carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border: 1px solid rgba(34, 45, 53, 0.2);
    outline: none;
    border-radius: 50%; }
    .section-index-review .owl-carousel .owl-nav button svg {
      width: 15px;
      height: 15px;
      fill: rgba(34, 45, 53, 0.4); }
      .section-index-review .owl-carousel .owl-nav button svg line, .section-index-review .owl-carousel .owl-nav button svg polyline {
        stroke: rgba(34, 45, 53, 0.4); }
    .section-index-review .owl-carousel .owl-nav button.owl-prev {
      left: 0; }
    .section-index-review .owl-carousel .owl-nav button.owl-next {
      right: 0; }
  @media (min-width: 992px) {
    .section-index-review .review-item .item-content .desc {
      font-size: 16px; }
    .section-index-review .owl-carousel .owl-stage-outer {
      padding-top: 30px; }
    .section-index-review .owl-carousel .owl-item.center .review-item {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      transform-origin: top;
      margin-top: -30px;
      padding: 25px 45px 20px; }
      .section-index-review .owl-carousel .owl-item.center .review-item:before {
        height: calc(100% - 135px); }
      .section-index-review .owl-carousel .owl-item.center .review-item .item-content .desc {
        font-size: 14px; }
      .section-index-review .owl-carousel .owl-item.center .review-item .item-content .name {
        font-size: 17px; }
      .section-index-review .owl-carousel .owl-item.center .review-item .item-content .position {
        font-size: 12px; }
    .section-index-review .owl-carousel .owl-nav button {
      opacity: 0;
      transition: all 0.3s; }
      .section-index-review .owl-carousel .owl-nav button:hover {
        background: var(--shop-color-main); }
        .section-index-review .owl-carousel .owl-nav button:hover svg {
          fill: #fff; }
          .section-index-review .owl-carousel .owl-nav button:hover svg line, .section-index-review .owl-carousel .owl-nav button:hover svg polyline {
            stroke: #fff; }
      .section-index-review .owl-carousel .owl-nav button.owl-prev {
        left: 0; }
      .section-index-review .owl-carousel .owl-nav button.owl-next {
        right: 0; }
    .section-index-review .owl-carousel:hover .owl-nav button {
      opacity: 1; }
      .section-index-review .owl-carousel:hover .owl-nav button.owl-prev {
        left: -40px; }
      .section-index-review .owl-carousel:hover .owl-nav button.owl-next {
        right: -40px; } }
  @media (max-width: 991px) {
    .section-index-review .owl-carousel .owl-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: -20px;
      text-align: center; }
      .section-index-review .owl-carousel .owl-dots .owl-dot {
        margin: 0 3px;
        outline: 0; }
      .section-index-review .owl-carousel .owl-dots .owl-dot span {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
        width: 7px;
        height: 7px;
        margin: 5px;
        border-radius: 50%;
        background: rgba(188, 35, 40, 0.5); }
      .section-index-review .owl-carousel .owl-dots .owl-dot.active {
        border-radius: 50%;
        border: 2px solid var(--shop-color-main); }
      .section-index-review .owl-carousel .owl-dots .owl-dot.active span {
        background: var(--shop-color-main); } }
  @media (max-width: 767px) {
    .section-index-review .review-item {
      padding: 30px 30px 0; }
      .section-index-review .review-item:before {
        height: calc(100% - 100px); } }
