.section-apple {
  padding: 72px 0;
}

.bg-icon1 {
  background-image: url('../media/img/apple/bg-vi.svg');
  background-size: auto 549px;
  background-repeat: no-repeat;
  background-position: bottom 45% left calc(30% - 260px);
}

.bg-icon2 {
  background-image: url('../media/img/apple/bg-vi-2.svg');
  background-size: auto 600px;
  background-repeat: no-repeat;
  background-position: bottom 45% left calc(42% - 260px);
}

.section-apple .section-title {
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 56px;
}

.section-apple .section-title.d-block span {
  display: block;
}

.section-apple .section-title span:first-child {
  color: #DC2626;
}
.section-apple .section-title span:last-child {
  color: #05579E;
}

.section-apple .section-title.color-white span {
  color: #fff;
}

.list-as > * {
  padding: 24px;
  max-width: 550px;
  display: block;
}

.list-as--item {
    background-image: url('../media/img/apple/tick-circle-40x40.svg');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 24px 24px;
    padding-left: 88px;
}

.list-as--item strong {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #0F172A;
  margin-bottom: 16px;
  display: block;
}

.list-as--item p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #64748B;
  margin-bottom: 0;
}

.img-as {
  background-color: #F1F5F9;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-as img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.section-apple .btn-primary, .btn-apple, .sticky-bottom .btn-primary {
  margin-top: 56px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 16px;
  border-radius: 12px;
  background-color: #066CC4;
  border-color: #066CC4;
  outline: none;
  box-shadow: none !important;
}

.section-apple .btn-light {
  margin-top: 56px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 16px;
  border-radius: 12px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #05579E;
  outline: none;
  box-shadow: none !important;
}

.list-box-as {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin: 0 -12px;
}

.box-as {
    background-color: #fff;
    box-shadow: 0px 12px 24px 0px #0000000A;
    border-radius: 24px;
    padding: 24px;
    flex: 0 0 auto;
    width: calc(25% - 24px);
    min-height: 470px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
}

.box-as:hover {
    box-shadow: 0px 12px 24px 0px #0000001A;
    transition: all 0.3s ease-in-out;
}

.box-as--icon {
    display: inline-block;
    width: 72px;
    height: 72px;
    margin-bottom: 24px;    
}
.box-as--title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #0F172A;
    margin-bottom: 16px;
}
.box-as--desc {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #64748B;
    margin-bottom: 0;
}

.box-as--desc strong {
    color: #0F172A;
}

.box-as--link {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #05579E;
    text-decoration: none;
    display: inline-flex;
    gap: 4px;
    align-items: center;
}

.box-as--link:hover {
    text-decoration: underline;
    color: #05579E;
}

.box-news {
    background-color: #fff;
    box-shadow: 0px 12px 24px 0px #0000000A;
    border-radius: 24px;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.box-news.skeleton {
    height: 100%;
}

.box-news:hover {
    box-shadow: 0px 12px 24px 0px #0000001A;
    transition: all 0.3s ease-in-out;
}

.box-news--img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px 24px 0 0 !important;
    overflow: hidden !important;
    
}

.box-news--content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
}

.box-news--sale {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #05579E;
}

.box-news--title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #0F172A;
}

.box-news--date {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #64748B;
    display: flex;
    gap: 12px;
    align-items: center;
}

.accordion-apple > * {
  margin-bottom: 24px;
  border: 1px solid #E2E8F0 !important;
  border-radius: 24px !important;
  transition: all 0.3s ease-in-out;
}

.accordion-apple .accordion-item.open {
    border: 1px solid #4DA9FA !important;
}

.accordion-apple .accordion-header {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #0F172A;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;  
}

.accordion-apple .accordion-body {
  padding: 24px;
}

.accordion-apple .accordion-item .accordion-header img {
  transform: rotate(-180deg) !important;
  transition: all 0.3s ease-in-out;
}

.accordion-apple .accordion-item.open .accordion-header img {
  transform: rotate(0deg) !important;
  transition: all 0.3s ease-in-out;
}

.section-instruction-own {
  background-color: rgb(6, 108, 196);
}

.section-instruction-own .instruction-wraper {
  max-width: 1200px;
}

.section-instruction-own .illustration {
  margin-right: 0;
  margin-left: 76px;
}

.section-instruction-own .instruction-wraper .steps .steps-wrap .step-item {
  background-color: transparent;
  border-radius: 24px;
  padding: 5px;
  margin-bottom: 19px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.section-instruction-own .instruction-wraper .steps .steps-wrap .step-item .step-item-content {
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  gap: 24px;
  align-items: center;
  width: 100%;
}


.section-instruction-own .instruction-wraper .steps .steps-wrap .step-item.active {
  background-color: #FFFFFF1F;
  transition: all 0.3s ease-in-out;
}

.section-instruction-own .instruction-wraper .steps .steps-wrap .step-item.active .step-no {
  background-color: #05579E;
  color: #fff;
  border: none;
}

.section-instruction-own .instruction-wraper .steps .steps-wrap .step-item .step-no {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: #C4E2FD;
  border-radius: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #05579E;
  border: none;
}

.section-instruction-own .instruction-wraper .steps .steps-wrap .step-item .step-no::before,
.section-instruction-own .instruction-wraper .steps .steps-wrap .step-item .step-no::after { 
  content: '';
  position: absolute;
  width: 2px;
  height: 64px;
  background-color: #C4E2FD;
  left: 49%;
  transform: translateY(-49%);
}

.section-instruction-own .instruction-wraper .steps .steps-wrap .step-item .step-no::before {
  top: -38px;
}
.section-instruction-own .instruction-wraper .steps .steps-wrap .step-item .step-no::after {
  top: 78px;
}

.section-instruction-own .instruction-wraper .steps .steps-wrap .step-item:first-child .step-no::before {
  display: none;
}
.section-instruction-own .instruction-wraper .steps .steps-wrap .step-item:last-child .step-no::after {
  display: none;
}

.section-instruction-own .instruction-wraper .steps .steps-wrap .step-item .step-content {
  padding: 0;
}
.section-instruction-own .instruction-wraper .steps .steps-wrap .step-item .step-content h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #0F172A;
}

.section-instruction-own .illustration .illustration-inner .phone-base {
  filter: none;
  -webkit-filter: none;
}

.footer .notice-policy, .footer .download-last {
  display: none !important;
}

.btn-apple {
  margin: 24px 16px;
  color: #fff;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1000;
}

.btn-apple.sticky-bottom {
  margin: 0;
  border-radius: 0;
}

@media (min-width: 1024px) {
  .btn-apple {
    display: none !important;
  }
  
}

@media (max-width: 1024px) {
  .section-apple .section-title {
    font-size: 28px;
    line-height: 36px;
  }
  .section-apple .section-title span:first-child {
    font-size: 28px;
    line-height: 36px;
  }
  .section-apple .section-title span:last-child {
    font-size: 28px;
    line-height: 36px;
  }
  .list-as--item strong {
    font-size: 20px;
    line-height: 28px;
  }
  .list-as--item p {
    font-size: 16px;
    line-height: 24px;
  }
  .section-instruction-own .illustration {
    margin-left: 24px;
    margin-right: 24px;
  }
  
}

@media (max-width: 820px) {
  .box-as {
    width: calc(45% - 24px);
  }
  .section-instruction-own .instruction-wraper .steps .steps-wrap .step-item .step-item-content {
    padding: 16px;
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .section-apple .section-title {
    font-size: 24px;
    line-height: 32px;
  }
  .section-apple .section-title span:first-child {
    font-size: 24px;
    line-height: 32px;
  }
  .section-apple .section-title span:last-child {
    font-size: 24px;
    line-height: 32px;
  }
  .list-as--item strong {
    font-size: 18px;
    line-height: 24px;
  }
  .list-as--item p {
    font-size: 14px;
    line-height: 20px;
  }
  .swiper-khampha {
    padding-bottom: 50px;
    --swiper-theme-color: #05579E;
  }
  .swiper-khampha>.swiper-pagination-bullets {
    bottom: -10px;
  }
}

@media screen and (min-width: 1100px) {
  .section-apple .btn-primary, .sticky-bottom .btn-primary {
    padding: 16px 32px;
    font-size: 20px;
    line-height: 28px;
  }
  .section-apple .btn-light {
    padding: 16px 32px;
    font-size: 20px;
    line-height: 28px;
  }
  
}