#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
}
