#bannerHome .modal-content {
    border: 0;
    border-radius: 10px !important
}
#bannerHome .modal-content .modal-body {
    border-radius: 8px;
    position: relative;
    padding: 0;
    overflow: hidden
}
#bannerHome .modal-content .modal-body .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    line-height: 22px;
    border-radius: 100%;
    background: #42aee3;
    color: #fff;
    text-align: center;
    opacity: 1;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .1);
    font-weight: 400;
    font-size: 22px
}
#bannerHome .modal-content .modal-body .close i {
    display: block;
    font-size: 18px
}
#bannerHome .modal-content .modal-body .col-L {
    width: 60%;
    height: 100%;
    overflow: hidden;
    float: left;
    background: #42aee3;
    background: -moz-linear-gradient(-45deg, #42aee3 29%, #006fa6 81%);
    background: -webkit-linear-gradient(-45deg, #42aee3 29%, #006fa6 81%);
    background: linear-gradient(135deg, #42aee3 29%, #006fa6 81%);
    padding: 50px
}
#bannerHome .modal-content .modal-body .col-L img {
    width: 100%;
    height: auto
}
#bannerHome .modal-content .modal-body .col-L button {
    color: #fff;
    border: 0
}
#bannerHome .modal-content .modal-body .col-L p {
    line-height: 18px;
    font-size: 18px;
    margin: 10px 0;
    color: #fff
}
#bannerHome .modal-content .modal-body .col-L span {
    color: #fff;
    line-height: 14px;
    display: block;
    margin: 10px 0;
    font-size: 14px
}
#bannerHome .modal-content .modal-body .col-L h3 {
    margin-top: 20px;
    color: #fff
}
#bannerHome .modal-content .modal-body .col-L .input-group-append, #bannerHome .modal-content .modal-body .col-L .input-group-prepend {
    width: 50%
}
#bannerHome .modal-content .modal-body .col-L .input-group-append button, #bannerHome .modal-content .modal-body .col-L .input-group-prepend button {
    width: 100%;
    border-radius: 4px
}
#bannerHome .modal-content .modal-body .col-L .input-group-append button:first-child:hover, #bannerHome .modal-content .modal-body .col-L .input-group-prepend button:first-child:hover {
    background: 0 0 !important
}

#bannerHome .col-R {
    background: url('../../img/banner-home.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

#bannerHome .modal-content .modal-body .col-R img {
    height: 100%;
    width: auto;
    float: right
}
@media screen and (max-width: 991px) {
	.modal-dialog {
    max-width: 650px;
    margin: 1.75rem auto;
}
	.btn-primary {
    color: #fff;
    background-color: #6a0cbf !important;
}
}
@media screen and (max-width: 769px) {
	/*.modal-content {*/
    /*    background-color: #1381b8;*/
    /*}*/

    .modal-dialog {
            max-width: 80%;
    }
	#bannerHome .modal-content .modal-body .col-L {
        width: 100%;
        margin: 0px 21px;
        height: 100%;
        padding: 20px;
    }
	.form-control {
        height: 57px !important;
        font-size: 15px !important;
    }
}
@media screen and (max-width: 478px) {
	#bannerHome .modal-content .modal-body .col-L img {
        width: 92%;
        margin: 0 auto;
        height: auto;
        padding-bottom: 17px;
    }
}

