:root{
    --background-theme: #FED500;
    --fs-24: 24px;
    --gray: #898989;
}
body{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    margin: 0;
    padding: 0;
    color: #000;
    overflow-x: hidden;
}

ul{
    list-style: none;
}

a, a:hover{
    text-decoration: unset;
    color: #545146;
}
a:hover {
    color: #fcd116;
}
img {
    max-width: 100%;
    object-fit: scale-down;
}

.home_banner_top {
    position: relative;
}

.logo img {
    width: 100%;
    height: auto;
    object-position: left;
}
header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.logo img {
    height: 50px;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin-bottom: 0;
}

.main-nav ul li {
    position: relative;
}

.main-nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    text-transform: initial;
    font-size: 14px;
}

.main-nav ul li:hover .dropdown {
    display: block;
}

.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px;
}

.dropdown li {
    padding: 5px 0;
}

.header-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.icon {
    font-size: 20px;
    color: #333;
    text-decoration: none;
}

.donate-button {
    background-color: #643819;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    color: #FEE600;
}
.main-nav ul.dropdown-menu {
    display: none;
}
.wrap-header {
    align-items: center;
}
.cart-icon {
    border-left: 1px solid #E7E7E7;
    padding-left: 20px;
    padding-right: 15px;
}

.header-icons .icon.search-icon {display: block;}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.banner-home-main .swiper-container {
    height: 100vh;
}
.banner-home-main .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.banner-content {
    position: relative;
    left: -350px;
    z-index: 10;
    color: white;
    padding: 0px;
    border-radius: 10px;
}

.small-title {
    font-size: 1rem;
    font-weight: bold;
    color: #fcd116;
    margin-bottom: 10px;
}

.main-title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: bold;
}

.highlight {
    color: #fcd116;
}

.buttons {
    display: flex;
    gap: 10px;
}

.btn {
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    color: white;
}

.contribute-btn {
    background-color: #fcd116;
    display: flex;
    align-items: center;
}

.contact-btn {
    background-color: white;
    color: black;
}

.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    bottom: 10px !important;
}
.contact-btn i {
    border: 1px solid #ddd;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #e0e0e0;
    border-radius: 50%;
    margin-left: 5px;
    font-size: 14px;
}
.container-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}


.content-right {
    width: 50%;
}

.section-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

p {
    font-size: 1rem;
    margin-bottom: 15px;
    line-height: 1.6;
}

.contribute-btn {
    background-color: #fcd116;
    color: black;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}

.contribute-btn img {
    margin-left: 10px;
}
.quote-block {
    position: absolute;
    bottom: 5px;
    right: -100px;
    background-color: white;
    padding: 10px 15px;
    border-radius: 10px;
    z-index: 4;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.quote-block img {
    width: 25px;
    margin-right: 10px;
}
.content-left {
    width: 50%;
}
.quote-text {
    font-size: 0.9rem;
}
.images-wrapper {
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
.image-bottom {
    text-align: right;
    padding-right: 20px;
}

.block-right-img {
    position: absolute;
    bottom: -115px;
}
.inspiration-section {
    min-height: 630px;
    padding-top: 25px;
}

.stats-section {
    background-color: #f9f9f9;
    padding: 50px 0;
}

.container-flex {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}

.stat-item {
    flex-basis: calc(33.333% - 40px); /* For the first row */
    margin: 20px;
}

.stat-item:nth-child(n+4) {
    flex-basis: calc(50% - 40px); /* For the second row */
}

.stat-number {
    font-size: 2.5rem;
    color: #4d4d4d;
    font-weight: bold;
}

.stat-label {
    font-size: 1.2rem;
    color: #4d4d4d;
    font-weight: bold;
}

.stat-description {
    font-size: 1rem;
    color: #777;
    margin-top: 5px;
}
.volunteer-4, .volunteer-3 {
    width: 400px;
    border-radius: 15px;
}
/* Responsive styles */
@media (max-width: 768px) {
    .stat-item {
        flex-basis: calc(50% - 40px); /* Two columns for smaller screens */
    }

    .stat-item:nth-child(n+4) {
        flex-basis: calc(50% - 40px); /* Remains two items per row on smaller screens */
    }
}

@media (max-width: 500px) {
    .stat-item {
        flex-basis: 100%; /* Single column for very small screens */
    }
}
.stat-number-wrap h2,.stat-number-wrap span {
    display: inline-block;
}
.foundation-section .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 40px 20px;
}

.foundation-section .content-left {
    flex-basis: 50%;
    display: flex;
    justify-content: center;
}

.foundation-section .full-image {
    max-width: 100%;
    height: auto;
}

.foundation-section .content-right {
    flex-basis: 45%;
}
.foundation-section .content-right p {
    text-align: justify;
}
.foundation-section .intro-text, .mission-text, .call-to-action, .signature {
    margin-bottom: 15px;
    font-size: 1rem;
    color: #333;
    line-height: 1.5;
}

.foundation-section .signature {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
}

.foundation-section .btn {
    background-color: #fcd116;
    color: black;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}

.foundation-section .btn img {
    margin-left: 10px;
}

.foundation-section .note {
    margin-top: 15px;
    font-size: 0.85rem;
    color: #666;
    line-height: 1.4;
}
.video-section {
    position: relative;
    height: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-overlay {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 1060px;
    padding: 20px;
    top: 140px;
}

.section-title {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 40px;
}

.video-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.video-play-button {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
}

.video-play-button img {
    width: 50px;
}

.service-section {
    position: relative;
    z-index: 10;
    margin-top: 250px; /* Overlapping the video section */
    text-align: center;
}

.service-title {
    font-size: 2rem;
    margin-bottom: 20px;
    height: 45px;
}

.service-slider {
    margin-top: 60px;
    position: initial;
}
.video-home-section .service-title {
    overflow: initial;
    -webkit-line-clamp: initial;
    -webkit-box-orient: vertical;
}
.service-card {
    background-color: #f5f5f5;
    border-radius: 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 10px;

}

.service-card-header {
    position: relative;
}

.service-card-header img {
    width: 100%;
    object-fit: cover;
}

.status-label {
    position: absolute;
    padding: 10px 15px;
    color: white;
    font-weight: 700;
    font-size: 15px;
    border-radius: 14px 0 14px 0;
}

.status-label.ended {
    background-color: #545146;
    color: #fff;
}

.status-label.remaining {
    background-color: #FED500;
    color: #000;
}

.service-card-body {
    padding: 20px;
}
.service-card-body p {
    text-align: justify;
}
.service-slider .service-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.service-title span {
    display: flex;
    margin-bottom: 8px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.87);
    flex-direction: column;
}

.service-title span:first-child {
    font-style: italic;
    font-size: 24px;
}

.service-title span:last-child {
    font-size: 36px;
}
.service-slider .service-location,
.service-slider .service-date,
.service-slider .service-volunteer {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 10px;
}

.swiper-slider .btn {
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

.btn-gray {
    background-color: #e0e0e0;
    color: #333;
}

.swiper-slider .btn-yellow {
    background-color: #FEE600;
    color: #333;
}

.service-slider .swiper-button-next,
.service-slider .swiper-button-prev {
    color: #FEE600;
}

.see-all-btn {
    margin-top: 20px;
    text-align: justify;
}
.video-section:after {
    content: "";
    background: #986e00;
    position: absolute;
    width: 100%;
    height: 845px;
    bottom: 0;
    top: 370px;
}
.swiper-pagination {
    bottom: 0 !important;
    left: 50%;
    z-index: 9;
    cursor: pointer;
}

.service-wrap {position: relative;}

.swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    border-radius: 12px;
    margin-right: 8px;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #fed500;}

.swiper-slider .swiper-button-next, .swiper-slider .swiper-button-prev {
    position: absolute;
    bottom: 0 !important;
    top: auto !important;
    background: #fed500;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 13px !important;
}

.swiper-slider .swiper-button-next {
    right: 165px !important;
}

.swiper-slider .swiper-button-prev {
    right: 210px !important;
    left: auto;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px;
    color: #585252;
}
.service-volunteer span {
    font-size: 20px;
    padding-right: 5px;
    font-weight: 700;
    color: #545146;
}
.volunteer-section {
    background-color: #f9f9f9;
    margin: 80px 0;
    height: 750px;
    position: relative;
}


.volunteer-image {
    overflow: hidden;
    position: absolute;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    transition: .3s linear;
}

.volunteer-image img {
    object-fit: cover;
}

.volunteer-text {
    text-align: center;
    padding-top: 110px;
}

.volunteer-text h2 {
    font-size: 1.5rem;
    color: #666;
}

.volunteer-text h1 {
    font-size: 3rem;
    color: #333;
    font-weight: bold;
}

.volunteer-text p {
    font-size: 1.2rem;
    color: #666;
}
.volunteer-section .volunteer-image {
    top: 20%;
    left: 40%;
    transition: all 0.5s ease-in-out;
}
.volunteer-image.volunteer-1.active {
    left: 0;
    top: -35px;
}

.volunteer-image.volunteer-2.active {
    right: 160px;
    top: auto;
    left: auto;
}

.volunteer-image.volunteer-3.active {
    right: -260px;
    top: 105px;
    left: auto;
}

.volunteer-image.volunteer-4.active {
    bottom: 20px;
    left: 15%;
    top: auto;
    right: auto;
}

.volunteer-image.volunteer-5.active {
    left: 190px;
    bottom: -60px;
    top: auto;
    right: auto;
}

.volunteer-image.volunteer-6.active {
    left: 42%;
    bottom: 30px;
    top: auto;
    right: auto;
}

.volunteer-image.volunteer-7.active {
    bottom: 15px;
    right: 0;
    top: auto;
    left: auto;
}
.volunteer-grid .volunteer-text {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.volunteer-grid .volunteer-text.active {
    opacity: 1;
    visibility: visible;
    display: block;
}

.news-section {
    position: relative;
    z-index: 10;
    margin-top: 120px; /* Overlapping the video section */
    text-align: center;
}

.news-section .news-subtitle {
    font-size: 24px;
    font-weight: 600;
    color: #545455;
    margin-bottom: 10px;
}

.news-section .news-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
}

.news-section .swiper-container {
    width: 100%;
    padding-bottom: 50px;
    position: inherit;
}

.news-section .news-card {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: left;
    border-radius: 20px;
}

.news-section .news-image {
    width: 100%;
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
}

.news-section .news-content {
    padding: 15px;
}

.news-section .news-heading {
    font-size: 20px;
    color: #545146;
    margin-bottom: 35px;
    font-weight: 700;
}

.news-section .news-author {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.news-section .author-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.news-section .author-details p {
    margin: 0;
    font-size: 0.9rem;
    color: #333;
}

.news-section .author-details span {
    font-size: 0.8rem;
    color: #888;
}

.news-section .btn {
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.news-section .news-view-all {
    margin-top: 20px;
}

.news-section .swiper-button-next,
.news-section .swiper-button-prev {
    color: #FEE600;
}
.footer-section {
    background-color: #f8f8f8;
    padding: 40px 20px;
    margin-top: 60px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.footer-left {
    flex-basis: 30%;
}

.footer-logo {
    width: 150px;
    margin-bottom: 20px;
}

.footer-left p {
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 10px;
}

.footer-left i {
    margin-right: 10px;
}

.footer-social-icons {
    margin-top: 10px;
}

.footer-social-icons a {
    margin-right: 10px;
    color: #333;
    font-size: 1.2rem;
}

.footer-center {
    flex-basis: 50%;
    display: flex;
    justify-content: flex-start;
}

.footer-center ul {
    list-style: none;
    padding-left: 20px;
}

.footer-center ul li {
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.footer-center ul li a {
    text-decoration: none;
    color: #333;
}

.footer-right {
    flex-basis: 30%;
}

.footer-right h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.volunteer-form {
    display: flex;
    flex-direction: column;
}

.form-input {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 0.9rem;
}

textarea.form-input {
    resize: none;
    height: 80px;
}

.btn-submit {
    padding: 10px;
    background-color: #FEE600;
    border: none;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    font-size: 0.9rem;
}
.progress-container {
    width: 100%;
    background-color: #f0f0f0;
    border-radius: 5px;
    height: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background-color: #FEE600;
    width: 0;
    border-radius: 5px;
    transition: width 0.5s ease;
}
.happy-travel {
    margin-top: 24px;
}
.banner-travel {
    text-align: center;
}
.happy-travel h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
}
.breadcrumb {
    padding: 10px 20px;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 0;
}

.breadcrumb-list {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
}

.breadcrumb-list li {
    margin-right: 5px;
}

.breadcrumb-list li a {
    text-decoration: none;
    color: #333;
    font-size: 0.9rem;
}

.breadcrumb-list li span {
    font-size: 0.9rem;
    color: #666;
}

.breadcrumb-list li a:hover {
    text-decoration: underline;
}

.breadcrumb-list li i {
    font-size: 1rem;
    color: #333;
}
.detail-service .image-gallery-section {
    text-align: center;
}

.detail-service .swiper-container {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
}

.main-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail-service .gallery-image {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}

.detail-service .thumbnail-slider {
    width: 100%;
    height: 35px;
    max-width: 265px;
    margin: 0 auto;
}

.detail-service .thumbnail-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.detail-service .thumbnail-image {

    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
    border: 2px solid transparent;
}

.detail-service .thumbnail-image:hover {
    border: 2px solid #FEE600;
}

.detail-service .description-section {
    text-align: left;
    margin-top: 40px;
    max-height: 600px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}
.description-section.expanded {
    max-height: none;
}
.btn-more {
    background-color: #ffd700; /* Màu vàng */
    color: #000;
    font-weight: bold;
    border: none;
    padding: 5px 18px;
    border-radius: 50px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.btn-more img {
    width: 20px;
    height: auto;
}

.btn-more span {
    font-size: 13px;
    text-transform: uppercase;
}

.btn-more.collapsed img {
    transform: rotate(180deg);
    transition: transform 0.5s ease;
}
.detail-service .description-title {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 10px;
}

.detail-service .description-text {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}
.container-right {
    max-width: 800px;
    margin: 0 auto;
}
.detail-service .swiper-pagination{
    left: 40%;
}
.title-top h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #545146;
}
.detail-service .service-info-card {
    width: 100%;
    max-width: 350px;
    background-color: #fff;
    border-radius: 10px;
}

.detail-service .service-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.detail-service .service-title {
    color: #d9a900;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    margin-bottom: 0;
}

.detail-service .share-btn {
    background-color: #f0f0f0;
    border: none;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 11px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.detail-service .share-btn i {
    margin-right: 5px;
}

.detail-service .service-details {
    margin-bottom: 20px;
    background: #FAFAFA;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
}

.detail-service .service-location,.detail-service  .service-date {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.detail-service .service-location i,.detail-service  .service-date i {
    font-size: 1.5rem;
    color: #d9a900;
    margin-right: 10px;
}

.detail-service .service-location p,.detail-service  .service-date p {
    font-size: 12px;
    color: #333;
    margin-bottom: 0;
    font-weight: 600;
}

.detail-service .service-location span {
    font-size: 11px;
    color: #545146;
    font-weight: 500;
}

.detail-service .partner-info {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.detail-service .partner-logo {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.detail-service .partner-info p {
    font-size: 12px;
    margin: 0;
    font-weight: 600;
}

.detail-service .partner-info a {
    font-size: 9px;
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
}

.detail-service .service-registration {
    margin-bottom: 20px;
}

.detail-service .progress-container {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 5px;
    height: 10px;
    margin-bottom: 10px;
}

.detail-service .progress-bar {
    height: 100%;
    background-color: #FEE600;
    width: 0;
    border-radius: 5px;
}

.detail-service .registration-info {
    display: flex;
    justify-content: flex-start;
    font-size: 0.9rem;
    color: #666;
    column-gap: 15px;
}

.detail-service .register-btn {
    width: 100%;
    padding: 12px;
    background-color: #FEE600;
    border: none;
    color: #333;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}
.detail-service .detail-left {
    width: 60%;
}

.detail-service .detail-right {
    width: 40%;
}

.detail-service .wrapper-detail {
    display: flex;
    justify-content: space-between;
    column-gap: 25px;
}
.service-partners>p {
    font-size: 12px;
    font-weight: 600;
    color: #343434;
}
.detail-service .service-registration strong {
    font-size: 14px;
    padding-right: 5px;
    font-weight: 700;
}

.detail-service .service-registration p {
    font-size: 11px;
    font-weight: 600;
    color: #959597;
}
.detail-service .registration-info div {
    display: flex;
    flex-direction: column-reverse;
}

.detail-service .service-registration div p {
    margin-bottom: 0;
}
.contact-card {
    width: 100%;
    max-width: 350px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 50px;
}

.contact-header {
    background-color: #FEE600;
    padding: 15px;
    text-align: left;
}

.contact-header h4 {
    color: #333;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0;
}

.contact-info {
    padding: 20px;
}

.contact-info p {
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 10px;
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 10px;
}

.contact-info a {
    text-decoration: none;
    color: #000;
}

.contact-info a:hover {
    text-decoration: underline;
}
.contact-info a.email-address {
    text-decoration: underline;
}
.contact-info p:last-child {
    border-bottom: none;
}
.volunteer-registration-card {
    width: 100%;
    max-width: 350px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 50px;
}

.volunteer-registration-card .registration-header {
    background-color: #FEE600;
    padding: 15px;
    text-align: left;
}

.volunteer-registration-card .registration-header h4 {
    color: #333;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0;
}

.volunteer-registration-card .registration-form {
    padding: 20px;
}

.volunteer-registration-card .form-group {
    margin-bottom: 15px;
}

.volunteer-registration-card .form-group label {
    font-size: 10px;
    color: #333;
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}

.volunteer-registration-card .form-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: 0;
}

.volunteer-registration-card .form-input::placeholder {
    color: #e7e7e7;
}

.volunteer-registration-card textarea.form-input {
    height: 80px;
    resize: none;
}

.volunteer-registration-card .btn-submit {
    width: 60px;
    background-color: #FEE600;
    border: none;
    color: #333;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    font-size: 11px;
    height: 26px;
    padding: 0;
    text-transform: uppercase;
}

.volunteer-registration-card .btn-submit:hover {
    background-color: #ffcd38;
}
.detail-service .processing-service .service-title {
    font-size: 14px;
    line-height: 18px;
    height: 55px;
}

.detail-service .processing-service .swiper-container {
    height: auto;
    margin-top: 0;
}

.processing-service .service-card-body {
    padding: 15px;
}

.processing-service .service-slider .service-location, .service-slider .service-date, .service-slider .service-volunteer {
    font-size: 12px;
    height: 40px;
}
.processing-service .service-slider .service-location{
    height: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}
.detail-service .processing-service .service-location img, .detail-service .service-date img {
    width: 18px;
    height: 18px;
    padding-right: 5px;
}

.processing-service .service-volunteer span {
    font-size: 14px;
}

.processing-service .status-label.remaining {
    font-size: 12px;
    color: #000;
}
.swiper-slider .processing-service .btn {
    font-size: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.processing-service {
    position: relative;
}

.processing-service.swiper-slider .swiper-button-next {
    right: 0 !important;
}

.processing-service.swiper-slider .swiper-button-prev {
    right: 45px !important;
}
.processing-service.swiper-slider .btn {
    font-size: 10px;
}
.button-volunteer {
    text-align: center;
}
.title-processing h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 18.5px;
    text-align: left;
}

.title-processing {
    margin-top: 60px;
    margin-bottom: 20px;
}
.detail-service .news-section .see-all-btn {
    text-align: center;
}

.detail-service .news-section .see-all-btn .btn {
    font-size: 13px;
    border-radius: 20px;
}
.detail-service .news-section .news-heading {
    font-size: 14px;
}

.detail-service .news-section .swiper-container {
    height: auto;
    padding-bottom: 0;
}

.detail-service .news-section .author-details p {
    font-size: 11px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 0px;
}

.detail-service .news-section .author-details span {
    font-size: 8px;
}
.detail-service .news-section{
    margin-top: 30px;
}
.bg-yellow {
    background-color: #fee600;
}
.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

.image-grid img {
    height: 82px;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.detail-service .description-section h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.foundation-banner img {
    width: 100%;
    object-fit: cover;
}
.heading-section {
    text-align: center;
    padding: 20px;
    margin-top: 40px;
}

.heading-title {
    font-size: 42px;
    color: #545146;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.heading-line {
    width: 100px;
    height: 6px;
    background-color: #ffd700; /* Màu vàng của gạch dưới */
    margin: 10px auto;
}

.heading-subtitle p{
    font-size: 24px;
    color: #000;
    max-width: 900px;
    margin: 0 auto;
}
/* Bố cục chung */
.content-section {
    background-color: #d0b24f; /* Màu vàng từ hình ảnh */
}

.content-grid {
    display: grid;
    margin-top: 25px;
}

/* Định nghĩa thứ tự cho ảnh và văn bản */
.content-item:nth-child(1) {
    grid-column: 1 / 2; /* Ảnh đầu tiên ở cột 1, hàng 1 */
}

.content-item:nth-child(2) {
    grid-column: 2 / 3; /* Văn bản 1 ở cột 2, hàng 1 */
}

.content-item:nth-child(3) {
    grid-column: 1 / 2; /* Văn bản 2 ở cột 1, hàng 2 */
}

.content-item:nth-child(4) {
    grid-column: 2 / 3; /* Ảnh 2 ở cột 2, hàng 2 */
}

.content-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.content-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.content-item p {
    font-size: 24px;
    color: #ffffff;
    line-height: 1.6;
    text-align: start;
}
.content-item div {
    padding: 0 105px;
}

@media (max-width: 768px) {
    .content-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}
.image-activity img {
    width: 100%;
    object-fit: cover;
}

.image-activity {
    padding-top: 10px;
}
.commitment-section {
    text-align: center;
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.commitment-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #000;
}

/* Grid layout */
.commitment-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.commitment-item {
    background-color: #ffffff;
    padding: 35px;
    border-radius: 0;
    box-shadow: 0 4px 4px rgb(0 0 0 / 31%);
    flex: 1;
    max-width: 355px;
    text-align: center;
    transition: transform 0.3s ease;
    border-top-right-radius: 53px;
    border-bottom-left-radius: 53px;
    cursor: pointer;
}

.commitment-item:hover {
    transform: translateY(-10px);
}

.commitment-icon {
    margin-bottom: 15px;
}

.commitment-icon img {
    width: 50px;
    height: auto;
}

.commitment-text {
    font-size: 16px;
    color: #333;
}

/* Responsive layout */
@media (max-width: 768px) {
    .commitment-grid {
        flex-direction: column;
        gap: 20px;
    }

    .commitment-item {
        max-width: 100%;
    }
}
.vision-mission-section-header {
    text-align: center;
    padding: 40px 20px;
}

.vision-mission-title {
    font-size: 48px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

.vision-mission-description {
    font-size: 20px;
    line-height: 1.6;
    color: #000;
    max-width: 800px;
    margin: 0 auto;
}
.vision-mission-section {
    padding: 40px 0;
}

.vision-mission-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}


.vision-mission-column-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vision-mission-column-left .image-item {
    margin-bottom: 20px;
}

.vision-mission-column-left .support-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

.support-list {
    list-style-type: none;
    padding: 0;
}

.support-list li {
    background-color: #FEE600;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    border-radius: 0 14px 0 14px;
}

.vision-mission-column-right {
    display: flex;
    flex-direction: column;
}

.vision-mission-column-right .text-item {
    margin-bottom: 20px;
}

.warm-love-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

.warm-love-list {
    list-style-type: none;
    padding: 0;
}

.warm-love-list li {
    background-color: #FEE600;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    border-radius: 0 14px 0 14px;
}

.image-item img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.highlight-number {
    color: #ffd700;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
    .vision-mission-section .row {
        flex-direction: column;
    }
    .vision-mission-column-left,
    .vision-mission-column-right {
        flex-direction: column;
    }
}
.journey-love-section {
    text-align: center;
    padding: 40px 20px;
}

.journey-text {
    margin-bottom: 30px;
}

.journey-title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.journey-subtitle {
    font-size: 24px;
    font-weight: 500;
    color: #7d7d7d;
    margin-bottom: 15px;
}

.journey-description {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    max-width: 800px;
    margin: 0 auto 30px auto;
}

/* Phần hình ảnh */
.journey-image img {
    width: 100%;
    border-radius: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .journey-description {
        font-size: 14px;
    }

    .journey-image img {
        max-width: 100%;
    }
}
/* Section tổng với container */
.team-section {
    padding: 40px 0;
}

/* Tiêu đề phần đội ngũ */
.team-title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
}

.team-subtitle {
    font-size: 24px;
    font-weight: 500;
    color: #555;
    margin-top: 10px;
}

/* Phần chứa hình ảnh đội ngũ */
.team-images {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.team-member {
    margin-bottom: 20px;
}

.team-image-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.team-image {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.team-info {
    position: absolute;
    bottom: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: backdrop-filter 0.5s ease-in-out;
    backdrop-filter: blur(66px);
}
.team-member:hover .team-info {
    opacity: 1;
    visibility: visible;
}
.team-name {
    font-size: 16px;
    font-weight: bold;
}

.team-position {
    font-size: 14px;
}

/* Hover effect cho hình ảnh */
.team-image-wrapper:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .team-section {
        text-align: center;
    }

    .team-images {
        flex-direction: column;
    }

    .team-member {
        margin-bottom: 30px;
    }
}
.service-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}
.service-card-body p img {
    width: 16px;
}
.all-services .service-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    height: 35px;
}
.service-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.service-list .service-title {
    font-size: 14px;
    font-weight: 700;
    height: 35px;
}
.service-title {
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
}
.all-services .service-card-body p {
    height: 25px;
    font-size: 11px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.service-list .service-card{
    background-color: #fff;
}
.all-services .container,.contact-section .container,.news-page .container{
    max-width: 816px;
}

.button-volunteer .btn {
    font-size: 10px;
}
.coming-event .see-all-btn button {
    background: var(--background-theme);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    font-size: 13px;
    border-radius: 20px;
}
.coming-event .see-all-btn {
    text-align: center;
    display: flex;
    justify-content: center;
}
.all-services .title-processing h4 {
    text-align: center;
    font-size: var(--fs-24);
    text-transform: uppercase;
    font-weight: 700;
}

.all-services .title-processing p {
    text-align: center;
    color: var(--gray);
    font-weight: 500;
    font-size: 13px;
}
.coming-event  .service-card-body{
    padding: 10px;
}
.support-struggle {background: rgba(254, 230, 0, 0.1);padding: 25px 0;margin: 40px 0;}

.support-struggle .title-processing {
    margin-top: 0;
}
.all-services .processing-service .service-slider .service-location {
    height: auto;
}
.all-services .service-slider{
    margin-top: 35px;
}
.support-struggle .processing-service.swiper-slider .see-all-btn button {
    font-size: 13px;
    border-radius: 30px;
}
.see-all-btn img {
    width: 20px;
    padding-left: 5px;
}
.contact-section {
    padding: 40px 0;
}

.contact-section .contact-header {
    margin-bottom: 30px;
    background: transparent;
    text-align: center;
}

.contact-intro {
    font-size: 24px;
    color: #959597;
    line-height: 29px;
    margin-bottom: 5px;
    font-weight: 700;
}

.contact-title {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin-bottom: 40px;
}

/* Phần từng ô liên hệ */
.contact-item {
    margin-bottom: 20px;
}

.contact-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.contact-box:hover {
    transform: translateY(-10px);
}

.contact-box-highlight {
    background-color: #ffd700;
    color: #000;
}

.contact-icon {
    margin-bottom: 15px;
}

.contact-icon img {
    width: 34px;
    height: 34px;
}
.contact-label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}

.contact-section .contact-info {
    font-size: 12px;
    color: #848484;
    margin-bottom: 0;
    padding: 0;
    font-weight: 600;
}
.contact-wrap {
    height: 50px;
}
@media (max-width: 768px) {
    .contact-box {
        margin-bottom: 30px;
    }
}
.project-suggestion-section {
    padding: 40px 0;
}

/* Form Gợi ý dự án */
.project-form {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.project-form-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    color: #333;
}

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.form-control:focus {
    border-color: #ffd700;
    box-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
}

.submit-btn {
    background-color: #ffd700;
    border: none;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.submit-btn:hover {
    background-color: #e0b800;
}

/* Bản đồ */
.project-map {
    padding-left: 20px;
}

.project-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.title-news-page h1 {
    font-size: 36px;
    color: #000;
    text-align: center;
    font-weight: 700;
}

.title-news-page {
    max-width: 670px;
    margin: 0 auto;
    padding: 10px 0;
}

.post-thumbnail img {
    width: 100%;
    object-fit: contain;
}
.post-content>span {
    font-size: 10px;
    font-weight: 700;
    color: #898989;
}
.post-content a h5 {
    color: #343434;
    font-size: 16px;
    font-weight: 700;
}
.single-blog-post {
    margin-bottom: 20px;
}
.row .row .col-sm-6 .single-blog-post a h5 {
    font-size: 13px;
}
.menu-mobile,.nav-bar {
    display: none;
}
.home .service-slider .service-location {
    height: 40px;
    font-size: 15px;
}
.service-slider .service-location {
    display: flex;
}
.home .service-card {
    background: #fff;
}

.home .service-card-body p img {
    width: 23px;
    height: 32px;
    margin-right: 5px;
}

.home .service-slider .service-title {
    font-size: 20px;
}

.home .service-slider .service-date {
    font-size: 15px;
    margin-bottom: 0;
}

.news-section .news-subtitle {
    font-style: italic;
}
.right-bar-article .service-list {
    grid-template-columns: repeat(1, 1fr);
}

.right-bar-article .service-list .service-title {
    font-size: 13px;
    color: #545146;
    margin-bottom: 0;
    height: auto;
}

.right-bar-article .service-card-body p {
    font-size: 11px;
}

.right-bar-article .service-card-body p img {
    width: 15px;
    height: 15px;
}

.right-bar-article .service-card-body {
    padding: 10px;
}

.latest-service-title h3 {
    font-size: 16px;
    font-weight: 700;
    color: #986E00;
}

.right-bar-article {
    border-left: 2px solid #D9D9D9;
}

.right-bar-article .button-volunteer .btn {
    font-size: 9px;
}
.title_single {
    font-size: 30px;
}

.meta_single {
    font-size: 14px;
    color: #888;
    letter-spacing: 1px;
}

.meta_single span:not(:last-child) {
    margin-right: 20px;
}

.meta_single i.fa {
    margin-right: 5px;
}

.content-post p {
    margin-bottom: 15px;
}


.sidebar .widget:not(:last-child) {
    margin-bottom: 20px;
}

.sidebar-title {
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 2px solid #ebebeb;
    font-size: 20px;
    position: relative;
    font-weight: 600;
}

.sidebar-title:after {
    content: "";
    height: 2px;
    position: absolute;
    width: 30%;
    left: 0;
    bottom: -2px;
    background: #a39f93 none repeat scroll 0 0;
}

.sidebar ul, .sidebar-pro ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-categories>li, .widget_categories >ul>li {
    border-top: 1px dotted #ececec;
    display: block;
}

.product-categories>li:first-child, .widget_categories >ul>li:first-child {
    border-top: none;
}

.product-categories>li>a, .widget_categories >ul>li>a {
    padding: 6px 0;
    display: inline-block;
    flex: 1;
    font-size: 16px;
    font-weight: 500;
}

.widget-content .single-post {
    padding-bottom: 12px;
    border-bottom: 1px #efefef dotted;
    padding-top: 12px;
}

.row5 {
    margin: 0 -5px;
}

.row5 >div {
    padding: 0 5px;
}

.img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.widget-content .single-post .img img {
    height: 80px;
}

.widget-content .single-post h3.title {
    font-size: 14px;
    margin-bottom: 2px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.breadcrumb-list {
    padding-left: 0;
}
.content-post {
    margin-top: 15px;
}
.main-nav ul>li.active>a {
    color: #FEE600;
}
.main-nav ul li a:hover {
    color: #FEE600;
}
.main-nav ul>li.active:before {
    content: "";
    position: absolute;
    width: 30%;
    height: 4px;
    background: #FEE600;
    bottom: -10px;
}
.header-action_dropdown {
    position: absolute;
    top: calc(100% + 15px);
    left: auto;
    right: -15px;
    z-index: 990;
    min-width: 370px;
    border-radius: 3px;
    color: #677279;
    background: #fff;
    border: solid 1px #dfe3e8;
    /* background-image: linear-gradient(to bottom, #ffffff, #f9fafb); */
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    will-change: transform;
}
@media (min-width: 992px) {
    .header-action_search .header-action_dropdown {
        width: 400px;
    }
}

.search-icon.show-action .header-action_dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
}

.header-icons .icon.search-icon {
    position: relative;
}

.header-action_dropdown .box-triangle {
    position: absolute;
    bottom: calc(100% - -5px);
    margin: 0 auto;
    width: 22px;
    height: 15px;
    right: 20px;
}

.header-action_dropdown .box-triangle svg {
    -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
}

.header-action_dropdown .header-dropdown_content {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 20px 15px;
}

.header-action_dropdown .header-dropdown_content .ttbold {
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 20px;
    font-weight: 500;
    padding: 6px 10px;
    text-align: center;
    border-bottom: 1px solid #ededed;
}

.site_search form.searchform {
    position: relative;
    padding: 0;
    margin-bottom: 15px;
}

form.searchform input.searchinput {
    background: #f5f5f5;
    border: 1px solid #ececec;
    font-size: 14px;
    color: #0c0c0c;
    font-weight: 500;
    width: 100%;
    height: 45px;
    padding: 0 55px 0 20px;
    margin: 0;
    display: inline-block;
    border-radius: 0;
    transition: all 150ms linear;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

form.searchform .btn-search {
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    padding: 0;
    top: 0px;
    right: 0px;
    background: transparent;
    outline: none;
    transition: opacity 150ms linear;
}
.detail-service .service-details img {
    width: 28px;
    height: 28px;
}
.btn-submit {
    width: 75px;
    border-radius: 30px;
}
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    min-width: 275px;
    padding: 16px 0;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(37, 47, 63, 0.1);
    transition: all .3s ease-in-out;
    list-style: none;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    align-items: flex-start;
    border-radius: 16px;
}
.sub-menu li a {
    background: transparent;
    padding: 0 24px;
}

.main-nav>ul>li>a:after {
    content: "";
    padding-bottom: 50px;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.main-nav ul li:hover .sub-menu {
    top: 35px;
    opacity: 1;
    visibility: visible;
    z-index: 999;
    pointer-events: all;
    left: 0;
}
.footer-left>a>img {
    width: 150px;
}
.image-background {
    background: #FEE600;
}

.image-background img {
    width: 100%;
}
.lines-division span {
    width: 100%;
    height: 16px;
    display: block;
    margin-bottom: 10px;
    background: rgba(196, 172, 50, 0.31);
}
.commitment-item:nth-child(2) img {
    width: 70px;
}
.content_pages .container {
    max-width: 1080px;
}
.content_pages .right-bar-article {
    border: 0;
}
.content_pages  #categories-3 {
    display: none;
}
.content_pages #home_xn-2 {
    padding-top: 35px;
}
.volunteer-section .volunteer-image {
    top: 20%;
    left: 40%;
}


@media (min-width: 768px) and (max-width: 1480px){

}
@media screen and (min-width: 1200px) {
    .service-section .container,.news-section .container{
        max-width: 1280px;
        margin: 0 auto;
    }
    .container {
        max-width: 1280px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 991px) {
    .lines-division span{
        height: 8px;
        margin-bottom: 5px;
    }
    .nav-bar {
        display: block;
    }
    .main-nav{
        display: none;
    }
    .menu-mobile {
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(255, 255, 255, 0.60);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        z-index: 9;
        transition: all .4s cubic-bezier(.46,.01,.32,1);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .logo {
        width: auto;
    }

    .cart-icon {
        padding: 0 5px;
    }
    .cart-icon img {
        width: 25px;
    }
    .logo img {
        width: 100px;
    }

    .header-icons {
        display: flex;
        justify-content: flex-end;
        width: auto;
    }

    .footer-container {
        flex-direction: column;
    }

    .video-wrapper iframe {
        width: 100%;
    }

    .wrap-header {
        flex-wrap: wrap;
        width: auto;
        display: flex;
        justify-content: space-between;
    }

    .donate-button {
        font-size: 10px;
    }

    .nav-bar img {
        display: flex;
        width: 35px;
        height: 35px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 10px;
        border: 1px solid #E7E7ED;
        background: #FFF;
    }

    .banner-content {
        left: auto;
    }

    .container-wrap {
        display: block;
        padding: 0;
    }

    .content-left {
        width: 100%;
    }

    .content-right {
        width: 100%;
        margin-top: 30px;
    }

    .block-right-img {
        bottom: 45px;
    }

    .happy-travel h2 {
        font-size: 32px;
    }

    .stat-number {
        font-size: 28px;
    }

    .foundation-section .container-flex {
        display: block;
    }

    .section-title {
        font-size: 32px;
        margin-bottom: 65px;
    }

    .video-overlay {
        top: 0px;
    }

    .service-section {
        margin-top: 0;
    }

    .service-title span:last-child {
        font-size: 14px;
    }
    .swiper-slider .swiper-button-next {
        right: 15px !important;
    }

    .swiper-slider .swiper-button-prev {
        right: 60px !important;
    }

    .swiper-pagination {
        left: 40%;
    }

    .volunteer-image {
        position: initial;
        overflow: initial;
        width: 75%;
        min-width: 75%;
        flex-grow: 3;
    }

    .volunteer-image img {
        width: 100%;
        position: relative;
        border-radius: 14px;
        height: 340px;
        object-fit: cover;
    }

    .volunteer-section {
        height: auto;
    }

    .volunteer-grid {
        overflow-y: hidden;
        overflow-x: auto;
        display: flex;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 20px;
        scrollbar-width: none;
        column-gap: 15px;
    }

    .volunteer-text {
        display: none;
    }

    .header .logo {
        width: auto;
    }

    .footer-center ul {
        padding-left: 0;
    }

    .footer-center {
        justify-content: space-between;
        margin-top: 20px;
    }
    .news-section .news-title{
        font-size: 36px;
    }
    .banner-home-main .swiper-container {
        height: 50vh;
    }

    .main-title {
        font-size: 24px;
    }
    .service-wrap .section-title {
        font-size: 18px;
        margin-top: 65px;
    }

    .service-wrap .service-section {
        margin-top: 40px;
    }
    .menu-mobile {
        display: block;
    }
    .menu-mobile.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .menu-title {
        padding: 10px 0;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .menu-title h3 {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        text-transform: uppercase;
    }
    .close-menu {
        display: flex;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 10px;
        border: 1px solid #E7E7ED;
        background: #FFF;
    }
    .menu-list-mb {
        padding-left: 0;
        padding-top: 16px;
    }
    .menu-list-mb li {
        padding: 10px 0;
    }
    .menu-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu-list-mb li a {
        display: flex;
        align-items: center;
        column-gap: 8px;
        color: #292D34;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }
    .minus-icon {
        display: none;
    }
    .sub-menu-mb {
        padding-left: 0;
        padding: 0 5px;
        transition: all 0.5s ease;
        display: none;
    }
    .menu-list-mb li {
        padding: 10px 0;
    }
    .menu-list-mb .sub-menu-mb li a {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .menu-item.active .minus-icon {
        display: block;
    }
    .menu-item.active .plus-icon {
        display: none;
    }
    .image-bottom {
        background: rgba(255, 255, 255, 0.60);
        backdrop-filter: blur(54px);
        -webkit-backdrop-filter: blur(125px);
    }
    .foundation-banner img {
        height: auto;
    }

    .heading-title {
        font-size: 24px;
    }

    .heading-subtitle p {
        font-size: 18px;
    }

    .content-section .content-grid {
        display: block;
    }

    .content-item div {
        padding: 0 15px;
    }

    .content-item p {
        font-size: 18px;
    }

    .content-item {
        margin-top: 20px;
    }

    .text-item {
        margin: 0 15px;
    }

    .journey-love-section .container {
        padding: 0;
    }

    .journey-love-section {
        padding: 20px;
    }

    .journey-title {
        font-size: 24px;
    }

    .journey-subtitle {
        font-size: 18px;
    }

    .team-images .row {
        display: block;
        margin-top: 20px;
        overflow-y: hidden;
        overflow-x: auto;
        display: flex;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 20px;
        scrollbar-width: none;
        flex-wrap: nowrap;
    }

    .team-section .team-images {
        display: block;
    }

    .team-info {
        opacity: 1;
        visibility: visible;
    }

    .team-image {
        object-fit: contain;
    }

    .team-member {
        width: 75%;
        min-width: 75%;
        flex-grow: 3;
        margin-bottom: 0;
    }

    .team-section {
        padding-bottom: 0;
    }
    .service-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .breadcrumb-list {
        padding-left: 0;
    }

    .breadcrumb .container {
        padding: 0;
    }

    .container-right {
        padding: 0 15px;
    }

    .detail-service .wrapper-detail {
        display: block;
    }

    .detail-service .detail-left {
        width: 100%;
    }

    .detail-service .detail-right {
        width: 100%;
        margin-top: 40px;
    }

    .detail-service .service-info-card {
        max-width: 100%;
    }

    .contact-card,.volunteer-registration-card {
        max-width: 100%;
    }
    .menu-item.active .sub-menu-mb {
        display: block;
    }
    .banner-home-main .swiper-slide{
        justify-content: flex-start;
    }
}