/* HERO */
.about-hero {
 position: relative;
    padding: 120px 0 60px;
    background-color: #F8F9FC;
    text-align: center;
    overflow: hidden;
}
.about-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: url(../images/bgr-breadbrumb.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

/* CONTENT */
.about-content {
    padding: 60px 0;
}

/* TEXT */
.about-content h2 {
       font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #017077;
}

.about-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
    text-align: justify;
}
.about-content ul li {
    color: #000000;
    font-size: 17px;
}
.about-content ul {
    padding-left: 20px;
}

.about-content li {
    margin-bottom: 8px;
}

/* CONTAINER CENTER */
.about-content .col-lg-8 {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.stat-box
 {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
}

.stat-box hr {
    width: 69%;
    max-width: 80%;
    margin: auto;
    color: #5ea70f !important;
    opacity: 1;
    margin-top: 5px;
    background: #14fff8;
    margin-bottom: 5px;
}
.stat-box h3 {
    font-size: 25px;
    color: #1ba0e2;
}

.title-about-hero h1 {
    font-family: 'NVNAlpha-Light', sans-serif !important;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: #017077;
    letter-spacing: -0.02em;
    margin: 0;
    background: linear-gradient(90deg, #017077, #1ba0e2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-about-hero p {
    font-family: 'NVNAlpha-Light', sans-serif !important;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    margin-top: 12px;
    margin-bottom: 10px;
    letter-spacing: 0.02em;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}
section.core-values {
    background: #ffffff;
    padding: 60px 0px;
}
.value-card {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 10px;
}

.value-card .icon i {
    font-size: 25px;
    background: #1577f4 !important;
    padding: 10px;
    color: #ffffff;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.value-card hr {
    width: 69%;
    max-width: 80%;
    margin: auto;
    color: #5ea70f !important;
    opacity: 1;
    margin-top: 5px;
    background: #14fff8;
    margin-bottom: 5px;
}

/*******************************


CONTACT 


**********************************/

.title-contact-form {
    text-align: center;
    margin-bottom: 15px;
}


/* TITLE */
.title-contact-form h2 {
    font-family: 'NVNAlpha-Light', sans-serif !important;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.2;
    color: #017077;
    letter-spacing: -0.02em;
    margin: 0;

    /* gradient text nhẹ */
    background: linear-gradient(90deg, #017077, #1ba0e2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-contact-form p {
  font-family: 'NVNAlpha-Light', sans-serif !important;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    margin-top: 12px;
    margin-bottom: 10px;
    letter-spacing: 0.02em;

    /* giới hạn chiều rộng cho đẹp */
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;

    /* hiệu ứng fade nhẹ */
    opacity: 0.9;
}
/* LINE WRAPPER */
.title-contact-form  .title-line {
    margin-top: 0px !important;
}

/* LEFT & RIGHT LINE */
.title-contact-form .title-line .tl-1,
.title-contact-form  .title-line .tl-3 {
    width: 70px;
    height: 2px;
    display: inline-block;
    background: linear-gradient(to right, transparent, #2d8373);
    vertical-align: middle;
}

.title-contact-form  .title-line .tl-3 {
    background: linear-gradient(to left, transparent, #2d8373);
}

/* CENTER DOT */
.title-contact-form .title-line .tl-2 {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-radius: 50%;
    background: #1ba0e2;
    box-shadow: 0 0 10px rgba(27, 160, 226, 0.6);
    vertical-align: middle;

    /* animation nhẹ */
    animation: pulse 1.8s infinite ease-in-out;
}


/* HERO */
.contact-hero {
    padding: 80px 0;
    background: #f9fbfc;
}

.contact-hero h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.contact-hero p {
    color: #6b7280;
}

/* INFO */
.contact-info {
    padding: 50px 0;
}

.contact-card {
    text-align: center;
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    transition: 0.3s;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-card i {
    font-size: 26px;
    color: #00B2C1;
    margin-bottom: 10px;
}

.contact-card h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

/* FORM */
.contact-form-sec {
    padding: 60px 0;
    background: #f9fbfc;
}

.contact-img {
    width: 100%;
    border-radius: 16px;
}

.contact-form-box {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.contact-form-box h2 {
    margin-bottom: 10px;
    color: #017077;
}

/* INPUT (áp dụng chung form) */
.contact-form-box input,
.contact-form-box textarea {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

/* BUTTON */
.contact-form-box button,
.contact-form-box input[type="submit"] {
    background: #00B2C1;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
}

/* MAP */
.contact-map iframe {
    border-radius: 0;
}
button.btn.btn-submit {
    font-weight: 700;
}
button.btn.btn-submit:hover {
    background: #017077;
    color: #ffffff;
}
/* NEWSLETTER FOOTER */
.footer-newsletter {
    margin-top: 32px;
}

.footer-newsletter h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #ffffff;
    line-height: 1.4;
}

.footer-newsletter p {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 20px;
}

.newsletter-form {
    width: 100%;
}

.newsletter-input-group {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.newsletter-input-group input[type="email"] {
    flex: 1;
    min-width: 220px;
    height: 52px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 15px;
    outline: none;
    transition: all 0.3s ease;
}

.newsletter-input-group input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.newsletter-input-group input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
}

.newsletter-input-group button {
    height: 52px;
    padding: 0 28px;
    border: none;
    border-radius: 10px;
    background: #ffffff;
    color: #111111;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.newsletter-input-group button:hover {
    transform: translateY(-2px);
    opacity: 0.92;
}

.newsletter-message {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

/* MOBILE */
@media (max-width: 767px) {
    .newsletter-input-group {
        flex-direction: column;
        align-items: stretch;
    }

    .newsletter-input-group input[type="email"] {
        width: 100%;
        min-width: unset;
		min-height: 40px !important;
    }

    .newsletter-input-group button {
        width: 100%;
    }
}