.cp1r-power {
    position: absolute;
}

.btn-action-pop1 svg {
    height: 68px;
    width: 68px;
    position: absolute;
    top: -21px;
    z-index: 9;
    left: -5px;
}

.degree-number::after {
    content: "°";
    position: absolute;
}

.degree-number {
    position: absolute;
    top: 56px;
    font-size: 37px;
    padding-top: 0;
    z-index: 999;
    left: 36%;
    color: #ffffff;
}


.cp1l-desc p {
    font-size: 18px;
    line-height: 20px;
    padding: 20px 0 40px;
}

.pop1-bongbong {
    position: absolute;
    left: 2%;
    top: 40%;
    animation: balloons 5s ease-in-out infinite;
    transform-origin: bottom center;
    width: 10%;
}

@keyframes balloons {

    0%,
    100% {
        opacity: .5;
        transform: translateY(0) rotate(-2deg) scale(1)
    }

    50% {
        opacity: 1;
        transform: translateY(-5px) rotate(2deg) scale(1.1)
    }
}

.overlay-popup {
    z-index: 99999;
    background-color: rgba(21, 17, 17, .3);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.popup_home .content {
    max-width: 95%;
    width: 95%;
    background-image: url(../images/bg-popup.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    transition: all 1.3s ease-in-out;
    /*box-shadow: 1px 0px 34px 9px rgb(0 0 0 / 21%);*/
    /*-webkit-box-shadow: 1px 0px 34px 9px rgb(0 0 0 / 21%);*/
    /*-moz-box-shadow: 1px 0px 34px 9px rgba(0, 0, 0, .21);*/
}

.timcuahang::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/address.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    position: absolute;
}

.zoom-loop {
    animation: zoom_loop 2s ease-out infinite;
}

#bong_sec3 {
    width: 2%;
    top: 10%;
    left: 5%;
    animation: balloonsSec3 3s ease-in-out infinite;
    transform-origin: bottom center;
}

#bong_sec4 {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 5%;
    right: 0;
}

@keyframes zoom_loop {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.1, 1.1)
    }

    100% {
        transform: scale(1, 1)
    }
}

@keyframes balloonsSec3 {

    0%,
    100% {
        opacity: .5;
        transform: translateY(0) rotate(-2deg) scale(1)
    }

    50% {
        opacity: 1;
        transform: translateY(-5px) rotate(2deg) scale(1.1)
    }
}

#bong_sec2 {
    animation: balloon 5s ease-in-out infinite;
    transform-origin: bottom center;
}

.zoom-loop {
    animation: zoom_loop 2s ease-out infinite;
}

@keyframes zoom_loop {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.1, 1.1)
    }

    100% {
        transform: scale(1, 1)
    }
}

@keyframes balloon {

    0%,
    100% {
        opacity: .5;
        transform: translateY(0) rotate(-0.1deg) scale(1)
    }

    50% {
        opacity: 1;
        transform: translateY(-1px) rotate(0.1deg) scale(1.05)
    }
}

.jum-loop {
    animation: jum_loop 3s ease-out infinite;
}

@keyframes jum_loop {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, -10px)
    }

    100% {
        transform: translate(0, 0)
    }
}

@media (min-width: 1200px) {
    .product-2 {
        display: block;
        width: 27%;
        position: absolute;
        left: 16%;
        top: 17%;
    }
}


.owl-slider .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateY(-50%) !important;
}

.owl-slider .owl-nav > button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    left: 0px;
    font-size: 20px;
}

.owl-slider .owl-nav .owl-next {
    left: auto !important;
    right: 0px
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent !important;
    color: #333
}

.owl-theme .owl-nav {
    margin: 0px;
}

.btn-action-pop1 {
    top: 85%
}

.pop4-bong1 {
    position: absolute;
    left: 2%;
    top: 20%;
    width: 5%;
    animation: balloons4 5s ease-in-out infinite;
    transform-origin: bottom center;
}

@keyframes balloons4 {
    0%,
    100% {
        opacity: .5;
        transform: translateY(0) rotate(-2deg) scale(1)
    }

    50% {
        opacity: 1;
        transform: translateY(-15px) rotate(2deg) scale(1.1)
    }
}

.text-content::before {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #4ab74c;
    position: absolute;
    top: -15px;
}

.down-1 {
    position: relative;
    width: 80%;
    margin: auto;
    min-height: 160px;
}

.btn-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}

.pop3-btn {
    transition: all 1s ease-in;
    cursor: pointer;
}

.pop3-btn .pop3b-hover {
    display: block;
}

.pop3-btn img {
    display: none;
}

.line-wrap {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.line-wrap img {
    width: 93%;
    margin: auto;

    position: relative;
    top: 6px;
}

@media (min-width: 768px) {
    .hidden-desk {
        display: none !important;
    }
}

.btn-lw {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.pop3-btn.active_btn .pop3b-hover {
    display: none;
}

.pop3-btn.active_btn .pop3b-hover-active {
    display: block;
}

.box-wrap {
    position: absolute;
    top: 62%;
    z-index: 1;
    width: 80%;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}

.box-wrap img {
    height: 84px

}

.down-2 {
    position: relative;
    display: flex;
    z-index: 4;
}

.down2-left,
.down2-right {
    padding: 30px;
}

.thanhdot-ariston,
.thanhdot-khac {
    position: relative;
}

.scroll-down a:before,
.scroll-down a:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/popup/3/arrow-down.svg) no-repeat center top;
    background-size: 100% auto;
}

.scroll-down.normal,
.scroll-down.slow {
    opacity: 1;
}

.scroll-down {
    margin: 0;
    position: absolute;
    left: 46%;
    top: 70%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    opacity: 0;
}

.scroll-down.slow a:before {
    animation: pulse 2.5s 1.25s infinite normal ease forwards;
}

.scroll-down.slow a:after {
    animation: pulse 2.5s 1.5s infinite normal ease forwards;
}

.scroll-down.slow a {
    animation: pulse 2.5s .5s infinite normal ease forwards;
}

.scroll-down a {
    display: block;
    opacity: 0;
    transition: all .4s ease;
    line-height: 0;
    font-size: 0;
    color: transparent;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    background-size: 0 auto;
    animation: pulse 1.5s 0s infinite normal ease forwards;
    background-image: url(../images/popup/3/arrow-down.svg);
    background-repeat: no-repeat;
}

@keyframes pulse {
    0% {
        opacity: 0;
        background-position: center bottom;
        background-size: 0 auto
    }

    10% {
        opacity: 0
    }

    50% {
        opacity: 1;
        background-size: 75% auto
    }

    90% {
        opacity: 0
    }

    100% {
        opacity: 0;
        background-position: center top;
        background-size: 0 auto
    }
}

.thanhdot-ariston,
.thanhdot-khac {
    position: relative;
}

.thanhdot-khac {
    padding-top: 3px;
}

.nuoc-ariston,
.nuoc-khac {
    position: absolute;
    top: 0;
    right: 0;
}

.nuoc-khac {
    top: 2.1em;
    right: -1.4em;
}

.degress-ariston,
.degress-khac {
    position: absolute;
    top: 10em;
    right: -4em;
}

.number-degress {
    font-size: 30px;
    position: relative;
}

.td-first {
    display: block;
}

.tda-img,
.tdk-img {
    position: absolute;
    top: 0;
    left: 0;
}

.degress-khac .number-degress {
    color: #000;
    top: -35px;
    left: 42px;
}

.scroll-down.normal,
.scroll-down.slow {
    opacity: 1;
}

.nuoc-ariston {
    top: 1.4em;
    right: -3em;
}

.degress-ariston .number-degress {
    color: #fff;
    top: -35px;
    left: 42px;
    z-index: 2;
}

.number-degress::after {
    content: "°";
    position: absolute;
}

.down-conent {
    padding: 15px 0px;
}

.light-up,
.light-center,
.chip-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.light-up {
    z-index: 1;
    bottom: 50px;
    top: unset;
    left: 4em;
}

.chip-main {
    position: relative;
    z-index: 2;
}

.chipImg {
    display: none;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

.light-center {
    z-index: 3;
}

.chip-icon {
    z-index: 4;
    width: 30%;
    left: 47%;
    top: -15%;
}

.cp4-left-content-wrap {
    position: relative;
    width: 70%;
    float: right;
    text-align: center;
    margin-right: 15px;
    padding-bottom: 30px;
}

.chip-btn {
    cursor: pointer;
    position: relative;
    z-index: 5;
    width: 80%;
    margin: auto;
    padding-top: 20px;
}

.chip-btn-ani {
    animation: zoom_btn2 1s ease infinite;
}

@keyframes zoom_btn2 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.btn-eco-off {
    display: none;
    margin: auto;
}

.chip-btn-on .btn-eco-on {
    display: none;
}

.chip-btn-on .btn-eco-off {
    display: block;
}

.pop4-content {
    position: relative;
    font-size: 16px;
    line-height: 18px;
    padding: 2em 4em;
    text-align: center;
    color: #000;
    max-width: 800px;margin: 0px auto;
}
.bieudo-wrap-mb .bg-bieudo {
    float: right;
    width: 135px;
    padding-top: 50px;
    padding-bottom: 15px;
    margin-right: 5px;
}
.btn-at {
    cursor: pointer;
    width: 65%;
    margin-left: 25px;
}
.down3-2 {
    text-align: center;
    width: 100%;
}
@media (min-width: 1200px) {
    .pop4-content {
        font-size: 18px;
        line-height: 20px;
        padding: 2em 1em 2em 1em;
    }

    .chip-table svg {
        top: 7.2em;
    }
}

.chip-table {
    position: relative;
    margin: 0px auto;
    display: flex;
    justify-content: center;
}

.chip-table svg {
    width: 440px;
    height: 400px;
    position: absolute;
    left: 50%;
    top: 6.5em;
    -webkit-filter: drop-shadow(1px 1px 5px #fff);
    filter: drop-shadow(1px 1px 5px #fff);
}

@media (min-width: 1366px) {
    .chip-table .wave2 {
        top: 23%;
    }

    .chip-table .wave {
       top: -20%;
        transform: translateX(-50%);
    }
}

.state {
    position: absolute;
    top: 0;
    left: 0;
}

.chiptable-note {
    text-align: center;
    padding: 0 1em 2em;
    font-size: 14px;
    color: #000;
    line-height: 16px;
}

.wave2, .wave {
    transform: translate(-50%, -50%);
    display: block;
}

.chip-table path {
    -webkit-filter: drop-shadow(0px 15px 15px white);
    filter: drop-shadow(0px 15px 15px white);
    stroke: rgba(255, 255, 255, .6);
    stroke-width: 2px;
    stroke-linecap: round;
    fill: none;
}

@media (min-width: 768px) {
    .hidden-desk {
        display: none !important;
    }
}

.cp5-r-content {
    padding: 3em 1em 2em;
    font-size: 16px;
    line-height: 18px;
}

.cp5l-content-wrap {
    position: relative;
    margin: auto;
    max-width: 580px;
    padding: 1em;
}

.denNhay {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.denNhay4 {
    top: 62.8%;
    left: 84%;
}

@media (min-width: 1024px) {
    .cp5-r-content {
        padding: 3em 10em 2em;
    }
}

@media (min-width: 1200px) {
    .cp5-r-content {
        padding: 0 5em 0 5em;
        font-size: 18px;
        line-height: 20px;
    }

    .cp5l-content-wrap {
        position: relative;
        margin: auto;
        max-width: 580px;
    }

    .denNhay {
        width: 100%;
    }

    .denNhay4 {
        top: 63.3%;
        left: 84%;
    }

    .denNhay {
        width: 100%;
    }
}

.cp5r-desc {
    padding-top: 2em;
    line-height: 25px
}

.cp5lc-ariston-wrap {
    position: relative;
}

.cp5lc-ariston {
    transition: all 1s ease-in;
    display: none;
}

.pop5_a7 {
    display: block;
    opacity: 0;
}

.denNhay.dn-active {
    display: block;
}
.cp5lc-desc-wrap {
    max-width: 580px;
    margin-top: -20px;
}
@media (min-width: 1366px) {
    .cp5lc-desc-wrap {
            max-width: 700px;
        }
}
.cp5lc-desc-content {
    background-image: url(../images/popup/5/bg-text.png) !important;
    background-size: 100% 100%;
    background-repeat: no-repeat !important;
    background-position: left top !important;
    padding: 20px 30px 40px 30px;
    font-size: 16px;
    line-height: 18px;
    display: none;
    min-height: 120px;
    text-align: center;
}
@media (min-width: 1200px) {
    .cp5lc-desc-content {
            padding: 20px 30px 40px 30px;
            font-size: 18px;
            line-height: 20px;
            display: none;
            min-height: 120px;
            text-align: center;
        }
}
.desc-active {
    display: block;
    opacity: 1;
    transition: all .5s ease-in-out;
}
.pop2Btn span {
    background: #fff;
    cursor: pointer;
    border: 2px solid #fff;
    color: #fff;
    height: 20px;
    width: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 100%;
    text-transform: uppercase;
    font-family: "Muli-LightItalic", Helvetica;
    font-size: 20px;
    line-height: 30px;
    animation: ripple 1.5s linear infinite;
    transition: all .7s ease;
}
@media (min-width: 1200px) {
    .pop2Btn span {
            height: 15px;
            width: 15px;
        }
}
.hover_pop5_a1 {
    left: 30%;
    top: 15%;
    animation-delay: .25s;
}
.hover_pop5_a2 {
    left: 45%;
    top: 35%;
    animation-delay: .5s;
}
.hover_pop5_a3 {
    left: 55%;
    top: 45%;
    animation-delay: .75s;
}
.hover_pop5_a4 {
    left: 64%;
    top: 58%;
    animation-delay: 1s;
}
.pop2Btn .wrap {
    cursor: pointer;
    position: absolute;
    margin: 0 auto;
}
.hover_pop5 {
    display: none;
}
.hover_pop5.active span {
    background: #9a1026;
    border: 2px solid rgba(205, 100, 108, .5);
    display: block;
    animation: ripple_2 1.5s linear infinite;
    transition: all .7s ease;
}
@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .3), 0 0 0 1px rgba(255, 255, 255, .3), 0 0 0 3px rgba(255, 255, 255, .3), 0 0 0 5px rgba(255, 255, 255, .3)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .3), 0 0 0 4px rgba(255, 255, 255, .3), 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple_1 {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(0, 54, 255, .45)
    }

    100% {
        box-shadow: 0px 0px 16px 12px rgba(0, 54, 255, .45)
    }
}

@keyframes ripple_2 {
    0% {
        box-shadow: 0 0 0 0 rgba(165, 41, 69, .3), 0 0 0 1px rgba(165, 41, 69, .3), 0 0 0 3px rgba(165, 41, 69, .3), 0 0 0 5px rgba(165, 41, 69, .3)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(165, 41, 69, .3), 0 0 0 4px rgba(165, 41, 69, .3), 0 0 0 20px rgba(165, 41, 69, 0), 0 0 0 30px rgba(165, 41, 69, 0)
    }
}
.pop4-bong1 {
    position: absolute;
    left: 2%;
    top: 20%;
    width: 5%;
    animation: balloons4 5s ease-in-out infinite;
    transform-origin: bottom center;
}
.pop4-bong2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5%;
    animation: balloons42 3s ease-in-out infinite;
    transform-origin: bottom center;
}
@keyframes balloons42 {

    0%,
    100% {
        opacity: .5;
        transform: translateY(0) rotate(-2deg) scale(1)
    }

    50% {
        opacity: 1;
        transform: translateY(-1px) rotate(2deg) scale(1.1)
    }
}
.popup6 {
    display: flex;
    max-width: 1100px;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}
.video-bg {
    position: absolute;
    left: 0;
    top: 41.5em;
}
.wrap-up-3 .up-left {
    width: 100%;
}
.wrap-up-3 .up-right {
    width: 35%;
    text-align: center;
}
@media (min-width: 360px){
    .video-bg {
        top: 39.5em;
    }
}
@media (min-width: 375px){
    .video-bg {
        top: 35em;
    }
}
@media (min-width: 412px){
    .video-bg {
        top: 37em;
    }
}
@media (min-width: 768px){
    .video-bg {
        top: 33em;
    }
}
@media (min-width: 1200px){
    .video-bg {
        left: 0;
        top: 5%;
    }
    .wrap-up-3 {
        display: flex;
        flex-wrap: wrap;
        padding: 0 15px 20px;
    }
    .wrap-up-3 .up-left {
        width: 58%;
    }
    .up-right {
        width: 40%;
        padding: unset;
    }
    .down3-1 {
        width: 40%;
        padding-top: unset;
    }
    .down3-2 {
        text-align: center;
        width: 59%;
    }
    .bieudo-wrap {
        position: relative;
        width: 80%;
        margin: unset;
    }
    .btn-at {
        cursor: pointer;
        width: 100%;
        margin: auto;
    }
    .popup6 .upr-title img {
        width: 50%;
        margin: 0px auto;
    }
}

@media (min-width: 1280px){
    .video-bg {
        left: 0;
        top: 0;
    }
}
@media (min-width: 1366px){
    .wrap-up-3 {
        padding: 0 15px 40px;
    }
}
.popup3 .upr-title img {
    width: 50%;
}
.down3-conent {
    display: flex;
    justify-content: center;
    flex-direction: unset;
}
[class*=" icon-"], [class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.btn3_hover:hover .pop3-hover {
    display: none;
}
.btn3_hover:hover .pop3-active {
    display: block;
}


.btn3_hover.activeHover3 .pop3-active {
    display: block;
}
.btn3_hover.activeHover3 .pop3-hover {
    display: none;
}
.icon-wrap {
    position: absolute;
    top: 68%;
    width: 7%;
}
.icon-at-2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.pop3-bong {
    position: absolute;
    left: 2%;
    top: 90%;
    width: 5%;
    animation: balloons4 5s ease-in-out infinite;
    transform-origin: bottom center;
}
@media (max-width: 768px) {
    .btn-action-pop1 {
        top: 77%
    }
    .box-wrap img{
        height:58px
    }
    .box-wrap {
        width: 100%;
        top: 4.5em;
    }
    .down-1 {
        min-height: 110px;
        width: 100%;
    }
    .nuoc-ariston, .nuoc-khac {
        width: 29%;
    }
    .nuoc-ariston {
        right: -17px;
    }
    .nuoc-khac {
        top: 1.1em;
        right: -9px;
    }
    .down2-left, .down2-right {
        padding: 0 !important;
    }
    .degress-ariston, .degress-khac {
        top: 3em;
        right: -2em;
        scale: .4;
    }
    .down-2 {
        margin-top: 2em;
    }
    .cp4-left-content-wrap {
        width: 90%;
        float: unset;
        margin-right: unset;
        padding: 40px 20px;
        text-align: center;
        margin: auto;
        padding-bottom: 30px;
    }
    .cp4-right-wrap {

        background-size: 100% 100%;
        background-repeat: no-repeat !important;
        background-position: left top !important;
        width: 100%;
        padding-top: 40px;
        padding-left: 0;
        padding-right: 0;
    }
    .pop4-content {
        padding: 0 20px 30px;
    }
    .hidden-mb {
        display: none !important;
    }
    .cp5-r-content {
        padding: 3em 1em 2em;
        font-size: 16px;
        line-height: 18px;
    }
    .wrap-up-3 {
        padding: 3em 1em 0;
    }
    .bieudo-wrap-mb .icon-wrap {
        top: 347px;
        width: 10%;
        right: -5px;
    }
.wrap-down-3{
    margin-top: 40px;
}.btn-at {
    width: 50%;
    margin-left: 0;
}
.down3-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.btnwrap-mb {
    display: flex;
    flex-direction: center;
    align-items: center;
    padding: 0 10px;
}
.bieudo-wrap {
    position: relative;
    width: 95%;
    margin: auto;
}
.bieudo-wrap-mb .bg-bieudo {
    padding-bottom: 20px;
}
.bieudo-wrap-mb .icon-wrap {
    top: 347px;
    width: 10%;
    right: -5px;
}
.down3-conent {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
}
.popup6{
    height:auto
}
}

@media screen and (min-width: 375px) and (max-width: 411px){
    .chip-table .wave {
        width: 400px;
        left: 31%;
        top: 0%;
        scale: .7;
    }
    .chip-table .wave2 {
        width: 400px;
        left: 31%;
        top: 5%;
        scale: .7;
    }
}
