.layer-san-pham .section-1 {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 94px);
}
.layer-san-pham .section-1 .wrap-notifi-scroll {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: scrolldown 2s infinite;
}
.layer-san-pham .section-1 .wrap-notifi-scroll .text-scroll {
    transform: rotate(-90deg);
    margin-top: 40px;
    font-size: 10px;
    text-transform: uppercase;
    color: #143452;
}
.layer-san-pham .section-1 .wrap-content-video {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 70%;
}
.layer-san-pham .section-1 .wrap-content-video .content_in_slider {
    width: 50%;
    padding-right: 50px;
    color: #143452;
/*    text-shadow: 1px 1px #fff;*/
}
.layer-san-pham .section-1 .wrap-content-video .content_in_slider a {
    padding: 12px 64px;
    font-size: 20px;
    font-weight: 600;
    background: #D18F26;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
.layer-san-pham .section-1 .wrap-content-video .content_in_slider a:hover {
    color: #000;
}
.layer-san-pham .section-1 .wrap-content-video .video {
    width: 50%;
}
.layer-san-pham .section-1 .owl-prev, .layer-san-pham .section-1 .owl-next,
.layer-san-pham .section-2 .owl-prev, .layer-san-pham .section-2 .owl-next {
    top: 50%;
    background: rgba(0,0,0,.1) !important;
    font-size: 24px !important;
    position: absolute;
    color: #fff !important;
    height: 74px;
    width: 74px;
    border-radius: 0;
    opacity: 1;
}
.layer-san-pham .section-1 .owl-prev,
.layer-san-pham .section-2 .owl-prev {
    left: 0;
}
.layer-san-pham .section-1 .owl-next,
.layer-san-pham .section-2 .owl-next {
    right: 0;
}
.layer-san-pham .section-2 {
/*    background: #fff;*/
    margin-top: 100px;
}
.layer-san-pham .section-2 .list-product {
    margin-bottom: 30px;
}
.layer-san-pham .section-2 .title {
    color: #B5573B;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
.layer-san-pham .section-2 .item {
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.layer-san-pham .section-2 .item .wrap-content {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    width: 400px;
    height: 500px;
    padding: 30px 25px 120px 25px;
    border-top-left-radius: 20px;
    overflow: hidden;
    margin-right: 100px;
    background-color: #b5573b;
}
.layer-san-pham .section-2 .item .wrap-content .product_name {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.layer-san-pham .section-2 .item .wrap-content .wrap-icon {
    position: absolute;
    top: 0;
    right: 0;
    background: #b5573b;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.layer-san-pham .section-2 .item .wrap-content .wrap-icon .icon-mui-ten {
    width: 25px !important;
}
.layer-san-pham .section-2 .item .wrap-content .product_intro {
    height: 300px;
    overflow-y: auto;
}