.layer-phan-phoi-trong-nuoc .section-1 {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 94px);
}
.layer-phan-phoi-trong-nuoc .section-1 .background-opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #153452;
    opacity: .7;
}
.layer-phan-phoi-trong-nuoc .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-phan-phoi-trong-nuoc .section-1 .wrap-notifi-scroll .text-scroll {
    transform: rotate(-90deg);
    margin-top: 40px;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
}
.layer-phan-phoi-trong-nuoc .section-1 .wrap-content-video {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 70%;
}
.layer-phan-phoi-trong-nuoc .section-1 .wrap-content-video .content_in_slider {
    width: 50%;
    color: #fff;
    padding-right: 50px;
}
.layer-phan-phoi-trong-nuoc .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-phan-phoi-trong-nuoc .section-1 .wrap-content-video .content_in_slider a:hover {
    color: #000;
}
.layer-phan-phoi-trong-nuoc .section-1 .wrap-content-video .video {
    width: 50%;
}
.layer-phan-phoi-trong-nuoc .section-2 {
    padding-top: 100px;
/*    padding-bottom: 100px;*/
    padding-bottom: 0;
    background: #fff;
    position: relative;
}
.layer-phan-phoi-trong-nuoc .section-2 .wrap-left {
    position: absolute;
    top: 30px;
    right: 30px;
}
.layer-phan-phoi-trong-nuoc .section-2 .list-address li {
    margin-bottom: 43px;
    transition: 0.2s;
    padding-left: 12px;
    cursor: pointer;
    opacity: 1;
}
.layer-phan-phoi-trong-nuoc .section-2 .list-address li.active {
    border-left: 3px solid #D18F26;
    transition: 0.2s;
}
.layer-phan-phoi-trong-nuoc .section-2 .list-address li .img_branch {
    border: 1px solid #ccc;
}
.layer-phan-phoi-trong-nuoc .section-2 .list-address li .company-name {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #153452;
    margin-bottom: 10px;
    margin-top: 10px;
}
.layer-phan-phoi-trong-nuoc .section-2 .list-address li .company-address {
    font-weight: 400;
    font-size: 12px;
    color: #153452;
    margin-bottom: 10px;
}
.layer-phan-phoi-trong-nuoc .section-2 .wrap-hotline-email {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.layer-phan-phoi-trong-nuoc .section-2 .company-hotline {
    font-size: 12px;
    color: #153452;
    opacity: .5;
}
.layer-phan-phoi-trong-nuoc .section-2 .company-email {
    font-weight: 400;
    font-size: 12px;
    color: #153452;
}
.layer-phan-phoi-trong-nuoc .section-2 .wrap-all {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
/*.layer-phan-phoi-trong-nuoc .section-2 .wrap-left {
    margin-right: 180px;
}*/
.layer-phan-phoi-trong-nuoc .section-2 .wrap-left .list-address {
    padding: 0;
    margin: 0;
    list-style: none;
}
/*.layer-phan-phoi-trong-nuoc .section-2 .wrap-map {
    position: relative;
}
.layer-phan-phoi-trong-nuoc .section-2 .wrap-map .dot {
    position: absolute;
    background: #D18F26;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    height: 16px;
    width: 16px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s cubic-bezier(.73,.01,.29,.99);
}
.layer-phan-phoi-trong-nuoc .section-2 .wrap-map .dot.highlight {
    border: 3px solid #FFF;
    box-shadow: 0 1px 23px 3px #d18f26;
    width: 22px;
    height: 22px;
}*/
@keyframes poppop {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-50%);
    }
}
/*.layer-phan-phoi-trong-nuoc .section-2 .wrap-map .dot.active {
    animation: poppop 1.5s infinite;
}*/
.layer-phan-phoi-trong-nuoc .section-2 .wrap-right .wrap-map {
    position: relative;
}
.layer-phan-phoi-trong-nuoc .section-2 .inDot {
    position: absolute;
    transform: translate(-8%,-13%);
}
.layer-phan-phoi-trong-nuoc .section-2 .inDot .inDot-inner {
    position: relative;
    transform: translate(-50%, -50%);
}
.layer-phan-phoi-trong-nuoc .section-2 .inDot .inDot-inner .dot {
    position: absolute;
    background: #D18F26;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    height: 16px;
    width: 16px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s cubic-bezier(.73,.01,.29,.99);
}
.layer-phan-phoi-trong-nuoc .section-2 .inDot .inDot-inner .text-dot {
    position: absolute;
    top: -35px;
    width: max-content;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    left: 50%;
    border-radius: 5px;
    display: none;
    transform: translate(-50%, 0);
}
.layer-phan-phoi-trong-nuoc .section-2 .inDot .inDot-inner .text-star {
    position: absolute;
    top: -50px;
    width: max-content;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    left: 50%;
    border-radius: 5px;
    display: none;
    transform: translate(-50%, 0);
}
.layer-phan-phoi-trong-nuoc .section-2 .inDot .inDot-inner:hover .text-dot,
.layer-phan-phoi-trong-nuoc .section-2 .inDot .inDot-inner:hover .text-star {
    display: block;
}
.layer-phan-phoi-trong-nuoc .section-2 .inDot .inDot-inner .star {
    position: absolute;
    color: #D18F26;
    line-height: 0;
    transition: all .2s cubic-bezier(.73,.01,.29,.99);
    animation: poppop 1.5s infinite;
    cursor: pointer;
}
.layer-phan-phoi-trong-nuoc .section-2 .inDot .inDot-inner .star:before {
    content: "\f005";
    font-family: 'FontAwesome';
    text-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    font-size: 25px;
}
/*.layer-phan-phoi-trong-nuoc .section-2 .wrap-map .star {
    position: absolute;
    color: #D18F26;
    line-height: 0;
    transition: all .2s cubic-bezier(.73,.01,.29,.99);
    animation: poppop 1.5s infinite;
}
.layer-phan-phoi-trong-nuoc .section-2 .wrap-map .star:before {
    content: "\f005";
    font-family: 'FontAwesome';
    text-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    font-size: 25px;
}*/
.layer-phan-phoi-trong-nuoc .section-3 {
    background: #fff;
    padding-bottom: 60px;
}
.layer-phan-phoi-trong-nuoc .section-3 .title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.layer-phan-phoi-trong-nuoc .section-3 .list_partner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.layer-phan-phoi-trong-nuoc .section-3 .list_partner li {
    width: 33.333%;
    text-align: center;
    margin-top: 60px;
}