﻿@charset "utf-8";

.about-sidebar {
    display: none;
}

.about-banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about-banner .about_left {
    max-width: 980px;
}

.about-banner .about_left .title {
    overflow: hidden;
}

.about-banner .about_right {
    width: 80%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-width: 920px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: -1;
}

.about-banner .about_right img {
    opacity: 0.4;
    max-height: 100%;
    object-fit: cover;
}

.about-banner .about_left .title .tt2:nth-child(2) {
    padding-top: 38px;
}

.about-banner .tt2 {
    color: var(--dark-color);
}

.about-banner .about_left .text {
    padding-top: 20px;
}

.about-banner .about_left .text p {
    font-size: 16px;
    line-height: 32px;
}


.page_banner .my-container .about_ban_cont {
    padding-top: 48px;
    padding-bottom: 134px;
    overflow: hidden;
}

.page_banner .my-container .about_ban_cont .about_left .font52 span {
    color: var(--main-color);
}


.page_banner .my-container .about_ban_cont .about_left .text span {
    color: var(--main-color);
}

.about_container {
    margin: 0 auto;
}

.about_container h1,
.about_container h2 {
    color: #333;
}

.about_container .blue-text {
    color: var(--main-color);
}

.about_intro {
    text-align: center;
    margin-bottom: 50px;
}

.about_intro .small-text {
    font-size: 14px;
    color: #666;
}

.about_container .about_goal {
    background-color: #F5F7FA;
    overflow: hidden;
}

.about_container .about_goal h2 {
    color: var(--dark-color);
}

.about_container .about_goal .line {
    width: 30px;
    height: 2px;
    background-color: var(--main-color);
    margin: 20px 0 40px 0;
}

.about_container .about_goal .goal-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about_container .about_goal .goal-text {
    padding:118px 0 60px 0;
    width: 52%;
    max-width: 756px;
    margin-right: 45px;
}

.about_goal_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.about_container .about_goal .goal-text span {
    color: var(--main-color);
}

.about_container .about_goal .goal-image {
    flex: 1;
    text-align: center;
    padding-top: 35px;
}

.about_container .about_goal .goal-image img {
    max-width: 100%;
}

.about_agent {
    padding-top: 90px;
    padding-bottom: 50px;
}

.about_agent h2 {
    text-align: center;
}

.about_agent .line {
    margin: 24px auto;
    width: 30px;
    height: 2px;
    background-color: var(--main-color);
}

.about_agent .our_agent_text {
    font-size: 16px;
    max-width: 946px;
    text-align: center;
    margin: 0 auto;
    line-height: 26px;
}

.about_agent_type {
    display: flex;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    margin-top: 45px;
}

.about_agent_type .left-panel {
    width: 50%;
    padding: 32px;
    border-right: 1px solid #D9D9D9;
}

.about_agent_type .right-panel {
    width: 50%;
    padding: 32px;
    border-radius: 5px;
}

.about_agent .about_agent_type p {
    font-size: 16px;
    width: 100%;
    padding: 24px 30px;
    margin-top: 20px;
    border-radius: 16px;
    background: #F5F7FA;
    font-weight: 400;
    line-height: 26px;
}
.about_agent .about_agent_type p:first-child {
    margin-top: 0;
}
.about_agent .about_agent_type strong {
    color: var(--main-color);
}

.about_agent_type .menu-item {
    padding: 16px 20px 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    height: 77px;
    border-radius: 60px;
    max-width: 596px;
    font-weight: 400;
    margin: 0 auto;
    margin-bottom: 24px;
    transition: background-color 0.3s;
}

.about_agent_type .menu-item:last-child {
    margin-bottom: 0;
}

.about_agent_type .menu-item.active,
.about_agent_type .menu-item:hover {
    background-color: var(--main-color);
    color: var(--white-color);
    border-color: var(--main-color);
}

.about_agent_type .content {
    display: none;
}

.about_agent_type .content.active {
    display: block;
}


.about_agent .agent-buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.about_agent .agent-buttons button {
    padding: 10px 20px;
    border: none;
    background-color: #f0f0f0;
    cursor: pointer;
}

.about_agent .agent-buttons button.active {
    background-color: var(--main-color);
    color: white;
}

.about_agent .agent-details {
    display: flex;
    justify-content: space-between;
}

.about_agent .agent-detail {
    flex: 1;
    margin-right: 20px;
}

.about_agent .agent-detail:last-child {
    margin-right: 0;
}

.about_memorabilia .memorabilia-content {
    display: flex;
}

.about_memorabilia .timeline {
    flex: 1;
}

.about_memorabilia .event {
    flex: 3;
}

.about_memorabilia .year {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
    cursor: pointer;
}

.about_memorabilia .year .active {
    background-color: var(--main-color);
    color: white;
}

.about-memorabilia-year-selector.active {
    font-size: 32px;
    color: var(--white-color);
}

.about-memorabilia {
    padding: 90px 0 120px 0;
    width: 100%;
    background-color: #F5F7FA;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-memorabilia-title {
    text-align: center;
    color: #333;
    margin-bottom: 30px;
    line-height: 1.5;
}

.about-memorabilia .line {
    margin: 0 auto;
    margin-top: 24px;
    width: 30px;
    height: 2px;
    background-color: var(--main-color);
}

.a_memorabilia_cont {
    position: relative;
    margin-top: 74px;
}

.about-memorabilia-content {
    display: flex;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.about-memorabilia-left {
    width: calc(100% - 342px);
    padding: 58px 88px 58px 50px;
    height: 418px;
    background-image: url('../images/about-memorabilia-left-bg.png');
    background-repeat: no-repeat;
}

.about-memorabilia-left.m ul {
    display: none;
}

.about-memorabilia-left.m ul:nth-child(1) {
    display: block;
}

.about-memorabilia-left.m li {
    width: 100%;
}

.about-memorabilia-year {
    color: var(--main-color);
    margin-bottom: 16px;
}

.about-memorabilia-subtitle {
    line-height: 1.5;
    color: var(--dark-color);
    float: left;
    width: 270px;
    font-weight: bold;
}

.about-memorabilia-text {
    padding-left: 95px;
    width: calc(100% - 270px);
    float: left;
    color: #666;
    line-height: 26px;
    font-size: 16px;
    max-height: 234px;
    overflow-y: auto;
}

.about-memorabilia-text span {
    color: var(--main-color);
}

.about-memorabilia-right {
    position: absolute;

    right: 60px;
    height: 478px;
    width: 282px;
    top: -30px;
    border-radius: 8px;
    background-color: var(--main-color);
    color: white;
    padding: 60px 30px;

}

.about-memorabilia-right .swiper-container {
    height: 100%;
}

.about-memorabilia-right .swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about-memorabilia-right .btn_ {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.about-memorabilia-right .btn_.swiper-button-disabled {
    opacity: 0.5;
}
.about-memorabilia-right .btn-prev {
    top: 30px;
}

.about-memorabilia-right .btn-next {
    bottom: 30px;
}

.about-memorabilia-year-selector {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    transition: transform 0.3s;
}

.about-memorabilia-right .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-memorabilia-right .swiper-slide-active .about-memorabilia-year-selector {
    font-size: 32px;
    color: var(--white-color);
}

.about-memorabilia-year-list {
    position: absolute;
    right: 100%;
    top: 0;
    background-color: var(--main-color);
    padding: 10px;
    border-radius: 5px;
    display: none;
}

.about-memorabilia-year-list.show {
    display: block;
}
/* form submit*/
.contact-form-container{
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    max-width: 800px;
    margin: 40px auto;
    position: relative;
    overflow: hidden;
}
.contact-form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(45deg, #F5F7FA 0%, var(--main-color) 100%);
}
.contact-form-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(45deg, var(--main-color) 0%, #F5F7FA 100%);
}
.contact-form-container .container-input {
    background: #F5F7FA;
    border-radius: 5px;
    padding: 0 10px;
}
.contact-form-container .container-input label {
    margin-left: 10px;
}
.contact-form-container .form_last .btn_submit{
    width: 100%;
}
@media (max-width:1440px) {
    .about-memorabilia-text {
        padding-left: 50px;
    }

}

@media (max-width:1365px) {
    .about-memorabilia-left {
        width: calc(100% - 300px);
        padding: 58px 88px 58px 50px;
    }
    .about-memorabilia-right {
        height: 478px;
        width: 240px;
    }

}
@media (max-width:1279px) {
    .about-memorabilia-left {
        width: calc(100% - 280px);
        padding: 58px 58px 58px 50px;
    }
    .about-memorabilia-right {
        right:40px;
    }

}
@media (max-width:1200px) {
    .about-memorabilia-left {
        width: calc(100% - 240px);
        padding: 40px 40px 40px 40px;
    }
    .about-memorabilia-text {
        padding-left: 30px;
    }
    .about-memorabilia-right {
        width: 200px;
    }
}
@media (max-width:991px) {
    .page_banner .my-container .about_ban_cont {
        padding-top: 48px;
        padding-bottom: 60px;
    }
    .about_container .about_goal .goal-content {
        flex-wrap: wrap;
    }
    .about_container .about_goal .goal-text {
        padding: 50px 0 30px 0;
        width: 100%;
        max-width:inherit;
        margin-right: 0;
    }
    .about_container .about_goal .goal-image {
        flex: inherit;
        width: 100%;
        padding-top: 0;
    }
    .about-memorabilia {
        padding: 60px 0 100px 0;
    }
    .about-memorabilia-left {
        width: calc(100% - 210px);
        padding: 30px;
    }
    .about-memorabilia-right {
        right:30px;
        height: 478px;
        width: 180px;
    }
   
    .about-memorabilia-text {
        margin-top: 25px;
        width: 100%;
        padding-left: 0;
        max-height: 181px;
    }

}

@media (max-width:767px) {
    .page_banner .my-container .about_ban_cont {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .about-banner .about_left .title .tt2:nth-child(2) {
        padding-top: 20px;
    }
    .about-banner .about_left .text p,
    .about_goal_text {
        line-height: 28px;
    }

    .about_agent {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about_agent_type {
        flex-wrap: wrap;
    }
    .about_agent_type .left-panel {
        width: 100%;
        padding:10px 5px;
        border: none;
    }
    .about_agent_type .right-panel {
        width: 100%;
        padding: 30px 10px;
        padding-top: 20px;
    }
    .about_agent_type .menu-item {
        width:100%;
        margin: 5px 0;
        float: left;
        padding: 10px 10px;
        text-align: center;
        height: auto;
        font-size: 18px;
        line-height: 1.1;
    }
    .about-memorabilia-title{
        margin-bottom: 10px;
    }
    .about-memorabilia {
        padding: 50px 0 50px 0;
    }
    .about-memorabilia .line {
        margin-top: 16px;
    }

    .about-memorabilia-right {
        right:0;
        left: 0;
        width: 100%;
        height: 50px;
        padding: 0 40px;
    }
    .about-memorabilia-right .btn-prev {
        left: 10px;
        top: 15px;
        transform:rotate(-90deg);
    }
    .about-memorabilia-right .btn-next {
        left: auto;
        right: 10px;
        bottom: inherit;
        top: 15px;
        transform:rotate(-90deg);
    }

    .about-memorabilia-left {
        width: 100%;
        padding: 30px;
    }
    .about-memorabilia-year-selector {
        font-size: 18px;
    }
    .about-memorabilia-right .swiper-slide-active .about-memorabilia-year-selector {
        font-size: 24px;
    }
    .about-memorabilia-left {
        padding-top: 40px;
        height: 450px;
    }
    .about-memorabilia-text {
        max-height:234px;
    }


}