/* Section Introduce */

.section-introduce-contact-us {
    margin-top: 110px;
    background-image: url(../img/bg-section-intro-contact-us.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 135px;
}

.section-introduce-contact-us h3 {
    font-size: 40px;
    font-family: 'UTM-Neo-Sans-Intel-Bold';
    color: #f8b416;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    padding-left: 140px;
    margin-bottom: 25px;
}

.section-introduce-contact-us p {
    font-size: 20px;
    font-family: 'UTM-Caviar';
    color: #000;
    opacity: 0.8;
    padding-left: 140px;
}

.title-section {
    background-image: url(../img/bg-bot-section-intro.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 40px;
}

.title-section h3 {
    font-size: 38px;
    font-family: 'Panton-Bold';
    color: #fff;
    padding-left: 140px;
}

.title-section h3 span {
    font-size: 20px;
    font-family: 'Panton-Light';
    color: #fff;
    opacity: 0.6;
    letter-spacing: 4px;
}

.title-section p {
    font-size: 19.45px;
    font-family: 'Panton-Regular';
    color: #fff;
    padding-left: 170px;
}

.title-section p span {
    font-size: 13.89px;
    font-family: 'Panton-Light';
    color: #fff;
    margin-left: 15px;
    opacity: 0.6;
    letter-spacing: 3px;
}

.title-section p:first-child {
    padding-top: 10px;
}

.content-section {
    margin-top: 40px;
    margin-bottom: 40px;
}

.contact-information {
    font-size: 18px;
    font-family: 'UTM-Caviar';
    color: #000;
    opacity: 0.5;
    text-align: center;
    margin-left: 210px;
    margin-right: 210px;
    margin-bottom: 45px;
}

.title-info-member {
    position: relative;
    clear: both;
}

.title-info-member img {
    float: left;
    margin-top: 20px;
    margin-left: 1px;
    cursor: pointer;
}

.title-info-member h4 {
    font-size: 20px;
    font-family: 'UTM-Neo-Sans-Intel-Bold';
    color: #000;
    opacity: 0.7;
    padding-bottom: 10px;
    padding-left: 20px;
    border-bottom: 1px solid #000;
    margin-left: 25px;
    cursor: pointer;
}

.info-detail {
    display: none;
    width: 100%;
    margin-top: 11px;
}

.information-member p:not(:first-child) {
    font-size: 14px;
    font-family: 'UTM-Caviar';
    color: #000;
    opacity: 0.7;
    padding-left: 45px;
}

.name-contact {
	padding-top:10px;
    font-size: 16px;
    font-family: 'Panton-ExtraBold';
    color: #2086af;
    padding-left: 45px;
    text-transform: uppercase;
}
.name-contact-info {
    font-size: 16px;
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFB90F;
    padding-left: 2px;
    
}
a.name-contact-info:hover {
    font-size: 16px;
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFC125;
    padding-left: 2px;
	text-decoration: underline;   
}


/* Section Other Question */

.header-other-question {
    background-image: url(../img/bg-other-question.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 65px;
}

.header-other-question h3 {
    font-size: 25px;
    font-family: 'Panton-Light';
    color: #fff;
    text-align: center;
}

.header-other-question h3 span {
    font-size: 30px;
    font-family: 'Panton-Bold';
    color: #fff;
}

.content-other-question {
    background-image: url(../img/bg-content-other-question.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 65px;
}

.content-other-question h4 {
    font-size: 30px;
    font-family: 'Panton-ExtraBold';
    color: #4c8eff;
    text-align: center;
    margin-bottom: 45px;
}

.content-other-question h4 span {
    font-size: 40px;
    font-family: 'Panton-Light';
    color: #000;
    opacity: 0.6;
}

.content-other-question p {
    font-size: 18px;
    font-family: 'UTM-Caviar';
    color: #000;
    text-align: center;
    margin-bottom: 35px;
    margin-left: 270px;
    margin-right: 270px;
}

.main-form .style-form {
    margin-top: 30px;
}

.main-form .form-contact .special-input {
    max-width: 308px;
    margin: auto;
    border-bottom: 1px solid #bfc3c5;
}

.main-form .select-info {
    width: 72%;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 15px;
    /* text-align: center;
    text-align-last: center; */
}

.main-form .select-info:focus {
    outline: none;
}

.main-form label,
.main-form input,
.main-form .select-info {
    font-size: 18px;
    font-family: 'UTM-Caviar';
    font-weight: normal;
}

.main-form label {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-form label:hover {
    cursor: pointer;
 }

.main-form input.check_box {
    width: 17px;
    height: 17px;
    border: 3px solid #565353;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    margin-right: 10px;
}

.main-form input.check_box:checked {
    background-color: #002B45;
    border-radius: 2px;
    border: 1px solid #ccc;
    color: black;
    cursor: pointer;
}

.main-form input.check_box:focus {
    outline: 0 none;
}

.main-form .form-contact .input-info {
    outline: none;
    background: none;
    border: none;
}

.main-form .form-contact .special-input input {
    width: 72%;
}

.icon-arrow-down {
    padding-right: 15px;
    background-image: url(../img/icon-arrow-down-in-form.png) !important;
    background-size: 13px !important;
    background-repeat: no-repeat !important;
    background-position-x: right !important;
    background-position-y: 15px !important;
}

.main-form .form-contact .special-input .input-info.icon-arrow-down {
    background-position-y: 10px !important;
}

.main-form .left-side-form {
    padding-left: 15%;
    padding-right: 5%;
}

.main-form .left-side-form ul li {
    border-bottom: 1px solid #bfc3c5;
    margin-bottom: 20px;
}

.main-form .left-side-form ul li .input-info {
    width: 65%;
}

.main-form .right-side-form {
    margin-top: -18px;
    padding-right: 15%;
    padding-left: 5%;
}

.main-form .right-side-form .message-customer li {
    border-bottom: 1px solid #bfc3c5;
    height: 50px;
}

.main-form .right-side-form .message-customer li.icon-arrow-down {
    background-position-y: 30px !important;
}

.main-form .right-side-form .message-customer li label {
    position: absolute;
    top: 5%;
    vertical-align: top;
}

.main-form .right-side-form .message-customer textarea {
    font-size: 18px;
    font-family: 'UTM-Caviar';
    font-weight: normal;
    width: 100%;
    text-indent: 80px;
    line-height: 50px;
}

.btn-send-msg {
    display: inline-block;
    position: relative;
    font-family: Panton-Bold;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    background-color: #e5b128;
    border: 1px solid #e5b128;
    border-radius: 35px;
    padding: 10px 25px 5px 25px;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-send-msg:hover {
    background-color: #333;
    opacity: 0.5;
    border: 1px solid #fff;
    color: #1c9ccf;
}
