.main .banner {
    background-image: url('../../img/detail.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.main .banner__container {
    height: 448px;
}
.main .banner__container .banner__content {
    height: 100%;
    max-width: 807px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 8px;
}
.main .banner__container .banner__content .banner__date {
    color: #e96717;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    border-radius: 26px;
    background: #fff;
    padding: 8px 12px;
}
.main .banner__container .banner__content .banner__title {
    margin: 0;
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: normal;
}
.main .info {
    /* padding: 42px 0; */
}
.main .info__container {
    display: flex;
    gap: 64px;
    justify-content: space-between;
}
.main .info__container .info__wrap-left .info__img-mobile {
    display: none;
}
.main .info__container .info__wrap-left h1 {
    margin: 0;
    color: #0a0a0a;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 12px;
}
.main .info__container .info__wrap-left p {
    margin: 0;
    color: #0a0a0a;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 18px;
}
.main .info__container .info__wrap-left h3 {
    margin: 0;
    color: #0a0a0a;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 18px;
}
.main .info__container .info__wrap-left ul {
    padding-left: 24px;
    margin-bottom: 18px;
}
.main .info__container .info__wrap-left ul li {
    color: #0a0a0a;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.main .info__container .info__wrap-left h2 {
    color: #0a0a0a;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-bottom: 42px;
}
.main .info__container .info__wrap-left img {
    /* width: 100%; */
    border-radius: 42px;
    background: #f5f5f5;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    margin-bottom: 42px;
}
.main .info__container .info__wrap-right {
    min-width: 355px;
}
.main .info__container .info__wrap-right .download {
    border-radius: 24px;
    background: #f5f5f5;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.main .info__container .info__wrap-right .download__title {
    color: #0a0a0a;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-bottom: 12px;
}
.main .info__container .info__wrap-right .download__link {
    background-color: #fff;
    padding: 12px;
    border-radius: 12px;
    text-decoration: none;
}
.main .info__container .info__wrap-right .download__link span {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #0a0a0a;
    overflow: hidden;
    color: #0a0a0a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    transition: color 0.3s ease-in-out;
}
.main .info__container .info__wrap-right .download__link div {
    display: flex;
    align-items: center;
    gap: 12px;
}
.main .info__container .info__wrap-right .download__link div span {
    color: #616161;
    margin: 0;
}
.main .info__container .info__wrap-right .download__link:hover > span {
    color: #e96717;
}
.main .photos {
    padding: 12px 0;
}
.main .photos__container {
    position: relative;
}
.main .photos__container .photos__title {
    margin: 0;
    color: #0a0a0a;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
}
.main .photos__container .swiper {
    width: 100%;
}
.main .photos__container .swiper .swiper-wrapper .slide {
    height: 332px;
    border-radius: 12px;
    overflow: hidden;
}
.main .photos__container .swiper .swiper-wrapper .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #f5f5f5;
    cursor: zoom-in;
    transition: 0.3s ease-in-out;
}
.main .photos__container .swiper .swiper-wrapper .slide img:hover {
    opacity: 0.7;
}
.main .photos__container .swiper-button-prev {
    outline: none;
    right: 60px;
    left: auto;
    top: 0;
    position: absolute;
    width: 48px;
    height: 49px;
    border: none;
    border-radius: 50%;
    background: #f5f5f5;
    padding: 12px;
    margin-top: 0;
    transition: 0.3s ease-in-out;
}
.main .photos__container .swiper-button-prev::after {
    display: none;
}
.main .photos__container .swiper-button-prev svg path {
    transition: 0.3s ease-in-out;
}
.main .photos__container .swiper-button-prev:hover {
    background-color: #e96717;
}
.main .photos__container .swiper-button-prev:hover svg path {
    stroke: #fff;
}
.main .photos__container .swiper-button-next {
    outline: none;
    right: 0;
    top: 0;
    position: absolute;
    width: 48px;
    height: 49px;
    border: none;
    border-radius: 50%;
    background: #f5f5f5;
    padding: 12px;
    margin-top: 0;
    transition: 0.3s ease-in-out;
}
.main .photos__container .swiper-button-next::after {
    display: none;
}
.main .photos__container .swiper-button-next svg path {
    transition: 0.3s ease-in-out;
}
.main .photos__container .swiper-button-next:hover {
    background-color: #e96717;
}
.main .photos__container .swiper-button-next:hover svg path {
    stroke: #fff;
}



.main .videos {
    padding: 12px 0;
}
.main .videos__container {
    position: relative;
}
.main .videos__container .videos__title {
    margin: 0;
    color: #0a0a0a;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
}
.main .videos__container .swiper {
    width: 100%;
}
.main .videos__container .swiper .swiper-wrapper .slide {
    height: 332px;
    border-radius: 12px;
    overflow: hidden;
}
.main .videos__container .swiper .swiper-wrapper .slide video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #f5f5f5;
    cursor: zoom-in;
    transition: 0.3s ease-in-out;
}
/* .main .videos__container .swiper .swiper-wrapper .slide video:hover {
    opacity: 0.7;
} */
.main .videos__container .swiper-button-prev {
    outline: none;
    right: 60px;
    left: auto;
    top: 0;
    position: absolute;
    width: 48px;
    height: 49px;
    border: none;
    border-radius: 50%;
    background: #f5f5f5;
    padding: 12px;
    margin-top: 0;
    transition: 0.3s ease-in-out;
}
.main .videos__container .swiper-button-prev::after {
    display: none;
}
.main .videos__container .swiper-button-prev svg path {
    transition: 0.3s ease-in-out;
}
.main .videos__container .swiper-button-prev:hover {
    background-color: #e96717;
}
.main .videos__container .swiper-button-prev:hover svg path {
    stroke: #fff;
}
.main .videos__container .swiper-button-next {
    outline: none;
    right: 0;
    top: 0;
    position: absolute;
    width: 48px;
    height: 49px;
    border: none;
    border-radius: 50%;
    background: #f5f5f5;
    padding: 12px;
    margin-top: 0;
    transition: 0.3s ease-in-out;
}
.main .videos__container .swiper-button-next::after {
    display: none;
}
.main .videos__container .swiper-button-next svg path {
    transition: 0.3s ease-in-out;
}
.main .videos__container .swiper-button-next:hover {
    background-color: #e96717;
}
.main .videos__container .swiper-button-next:hover svg path {
    stroke: #fff;
}



.main .news {
    padding: 60px 0;
}
.main .news__container {
    position: relative;
}
.main .news__container .news__title {
    margin: 0;
    color: #0a0a0a;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
}
.main .news__container .swiper {
    width: 100%;
}
.main .news__container .swiper .swiper-wrapper .slide {
    height: 100%;
}
.main .news__container .swiper .swiper-wrapper .slide .card {
    height: 300px;
    box-sizing: content-box;
    text-decoration: none;
    padding: 24px;
    border-radius: 12px;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
}
.main .news__container .swiper .swiper-wrapper .slide .card__img {
    width: 100%;
    height: 168px;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
}
.main .news__container .swiper .swiper-wrapper .slide .card__title {
    overflow: hidden;
    color: #0a0a0a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    transition: color 0.3s ease-in-out;
}
.main .news__container .swiper .swiper-wrapper .slide .card__date {
    margin-top: auto;
    color: #e96717;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    border-radius: 140px;
    padding: 8px 12px;
    background: #fff;
}
.main .news__container .swiper .swiper-wrapper .slide .card:hover > .card__title {
    color: #e96717;
}
.main .news__container .swiper-button-prev {
    outline: none;
    right: 60px;
    left: auto;
    top: 0px;
    position: absolute;
    width: 48px;
    height: 49px;
    border: none;
    border-radius: 50%;
    background: #f5f5f5;
    padding: 12px;
    margin-top: 0;
    transition: 0.3s ease-in-out;
}
.main .news__container .swiper-button-prev::after {
    display: none;
}
.main .news__container .swiper-button-prev svg path {
    transition: 0.3s ease-in-out;
}
.main .news__container .swiper-button-prev:hover {
    background-color: #e96717;
}
.main .news__container .swiper-button-prev:hover svg path {
    stroke: #fff;
}
.main .news__container .swiper-button-next {
    outline: none;
    right: 0;
    top: 0px;
    position: absolute;
    width: 48px;
    height: 49px;
    border: none;
    border-radius: 50%;
    background: #f5f5f5;
    padding: 12px;
    margin-top: 0;
    transition: 0.3s ease-in-out;
}
.main .news__container .swiper-button-next::after {
    display: none;
}
.main .news__container .swiper-button-next svg path {
    transition: 0.3s ease-in-out;
}
.main .news__container .swiper-button-next:hover {
    background-color: #e96717;
}
.main .news__container .swiper-button-next:hover svg path {
    stroke: #fff;
}

@media (max-width: 960px) {
    .main .banner__container {
        height: 448px;
        background-position: center;
    }
    .main .banner__container .banner__content .banner__title {
        font-size: 32px;
    }
    .main .info {
        padding: 12px 0;
    }
    .main .info__container {
        flex-direction: column;
        gap: 32px;
    }
    .main .info__container .info__wrap-right {
        min-width: unset;
    }
    .main .photos__container .swiper-button-prev {
        display: none;
    }
    .main .photos__container .swiper-button-next {
        display: none;
    }
    .main .videos__container .swiper-button-prev {
        display: none;
    }
    .main .videos__container .swiper-button-next {
        display: none;
    }
    .main .news__container .swiper .swiper-wrapper .slide {
        height: 100%;
    }
    .main .news__container .swiper-button-prev {
        display: none;
    }
    .main .news__container .swiper-button-next {
        display: none;
    }
}
@media (max-width: 680px) {
    .main .banner {
        background-color: #424242;
        background-image: none;
    }
    .main .banner__container {
        height: 300px;
        background-position: center;
    }
    .main .banner__container .banner__content .banner__date {
        font-size: 14px;
    }
    .main .banner__container .banner__content .banner__title {
        font-size: 24px;
    }
    .main .info {
        /* padding: 24px 0; */
    }
    .main .info__container .info__wrap-left .info__img-mobile {
        display: block;
        height: 250px;
    }
    .main .info__container .info__wrap-left img {
        height: 300px;
        border-radius: 12px;
    }
    .main .photos {
        /* padding: 24px 0; */
    }
    .main .videos {
        /* padding: 24px 0; */
    }
    .main .news {
        padding: 24px 0;
    }
} /*# sourceMappingURL=style-detail.css.map */
