﻿body {
    background-color: #fff;
    font-family: Open Sans, sans-serif;
}

.form-control {
    margin-bottom: 13px;
    background-color: #e6e9ea;
    color: #333;
}
.paddingL0 {padding-left: 0px !important;}
.paddingR0 {padding-right: 0px !important;}
.paddingT30 {padding-top: 30px !important;}
.paddingT50 {padding-top: 50px !important;}
.paddingT200 {padding-top: 200px !important;}

.inputerror {border: solid 2px #C33; background-color: #FEE; color: #000;} 

/*c) font */
.la {
    font-family: Lato;
}

.ro {
    font-family: Roboto;
}

a {
    color: #0f2724;
}

    a:hover {
        color: #0a6d62;
        text-decoration: underline;
    }

.divLicence {
    background-color: #d8f1ed;
    height: 28px;
}

    .divLicence .top_licence {
        padding-top: 4px;
    }

    .divLicence span {
        color: #073741;
        font-size: 12px;
    }

.divNav {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding-top: 30px
}

    .divNav > .container {
    }

    .divNav ul {
        list-style: none;
        display: inline-block;
        width: 100%;
    }

        .divNav ul > li {
            display: inline-block;
        }

    .divNav .btn_top {
        background-color: #164040;
        margin-left: 15px;
        color: #fff;
        border-radius: 50px;
        border: 0;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

        .divNav .btn_top:hover {
            background-color: #00d8d8;
            color: #164040;
        }

.divHeader {
    width: 100%;
}

    .divHeader .top_title {
        position: absolute;
        padding-top: 200px;
    }

        .divHeader .top_title ul {
            margin: 20px 0 30px 0;
            padding: 0;
        }

            .divHeader .top_title ul li {
                display: inline-block;
                font-size: 25px;
                color: #00a384;
                padding-left: 5px;
            }

            .divHeader .top_title ul li:before {
                
            }

            .divHeader .top_title ul li:last-child {
                margin-left: 60px;
            }

        .divHeader .top_title {
            clear: both !important;
        }

            .divHeader .top_title .btn_callnow {
                display: block;
                clear: both;
                padding: 10px 25px;
                border-radius: 50px;
                background-color: #00bc89;
                color: #fff;
                font-size: 24px;
                border: 0;
            }

                .divHeader .top_title .btn_callnow:hover {
                    color: #fff;
                    background-color: #233e98;
                }

    .divHeader .title_text p {
        text-transform: uppercase;
        font-size: 60px;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: -3px;
    }

        .divHeader .title_text p.color01 {
            color: #00a384;
        }

        .divHeader .title_text p.color02 {
            color: #1f545f;
        }

        .divHeader .title_text p.color03 {
            color: #809194;
        }

    .divHeader .top_img > img {
        position: relative;
        /* overflow: hidden; */
        /* background-repeat: no-repeat; */
        width: 100%;
        left: 15%;
        z-index: -999;
    }      

.divContents {
    display: block;
}

    .divContents .mised_text {
        background-image: url('../images/owelv_dont_imgbg.png');
        background-repeat: no-repeat;
        background-position: center 250px;
        background-size: contain;
        padding: 3rem 0;
        margin-top: 150px;
        text-align: center;
    }

    .divContents .mised_des {
        margin: 0 auto;
        margin-top: 30px;
        color: #666;
        font-size: 18px;
        width:90%;
    }

    .divContents h2 {
        color: #0a3b36;
        font-weight: bold;
        font-size: 40px;
        text-transform: uppercase;
    }

    .divContents h2.mised-badge:before {
        content: url(../images/owelv_img_title.png);
        position: relative;
        left: 180px;
        top: -40px;
    }

.divPrograms {
    margin-top: 60px;
}

    .bg_circle_l {
        position: absolute;
        width: 100%;
        height: 110%;
        /* padding: 50px 0; */
        margin-bottom: 70px;
        background-image: url(../images/bg_img01.png);
        background-repeat: no-repeat;
        background-position: -600px 50px;
        z-index: -999;
    }

    .divPrograms .list {
        display: inline-block;
        width: 100%;
    }

        .divPrograms .list .list_image {
            text-align: center;
        }

        .divPrograms .list .list_contents {
            margin-top: 120px;
        }

            .divPrograms .list .list_contents .title {
                font-size: 32px;
                font-weight: 600;
            }

            .divPrograms .list .list_contents p {
                font-size: 18px;
            }
            
.captcha {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

    .captcha p {
        line-height: 30px;
        color: #a2a3a5;
        text-align: center;
        margin-bottom: 0;
    }

    .captcha .number {
        margin-top: 12px;
        text-align: center;
    }

    .captcha input {
        width: 97%;
        padding: 2px;
        border: 1px solid #ccc;
        text-align: center;
        font-size: 22px;
        margin-top: 5px;
    }

    .captcha .captcha_logo {
        margin-bottom: 10px;
    }

    .captcha .col-lg-10 .col-12 .col-sm-10,
    .captcha .col-lg-2 .col-sm-2 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .captcha div:last-child {
        text-align: center;
        margin-top: 5px;
    }   

.divFooter {
    margin-bottom: 50px;
}

    .bg_circle_r {
        margin: 0;
        position: absolute;
        overflow: hidden;
        width: 56%;
        height: 120%;
        left: 47%;
        top: 2196px;
        background-image: url(../images/bg_img02.png);
        background-repeat: no-repeat;
        z-index: -999;
        float: right !important;
    }

    .divFooter .callus {
        margin: 60px 0;
    }

        .divFooter .callus .text {
            margin: 40px 0 20px 0;
            font-size: 20px;
        }

        .divFooter .callus .number {
            padding-top: 15px;
            font-size: 30px;
            font-weight: bold;
            color: #004c3e;
        }


    .divFooter .energy {
        margin: 0;
        width: 100%;
        /*height:350px;*/
        border-radius: 210px;
        background-image: linear-gradient(#29f19c, #01e2ca);
        overflow: hidden;
        text-align: center;
    }

        .divFooter .energy .title {
            text-align: center;
        }

        .divFooter .energy .contents {
            margin: 30px 0 60px 0;
        }
        

        .divFooter .energy .energy_box {
            margin: 0 auto;
            width: 70%;
            min-height: 200px;
            padding: 1.2rem;
            background-color: #fff;
            border-radius: 10px;
            text-align: center;
            box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.1), 0 0 30px 0 rgba(0, 0, 0, 0.1);
        }

            .divFooter .energy .energy_box img {
                margin: 30px 0 20px 0;
            }

            .divFooter .energy .energy_box p {
                margin-top: 15px;
                font-size: 20px;
                color: #333;
            }

                .divFooter .energy .energy_box01 {
                    float: right;
                }

                .divFooter .energy .energy_box02 {
                    float: left;
                }

            .divFooter .energy .textcenter {
                line-height: 30px;
                height: 200px;
            }

            .divFooter .energy .textcenter p {
                font-size: 40px;
                font-weight: 700;
                color: #162b29;
                display: inline-block;
                vertical-align: middle;
                margin-top: 25px;
            }

            .divFooter .energy .textcenter .now_title {
                font-size: 30px;
                color: #0c766b;
                display: inline-block;
                vertical-align: middle;
                margin-top: 20px;
            }

            .divFooter .energy .textcenter span {
                font-size: 16px;
                line-height:20px;
                color: #0c766b;
                display: inline-block;
                vertical-align: middle;
            }

        .divFooter .energy .energy_title {
            padding: 40px 0 0 0;
            font-size: 40px;
            font-weight: 700;
            color: #0a3b36;
            text-transform: uppercase;
        }

        .divFooter .energy .energy_des {
            font-size: 25px;
        }

    .divFooter .footer {
        margin-top: 40px;
        margin-bottom: 40px;
    }

        .divFooter .footer .contact {
            left: 470px;
        }

            .divFooter .footer .contact .form {
                /*width: 30%;*/
                padding: 35px;
                background-color: #fff;
                border-radius: 10px;
                box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.5);
            }

            .divFooter .footer .contact .form > table {
                width: 100%;
            }

            .divFooter .footer .contact .form > table .btn-default:hover {
                background-color: #233e98;
                color:#fff;
            }

        .form_btn {
            width: 100%;
            border-radius: 50px;
            border: 0;
            padding: 12px 0;
            color: #fff;
            background-color: #0a6d62;
        }

        .divFooter .footer .footer_text {
            margin-top: 80px;
            text-align: center;
        }

            .divFooter .footer .footer_text ul {
                list-style: none;
                float: right;
                margin-top: 15px;
                margin-right: 190px;
                text-align: left;
            }

            .divFooter .footer .footer_text p {
                padding: 40px 0;
                clear: both;
                text-align: center;
            }
