body{
    margin: 0;
    font-family: Sans-serif;
}
a{
    text-decoration: unset;
}
img{
    max-width: 100%;
}
#body{
    background-image: url(../img/nen_body_1366.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*max-width: 1366px;*/
    margin: auto;
}
.section-1{
    max-width: 1366px;
    margin: auto;
}

.page-home .section-1 .box-shadow{
    margin: 20px;
    padding: 45px;
    padding-top: 25px;
    margin-bottom: 0;
    box-shadow: 2px 2px 14px 8px rgb(0 0 0 / 25%);
    border-radius: 15px;
    background-image: url("../img/bg-sec-01.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.page-about .section-1 .box-shadow{
    margin: 20px;
    padding: 45px;
    padding-top: 25px;
    margin-bottom: 0;
    box-shadow: 2px 2px 14px 8px rgb(0 0 0 / 25%);
    border-radius: 15px;
    background-image: url("../img/about/bg-about-1.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.header-menu{
    float: right;
    text-align: right;
}
.header-menu a{
    font-size: 18px;
    margin-left: 60px;
    color: black;
    font-weight: 300;
}
.header-menu .active{
    font-weight: 700;
}
.section-1 .logo{
    width: 69px;
    display: flex;
    vertical-align: middle;
}
.section-1 .logo .text-logo{
    font-size: 55px;
    color: white;
    text-shadow: 0 0 3px black;
    margin: 0;
    margin-left: 10px;
    line-height: 69px;
}
.section-1 .box-content ul li::marker, .section-5 .box-content ul li::marker{
    color: rgba(16,185,129,1);
}
.section-2{
    margin-top: -1px;
}
.section-1 .free-consultation img{
    width: 255px;
}
.section-3 .box-content{
    background-image: url(../img/bg-section3.png);background-size: cover;background-repeat: no-repeat;
    border-radius: 20px;
    border: solid 5px white;
}
.section-5 .box-content{
    background-image: url(../img/backgroud-10.png);background-size: cover;background-repeat: no-repeat;
    border-radius: 20px;
    border: solid 5px white;
}

@media (max-width: 1023px) {
    .section-5 .box-content{
        background: #f0f8f6;
    }
    .page-home .section-1 .box-shadow {
        background-position-x: -350px;
        background-size: 360%;
    }
}
@media (max-width: 1200px) {
    .page-about .section-1 .box-shadow{
        background-position: center;
    }
}

@media (min-width: 1024px){
    .lg\:left-85-custom {
        left: 20.5rem;
    }
    .lg\:text-2xl-1rem {
        font-size: 1.4rem;
    }
}
@media (max-width: 767px) {
    .page-home .section-1 .box-shadow, .page-about .section-1 .box-shadow {
        margin: 10px;
        padding: 20px 30px;
    }
    .section-2 iframe{
        height: 300px;
    }
    .section-1 .logo{
        width: 55px;
    }
    .section-1 .logo .text-logo{
        font-size: 38px;
        line-height: 55px;
    }
    .page-about .section-1 .box-shadow{
        background-image: url("../img/about/nen-about-1-mobile.png");
    }
    .section-3 .box-content {
        background-size: 1500%;
        background-position-x: -30px;
    }
    .page-home .section-1 .box-shadow {
        background-position-x: -1350px;
        background-position-y: -100px;
        background-size: 1500%;
    }
}
.img-logo{
    height: 69px;
}

@media (max-width: 767px) {
    .img-logo{
        height: 65px;
    }   
}
@media (max-width: 425px) {
    .img-logo{
        height: 42px;
    } 
}
@media (max-width: 320px) {
    .img-logo{
        height: 32px;
    }
    .page-home .section-1 .box-shadow {
        background-position-x: -1225px;
        background-position-y: -100px;
        background-size: 1500%;
    }
}