.layer-gia-tri .section-1 {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 94px);
}
.layer-gia-tri .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-gia-tri .section-1 .wrap-notifi-scroll .text-scroll {
    transform: rotate(-90deg);
    margin-top: 40px;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
}
.layer-gia-tri .section-1 .wrap-content-video {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 70%;
}
.layer-gia-tri .section-1 .wrap-content-video .content_in_slider {
    width: 50%;
    color: #fff;
    padding-right: 50px;
}
.layer-gia-tri .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-gia-tri .section-1 .wrap-content-video .content_in_slider a:hover {
    color: #000;
}
.layer-gia-tri .section-1 .wrap-content-video .video {
    width: 50%;
}
.layer-gia-tri .section-2 {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.layer-gia-tri .section-2 table tr {
    display: flex;
    margin-bottom: 50px;
}
.layer-gia-tri .section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.layer-gia-tri .section-3 .title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #153452;
    text-align: center;
    margin-bottom: 60px;
}
.layer-gia-tri .section-3 .content-of-item {
    text-align: center;
    margin-bottom: 30px;
}
.layer-gia-tri .section-3 .tieu_de_mo_ta {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 14px;
}
.layer-gia-tri .section-3 .noi_dung_mo_ta {
    font-size: 14px;
    opacity: 0.5;
}
.layer-gia-tri .section-4 {
    padding-top: 60px;
    background: #fff;
}
.layer-gia-tri .section-4 .title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.layer-gia-tri .section-4 .slider-for .content-of-item {
/*    max-width: 500px;
    margin-left: auto;
    padding-bottom: 30px;*/
    display: flex;
    align-items: center;
}
.layer-gia-tri .section-4 .slider-for .content-of-item .img_timeline {
    padding: 10px;
    margin-right: 30px;
}
.layer-gia-tri .section-4 .slider-for .content-of-item .img_timeline img {
    border-radius: 50%;
    border: 9px solid #fff;
    box-shadow: 0 3px 20px 0 #1d21241f;
    max-width: 300px;
}
.layer-gia-tri .section-4 .slider-nav {
    top: -7px;
}
.layer-gia-tri .section-4 .slider-nav .wrap-dot-number-timeline {
    cursor: pointer;
    width: max-content;
}
.layer-gia-tri .section-4 .dot {
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    margin-left: 13px;
    position: absolute;
    top: 10px;
    transition: 0.5s all;
}
.layer-gia-tri .section-4 .slick-current .dot {
    width: 22px;
    height: 22px;
    background: #fff;
    border: 5px solid #D18F26;
    top: 3px;
    margin-left: 7px;
    transition: 0.5s all; 
}
.layer-gia-tri .section-4 .number-timeline {
    padding-top: 30px;
    font-size: 32px;
    font-weight: bold;
    color: #DADADA;
}
.layer-gia-tri .section-4 .slick-current .number-timeline {
    color: #000;
}
.layer-gia-tri .section-4 .line-dot {
    border: 1px dashed #000;
    position: relative;
    top: 10px;
}
.layer-gia-tri .section-4 .button-slick-prev {
    position: absolute;
    right: 38px;
    top: 0;
    background: #153452;
    color: #fff;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s all;
}
.layer-gia-tri .section-4 .button-slick-next {
    position: absolute;
    right: 0;
    top: 0;
    background: #D18F26;
    color: #fff;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s all;
}
.layer-gia-tri .section-4 .button-slick-prev:hover {
    width: 50px;
}
.layer-gia-tri .section-4 .button-slick-prev.toggle {
    right: 50px;
}
.layer-gia-tri .section-4 .button-slick-next:hover {
    width: 50px;
}
.layer-gia-tri .section-4 .slider-for .slick-list {
    max-width: 800px;
    margin-left: auto;
    margin-right: 100px;
    margin-bottom: 50px;
}