/* Breadcrumb Styles */
.breadcrumb {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    z-index: 10;
}

.sec10-subtitle {
    color: #000000;
    margin: 0 0 15px 0;
    font-family: "Yu Gothic", sans-serif;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 1.7 !important;
}

.breadcrumb-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    font-size: 11px;
}

.breadcrumb-link {
    color: #2D2D2D;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.breadcrumb-link:hover {
    opacity: 0.7;
}

.breadcrumb-separator {
    margin: 0 8px;
    color: #2D2D2D;
}

.breadcrumb-current {
    color: #2D2D2D;
}

/* Responsive */
@media (max-width: 768px) {
    .breadcrumb-container {
        font-size: 12px;
        padding: 0 15px;
    }
    
    .breadcrumb-separator {
        margin: 0 8px;
    }

    .breadcrumb {
        top: 80px;
    }
}


.p-page_content{
    padding: 0;
}

.p-page_content__inner {
    max-width: 100%;
}
.u-margin__top--60 {
    margin-top: 0px;
}
.about-hero {
    position: relative;
    width: 100%;
    height: 353px;
    background-image: url('https://d2w53g1q050m78.cloudfront.net/hiryoyasanjp/uploads/themes/new_theme_20251014115721/ec_force/assets/images/open-uri20251021-5059-18ifztn');
    background-size: cover;
}

.about-intro-image .mobile-image {
    display: none;
}

@media (max-width: 768px) {
    .sec10-subtitle{
        font-size: 14px !important;
    }
    .about-story-image {
        flex: none !important;
    }
    .about-story {
        padding-top: 0;
    }
    .about-hero {
        background-image: url('https://d2w53g1q050m78.cloudfront.net/hiryoyasanjp/uploads/themes/new_theme_20251014115721/ec_force/assets/images/open-uri20251022-7710-ocogoz');
        height: 186px; /* Có thể điều chỉnh chiều cao cho mobile */
    }
    
    .about-title{
        font-size: 30px !important;
    }
    
    .about-intro-container {
        flex-direction: column;
        gap: 30px;
    }
    
    .about-overlay {
        padding-bottom: 30px !important;
        height: 186px !important;
    }
    
    .about-intro-image {
        max-width: 100%;
    }
    
    .about-intro-image img {
        width: 100vw !important;
        height: 230px !important;
    }
    
    .about-intro-image .desktop-image {
        display: none;
    }
    
    .about-intro-image .mobile-image {
        display: block;
    }
    
    .about-intro-title {
        font-size: 20px !important;
    }
    
    .about-intro-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .about-story{
        padding-top: 0;
    }
}

.about-overlay {
    position: relative;
    text-align: center;
    width: 100%;
    height: 353px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 80px;
}

.about-title {
    color: #D63434; /* tông đỏ cà chua */
    
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    
    font-family: "Kumbh Sans";
    font-weight: 400;
    font-size: 60px !important;
    line-height: 1.7 !important;
    
}

.about-title::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%; /* Điều chỉnh độ rộng của border theo ý muốn */
    border-bottom: 2px solid #D9D9D9;
}

.about-intro {
    padding: 35px 0;
    background-color: #fff;
}

.about-intro-container {
    /* max-width: 1200px; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
    /* padding: 0 20px; */
}

.about-intro-image {
    flex: 1;
    max-width: 713px;
}

.about-intro-image img {
    width: 713px;
    height: 475px;
    display: block;
}

.about-intro-content {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
}

.about-intro-title {
    font-family: "Yu Gothic", sans-serif;
    font-size: 25px !important;
    font-weight: 700;
    color: #474645;
    margin-bottom: 20px;
    line-height: 1.7 !important;
    
}

.about-intro-text {
    font-family: "Yu Gothic", sans-serif;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #474645;
}

.about-story{
    padding-top: 65px;
}

.about-story-container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.about-story-content {
    flex: 0 1 auto;
    max-width: 600px;
    margin-left: auto;
}

.about-story-text {
    font-family: "Yu Gothic", sans-serif;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #474645;
}

.about-story-image {
    flex: 0 0 702px;
    max-width: 702px;
}

.about-story-image img {
    width: 702px;
    height: 431px;
    display: block;
    object-fit: cover;
}

.about-contact {
    padding: 65px 0;
    background-color: #fff;
}

.about-contact-container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.about-contact-image {
    flex: 1;
    max-width: 713px;
}

.about-contact-image img {
    width: 713px;
    height: 475px;
    display: block;
    object-fit: cover;
}

.about-contact-content {
    flex: 1;
    padding-right: 80px;
}

.contact-info {
    font-family: "Yu Gothic", sans-serif;
}

.contact-text {
    font-weight: 500;
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #474645;
    margin: 0;
}

.contact-link {
    color: #474645;
    text-decoration: underline;
}

.contact-link:hover {
    color: #D63434;
}

@media (max-width: 768px) {
    .about-title{
        font-size: 30px !important;
    }
    .about-intro-container {
        flex-direction: column;
        gap: 30px;
    }
    
    .about-intro-image {
        max-width: 100%;
    }
    
    .about-intro-title {
        font-size: 20px !important;
    }
    
    .about-story {
        padding-top: 0 !important;
        padding-bottom: 0;
        margin-top: 0;
    }
    
    .about-story-container {
        flex-direction: column-reverse;
        gap: 0;
        padding: 0;
        margin: 0;
    }
    
    .about-story-content {
        padding: 20px 20px;
        margin: 0;
    }
    
    .about-story-image {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .about-contact-container {
        flex-direction: column;
        gap: 30px;
    }
    
    .about-contact-image {
        max-width: 100%;
    }
    
    .about-contact-image img {
        width: 100%;
        height: auto;
    }
    
    .about-contact-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Section 10 Styles */
.sec10 {
    width: 100%;
    height: 213px;
    padding: 0;
    
    margin-top: 100px;
}

.sec10-container {
    display: flex;
    align-items: stretch;
    margin: 0 auto;
    height: 213px;
}

.sec10-image-link,
.sec10-content-link {
    flex: 1;
    text-decoration: none !important;
    color: inherit;
    display: block;
    transition: opacity 0.3s ease;
}

.sec10-image-link:hover,
.sec10-content-link:hover {
    opacity: 0.9;
}

.sec10-image {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.sec10-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #C4B3B3;
    mix-blend-mode: multiply;
    z-index: 1;
    pointer-events: none;
}

.sec10-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sec10-image-text {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    color: white;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.sec10-image-text h2 {
    font-family: "Yu Gothic", sans-serif;
    font-weight: 700;
    font-size: 26px !important;
    line-height: 1.7 !important;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.05em;
}

.sec10-content {
    background-color: #F7F7F7;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 40px 60px;
    height: 100%;
}

.sec10-info {
    flex: 1;
}



.sec10-title {
    margin: 0;
    color: #000000;
    font-family: "Yu Gothic", sans-serif;
    font-weight: 500;
    font-size: 25px !important;
    line-height: 1.7 !important;
    letter-spacing: 0;
}

.sec10-logo {
    text-align: right;
}

.sec10-logo img {
    height: 173px;
    width: 319px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .sec10 {
        height: auto;
    }
    
    .sec10-container {
        flex-direction: column;
        height: 320px;
    }
    
    .sec10-image {
        /* min-height: 300px; */
        height: 160px;
    }
    
    .sec10-image-text {
        bottom: 50%;
        left: 50%;
        transform: translate(-50%, 50%);
    }
    
    .sec10-image-text h2 {
        font-size: 26px !important;
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .sec10-content {
        padding: 10px 60px !important;
        height: 160px !important;
        flex-direction: column;
    }
    
    .sec10-title {
        font-size: 18px !important;
    }
    
    .sec10-logo {
        margin-left: 0;
        text-align: left;
    }
    
    .sec10-logo img {
        height: auto;
        width: 183px;
    }
    
    .sec10-info {
        display: flex;
        flex: 1;
        align-items: baseline;
        gap: 5px;
    }
}

.guide-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 150px;
}

.guide-container {
    width: 1200px;
    height: 342px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.guide-title {
    color: #D63434;
    margin: 0 0 60px 0 !important;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 300;
    font-size: 60px !important;
    line-height: 1.7 !important;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

.guide-title::after {
    content: '';
    display: block;
    width: 124px;
    height: 2px;
    background-color: #D9D9D9;
    margin: 0px auto 0;
}



.guide-content {
    display: flex;
    justify-content: space-between;
    gap: 123px;
    width: 100%;
}

.guide-item {
    max-width: 317px;
    max-height: 142px;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.guide-item-title {
    color: #474645;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #474645;
    padding-bottom: 10px;
    
    
    font-family: "Yu Gothic", sans-serif;
    font-weight: 700;
    font-size: 18px !important;
}

.guide-item-description {
    color: #474645;
    margin: 0 0 20px 0;
    flex-grow: 1;
    
    
    font-family: "Yu Gothic", sans-serif;
    font-weight: 500;
    font-size: 14px !important;
    
}

.guide-link {
    justify-content: end;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #474645;
    text-decoration: none !important;
    transition: color 0.3s ease;
    font-family: "Yu Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px !important;
    text-align: right;
}


.arrow {
    width: 34px;
    height: 10px;
    transition: transform 0.3s ease;
}

.guide-link:hover .arrow {
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 1240px) {
    .guide-container {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .sec10 {
        margin-top: 20px;
    }
    .about-contact {
        padding: 15px 0;
    }
    .guide-content {
        flex-direction: column;
        gap: 30px;
        padding: 0 20px !important;
    }
    
    .guide-title {
        font-size: 30px !important;
        margin-bottom: 40px !important;
    }
    .guide-item {
        max-width: max-content;
    }
    .guide-title::after {
        width: 50px;
    }
    .guide-section {
        padding-top: 50px;
    }

    .sec10-subtitle {

        font-size: 14px !important;
    }
}