body {
    width: 100%;
    display: block;
    font-family: 'Roboto', arial, helvetica;
    height: 100%;
    color: white;
}

.layout-1 {
    height: 100%;
    min-height: 100%;
    background: transparent url("../img/l1-bg.jpg") no-repeat scroll center 0;
    padding-bottom: 15px;
}

.section-wrapper {
    margin: 0 auto;
    display: block;
    position: relative;
    max-width: 1024px;
}

.s1-head {
    text-align: center;
    position: relative;
    display: block;
}

.logo {
    padding-top: 10px;
    display: inline-block;
}

.like-box {
    position: absolute;
    top: 25px;
    right: 0;
}

.s1-content-title {
    text-align: center;
}

.s1-content-title .title-1 {
    text-align: left;
    font-family: 'Sunn Pro Light', arial, helvetica;
    font-size: 44px;
}

.s1-content-title h1 {
    font-family: "UTM Bebas", "Roboto Condensed", Tahoma, arial, sans-serif;
    font-size: 50px;
    color: #fcff00;
    margin: 0px;
}

.s1-content-title h2 {
    font-family: 'Sunn Pro Light', arial, helvetica;
    font-size: 42px;
    text-transform: uppercase;
}

.l1-sect-2 {
    font-family: 'Roboto', tahoma, arial, sans-serif;
    font-weight: 100;
    margin-top: 30px;
}

.s2-left {
    width: 50%;
    float: left;
}

.s2-left .reason {
    max-width: 490px;
    margin: 0 auto;
}


.reason-content {
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-top: 15px;
    text-align: center;
}

.reason-content .rc-title {
    text-align: center;
    font-size: 22px;
    padding-bottom: 4px;
    border-bottom: 1px solid white;
    display: inline-block;
}

.reason-content .rc-list {
    text-align: left;
    list-style: none;
    font-size: 16px;
    padding-left: 15px;
}

.reason-content .rc-list li {
    margin: 15px 0;
}
.reason-content .rc-list li i {
    margin-right: 10px;
    font-size: 12px;
}

.s2-right {
    width: 50%;
    float: left;
    padding-left: 30px;
    position: relative;
}

#reg-form {
    display: block;
    text-align: center;
    padding-top: 15px;
    min-height: 200px;
    width: 100%;
    background-color: transparent;
    border-radius: 6px;
    font-family: 'Roboto', arial, helvetica;
    max-width: 260px;
    margin: 74px auto 0;
    position: relative;
}

#reg-form:before {
    position: absolute;
    content: '';
    top: -55px;
    right: 0;
    z-index: 10;
    background: transparent url("/su-kien/dang-ky-nhan-de-minh-hoa/img/arror.png") no-repeat scroll 0 0;
    width: 57px;
    height: 80px;
}

#reg-form:after {
    position: absolute;
    content: '';
    bottom: 10px;
    right: -100px;
    z-index: 10;
    background: transparent url("/su-kien/dang-ky-nhan-de-minh-hoa/img/clock.png") no-repeat scroll 0 0;
    width: 52px;
    height: 90px;
}

.count-records {
    font-family: 'Sunn Pro Light', arial, helvetica;
    font-size: 32px;
    margin-bottom: 10px;
}

.count-records span  {
    font-family: 'UTM Bebas', arial, helvetica;
    font-size: 34px;
    color: #fcff00;
}

.form-title {
    font-size: 16px;
    font-weight: 100;
}

.form-element {
    margin: 10px 0;
}

.form-element input {
    padding-left: 40px;
    height: 30px;
    line-height: 30px;
    width: 260px;
    border-radius: 6px;
    border: 1px solid white;
    background-color: transparent;
    font-size: 18px;
}

.form-element input.input-half {
    width: 120px;
    margin-right: 10px;
    padding-left: 0px;
    text-align: center;
}

.form-element input.input-half:last-child {
    margin-right: 0px;
}

.submit-form {
    height: 32px;
    line-height: 32px;
    border: none;
    box-shadow: 0 4px 0 0 #00a651;
    background-color: #00c05d;
    width: 140px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-family: 'UTM Bebas' , arial, helvetica;
    font-size: 20px;
}

.bootstrap-dialog {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.bootstrap-dialog .modal-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #337ab7;
    text-align: center;
}

.bootstrap-dialog .modal-title {
    color: #fff;
    display: inline-block;
}

.bootstrap-dialog .modal-body {
    color: #000000;
}
.bootstrap-dialog a {
    color: #000000;
}

.modal-message {
    text-align: center;
}

.error.error-message {
    color: red;
    font-weight: normal;
    font-style: italic;
    margin: 5px 0 0;
    font-size: 12px;
}

.input-control.error {
    border-color: red;
}

.form-element {
    position: relative;
}

.error-message {
    position: absolute;
    top: -4px;
    left: 106%;
    display: block;
    background: white;
    width: 200px;
    border: 1px solid #ccc;
}

.input-control.valid {
    border-color: #398439;
}

.error-container {
    display: block;
    position: relative;
    padding: 10px;
}

.error-container:before {
    position: absolute;
    width: 0;
    height: 0;
    top: 3px;
    right: 100%;
    z-index: 1;
    content: '';
    border-top: 10px solid transparent;
    border-right: 14px solid #ccc;
    border-bottom: 10px solid transparent;
}

.error-container:after {
    position: absolute;
    z-index: 2;
    width: 0;
    height: 0;
    top: 3px;
    right: 100%;
    content: '';
    margin-top: 1px;
    border-top: 9px solid transparent;
    border-right: 13px solid white;
    border-bottom: 9px solid transparent;
}

.h-line  {
    height: 4px;
    background-color: #74898b;
}

#successModal .modal-dialog {
    max-width: 600px;
}

#successModal .modal-body {
    position: relative;
    padding: 30px;
    background: transparent url("/su-kien/dang-ky-nhan-de-minh-hoa/img/popup-bg.jpg") no-repeat scroll center 0;
    min-height: 300px;
}

#successModal .modal-body .close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 16px;
    right: 15px;
}

#successModal .message img {
    float: left;
    padding: 26px 30px;
}
#successModal .message .mc {
    padding-top: 40px;
    font-weight: 700;
    font-size: 18px;
}

#successModal .cta {
    font-family: "Roboto Condensed", "Roboto", Tahoma, arial, sans-serif;
    color: #fcff00;
    font-size: 18px;
    margin-bottom: 25px;
    text-align: center;
}

.h-dash-line  {
    height: 0px;
    border-bottom: 4px dashed #74898b;
}

a.submit-form {
    position: absolute;
    left: 50%;
    bottom: 18px;
    text-align: center;
    margin-left: -70px;
    border-radius: 6px;
}

.modal-backdrop.in {
    opacity: 0.9;
}

#footer {
    display: none;
}

@media only screen and (max-width: 480px) {

    .s1-head {
        text-align: left;
    }

    .logo {
        margin-left: 10px;
    }

    .layout-1 {
        padding: 0 10px;
        background: transparent url("../img/l1-bg.jpg") repeat-y scroll center 0;
    }


    .l1-sect-2 {
        margin-top: 10px;
        margin-left: -10px;
        margin-right: -10px;
    }

    .reason-content {
        border-left: none;
        border-right: none;
        border-radius: 0;
        border-top-width: 2px;
        border-bottom-width: 2px;
        padding: 15px;
    }

    .reason-content .rc-title {
        font-size: 26px;
    }

    .reason-content .rc-list {
        font-size: 18px;
        padding-left: 0;
        text-align: justify;
    }

    .s1-content-title {
        margin-top: 20px;
    }

    .s1-content-title h1 {
        font-size: 28px;
    }

    .s1-content-title .title-1 {
        font-size: 36px;
        text-align: center;
    }

    .lightbug {
        text-align: center;
    }

    .s1-content-title h2 {
        font-size: 25px;
        margin: 10px 0;
    }

    .s2-left {
        float: none;
        width: 100%;
    }

    .s2-right {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    #reg-form {
        margin:50px auto 70px;
    }

    #reg-form:before {
        right: 50%;
        margin-right: -28px;
        top: -70px;
    }

    #reg-form:after {
        bottom: -120px;
        right: 50%;
        margin-right: -26px;
    }


    #successModal .modal-body {
        background: transparent url("/su-kien/dang-ky-nhan-de-minh-hoa/img/popup-bg.jpg") repeat-y scroll center 0;
    }

    #successModal .message img {
        float: none;
        display: none;
    }


    #successModal .message .mc {
        padding-top: 24px;
        text-align: center;
    }

    .error-message {
        position: relative;
        top: 0;
        left: auto;
        background: none;
        width: auto;
        border: none;
    }

    .error-container {
        padding: 0;
    }

    .error-container:before, .error-container:after {
        display: none;
    }

    #footer {
        display: block;
        width: 100%;
        position: relative;
        padding: 60px 10px 20px;
        text-align: center;
        font-family: 'Roboto Condensed', arial, helvetica;
        font-size: 16px;
        margin-top: 30px;
        color: white;
    }

    #footer .company {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 2px solid white;
        display: inline-block;
    }

    .address {
        margin-bottom: 10px;
    }
}