
#tabs-3 .pos-tabs h2,
#tabs-3 .pos-tabs p {
    color: #fff;
}

.m50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

#text-banner-cmp h2 {
    color: #0097e0;
    font-size: 1.875rem;
    line-height: 1.4;
    font-weight: 300;
    margin-top: 4.875rem;
    margin-bottom: 1.25rem;
    opacity: 0.8;
}

#text-banner-cmp p {
    font-size: 16px;
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
    line-height: 1.5;
    opacity: 0.8;
}

#text-banner-cmp ul li {
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
    line-height: 1.5;
    opacity: 0.8;
}

.link-cta a {
    background-color: transparent;
    border-color: #0097e0;
    width: 300px;
    height: 50px;
    border: 2px solid #0097e0;
    color: #0097e0;
    font-size: 0.9375rem;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.link-cta a:hover {
    background-color: #0097e0;
    border-color: #0097e0;
    color: #fff;
}

.banner-font {
    font-family: "Open Sans",sans-serif;
}

.pos-banner {
    position: absolute;
    left: 100px;
    top: 30%;
}

    .pos-banner h2 {
        font-size: 1.875rem;
        line-height: 1.4;
        color: #fff;
        margin: 15px 0;
    }

    .pos-banner p {
        font-size: 0.875rem;
        line-height: 1.5rem;
        overflow-wrap: break-word;
        color: #fff;
    }

.pos-tabs {
    position: absolute;
    right: 0;
    top: 50%;
}

    .pos-tabs #text-id {
        width: 75%;
    }

.pos-banner #text-banner {
    width: 50%;
}

.pos-tabs h2 {
    color: #0097e0;
    font-size: 1.875rem;
    line-height: 1.4;
    font-weight: normal;
    opacity: 0.8;
}

.pos-tabs p {
    font-size: 16px;
    line-height: 1.5rem;
    overflow-wrap: break-word;
    color: #515151;
    font-weight: normal;
    opacity: 0.8;
}

.pos-r {
    position: relative;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-back {
    background-image: url(https://st-daikin.mncdn.com/Content/img/daikinlp/arrow-back.svg);
    position: absolute;
    bottom: -40px;
    width: 230px;
    height: 50px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.tabs-container {
    margin-top: 100px;
}

    .tabs-container .ui-widget-content {
        border: none;
        background: #f5f5f5;
        border-bottom: 1px solid #f5f5f5;
        margin-top: 0.625rem;
        padding: 0;
        margin-bottom: 15px;
    }


    .tabs-container li {
        background: transparent !important;
        border: none !important;
        display: inline-block;
        text-align: center;
        margin: 0 15px !important;
        padding-top: 20px !important;
    }




.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
    color: #515151;
    font-weight: normal;
    font-size: 20px;
}

.ui-widget-header {
    border: transparent;
    background: #f5f5f5;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.ui-state-default {
    border: none;
    display: inline-block;
    padding: 0.8125rem 1.4375rem !important;
    border-radius: 0;
}

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited,
    .ui-state-default:hover a {
        background: #0097e0;
        color: #fff;
        border: none;
        display: inline-block;
        border-radius: 0;
    }

    .tabs-container li::after,
    .ui-state-default:after {
        bottom: 6px;
        content: "";
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 5px;
        width: 15px;
        height: 15px;
        transform: rotate(45deg);
        z-index: 2;
        display: flex;
        cursor: pointer;
    }


    .tabs-container li.ui-tabs-active::after,
    .ui-state-default:hover::after {
        background: #0097e0;
    }

.header__image {
    height: 100%;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    min-width: 65%;
    min-height: 40.625rem;
}

    .header__image img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        height: 600px;
    }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid transparent;
    background: none;
}




.cmp-teaser__content .cmp-teaser__description p {
    border-left: 5px solid #54c3f1;
    margin: 1.5625rem 0;
    padding-left: 0.9375rem;
    text-align: left;
}

.cta-button--quaternary, .has-button--quaternary .cta-button {
    background-color: #f54e00;
    display: flex;
    align-items: center;
    width: 166px;
    height: 50px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 0.9375rem;
    font-weight: 600;
    padding: 0 15px;
}

.cta-button--arrow-right {
    position: relative;
    width: 170px;
}

    .cta-button--arrow-right::after, .has-button--arrow-right .cta-button::after {
        border-bottom: 5px solid transparent;
        border-left: 5px solid currentColor;
        border-top: 5px solid transparent;
        content: "";
        height: 0;
        margin-top: -5px;
        position: absolute;
        right: 25px;
        top: 50%;
        width: 0;
    }

.container--vertical-align-center .cmp-enhanced-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cmp-text {
    font-size: 0.875rem;
    line-height: 1.5rem;
    overflow-wrap: break-word;
}

    .cmp-text ul li {
        position: relative;
        margin: 0.75rem 0;
        list-style: none;
        font-size: 0.875rem;
        line-height: 1.75rem;
        width: 100%;
    }

        .cmp-text ul li::before {
            content: "";
            width: 0.3125rem;
            height: 0.3125rem;
            border-radius: 100%;
            background: #54c3f1;
            display: block;
            position: absolute;
            left: -1.125rem;
            top: 0.6875rem;
        }

.cmp-list__item--picture__title {
    background-color: #fff;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 0;
    padding: 0.9375rem;
    transition: background-color .2s,color .2s,padding .2s;
}

.background--gray-lightest {
    background-color: #f5f5f5;
    padding: 30px;
    box-sizing: border-box;
}

.cmp-list__item--picture__content {
    align-items: center;
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.cmp-list__item h3.cmp-list__item--picture__title {
    color: #0097e0;
}

.cmp-list__item--picture__title {
    font-size: 1.375rem;
    line-height: 2rem;
}

.cmp-list__item--picture:hover .cmp-list__item--picture__title {
    background-color: #0097e0;
    color: #fff;
    padding-left: 1.25rem;
}



@media screen and (min-width: 768px) {
    .header--has-image .header__container, .header--has-video .header__container {
        display: table;
        height: 100%;
        min-height: 35rem;
    }

    .header__image {
        height: 100%;
        right: 0;
        margin-left: 0;
        margin-right: 0;
        position: absolute;
        min-width: 65%;
        min-height: 40.625rem;
    }

    .background-position--center-center .has-image--object-fit img, [class*=background-position--] .background-position--center-center .has-image--object-fit img {
        -o-object-position: center center;
        object-position: center center;
    }

    .header__image img {
        max-width: 100%;
    }

    .has-image--object-fit img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .header--has-image .header__content-container, .header--has-video .header__content-container {
        display: table-cell;
        vertical-align: middle;
    }

    .header--has-image .header__content, .header--has-video .header__content {
        background: linear-gradient(to right, #0097e0 0, rgba(0, 151, 224, 0.99) 72%, rgba(0, 151, 224, 0.95) 79%, rgba(0, 151, 224, 0.8) 85%, rgba(0, 151, 224, 0.5) 100%);
        color: #fff;
        float: left;
        padding: 1.875rem;
        position: relative;
        text-align: initial;
        width: 58.3333333333%;
        z-index: 2;
    }

        .header--has-image .header__content::before, .header--has-video .header__content::before {
            background-color: #0097e0;
            content: "";
            display: block;
            height: 100%;
            left: -62.4375rem;
            position: absolute;
            top: 0;
            width: 62.5rem;
            z-index: 1;
        }

    .header .cmp-teaser__title {
        color: #fff;
    }

    .header .cmp-teaser__title {
        color: currentColor;
        margin-bottom: 0.625rem;
        margin-top: 0.625rem;
    }

    .header--has-image .cmp-teaser__description, .header--has-video .cmp-teaser__description {
        color: #fff;
    }

    .header .cmp-teaser__description {
        font-size: 1rem;
        font-weight: 300;
        line-height: 2rem;
    }

    .header--has-image .cmp-teaser__description p, .header--has-video .cmp-teaser__description p {
        margin: 0.625rem 0 1.25rem;
    }

    .header--has-image .cmp-teaser__description p, .header--has-video .cmp-teaser__description p {
        border-left: 5px solid #54c3f1;
        margin: 1.5625rem 0;
        padding-left: 0.9375rem;
        text-align: left;
    }

    .cta-button--quaternary:hover, .has-button--quaternary .cta-button:hover {
        background-color: #f54e00;
        border-color: #f54e00;
        color: #fff;
    }

    .header__scrolltocontent__container {
        bottom: -40px;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
    }

    .header__scrolltocontent {
        background-color: #54c3f1;
        color: #fff;
        height: 3.125rem;
        margin-left: 41.66667%;
        overflow: hidden;
        padding: 0.375rem 0.75rem;
        position: relative;
        width: 16.66667%;
    }

    .sr-only {
        clip: rect(0,0,0,0);
        border: 0;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .header__scrolltocontent__icon--in {
        bottom: 1.0625rem;
    }

    .header__scrolltocontent__icon--in, .header__scrolltocontent__icon--out {
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        transition: bottom .2s,top .2s;
    }

    .header__scrolltocontent__icon--out {
        top: -1.25rem;
    }

    .down {
        position: absolute;
        bottom: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
    }

        .down .btn-down {
            width: 200px;
        }

    .btn-fourth {
        color: #fff;
        fill: #fff;
        background-color: #00c3f3;
        border-color: #00c3f3;
    }

    .svg-icon {
        position: relative;
        display: inline-block;
        line-height: 1;
        top: -2px;
    }
}



@media only screen and (max-width: 996px) {
    .grey-banner .pos-banner {
        position: relative;
        left: 0;
        top: -15px;
        background: #555555;
        padding: 20px;
        box-sizing: border-box;
    }

        .grey-banner .pos-banner #text-banner {
            width: 100%;
            padding: 0;
        }

        .grey-banner .pos-banner h2 {
            font-size: 23px;
            line-height: 1.4;
            color: #fff;
            margin: 15px 0;
        }

    .header__image {
        position: relative;
        min-width: 100%;
    }



    .cmp-list__item--picture__title {
        font-size: 16px;
        line-height: 2rem;
    }


    .cmp-list__item.cmp-list__item--picture {
        margin-bottom: 17px;
        display: flex;
        padding: 0 !important;
    }


    .wrap {
        flex-wrap: wrap;
    }

    .cmp-text {
        padding: 35px;
        box-sizing: border-box;
    }

    .pos-tabs {
        position: relative;
        right: 0;
        top: 0;
        padding: 10px;
    }

        .pos-tabs #text-id {
            width: 100%;
            padding: 0;
        }

    #tabs-3 .pos-tabs h2, #tabs-3 .pos-tabs p {
        color: #333;
    }

    .header__content-container {
        padding: 20px;
        box-sizing: border-box;
    }

    .ui-state-default {
        padding: 9px !important;
    }


    .tabs-container li {
        margin: 0 0px !important;
    }
}







#hot-water .pos-r {
    position: relative;
}

#hot-water .food-retail {
    display: flex;
    flex-wrap:wrap;
    height: 100%;
    min-height: 35rem;
}

#hot-water .food-retail .slider-contact {
    background-color: #0097e0;
    padding: 20px 120px;
    position: absolute;
    top: 20%;
    left: 0;
    width: auto;
}
#hot-water .header__image {
    height: 100%;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    min-width: 65%;
    min-height: auto;
}
#hot-water .food-retail .slider-contact-text {
    font-size: 13px;
    line-height: 150%;
    font-weight: 600;
    color: #fff;
    border-left: 3px solid #a7dbf4;
    opacity: 0.7;
    padding-left: 10px;
}

#hot-water .food-retail .slider-contact-title {
    font-size: 30px;
    line-height: normal;
    font-weight: normal;
    color: #fff;
    opacity: 0.7;
    margin-bottom: 15px;
}

#hot-water .food-retail .cta-button {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    align-items: stretch;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0.9375rem 1.5625rem;
    border: 2px solid;
    margin: 30px 0;
    width: 150px;
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 0.9375rem;
    text-transform: uppercase;
}

#hot-water .arrow-dv {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    position: absolute;
    bottom: 0;
}


#hot-water .food-retail .arrow-back {
    bottom: 0;
}

#hot-water .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}




#hot-water  .has-image--object-fit img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


#hot-water .energy-banner {
    background-color: #f5f5f5;
}

#hot-water #text-8cae89fbc4 h2,
#hot-water .heading1 h2,
#hot-water .heading2 h2 {
    overflow-wrap: break-word;
    margin: 0.625rem 0;
    color: #0097e0;
    font-size: 1.875rem;
    line-height: 1.4;
    font-weight: 300;
}
#hot-water .heading1 h2 {
    font-size: 2.625rem;
    line-height: 1.4;
}
#hot-water #text-8cae89fbc4 .heading2,
#hot-water  .heading1 p,
#hot-water .heading2 p,
#hot-water .savings-banner p {
    color: #515151;
    font-size: 0.9375rem;
    line-height: 1.6875rem;
    margin: 2.625rem 0;
}



#hot-water .d-flex {
    display:flex;
    align-items:center;
    flex-wrap:wrap;
}


#hot-water .heading2 {
    margin-top:100px;
    margin-bottom:30px;
}

#hot-water .heading2 ul li::before {
    content: "";
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 100%;
    background: #54c3f1;
    display: block;
    position: absolute;
    left: -1.125rem;
    top: 0.6875rem;
}
#hot-water .heading2 ul{
    padding:15px;
    display:grid;
}

#hot-water .heading2 ul li {
    position: relative;
    margin: 0.75rem 0;
    list-style: none;
    font-size: 0.875rem;
    line-height: 1.75rem;
}


#hot-water .savings-banner {
    background-color: #f5f5f5;
    padding: 30px;
    box-sizing: border-box;
    margin: 60px 0 20px 0;
    text-align: center;
}

#hot-water .savings-banner h2 {
    font-size: 2.625rem;
    line-height: 1.4;
    font-weight: 300;
    margin-top: 1.25rem;
    margin-bottom: 1.875rem;
    font-size: 2.625rem;
    line-height: 1.4;
    color: #0097e0;
}


#hot-water .background--gray-lightest {
    background-color: #f5f5f5
}




#hot-water .cmp-list__item--picture__title {
    background-color: #fff;
    font-size: 1.375rem;
    line-height: 2rem;
    margin: 0;
    padding: 0.9375rem;
    transition: background-color .2s,color .2s,padding .2s;
    color: #0097e0;
    font-weight: 300;
    left: 0;
    position: absolute;
    top: 50%;
    width: auto;
    height: 50px;
    z-index: 1;
    display: flex;
    align-items: center;
}


#hot-water  .cmp-list__item--picture__title:hover {
    background-color: #0097e0;
    color: #fff;
    padding-left: 1.25rem;
}

#hot-water .cmp-cta--centered {
    display:flex;
    justify-content:center;
    margin:50px;
}
#hot-water .cmp-cta--centered .cta-button {
    border: 2px solid #0097e0;
    background-color: transparent;
    border-color: #0097e0;
    color: #0097e0;
    padding: 15px 40px;
    display: inline-block;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 0.9375rem;
    text-transform:uppercase;
}



#hot-water .cmp-cta--centered .cta-button:hover {
    background-color: #0097e0;
    border-color: #0097e0;
    color: #fff;
    box-shadow: 0 5px 16px -5px rgb(0 0 0 / 30%);
}


@media screen and (min-width: 768px) {
    #hot-water .header__image {
        height: 100%;
        right: 0;
        margin-left: 0;
        margin-right: 0;
        position: absolute;
        min-width: 65%;
        min-height: 35rem;
    }
}

@media screen and (max-width: 996px) {

    #hot-water .header__image {
        position: relative;
        min-width: 100%;
        min-height: auto;
    }
    #hot-water .food-retail .slider-contact {
        background-color: #f5f5f5;
        padding: 10px;
        position:relative;
    }

    #hot-water .food-retail .slider-contact-title,
    #hot-water .food-retail .slider-contact-text
    {
        color: #515151;
    }

    #hot-water .food-retail .cta-button {
        color: #0097e0;
    }


    #hot-water .cmp-cta--centered .cta-button {
        padding: 14px 20px;
        font-size: 13px;
     
    }

    
}



#sslLp .slider-banner {
    position: relative;
    background: #F5F5F5;
    display: flex;
    justify-content: flex-end;
}

    #sslLp .slider-banner .banner-overlay {
        background: linear-gradient(90deg, #0097E0 67.5%, rgba(28, 162, 220, 0.50) 100%);
        position: absolute;
        top: 22%;
        height: auto;
        color: #fff;
        float: left;
        padding: 1.875rem;
        text-align: initial;
        width: 58%;
        z-index: 2;
        padding-left: 4%;
        left: 0;
    }

        #sslLp .slider-banner .banner-overlay .title {
            color: #FFF;
            font-family: "Open Sans";
            font-size: 42px;
        }

        #sslLp .slider-banner .banner-overlay .text {
            color: #FFF;
            font-size: 16px;
            border-left: 5px solid #54C3F1;
            margin-top: 10px;
            padding-left: 14px;
            margin-bottom: 26px;
            line-height: normal;
        }
        #sslLp .slider-banner .banner-overlay .link {
            width:100%;
        }

            #sslLp .slider-banner .banner-overlay .link a {
                color: #fff;
                fill: #e18430;
                background: #e18430;
                border-color: #e18430;
                border-width: 2px;
                height: 50px;
                border: 2px solid transparent;
                padding: .375rem .75rem;
                font-size: 1rem;
                line-height: 2.1;
                display: flex;
                width: fit-content;
                font-weight: 700;
                align-items: center;
            }
            #sslLp .slider-banner .banner-overlay .link a:hover {
                background: #fff;
                border-color: #e18430;
                color: #e18430;
                fill: #e18430;
            }


            #sslLp .slider-banner .icon-banner {
                width: 100%;
                display: flex;
                justify-content: center;
                position: absolute;
                bottom: 0;
            }

        #sslLp .slider-banner .icon-banner div {
            width: 175px;
            height: 37px;
            background: #54C3F1;
            display: flex;
            align-items: center;
            justify-content: center;
        }

#sslLp .banner_one {
    background: #F5F5F5;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px;
    align-items: center;
}

    #sslLp .banner_one .title {
        font-size: 18px;
        color: #0097E0;
        margin-bottom: 10px;
    }

    #sslLp .banner_one .text {
        color: #000;
        font-size: 13px;
        line-height: normal;
    }

#sslLp .banner_two {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 50px;
}

#sslLp .banner_three {
    background: #F5F5F5;
    display: flex;
    justify-content: center;
    color: #0097E0;
    font-size: 30px;
    padding: 20px 0;
    align-items: center;
}

#sslLp .flexx {
    display: flex;
    gap: 0;
    padding: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

#sslLp #blog-sss-link .item--picture {
    height: 19.375rem 310px;
    position: relative;
}

    #sslLp #blog-sss-link .item--picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    #sslLp #blog-sss-link .item--picture .overlay-link {
        align-items: center;
        display: flex;
        height: auto;
        left: 0;
        position: absolute;
        top: 40%;
        width: fit-content;
        z-index: 1;
        color: #0097e0;
        font-size: 16px;
        line-height: 1.5rem;
        background-color: #fff;
        padding: 0.9375rem;
        transition: background-color .2s, color .2s, padding .2s;
    }

        #sslLp #blog-sss-link .item--picture .overlay-link a {
            color: #007bff;
        }

#sslLp .slider-banner {
    position: relative;
    background: #F5F5F5;
    display: flex;
    justify-content: flex-end;
}

#sslLp .footer-banner .banner-overlay {
    position: absolute;
    top: 22%;
    height: auto;
    color: #fff;
    float: left;
    padding: 1.875rem;
    text-align: initial;
    width: 58%;
    z-index: 2;
    padding-left: 4%;
    right: 0;
}

    #sslLp .footer-banner .banner-overlay .title {
        color: #0097E0;
        font-size: 26px;
    }

    #sslLp .footer-banner .banner-overlay .text {
        color: #000;
        font-size: 14px;
        border-left: 5px solid #54C3F1;
        margin-top: 10px;
        padding-left: 14px;
        margin-bottom: 26px;
        line-height: normal;
    }

    #sslLp .footer-banner .banner-overlay .link {
        background-color: #F54E00;
        color: #fff;
        font-size: 14px;
        width: fit-content;
        padding: 4px 6px;
    }

    #sslLp .footer-banner .banner-overlay .link a {
        color: #fff;
    }


    @media(max-width:768px) {
        #sslLp .slider-banner {
            flex-wrap: wrap;
        }
        #sslLp .slider-banner img {
            width:100%;
        }
        #sslLp .slider-banner .banner-overlay {
            position: relative;
            top: 0;
            left: 0;
            width:100%;
        }
        #sslLp .banner_one {
            margin-top: 30px;
            margin-bottom: 30px;
            padding: 15px;
        }
        #sslLp .ordr2 {
            order:2;
        }
        #sslLp .ordr1 {
            order:1;
        }
        #sslLp .banner_one img {
            width: 100%;
            margin-bottom:15px;
        }
        #sslLp .banner_two {
            display: flex;
            justify-content: center;
            margin-top: 0px;
            margin-bottom: 20px;
            padding: 23px;
        }
        #sslLp .banner_three {
            font-size: 23px;
        }
        #sslLp .flexx {
            gap: 0;
            padding: 0px;
            flex-wrap: wrap;
        }
        #sslLp .footer-banner .banner-overlay {
            position: relative;
            top: 0; 
            width:100%;
        }

        #sslLp #blog-sss-link .item--picture {
            padding: 0;
        }
    }


#sslLp .bg_blue_lp {
    background-color: #009ae5;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 42px;
}
#sslLp .banner_one_lp {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 10px 63px;
    align-items: center;
}
#sslLp .list_banner {
    width:100%;
    margin-top:20px;
}
#sslLp .list_banner ul li {
    width: 100%;
    list-style: disc;
    margin-left: 15px;
    text-align: start;
    margin-top: 5px;
    font-size: 14px;
}
#sslLp .banner_one_lp .title {
    font-size: 23px;
    color: #0097E0;
    margin-bottom: 10px;
    line-height: normal;
    height: 40px;
}
#sslLp .banner_one_lp.bg-gray {
    background: #F5F5F5;
}
#sslLp .banner_one_lp .title-big {
    font-size: 26px;
    color: #0097E0;
    margin-bottom: 10px;
}
    #sslLp .banner_one_lp .text {
        color: #000;
        font-size: 14px;
        line-height: normal;
    }

#sslLp .main-tab_lp > ul {
    position: initial !important;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 9px;
    border-bottom: 5px solid #0097E0;
    flex-wrap:wrap;
}
#sslLp .main-tab_lp >  ul li a {
    background-color: #ffff;
    border: none;
    display: inline-block;
    padding: 0.8125rem 1.4375rem;
    color: #515151;
    position: relative;
    text-align: center;
    transition: background-color 0.2s, color 0.2s;
    line-height: normal;
    font-size: inherit;
    font-size: 18px;
    height: 52px;
    width: 230px;
}
#sslLp .main-tab_lp > ul li a.js-active:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    transform: rotate(180deg);
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 7.5px 7.5px 7.5px;
    border-color: #009ae5 transparent transparent transparent;
}
#sslLp .main-tab_lp > ul li a.js-active {
    background: #fff;
    color: #0097E0;
}
#sslLp .main-tab_lp .content {
    display: none;
}
#sslLp .main-tab_lp .content.js-active {
    display: block;
}

#sslLp  .tab-area {
    display: flex;
    align-items: start;
    margin-top: 50px;
    justify-content:center;
}
#sslLp  .cart-banner {
    background: #F5F5F5;
}

#sslLp .cart-banner .top-title {
    font-size: 45px;
    text-align: center;
    color: #0097E0;
    padding-top: 30px;
    padding-bottom: 30px;
}
#sslLp .cart-banner .box-banner .col-12.col-md-4 {
    margin-bottom: 30px;
}
#sslLp .cart-banner .box-wrap {
    background: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px;

    height: 100%;
    align-items: start;
}
#sslLp .cart-banner  .box-banner {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 60px;
}
#sslLp .cart-banner .box-banner .title,
#sslLp .banner__lp .title {
    color: #0097E0;
    padding-top: 25px;
    font-size: 25px;
    text-align: center;
}
#sslLp .cart-banner .box-banner .text
{
    color: #000;
    padding-top: 10px;
    font-size: 16px;
    text-align: center;
}
#sslLp .over-banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 25px;
    background-image: url(https://st-daikin.mncdn.com/Content/img/sshlanding/remotely_lp/image8.png);
}
#sslLp .over-banner .center-overlay {
    width: 50%;
    background-color: #fff;
    padding: 20px;
    margin: 10px;
}
#sslLp .over-banner .center-overlay .title {
    font-size: 25px;
    color: #0097E0;
    width:100%;
    display:flex;
}
#sslLp .over-banner .center-overlay .text {
    font-size: 16px;
    color: #000;
    line-height: normal;
    font-weight: 400;
    width: 100%;
}
#sslLp .over-banner .center-overlay span {
    font-weight: 700;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 5px;
}
#sslLp .banner__lp .text {
    color: #000;
    padding-top: 10px;
    font-size: 16px;
    text-align: start;
}
#sslLp .plus-banner {
    padding: 10px 65px;
    box-sizing: border-box;
}

    #sslLp .plus-banner .title {
        font-size: 45px;
        text-align: start;
        color: #0097E0;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #sslLp .plus-banner .text {
        color: #000;
        font-size: 15px;
        line-height: normal;
    }

    #sslLp .plus-banner .title-middle {
        font-size: 18px;
        text-align: start;
        color: #0097E0;
    }

    #sslLp .plus-banner .flex {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }




#sslLp .link-banner {
    text-align: center;
    margin-bottom: 60px;
}

    #sslLp .link-banner a {
        color: #0097E0;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
    }


#sslLp .text_tel {
    color: #0097E0;
    font-size: 16px;
}

#sslLp .banner_one_img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

    #sslLp .banner_one_img .top-title {
        font-size: 45px;
        text-align: center;
        color: #0097E0;
        padding-top: 30px;
        padding-bottom: 30px;
        width: 100%;
    }


    #sslLp .banner_one_img .flex-banner {
        display: flex;
        flex-wrap: wrap;
    }

    #sslLp .banner_one_img .p_li {
        margin-left: 35px;
    }
@media(max-width:768px) {
    #sslLp .plus-banner .title-middle {
        margin-top: 50px;
    }
    #sslLp .banner_one_lp {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 10px 10px;
    }

    #sslLp .cart-banner .box-banner,
    #sslLp .plus-banner {
        padding: 10px 10px;
        box-sizing: border-box;
    }
    #sslLp .cart-banner .top-title,
    #sslLp .bg_blue_lp,
    #sslLp .plus-banner .title {
        font-size: 31px;
        padding-top: 20px;
        padding-bottom: 9px;
    }
    #sslLp .cart-banner .box-banner .title, #sslLp .banner__lp .title {
        color: #0097E0;
        padding-top: 25px;
        font-size: 16px;
        text-align: center;
    }
    #sslLp .over-banner .center-overlay {
        width: 87%;
    }
    #sslLp .banner__lp .text {
        text-align: center;
    }
    #sslLp .banner__lp .col-lg-6 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    #sslLp .main-tab_lp > ul {
        flex-wrap: nowrap;
        justify-content: start !important;
        overflow: auto;
    }

    #sslLp .banner_two img {
        width:100%;
    }

    #sslLp .banner_one_img  .list_banner {
        margin-bottom:50px;
    }

}

