﻿body {
    background: #FFF;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.txtblack {
    color: #000;
}

header {
    margin: 0 auto;
    height: 120px;
    width: 100%;
    padding: 15px;
}

#logo {
    width: 200px;
    float: left;
    text-align: center;
    margin-top: -5px
}

    #logo img {
        max-width: 200px;
        max-height: 90px;
        text-align: center;
        vertical-align: middle;
    }

#customer {
    float: left;
    line-height: 3;
    margin-left: 30px;
    font-weight: bold;
    text-align: left;
    padding-left: 20px;
    max-height: 100px;
}

#phone {
    float: right;
    width: 305px;
}

#boxPhone {
    padding: 5px;
    text-align: center;
    height: 90px;
}

#txtMsgPhone {
    font-size: 18px;
    text-transform: capitalize;
}

#txtHotLine {
    font-size: 32px;
    font-weight: bold
}

#main_container {
    margin:0 auto;
}

#boxVideo {
    float: left;
    margin-right: 334px;
}

    #boxVideo video {
        width: 100% !important;
        height: auto !important;
    }

#form {
    width: 334px;
    float: right;
    position: absolute;
    right: 0;
}

    #form h2 {
        text-align: center;
        margin-top: 0px;
        font-weight: bold;
        font-size: 27px;
        padding: 20px;
        height: 100px;
    }

    #form input {
        float: left;
        margin-right: 20px;
        color: #000;
        margin-bottom: 10px;
        max-width: 100%;
    }

    #form select {
        max-width: 100%;
    }

.row {
    margin-right: 0px !important;
}

.col-sm-12 {
    padding-right: 7px !important;
}

.input-group {
    width: 100% !important;
}

#footer {
    font-size: 15px;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
}

.btnSendTestDrive {
    margin-top: 20px;
}

#formTestDrive {
    position:absolute;
    width:334px;
    height:300px;
    top:-150px;
    margin-top:50%;
    left:-150px;
    margin-left:-50%;
    border:solid 1px #FFF;
}

.form-control {
    margin-bottom:5px !important;
}

.modal-title {
    font-size: 25px;
    text-align: center;
}

.modal-footer {
    border:none !important;
}

@media only screen and (max-width: 480px) {
    #form {
        height: auto;
        padding: 15px 0px;
        position: inherit !important;
    }

        #form .input-group {
            margin-bottom: 5px;
        }

        #form button {
            margin-top: 5px;
        }

        #form h2 {
            text-align: center;
            margin-top: 0px;
            font-weight: bold;
            font-size: 20px;
        }

    header {
        height: 285px;
        padding: 15px 0px;
    }

    #logo {
        width: 100%;
        text-align: center;
    }

    #customer {
        text-align: center;
        font-size: 20px !important;
        margin: 0 auto;
        width: 100%;
    }

    #phone {
        float: left;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    #boxVideo {
        height: auto !important;
        min-height: inherit;
        width: 100%;
    }

    #footer {
        height: auto;
        padding: 15px 0px;
        width: 100%
    }
}

#success {
    width: 600px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    margin-top: 20%;
    top: -110px;
}

.boxSuccess {
    margin-bottom: 10px !important;
    padding: 40px;
    text-align: center;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    #form {
        height: auto;
        padding: 15px 0px;
        position: inherit !important;
        width: auto;
        width: 100%;
    }

        #form .input-group {
            margin-bottom: 5px;
            width: 100%;
        }

        #form button {
            margin-top: 5px;
        }

        #form h2 {
            text-align: center;
            margin-top: 0px;
            font-weight: bold;
            font-size: 20px;
        }

        #form input {
            width: 100%;
        }

        #form .col-sm-2 {
            width: 100%;
        }

    header {
        height: 195px;
        padding: 15px 0px;
    }

    #logo {
        width: 100%;
        text-align: center;
    }

    #customer {
        text-align: center;
        font-size: 20px !important;
        margin: 0 auto;
        width: 100%;
    }

    #phone {
        float: left;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }

    #boxVideo {
        height: auto !important;
        min-height: inherit;
        width: 100%;
    }

    #footer {
        height: auto;
        padding: 15px 0px;
        width: 100%
    }
}
