.application-section {
  padding-top: 80px;
}
.application-section.secondary-theme .mobile {
  height: 360px;
}
.application-section .box {
  padding: 20px;
  box-shadow: 7.66px 6.428px 100px 0px rgba(0, 0, 0, 0.12);
}
.application-section .nav .nav-link {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
}
.application-section .nav .nav-link:hover {
  color: #ffffff;
}
.application-section .nav .nav-link b {
  font-size: 16px;
}
.application-section .nav .nav-link i {
  font-size: 27px;
  height: 27px;
}
.application-section .nav .nav-link img {
  width: 32px;
  height: 32px;
  display: block;
}
.application-section .top-bar {
  padding-top: 10px;
  padding-bottom: 30px;
}
.application-section .bottom-bar {
  padding: 0px 30px;
}
.application-section .header-section {
  padding-top: 30px;
}
.application-section .nav {
  padding-bottom: 30px;
}
.application-section .mobile {
  width: 100%;
  height: 450px;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 1200px) {
  .application-section {
    padding-top: 75px;
  }
}
@media screen and (max-width: 992px) {
  .application-section {
    padding-top: 0;
  }
  .application-section .box {
    padding: 15px;
  }
  .application-section .nav .nav-link {
    font-size: 13px;
  }
  .application-section .nav .nav-link b {
    font-size: 15px;
  }
  .application-section .nav .nav-link i {
    font-size: 22px;
    height: 22px;
  }
  .application-section .top-bar {
    padding-top: 5px;
    padding-bottom: 20px;
  }
  .application-section .bottom-bar {
    padding: 0px 20px;
  }
  .application-section .header-section {
    padding-top: 20px;
  }
  .application-section .nav {
    padding-bottom: 20px;
  }
  .application-section .mobile {
    position: relative !important;
    right: 0 !important;
    transform: unset !important;
    object-position: right;
    max-height: 220px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 430px) {
  .application-section .nav .nav-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .application-section .nav .nav-item:last-child {
    margin-bottom: 0 !important;
  }
}

.why-choice .swiper-container {
  padding-top: 50px;
}

.why-choice .item {
  box-shadow: 0px 10px 80px 0px rgba(0, 0, 0, 0.08);

  padding-top: 74px !important;
}

.why-choice .item .icon {
  width: 100px;

  height: 100px;

  background-image: -moz-linear-gradient(120deg, #03263f 0%, #27516f 100%);

  background-image: -webkit-linear-gradient(120deg, #03263f 0%, #27516f 100%);

  background-image: -ms-linear-gradient(120deg, #03263f 0%, #27516f 100%);

  box-shadow: 4px 6.928px 60px 0px rgba(3, 38, 63, 0.4);
}

.why-choice .item .icon i {
  font-size: 45px;

  height: 45px;
}

.why-choice .item .title {
  font-size: 18px;
}

.why-choice .item .subtitle {
  font-size: 14px;
}

@media screen and (max-width: 992px) {
  .why-choice {
    overflow: hidden;

    margin-bottom: 0 !important;

    padding-bottom: 50px !important;
  }

  .why-choice .swiper-container {
    padding-top: 35px;
  }

  .why-choice .item {
    max-width: 200px;

    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);

    padding-top: 51px !important;
  }

  .why-choice .item .icon {
    width: 70px;

    height: 70px;
  }

  .why-choice .item .icon i {
    font-size: 30px;

    height: 30px;
  }

  .why-choice .item .title {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .why-choice {
    margin-bottom: 0px !important;

    padding-bottom: 30px !important;
  }
}

.hint-app-section.secondary-theme .item .icon i {
  opacity: 1;
}
.hint-app-section.secondary-theme .item .icon .number {
  box-shadow: 3px 5.196px 40px 0px rgba(224, 196, 96, 0.4);
}
.hint-app-section .item:last-child .arrow-img {
  display: none;
}
.hint-app-section .item .arrow-img {
  max-height: 25px;
  bottom: 12.5px;
}
.hint-app-section .item .main-img {
  max-height: 340px;
  max-width: 200px;
  object-fit: contain;
  object-position: top center;
}
.hint-app-section .item .icon {
  width: 90px;
  height: 90px;
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.06);
  margin-top: 15px;
}
.hint-app-section .item .icon i {
  font-size: 35px;
  height: 35px;
  color: #03263f;
  opacity: 0.4;
}
.hint-app-section .item .icon .number {
  width: 25px;
  height: 25px;
  box-shadow: 3px 5.196px 40px 0px rgba(3, 38, 63, 0.4);
  font-size: 14px;
}
.hint-app-section .item .title {
  font-size: 19px;
}
.hint-app-section .item .subtitle {
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .hint-app-section .item .arrow-img {
    max-height: 20px;
  }
  .hint-app-section .item .main-img {
    max-width: 170px;
    max-height: 250px;
  }
  .hint-app-section .item .icon {
    width: 80px;
    height: 80px;
  }
  .hint-app-section .item .icon i {
    font-size: 30px;
    height: 30px;
  }
  .hint-app-section .item .icon .number {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .hint-app-section .item .title {
    font-size: 18px;
  }
  .hint-app-section .item .subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .hint-app-section {
    overflow: hidden;
  }
  .hint-app-section .swiper-container {
    overflow: visible !important;
  }
  .hint-app-section .item {
    max-width: 200px;
  }
  .hint-app-section .item .arrow-img {
    max-height: 15px;
  }
  .hint-app-section .item .icon {
    width: 80px;
    height: 80px;
  }
  .hint-app-section .item .icon i {
    font-size: 30px;
    height: 30px;
  }
  .hint-app-section .item .title {
    font-size: 17px;
  }
}

.sec-8 .accordion.border-theme .accordion-item {
  box-shadow: 2px 3px 40px 0px rgba(0, 0, 0, 0);
  border: 3px solid #f5f5f5 !important;
}
.sec-8 .accordion.border-theme .accordion-item:has(> .accordion-collapse.show),
.sec-8
  .accordion.border-theme
  .accordion-item:has(> .accordion-collapse.collapsing) {
  box-shadow: 2px 3px 40px 0px rgba(0, 0, 0, 0.06);
  border-color: #ffffff !important;
}
.sec-8 .accordion.border-theme .accordion-button {
  color: #03263f !important;
}
.sec-8 .accordion.border-theme .accordion-button.collapsed {
  color: #4c4c4c !important;
}
.sec-8 .accordion.border-theme .accordion-button i {
  position: relative;
  top: 4px;
}
.sec-8 .accordion-item {
  box-shadow: 2px 3px 40px 0px rgba(0, 0, 0, 0.06);
}
.sec-8 .accordion-header {
  outline: none !important;
}
/* .sec-8 .accordion-body {
  max-height: 100px;
  overflow-y: auto;
} */
.sec-8 .accordion-button {
  outline: none !important;
  font-size: 18px;
  color: #e0c460 !important;
}
.sec-8 .accordion-button:after {
  display: none;
}
.sec-8 .accordion-button.collapsed {
  color: #4c4c4c !important;
}
.sec-8 .accordion-button.collapsed i {
  font-size: 24px;
  height: 24px;
}
.sec-8 .accordion-button.collapsed i.minus {
  display: none;
}
.sec-8 .accordion-button.collapsed i.plus {
  display: block;
}
.sec-8 .accordion-button i {
  font-size: 24px;
  height: 24px;
}
.sec-8 .accordion-button i.plus {
  display: none;
}
.sec-8 .text-public {
  font-size: 16px;
}
.sec-8 .search-box input {
  background-color: #f5f5f5;
  height: 58px;
}
.sec-8 .search-box .btn-search {
  left: 16px;
}
.sec-8 .search-box .btn-search i {
  font-size: 22px;
  height: 22px;
}
.sec-8 .form .label {
  font-size: 16px;
  right: 24px;
}
.sec-8 .form input,
.sec-8 .form textarea {
  height: 65px;
  border: 3px solid #f0f0f0;
}
.sec-8 .form textarea {
  height: 126px;
}
.sec-8 .form .btn-submit {
  height: 65px;
}
.sec-8 .form .btn-submit:before {
  background-color: #e0c460 !important;
}

@media screen and (max-width: 1200px) {
  .sec-8 .accordion-button {
    font-size: 16px;
  }
  .sec-8 .accordion-button i {
    font-size: 20px;
    height: 20px;
  }
  .sec-8 .text-public {
    font-size: 15px;
  }
  .sec-8 .search-box input {
    border-radius: 10px !important;
    height: 50px;
  }
  .sec-8 .search-box .btn-search i {
    font-size: 18px;
    height: 18px;
  }
  .sec-8 .form .label {
    position: relative !important;
    font-size: 15px;
    right: unset;
    top: unset !important;
    transform: unset !important;
  }
  .sec-8 .form input,
  .sec-8 .form textarea {
    height: 50px;
    border-radius: 10px !important;
  }
  .sec-8 .form textarea {
    height: 100px;
  }
  .sec-8 .form .btn-submit {
    height: 50px;
    border-radius: 10px !important;
  }
}

.wp-video,
.wp-video video {
  width: 100% !important;
  height: auto !important;
}

.header-section-v-2 {
  font-size: 28px;
}
.header-section-v-2.large-theme {
  font-size: 32px;
}
.header-section-v-2.large-theme .line {
  width: 450px;
}
.header-section-v-2 .circle {
  width: 13px;
  height: 13px;
  min-width: 13px;
  margin-left: 10px;
}
.header-section-v-2 .line {
  width: 120px;
  height: 1px;
  background-color: #d9d9d9;
}

@media screen and (max-width: 1400px) {
  .header-section-v-2 {
    font-size: 26px;
  }
  .header-section-v-2.large-theme {
    font-size: 26px;
  }
  .header-section-v-2.large-theme .line {
    width: 350px;
  }
  .header-section-v-2 .line {
    width: 85px;
  }
}

@media screen and (max-width: 1200px) {
  .header-section-v-2 {
    font-size: 24px;
  }
  .header-section-v-2.large-theme {
    font-size: 24px;
  }
  .header-section-v-2.large-theme .line {
    width: 250px;
  }
  .header-section-v-2 .circle {
    width: 12px;
    height: 12px;
    min-width: 12px;
  }
  .header-section-v-2 .line {
    width: 90px;
  }
}

@media screen and (max-width: 576px) {
  .header-section-v-2.large-theme .line {
    width: 90px;
  }
}

.related-pages {
  border: 1px solid #ebebeb;
}

.related-pages .related-pages-items {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
}

.related-pages .related-page-item img {
  width: 90px;
  height: 75px;
}

.has-read-more-g {
  overflow: hidden;
}

.g-read-more {
  position: relative;
  height: 80px;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  margin-top: -60px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: end;
}

.g-read-more .g-read-more-btn {
  cursor: pointer;
  width: auto;

  color: var(--bs-link-hover-color);
}

h1:not(.accordion-header):not(.subtitle):not(.legal-info-single-title):not(
    .post-single-title
  ),
h2:not(.accordion-header):not(.subtitle),
h3:not(.accordion-header):not(.subtitle),
h4:not(.accordion-header):not(.subtitle),
h6:not(.accordion-header):not(.subtitle),
h1:not(.accordion-header):not(.subtitle) *,
h2:not(.accordion-header):not(.subtitle) *,
h3:not(.accordion-header):not(.subtitle) *,
h4:not(.accordion-header):not(.subtitle) *,
h6:not(.accordion-header):not(.subtitle) * {
  font-family: hamrah !important;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  font-weight: 200 !important;
}
