.layer-phan-phoi-quoc-te .section-1 {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 94px);
}
.layer-phan-phoi-quoc-te .section-1 .background-opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #153452;
    opacity: .7;
}
.layer-phan-phoi-quoc-te .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-quoc-te .section-1 .wrap-notifi-scroll .text-scroll {
    transform: rotate(-90deg);
    margin-top: 40px;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
}
.layer-phan-phoi-quoc-te .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-quoc-te .section-1 .wrap-content-video .content_in_slider {
    width: 50%;
    color: #fff;
    padding-right: 50px;
    text-shadow: 2px 2px black;
}
.layer-phan-phoi-quoc-te .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-quoc-te .section-1 .wrap-content-video .content_in_slider a:hover {
    color: #000;
}
.layer-phan-phoi-quoc-te .section-1 .wrap-content-video .video {
    width: 50%;
}
@keyframes hover-dot {
    0%, 100% {
        box-shadow: 0 1px 23px 11px #da5021;
    }
    50% {
        box-shadow: 0 1px 23px 5px #da5021;
    }
}
.layer-phan-phoi-quoc-te .section-2 {
    background: #fff;
/*    padding-top: 100px;*/
/*    padding-bottom: 100px;*/
}
.layer-phan-phoi-quoc-te .section-2 .wrap-map-global {
    position: relative;
}
.layer-phan-phoi-quoc-te .section-2 .wrap-map-global .line {
  border: 1px dashed #ad8300;
  position: absolute;
  padding: 0px;
  margin: 0px;
}
.layer-phan-phoi-quoc-te .section-2 .map-global {
    height: 100%;
    width: 100%;
}
.layer-phan-phoi-quoc-te .section-2 .note {
    bottom: 50px;
    left: 50px;
    position: absolute;
}
.layer-phan-phoi-quoc-te .section-2 .note .main-market,
.layer-phan-phoi-quoc-te .section-2 .note .sold-market {
    margin-bottom: 16px;
}
.layer-phan-phoi-quoc-te .section-2 .note .main-market .main-dot,
.layer-phan-phoi-quoc-te .section-2 .note .sold-market .sold-dot {
    width: 16px;
    height: 16px;
    box-shadow: 0 1px 23px 3px #da5021;
    display: inline-block;
    border-radius: 50%;
    margin-right: 25px;
    vertical-align: text-bottom;
}
.layer-phan-phoi-quoc-te .section-2 .note .main-market .market-text,
.layer-phan-phoi-quoc-te .section-2 .note .sold-market .market-text {
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #153452;
    text-transform: uppercase;
}
.layer-phan-phoi-quoc-te .section-2 .note .main-market .main-dot {
    background: #fff;
}
.layer-phan-phoi-quoc-te .section-2 .note .sold-market .sold-dot {
    background: #D18F26;
}
.layer-phan-phoi-quoc-te .section-2 .inDot {
    position: absolute;
    transform: translate(-8%,-13%);
    z-index: 1;
}
.layer-phan-phoi-quoc-te .section-2 .inDot .inDot-inner {
    position: relative;
/*    transform: translate(-50%, -50%);*/
    transform: translate(0, 0);
}
.layer-phan-phoi-quoc-te .section-2 .inDot .small {
    font-size: 80%;
    font-weight: 400;
}
.layer-phan-phoi-quoc-te .section-2 .inDot .inDot-inner .dot {
    border-radius: 50%;
    background: #D18F26;
    display: block;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}
.layer-phan-phoi-quoc-te .section-2 .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-quoc-te .section-2 .text-star {
    position: absolute;
    top: -45px;
    width: max-content;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    left: 50%;
    border-radius: 5px;
    display: none;
    transform: translate(-40%, 0);
}
.layer-phan-phoi-quoc-te .section-2 .inDot .inDot-inner:hover .text-dot,
.layer-phan-phoi-quoc-te .section-2 .inDot .inDot-inner:hover .text-star {
    display: block;
}
.layer-phan-phoi-quoc-te .section-2 .inDot.highlight .inDot-inner.small .dot {
    background: #fff;
    box-shadow: 0 1px 23px 6px #da5021;
}
.layer-phan-phoi-quoc-te .section-2 .inDot .inDot-inner .dot:hover {
/*    animation: hover-dot 2s infinite;*/
}
.layer-phan-phoi-quoc-te .section-2 .inDot .inDot-inner.small .dot {
    width: 18px;
    height: 18px;
}
.layer-phan-phoi-quoc-te .section-2 .inDot .inHover {
    position: relative;
    display: none;
}
.layer-phan-phoi-quoc-te .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;
    left: -10px;
}
.layer-phan-phoi-quoc-te .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-quoc-te .section-2 #plane-my {
    width: 25px;
    left: 40%;
    top: 37%;
    position: absolute;
    transform: rotate(-25deg);
}
.layer-phan-phoi-quoc-te .section-2 #plane-chau-au {
    width: 25px;
    left: 63.9536%;
    top: 40.3248%;
    position: absolute;
    width: 25px;
    transform: rotate(-18deg);
}
.layer-phan-phoi-quoc-te .section-2 #plane-malaysia {
    width: 25px;
    left: 76%;
    top: 58%;
    position: absolute;
    width: 25px;
    transform: rotate(225deg);
}
.layer-phan-phoi-quoc-te .section-2 #plane-korea {
    width: 25px;
    left: 76.7391%;
    top: 45.641%;
    position: absolute;
    width: 25px;
    transform: rotate(100deg);
}
.layer-phan-phoi-quoc-te .section-2 #plane-japan {
    width: 25px;
    left: 80.8152%;
    top: 50.3621%;
    position: absolute;
    width: 25px;
    transform: rotate(104deg);
}
.layer-phan-phoi-quoc-te .section-3 {
    background: #fff;
    padding-bottom: 60px;
}
.layer-phan-phoi-quoc-te .section-3 .title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.layer-phan-phoi-quoc-te .section-3 .list_partner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.layer-phan-phoi-quoc-te .section-3 .list_partner li {
    width: 25%;
    text-align: center;
    margin-top: 60px;
}