div.page-content.home div.banners .slick-dots {
    bottom: 15px;
}

div.page-content.home div.banners .slick-dots li {
    width: 12px;
    height: 12px;
}

div.page-content.home div.banners .slick-dots li button {
    width: 12px;
    height: 12px;
}

div.page-content.home div.banners .slick-dots li button:before {
    background: #b4b4b4;
    width: 12px;
    height: 12px;
}

div.page-content.home div.banners .slick-dots li.slick-active button:before {
    background: #ea5541;
}

div.page-content.home div.banners img.d {
    display: block;
}

div.page-content.home div.banners img.m {
    display: none;
}

div.page-content.home div.info {
    background: url('asset/image//home/bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

div.page-content.home div.info > div {
    max-width: 1540px;
    padding: 0px 20px;
    margin: auto;
}

div.page-content.home div.info > div.about {
    max-width: 1200px;
    margin-top: 82px;
}

div.page-content.home div.info div.about > div.title {
    font-size: 40px;
    font-weight: bold;
    color: #ea5541;
    text-align: center;
}

div.page-content.home div.info div.about > div.description {
    font-size: 18px;
    color: #818181;
    max-width: 780px;
    margin: auto;
    margin-top: 30px;
    line-height: 1.5;
    text-align: center;
}

div.page-content.home div.info div.about > div.featured {
    max-width: 1132px;
    margin-top: 40px;
}

div.page-content.home div.info div.about > div.featured div.block {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    text-align: center;
}

div.page-content.home div.info div.about > div.featured div.block > div {
    padding: 40px 20px;
}

div.page-content.home div.info div.about > div.featured div.block > div > img.icon {
    display: block;
    width: 74px;
    margin: auto;
}

div.page-content.home div.info div.about > div.featured div.block > div > div.title {
    font-weight: bold;
    color: #ea5541;
    line-height: 1.5;
    margin-top: 25px;
}

div.page-content.home div.info div.bline {
    background: url('asset/image/home/line.png');
    background-position: center top;
    background-repeat: no-repeat;
    height: 10px;
    margin-top: 72px;
}


div.page-content.home div.info > div.portfolio {
    margin-top: 82px;
}

div.page-content.home div.info div.portfolio > div.title {
    font-size: 40px;
    font-weight: bold;
    color: #ea5541;
    text-align: center;
    text-transform: uppercase;
}

div.page-content.home div.info div.portfolio > div.description {
    font-size: 18px;
    color: #818181;
    max-width: 780px;
    margin: auto;
    margin-top: 30px;
    line-height: 1.5;
    text-align: center;
}

div.page-content.home div.info div.portfolio > div.project {
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

div.page-content.home div.info div.portfolio > div.project div.block {
    display: inline-block;
    width: 25%;
    padding: 30px 15px;
    vertical-align: top;
    text-align: center;
}

div.page-content.home div.info div.portfolio > div.project div.block > div > div.photo {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

div.page-content.home div.info div.portfolio > div.project div.block > div > div.photo img {
    display: block;
}

div.page-content.home div.info div.portfolio > div.project div.block > div > div.title {
    font-weight: bold;
    color: #ea5541;
    line-height: 1.5;
    margin-top: 25px;
}

div.page-content.home div.info div.portfolio > div.project div.block > div > div.sub-title {
    color: #818181;
    line-height: 1.5;
}

div.page-content.home div.info div.portfolio > div.more {
    margin-top: 47px;
    text-align: center;
}

div.page-content.home div.info div.portfolio > div.more > a {
    display: inline-block;
    width: 148px;
    height: 48px;
    font-weight: bold;
    color: #ea5541;
    line-height: 48px;
    border: 2px solid #ea5541;
    border-radius: 24px;
    text-transform: uppercase;
}

div.page-content.home div.contact {
    background: #f2f2f2;
    padding: 70px 20px 80px 20px;
    margin-top: 100px;
}

div.page-content.home div.contact > div {
    max-width: 820px;
    margin: auto;
}

div.page-content.home div.contact > div > div.title {
    font-size: 35px;
    font-weight: bold;
    color: #ea5541;
    text-align: center;
    text-transform: uppercase;
}

div.page-content.home div.contact > div > div.description {
    font-size: 18px;
    color: #818181;
    max-width: 780px;
    margin: auto;
    margin-top: 30px;
    line-height: 1.5;
    text-align: center;
}

div.page-content.home div.contact div.form {
    margin-top: 40px;
}

div.page-content.home div.contact div.form div.row {
    margin-top: 15px;
}

div.page-content.home div.contact div.form div.row-left {
    float: left;
    width: calc((100% - 20px)/2);
}

div.page-content.home div.contact div.form div.row-right {
    float: right;
    width: calc((100% - 20px)/2);
}

div.page-content.home div.contact div.form div.row div.iweb-input {
    width: 100%;
}

div.page-content.home div.contact div.form div.row div.iweb-input input[type="text"] {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-color: #fff;
    border-radius: 20px;
}

div.page-content.home div.contact div.form div.row div.iweb-input textarea {
    width: 100%;
    height: 155px;
    padding-left: 20px;
    padding-right: 20px;
    border-color: #fff;
    border-radius: 20px;
}

div.page-content.home div.contact div.form div.action {
    margin-top: 50px;
    text-align: center;
}

div.page-content.home div.contact div.form div.action > button {
    background: #ea5541;
    display: inline-block;
    color: #fff;
    width: 200px;
    height: 48px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 24px;
}


@media screen and (max-width: 1000px) {
    div.page-content.home div.info div.portfolio > div.project div.block {
        width: 50%;
    }
}

@media screen and (max-width: 800px) { 
    div.page-content.home div.banners img.d {
        display: none;
    }

    div.page-content.home div.banners img.m {
        display: block;
    }
    
    div.page-content.home div.info div.about > div.title {
        font-size: 32px;
    }
    
    div.page-content.home div.info div.about > div.featured div.block {
        width: 50%;
    }
    
    div.page-content.home div.info div.portfolio > div.title {
        font-size: 32px;
    }
    
    div.page-content.home div.contact > div > div.title {
        font-size: 28px;
    }
    
    div.page-content.home div.contact div.form div.row-left {
        float: none;
        width: 100%;
    }
    
    div.page-content.home div.contact div.form div.row-right {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    div.page-content.home div.info div.about > div.featured div.block > div {
        padding: 20px 10px;
    }
    
    div.page-content.home div.info div.portfolio > div.project div.block {
        width: 100%;
    }
}