/* contact */
.contact-center{
    margin: 55px auto;
    width: 1024px;
}
.contact-center h4, .contact-center h2{
    color: #263c90;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 1em;
}
.contact-center label, .contact-center p{
   margin-top: 0;
   margin-bottom: 1rem;
   display:block;
}
.contact-center p a{
	color:#263c90;
}
.map{
    width: 70%;
    height: 476px;
    float: left;
}
.address_detail{
    padding: 20px 30px;
    height: 476px;
    width: 30%;
    float: left;
    background-color: #263c90;
    color: #FFF;
    margin-bottom: 50px;
}
.address_detail h6{
    font-size: 22px;
    border-bottom: 1px #3fbcaf solid;
    padding-bottom: 20px;
}
.address_detail > div{
    border-bottom: 1px #3fbcaf solid;
    font-size: 14px;
    padding: 20px 0;
}
.address_detail > div a {
    border-bottom: 1px #FFF solid;
}
.address_detail > div:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.address_detail > div > p{
    color: #ffc52b;
    font-size: 16px;
    line-height: 20px;
}

#salesforce-contact-us-form, #block-webform-2{
    width: 768px;
    margin: auto;
}
.tip{
    color: #3fbcaf;
    font-size: 16px;
    font-weight: bold;
}

/* form select */
.contact-us-form-field-wrapper{
    display: block;
    height: auto;
    width: 100%;
    clear: both;
}
.contact-us-form-field-wrapper input.form-control{
    height: 50px;
}
.contact-us-form-field-wrapper .dropdown-toggle,
.contact-us-form-field-wrapper .form-control,
.contact-us-form-field-wrapper .form-control::placeholder{
    font-size: 14px;
}
.contact-us-form-field-wrapper .form-control{
    border: 1px solid #DEE3E5;
    margin-bottom: 20px;
}

.contact-us-form-field-wrapper .form-control::placeholder,
.contact-us-form-field-wrapper .bootstrap-select>.dropdown-toggle.bs-placeholder{
    color: #9BA7AC;
}
.contact-us-form-field-wrapper.half_part_l{
    width: 370px;
    float: left;
    clear: none;
}
.contact-us-form-field-wrapper.half_part_r{
    width: 370px;
    float: right;
    clear: none;
}
.contact-us-form-field-wrapper .dropdown-toggle{
    border-radius: 6px;
    width: 370px;
    height: 50px;
    line-height: 37px;
    background-color: #ffffff00;
    border-color: #DEE3E5;
    margin-bottom: 20px;
}
.contact-us-form-field-wrapper .dropdown-menu .inner{
    width: 370px;
    overflow: hidden;
}
.contact-us-form-field-wrapper .bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
    box-shadow: none;
}
.contact-us-form-field-wrapper .btn-light.dropdown-toggle, 
.contact-us-form-field-wrapper .show>.btn-light.dropdown-toggle{
    border-color: #DEE3E5;
}
.contact-us-form-field-wrapper .bootstrap-select .dropdown-toggle::after{
    border-top: .3em solid #3fbcaf;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.contact-us-form-field-wrapper.show>.btn-light.dropdown-toggle{
    background-color: #ffffff00;
}
.contact-us-form-field-wrapper .dropdown-item.active, .contact-us-form-field-wrapper .dropdown-item:active{
    background-color: #263c90;
    color: #ffc52b;
}
.contact-us-form-field-wrapper .bootstrap-select .dropdown-menu li a span.text{
    text-transform: uppercase;
}
/* form select */
.pics span{
    color: #263c90;
}
.pics, .form-check-label{
    font-size: 13px;
}
#capatcha{
    width: 100%;
    text-align: center;
    margin: 50px auto;
}
.g-recaptcha{
    display: inline-block;
}
.fix_pos, .cus_checkbox{
    display: inline-block;
    width: 20px;
    height: 20px;
    outline: 1px #fafafa solid;
    vertical-align: middle;
    position: relative;
}
.fix_pos{
    margin-right: 5px;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}
.fix_pos+label{
    margin-right: 25px;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}
.fix_pos+label:last-child{
    margin-right: 0;
}
.cus_checkbox+span{
    display: inline-block;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    background-color: #FFF;
    position: absolute;
    left: -1px;
    top: -1px;
    pointer-events: none;
    background-size: 70% auto;
    border: 1px #DEE3E5 solid;
    border-radius: 2px;
}
.cus_checkbox:checked{
    outline: 1px #DEE3E5 solid;
    border-color: #DEE3E5;
}
.cus_checkbox:checked+span{
    background-image: url(../icon/ico_tick.svg);
}
.fix_pos.hide, .fix_pos.hide~label{
    opacity: 0;
    pointer-events: none;
}
.error_msg{
    color: red; 
    font-size: 14px; 
    display:none;
}
.fix_pos2{
    position: relative;
}
.label_tip{
    background-color: transparent;
    position: absolute;
    left: 10px;
    top: 8px;
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    font-size: 16px;
    line-height: 20px;
    pointer-events: none;
    transform-origin: left top;
    padding: 0 10px;
    color: #263c90;
}
.showLabel .label_tip{
    opacity: 1;
    background-color: #FFF;
    transform: scale(0.8) translate(0px, -20px);
}
.countrypicker{
    position: relative;
}
.countrypicker+.label_tip{
    z-index: 2;
}
.countrypicker > .dropdown-menu{
    max-height: 50vh !important;
}
/* contact */


@media (max-width: 1024px){
    /* contact */
    .contact-center{
        margin: 25px auto;
        width: 92%;
    }
    .contact-center h4 {
        font-size: 24px;
        margin-bottom: 0.6em;
    }
    .map {
        width: 100%;
        height: 300px;
    }
    .address_detail {
        padding: 20px 16px;
        height: auto;
        width: 100%;
    }
    .address_detail{
        margin-bottom: 25px;
    }

    #salesforce-contact-us-form, #block-webform-2,
    .contact-us-form-field-wrapper.half_part_l,
    .contact-us-form-field-wrapper.half_part_r {
        width: 100%;
    }
    .contact-us-form-field-wrapper .bootstrap-select,
    .contact-us-form-field-wrapper .dropdown-toggle,
    .contact-us-form-field-wrapper .bootstrap-select .dropdown-menu{
        width: 100% !important;
    }
    
    .fix_pos, .cus_checkbox {
        width: 25px;
        height: 25px;
    }
    .fix_pos+label {
        margin-right: 20px;
        margin-top: 22px;
    }
    .fix_pos:nth-child(1)+label {
        margin-right: 0px;
        width: calc(100% - 40px);
        vertical-align: middle;
        margin-top: 2px;
    }
    /* contact */ 
}

.contact-us-form-field-wrapper .warning{
    border: 1px solid red!important;
}

.form-item-if-you-agree-to-receive-our-future-communications-please-check-t {font-size:13px;margin-bottom:20px;}
/* .form-check-label.js-form-type-processed-text{width:calc(100% - 45px);float:right;} */