h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
}
a,
a:hover,
a:focus {
    text-decoration: none;
}
*,
*:focus {
    outline: none !important;
}
:root {
    --color1: #45914a;
    --color2: #cc2d26;
    --color3: #4b9bdb;
    --color4: #FFCF33;
    --color5: #fa8b4f;
    --color6: #31a839;
    --color7: #48b5cc;
    --color8: #faeb4f;
    --color9: #ff7526;
    --border-radius: 12px;
}
body {
    font-family: "Lexend", sans-serif;
    color: #000;
    font-size: clamp(13px, 1.14vw, 16px);
}
.text-effect .splitting .char,
.aos-animate .splitting .char {
    -webkit-animation: slide-in-1 1s cubic-bezier(0.5, 0, 0.5, 1) both;
    animation: slide-in-1 1s cubic-bezier(0.5, 0, 0.5, 1) both;
    -webkit-animation-delay: calc(60ms * var(--char-index));
    animation-delay: calc(60ms * var(--char-index));
}
@-webkit-keyframes slide-in-1 {
    from {
        -webkit-transform: translateY(-1em) rotate(-0.2turn) scale(0.5);
        transform: translateY(-1em) rotate(-0.2turn) scale(0.5);
        opacity: 0;
    }
}
@keyframes slide-in-1 {
    from {
        -webkit-transform: translateY(-1em) rotate(-0.2turn) scale(0.5);
        transform: translateY(-1em) rotate(-0.2turn) scale(0.5);
        opacity: 0;
    }
}
@-webkit-keyframes slide-in-2 {
    from {
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
        opacity: 0;
    }
}
@keyframes slide-in-2 {
    from {
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
        opacity: 0;
    }
}
@-webkit-keyframes slide-in-3 {
    from {
        -webkit-transform: translateX(-0.5em);
        transform: translateX(-0.5em);
        opacity: 0;
    }
}
@keyframes slide-in-3 {
    from {
        -webkit-transform: translateX(-0.5em);
        transform: translateX(-0.5em);
        opacity: 0;
    }
}
@media (min-width: 1680px) {
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: calc(100% - 148px) !important;
    }
}
@media (min-width: 1366px) and (max-width: 1679px) {
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: calc(100% - 108px) !important;
    }
}
@media (min-width: 1024px) and (max-width: 1365px) {
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: calc(100% - 68px) !important;
    }
}
.max-full {
    max-width: 100% !important;
}
.site-margin {
    margin-bottom: 100px;
}
.block-title {
    font-weight: 900;
    text-align: center;
    font-size: clamp(1.75rem, 1.1574rem + 2.963vw, 3.75rem);
    line-height: 1.1;
    margin-bottom: clamp(30px, 5.71vw, 66px);
    margin-bottom: 15px;
}
@media (min-width: 992px) {
    .pl-custom {
        padding-left: 130px;
    }
    .pr-custom {
        padding-right: 130px;
    }
}
header {
    padding: 15px 0;
}
header #header-container.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
header #header-container.sticky::before {
    content: "";
}
header .header-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}
header .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
header .header-left .logo {
    display: block;
}
header .header-left .logo img {
    max-height: clamp(110px, 9.71vw, 136px);
}
header .search-button {
    cursor: pointer;
}
header .navbar .navbar-toggler {
    border: 0;
    padding: 0;
}
header .navbar .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
header .navbar .navbar-collapse > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
}
header .navbar .navbar-collapse > ul > li {
    position: relative;
}
@media (min-width: 1200px) {
    header .navbar .navbar-collapse > ul > li:not(:last-child) {
        margin-right: 20px;
    }
    header .navbar .navbar-collapse > ul > li:not(:last-child):after {
        content: "";
        position: absolute;
        right: -10px;
        top: 0;
        bottom: 0;
        line-height: 1;
        width: 1px;
        height: 20px;
        background-color: currentColor;
        margin: auto;
    }
}
header .navbar .navbar-collapse > ul > li:hover > a {
    color: var(--color1);
}
header .navbar .navbar-collapse > ul > li > a {
    font-weight: 700;
    font-size: 14px;
    position: relative;
    padding: 10px 0 !important;
    color: #000;
}
header .navbar .navbar-collapse > ul > li > a:focus-visible {
    -webkit-box-shadow: none;
    box-shadow: none;
}
header .navbar .navbar-collapse > ul > li > a.active {
    color: var(--color1);
}
header .navbar .navbar-collapse > ul > li > a::after {
    display: none;
}
header .navbar .navbar-collapse > ul > li .dropdown-menu {
    background: var(--color1);
    border: 0;
    padding: 10px;
    min-width: 230px;
    border-radius: 10px;
}
header .navbar .navbar-collapse > ul > li .dropdown-menu li:not(:last-child) {
    margin-bottom: 5px;
}
header .navbar .navbar-collapse > ul > li .dropdown-menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    padding: 7px 10px;
}
header .navbar .navbar-collapse > ul > li .dropdown-menu li a:hover {
    color: #000;
    background-color: #fff;
}
header .header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
header .header-social a {
    color: #000;
    font-size: 20px;
}
.header-social a[href*="youtube.com"] {
    display: none;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.search-full {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    overflow: auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.search-full.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.search-full #close-btn {
    position: fixed;
    display: block;
    right: 20px;
    top: 22px;
    cursor: pointer;
}
.search-full #close-btn i {
    font-size: 28px;
}
.search-full #search-form {
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    width: 50%;
}
@media (max-width: 767px) {
    .search-full #search-form {
        width: 90%;
    }
}
.search-full #search-form #search-text {
    width: 100%;
    height: 60px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    font-size: 22px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 0;
}
.search-full #search-form #search-text::-webkit-input-placeholder {
    opacity: 1;
    color: #fff;
}
.search-full #search-form #search-text::-moz-placeholder {
    opacity: 1;
    color: #fff;
}
.search-full #search-form #search-text:-ms-input-placeholder {
    opacity: 1;
    color: #fff;
}
.search-full #search-form #search-text::-ms-input-placeholder {
    opacity: 1;
    color: #fff;
}
.search-full #search-form #search-text::placeholder {
    opacity: 1;
    color: #fff;
}
.search-full #search-form [type="submit"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-size: 10px;
    background: none;
    color: #fff;
    padding: 0;
    border: 0;
}
.search-full #search-form [type="submit"] i {
    font-size: 22px;
}
.section-1 {
    margin-bottom: clamp(40px, 7.14vw, 100px);
}
.section-1 img {
    width: 100%;
    height: auto;
    height: clamp(424px, 42.86vw, 700px);
    -o-object-fit: cover;
    object-fit: cover;
}
.section-1 .swiper-pagination {
    position: relative;
}
.section-1 .swiper-pagination.swiper-pagination-bullets {
    bottom: auto;
    margin-top: 30px;
}
.section-1 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background: var(--color5);
    border: 1px solid currentColor;
    opacity: 1;
    border: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.section-1 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 49px;
}
.section-2 {
    margin-bottom: clamp(40px, 7.14vw, 100px);
}
.section-2 .block-title {
    position: relative;
    margin-bottom: clamp(30px, 4.29vw, 60px);
    color: var(--color2);
}
.section-2 .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.section-2 .text .desc p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 50px;
}
.section-2 .text .desc p strong {
    font-weight: bold;
}
.section-2 .text a {
    margin-left: auto;
    background-color: var(--color1);
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 3px 9px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (min-width: 992px) {
    .section-2 .text a::before {
        content: "";
        background: url(../images/line-1.svg) no-repeat center;
        width: 102px;
        height: 15px;
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 30px);
    }
}
.section-2 .text a:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.section-2 .icon {
    height: 76px;
}
.section-3 {
    margin-bottom: clamp(40px, 7.14vw, 100px);
}
.section-4-mobile-icon img {
    width: 120px;
}
.section-4 {
    background-color: var(--color6);
    margin-bottom: clamp(40px, 7.14vw, 100px);
}
.section-4 .block-title {
    margin-bottom: clamp(30px, 4.29vw, 60px);
    color: #fff;
}
.section-4 .text {
    text-align: right;
}
.section-4 .text .desc {
    font-size: 18px;
    color: #fff;
}
.section-4 .text .desc p + p {
    margin-top: clamp(30px, 3.57vw, 50px);
}
.section-4 .text a {
    margin-left: auto;
    background-color: #fff;
    border-radius: 40px;
    color: var(--color6);
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 3px 9px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 30px;
}
.section-4 .text a:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.section-4 .icon {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}
.section-5 {
    margin-bottom: clamp(40px, 7.14vw, 100px);
    margin-bottom: 40px;
}
.section-5 .block-title {
    margin-bottom: clamp(30px, 4.29vw, 60px);
    color: var(--color3);
}
.section-5 .branch-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
}
.section-5 .branch-tabs .nav-pills {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: clamp(15px, 2.14vw, 30px);
    gap: 15px;
}
.section-5 .branch-tabs .nav-pills .nav-item .nav-link {
    background: rgba(0, 0, 0, 0);
    color: var(--color3);
    font-size: 26px;
    border-radius: 10px;
    border: none;
    padding: 5px 10px;
    text-align: left;
    line-height: 1.2;
    font-weight: 400;
}
.section-5 .branch-tabs .nav-pills .nav-item .nav-link:hover,
.section-5 .branch-tabs .nav-pills .nav-item .nav-link.active {
    background: var(--color3);
    color: #fff;
}
.section-5 .branch-tabs .nav-pills .nav-item .nav-link .branch-note { 
    font-size: 23px;
    font-weight: 300;
    opacity: 0.9;
    display: block;
    margin-top: 2px;
}
.section-5 .branch-tabs .tab-content {
    /* margin-top: clamp(5px, 2.86vw, 40px); */
}
.section-5 .branch-tabs .tab-content .tab-pane .tab-content-text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    color: #333;
    margin-bottom: 0;
}
.section-5 .branch-tabs .tab-content .tab-pane img {
    width: 80%;
    -webkit-transition: -webkit-transform 0.3s 
ease;
    transition: -webkit-transform 0.3s 
ease;
    transition: transform 0.3s 
ease;
    transition: transform 0.3s 
ease, -webkit-transform 0.3s 
ease;  
}
.section-5-mobile {
    margin-bottom: 2px!important;
}
.section-5 .swiper .item {
    position: relative;
    text-align: center;
}
.section-5 .swiper .item img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.section-5 .swiper .item .title {
    background-color: var(--color3);
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin-top: 70px;
    margin-bottom: 40px;
    display: inline-block;
    border-radius: 10px;
    padding: 7px 21px;
    line-height: 1;
}
.section-5 .swiper .item .title span {
    font-size: 15px;
    font-weight: 300; 
    display: block;
    margin-top: 3px;
}
.section-5 .swiper .item .desc {
    padding: 0 20px;
}
.section-5 .swiper .item .desc p {
    font-size: 18px;
    color: #000;
}
.section-5 .swiper .swiper-pagination {
    position: absolute;
    top: 275px;
    bottom: auto;
    left: 0;
    right: 0;
}
.section-5 .swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background: var(--color3);
    border: 1px solid currentColor;
    opacity: 1;
    border: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.section-5 .swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 49px;
}
.section-6 .block-title {
    margin-bottom: clamp(30px, 4.29vw, 60px);
    color: var(--color4);
}
.section-6 .items {
    position: relative;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 75px;
    -moz-column-gap: 75px;
    column-gap: 75px;
}
@media (min-width: 992px) {
    .section-6 .items::after {
        content: "";
        background: url(../images/line-3.svg) no-repeat;
        width: 62px;
        height: 119px;
        position: absolute;
        right: -200px;
        top: 0;
    }
}
@media (max-width: 776px) {
    .section-6 .items {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
.section-6 .items a {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    width: 100%;
    background-color: var(--color4);
    color: #fff;
    font-weight: 800;
    font-size: clamp(18px, 1.71vw, 24px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: clamp(20px, 3.57vw, 50px);
    text-align: center;
    height: 132px;
    line-height: 1.2;
    margin-bottom: 75px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.section-6 .items a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.section-7 .block-title {
    text-align: left;
}

.section-7 .images img {
    width: 100%;
    display: block;
}
.section-7 .desc p {
    font-size: 18px;
    font-weight: 300;
}
.section-7 .desc h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 13px;
    display: block;
}
.section-8 .block-title {
    text-align: left;
}
.section-8 .desc p {
    font-size: 18px;
    font-weight: 300;
}
.section-9 .block-title {
    text-align: left;
    color: var(--color1);
    margin-bottom: 30px;
}
.section-9 .row + .row {
    margin-top: clamp(40px, 7.14vw, 100px);
}
.section-9 .title {
    margin-bottom: 40px;
    font-size: clamp(20px, 1.86vw, 26px);
    font-weight: 800;
    line-height: 1;
}
.section-9 .desc p {
    font-size: 18px;
    font-weight: 300;
}
.section-9 .activity-swiper-1,
.section-9 .activity-swiper-2,
.section-9 .activity-swiper-3,
.section-9 .activity-swiper-4 {
    width: 100%;
    overflow: hidden;
}
.section-9 .activity-swiper-1 .swiper-pagination,
.section-9 .activity-swiper-2 .swiper-pagination,
.section-9 .activity-swiper-3 .swiper-pagination,
.section-9 .activity-swiper-4 .swiper-pagination {
    position: relative;
}
.section-9 .activity-swiper-1 .swiper-pagination.swiper-pagination-bullets,
.section-9 .activity-swiper-2 .swiper-pagination.swiper-pagination-bullets,
.section-9 .activity-swiper-3 .swiper-pagination.swiper-pagination-bullets,
.section-9 .activity-swiper-4 .swiper-pagination.swiper-pagination-bullets {
    bottom: auto;
    margin-top: 15px;
}
.section-9 .activity-swiper-1 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet,
.section-9 .activity-swiper-2 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet,
.section-9 .activity-swiper-3 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet,
.section-9 .activity-swiper-4 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background: var(--color1);
    border: 1px solid currentColor;
    opacity: 1;
    border: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.section-9 .activity-swiper-1 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active,
.section-9 .activity-swiper-2 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active,
.section-9 .activity-swiper-3 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active,
.section-9 .activity-swiper-4 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 49px;
}
@media (min-width: 992px) {
    .section-10 .container {
        background: url(../images/line-4.svg) no-repeat left bottom 200px, url(../images/line-5.svg) no-repeat right bottom 10px;
    }
}
.section-10 .block-title {
    text-align: left;
}
.section-10 .icon {
    margin-bottom: 0;
    position: relative;
}
.section-10 .icon img {
    width: clamp(70px, 7.64vw, 107px);
    position: absolute;
    right: 0;
    bottom: -30px;
    z-index: -1;
}
.section-10 .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
}
.section-10 .images img {
    width: 100%;
    display: block;
}
.section-10 .desc p {
    font-size: 18px;
    font-weight: 300;
}
.section-10 .desc h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--color1);
    margin-bottom: 13px;
    display: block;
}
.section-11 .block-title {
    text-align: left;
}
.section-11 .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
}
.section-11 .images img {
    width: 100%;
    display: block;
}
.section-11 .desc p {
    font-size: 18px;
    font-weight: 300;
}
.section-11 .desc h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--color1);
    margin-bottom: 13px;
    display: block;
}
.section-12 .block-title {
    text-align: left;
}
.section-12 .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
}
.section-12 .images img {
    width: 100%;
    display: block;
}
.section-12 .desc p {
    font-size: 18px;
    font-weight: 300;
}
.section-12 .desc h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--color1);
    margin-bottom: 13px;
    display: block;
}
 
.section-13 .block-title {
    text-align: left;
}
.section-13 .item {
    display: block;
    overflow: hidden;
    position: relative;
}
.section-13 .item:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.section-13 .item .title {
    position: absolute;
    z-index: 3;
    left: 10px;
    top: 10px;
    background-color: var(--color4);
    font-size: clamp(20px, 2.5vw, 35px);
    font-weight: bold;
    padding: 3px 6px;
    color: #fff;
}
 
.section-14 .block-title {
    text-align: left; 
}
.section-14 .block-title .fw-lighter {
    font-weight: 100!important;
}
.section-14 .block-title .sub-title {
    font-weight: 400!important;
}
.section-14 .sub-title { 
    font-size: clamp(18px, 2.5vw, 35px);
}
 
.section-14 .slider-2-thumbs .swiper-slide {
    cursor: pointer;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0);
}
.section-14 .slider-2-thumbs .swiper-slide-thumb-active {
    border-color: var(--color2);
}
.section-14 .swiper-pagination {
    position: relative;
}
.section-14 .swiper-pagination.swiper-pagination-bullets {
    bottom: auto;
    margin-top: 30px;
    display: none;
}
.section-14 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: clamp(5px, 0.64vw, 9px);
    height: clamp(5px, 0.64vw, 9px);
    border-radius: 9px;
    background: var(--color5);
    border: 1px solid currentColor;
    opacity: 1;
    border: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.section-14 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: clamp(20px, 3.57vw, 50px);
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 clamp(2px, 0.29vw, 4px)!important;
}
.section-14 .swiper-button-next,
.section-14 .swiper-button-prev {
    all: unset;
    background-color: #e9b7b4;
    width: 100%;
    height: clamp(60px, 21.43vw, 300px);
    color: var(--color2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: clamp(40px, 12.14vw, 170px);
    font-size: clamp(30px, 4.64vw, 65px);
    cursor: pointer;
}
.section-14 .swiper-button-next:after,
.section-14 .swiper-button-prev:after {
    display: none;
}
.section-15 .block-title {
    text-align: left; 
}
.section-15 .sub-title {
    color: var(--color1);
    font-size: clamp(18px, 2.5vw, 35px);
    display: none;
}
.section-15 .item {
    display: block;
    overflow: hidden;
    position: relative;
}
.section-15 .item:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.section-15 .item i {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px;
}
.section-15 .item .title {
    position: absolute;
    z-index: 3;
    left: 10px;
    bottom: 10px;
    font-size: clamp(20px, 2.5vw, 35px);
    font-weight: bold;
    padding: 3px 6px;
    color: #fff;
}
.section-16 .block-title {
    text-align: left;
}
.section-16 .contact-area {
    margin-bottom: clamp(40px, 7.14vw, 100px);
}
.section-16 .contact-area address .title {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 20px;
}
.section-16 .contact-area address img {
    width: 100%;
    aspect-ratio: 483/325;
    margin-bottom: 25px;
}
.section-16 .contact-area address p {
    font-size: 17px;
    font-weight: 500;
}
.section-16 .sys-form a {
    color: #000;
}
 
.section-16 form .sub-title {
    font-size: clamp(2.5rem, 2.3148rem + 0.9259vw, 3.125rem);
    font-weight: 900;
    color: var(--color2);
    margin-bottom: 50px;
    line-height: 1.2;
}
.section-16 form label {
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 17px;
}
.section-16 form input {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 0;
}
.section-16 form input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--color2);
}
.section-16 form button {
    background-color: var(--color2);
    border-radius: 15px;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    display: inline-block;
    padding: 5px 22px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 0;
}
.section-16 form button:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.section-17 {
    margin-bottom: clamp(40px, 7.14vw, 100px);
    text-align: center;
}
.section-17 .title {
    font-size: clamp(1.75rem, 1.3241rem + 2.1296vw, 3.1875rem);
    color: var(--color1);
    line-height: 1.2;
}
.section-17 .title strong {
    display: block;
    font-size: clamp(2.625rem, 2.2917rem + 1.6667vw, 3.75rem);
}
.section-17 .steps img {
    max-width: 100%;
    height: auto;
}
.section-17 .title-2 {
    font-size: clamp(2.625rem, 2.2917rem + 1.6667vw, 3.75rem);
    line-height: 1;
    color: var(--color7);
    font-weight: bold;
    margin-bottom: 40px;
}
.section-17 .title-3 {
    font-size: 28px;
    margin-bottom: 40px;
}
.section-17 .desc p {
    font-size: 22px;
    font-weight: 300;
}
.section-17 .swiper {
    margin-top: 100px;
}
.section-18 {
    margin-bottom: clamp(40px, 7.14vw, 100px);
}
.section-18 .section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .section-18 .section-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
    }
    .section-18 .section-header .block-title {
        text-align: left;
    }
}
.section-18 .section-header .icon img {
    display: block;
    max-width: clamp(110px, 11.43vw, 160px);
}
.section-18 .section-header .block-title {
    color: var(--color3);
    font-weight: 900;
}
.section-18 .bg {
    position: relative;
    background-color: var(--color3);
}
@media (max-width: 767px) {
    .section-18 .bg {
        padding-bottom: 120px !important;
    }
    .section-18 .bg::after {
        content: "";
        background: url(../images/saysen_icon.svg) no-repeat center/100%;
        position: absolute;
        right: 10px;
        bottom: 10px;
        width: 100px;
        height: 100px;
    }
}
.section-18 .slider-4 .testimonial-item {
    display: inline-block;
    color: #fff;
    padding-right: 120px;
}
.section-18 .slider-4 .testimonial-item::after {
    content: "";
    background: url(../images/saysen_icon.svg) no-repeat center/100%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
}
.section-18 .slider-4 .testimonial-item .author {
    font-size: clamp(1.3125rem, 1.1644rem + 0.7407vw, 1.8125rem);
    font-weight: 500;
    margin-bottom: 3rem;
}
.section-18 .slider-4 .testimonial-item .content p {
    font-size: clamp(1.3125rem, 1.1644rem + 0.7407vw, 1.8125rem);
    font-weight: 500;
}
@media (max-width: 767px) {
    .section-18 .slider-4 .testimonial-item {
        padding-right: 0;
    }
    .section-18 .slider-4 .testimonial-item::after {
        display: none;
    }
}
.section-18 .slider-4 .swiper-pagination {
    position: relative;
    text-align: left;
}
.section-18 .slider-4 .swiper-pagination.swiper-pagination-bullets {
    bottom: auto;
    margin-top: 30px;
}
.section-18 .slider-4 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background: #fff;
    border: 1px solid currentColor;
    opacity: 1;
    border: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.section-18 .slider-4 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 49px;
}
.section-19 {
    margin-top: clamp(40px, 7.14vw, 100px);
}
.section-19 .gallery-swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-19 .gallery-swiper .gallery-item {
    width: 100%;
}
.section-19 .gallery-swiper .gallery-item img {
    width: 100%;
}
.section-19 .gallery-swiper .swiper-pagination {
    position: relative;
    margin-top: 40px;
}
.section-19 .gallery-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--color3);
    opacity: 0.3;
    margin: 0 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.section-19 .gallery-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    background: var(--color2);
}
footer {
    padding-bottom: clamp(40px, 7.14vw, 100px);
    padding-top: clamp(40px, 7.14vw, 100px);
}
footer .footer-menu {display: flex;flex-direction: column;flex-wrap: wrap;height: 200px;}
footer .footer-menu a {
    position: relative;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 50%;
    margin-bottom: 25px;
}
footer .footer-menu a:hover {
    color: var(--color1);
}
footer .footer-menu a:not(:last-child)::after {
    content: "|";
    font-weight: 300;
    margin: 0 15px;
    display: block;
    display: none;
}
@media (max-width: 767px) {
    footer .footer-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        align-items: center;
        text-align: center;
    }
    footer .footer-menu a {
        justify-content: center;
    }
    footer .footer-menu a:not(:last-child)::after {
        display: none;
    }
}
footer .footer-social {
    display: flex;
    align-items: center;
    gap: 30px;
}
footer .footer-social a {
    display: block;
    color: #000;
    font-size: 24px;
} 
@media (max-width: 767px) {
    footer .footer-social {
        gap: 40px;
        justify-content: center;
        margin-bottom: 20px;
    } 
    footer .footer-social a {
        font-size: 34px;
    }
}
footer .footer-logo img {
    max-width: 380px;
    height: auto;
}
.progress-wrap {
    position: fixed;
    right: clamp(15px, 3.57vw, 50px);
    bottom: clamp(15px, 3.57vw, 50px);
    height: 46px;
    width: 46px;
    cursor: pointer;
    border-radius: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background-color: #fff;
    width: calc(100% - 4px);
    aspect-ratio: 1;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap i {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--color3);
}
.progress-wrap svg {
    position: relative;
    z-index: 2;
}
.progress-wrap svg path {
    fill: none;
    stroke: var(--color3);
    stroke-width: 4;
    -webkit-transition: stroke-dashoffset 10ms linear;
    transition: stroke-dashoffset 10ms linear;
}
@media (max-width: 767px) {
    .progress-wrap {
        border: 1px solid var(--color3);
    }
    .progress-wrap svg {
        display: none;
    }
    .progress-wrap::before {
        width: 100%;
    }
}
@media (min-width: 1700px) {
    header .navbar .navbar-collapse > ul > li > a {
        font-size: 16px;
    }
}
@media (max-width: 1599px) {
    header .navbar .navbar-collapse > ul > li > a {
        font-size: 12px;
    } 
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1000px;
    }
    .section-5 .branch-tabs .nav-pills .nav-item .nav-link {
        font-size: 22px;
    }
    .section-5 .branch-tabs .nav-pills .nav-item .nav-link .branch-note {
        font-size: 19px;
    }
}
@media (max-width: 1399px) {
    header .navbar .navbar-collapse > ul > li:not(:last-child) {
        margin-right: 8px;
    }
    header .navbar .navbar-collapse > ul > li:not(:last-child):after {
        right: -4px;
    }
    header .navbar .navbar-collapse > ul > li > a {
        font-size: 10px;
    }
}
@media all and (min-width: 1200px) {
    header,
    header #header-container.sticky {
        padding-left: 40px;
        padding-right: 40px;
    }
    .nav-item .dropdown-menu {
        display: none;
    }
    .nav-item:hover .dropdown-menu {
        display: block;
    }
    .nav-item .dropdown-menu {
        margin-top: 0;
    }
}
@media (max-width: 1199px) {
    header #header-container.sticky:has(.navbar-collapse.show) {
        /* bottom: 0; */
    }
    body:has(.navbar-collapse.show):before {
        content: "";
        background: #7A7A7A;
        inset: 0;
        position: fixed;
        z-index: 1;
        opacity: .7;
    }
    header .navbar .navbar-collapse {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: calc(100% - 30px);
        background-color: #fff;
    }
    header .navbar .navbar-collapse.show {
        display: block;
    }
    header .navbar .navbar-collapse > ul {
        gap: 0;
        padding: 0;
    }
    header .navbar .navbar-collapse > ul > li {
        margin-right: 0 !important;
    }
    header .navbar .navbar-collapse > ul > li > a {
        color: #000 !important;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #f0f0f0;
        font-size: 14px;
        white-space: normal;
        line-height: normal;
        padding: 0 60px 0 20px !important;
        text-align: center!important;
        justify-content: center!important;
        padding: 0!important;
    }
    header .navbar .navbar-collapse > ul > li > a:hover {
        color: var(--color1);
    }
    header .navbar .navbar-collapse > ul > li > a::after {
        display: none;
    }
    header .navbar .navbar-collapse > ul > li > a.dropdown-toggle {
        position: relative;
    }
    header .navbar .navbar-collapse > ul > li > a.dropdown-toggle::before {
        content: "";
        width: 50px;
        height: 50px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iIzAwMDAwMCIgY2xhc3M9ImJpIGJpLWNoZXZyb24tcmlnaHQiIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNC42NDYgMS42NDZhLjUuNSAwIDAgMSAuNzA4IDBsNiA2YS41LjUgMCAwIDEgMCAuNzA4bC02IDZhLjUuNSAwIDAgMS0uNzA4LS43MDhMMTAuMjkzIDggNC42NDYgMi4zNTRhLjUuNSAwIDAgMSAwLS43MDgiLz4KPC9zdmc+");
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: center;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        border-left: 1px solid #f0f0f0;
        -webkit-transition: none;
        transition: none;
        display: none;
    }
    header .navbar .navbar-collapse > ul > li > a.dropdown-toggle.show {
        background-color: #f1f1f1;
    }
    header .navbar .navbar-collapse > ul > li > a.dropdown-toggle.show::before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        border-bottom: 1px solid #f0f0f0;
        border-left: 0;
        background-color: #f1f1f1;
    }
    header .navbar .navbar-collapse > ul > li .dropdown-menu {
        border: 0;
        padding: 0;
        background-color: #f9f9f9;
        border-radius: 0;
        margin: 0;
    }
    header .navbar .navbar-collapse > ul > li .dropdown-menu li a {
        font-size: 14px;
        padding: 10px 15px 10px 20px !important;
        border-radius: 0;
        border-bottom: 1px solid #f0f0f0;
        color: #fff;
    }
    header .navbar .mobile-menu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        gap: 8px;
        padding: 8px;
    }
    header .navbar .mobile-menu a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 4px;
        text-align: center;
        color: #000;
        font-size: 15px;
        height: 40px;
        line-height: 1.2;
        background: var(--color4);
        border-radius: var(--border-radius);
    }
    header #mobile-menu-close {
        padding: 12px 20px;
        font-size: 16px;
        background: var(--color2);
        text-align: right;
        color: #fff;
        display: none!important;
    }
    header {
        position: relative;
    }
    header .header-area {
        height: clamp(110px, 9.71vw, 136px);
    }
    header .header-left {
        position: absolute;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header .navbar {
        position: inherit;
        z-index: 8;
    }
}
@media (max-width: 767px) { 
    .section-5 .branch-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
}
/* header .dropdown-menu .dropdown-item {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
} */


footer .footer-menu a:nth-child(1):hover,
header .navbar .navbar-collapse > ul > li.active:nth-child(2) > a,
header .navbar .navbar-collapse > ul > li:hover:nth-child(2) > a,
.section-7 .block-title,
.section-7 .desc h3  {
    color: var(--color2);
}
header .navbar .navbar-collapse > ul > li:nth-child(2) .dropdown-menu {
    background: var(--color2);
}

footer .footer-menu a:nth-child(2):hover,
header .navbar .navbar-collapse > ul > li.active:nth-child(3) > a,
header .navbar .navbar-collapse > ul > li:hover:nth-child(3) > a,
.section-8 .block-title {
    color: var(--color4);
}
header .navbar .navbar-collapse > ul > li:nth-child(3) .dropdown-menu {
    background: var(--color4);
}

footer .footer-menu a:nth-child(3):hover,
header .navbar .navbar-collapse > ul > li.active:nth-child(4) > a,
header .navbar .navbar-collapse > ul > li:hover:nth-child(4) > a,
.section-10 .block-title {
    color: var(--color3);
}
header .navbar .navbar-collapse > ul > li:nth-child(4) .dropdown-menu {
    background: var(--color3);
}

footer .footer-menu a:nth-child(4):hover,
header .navbar .navbar-collapse > ul > li.active:nth-child(5) > a,
header .navbar .navbar-collapse > ul > li:hover:nth-child(5) > a,
.section-11 .block-title {
    color: var(--color1);
}
header .navbar .navbar-collapse > ul > li:nth-child(5) .dropdown-menu {
    background: var(--color1);
}

footer .footer-menu a:nth-child(5):hover,
header .navbar .navbar-collapse > ul > li.active:nth-child(6) > a,
header .navbar .navbar-collapse > ul > li:hover:nth-child(6) > a,
.section-12 .block-title {
    color: var(--color2);
}
header .navbar .navbar-collapse > ul > li:nth-child(6) .dropdown-menu {
    background: var(--color2);
}

footer .footer-menu a:nth-child(6):hover,
header .navbar .navbar-collapse > ul > li.active:nth-child(7) > a,
header .navbar .navbar-collapse > ul > li:hover:nth-child(7) > a,
.section-13 .block-title,
.section-14 .block-title,
.section-14 .sub-title {
    color: var(--color4);
}
header .navbar .navbar-collapse > ul > li:nth-child(7) .dropdown-menu {
    background: var(--color4);
}

footer .footer-menu a:nth-child(7):hover,
header .navbar .navbar-collapse > ul > li.active:nth-child(8) > a,
header .navbar .navbar-collapse > ul > li:hover:nth-child(8) > a,
.section-15 .block-title,
.section-15 .sub-title {
    color: var(--color3);
}
header .navbar .navbar-collapse > ul > li:nth-child(8) .dropdown-menu,
.section-15 .item .title {
    background: var(--color3);
}

footer .footer-menu a:nth-child(8):hover,
header .navbar .navbar-collapse > ul > li.active:nth-child(9) > a,
header .navbar .navbar-collapse > ul > li:hover:nth-child(9) > a,
.section-16 .block-title,
.section-16 .contact-area address .title {
    color: var(--color1);
}
header .navbar .navbar-collapse > ul > li:nth-child(9) .dropdown-menu {
    background: var(--color1);
}

.dropdown-toggle-icon {
    display: none;
}
@media (max-width: 1199px) {
    .dropdown-toggle-icon {
        display: block!important;
    }
}


.contact-list {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}
.contact-list li {
    align-items: center;
}
.contact-list li svg {
    flex-shrink: 0;
    margin-right: 10px;
}
.contact-list li .contact-text {}
.contact-list li .contact-text.address a {color: #000;}
.contact-list li .contact-text.address {display: flex;flex: 1;}
.contact-list li .contact-text.address span{width: 1px;background: #000;height: auto;margin: 0 12px;}
.contact-list li .contact-text strong {
    font-weight: 500;
}
.contact-list li .contact-text span {}
.contact-list li .contact-text a {
    color: #000;
    font-weight: 500;
}



@media (max-width: 767px) {

    .section-7 .images .row {
        gap: 25px;
    }
    .section-16 form button {
        margin: 0 auto;
        display: block;
    }
    .section-16 .contact-area address .title { 
        font-weight: 300;
    }

    .section-16 .block-title,
    .section-16 .contact-area address .title,
    .section-16 .contact-area address p,
    .section-16 form .sub-title,
    .section-2 .text .desc p,
    .section-4 .text,
    .section-4 .block-title,
    .section-4 .text .desc,
    .section-5 .block-title,
    .section-7 .block-title,
    .section-8,
    .section-8 .block-title,
    .section-9 .block-title,
    .section-9 .title,
    .section-10 .block-title,
    .section-11 .block-title,
    .section-12 .block-title,
    .section-13 .block-title,
    .section-15 .block-title,
    .section-9 .desc p,
    .section-10 .desc p,
    .section-7 .desc p,
    .section-7 .desc h3,
    .section-12 .desc p,
    .section-12 .icon,
    .section-11 .desc p {
        text-align: center!important;
    }
}