/*add style */
#my-popup .card-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

img.card-img {
    display: block;
    width: 100%;
}

#my-popup .card-img-overlay img {
    height: 75px;
    margin-bottom: 16px;
}

#my-popup .card-img-overlay:hover {
    color: #fff;
    text-decoration: none;
}

#my-popup .modal-content {
    background: url("../images/popup-background.png") center/cover no-repeat, #fff;

}

#my-popup .modal-header {
    padding: 8px 30px;
    display: flex;
    justify-content: flex-end;
}

#my-popup .modal-header button.close {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    line-height: 10px;
    width: 24px;
    height: 24px;
    border: 2px solid #08abc8;
    border-radius: 50%;
    color: #08abc8;
    margin: 0;
    font-size: 18px;
    opacity: 1;
}

#my-popup .modal-header button.close:focus {
    outline: 0;
}

#my-popup .modal-header button.close span {
    position: relative;
}

#my-popup .modal-body {
    padding: 30px;
}

#my-popup .modal-footer {
    padding: 8px 30px;
}

#my-popup .modal-footer .btn {
    background: 0;
    border: 1px solid #ccc;
    color: #666;
}


.product-6 .ratio-1x1::before {
    padding-top: 77.66% !important;
}

/*phuognhv add style slider*/

.banner-slider__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: inherit;
    position: absolute;
    z-index: 10;
    top: 90%;
    right: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-slider__pagination .swiper-pagination-bullet {

    margin-left: 10px;
}

.fullpage-slider__content .swiper-container.gallery-2 {
    position: absolute;
    bottom: 29px;
    left: 50%;
    transform: translateX(-50%);
}

.fullpage-slider__content .swiper-container.gallery-2 .swiper-slide {
    height: 50px;
    width: 100px !important;
    cursor: pointer;
}

.fullpage-slider__content .swiper-container.gallery-2 .swiper-slide-thumb-active {
    border: 2px solid #fff;
}

.swiper-slide.gallery .banner-slider__pagination {
    display: none;
}

.fullpage-slider__content .swiper-container.gallery-2 .swiper-slide img {
    height: 100%;
}

.gallery-1 .swiper-slide {
    transition: all 2s;
    opacity: 0.2;
    /*  transform: translateY(20px);*/
}

.gallery-1 .swiper-slide-active {
    opacity: 1;
    transition: all 2s;
    transform: translateY(0px);
}

.gallery-1 .swiper-slide h2.c-section__title,
.gallery-1 .swiper-slide h3.c-section__subtitle {
    transition: all 1s;
    transform: translateY(150px);
}

.gallery-1 .swiper-slide-active h2.c-section__title,
.gallery-1 .swiper-slide-active h3.c-section__subtitle {
    transform: translateY(0px);
}

.gallery-1 .swiper-slide .c-section__desc {
    transition: all 1s;
    transform: translateY(100px);
    opacity: 0.1;
}

.gallery-1 .swiper-slide-active .c-section__desc {
    transition-delay: 0.8s;
    transform: translateY(0px);
    opacity: 1;
}

.gallery-1 .swiper-slide .c-section__btn-wrap {
    transition: all 1s;
    transform: translateY(50px);
    opacity: 0;
}

.gallery-1 .swiper-slide-active .c-section__btn-wrap {
    transition-delay: 1s;
    transform: translateY(0px);
    opacity: 1;
}

/* Add new style smart home - Start */
.smart-home-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*  height: 100%; */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    /* border-color: #dee2e6 #dee2e6 #fff */
    border-color: #999999
}

.smart-home-tabs .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#0033a0), color-stop(75%, #01fdfd), to(#00f79a));
    /* background: linear-gradient(to right, #0033a0 0, #01fdfd 75%, #00f79a 100%); */
    background-color: #073751;
    position: relative;
    z-index: 1;
    padding: 9px 10px 16px 20px;
    color: #333
}

.smart-home--bg {
    background: linear-gradient(to right, #07BA8B 0, #026D72 75%, #016987 100%);
}

/* NLSX phích */
.Vacum__title {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    line-height: 1.3;
    margin-bottom: 1.5em
}

.Vacum__title::after {
    content: "";
    display: block;
    width: 100px;
    height: 6px;
    background-color: #3B2314;
    position: absolute;
    bottom: 0;
    left: 4%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:1199.98px) {
    .Vacum__title {
        font-size: 24px
    }



}


@media (min-width:1199.98px) {


    .row.solution_two {
        width: 1060px;
        margin: 0 auto;
    }

}

@media (max-width:991.98px) {

    .Vacum__title {
        font-size: 20px;
        padding-bottom: 16px
    }

    .Vacum__title::after {
        height: 4px
    }


}

@media (max-width:575.98px) {
    .Vacum__title {
        font-size: 18px
    }
}

.production-banner__desc {
    max-width: 50%
}

.section-3__title::after {
    content: "";
    display: block;
    width: 100px;
    height: 6px;
    background-color: #8FD020;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}


.c-slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 20px 15px;
    font-size: 86px;
    font-family: UVFPennaRegular, Arial, Helvetica, sans-serif;
    color: #E0C1C9;
    background: #8E1B3A
}




/* Add new style smart home - End */

.btn-movetop {
    display: none;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    border-radius: 50%;
    background-color: rgba(0, 195, 195, .8);
    color: #fff;
    -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
    -webkit-transition: .3s;
    transition: .3s;
    position: fixed;
    z-index: 1020;
    bottom: 100px;
    right: 15px;
}


.modal-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background: #0000005e;
    display: none;
}

#popup .modal-dialog {
    max-width: 800px;
    pointer-events: auto;
    margin: 5.5rem auto;
}

.modal-popup button.close {
    font-size: 45px;
    position: absolute;
    right: 5px;
    top: -5px;
    cursor: pointer;
}

.modal-popup button.close {
    padding: 0;
    background: none;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    top: 0px;
    right: 24px;
    font-size: 45px;
    color: #000 !important;
    z-index: 10000;
}


@media (max-width: 767px) and (orientation: portrait) {
    .h-smarthome__inner {
        padding: 16px 0;
        height: 73%;
    }
}


.section-1__title-2 {
    margin-bottom: 5px;
}


@media (max-width: 991.98px) {
    .c-section {
        padding: 150px 0;
    }
}

/*add style 18/08/2022*/


form.search.search_maps {
    width: 92%;
}



.form-select-input {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 0.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



/*End*/

/*New*/
.product-5__name {
    font-size: inherit;
    font-weight: 400;
    text-transform: none;
    margin: 12px 0 4px;
}

.banner-smart-home .custom-frame {
    max-width: 1080px;
    margin: 0 auto;
}

.request-form {
    padding-top: 60px;
    padding-bottom: 100px;
}

.request-form .form-wrapper {
    max-width: 900px;
    margin: 0 auto;
    background: #f1f1f1;
    padding: 50px 20px;
}

.request-form h5.question {
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
}

.request-form .form-wrapper h5.question {
    margin-bottom: 20px;
}

.request-form .form-wrapper .form-check {
    margin-bottom: 10px;
}

.request-form .form-wrapper .form-check label {
    color: #00465b;
    cursor: pointer;
}

.request-form .form-wrapper .form-group {
    margin-bottom: 0.8rem;
    position: relative;
}

.request-form .form-wrapper .form-group span.field-icon {
    position: absolute;
    left: 0;
    background: #7ca8b5;
    width: 37px;
    height: 37px;
}

.request-form .form-wrapper .form-group span.field-icon i {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.request-form .form-wrapper .form-group input::placeholder {
    color: #333;
    font-weight: 600;
}

.request-form .form-wrapper .form-group input {
    border: 1px solid #7ca8b5;
}

.pl-50 {
    padding-left: 50px;
}

.request-form .form-wrapper .form-group p.label-input {
    color: #00465b;
    margin-top: 36px;
}

.sh-tour {
    padding: 50px 0;
}


/*H.Thang add style article table of contents */
div#ez-toc-container {
    padding-right: 20px;
}

#ez-toc-container {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1pxrgba(0, 0, 0, .05);
    display: table;
    margin-bottom: 1em;
    padding: 10px;
    position: relative;
    width: auto;
}

.ez-toc-container-direction {
    direction: ltr;
}

/*add 09/2022*/

.post-menu.show {
    display: block;
    width: max-content;
}

.post-menu {
    display: none;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 16px;
    border: 1px solid #00c3c3;
}

.post-menu__header {
    font-size: 20px;
}

.post-menu__toggle {
    cursor: pointer;
    color: #f3841b;
}

.post-menu__content {
    font-size: 18px;
    padding-top: 10px;
    overflow: auto;
    margin-right: -10px;
    padding-right: 10px;

}

.post-menu__content ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.post-menu__content ul ul {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
}

.post-menu__content a {
    color: #112d5a;
}


/*custom css nhathongminh*/


@media (max-width: 575.98px) {
    .smart-banner__bg {
        height: 73%;
        top: 0;
        -o-object-position: 82% 100%;
        object-position: 82% 100%;
        position: static;
        max-height: none;
    }
}

/*nhà thông minh 21/11/2022*/


section.section-start {
    /*    background: url('../images/bg-1.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*    padding-top: 152px;*/
    /*    padding-bottom: 152px;*/
}

.section-title {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
}

h2.smart_solution::before {
    content: '';
    width: 68.4%;
    height: 100%;
    border-top: 1px solid;
    display: block;
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}



section.section-start p {
    text-align: center;
    font-size: 26px;
    line-height: 35px;
}

section.experience {
    background: url('../images/bg-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 20%;
}

section.experience:after {
    content: '';
    background: url('../images/icon-vector.png');
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 660px;
    height: 318px;
}

section.experience .section-title {
    font-size: 33px;
    margin-bottom: 100px;
}

section.experience .box-img .overlay {
    max-width: 525px;
    width: 100%;
    height: 100%;
    display: block;
    /*    background: #1FFFF2;*/
    filter: blur(41.5px);
    position: absolute;
    bottom: 30px;
}

section.experience .box-img {
    position: relative;
    max-width: 512px;
}

/*section.experience .box-img .img {
    padding-bottom: 45px;
}*/

section.experience .box-img .img:after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #35FFF3, #35FFF3), #35FFF3;
    filter: blur(40px);
    display: block;
    position: absolute;
    top: -35px;
    left: 0;
    transform: scale(1.1);
}

section.experience .box-img img {
    position: relative;
    z-index: 1000;
    border-radius: 4px;
    max-width: 510px;
    object-fit: cover;
}

/*section.experience .item:nth-child(even) .box-img::after {
    content: '';
    width: 96%;
    height: 3px;
    display: block;
    background: #fff;
    position: absolute;
    bottom: 0px;
}*/

/*section.experience .item:nth-child(even) .box-img::before {
    content: '';
    width: 3px;
    height: 39%;
    display: block;
    background: #fff;
    position: absolute;
    /*    top: -36px;*/
right: 0px;
}

*/ section.experience .item:last-child:nth-child(even) .box-img::after {
    content: unset;
}

section.experience .item .col {
    margin-bottom: 90px;
}

section.experience .box-text h3 {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 10px;
}

section.experience .box-text p {
    font-size: 20px;
    margin-top: 0;
    line-height: 28px;
    text-align: justify;
}

.btn-readmore {
    padding: 4px 28px;
}

section.experience .item {
    justify-content: center;
    position: relative;
    /*    margin-bottom: 80px;*/
    z-index: 100000;
}

.apartment-experience .box-text-wrapper {
    background: #F1F1F1;
    padding-left: 30px;
    height: 100%;
}

.apartment-experience .box-text-wrapper .box-text {
    position: absolute;
    bottom: 20%;
}

.apartment-experience .btn-readmore {
    padding: 4px 16px;
    height: 45px;
    background: #90D120;
    color: #0E5246;
    font-size: 18px;
    padding-top: 5px;
}

.experience-title {
    font-weight: 400;
    font-size: 35px;
    line-height: 25px;
}

.box-text .price {
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
}

section.product-line {
    padding-top: 50px;
    padding-bottom: 50px;
}

section.product-line .product-line-next,
.smarthome-experience-next {
    background: url('../images/icon-arrow-right.svg');
    background-size: 65%;
    background-repeat: no-repeat;
    right: 0px !important;
}

section.product-line .product-line-prev,
.smarthome-experience-prev {
    background: url('../images/icon-arrow-left.svg');
    background-size: 65%;
    background-repeat: no-repeat;
    left: 0px !important;
}

section.product-line .section-content {
    position: relative;
}

section.product-line .product-img {
    width: 100%;
    padding-top: 60%;
    position: relative;
}

section.product-line .product-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

section.product-line .product-box .product-title {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
}

section.packages {
    padding-top: 50px;
    padding-bottom: 50px;
    /*    background: #F5F5F5;*/
}

.carousel {
    margin: auto;
    overflow: hidden;
}

/*.carousel .carousel-item {
    opacity: 1 !important;
    cursor: pointer;
}*/
.packages-slide .swiper-slide-active .packages-img {
    position: relative;
}

.packages-slide .swiper-slide-active .packages-img:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 5px;
    background: #85FAE5;
    filter: blur(10px);
    z-index: -1;
    transition: all 0.5s;
    border-radius: 35px;
}

.packages-slide .packages-item img {
    border-radius: 35px;
}

.packages .box-text {
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 39.5px;
    padding: 10px 10px 10px 30px;
    margin-top: -25px;
    width: 100%;
    position: relative;
}

.packages .box-text h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    margin: 0;
    text-transform: uppercase;
}

.packages-item .wrap {
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
}

.packages-item .button {
    min-width: 30px;
    min-height: 30px;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #313133;
    background: #3edb6ab8;
    /* background: linear-gradient(90deg, rgba(129, 230, 217, 1) 0%, rgb(79 209 197 / 67%) 100%); */
    border: none;
    border-radius: 1000px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
}

.packages-item button::before {
    content: '';
    border-radius: 1000px;
    min-width: calc(30px + 12px);
    min-height: calc(30px + 12px);
    border: 6px solid #55D180;
    box-shadow: 0 0 60px rgb(0 255 203 / 64%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
    z-index: 1000;
}

.packages-item button::after {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 6px solid #55D180;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
    z-index: 1000;
    background: #49D4A2;
}

@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }

    100% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
}

a.btn-readmore i {
    font-size: 18px;
}

.apartment-experience .row {
    width: 100%;
}

.apartment-experience .box-img {
    height: 100%;
}

.section.experience::after {
    content: '';
    background-size: 16% !important;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/icon-rectangle-21.png');
    margin-top: 45px;
    background-repeat: no-repeat;
}

section.smarthome-experience {
    padding-top: 46px;
    padding-bottom: 46px;
    background: #F2F2F2;
}

section.smarthome-experience .section-title-container p {
    font-size: 28px;
    margin-top: 0;
}

section.smarthome-experience .box-text {
    padding: 24px 10px;
    background: linear-gradient(180deg, #D6FFFD 0%, rgba(145, 168, 202, 0) 100%);
    filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.45));
}

section.smarthome-experience .experience-item {
    width: 100%;
}

section.smarthome-experience .experience-item a {
    display: block;
}

section.smarthome-experience .experience-item .box-text .experience-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 29px;
    color: #09404B;
}

section.smarthome-experience .experience-item .box-text span {
    color: #09404B;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

section.smarthome-experience .experience-img img {
    max-height: 251px;
    height: 100%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.45));
}

.md-calc#experience-package {
    background: #00000069;
}

.experience-pagination {
    width: 100%;
    bottom: -32px;
    display: none;
}

.experience-pagination .swiper-pagination-bullet {
    border: 1px solid #ccc;
    background: #0000005c;
    opacity: 0.6;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.experience-pagination .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.form-regis .form-group label {
    margin-bottom: 0;
    background: #74BCB3;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 6px;
}

.form-regis .btn-submit {
    color: #275953;
    font-weight: 700;
    background: linear-gradient(180deg, #DBFFEE 0%, rgba(13, 86, 77, 0) 100%);
}

.section.experience .box-img .img {
    overflow: hidden;
}

.section.experience .box-img img {
    transition: all 0.8s;
}

.section.experience .box-img:hover img {
    transform: scale(1.05);
}

a.btn-regis {
    background: #46cc0f;
    color: #fff;
    padding: 5px 20px;
    margin-right: 10px;
}

a.btn-regis:hover {
    color: #fff;
    text-decoration: underline;
}

body.modal-open {
    overflow: hidden !important;
}

.swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-slide .box-text {
    max-width: 850px;
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
    z-index: 100;
}

.banner-slide .box-text h2 {
    font-size: 33px;
}

.banner-slide .swiper-slide .box-video {
    position: relative;
    width: 100%;
    height: 898px;
}

.banner-slide .swiper-slide .box-video:after {
    content: '';
    background: #00000026;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
}

.banner-top {
    position: relative;
}

.banner-top .box-text h2 {
    font-weight: 400;
}

.banner-top .box-text h2 span {
    font-weight: 700;
}

section.smarthome-experience .experience-img img {
    width: 100%;
    object-fit: cover;
}

.product-line .product-line-prev:after,
.product-line .product-line-next:after,
.smarthome-experience-prev:after,
.smarthome-experience-next:after {
    content: unset;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-group {
    margin-bottom: 1rem;
}

.packages-slide .swiper-pagination-bullet-active {
    background: #fff;
}

.packages-slide .packages-pagination {
    display: none;
}

@media (min-width: 576px) {
    #experience-package .modal-dialog {
        max-width: 800px;
    }
}

@media(min-width:768px) {
    .pt-6 {
        padding-top: 6.8rem !important;
    }

    .pb-6 {
        padding-bottom: 6.8rem !important;
    }

    .mt-6 {
        margin-top: 6.8rem !important
    }

    .mb-6 {
        margin-bottom: 6.8rem !important;
    }

    section.experience .item:nth-child(odd) .box-text {
        /*        padding-right: 38px;*/
    }

    .packages-slide .swiper-slide.swiper-slide-prev {
        margin-right: -50px;
    }

    .packages-slide .swiper-slide.swiper-slide-next {
        margin-left: : -50px;
    }

    .packages-slide .swiper-slide {
        -webkit-transition: .4s linear;
        transition: .4s linear;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0;
    }

    .packages-slide .swiper-slide.swiper-slide-prev,
    .packages-slide .swiper-slide.swiper-slide-next {
        -webkit-transition: .4s linear;
        transition: .4s linear;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.9;
    }

    .swiper-container.packages-slide {
        height: 465px;
    }

    .packages-slide .swiper-slide-active {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        opacity: 1;
        z-index: 100;
    }

    .packages-slide {
        margin-top: 35px;
    }
}

@media(max-width:850px) {
    .banner-slide .swiper-slide .box-video {
        height: 450px;
    }

    .swiper-slide video {
        height: 100%;
        object-fit: cover;
    }

    section.section-start {
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .section-title {
        font-size: 28px;
    }

    section.section-start p {
        font-size: 22px;
    }

    section.experience .box-img img,
    section.experience .box-img .img {
        width: 100%;
        max-width: 100%;
    }

    section.experience .item:nth-child(even) .box-img::before,
    section.experience .item:nth-child(even) .box-img::after {
        content: unset;
    }

    .banner-slide .box-text {
        max-width: 578px;
    }
}

@media(max-width:768px) {
    section.experience .item:nth-child(odd) {
        flex-direction: row-reverse;
    }

    .packages .box-text h4 {
        font-size: 10px;
        line-height: unset;
    }

    .packages-slide.packages-item img {
        border-radius: 12px;
    }

    .apartment-experience .box-text {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .experience-title,
    .box-text .price {
        font-size: 20px;
    }

    .apartment-experience .box-text-wrapper .box-text {
        position: unset;
    }

    section.product-line .product-line-next,
    .smarthome-experience-next {
        right: 0 !important;
        display: none;
    }

    section.product-line .product-line-prev,
    .smarthome-experience-prev {
        left: 0 !important;
        display: none;
    }

    .experience-pagination {
        display: block;
    }

    .packages-slide .packages-pagination {
        display: block;
    }

    .packages-slide .swiper-slide-active {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        opacity: 1;
        z-index: 100;
    }

    .packages-slide .swiper-slide.swiper-slide-prev {
        margin-right: 0px;
    }

    .packages-slide .swiper-slide.swiper-slide-next {
        margin-left: :0px;
    }
}

.packages-slide .packages-item {
    margin-top: 50px;
    margin-bottom: 50px;
    cursor: pointer;
}

/*Giải pháp Nhà thông minh*/
/*langding page giai pháp chiếu sáng thông minh 2022*/

.banner-top {
    position: relative;
}

.banner-top .box-video {
    position: relative;
    width: 100%;
    height: 650px;
}

.banner-top .box-text .video-title {
    font-size: 35px;
}

.banner-top .box-text {
    font-size: 25px;
}

.main .banner-lighting .lighting-text-banner {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 120px;
    transform: translateX(-50%);
    z-index: 100;
}

.banner-top .box-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: unset;
}

.banner-top .btn-viewmore {
    display: inline-block;
    color: #333;
    font-size: 18px;
    border-radius: 4px;
    padding: 3px 22px;
}

section.smart-gadgets {
    padding-top: 65px;
    padding-bottom: 30px;
}

.smart-gadgets .box-img {
    padding-right: 10px;
    height: 370px;
}

.smart-gadgets .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 46px;
}

.smart-gadgets .box-text h2 {
    font-size: 25px;
    margin-bottom: 12px;
}

.smart-gadgets .box-text p {
    font-size: 20px;
    line-height: 27px;
    text-align: justify;
}

.smart-gadgets .box-text {
    max-width: ;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.smart-gadgets .item:nth-child(even) {
    flex-direction: row-reverse;
}

.smart-gadgets .item:nth-child(odd) .box-text {
    padding-left: 20px;
    padding-right: 100px;
}

.smart-gadgets .item:nth-child(even) .box-text {
    padding-right: 80px;
    padding-left: 100px;
}

.smart-life {
    padding-top: 92px;
    padding-bottom: 50px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(165, 250, 255, 0.711937) 73.29%, rgba(153, 255, 231, 0.7) 102.02%);
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.33);
}

.smart-life .section-container-title h2 {
    margin-bottom: 10px;
}

/* .smart-life .section-container-title p{
font-size: 25px;
} */

.smart-life .row-custom {
    max-width: 1074px;
    margin: auto;
}

.smart-life-item .box-tex h3 {
    font-size: 18px;
    text-align: center;
}

/*.banner-top .btn-viewmore:hover {
    background: #fafafa !important;
}
*/
.smart-gadgets-desc {
    background-color: #F5F5F5;
}

section.smart-gadgets-desc {
    padding-top: 122px;
    padding-bottom: 122px;
    overflow-x: clip;
}

.smart-gadgets-desc .desc-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 364px;
}

.smart-gadgets-desc .desc-img img {
    height: 100%;
    object-fit: cover;
}

@media(max-width: 540px) {
    .smart-gadgets .item:nth-child(even) .box-text {
        padding-right: 0;
        padding-left: 0;
    }

    .smart-gadgets .item:nth-child(odd) .box-text {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mb-60 {
        margin-bottom: unset;
    }

    .banner-top .box-video {
        height: 298px;
    }

    .banner-top .box-text .video-title {
        font-size: 15px !important;
    }

    .banner-top .box-text {
        padding-left: 10px;
        padding-right: 10px;
    }

    section.smart-gadgets-desc {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .smart-gadgets-desc .desc-img {
        height: auto;
    }
}


/*Giải pháp an ninh an toàn*/


@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.banner-top {
    position: relative;
}

.banner-top .box-text.safeSolut-text {
    position: unset;
    left: 14%;
    top: 210px;
    z-index: 100;
    text-align: unset;
    transform: unset;
}

.banner-top .btn-viewmore {
    display: inline-block;
    color: #333;
    font-size: 18px;
    border-radius: 4px;
    padding: 3px 22px;
}

.icon-box-wrapper .icon-box {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.banner-top .box-text h2.banner-title-1 {
    font-size: 35px;
    line-height: 51px;
    color: #125A38;
}

.banner-top .box-text h2.banner-title-2 {
    font-size: 32px;
    line-height: 51px;
    color: #125A38;
}

.banner-top .box-img {
    height: 722px;
}

.banner-top .box-img img {
    height: 100%;
    object-fit: cover;
}

.icon-box-wrapper .icon-box:before {
    content: '';
    background: url(../images/icon-tick.png);
    background-size: 100%;
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.banner-top .box-img,
.banner-top .box-img img {
    width: 100%;
}

.banner-top .security-banner-text {
    top: 300px !important;
    left: 12% !important;
}

.box-text.security-banner-text.safeSolut-text.wow.fadeInUp.animated h1 {
    color: #015971;
}

.banner-top .security-banner-text h2 {
    color: #015971;
    font-size: 50px;
}

.banner-top .security-banner-text h2 span {
    color: #31D3AE;
    display: block;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.btn-security-banner {
    color: #333;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 4px 15px 6px 15px;
    display: inline-block;
    margin-top: 20px;
}

.btn-security-banner:hover {
    color: #fff;
    background: #31D3AE;
}

.btn-security-banner::after {
    content: "\f105";
    font-family: 'fontawesome';
    margin-left: 10px;
}

section.how-protect {
    padding-top: 75px;
    padding-bottom: 75px;
}

section.how-protect .box-img {
    overflow: hidden;
    margin-bottom: 20px;
}

section.how-protect .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 33px;
}

section.how-protect .protect-item .box-text {
    padding-left: 10px;
    padding-right: 10px;
}

section.how-protect .protect-item .box-text .protect-title {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 137.53%;
}

section.how-protect .protect-item .box-text p {
    font-size: 16px;
}

.grid-row-protect {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 100px;
}

section.security-script {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #cadedf;
}

section.security-script .row-custom {
    max-width: 1000px;
    margin: auto;
}

section.security-script .row-custom .col {
    padding-left: 30px;
    padding-right: 30px;
}

.security-script-item {
    position: relative;
    background: #fff;
    height: 100%;
}

section.security-script .box-img {
    position: relative;
    width: 100%;
}

section.security-script .box-img img {
    width: 100%;
}

section.security-script .box-img::after {
    content: '';
    background: radial-gradient(50% 50% at 50% 50%, rgba(16, 16, 16, 0.12) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.security-script .box-img .btn-viewImg {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    transform: translate(-50%, -50%);
    z-index: 100;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 4px 15px;
}

section.security-script .box-img .btn-viewImg:hover {
    color: #333;
    background: #fff;
}

section.security-script .box-img {
    overflow: hidden;
}

section.security-script .box-img img {
    transition: all 1s;
}

section.security-script .box-img:hover img {
    transform: scale(1.1);
}

section.security-script .security-script-item .security-script-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    padding: 12px 10px;
    min-height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.security-script .security-script-item .desc {
    padding: 20px 26px;
    font-size: 16px;
}

.protect-item .box-img {
    border-radius: 33px;
    cursor: pointer;
}

.product-line .product-img,
.protect-item .box-img {
    overflow: hidden;
}

.product-line .product-img img,
.protect-item .box-img img {
    transition: all 0.5s;
}

.product-line .product-img:hover img,
.protect-item .box-img:hover img {
    transform: scale(1.06);
}

@media(max-width:1024px) {
    .grid-row-protect {
        grid-gap: 40px;
    }

    section.security-script .row-custom .col {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media(max-width:768px) {
    .grid-row-protect {
        grid-gap: 20px;
    }
}

@media(max-width:550px) {
    .grid-row-protect {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: unset;
    }

    .banner-top .box-img {
        height: auto;
    }

    .banner-top .security-banner-text {
        top: 30px;
    }

    .banner-top .security-banner-text h2 {
        color: #015971;
        font-size: 25px;
    }

    section.security-script {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


/*Langding Giải pháp bảo vệ môi trường*/

.banner-top {
    position: relative;
}

.banner-top .box-text.environment-text-banner {
    position: absolute;
    left: 14%;
    top: 210px;
    z-index: 10;
    text-align: unset;
}

.banner-top .btn-viewmore {
    display: inline-block;
    color: #333;
    font-size: 18px;
    border-radius: 4px;
    padding: 3px 22px;
}

.icon-box-wrapper .icon-box {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.banner-top .box-text h2.banner-title-1 {
    font-size: 35px;
    line-height: 51px;
    color: #125A38;
}

.banner-top .box-text h2.banner-title-2 {
    font-size: 32px;
    line-height: 51px;
    color: #125A38;
}

.banner-top .box-img {
    height: 722px;
}

.banner-top .box-img img {
    height: 100%;
    object-fit: cover;
}

.icon-box-wrapper .icon-box:before {
    content: '';
    background: url(../images/icon-tick.png);
    background-size: 100%;
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

section.environment {
    padding-top: 53px;
    padding-bottom: 150px;
}

section.environment .icon-box {
    margin-bottom: 26px;
}

section.environment .environment-item {
    background: linear-gradient(180deg, rgba(50, 213, 203, 0.36) 39.58%, rgba(99, 240, 155, 0.6) 100%);
    box-shadow: 0px 7px 9px rgba(0, 0, 0, 0.38);
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    height: 100%;
}

section.environment .environment-item .box-text {
    padding: 22px 30px 0px 30px;
}

section.environment .environment-item .box-text h3 {
    font-size: 22px;
}

section.environment .row.row-line {
    position: relative;
}

section.environment .row.row-line:before {
    border-top: 2px dashed #C5C5C5;
    content: '';
    width: 61%;
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

section.environment .row.row-line .icon-box {
    position: relative;
}

section.environment .row.row-line .icon-box:after {
    content: '';
    height: 100%;
    width: 0;
    border-left: 2px dashed #C5C5C5;
    display: block;
    position: absolute;
    left: 50%;
}

section.instructions {
    padding-top: 76px;
    padding-bottom: 76px;
    background: #F5F5F5;
}

.instructions .tab-content>.tab-pane {
    opacity: 0;
    transition: all 0.8s;
    transition-delay: 0.1s;
    visibility: hidden;
    display: block !important;
}

.instructions .tab-content>.tab-pane.active {
    opacity: 1;
    visibility: visible;
}

.instructions-content {
    position: relative;
    height: 100%;
}

.instructions-content .tab-pane {
    position: absolute;
    top: 0;
    padding: 70px 50px;
}

.instructions-content .tab-pane::first-letter {
    font-size: 33px;
    font-weight: bold;
    color: #1F4E5C;
}

.instructions-list .nav-link {
    position: relative;
    font-size: 22px;
    color: #1F6277;
    border-top: 3px dashed #14455A;
    border-radius: unset;
    height: 100px;
    display: flex;
    align-items: center;
    padding-left: 35px;
}

.instructions-list .nav-link:last-child {
    border-bottom: 2px dashed #14455A;
}

.instructions-list .nav-link.active {
    background: #1F6277;
    overflow: hidden;
}

.instructions-list .nav-link.active::before {
    content: '';
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    left: -58px;
    background: #97D9DD;
    border-radius: 100px;
    box-shadow: 5px 4px 6px rgba(0, 0, 0, 0.49);
}

.instructions-content .tab-pane {
    background: #DDDDDD;
    height: 100%;
    display: block;
}

.fw-400 {
    font-weight: 400;
}

@media(max-width:992px) {
    section.environment .row.row-line .icon-box {
        display: none;
    }

    section.environment .row.row-line::before,
    section.environment .row.row-line .icon-box:after {
        content: unset;
    }

    .section-title {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .instructions-content .tab-pane {
        position: unset;
        height: auto;
    }

    section.instructions {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .instructions-content .tab-pane {
        display: none !important;
    }

    .instructions-content .tab-pane.active {
        display: block !important;
    }
}


/*End*/
/*End*/
.banner-smarthome .smarthome-text-banner {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 25% !important;
    top: 200px !important;
    transform: translateX(-50%);
    z-index: 100;
}

.banner-smarthome .smarthome-text-banner p {
    font-size: 35px !important;
    /*    font-weight: bold;*/
    line-height: 36px;


}

.section-start .section-content p {
    font-size: 22px;
}

.environment .environment-item .box-img {
    overflow: hidden;
}

.environment .environment-item .box-img img {
    transition: all 0.3s;
}

.environment .environment-item .box-img:hover img {
    transform: scale(1.08);
}


/*tiện ịch tiện nghi*/
.banner-top {
    position: relative;
}

.banner-top .box-video {
    position: relative;
    width: 100%;
    height: 650px;
}

.banner-top .box-text .video-title {
    font-size: 35px;
}

.banner-top .box-text p {
    font-size: 18px;
}

.banner-top .box-text {
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
    z-index: 10;
}

.banner-top .box-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: unset;
}

.banner-top .btn-viewmore {
    display: inline-block;
    color: #333;
    font-size: 18px;
    border-radius: 4px;
    padding: 0px 0px;
    transition: .3s;
    padding-bottom: 5px;
}

section.smart-gadgets {
    padding-top: 100px;
    padding-bottom: 30px;
}

.smart-gadgets .box-img {
    height: 370px;
}

.smart-gadgets .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.smart-gadgets .box-text h2 {
    font-size: 25px;
    margin-bottom: 12px;
}

.smart-gadgets .box-text p {
    font-size: 16px;
    line-height: 27px;
    text-align: justify;
}

.smart-gadgets .box-text {
    max-width: ;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.smart-gadgets .item:nth-child(even) {
    flex-direction: row-reverse;
}

.smart-gadgets .item:nth-child(odd) .box-text {
    padding-left: 68px;
    padding-right: 68px;
}

.smart-gadgets .item:nth-child(even) .box-text {
    padding-right: 68px;
    padding-left: 68px;
}

.smart-life {
    padding-top: 92px;
    padding-bottom: 50px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(165, 250, 255, 0.711937) 73.29%, rgba(153, 255, 231, 0.7) 102.02%);
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.33);
}

.smart-life .section-container-title h2 {
    margin-bottom: 10px;
}

.smart-life-item {
    padding-left: 14px;
    padding-right: 14px;
}

.smart-life .row-custom {
    max-width: 1074px;
    margin: auto;
}

.smart-life-item .box-tex h3 {
    font-size: 18px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}

/*.banner-top .btn-viewmore:hover {
    background: #fafafa !important;
}*/

.btn-convenient-banner {
    color: #fff;
    font-size: 18px;
    border: 1.23684px solid #FFFFFF;
    border-radius: 105.132px;
    padding: 5px 21px;
    display: inline-flex;
}

.btn-convenient-banner:hover {
    color: #fff;
    background: #31D3AE;
}

.banner-top .btn-convenient-banner {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

.banner-top .convenient-text-banner h1 {
    font-size: 30px;
}

.banner-top .convenient-text-banner h2 {
    font-size: 38px;
}

.smart-gadgets .box-text .btn-viewmore {
    color: #000;
    font-size: 16px;
    border: 1px solid #898989;
    border-radius: 100px;
    display: inline-block;
    height: 40px;
    width: 158px;
    text-align: center;
    line-height: 34px;
}

.smart-gadgets .box-text .btn-viewmore:hover {
    color: #fff;
    background: #31D3AE;
    border: 1px solid #31D3AE;
}

.bor-radius-20 {
    border-radius: 20px !important;
}

.smart-gadgets .box-img {
    overflow: hidden;
    border-radius: 20px;
}

.smart-gadgets .box-img img {
    transition: all 0.5s;
}

.smart-gadgets .box-img:hover img {
    transform: scale(1.1);
}

/*End*/


.pr-1 {
    padding-right: 1.5rem !important;
}

.pl-1 {
    padding-left: 1.5rem !important;
}

/*.rallismart-save .box-img img{
transform: scale(0.9);
}*/
.saveUtil-banner-text h1,
.saveUtil-banner-text h2 {
    font-size: 35px;
}

.btn-saveUtil-banner:hover {
    background: #e1e1e1;
}

.rallismart-save .protect-item .box-img {
    overflow: unset;
    margin-bottom: 26px;
}

.rallismart-save .protect-item .box-img:hover img {
    transform: scale(1.02);
}

.banner-top .btn-saveUtil-banner {
    padding: 4px 16px;
}

.banner-top .box-text.saveUtil-banner-text {
    top: 110px;
}

.rallismart-save .protect-item .box-img {
    position: relative;
}

.rallismart-save .box-img::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    border-radius: 32px;
    transform: scale(1);
    z-index: -1;
    background: #45dcd3;
    filter: blur(19.5px);
}

.banner-top.banner-saveUtil .saveUtil-banner-text {
    color: #333;
    position: absolute;
    left: 14%;
    top: 80px;
    z-index: 10;
    transform: unset;
    width: unset;
    text-align: left;
}

.banner-top .safUtil-text-banner {
    width: 66%;
    top: 50px;
}

.banner-top .safUtil-text-banner p {
    font-size: 20px;
}

.banner-top .safUtil-text-banner h2 {
    font-size: 30px;
}

.banner-safUtil .box-img {
    height: 700px;
}

.banner-safUtil .box-img img {
    height: 100%;
    object-fit: cover;
}

section.messenger-content {
    padding-top: 15px;
    padding-bottom: 15px;
    background: url(../images/bg-section.png);
}

.smart-gadgets.safUtil .box-img {
    height: 100%;
}

section.messenger-content {
    line-height: 38px;
}

section.product-line .product-img {
    margin-bottom: 10px;
}

section.product-line h2 {
    line-height: 38px;
}

.banner-saveUtil .box-img {
    height: 608px;
}

.saveUtil-banner-text .btn-saveUtil-banner {
    color: #0E5246;
}

@media(max-width:1900px) {
    .pr-50 {
        padding-right: 50px !important;
    }
}

@media(max-width:1024px) {
    .grid-row-protect {
        grid-gap: 40px;
    }

    section.security-script .row-custom .col {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media(max-width:768px) {

    .smart-gadgets .item:nth-child(odd) .box-text,
    .smart-gadgets .item:nth-child(even) .box-text {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mb-60 {
        margin-bottom: unset !important;
    }

    section.smart-gadgets {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    section.product-line {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .grid-row-protect {
        grid-gap: 20px;
    }

    .main .banner-lighting .lighting-text-banner {}
}

@media(max-width:550px) {
    .banner-top.banner-environment .box-img {
        height: 180px;
    }

    .banner-environment .environment-text-banner {
        top: 10px !important;
    }

    .banner-top .box-text h2.banner-title-1 {
        font-size: 20px;
    }

    .banner-top .box-text h2.banner-title-2 {
        font-size: 12px;
    }

    .icon-box-wrapper .icon-box {
        font-size: 12px;
    }

    .icon-box-wrapper .icon-box:before {
        width: 18px;
        height: 18px;
    }

    .section-title {
        font-size: 18px;
    }

    section.environment .environment-item .box-text {
        padding-bottom: 20px;
    }

    section.environment {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    section.product-line .product-line-prev,
    section.product-line .product-line-next {
        display: block;
    }

    .banner-safeSolut .box-img {
        height: 276px;
    }

    .banner-safeSolut .box-img:after {
        content: '';
        background: #0000003d;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
    }

    .banner-safeSolut .safeSolut-text {
        top: 20px !important;
    }

    .safeSolut-text,
    .safeSolut-text .btn-security-banner {
        color: #fff;
    }

    .banner-top .box-video {
        height: 300px;
    }

    .banner-top .convenient-text-banner h2,
    .banner-top .convenient-text-banner h1 {
        font-size: 18px;
    }

    .banner-top .box-text p,
    .btn-convenient-banner {
        font-size: 16px !important;
    }

    .grid-row-protect {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: unset;
    }

    .banner-top .box-img {
        height: 252px;
    }

    .banner-top .security-banner-text {
        top: 30px;
    }

    .banner-top .security-banner-text h2 {
        color: #fff;
        font-size: 25px;
    }

    .banner-top .security-banner-text h2 span {
        color: #fff;
    }

    section.security-script {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .banner-top .box-text.saveUtil-banner-text {
        /*        top:10px;*/
        left: 0;
        text-align: center;
        width: 100%;
    }

    .banner-saveUtil .box-img {
        height: 326px;
    }

    section.how-protect .box-img {
        height: auto;
    }

    section.rallismart-save {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .banner-saveUtil .saveUtil-banner-text h1,
    .banner-saveUtil .saveUtil-banner-text h2 {
        font-size: 20px;
    }

    .smart-gadgets .item:nth-child(even) .box-text,
    .smart-gadgets .item:nth-child(odd) .box-text {
        padding-left: 0;
        padding-right: 0;
    }

    section.product-line {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    section.smart-gadgets {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .mb-60 {
        margin-bottom: unset !important;
    }

    .smart-gadgets .box-img {
        height: auto;
    }

    .banner-safUtil .box-img {
        height: 268px;
    }

    .banner-safUtil .box-img {
        height: 300px;
    }

    .banner-top .safUtil-text-banner {
        top: 10px;
    }

    .banner-top .safUtil-text-banner h2 {
        font-size: 14px;
    }

    .banner-top .safUtil-text-banner {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-top .safUtil-text-banner p {
        font-size: 12px;
    }

    .smart-gadgets .box-text p {
        font-size: 16px;
    }

    .smart-gadgets .box-text h2 {
        font-size: 18px;
    }

    .banner-top .btn-viewmore {
        font-size: 14px;

    }


    .banner-top .btn-viewmore img {
        width: 150px;
    }

    .banner-top .btn-viewmore-call img {
        width: 150px;
    }




}

@media(max-width:426px) {
    .section-title {
        font-size: 22px;
    }

    section.product-line .product-line-next {
        right: -16px !important;
    }

    section.product-line .product-line-prev {
        left: -16px !important;
    }

    section.product-line .product-line-next,
    section.product-line .product-line-prev {
        background-size: 48%;
    }

    /*    .carousel {
        height: 300px !important;
    }*/
    section.experience .box-text p {
        font-size: 16px;
    }

    section.experience .section-title {
        font-size: 20px;
        margin-bottom: 30px;
        padding-top: 20px;
    }

    section.experience .box-img img {
        max-width: 100%;
    }

    section.experience .item:nth-child(even) .box-img::before,
    section.experience .item:nth-child(even) .box-img::after {
        content: unset;
    }

    section.experience .item {
        margin-bottom: 20px;
    }

    section.section-start p {
        font-size: 20px;
    }

    section.section-start {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section.experience::after {
        content: unset;
    }

    .banner-slide .swiper-slide .box-video {
        height: 332px;
    }

    .swiper-slide video {
        height: 100%;
        object-fit: cover;
    }

    .banner-slide .box-text h2 {
        font-size: 18px;
    }

    .box-text p {
        font-size: 15px;
    }

    .banner-slide .box-text {
        top: 115px;
    }

    .banner-smarthome .smarthome-text-banner {

        top: 20px !important;
        left: 50% !important;

    }

    .packages-slide .packages-item {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /*  ntm  */

    .item_info {
        padding: 10px !important;
        text-align: justify;
    }

    /*End*/

}




/*add style chitiet bai viet bang phuonghv2022*/
.post-content.js-post-content tr {
    border-width: 1px;
}

.post-content.js-post-content td {
    border-width: 1px;
}



.font-36 {
    font-size: 36px !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-18 {
    font-size: 16px !important;
}

.font-16 {
    font-size: 16px !important;
}

.text-left {
    text-align: left !important;
}

.text-jutify {
    text-align: justify !important;
}

.control-solut .nav-link p {
    font-size: 20px;
    width: 100%;
    margin-bottom: 5px;
}

.control-solut .instructions-list .nav-link {
    min-height: 110px;
}

.control-solut .instructions-content .tab-pane img {
    height: 100%;
    object-fit: cover;
}

.grid-row-protect.control {
    grid-gap: 90px;
}

.rallismart-save .protect-item.control .box-img:after {
    background: #60FFC6;
}

.banner-autoControl .autoControl-text-banner {
    position: unset;
    width: 100%;
    max-width: 55%;
    left: 10%;
    top: 126px;
    transform: unset;
}

.banner-autoControl .autoControl-text-banner h2 {
    line-height: 48px;
}

.control-solut .section-title {
    color: #1F6277;
}

section.control-solut {
    padding-top: 54px;
}

.instructions-list .nav-link.active::before {
    top: 50%;
    transform: translateY(-50%);
}

.control-solut .instructions-list .nav-link.active::before {
    content: '';
    width: 100px;
    height: 100px;
    left: -70px;
}

.control-solut .instructions-list .nav-link {
    padding-left: 42px;
}

@media(min-width:768px) {
    .autoControl-container {
        top: 138px !important;
    }

    .autoControl-container .autoControl-text-banner {
        padding-left: 83px;
    }
}

@media (min-width: 1200px) {
    .px-xl-90 {
        padding-right: 90px !important;
        padding-left: 90px !important;
    }
}

@media (max-width:1400px) {

    .security-container,
    .autoControl-container {
        padding-left: 30px;
    }

    .banner-top .security-banner-text h2 {
        font-size: 28px;
    }
}

@media (max-width:540px) {
    .banner-autoControl .autoControl-text-banner {
        top: 30px;
        max-width: 100%;
    }

    .banner-autoControl .autoControl-text-banner h2 {
        line-height: 28px;
        font-size: 18px;
    }

    .grid-row-protect.control {
        grid-gap: 20px;
    }

    .banner-autoControl .autoControl-text-banner {
        top: 30px;
        max-width: 100%;
    }
}


/*End*/


.security-container,
.autoControl-container {
    max-width: 1450px;
    width: 100%;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
}




/*ldp dieukhienthongminh*/


section.product-line {
    padding-top: 50px;
    padding-bottom: 50px;
}

section.product-line .product-line-next,
.smarthome-experience-next {
    background: url('../images/icon-arrow-right.svg');
    background-size: 65%;
    background-repeat: no-repeat;
    right: 0px !important;
}

section.product-line .product-line-prev,
.smarthome-experience-prev {
    background: url('../images/icon-arrow-left.svg');
    background-size: 65%;
    background-repeat: no-repeat;
    left: 0px !important;
}

section.product-line .section-content {
    position: relative;
}

section.product-line .product-img {
    width: 100%;
    padding-top: 60%;
    position: relative;
}

section.product-line .product-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

section.product-line .product-box .product-title {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
}

.product-line .product-line-prev:after,
.product-line .product-line-next:after,
.smarthome-experience-prev:after,
.smarthome-experience-next:after {
    content: unset;
}

section.product-line .product-img {
    margin-bottom: 10px;
}

section.product-line h2 {
    line-height: 38px;
}

.product-line .product-img,
.protect-item .box-img {
    overflow: hidden;
}

.product-line .product-img img,
.protect-item .box-img img {
    transition: all 0.5s;
}

.product-line .product-img:hover img,
.protect-item .box-img:hover img {
    transform: scale(1.06);
}

.font-weight-bold {
    font-weight: 700 !important;
}

.smartControl-container {
    max-width: 1450px;
    width: 100%;
    top: 215px;
    left: 55%;
    transform: translate(-50%, -50%);
}

.smartControl-text-banner {
    padding-left: 80px;
}

.smartControl-text-banner p {
    font-size: 30px !important;
}

section.control-features {
    padding-top: 150px;
    padding-bottom: 50px;
    background: #677F89;
}

.control-features .control-box {
    padding: 18px;
}

.control-box .box-img {
    padding-top: 90%;
    width: 100%;
    position: relative;
}

.control-box .box-img img,
.convenient-life-frame .box-img img {
    display: block;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.convenient-life-frame .box-img {
    padding-top: 70%;
    width: 100%;
    position: relative;
}

.control-box .box-text {
    padding-left: 10px;
    padding-right: 10px;
}

.control-box .box-text h3 {
    font-size: 24px;
    line-height: 32px;
}

.control-box .box-text p,
.control-box .box-text ul li {
    line-height: 28px;
}

.control-box .box-img {
    overflow: hidden;
}

.control-box .box-img img {
    transition: all 0.5s;
}

.control-box .box-img:hover img {
    transform: scale(1.1);
}

section.convenient-life {
    background: #E7EEEF;
    padding-top: 60px;
    padding-bottom: 60px;
}

.convenient-life-tab li {
    max-width: 393px;
}

.convenient-life-tab .nav-link {
    color: #333;
    padding: 20px 50px;
    height: 100%;
}

.convenient-life-tab .nav-link.active {
    color: #fff;
    background: #758E99;
    border-top-left-radius: 30px;
}

.convenient-life-tab .nav-link strong {
    font-size: 22px;
}

.convenient-life-tab .nav-link p {
    font-size: 20px;
    margin-top: 8px;
}

.convenient-life-slide {
    position: relative;
}

.convenient-life-slide::before {
    content: '';
    width: 78%;
    height: 100%;
    border-top: 2px dashed #7b7f7f;
    display: block;
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.convenient-life-slide .swiper-slide::before {
    content: '';
    width: 14px;
    height: 14px;
    background: #a7cbd3;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px;
    top: 0;
}

.convenient-life-slide .box-text strong {
    font-size: 20px;
}

.convenient-life .tab-content>.tab-pane.active {
    opacity: 1;
    height: 100%;
    visibility: visible;
}

.convenient-life .tab-content>.tab-pane {
    opacity: 0;
    height: 0;
    transition: all 0.3s;
    visibility: hidden;
    display: block !important;
}

section.pd-features {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #f5f5f5;
}

.pd-features-box {
    /*    box-shadow: 1px 2px 15px 5px #ccc;*/
    /*    border-radius: 20px;*/
    /*    overflow: hidden;*/
    /*    height: 100%;*/
}

.pd-features-box span {
    font-size: 22px;
    font-weight: bold;
    color: #646262;
}


.pd-features-box .pd-features-name {
    background: linear-gradient(to right, #fcc403, #fcc403, #ff7c1b);
    padding: 14px 10px;
    font-size: 18px;
}

.pd-features-item:nth-child(even) .pd-features-box .pd-features-name {
    background: linear-gradient(to right, #00748d, #0096ac, #00ad67);
}

.pd-features-box ul {
    list-style: none;
    padding: 10px 30px;
}

.pd-features-box ul li {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px dashed #4A4444;
    padding-bottom: 10px;
}

.pd-features-box ul li img {
    width: 100%;
}

.pd-features-box .features-icon {
    margin-right: 20px;
    min-width: 60px;
    max-width: 60px;
}

section.pd-advantages {
    background: #f5f5f5;
}

.pd-advantages-box {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
}

.pd-advantages-box .pd-advantages-name {
    font-size: 18px;
    color: #ffffff;
    padding: 14px 10px;
    /* background: linear-gradient(180deg, #8CFFE3 0%, #99FFE7 50%, #85EBF1 100%); */
    background: linear-gradient(180deg, #07BA82 0%, #017B8A 50%, #00383F 100%);
}

.pd-advantages-box .pd-advantages-wrap::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(7, 7, 7, 0.44);
    position: absolute;
    top: 0;
    left: 0;
}

.pd-advantages-box .pd-advantages-wrap {
    padding-top: 42%;
    width: 100%;
    position: relative;
}

.pd-advantages-box .pd-advantages-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.pd-advantages-box .pd-advantages-wrap .btn-viewmore {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    padding: 5px 20px;
    z-index: 100;
}

.pd-advantages-box .pd-advantages-wrap .btn-viewmore:hover {
    color: #333;
    background: #fff;
}

.modal-dialog .popup-content {
    background: #F0F0F0;
    box-shadow: 5px 2px 14px rgba(0, 0, 0, 0.35);
    border-radius: 20px;
    overflow: hidden;
}

.modal-dialog .popup-content .popup-title {
    padding: 12px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(180deg, #07BA82 0%, #017B8A 50%, #00383F 100%);
}

.modal-dialog .popup-content .popup-detail {
    font-weight: bold;
    text-align: justify;
    padding: 10px 40px 40px 40px;
}

.md-popup {
    background: rgba(0, 0, 0, 0.36);
}

.md-popup .modal-dialog {
    top: 50%;
    margin-top: 0;
}

.md-popup.modal.show .modal-dialog {
    transform: scale(1) translateY(-50%) !important;
    opacity: 1;
}

.md-popup .modal-dialog {
    transform: scale(0.3) translateY(-50%) !important;
    transition: all 0.6s !important;
    transform-origin: 50% 10%;
    opacity: 0.1;
}

.modal-open {
    padding-right: 0 !important;
}

section.pd-advantages {
    position: relative;
    z-index: 100;
}

.bg-f5 {
    background: #f5f5f5;
}

section.pd-advantages::before {
    content: '';
    position: absolute;
    width: 343px;
    height: 343px;
    background: #fff;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.25);
    border-radius: 31px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pd-advantages-item {
    z-index: 100;
}

.pd-advantages .pd-advantages-wrap {
    overflow: hidden;
}

.pd-advantages .pd-advantages-wrap img {
    transition: all 0.5s;
}

.pd-advantages .pd-advantages-wrap:hover img {
    transform: scale(1.06);
}

section.pd-advantages::after {
    content: '';
    position: absolute;
    width: 238px;
    height: 240px;
    background: #fff;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.25);
    border-radius: 31px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.convenient-life-wrapper {
    position: relative;
}

.convenient-pagination {
    display: none;
}

.smartControl-container .smartControl-text-banner {
    position: unset;
}

.experience-slide2 .swiper-slide {
    opacity: 0 !important;
}

.experience-slide2 .swiper-slide-active {
    opacity: 1 !important;
}

.menu-aside .btn-dropmenu {
    display: none;
}

@media (min-width: 576px) {
    .md-popup .modal-dialog {
        max-width: 430px;
    }
}

@media(min-width:1200px) {
    .menu-aside ul.menu.menu-sub {
        left: 100%;
        position: absolute;
        z-index: 100;
        width: 100%;
        background: #fff;
        top: -1px;
    }

    .menu-aside .menu-item:hover ul.menu.menu-sub {
        display: block;
    }
}

@media(max-width:1200px) {
    .menu-aside .btn-dropmenu {
        text-align: center;
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        top: 8px;
        right: 0px;
        z-index: 100;
    }

    .menu-aside .menu-item {
        position: relative;
    }

    .menu-aside ul.menu.menu-sub {
        position: unset;
    }

    .menu-aside ul.menu.menu-sub {
        padding-left: 10px;
    }
}
@media(min-width:992px) and (max-width:1200px) {
     section.experience .item .box-text{
        padding-left: 30px;
        padding-right: 30px;
     }
}
@media(max-width:768px) {
    .convenient-pagination {
        bottom: -38px;
        width: 100%;
        display: block;
    }

    .convenient-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin-right: 6px;
    }
}

@media(max-width:540px) {
    .convenient-life-frame p {
        min-height: 50px;
    }

    section.product-line .product-line-prev,
    .smarthome-experience-prev,
    section.product-line .product-line-next,
    .smarthome-experience-next {
        background-size: 50%;
    }

    section.product-line .product-line-prev,
    .smarthome-experience-prev {
        left: -10px !important;
    }

    section.product-line .product-line-next,
    .smarthome-experience-next {
        right: -10px !important;
    }

    .convenient-life-slide::before {
        width: 100%;
    }

    .convenient-life-tab .nav-link strong {
        font-size: 14px;
    }

    .convenient-life-tab .nav-link p {
        font-size: 16px;
    }

    .convenient-life-tab .nav-link {
        padding: 12px 28px;
    }

    .pd-advantages-box .pd-advantages-wrap {
        padding-top: 46%;
    }

    .section-title {
        font-size: 20px;
    }

    h2.smart_solution::before {
        content: '';
        width: 68.4%;
        height: 100%;
        border-top: 1px solid;
        display: block;
        position: absolute;
        top: 91px !important;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }


    .smartControl-text-banner {
        padding-left: 10px;
    }

    .banner-smartControl .box-img {
        height: auto;
    }

    .banner-smartControl .box-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner-smartControl .box-text h2 {
        font-size: 18px;
    }

    .banner-smartControl .box-text p {
        font-size: 14px;
    }

    .smartControl-container {
        top: 50px;
    }

    section.control-features {
        padding-top: 50px;
        padding-bottom: 50px;
        background: #677F89;
    }



}


/*add style rss*/


.page-rss .container {
    max-width: 1000px
}

.page-rss p {
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 20px
}

.page-rss .wrap-list-rss .list-rss {
    width: 100%;
    color: #4F4F4F;
    font-size: 18px;
    line-height: 1.1666666667;
    margin-bottom: 15px
}

.page-rss .wrap-list-rss .list-rss:first-child {
    margin-right: 15px
}

.page-rss .wrap-list-rss .list-rss:last-child {
    margin-left: 15px
}

.page-rss .wrap-list-rss .list-rss li {
    border-bottom: 1px solid #E5E5E5;
    position: relative
}

.page-rss .wrap-list-rss .list-rss a {
    padding: 15px 0;
    display: block
}

.page-rss .wrap-list-rss .list-rss a:hover {
    color: #9f224e
}

.page-rss .wrap-list-rss .list-rss .icon-rss {
    font-size: 13px;
    line-height: 1.1538461538;
    float: right;
    color: #222;
    margin-top: 3px;
    line-height: 20px;
    transition: all .4s ease
}

.page-rss .wrap-list-rss .list-rss .icon-rss .ic {
    background: #EE802F;
    fill: #fff;
    padding: 2px;
    width: 20px;
    height: 20px;
    margin-top: -3px;
    margin-left: 10px;
    border-radius: 1px
}

ul.list-rss li a {
    color: #332b2b;
}

span.icon-rss img {
    width: 20px;
}

.rss {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rss img {
    width: 25px;
}

/*End*/


/*add style LDP 06/2023*/


.md-cta .modal-header {
    background: linear-gradient(to right, #07af84, #00708c, #004d5d);
}

.md-cta .modal-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.cta_modal {
    border: 1px solid #eeeeee !important;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15) !important;
}


.cta_modal input.form-control {
    border: 1px solid #d8d8d8 !important;
}

.ring-0 box-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);


button.cta.btn-block.btn-success {
    background-color: #62E3A5;
    border: none;
    border-radius: 10px;
    width: 200px;
    margin: 0 auto;
}




/*a.btn-viewmore:hover:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #35FFF3;
    display: block;
    position: absolute;
    top: 0;
    filter: blur(17px);
    left: 0;
    z-index: -1;
}
*/

section.smart-life.bn_gpcstm {
    background-image: url('../images/bn_gpcs-tm.png');
    padding-top: 0;
}

.smart-life.bn_gpcstm .section-container-title.text-center.mb-5 {
    padding-top: 40px;
}

.bn_gpcstm .smart-life-item .box-tex h3 {
    font-size: 18px;
    text-align: center;
    color: #fff;
    text-transform: none;
}

section.smart-life.gp_cmtm {
    background: #fff;
    box-shadow: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

section.cta_footer {
    background: #EEEEEE;
    padding: 60px;
}


label.cta__label {
    text-align: left;
}

.cta_footer_from {
    background: #fff;
    padding: 24px;
    width: 455px;
}


.cta_footer_from {
    text-align: left;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    padding: 26px;
}

button.cta.btn-block.btn-success {
    border: none;
    border-radius: 10px;
    background: #62FB96;
}


/*smarhome2023 phv*/
.item-23 {
    text-align: center;
    margin-bottom: 70px;
}

/*.item-23 img {
    width: 147px;
    height: 157px;
}*/

.item-23 .sapo {
    margin-top: 10px;
    text-align: justify;
}


a.btn.bg-white.btn-readmore {
    background: #62FB96 !important;
    font-weight: bold;
}

a.btn-viewmore-call.bg-white {
    display: inline-block;
    color: #333;
    font-size: 18px;
    border-radius: 4px;
    padding: 3px 22px;
    transition: .3s;
    padding-bottom: 5px;
}

.btn-discover {
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 1px 16px 2px;
    font-size: 16px;
    border-radius: 20px;
    color: #0E5246;
    background-color: #62FB96;
    position: relative;
    z-index: 10;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    font-weight: 700;
}


.price_cc .product-title {
    text-align: left !important;
}

section.procedure_rd {
    padding-top: 80px;
}

.item_24 {
    margin-bottom: 20px;
    margin-top: 15px;
}

.info-24 {
    /*    background: #F3F3F3;*/
    padding: 26px;
    min-height: 230px;
}

.item_24 img {
    width: 100%;
    border-radius: 37px;
}

.title_24 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}

.btn_23 {
    text-align: center;
}


section.product-line .product-line-nexts,
.smarthome-experience-next {
    background: url('../images/icon-arrow-right.svg');
    background-size: 65%;
    background-repeat: no-repeat;
    right: 0px !important;
}

section.product-line .product-line-prevs,
.smarthome-experience-prev {
    background: url('../images/icon-arrow-left.svg');
    background-size: 65%;
    background-repeat: no-repeat;
    left: 0px !important;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    display: none;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
    display: none;
}

@media (min-width: 768px) {
    .box-text.text-white.box-item-23 {
        max-width: 503px;
        font-size: 18px;
/*        padding-top: 80px;*/
    }

}



section.how-protect .box-img:after {
    content: '';
    width: 100%;
    height: 53%;
    background: #00ffd2;
    display: block;
    position: absolute;
    top: 0;
    filter: blur(13px);
    left: 0;
    z-index: -1;
}


section.smart_solution {
    background: #F0F0F0;
    padding-top: 60px;
}

.item-smart_solution-23 {
    margin-top: 40px;
    margin-bottom: 10px;
}

.item-smart_solution-23 img {
    width: 100%;
    height: 308px;
}

.title_solution {
    font-size: 25px;
    text-align: left;
    padding: 20px;
    color: #073B4B;
    min-height: 131px;
    text-align: center;
}

.title_solution:hover {
    color: #62FB96;
}


.title_start {
    font-size: 25px;
    font-weight: bold;
    margin-top: 20px;
}




/*End*/



/*CTA*/

section.cta_footer {}



/*END*/



/*Add style ntm*/

section.smart_home_introduction {
    background-image: url('../images/bg_ntm.png');
    position: relative;
    background-size: cover;
}

.item_info {
    padding: 80px;
    text-align: center;
}


section.smart_home_solution {
    background: #F2FCF8;
    /*    margin-top: 10px;*/
}

.info_smart_home_solution {
    padding-top: 40px;
    padding-bottom: 40px;
}

.item_smart_home_solution {
    /*    background: #fff;*/
    padding: 40px;
    /*    border-radius: 57px;*/
    /*    box-shadow: 0px 0px 11px 3px #00000040;*/
}

.row.solution_one {
    margin-top: 35px;
}

.box-text.text-center.title_solution_sm {
    min-height: 65px;
    margin-bottom: 20px;
    padding-top: 10px;
    position: relative;
    border-bottom-right-radius: 13px;
    border-top-right-radius: 13px;
    margin-top: 10px;
    border-bottom: 2px solid #49D4A2;
    border-top: 2px solid #49D4A2;
    border-right: 2px solid #49D4A2;
}

.box-text.text-center.title_solution_sm h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #073B4B;
    text-align: center;
}


h2.section-title.text-uppercase.text-center.smart_solution {
    margin-bottom: 45px;
}





.item_24.wow.fadeInUp.animated {
    background: #F0F0F0;
    padding: 20px;
    border-radius: 37px;
    border: 2px dashed #4F8E7F;


}

.item_24::before {
    content: '';
    width: 45px;
    height: 45px;
    background-image: url('../images/icon_rung.png');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px;
    top: -29px;
}

.item_24::after {
    content: '';
    position: absolute;
    height: 14px;
    width: 1px;
    display: block;
    left: 50%;
    top: -42px;
    z-index: -2;
    background: #000000;
}


h2.section-title.text-center.text-uppercase.wow.fadeInUp.reasons.animated {
    border-top: 4px solid #CDCECE;
    padding: 20px;
}


.solution .button {
    min-width: 70px;
    min-height: 70px;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #313133;
    background: #D9E7E3;
    /* background: linear-gradient(90deg, rgba(129, 230, 217, 1) 0%, rgb(79 209 197 / 67%) 100%); */
    border: none;
    border-radius: 1000px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
}
section.experience .item  .box-img,section.experience .item .box-text{
 margin: auto;
}

.showroom-box{
    display: none;
}
.cta__label{
    cursor: pointer;
}

span.btn-toggle-showroom.rotate i{
    transform: rotate(180deg);
}
/*End*/



@media(max-width:992px) {

    .product-grid-2 {
        display: flex;
        flex-direction: column;
    }

    .product-grid-2__main {
        order: 2
    }

    .product-grid-2__aside {
        order: 1
    }

    .aside__body-2 {
        display: none;
    }

}