.layer-thuong-hieu .section-1 {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 94px);
}
.layer-thuong-hieu .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-thuong-hieu .section-1 .wrap-notifi-scroll .text-scroll {
    transform: rotate(-90deg);
    margin-top: 40px;
    font-size: 10px;
    text-transform: uppercase;
    color: #143452;
}
.layer-thuong-hieu .section-1 .wrap-content-video {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 70%;
}
.layer-thuong-hieu .section-1 .wrap-content-video .content_in_slider {
    width: 50%;
    color: #fff;
    padding-right: 50px;
}
.layer-thuong-hieu .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-thuong-hieu .section-1 .wrap-content-video .content_in_slider a:hover {
    color: #000;
}
.layer-thuong-hieu .section-1 .wrap-content-video .video {
    width: 50%;
}
.layer-thuong-hieu .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.layer-thuong-hieu .section-2 .content-of-item {
    min-height: 600px;
    transition: 1s;
    margin-bottom: 30px;
    background: #fff;
    overflow-y: auto;
}
.layer-thuong-hieu .section-2 .wrap-logo {
    height: 270px;
    margin-bottom: 28px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.layer-thuong-hieu .section-2 .wrap-logo .brand_logo {
    max-width: 170px;
}
.layer-thuong-hieu .section-2 .content-name-description {
    padding: 0 23px;
}
.layer-thuong-hieu .section-2 .brand_name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 30px;
}
.layer-thuong-hieu .section-2 .brand_description {
    font-size: 15px;
}
.layer-thuong-hieu .section-2 .content-of-item:hover {
    background: #153452;
    color: #fff;
}