.home-banner-mobile {
  display: none;
}


.home-banner-mobile .btn-sw {
  padding: 10px 16px !important;
}
.home-banner .wrap-btn-home {
  display: flex;
  align-items: center;
  gap: 16px;
  /*margin-top: 40px;*/
  flex-wrap: wrap;
}
.home-banner-mobile .text-box .wrap-btn-home {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: start;
}

.wrap-btn-home {
	padding: 0px 16px;
}

.home-banner .wrap-btn-home p {
  margin: 0px;
}

.section-home-1 .col {
  padding-bottom: 0px;
}
.section-home-1 .col .col-inner {
  text-align: center;
}
.section-home-1 .col p {
  margin-bottom: 0px;
}
.section-home-1 .col span {
  font-size: var(--fz-36);
  font-weight: 700;
  line-height: 1.5;
  color: var(--text-heading);
  margin-bottom: 4px;
}

.section-home-1 .col .desc {
  font-size: var(--fz-16);
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-description);
}
.section-home-2 .title-48 {
  margin-bottom: 16px;
}
.section-home-2 .global-heading span {
  color: var(--primary-color);
}
.section-home-2 .col .col-inner {
  height: 100%;
}
.section-home-2 .icon-box {
  padding: 24px;
  border-radius: 16px;
 border-top: 1px solid transparent;
  border: 1.5px solid #dbdada;
  background: #fff;
  cursor: pointer;
/*   transition: all 0.2s ease; */
  height: 100%;
}

.section-home-2 .icon-box .icon {
  border-radius: 16px;
  background: rgba(201, 168, 76, 0.15);
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}


.section-home-2 .icon-box .icon .icon-inner {
  width: 60px;
  height: 60px;
}
.section-home-2 .icon-box .icon-box-text h3 {
  color: #403F3E;
  margin-bottom: 20px;
}
.section-home-2 .icon-box .icon-box-img {
  margin-bottom: 20px;
}


.section-home-2 .icon-box:hover {
  border-radius: 16px;
/*   border-top: 6px solid #fec00f;
  border-right: 1.5px solid #fec00f;
  border-bottom: 1.5px solid #fec00f;
  border-left: 1.5px solid #fec00f; */
	 border-color: #fec00f;
	box-shadow:
    inset 0 4px 0 0 #fec00f,  
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  background: #fff;
/*   box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1); */
}
.section-home-2 .icon-box:hover .icon {
  background: #fec00f;
}
.section-home-2 .icon-box .icon img {
  transition: all 0.3s ease;
}
.section-home-2 .icon-box:hover .icon img {
  filter: brightness(0) invert(1);
}

.section-home-3 .row {
	align-items: center;
}

.section-home-2 .center-btn {
	display: flex;
	justify-content: center;
	margin: auto;
}

.section-home-3 .col-left .img {
  border-radius: 24px;
  border: 3px solid #fff;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin-bottom: 0px !important;
}

.section-home-3 .wrap-heading span {
  color: var(--primary-color);
}
.section-home-3 .wrap-content * {
  margin-bottom: 10px;
}
.section-home-3 .wrap-content ul li {
  margin-bottom: 0px;
  list-style: disc;
  margin-left: 2rem;
}
.section-home-3 .title-48,
.section-home-3 .wrap-content *:last-child {
  margin-bottom: 0px;
}

.section-home-3  .btn.btn-primary {
  margin: auto;
}

.section-home-3 .col-right .col-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.section-home-4 .wrap-main {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
  align-items: start;
}   

.section-home-4  .section-wrap-about .img-action {
    display: none;
    opacity: 0;
    transition: 0.4s ease;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.section-home-4  .section-wrap-about .img-action img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-home-4 .section-wrap-about .img-action.active {
    display: block;
    opacity: 1;
}
.section-home-4 .col-left {
  height:  100%;
}
.section-home-4 .col-left .box-number {
  position: absolute;
  right: -66px;
  bottom: 0px;
  border-radius: 16px;
  background: var(--text-white);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  padding: 8px 32px 20px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-home-4 .col-left .number {
  font-size: var(--fz-48);
  font-weight: 700;
  line-height: 1.5;
  color: var(--primary-color);
}
.section-home-4 .col-left .box-number span {
  font-size: var(--fz-16);
  font-weight: 700;
  line-height: 1.5;
  color: var(--primary-color);
}


.section-home-4 .col-right .global-heading h2 {
  margin-bottom: 16px;
}
.section-home-4 .col-right .global-heading .desc {
  color: var(--text-heading);
  font-weight: 400;
}
.section-home-4 .list-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section-home-4 .list-content .item {
  display: flex;
  gap: 24px;
  align-items: start;
  padding: 16px;
  border-radius: 16px;
  /*transition: all 0.3s ease;*/
}
.section-home-4 .list-content .item .icon {
  border-radius: 12px;
  background: var(--text-white);
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;  
  align-items: center;
}
.section-home-4 .list-content .item .content {
  flex: 1;
}
.section-home-4 .list-content .item .content h3 {
  color: var(--text-heading);
  font-weight: 700;
  margin-bottom: 8px;
}
.section-home-4 .list-content .item .content .desc {
  color: var(--text-heading);
}
.section-home-4 .list-content .item.active,
.section-home-4 .list-content .item:hover {
background: rgba(255, 255, 255, 0.20);
}

.section-home-6 .wrap-main {
  display: grid;
   grid-template-columns: calc(602 / 1400 * 100%) 1fr; 
  gap: 54px;
  align-items: center;
}
.section-home-6 .col-left .item .icon {
  text-align: start;
  width: 38px;
  height: 40px;
}
.section-home-6 .col-left .item .content{
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: start;
  text-align: start;
  margin: 24px 0px;
}
.section-home-6 .col-left .item .content .desc {
  color: var(--text-description);
}
.section-home-6 .col-left .item .wrap-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-home-6 .col-left .item .wrap-info .avatar {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.section-home-6 .col-left .item .wrap-info .info {
  flex: 1;
}
.section-home-6 .col-left .item .wrap-info .info .name {
  color: #101828;
  font-weight: 600;
  margin-bottom: 0px;
}
.section-home-6 .col-left .item .wrap-info .info .desc {
  color: #8B8B8B;
}

/*  */
.section-home-6 .col-right {
    position: relative;
    width: 100%;
    /*aspect-ratio: 1/1;*/
    overflow: hidden;
    user-select: none;
    border-radius: 24px;
    border: 2px solid  #FEC00F; 
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    height: 403px;
}

.section-home-6 .img-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.section-home-6 .img-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.section-home-6 .image-after {
    z-index: 1;
}

.section-home-6 .image-before {
    z-index: 2;
    clip-path: inset(0 50% 0 0); 
}

.section-home-6 .slider-range {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
	-webkit-appearance: none;
    appearance: none;
    z-index: 10;
    cursor: pointer;
    margin: 0;
}

.section-home-6 .slider-button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%; 
    width: 2px;
    background: #FEC00F;
    z-index: 9;
    transform: translateX(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-home-6 .slider-button .icon {
    width: 48px;
    height: 48px;
    background: var(--text-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 99;
    border: 1px solid #FEC00F;
}

.section-home-6 .slider-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 48px; 
    height: 100vh; 
    background: rgba(0, 0, 0, 0); 
}

.section-home-6 .slider-range::-moz-range-thumb {
    width: 48px;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    border: none;
}

.section-home-6 .global-style-1 {
  position: absolute;
  bottom: 45px;
  left: 32%;
  z-index: 10;
}

.section-home-7 .img-inner {
  border-radius: 24px;
  overflow: hidden;
  border: 4px solid #FFF;
  background: rgba(255, 255, 255, 0.00);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}
.section-home-7 .img-inner img {
	height: 100%;
	object-fit: cover;
}

.section-home-7 .row-box .title-36 {
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .section-home-4 .wrap-main {
    grid-template-columns: repeat(2, 1fr); 
    gap: 90px;
  }  
}
@media (min-width: 1200px) {
	.section-home-1 .row {
		max-width: 1280px;
	}
  .section-home-2 .col {
    padding: 0 12px 24px;
  }

  .section-home-3 .col-left {
    flex-basis: 54%;
    max-width: 54%;
  }
  .section-home-3 .col-right {
    flex-basis: 46%;
    max-width: 46%;
    padding-left: 34px;
  }
  .section-home-3 .col {
    padding-bottom: 0px;
  }
  .section-home-4 .wrap-main {
    grid-template-columns: calc(518 / 1400 * 100%) 1fr; 
    gap: 135px;
  }  
  .section-home-4 .section-wrap-about .img-action {
    height: 601px;
  }
  .section-home-6 .row-bottom .col {
    padding: 0px 50px;
  }
  .section-home-7 .main-video .col-inner {
    margin: auto !important;
  }
  .section-home-7 .row-box {
    max-width: 1024px;
    margin-top: 23px;
  }
  .section-home-7 .row-box .col {
    padding-bottom: 0px;
  }
	.section-home-7 .img-inner {
		height: 585px;
	}
}

@media (max-width: 1024px) {
  .section-home-1 .col {
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .section-home-4 .col-left .box-number {
    right: 0px;
  }
}

@media (max-width: 567px) {
  .section-home-6 .wrap-main {
    grid-template-columns: repeat(1,1fr);
    gap: 30px;
  }
   .section-home-6 .wrap-main .col-left {
    order: 1;
   }
   .section-home-6 .global-style-1 {
    position: static;
   }
   .home-banner-desktop {
    display: none;
  }
  .home-banner-mobile {
    display: block;
  }
}

