[class^="section-index-"] {
  padding: 80px 0; }

@media (max-width: 767px) {
  [class^="section-index-"] {
    padding: 40px 0; } }

@keyframes infiniterotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.slider-owl.owl-carousel {
  /*@media(min-width: 1200px){
		.owl-nav{
			button{
				&.owl-prev{
					left: -15px;
				}
				&.owl-next{
					right: -15px;
				}
			}
		}
	}*/ }
  .slider-owl.owl-carousel .owl-nav button {
    position: absolute;
    top: calc(50% - 23px);
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    border: none;
    outline: none; }
    .slider-owl.owl-carousel .owl-nav button svg {
      width: 15px;
      height: 15px; }
    .slider-owl.owl-carousel .owl-nav button.owl-prev {
      left: 15px; }
    .slider-owl.owl-carousel .owl-nav button.owl-next {
      right: 15px; }
  @media (max-width: 767px) {
    .slider-owl.owl-carousel .owl-nav button {
      top: calc(50% - 16px);
      width: 34px;
      height: 34px;
      line-height: 34px; } }

.section-index-slider {
  padding: 0; }
  .section-index-slider .slider-owl.owl-carousel:not(.owl-loaded) {
    display: flex;
    overflow: hidden; }
    .section-index-slider .slider-owl.owl-carousel:not(.owl-loaded) .slider-item {
      flex: 0 0 100%; }
    .section-index-slider .slider-owl.owl-carousel:not(.owl-loaded) .slide-content {
      opacity: 0; }
  .section-index-slider .index-slider {
    border-radius: 30px;
    overflow: hidden; }
  @media (max-width: 1199px) {
    .section-index-slider .index-slider {
      border-radius: 20px; } }


.section-index-about .heading-title{
    margin-bottom: 0;
}
.section-index-about .heading-title .desc {
    margin: 20px 0 0px;
}
.section-index-about .desc ul{
    margin-top:40px;
    width:50%;
    float:left;
}
.section-index-about .desc ul li{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.section-index-about .desc ul li::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: var(--shop-color-main);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 512 512'><path d='M400,48H112a64.07,64.07,0,0,0-64,64V400a64.07,64.07,0,0,0,64,64H400a64.07,64.07,0,0,0,64-64V112A64.07,64.07,0,0,0,400,48ZM364.25,186.29l-134.4,160a16,16,0,0,1-12,5.71h-.27a16,16,0,0,1-11.89-5.3l-57.6-64a16,16,0,1,1,23.78-21.4l45.29,50.32L339.75,165.71a16,16,0,0,1,24.5,20.58Z'/></svg>") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 512 512'><path d='M400,48H112a64.07,64.07,0,0,0-64,64V400a64.07,64.07,0,0,0,64,64H400a64.07,64.07,0,0,0,64-64V112A64.07,64.07,0,0,0,400,48ZM364.25,186.29l-134.4,160a16,16,0,0,1-12,5.71h-.27a16,16,0,0,1-11.89-5.3l-57.6-64a16,16,0,1,1,23.78-21.4l45.29,50.32L339.75,165.71a16,16,0,0,1,24.5,20.58Z'/></svg>") no-repeat center;
    mask-size: contain;
}
.section-index-about .about-content .about-hotline{
    clear:both;
}
@media(max-width:991px){
    .section-index-about .desc ul{
        width:100%;
        float: none;
    }
}
.section-index-about .about-banner {
  position: relative;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 0 15px 24% 0; }
  .section-index-about .about-banner .icon1 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    text-align: center;
    padding-top: 5%; }
    .section-index-about .about-banner .icon1 img {
      max-width: 26%; }
  .section-index-about .about-banner .icon2 {
    position: absolute;
    bottom: 10%;
    left: 42%;
    width: 24%;
    z-index: 3; }
    .section-index-about .about-banner .icon2 img {
      animation: infiniterotate 25s infinite linear; }
  .section-index-about .about-banner .banner1 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%; }
  .section-index-about .about-banner .banner2 {
    position: absolute;
    top: 24%;
    left: 0;
    max-width: 55%;
    z-index: 2; }

.section-index-about .about-content .more-desc {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center; }
  .section-index-about .about-content .more-desc .list .item {
    display: flex;
    align-items: start;
    gap: 10px;
    color: #4A5568; }
    .section-index-about .about-content .more-desc .list .item:not(:last-child) {
      margin-bottom: 10px; }
    .section-index-about .about-content .more-desc .list .item svg {
      fill: var(--shop-color-main);
      flex: 0 0 20px; }
  .section-index-about .about-content .more-desc .desc-banner {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%; }

.section-index-about .about-content .about-hotline {
  margin-top: 40px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: #F6FAFF;
  border-radius: 30px; }
  .section-index-about .about-content .about-hotline .hotline-num {
    display: flex;
    align-items: center;
    gap: 8px; }
    .section-index-about .about-content .about-hotline .hotline-num .icon {
      width: 46px;
      height: 46px;
      line-height: 46px;
      font-size: 20px;
      color: var(--shop-color-main);
      background: #fff;
      border-radius: 50%;
      text-align: center; }
    .section-index-about .about-content .about-hotline .hotline-num .title {
      display: flex;
      flex-flow: column; }
      .section-index-about .about-content .about-hotline .hotline-num .title span {
        color: #4A5568; }
      .section-index-about .about-content .about-hotline .hotline-num .title a {
        font-size: 20px; }

@media (max-width: 1199px) {
  .section-index-about .about-content .about-hotline {
    border-radius: 20px; } }

@media (max-width: 991px) {
  .section-index-about .about-banner {
    padding-right: 0; }
  .section-index-about .about-content {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .section-index-about .about-content .more-desc {
    flex-flow: wrap;
    justify-content: center; }
    .section-index-about .about-content .more-desc .desc-banner {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .section-index-about .about-content .about-hotline {
    margin-top: 15px;
    flex-flow: wrap;
    gap: 15px;
    justify-content: center; }
    .section-index-about .about-content .about-hotline .hotline-num {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      justify-content: center; }
      .section-index-about .about-content .about-hotline .hotline-num .icon {
        width: 40px;
        height: 40px;
        line-height: 40px; } }

.section-index-service {
  padding: 0; }
  .section-index-service .service-bg {
    background-color: var(--shop-service-bg);
    padding: 80px 0;
    border-radius: 30px; }
  .section-index-service .list-service {
    margin-top: 60px;
    gap: 30px 0; }
  .section-index-service .service-item {
    background: var(--shop-color-bg);
    padding: 40px;
    border-radius: 30px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between; }
    .section-index-service .service-item .item-title {
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 30px; }
      .section-index-service .service-item .item-title .title {
        color: var(--shop-color-text);
        font-size: 20px;
        font-family: "Arima-SemiBold", sans-serif; }
    .section-index-service .service-item .item-desc {
      color: #4A5568;
      margin-bottom: 30px; }
    .section-index-service .service-item .btn-more .btn-icon {
      background: var(--shop-color-main); }
      .section-index-service .service-item .btn-more .btn-icon:hover {
        background: var(--shop-color-text);
        color: var(--shop-color-bg); }
  .section-index-service .service-contact {
    margin-top: 50px; }
    .section-index-service .service-contact .tag {
      color: var(--shop-color-button-text);
      background-color: var(--shop-color-button);
      border-radius: 15px;
      display: inline-block;
      padding: 2px 10px;
      margin-right: 5px; }
    .section-index-service .service-contact .desc {
      color: #4A5568; }
    .section-index-service .service-contact .link {
      font-weight: 600;
      text-decoration: underline; }
  @media (min-width: 1200px) {
    .section-index-service .service-bg.has-bg {
      background-size: cover;
      background-position: top center; } }
  @media (max-width: 1199px) {
    .section-index-service .service-bg, .section-index-service .service-item {
      border-radius: 20px; }
    .section-index-service .service-item {
      padding: 20px; } }
  @media (max-width: 767px) {
    .section-index-service .service-bg {
      padding: 40px 0; }
    .section-index-service .list-service {
      margin-top: 0;
      gap: 15px; }
    .section-index-service .service-item .item-title {
      gap: 15px; }
      .section-index-service .service-item .item-title .title {
        font-size: 18px; }
    .section-index-service .service-item .item-desc {
      margin-bottom: 15px; } }

.counter-num {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 2.625rem;
  font-size: 2.625rem;
  font-family: "Arima-SemiBold", sans-serif;
  margin-bottom: 5px; }
  .counter-num > span {
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 2s ease;
    transform: translateY(0);
    line-height: 1;
    /*&:last-child{
		&:not([style^="transform:"]) {
		color: $colorMain;
	}
	}*/ }
    .counter-num > span span {
      flex: 0 0 100%;
      height: 100%; }
  .counter-num:nth-child(1) > span {
    transition-delay: 0s; }
  .counter-num:nth-child(2) > span {
    transition-delay: 0.375s; }
  .counter-num:nth-child(3) > span {
    transition-delay: 0.75s; }
  .counter-num:nth-child(4) > span {
    transition-delay: 1.125s; }
  .counter-num:nth-child(5) > span {
    transition-delay: 1.5s; }
  .counter-num:nth-child(6) > span {
    transition-delay: 1.875s; }
  .counter-num:nth-child(7) > span {
    transition-delay: 2.25s; }
  .counter-num:nth-child(8) > span {
    transition-delay: 2.625s; }
  .counter-num:nth-child(9) > span {
    transition-delay: 3s; }
  .counter-num:nth-child(10) > span {
    transition-delay: 3.375s; }
  .counter-num:nth-child(11) > span {
    transition-delay: 3.75s; }
  .counter-num:nth-child(12) > span {
    transition-delay: 4.125s; }
  .counter-num:nth-child(13) > span {
    transition-delay: 4.5s; }
  .counter-num:nth-child(14) > span {
    transition-delay: 4.875s; }
  .counter-num:nth-child(15) > span {
    transition-delay: 5.25s; }
  .counter-num:nth-child(16) > span {
    transition-delay: 5.625s; }
  .counter-num:nth-child(17) > span {
    transition-delay: 6s; }
  .counter-num:nth-child(18) > span {
    transition-delay: 6.375s; }
  .counter-num:nth-child(19) > span {
    transition-delay: 6.75s; }
  .counter-num:nth-child(20) > span {
    transition-delay: 7.125s; }
    
.section-index-wwd .heading-title{
    margin-bottom: 0;
}
.section-index-wwd .heading-title .desc {
    margin: 20px 0 0px;
}
.section-index-wwd .desc ul{
    margin-top:40px;
}
.section-index-wwd .desc ul li{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.section-index-wwd .desc ul li::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: var(--shop-color-main);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 512 512'><path d='M400,48H112a64.07,64.07,0,0,0-64,64V400a64.07,64.07,0,0,0,64,64H400a64.07,64.07,0,0,0,64-64V112A64.07,64.07,0,0,0,400,48ZM364.25,186.29l-134.4,160a16,16,0,0,1-12,5.71h-.27a16,16,0,0,1-11.89-5.3l-57.6-64a16,16,0,1,1,23.78-21.4l45.29,50.32L339.75,165.71a16,16,0,0,1,24.5,20.58Z'/></svg>") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 512 512'><path d='M400,48H112a64.07,64.07,0,0,0-64,64V400a64.07,64.07,0,0,0,64,64H400a64.07,64.07,0,0,0,64-64V112A64.07,64.07,0,0,0,400,48ZM364.25,186.29l-134.4,160a16,16,0,0,1-12,5.71h-.27a16,16,0,0,1-11.89-5.3l-57.6-64a16,16,0,1,1,23.78-21.4l45.29,50.32L339.75,165.71a16,16,0,0,1,24.5,20.58Z'/></svg>") no-repeat center;
    mask-size: contain;
}
.section-index-wwd .counter {
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 120px;
  height: auto;
  background: var(--shop-color-main);
  color: #fff;
  padding: 30px 20px;
  border-radius: 80px;
  z-index: 1;
  text-align: center; }

.section-index-wwd .more-desc {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center; }
  .section-index-wwd .more-desc .list .item {
    display: flex;
    align-items: start;
    gap: 10px;
    color: #4A5568; }
    .section-index-wwd .more-desc .list .item:not(:last-child) {
      margin-bottom: 10px; }
    .section-index-wwd .more-desc .list .item svg {
      fill: var(--shop-color-main);
      flex: 0 0 20px; }
  .section-index-wwd .more-desc .desc-banner {
    -ms-flex: 0 0 295px;
    flex: 0 0 295px;
    max-width: 295px; }

.section-index-wwd .btn-more {
  margin-top: 40px; }

.section-index-wwd .banner-right {
  position: relative; }
  .section-index-wwd .banner-right .img {
    max-width: calc(100% - 30px);
    margin: 0 0 0 auto;
    border-radius: 200px; }

@media (max-width: 991px) {
  .section-index-wwd .wwd-content {
    text-align: center; }
  .section-index-wwd .more-desc {
    justify-content: center; }
  .section-index-wwd .wwd--1 {
    order: 2;
    text-align: center;
    margin-top: 30px; }
  .section-index-wwd .wwd--2 {
    order: 1; }
  .section-index-wwd .wwd--3 {
    order: 3; }
  .section-index-wwd .banner-right {
    max-width: 60%;
    margin: 30px auto 0; } }

@media (max-width: 767px) {
  .section-index-wwd .counter-num {
    height: 2.1875rem;
    font-size: 2.1875rem; }
  .section-index-wwd .banner-right {
    max-width: 100%; } }

.section-index-video {
  padding: 0; }
  .section-index-video .video {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    border-radius: 30px;
    width: 100%; }
    .section-index-video .video:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(205, 95, 55, 0.3); }
    .section-index-video .video video {
      width: 100%;
      height: auto; }
    .section-index-video .video iframe {
      width: 100%;
      aspect-ratio: 16 / 9; }
    .section-index-video .video .icon-play {
      position: absolute;
      top: calc(50% - 50px);
      left: calc(50% - 50px);
      width: 100px;
      height: 100px;
      line-height: 100px;
      text-align: center;
      border: 1px solid;
      color: #fff;
      border-radius: 50%;
      z-index: 1; }
      .section-index-video .video .icon-play svg {
        width: 30px;
        height: 30px;
        fill: currentColor; }
  @media (max-width: 1199px) {
    .section-index-video .video {
      border-radius: 20px; } }
  @media (max-width: 767px) {
    .section-index-video .video .icon-play {
      top: calc(50% - 35px);
      left: calc(50% - 35px);
      width: 70px;
      height: 70px;
      line-height: 68px; }
      .section-index-video .video .icon-play svg {
        width: 20px;
        height: 20px; } }

.section-index-case-study .study-left {
  top: 90px;
  position: sticky;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  transition: top 0.4s ease; }

.section-index-case-study .list-item {
  display: flex;
  flex-flow: wrap;
  gap: 30px; }
  .section-index-case-study .list-item .study-item {
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px); }
    .section-index-case-study .list-item .study-item .content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .section-index-case-study .list-item .study-item .content:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(72, 30, 11, 0) 66.06%, #481e0b 100%); }
    .section-index-case-study .list-item .study-item .item-title {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 40px;
      padding: 30px;
      color: var(--shop-color-bg);
      font-size: 22px;
      z-index: 1; }
    .section-index-case-study .list-item .study-item .btn-more .btn-icon {
      background: var(--shop-color-main); }
      .section-index-case-study .list-item .study-item .btn-more .btn-icon:hover {
        background: var(--shop-color-text);
        color: var(--shop-color-bg); }

@media (max-width: 991px) {
  .section-index-case-study .study-left {
    text-align: center; }
  .section-index-case-study .list-item {
    margin-top: 40px; } }

@media (max-width: 767px) {
  .section-index-case-study .list-item {
    gap: 15px; }
    .section-index-case-study .list-item .study-item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
      .section-index-case-study .list-item .study-item .item-title {
        gap: 15px;
        font-size: 20px; } }

.section-index-wus {
  padding: 0; }
  .section-index-wus .wus-bg {
    background-color: var(--shop-wus-bg);
    padding: 80px 0;
    border-radius: 30px; }
  .section-index-wus .wus-banner {
    position: relative;
    display: flex;
    align-items: start;
    gap: 30px;
    padding-bottom: 4%; }
    .section-index-wus .wus-banner:before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 70%;
      height: 70%;
      background: var(--shop-color-text);
      border-radius: 30px; }
    .section-index-wus .wus-banner .banner {
      -ms-flex: 0 0 calc(46% - 15px);
      flex: 0 0 calc(46% - 15px);
      max-width: calc(46% - 15px); }
      .section-index-wus .wus-banner .banner img {
        width: 100%; }
      .section-index-wus .wus-banner .banner--2 {
        margin-top: 16%; }
    .section-index-wus .wus-banner .banner-title {
      position: absolute;
      right: 12px;
      bottom: 6%;
      transform: rotate(-180deg);
      writing-mode: vertical-rl;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 2px;
      color: #fff; }
  .section-index-wus .content-desc {
    font-size: 22px; }
  .section-index-wus .wus-hotline {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(205, 95, 55, 0.1);
    display: flex;
    align-items: center;
    gap: 40px; }
    .section-index-wus .wus-hotline .icon {
      position: relative; }
      .section-index-wus .wus-hotline .icon img {
        border-radius: 50%;
        max-width: 50px; }
      .section-index-wus .wus-hotline .icon span {
        position: absolute;
        top: calc(50% - 15px);
        right: -15px;
        width: 35px;
        height: 35px;
        line-height: 38px;
        text-align: center;
        display: inline-block;
        background: var(--shop-color-main);
        color: #fff;
        border-radius: 50%;
        font-size: 20px; }
    .section-index-wus .wus-hotline .title .text {
      color: #4A5568;
      margin-right: 5px; }
    .section-index-wus .wus-hotline .title .num {
      font-size: 22px; }
  @media (min-width: 1200px) {
    .section-index-wus .wus-bg.has-bg {
      background-size: cover;
      background-position: top center; }
    .section-index-wus .wus-content {
      padding-left: 15px; } }
  @media (max-width: 1199px) {
    .section-index-wus .wus-bg, .section-index-wus .wus-banner:before {
      border-radius: 20px; } }
  @media (max-width: 991px) {
    .section-index-wus .wus-content {
      margin-top: 30px;
      text-align: center; }
    .section-index-wus .wus-hotline {
      justify-content: center; } }
  @media (max-width: 767px) {
    .section-index-wus .wus-bg {
      padding: 40px 0; }
    .section-index-wus .wus-banner {
      gap: 15px; }
      .section-index-wus .wus-banner .banner-title {
        font-size: 12px; }
    .section-index-wus .content-desc {
      font-size: 16px; }
    .section-index-wus .wus-hotline {
      margin-top: 30px;
      padding-top: 30px;
      gap: 25px; } }

.section-index-procedure .procedure-title {
  top: 90px;
  position: sticky;
  -webkit-transition: top 0.4s ease;
  -moz-transition: top 0.4s ease;
  transition: top 0.4s ease; }

.section-index-procedure .procedure-content .procedure-item {
  position: relative;
  display: flex;
  align-items: start;
  gap: 15px; }
  .section-index-procedure .procedure-content .procedure-item .icon {
    position: relative;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--shop-color-text);
    border-radius: 50%; }
    .section-index-procedure .procedure-content .procedure-item .icon:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: var(--shop-color-main);
      border-radius: 50%;
      height: 100%;
      width: 100%;
      transform: scale(0);
      transition: all 0.4s ease-in-out; }
    .section-index-procedure .procedure-content .procedure-item .icon img {
      max-width: 35px;
      position: relative; }
  .section-index-procedure .procedure-content .procedure-item .detail .title {
    font-size: 22px;
    margin-bottom: 5px; }
  .section-index-procedure .procedure-content .procedure-item .detail .desc {
    color: #4A5568;
    margin-bottom: 0; }
  .section-index-procedure .procedure-content .procedure-item:hover .icon:before {
    transform: scale(1); }
  .section-index-procedure .procedure-content .procedure-item:not(:last-child) {
    padding-bottom: 60px; }
    .section-index-procedure .procedure-content .procedure-item:not(:last-child):before {
      content: '';
      position: absolute;
      top: 65px;
      left: 30px;
      width: 1px;
      height: calc(100% - 70px);
      background: rgba(205, 95, 55, 0.1); }

@media (max-width: 991px) {
  .section-index-procedure .procedure-title {
    text-align: center; }
  .section-index-procedure .procedure-content {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .section-index-procedure .procedure-content .procedure-item:not(:last-child) {
    padding-bottom: 30px; }
    .section-index-procedure .procedure-content .procedure-item:not(:last-child):before {
      top: 50px;
      left: 22px;
      height: calc(100% - 55px); }
  .section-index-procedure .procedure-content .procedure-item .icon {
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    line-height: 45px; }
    .section-index-procedure .procedure-content .procedure-item .icon img {
      max-width: 22px; }
  .section-index-procedure .procedure-content .procedure-item .detail .title {
    font-size: 18px; } }

.section-index-review {
  padding: 0; }
  .section-index-review .review-bg {
    background-color: var(--shop-review-bg);
    color: var(--shop-review-color);
    padding: 80px 0;
    border-radius: 30px; }
  .section-index-review .heading-title .title2{color:#fff;}  
  .section-index-review .heading-title .title1, .section-index-review .heading-title .desc {
    color: var(--shop-review-color); }
  .section-index-review .review-founder {
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .section-index-review .review-founder .name {
      font-size: 22px;
      margin: 0; }
  .section-index-review .list-review {
    margin-top: 60px; }
    .section-index-review .list-review:not(.owl-loaded) {
      display: flex;
      overflow: hidden;
      gap: 30px; }
      .section-index-review .list-review:not(.owl-loaded) .review-item {
        flex: 0 0 calc(100%/3); }
    .section-index-review .list-review .review-item .info {
      margin-top: 30px;
      padding-top: 30px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      display: flex;
      align-items: center;
      gap: 10px; }
      .section-index-review .list-review .review-item .info .icon img {
        max-width: 50px;
        border-radius: 50%; }
      .section-index-review .list-review .review-item .info .title p {
        margin: 0; }
      .section-index-review .list-review .review-item .info .title .name {
        font-size: 18px; }
  .section-index-review .owlCarousel-style .owl-dots .owl-dot {
    border: 2px solid transparent;
    border-radius: 50%; }
    .section-index-review .owlCarousel-style .owl-dots .owl-dot span {
      background: rgba(255, 255, 255, 0.5); }
    .section-index-review .owlCarousel-style .owl-dots .owl-dot.active {
      border-color: var(--shop-review-color); }
      .section-index-review .owlCarousel-style .owl-dots .owl-dot.active span {
        background: var(--shop-review-color); }
  @media (min-width: 1200px) {
    .section-index-review .review-bg.has-bg {
      background-image: url(//theme.hstatic.net/200000989925/1001346778/14/index_review_bg_img.jpg?v=1836);
      background-size: cover;
      background-position: top center; }
    .section-index-review .review-banner {
      padding-right: 20px; } }
  @media (max-width: 1199px) {
    .section-index-review .review-bg {
      border-radius: 20px; } }
  @media (max-width: 991px) {
    .section-index-review .heading-title {
      margin-top: 30px; }
    .section-index-review .review-founder {
      text-align: center; }
    .section-index-review .list-review:not(.owl-loaded) .review-item {
      flex: 0 0 calc(100%/2); } }
  @media (max-width: 767px) {
    .section-index-review .review-bg {
      padding: 15px 0 40px; }
    .section-index-review .review-founder {
      padding-top: 25px; }
    .section-index-review .list-review {
      margin-top: 20px; }
      .section-index-review .list-review:not(.owl-loaded) .review-item {
        flex: 0 0 100%; } }

.section-index-std .std-img {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  display: flex;
  gap: 4px; }
  .section-index-std .std-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(72, 30, 11, 0) 66.06%, #481e0b 100%);
    z-index: 1; }
  .section-index-std .std-img .img {
    position: relative;
    -ms-flex: 0 0 calc(50% - 2px);
    flex: 0 0 calc(50% - 2px);
    max-width: calc(50% - 2px);
    color: var(--shop-color-bg); }
    .section-index-std .std-img .img span {
      position: absolute;
      bottom: 30px;
      left: 0;
      width: 100%;
      text-align: center;
      z-index: 2;
      font-size: 24px; }
    .section-index-std .std-img .img img {
      width: 100%; }

@media (max-width: 1199px) {
  .section-index-std .std-img {
    border-radius: 20px; } }

@media (max-width: 991px) {
  .section-index-std .row {
    gap: 15px; } }

@media (max-width: 767px) {
  .section-index-std .std-img .img span {
    bottom: 15px;
    font-size: 18px; } }

.section-index-counter {
  padding: 0; }
  .section-index-counter .list-counter {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 60px;
    padding: 60px 0;
    border-top: 1px solid rgba(72, 30, 11, 0.1); }
    .section-index-counter .list-counter .counter-item {
      display: flex;
      gap: 15px; }
      .section-index-counter .list-counter .counter-item .icon {
        flex: 0 0 50px; }
      .section-index-counter .list-counter .counter-item .counter-num {
        height: 2rem;
        font-size: 2rem;
        justify-content: start; }
      .section-index-counter .list-counter .counter-item .desc {
        margin: 0; }
  @media (min-width: 992px) {
    .section-index-counter .list-counter .counter-item {
      -ms-flex: 0 0 calc(100%/4 - 45px);
      flex: 0 0 calc(100%/4 - 45px);
      max-width: calc(100%/4 - 45px); }
      .section-index-counter .list-counter .counter-item:not(:last-child) {
        position: relative; }
        .section-index-counter .list-counter .counter-item:not(:last-child):before {
          content: '';
          position: absolute;
          top: 0;
          right: -30px;
          width: 1px;
          height: 100%;
          background: rgba(205, 95, 55, 0.1); } }
  @media (max-width: 991px) {
    .section-index-counter .list-counter {
      gap: 30px; }
      .section-index-counter .list-counter .counter-item {
        -ms-flex: 0 0 calc(100%/2 - 15px);
        flex: 0 0 calc(100%/2 - 15px);
        max-width: calc(100%/2 - 15px); } }
  @media (max-width: 767px) {
    .section-index-counter .list-counter {
      padding: 30px 0; }
      .section-index-counter .list-counter .counter-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        flex-flow: column;
        align-items: center; }
        .section-index-counter .list-counter .counter-item .counter-num {
          justify-content: center; } }

.section-index-form {
  padding: 0; }
  .section-index-form .form-bg {
    background-color: var(--shop-form-bg);
    padding: 80px 0 0;
    border-radius: 30px; }
  .section-index-form .form-booking .input-group {
    margin-bottom: 30px; }
    .section-index-form .form-booking .input-group input, .section-index-form .form-booking .input-group select {
      height: 58px;
      border: none;
      outline: none;
      border-radius: 60px;
      box-shadow: none; }
    .section-index-form .form-booking .input-group.select-group select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding: 8px 20px; }
    .section-index-form .form-booking .input-group.select-group i {
      position: absolute;
      top: calc(50% - 6px);
      right: 26px;
      color: var(--shop-color-text);
      z-index: 3; }
  .section-index-form .form-booking .button {
    width: 100%;
    height: 58px;
    text-transform: uppercase; }
  @media (min-width: 1200px) {
    .section-index-form .form-bg.has-bg {
      background-image: url(//theme.hstatic.net/200000989925/1001346778/14/index_form_bg_img.jpg?v=1836);
      background-size: cover;
      background-position: top center; } }
  @media (max-width: 1199px) {
    .section-index-form .form-bg {
      border-radius: 20px; } }
  @media (max-width: 991px) {
    .section-index-form .form-bg {
      padding: 40px 0; }
    .section-index-form .form-banner {
      margin-bottom: 30px;
      text-align: center; } }
  @media (max-width: 767px) {
    .section-index-form .form-booking .input-group {
      margin-bottom: 20px; }
      .section-index-form .form-booking .input-group input, .section-index-form .form-booking .input-group select {
        height: 45px;
        font-size: 14px; }
    .section-index-form .form-booking .button {
      height: 45px; }
    .section-index-form .form-booking .field-error {
      bottom: -12px; } }

.section-index-blog .item-article .info-article {
  padding: 20px 15px; }
  .section-index-blog .item-article .info-article .title-article {
    display: flex;
    align-items: center;
    gap: 15px; }
    .section-index-blog .item-article .info-article .title-article h4 {
      margin: 0;
      font-size: 22px; }

.section-index-blog .btn-more .btn-icon {
  background: var(--shop-color-main); }
  .section-index-blog .btn-more .btn-icon:hover {
    background: var(--shop-color-text);
    color: var(--shop-color-bg); }

.section-index-blog .owlCarousel-style .owl-dots .owl-dot {
  border: 2px solid transparent;
  border-radius: 50%; }
  .section-index-blog .owlCarousel-style .owl-dots .owl-dot span {
    background: rgba(72, 30, 11, 0.5); }
  .section-index-blog .owlCarousel-style .owl-dots .owl-dot.active {
    border-color: var(--shop-color-text); }
    .section-index-blog .owlCarousel-style .owl-dots .owl-dot.active span {
      background: var(--shop-color-text); }

@media (max-width: 767px) {
  .section-index-blog .item-article .info-article .title-article h4 {
    font-size: 18px; } }
    