body {font-family: "Poppins", sans-serif;font-style: normal;font-optical-sizing: auto;color: #2e5489;padding-top: 100px;}
a {color: #2e5488;}
p {line-height: 24px;margin-bottom: 10px;}

.container {padding-right: 12px;padding-left: 12px;margin-right: auto;margin-left: auto;}
@media (min-width: 576px) {.container {max-width: 540px;}}
@media (min-width: 768px) {.container {max-width: 720px;}}
@media (min-width: 992px) {.container {max-width: 940px;}}
@media (min-width: 1200px) {.container {max-width: 1140px;}}
@media (min-width: 1400px) {.container {max-width: 1330px;}}


@keyframes floatUpDown {
    0%, 100% {transform: translateY(0);}
    50% {transform: translateY(-10px);}
}

@keyframes rotateBtnBorder {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes blinkCursor {
    from, to { opacity: 1; }
    50% { opacity: 0; }
}


.overlay {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0,0,0,0.5);z-index: 10;opacity: 0;visibility: hidden;transition: .3s;}
.overlay.show {opacity: 1;visibility: visible;}


.whatsapp-btn {position: fixed;bottom: 30px;left: 30px;z-index: 999;background-color: #25D366;color: #fff;width: 60px;height: 60px;border-radius: 50%;display: flex;align-items: center;justify-content: center;box-shadow: 0 4px 10px rgba(0,0,0,0.3);transition: all 0.3s ease;}
.whatsapp-btn svg {width: 35px;height: 35px;}
.whatsapp-btn:hover {transform: scale(1.1);box-shadow: 0 6px 14px rgba(0,0,0,0.4);}


.theme-btn {background-color: #2e5489;color: #fff;padding: 12px 20px;font-size: 14px;border-radius: 6px;transition: .3s;font-weight: 600;border: 0;}
.theme-btn.btn-xl {padding: 12px 25px;font-size: 16px;}

.theme-btn.btn-white {background-color: #ffffff; color: #2e5489; border: 1px solid #2e5489;}

@media only screen and (min-width: 991px) {
    .theme-btn:hover {background-color: #3964a0;}
    .theme-btn.btn-white:hover {background-color: #ffffffba;}
}


.home-title-wrapper {text-align: center;margin-bottom: 20px;}
.home-title-wrapper.text-left {text-align: left;}
.home-title-wrapper .title-category {font-size: 18px;margin-bottom: 5px;}
.home-title-wrapper .home-title {display: flex;flex-direction: column;font-size: 36px;font-weight: 700;}

@media only screen and (max-width: 991px) {
    .home-title-wrapper .home-title {font-size: 26px;}
}




header {background-color: #fff;padding: 5px 20px;min-height: 100px;display: flex;align-items: center;position: fixed;top: 0;left: 0;right: 0;z-index: 15;transition: all 0.3s ease;}
header.scrolled {box-shadow: 0 5px 20px rgba(0,0,0,0.05);}
header .header-container {display: flex;align-items: center;justify-content: space-between;margin: 0 auto;width: 100%;max-width: 1320px;}
header .header-container .header-left .header-logo {display: flex;align-items: center;gap: 12px;}
header .header-container .header-left .header-logo img {width: 40px;}
header .header-container .header-left .header-logo .logo-text {font-size: 26px;font-weight: 700;}
header .header-container .header-left .header-logo .logo-text span {display: block;font-weight: 300;font-size: 14px;}

header .header-container .header-right .header-contact {display: flex;grid-gap: 15px;font-size: 14px;font-weight: 500;justify-content: flex-end;margin-bottom: 12px;}
header .header-container .header-right .header-contact .contact-item {display: flex;grid-gap: 4px;align-items: center;}
header .header-container .header-right .header-contact .contact-item svg {width: 21px;height: 18px;}
header .header-container .header-right .header-nav {display: flex;justify-content: end;align-items: center;grid-gap: 15px;}

header .header-container .header-right .header-nav .header-nav-list {display: flex;align-items: center;white-space: nowrap;}
header .header-container .header-right .header-nav .header-nav-list .nav-contact {font-size: 14px;font-weight: 500;flex: auto;flex-direction: column;justify-content: end;display: none;}
header .header-container .header-right .header-nav .header-nav-list .nav-contact .contact-item {display: flex;grid-gap: 4px;align-items: center;padding: 15px;border-top: 1px solid #f5f7f7;}
header .header-container .header-right .header-nav .header-nav-list .nav-contact .contact-item svg {width: 21px;height: 18px;}
header .header-container .header-right .header-nav .header-nav-list .list-item {width: 100%;}
header .header-container .header-right .header-nav .header-nav-list .list-item .header-nav-item {padding: 8px 10px;font-size: 14px;font-weight: 600;}
header .header-container .header-right .header-nav .header-nav-list .list-item .header-nav-item.active {text-decoration: underline;}

header .header-container .header-right .header-nav .header-nav-list .list-item.item-dropdown {position: relative;cursor: pointer;}
header .header-container .header-right .header-nav .header-nav-list .list-item.item-dropdown .header-nav-item {display: flex;align-items: center;grid-gap: 5px;}
header .header-container .header-right .header-nav .header-nav-list .list-item.item-dropdown .header-nav-item::after {content: '';width: 0;height: 0;border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 4px solid currentColor;opacity: 0.8;}
header .header-container .header-right .header-nav .header-nav-list .list-item.item-dropdown .dropdown-content {position: absolute;top: 100%;left: 0;min-width: 282px;background-color: #fff;box-shadow: 0 5px 15px rgba(0,0,0,0.1);padding: 10px 0;border-radius: 8px;opacity: 0;visibility: hidden;transform: translateY(10px);transition: all 0.3s ease;z-index: 20;}
header .header-container .header-right .header-nav .header-nav-list .list-item.item-dropdown .dropdown-content.show {opacity: 1;visibility: visible;transform: translateY(30px);}
header .header-container .header-right .header-nav .header-nav-list .list-item.item-dropdown .dropdown-content > a {display: block;padding: 15px 20px;font-size: 14px;font-weight: 500;}
header .header-container .header-right .header-nav .header-nav-list .list-item.item-dropdown .dropdown-content > a:hover {background-color: #f5f7f7;color: #2e5489;}


header .header-container .header-right .header-nav .theme-btn {position: relative;z-index: 1;overflow: hidden;background: transparent;color: #fff;border: none;}
header .header-container .header-right .header-nav .theme-btn::before {content: '';position: absolute;width: 200%;height: 200%;background: conic-gradient(transparent, #6fa3ef, transparent 30%);top: -50%;left: -50%;z-index: -2;animation: rotateBtnBorder 4s linear infinite;}
header .header-container .header-right .header-nav .theme-btn::after {content: '';position: absolute;inset: 2px;background: #2e5489;border-radius: 4px;z-index: -1;}

header .header-container .header-right .header-nav .mobile-hamburger-menu {display: none;padding: 0 10px;margin-right: -10px;}
header .header-container .header-right .header-nav .mobile-hamburger-menu::before,
header .header-container .header-right .header-nav .mobile-hamburger-menu::after {content: "";}
header .header-container .header-right .header-nav .mobile-hamburger-menu::before,
header .header-container .header-right .header-nav .mobile-hamburger-menu::after,
header .header-container .header-right .header-nav .mobile-hamburger-menu span {display: block;width: 24px;height: 2px;background-color: #2e5489;margin: 7px auto;}

@media only screen and (max-width: 991px) {
    header .header-container .header-left .header-logo .logo-text {display: none;}
}

@media only screen and (max-width: 768px) {
    body {padding-top: 70px;}
    header {min-height: 70px;padding: 10px 15px;}
    header .header-container .header-right .header-contact {display: none;}
    header .header-container .header-right .header-nav {grid-gap:8px}
    header .header-container .header-right .header-nav .header-nav-list {position: fixed;top: 70px;right: 0;background-color: #fff;bottom: 0;z-index: 15;display: flex;flex-direction: column;width: 260px;transition: .3s;transform: translateX(120%);overflow-y: auto;overflow-x: hidden;}
    header .header-container .header-right .header-nav .header-nav-list.show {transform: translateX(0);}
    header .header-container .header-right .header-nav .header-nav-list .list-item .header-nav-item {padding: 15px 20px;width: 100%;}
    header .header-container .header-right .header-nav .header-nav-list .list-item .header-nav-item.active {background-color: #f5f7f7;text-decoration: none;}
    header .header-container .header-right .header-nav .mobile-hamburger-menu {display: block;}
    header .header-container .header-right .header-nav .header-nav-list .nav-contact {display: flex;}

    header .header-container .header-right .header-nav .header-nav-list .list-item.item-dropdown {display: flex; flex-direction: column; align-items: start; width: 100%;}
    header .header-container .header-right .header-nav .header-nav-list .list-item.item-dropdown .dropdown-content {
        position: static;
        min-width: 100%;
        box-shadow: none;
        padding: 0;
        background-color: #f9f9f9;
        transform: none;
        display: none;
        opacity: 1;
        visibility: visible;
        transition: none;
    }
    header .header-container .header-right .header-nav .header-nav-list .list-item.item-dropdown .dropdown-content.show {
        display: block;
        transform: none;
    }
}


@media only screen and (min-width: 991px) {
    header .header-container .header-right .header-nav .header-nav-list .list-item:not(.item-dropdown) .header-nav-item:hover {text-decoration: underline;}
}



.slider {background: #f5f7f7;position: relative;}
.slider::before, .slider::after {content: "";position: absolute;background-repeat: no-repeat;}
.slider::before {background-image: url('../images/slider_shape01.png');left: 0;top: 0;width: 380px;height: 339px;}
.slider::after {background-image: url('../images/slider_shape02.png');right: 0;bottom: 0;width: 348px;height: 282px;}

.slider .slider-content {display: flex;align-items: center;grid-gap: 50px;padding: 110px 15px;justify-content: space-between;position: relative;z-index: 2;width: 100%;max-width: 1306px;margin: 0 auto;}
.slider .slider-content .slider-left .slider-title {font-size: 53px;margin-bottom: 20px;color: #2e5489;}
.slider .slider-content .slider-left .slider-text {color: #2e5489;font-size: 18px;margin-bottom: 30px;}

.slider .slider-content .slider-right {flex: none;width: 410px;position: relative;}
.slider .slider-content .slider-right .slider-badge {max-width: 250px;padding: 20px 28px;border-radius: 20px;background: rgb(46 84 137 / 70%);box-shadow: 0 30px 90px 0 rgba(4, 31, 31, 0.3);backdrop-filter: blur(30px);position: absolute;display: flex;flex-direction: column;align-items: center;color: #fff;}
.slider .slider-content .slider-right .slider-badge.badge-1 {bottom: 0;animation: floatUpDown 2s ease-in-out infinite;}
.slider .slider-content .slider-right .slider-badge.badge-2 {right: -5px;top: 70px;animation: floatUpDown 3s ease-in-out infinite;}
.slider .slider-content .slider-right .slider-badge .badge-count {font-size: 30px;font-weight: 700;}
.slider .slider-content .slider-right .slider-badge .badge-text {font-size: 14px;}

@media only screen and (max-width: 991px) {
    .slider .slider-content {flex-direction: column-reverse; padding: 20px 15px 30px; text-align: center; grid-gap: 10px;}
    .slider .slider-content .slider-right {width: 250px;}
    .slider .slider-content .slider-right .slider-badge.badge-1 {bottom: 50px;left: -40px;}
    .slider .slider-content .slider-right .slider-badge.badge-2 {right: -25px;}
    .slider .slider-content .slider-right .slider-badge {max-width: 250px; padding: 10px 18px;border-radius: 10px;}
    .slider .slider-content .slider-right .slider-badge .badge-count {font-size: 20px;font-weight: 700;}
    .slider .slider-content .slider-right .slider-badge .badge-text {font-size: 12px;}

    .slider .slider-content .slider-left .slider-title {font-size: 30px;margin-bottom: 5px;}
    .slider .slider-content .slider-left .slider-text {margin-bottom: 25px;}
}



.home-services {padding: 50px 0;}

.home-services .home-services-content .home-title-wrapper .home-title .text-carousel {color: #2e5489;position: relative;width: max-content;margin: 0 auto;min-height: 46px;font-weight: 500;}
.home-services .home-services-content .home-title-wrapper .home-title .text-carousel::after {content: '|';position: absolute;right: -8px;animation: blinkCursor 0.75s step-end infinite;color: #2e5489;font-weight: 100;}

.home-services .home-services-content .home-services-list {display: flex;grid-gap: 30px;margin-top: 35px;}
.home-services .home-services-content .home-services-list .services-item {flex: 1;padding: 40px;background-color: #f5f7f7;border-radius: 16px;}
.home-services .home-services-content .home-services-list .services-item .service-icon {width: max-content;background-color: #2e5489;color: #fff;display: flex;align-items: center;justify-content: center;width: 60px;height: 60px;border-radius: 5px;margin-bottom: 20px;}
.home-services .home-services-content .home-services-list .services-item .services-title {font-size: 20px;font-weight: 600;margin-bottom: 10px;}
.home-services .home-services-content .home-services-list .services-item .services-desc {line-height: 22px;}

@media only screen and (max-width: 991px) {
    .home-services {padding: 30px 0;}
    .home-services .home-services-content .home-services-list {flex-direction: column;grid-gap: 10px;margin-top: 25px;}
    .home-services .home-services-content .home-services-list .services-item {padding: 25px; text-align: center;}
    .home-services .home-services-content .home-services-list .services-item .service-icon {margin: 0 auto 20px;}

    .home-services .home-services-content .home-title-wrapper .home-title .text-carousel {min-height: 36px;}
}


.home-about {padding: 30px 0;}
.home-about .home-about-content {display: flex; grid-gap: 50px; align-items: center;}
.home-about .home-about-content .about-left {flex: none;width: 100%;max-width: 445px;padding-left: 20px;position: relative;}
.home-about .home-about-content .about-left::before {content: '';background-color: #2e548933;position: absolute;left: 0;top: 20px;right: 20px;border-radius: 10px;bottom: -15px;}
.home-about .home-about-content .about-left img {border-radius: 10px;position: relative;}
.home-about .home-about-content .about-right {padding-top: 10px;}
.home-about .home-about-content .about-right .home-about-desc .theme-btn {margin-top: 15px;}

@media only screen and (max-width: 991px) {
    .home-about {padding: 0;}
    .home-about .home-about-content {flex-direction: column;grid-gap: 25px;}
    .home-about .home-about-content .about-left {display: none;}
}


.home-contact-bar {background-color: #2e5489;text-align: center;padding: 50px 0;margin: 70px 0;background-image: url('../images/line-bg.png');color: #fff;}
@media only screen and (max-width: 991px) {
    .home-contact-bar  {padding: 30px 0; margin: 40px 0;}
}




.home-seo {margin-bottom: 70px;}
.home-seo .home-seo-content {display: flex; gap: 50px;}
.home-seo .home-seo-content .seo-left {flex: 1;}
.home-seo .home-seo-content .seo-left p {font-size: 16px;font-weight: 500;margin-bottom: 16px;}
.home-seo .home-seo-content .seo-left ul {display: flex;flex-direction: column;gap: 12px;}
.home-seo .home-seo-content .seo-left ul li {position: relative;padding-left: 24px;font-size: 15px;line-height: 21px;}
.home-seo .home-seo-content .seo-left ul li::before {content: '';position: absolute;left: 0;top: 3px;width: 16px;height: 16px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232e5489' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-size: contain;background-repeat: no-repeat;}

.home-seo .home-seo-content .seo-right {flex: 1;}

@media only screen and (max-width: 991px) {
    .home-seo {margin-bottom: 30px;}
    .home-seo .home-seo-content {flex-direction: column;gap: 25px;}
}

.faq-accordion {display: flex;flex-direction: column;gap: 15px;}
.faq-accordion .accordion-item {background-color: #f5f7f7;border-radius: 10px;overflow: hidden;transition: all 0.3s ease;border: 1px solid transparent;}
.faq-accordion .accordion-item.active {border-color: #2e548920;}
.faq-accordion .accordion-item .accordion-title {padding: 15px;font-size: 14px;font-weight: 600;color: #2e5489;cursor: pointer;display: flex;justify-content: space-between;align-items: center;transition: 0.3s;user-select: none;}
.faq-accordion .accordion-item:not(.active) .accordion-title:hover {background-color: #fcfcfc;}
.faq-accordion .accordion-item .accordion-title::after {content: '+';font-size: 24px;font-weight: 400;transition: 0.3s;line-height: 1;}
.faq-accordion .accordion-item.active .accordion-title::after {transform: rotate(45deg);}

.faq-accordion .accordion-item .accordion-content {max-height: 0;overflow: hidden;transition: max-height 0.3s ease-out;padding: 0 20px;}
.faq-accordion .accordion-item.active .accordion-content {padding-bottom: 20px;}
.faq-accordion .accordion-item .accordion-content p {font-size: 14px;line-height: 20px;margin-bottom: 0;}
.faq-accordion .accordion-item .accordion-content p:not(:last-child) {margin-bottom: 15px;}



.home-blog {background-color: #f5f7f7;padding: 50px 0;}
.home-blog .home-blog-list {margin-top:30px;}
.home-blog .home-blog-list .blog-big {display: flex;margin-bottom: 30px;align-items: center;background-color: #fff;border-radius: 10px;box-shadow: rgb(0 0 0 / 7%) 0px 1px 4px;padding: 20px 20px 15px;}
.home-blog .home-blog-list .blog-big .big-left {flex: none;max-width: 535px;margin-right: 50px;}
.home-blog .home-blog-list .blog-big .big-left > a {border-radius: 15px;overflow: hidden;}

.home-blog .home-blog-list .blog-big .big-right .blog-title {font-size: 24px;font-weight: 600;margin-bottom: 20px;margin-top: 8px;}
.home-blog .home-blog-list .blog-big .big-right .blog-sum {line-height: 25px;font-size: 16px;}
.home-blog .home-blog-list .blog-big .big-right .blog-read {font-weight: 600; font-size: 14px;}

.home-blog .home-blog-list .blog-group {display: flex;grid-gap: 30px;}
.home-blog .home-blog-list .blog-group > .blog-item {background-color: #fff;border-radius: 10px;box-shadow: rgb(0 0 0 / 7%) 0px 1px 4px;display: flex;padding: 15px;flex: 1;grid-gap: 25px;}
.home-blog .home-blog-list .blog-group > .blog-item > .img {flex: none;max-width: 115px;}
.home-blog .home-blog-list .blog-group > .blog-item > .img img {border-radius: 10px;}

.home-blog .home-blog-list .blog-group > .blog-item > .content > .T {font-weight: 500;margin-bottom: 9px;display: block;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.home-blog .home-blog-list .blog-group > .blog-item > .content > p {font-size: 13px;line-height: 20px;min-height: 40px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.home-blog .home-blog-list .blog-group > .blog-item > .content > .item-control {margin-top: 15px;display: flex;align-items: center;justify-content: space-between;}
.home-blog .home-blog-list .blog-group > .blog-item > .content > .item-control > .item > .blog-date {margin: 0;font-size: 12px;}
.home-blog .home-blog-list .blog-group > .blog-item > .content > .item-control > .item > .blog-read {margin: 0;font-size: 12px;padding: 2px 0;font-weight: 600;}


.home-blog .home-blog-list .all-blog {margin-top:35px;display: flex;align-items: center;justify-content: center;}

@media only screen and (min-width:991px){
    .home-blog .home-blog-list .blog-group > .blog-item > .content > .T:hover,
    .home-blog .home-blog-list .blog-big .big-right .blog-title:hover,
    .home-blog .home-blog-list .blog-read:hover {text-decoration: underline;}
}


@media only screen and (max-width:1199px){
    .home-blog .home-blog-list .blog-big {margin-bottom: 20px;}
    .home-blog .home-blog-list .blog-big .big-left {max-width: 415px; margin-right: 30px;}
    .home-blog .home-blog-list .blog-group {flex-direction: column;grid-gap: 20px;}
}
@media only screen and (max-width:991px){
    .home-blog .home-blog-list .blog-big {flex-direction: column;}
    .home-blog .home-blog-list .blog-big .big-left {max-width: 100%;margin:0 0 20px;}
}

.home-contact {padding: 50px 0;}
.home-contact .home-contact-content {display: grid;grid-gap: 40px;grid-template-columns: 1fr 1fr;}
.home-contact .home-contact-content .contact-left {background-color: #f5f7f7;padding: 45px;border-radius: 10px;display: flex;flex-direction: column;justify-content: center;background-image: url('../images/home_contact_bg.png');background-repeat: no-repeat;background-size: 400px;background-position: top right;}
.home-contact .home-contact-content .contact-left .contact-sub-title {font-size: 16px;margin-bottom: 8px;}
.home-contact .home-contact-content .contact-left .contact-title {font-size: 34px;font-weight: 600;margin-bottom: 20px;}
.home-contact .home-contact-content .contact-left p:last-child {margin-bottom: 0;}

.contact-form {background-color: #f5f7f7;padding: 40px;border-radius: 10px;}
.contact-form .form-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.contact-form .form-elements {display: flex;flex-direction: column;grid-gap: 6px;margin-bottom: 20px;}
.contact-form .form-elements label {font-size: 14px;font-weight: 500;margin-bottom: 7px;}
.contact-form .form-elements label::after {content: '*';color: #c0392b;margin-left: 5px;}
.contact-form .form-elements input,
.contact-form .form-elements textarea {background-color: #ffffff;border: 0;border-radius: 10px;height: 50px;box-shadow: rgb(0 0 0 / 7%) 0px 1px 4px;padding: 0 20px;color: #2e5489;}
.contact-form .form-elements textarea {resize: none;height: 160px;padding: 20px;}
.contact-form .form-result {text-align: center;font-size: 16px;display: flex;flex-direction: column;grid-gap: 6px;}
.contact-form .form-result .form-success {color: #1a7a2e;}
.contact-form .form-result .form-error {color: #c0392b;}
.contact-form .form-send {margin-top: 20px;display: flex;align-items: center;justify-content: center;}

@media only screen and (max-width:991px){
    .home-contact {padding: 30px 0;}
    .home-contact .home-contact-content {grid-template-columns: 1fr;grid-gap: 0;}
    .home-contact .home-contact-content .contact-left {padding: 35px 15px;border-radius: 10px 10px 0 0;text-align: center;background-size: 240px;}
    .home-contact .home-contact-content .contact-left .contact-title {font-size: 26px;margin-bottom: 10px;}
    .contact-form {padding: 0px 35px 35px;border-radius: 0 0 10px 10px;}
}

footer .footer-container {padding: 40px 0;background-color: #f5f7f7;}
footer .footer-container .footer-wrapper .footer-company {width: 100%;text-align: center;}
footer .footer-container .footer-wrapper .footer-company > .firm-logo {display: inline-block;max-width: 60px;margin-bottom: 20px;}
footer .footer-container .footer-wrapper .footer-company > p {font-size: 14px;line-height: 22px;max-width: 730px; margin: 0 auto;}

footer .footer-container .footer-wrapper .footer-socials {display: flex;align-items: center;justify-content: center;grid-gap: 10px;margin-top: 23px;}
footer .footer-container .footer-wrapper .footer-socials .footer-social {display: flex;width: 40px;height: 40px;align-items: center;justify-content: center;border-radius: 60px;background-color: #2e548812;padding: 8px;transition: .3s;}

footer .copyright-container .copyright-wrapper {padding: 15px 0;text-align: center;}
footer .copyright-container .copyright-wrapper .copyright-text {color: #456484;font-size: 14px;}

@media only screen and (min-width:991px){
    footer .footer-container .footer-wrapper .footer-socials .footer-social:hover {background-color: #2e538821;}
}




.page-titles {background-color: #f5f7f7;padding: 30px 0 100px;margin-bottom: 30px;position: relative;overflow: hidden;}
.page-titles::before {content: "";position: absolute;background-repeat: no-repeat;background-image: url('../images/slider_shape01.png');left: 0;top: 0;width: 240px;height: 200px;background-size: 200px;}

.page-titles .breadCrumb {margin-bottom: 10px;}
.page-titles .breadCrumb ol {display: flex;flex-wrap: wrap;}
.page-titles .breadCrumb ol li {font-size: 14px;margin-right: 5px;}
.page-titles .breadCrumb ol li:not(:last-child)::after {content: '>';position: relative;margin-left: 5px;font-family: monospace;}
.page-titles .breadCrumb ol li a {}
.page-titles .page-title {}





.content-page {margin-top: -100px;}
.content-page .content-area {background-color: white;padding: 30px;position: relative;z-index: 2;border-radius: 25px;box-shadow: -5px -11px 20px -18px #0000002e;margin-bottom: 30px;}

.content-page .content-area .editor-text-box {display: block;margin-bottom: 40px;}
.content-page .content-area .about-comment {background-color: #f5f7f7;padding: 30px;border-radius: 15px;font-size: 20px;text-align: center;font-weight: 300;margin-bottom: 30px;position: relative;}
.content-page .content-area .about-comment::after {content: '"';position: absolute;left: 0;top: -40px;font-size: 54px;font-family: 'Sedgwick Ave', cursive;transform: rotate(145deg);}

.content-page .content-area .about-documents {display: grid;grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));gap: 16px;}
.content-page .content-area .about-documents .document-item {}
.content-page .content-area .about-documents .document-item a {display: block;}
.content-page .content-area .about-documents .document-item a img {border-radius: 10px;}


@media only screen and (max-width:991px){
    .content-page .content-area {padding: 20px;}
    .content-page .content-area .editor-text-box {font-size:16px;}
    .content-page .content-area .about-comment {font-size: 16px;}
}




.blog-page .blog-container {display: flex;}

.blog-page .blog-container .blog-left {flex: auto;margin-right: 40px;}
.blog-page .blog-container .blog-left > .post-img {margin-bottom: 20px;}
.blog-page .blog-container .blog-left > .post-img > img {border-radius: 10px;}

.blog-page .blog-container .blog-left .pagination{display: inline-block;width: 100%;text-align: center;margin: 0;}
.blog-page .blog-container .blog-left .pagination ul{margin: 0;padding: 0;list-style-type: none;}
.blog-page .blog-container .blog-left .pagination a{display: inline-block;width: 40px;height: 40px;line-height: 40px;padding: 0;text-align: center;font-size: 14px;}
.blog-page .blog-container .blog-left .pagination a:first-child,
.blog-page .blog-container .blog-left .pagination a:last-child {width: initial;font-size: 13px;}
.blog-page .blog-container .blog-left .pagination a:first-child {margin-right: 10px;}
.blog-page .blog-container .blog-left .pagination a:last-child {margin-left: 10px;}
.blog-page .blog-container .blog-left .pagination a:hover {color:#000}
.blog-page .blog-container .blog-left .pagination a.is-active {background-color: #2e5489;border-radius: 100%;color: #fff;}

.blog-page .blog-container .blog-left .blog-post-item {display: flex;margin-bottom: 60px;padding-bottom: 60px;border-bottom: 1px solid #d5dde77d;}
.blog-page .blog-container .blog-left .blog-post-item:last-child {margin-bottom: 0; border: 0;}
.blog-page .blog-container .blog-left .blog-post-item > .post-img {flex: none;width: 400px;margin-right: 50px;}
.blog-page .blog-container .blog-left .blog-post-item > .post-img > .post-link {display: block;}
.blog-page .blog-container .blog-left .blog-post-item > .post-img > .post-link > img {border-radius: 10px;box-shadow: -13px 11px 0px 2px #2e548933;}

.blog-page .blog-container .blog-left .blog-post-item > .post-detail .post-tags {display: flex;align-items: center;margin-bottom: 10px;grid-gap: 12px;}
.blog-page .blog-container .blog-left .blog-post-item > .post-detail .post-tags > .post-type {background-color: #2e5489;display: inline-block;color: #fff;font-size: 12px;font-weight: 400;padding: 4px 7px;border-radius: 3px;}
.blog-page .blog-container .blog-left .blog-post-item > .post-detail .post-tags > .post-date {font-size: 12px;}
.blog-page .blog-container .blog-left .blog-post-item > .post-detail > .post-name {font-size: 18px;font-weight: 500;margin-bottom: 7px;line-height: 27px;}
.blog-page .blog-container .blog-left .blog-post-item > .post-detail > .post-text {margin: 0;font-size: 13px;line-height: 22px;}
.blog-page .blog-container .blog-left .blog-post-item > .post-detail > .post-control {margin-top: 20px;}

.blog-page .blog-container .blog-left .blog-editor > p {font-size: 15px;margin-bottom: 15px;line-height: 26px;}
.blog-page .blog-container .blog-left .blog-editor > h2,
.blog-page .blog-container .blog-left .blog-editor > h3,
.blog-page .blog-container .blog-left .blog-editor > h4,
.blog-page .blog-container .blog-left .blog-editor > h5,
.blog-page .blog-container .blog-left .blog-editor > h6 {margin-top: 25px;margin-bottom: 20px;font-size: 18px;font-weight: 600;}

.blog-page .blog-container .blog-left .blog-editor > ul,
.blog-page .blog-container .blog-left .blog-editor > ol {margin-bottom: 40px;}

.blog-page .blog-container .blog-left .blog-editor > ul li,
.blog-page .blog-container .blog-left .blog-editor > ol li {font-size: 14px;line-height: 24px;margin-bottom: 12px;position: relative;text-indent: 16px;}

.blog-page .blog-container .blog-left .blog-editor > ul li::before,
.blog-page .blog-container .blog-left .blog-editor > ol li::before {content: "";position: absolute;left: 0;top: 10px;width: 7px;height: 7px;background-color: #2e5489;border-radius: 50%;}


.blog-page .blog-container .blog-right {flex: none;width: 320px;}
.blog-page .blog-container .blog-right .blog-box {border: 1px solid #eaeef3;padding: 10px 15px 15px;margin-bottom: 25px;border-radius: 10px;}
.blog-page .blog-container .blog-right .blog-box > .box-title {padding: 5px 0px 10px;border-bottom: 1px solid #eee;font-weight: 600;font-size: 14px;position: relative;margin-bottom: 20px;}
.blog-page .blog-container .blog-right .blog-box > .box-title::before {content: "";position: absolute;bottom: -1px;left: 0;width: 30px;height: 2px;background-color: #2e5489;}
.blog-page .blog-container .blog-right .blog-box > .box-content > .social > .link {display: inline-flex;margin-right: 8px;text-align: center;transition: all 0.3s;align-items: center;justify-content: center;}
.blog-page .blog-container .blog-right .blog-box > .box-content > .social > .link svg {width: 27px;height: 27px;}
.blog-page .blog-container .blog-right .blog-box > .box-content > .blog-category > .category-link {font-size: 14px;padding: 5px 0;display: flex;align-items: center;justify-content: space-between;transition: .3s;font-weight: 400;}
.blog-page .blog-container .blog-right .blog-box > .box-content > .blog-category > .category-link:hover {text-decoration: underline;}
.blog-page .blog-container .blog-right .blog-box > .box-content > .blog-category > .category-link::after {content: attr(data-count);font-size: 12px;color: #717171;}
.blog-page .blog-container .blog-right .blog-box > .box-content > .blog-popular-list > .popular-item {display: block;text-align: center;margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px solid #eee;transition: .3s;}
.blog-page .blog-container .blog-right .blog-box > .box-content > .blog-popular-list > .popular-item:hover {text-decoration: underline;}
.blog-page .blog-container .blog-right .blog-box > .box-content > .blog-popular-list > .popular-item:last-child {border-bottom: 0;padding-bottom: 0;margin: 0}
.blog-page .blog-container .blog-right .blog-box > .box-content > .blog-popular-list > .popular-item > .Img {width: 145px;display: inline-block;margin-bottom: 7px;border-radius: 10px;overflow: hidden;}
.blog-page .blog-container .blog-right .blog-box > .box-content > .blog-popular-list > .popular-item > .Info > .popular-title {font-size: 14px;font-weight: 400;margin-bottom: 11px;}
.blog-page .blog-container .blog-right .blog-box > .box-content > .blog-popular-list > .popular-item > .Info > .date {font-size: 12px;color: #717171;}
.blog-page .blog-container .blog-right .blog-box > .box-content > .Newslatter {text-align: center;}
.blog-page .blog-container .blog-right .blog-box > .box-content > .Newslatter > .Icon {display: inline-block;margin-bottom: 15px;width: 60px;}
.blog-page .blog-container .blog-right .blog-box > .box-content > .Newslatter > .T {font-size: 18px;font-weight: 500;margin-bottom: 7px;}
.blog-page .blog-container .blog-right .blog-box > .box-content > .Newslatter > .sT {font-size: 14px;margin-bottom: 20px;}
.blog-page .blog-container .blog-right .blog-box > .box-content > .Newslatter input {background-color: #f5f7f7;border: 0;width: 100%;padding: 15px;font-size: 14px;text-align: center;margin-bottom: 15px;border-radius: 6px;color: #2e5489;}

.blog-page .blog-container .blog-right .blog-box.sticky-top {position: sticky;top: 130px;}


@media only screen and (max-width:1399px){
    .blog-page .blog-container .blog-left .blog-post-item > .post-img {width: 310px;margin-right: 40px;}
}
@media only screen and (max-width:1199px){
    .blog-page .blog-container .blog-left .blog-post-item {display: block;}
    .blog-page .blog-container .blog-left .blog-post-item > .post-img {width: 100%;margin-right: 0;margin-bottom: 30px;}
    .blog-page .blog-container .blog-left .blog-post-item > .post-img > .post-link > img {width: 100%;box-shadow: 6px 6px 0px 2px rgb(121 194 77 / 8%);}
}

@media only screen and (max-width:991px){
    .blog-page .blog-container {display: block;}
    .blog-page .blog-container .blog-left {margin: 0;margin-bottom: 50px;}
    .blog-page .blog-container .blog-right {width: 100%;}
}

@media only screen and (max-width:575px){
    .blog-page .blog-container .blog-left .blog-post-item {padding-bottom: 45px;margin-bottom: 45px;}
    .blog-page .blog-container .blog-left .blog-post-item > .post-detail > .post-name {font-size: 16px;line-height: 22px;}

    .blog-page .blog-container .blog-left .blog-post-item > .post-img {margin-bottom: 20px;}
    .blog-page .blog-container .blog-left .blog-post-item > .post-img > .post-link > img {box-shadow: none;}

    .blog-page .blog-container .blog-left > .post-img {margin-bottom: 20px;}

    .blog-page .blog-container .blog-left .blog-editor > h2,
    .blog-page .blog-container .blog-left .blog-editor > h3,
    .blog-page .blog-container .blog-left .blog-editor > h4,
    .blog-page .blog-container .blog-left .blog-editor > h5,
    .blog-page .blog-container .blog-left .blog-editor > h6 {margin-top: 20px;margin-bottom: 20px;}
}





.content-page.contact-page {}
.content-page.contact-page .contact-wrapper {display: flex;grid-gap: 40px;}
.content-page.contact-page .contact-wrapper .contact-left {flex: 1;}
.content-page.contact-page .contact-wrapper .contact-left .contact-content {padding-top: 25px;} 
.content-page.contact-page .contact-wrapper .contact-left .contact-content > .T {font-size: 20px;font-weight: 600;} 
.content-page.contact-page .contact-wrapper .contact-left .contact-content > .sT {margin-top: 10px;font-size: 16px;line-height: 28px;font-weight: 300;} 
.content-page.contact-page .contact-wrapper .contact-left .contact-content > .contact-box {margin-top: 20px;} 
.content-page.contact-page .contact-wrapper .contact-left .contact-content > .contact-box > .item {display: flex;align-items: center;margin-bottom: 40px;} 
.content-page.contact-page .contact-wrapper .contact-left .contact-content > .contact-box > .item > .Icon {background-color: #2e5489;color: #fff;border-radius: 5px;flex: none;width: 64px;height: 64px;line-height: 64px;text-align: center;font-size: 23px;margin-right: 20px;display: flex;align-items: center;justify-content: center;} 
.content-page.contact-page .contact-wrapper .contact-left .contact-content > .contact-box > .item > .Txt > .T {font-size: 16px;line-height: 28px;font-weight: 300;} 
.content-page.contact-page .contact-wrapper .contact-left .contact-content > .contact-box > .item > .Txt > .sT {font-size: 16px;font-weight: 600;margin-top: 5px;} 

.content-page.contact-page .contact-wrapper .contact-right {flex: 1;}
.content-page.contact-page .contact-wrapper .contact-right .contact-form {padding: 30px;}

@media only screen and (max-width:991px) {
.content-page.contact-page .contact-wrapper {flex-direction: column;grid-gap: 15px;}
.content-page.contact-page .contact-wrapper .contact-right .contact-form {padding: 25px;border-radius: 10px;}
.content-page.contact-page .contact-wrapper .contact-left .contact-content {padding: 0;}
}

@media only screen and (max-width:575px) {
    .content-page.contact-page .contact-wrapper .contact-left .contact-content > .contact-box > .item {align-items: flex-start;margin-top: 5px;margin-bottom: 30px;}
    .content-page.contact-page .contact-wrapper .contact-left .contact-content > .contact-box > .item > .Icon {width: 50px; height: 50px;margin-right: 15px;}
    .content-page.contact-page .contact-wrapper .contact-left .contact-content > .contact-box > .item > .Icon svg {width: 25px; height: 25px;}
}

/* ============================
   Logo Marquee
   ============================ */
.logo-marquee-section {
    padding: 45px 0;
    background: linear-gradient(180deg, #f0f4f8 0%, #f8fafb 100%);
    overflow: hidden;
    position: relative;
}
.logo-marquee-section::before,
.logo-marquee-section::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}
.logo-marquee-section::before {
    left: 0;
    background: linear-gradient(90deg, #f0f4f8 0%, transparent 100%);
}
.logo-marquee-section::after {
    right: 0;
    background: linear-gradient(270deg, #f8fafb 0%, transparent 100%);
}
.logo-marquee-track {
    display: flex;
    width: max-content;
    animation: marqueeScroll 30s linear infinite;
}
.logo-marquee-track:hover {
    animation-play-state: paused;
}
.logo-marquee-slide {
    display: flex;
    align-items: center;
    gap: 45px;
    padding: 0 22px;
}
.logo-marquee-item {
    flex-shrink: 0;
    position: relative;
    background: #fff;
    border-radius: 14px;
    padding: 18px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(46,84,137,0.06);
    box-shadow: 0 2px 8px rgba(46,84,137,0.04);
    transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.35s ease, border-color 0.35s ease;
}
.logo-marquee-item:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 12px 30px rgba(46,84,137,0.12);
    border-color: rgba(46,84,137,0.18);
}
.logo-marquee-item img {
    height: 125px;
    width: auto;
    max-width: 130px;
    object-fit: contain;
    opacity: .6;
    filter: grayscale(1);
    transition: opacity 0.35s ease, filter 0.35s ease;
}
.logo-marquee-item:hover img {
    opacity: 1;
    filter: grayscale(0);
}
.logo-marquee-tooltip {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    background: #2e5489;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 8px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    pointer-events: none;
    z-index: 3;
}
.logo-marquee-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: #2e5489;
}
.logo-marquee-item:hover .logo-marquee-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
@keyframes marqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-33.333%); }
}
@media only screen and (max-width: 768px) {
    .logo-marquee-section { padding: 30px 0; }
    .logo-marquee-section::before,
    .logo-marquee-section::after { width: 40px; }
    .logo-marquee-slide { gap: 24px; padding: 0 12px; }
    .logo-marquee-item { padding: 14px 20px; border-radius: 10px; }
    .logo-marquee-item img { height: 30px; max-width: 90px; }
    .logo-marquee-track { animation-duration: 20s; }
    .logo-marquee-tooltip { display: none; }
}

/* ============================
   Legal Popup
   ============================ */
.legal-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(46,84,137,0.35);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}
.legal-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}
.legal-popup {
    background: #fff;
    border-radius: 20px;
    max-width: 820px;
    width: 92%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(46,84,137,0.25), 0 0 0 1px rgba(46,84,137,0.08);
    transform: scale(0.92) translateY(30px);
    transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1);
}
.legal-popup-overlay.active .legal-popup {
    transform: scale(1) translateY(0);
}

/* Close Button */
.legal-popup-close {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(46,84,137,0.12);
    font-size: 18px;
    color: #2e5489;
    cursor: pointer;
    z-index: 2;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
    padding: 0;
    line-height: 1;
}
.legal-popup-close:hover {
    background: #2e5489;
    color: #fff;
    border-color: #2e5489;
}

/* Body - Dual Mode (image + text) */
.legal-popup-body {
    display: flex;
    align-items: stretch;
    min-height: 350px;
}
.legal-popup-image {
    flex: 0 0 45%;
    max-width: 45%;
    position: relative;
    overflow: hidden;
}
.legal-popup-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.legal-popup-content {
    flex: 1;
    padding: 45px 40px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.legal-popup-content-inner {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.legal-popup-title {
    font-size: 22px;
    font-weight: 700;
    color: #2e5489;
    margin-bottom: 18px;
    line-height: 1.35;
    position: relative;
    padding-bottom: 16px;
}
.legal-popup-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #2e5489, rgba(46,84,137,0.2));
    border-radius: 3px;
}
.legal-popup-text {
    font-size: 14px;
    line-height: 1.75;
    color: #555;
    flex: 1;
    overflow-y: auto;
    padding-right: 8px;
}
.legal-popup-text p {margin-bottom: 8px;}
.legal-popup-text p:last-child {margin-bottom: 0;}
.legal-popup-text::-webkit-scrollbar {width: 4px;}
.legal-popup-text::-webkit-scrollbar-track {background: transparent;}
.legal-popup-text::-webkit-scrollbar-thumb {background: rgba(46,84,137,0.2);border-radius: 4px;}
.legal-popup-text::-webkit-scrollbar-thumb:hover {background: rgba(46,84,137,0.4);}
.legal-popup-btn {
    align-self: flex-start;
    display: inline-block;
    margin-top: 22px;
    flex-shrink: 0;
}

/* ---- Image Only Mode ---- */
.legal-popup.popup-image-only {max-width: 650px;}
.legal-popup.popup-image-only .legal-popup-body {min-height: auto;}
.legal-popup.popup-image-only .legal-popup-image {
    flex: none;
    max-width: 100%;
}
.legal-popup.popup-image-only .legal-popup-image img {
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
}
.legal-popup.popup-image-only .legal-popup-close {
    background: rgba(0,0,0,0.5);
    border-color: transparent;
    color: #fff;
}
.legal-popup.popup-image-only .legal-popup-close:hover {
    background: #2e5489;
}

/* ---- Text Only Mode ---- */
.legal-popup.popup-text-only {max-width: 600px;}
.legal-popup.popup-text-only .legal-popup-body {min-height: auto;}
.legal-popup.popup-text-only .legal-popup-content {
    padding: 50px 45px 40px;
}
.legal-popup.popup-text-only .legal-popup-title {
    font-size: 24px;
    text-align: center;
}
.legal-popup.popup-text-only .legal-popup-title::after {
    left: 50%;
    transform: translateX(-50%);
}
.legal-popup.popup-text-only .legal-popup-text {
    text-align: center;
    max-height: 50vh;
}
.legal-popup.popup-text-only .legal-popup-btn {
    align-self: center;
}

/* ---- Responsive ---- */
@media only screen and (max-width: 768px) {
    .legal-popup {
        max-width: 95%;
        max-height: 90vh;
        border-radius: 16px;
    }
    .legal-popup-body {
        flex-direction: column;
        min-height: auto;
    }
    .legal-popup-image {
        flex: none;
        max-width: 100%;
        height: 220px;
    }
    .legal-popup-content {
        padding: 30px 24px 24px;
    }
    .legal-popup-title {
        font-size: 18px;
        margin-bottom: 14px;
        padding-bottom: 12px;
    }
    .legal-popup-text {
        font-size: 13px;
        max-height: 35vh;
    }
    .legal-popup.popup-text-only .legal-popup-content {
        padding: 40px 24px 28px;
    }
    .legal-popup.popup-text-only .legal-popup-title {
        font-size: 20px;
    }
    .legal-popup.popup-image-only {max-width: 95%;}
    .legal-popup.popup-image-only .legal-popup-image img {
        max-height: 75vh;
    }
}
