#page-wrap .contact {
    position: relative;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
}

#page-wrap .contact > div {
    position: relative;
    max-width: 1300px;
	padding: 0 50px;
	padding-bottom: 50px;
	background-image: url(../img/bg-info.png);
    background-position: center top;
    background-repeat: repeat-x;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: auto;
}

#page-wrap .contact .info {
	text-align: center;
	overflow: hidden;
	margin-bottom: 40px;
}

#page-wrap .contact .info .all {
	margin: -22px -75px;
}

#page-wrap .contact .info .all .col {
	display: inline-block;
	position: relative;
	padding: 22px 75px;
	padding-top: 78px;
	vertical-align: top;
}

#page-wrap .contact .info .all .col:before {
	content: '';
	position: absolute;
	top: 22px;
	left: 0;
	width: 100%;
	height: 44px;
	background: url(../img/icon_contact_address.svg) no-repeat center center;
	background-size: 60px;
}

#page-wrap .contact .info .all .col.tel:before {
	background-image: url(../img/icon_contact_phone.svg);
}

#page-wrap .contact .info .all .col.email:before {
	background-image: url(../img/icon_contact_email.svg);
}

#page-wrap .contact .info .all .col.fax:before {
	background-image: url(../img/icon_contact_fax.svg);
}

#page-wrap .contact .info .all .col.full {
	width: 100%;
}

#page-wrap .contact .info .all .col,
#page-wrap .contact .info .all .col a {
	font-size: 16px;
	color: #434343;
	word-break: break-word;
}

#page-wrap .contact .info .all .col a {
	text-decoration: underline;
	text-underline-offset: 1px;
}

#page-wrap .form {
    position: relative;
    background: #e3d7f8;
    padding: 50px 20px;
}


#page-wrap .form .details * {
    font-size: 15px;
    line-height: 20px;
}


#page-wrap .form > div {
    position: relative;
    max-width: 980px;
    margin: auto;
}

#page-wrap .form .title {
    font-size: 24px;
    color: #4f0a65;
}

#page-wrap .form .tip {
    margin-top: 28px;
    padding-bottom: 15px;
}

#page-wrap .form .tip .fill {
    float: left;
}

#page-wrap .form .tip .required {
    float: right;
    color: #e45c8c;
}

#page-wrap .form .tip .error-msg {
    display: none;
    background: #e45c8c;
    float: right;
    color: #fff;
    padding: 0px 10px;
    margin: 0px 20px;
}

#page-wrap .form .row {
    position: relative;
}

#page-wrap .form .row .col {
    position: relative;
    width: 46.95%;
    margin-top: 12px;
    padding-right: 18px;
}

#page-wrap .form .row .col-left {
    float: left;
}

#page-wrap .form .row .col-right {
    float: right;
}

#page-wrap .form .row .col .label {
    display: inline-block;
    width: 82px;
    padding-right: 12px;
    vertical-align: middle;
}

#page-wrap .form .row .col .value {
    display: inline-block;
    width: calc(100% - 82px);
    padding: 3px 0px;
    vertical-align: middle;
}

#page-wrap .form .row .col-right {
    float: right;
}

#page-wrap .form .row .col .required {
    position: absolute;
    top: 12px;
    right: 0px;
    font-size: 15px;
    color: #e45c8c;
}

#page-wrap .form .row .col-full {
    float: none;
    width: 100%;
}

#page-wrap .form .row .col-full .label {
    padding-top: 10px;
    vertical-align: top;
}

#page-wrap .form input[type="text"] {
    font-size: 15px;
    background-color: #efefef;
    width: 100%;
    height: 34px;
    padding-top: 7px;
    padding-left: 20px;
    padding-bottom: 7px;
    padding-right: 20px;
    color: #434343;
    border: 0px;
    line-height: 20px;
}

#page-wrap .form textarea {
    font-size: 15px;
    background-color: #efefef;
    width: 100%;
    height: 124px;
    padding-top: 7px;
    padding-left: 20px;
    padding-bottom: 7px;
    padding-right: 20px;
    color: #434343;
    border: 0px;
    resize: none;
    line-height: 20px;
}

#page-wrap .form .error {
    border: 1px solid #e93a3a!important;
}

#page-wrap .form .action {
    position: relative;
    max-width: 980px;
    margin: auto;
    margin-top: 15px;
    text-align: center;
}

#page-wrap .form .action * {
    font-size: 16px;
}

#page-wrap .form .action .btn{
    position: relative;
    display: inline-block;
    max-width: 380px;
    height: 40px;
    border-radius: 20px;
    background: #e7e7e7;
    margin-top: 15px;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
}

#page-wrap .form .action .btn-1 {
    width: 380px;
}

#page-wrap .form .action .btn-2 {
    width: 200px;
}

#page-wrap .form .action .btn > label {
    position: absolute;
    font-size: 16px;
    top: 0px;
    left: 65%;
    line-height: 40px;
}

#btn-submit {
    position: relative;
    display: block;
    width: 53%!important;
    height: 40px;
    background-color: #e45c8c;
    border: 0px;
    color: #fff;
    font-weight: 500;
    line-height: 40px;
    overflow: hidden;
    border-radius: 20px;
    color: #fff;
    z-index: 1;
    text-align: center;
    cursor: pointer;
}

#btn-submit > img {
    position: absolute;
    display: inline-block;
    top: 12px;
    right: 16px;
    -webkit-animation: 2s moveleft infinite;
    animation: 2s moveleft infinite;
}
#page-wrap .action .g-recaptcha >div{
    margin: auto;
}
#page-wrap .action .button{
    width: 360px;
    margin: 20px auto 0;
    display: flex;
}
#page-wrap .action .button #submit {
    background: #e45c8c;
    width: calc((100% - 10px) / 2);
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 0px;
    cursor: pointer;
    line-height: 40px;
}

#page-wrap .action .button #reset {
    background: #919191;
    width: calc((100% - 10px) / 2);
    height: 40px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 0px;
    cursor: pointer;
    line-height: 40px;
    margin-left: 6px;
}

@-webkit-keyframes moveleft {
    0% { right: 16px; }
    50% { right: 24px; }
    100% { right: 16px; }
}

@keyframes moveleft {
    0% { right: 16px; }
    50% { right: 24px; }
    100% { right: 16px; }
}

#btn-reset {
    display: block;
    background: #919191;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    font-weight: 500;
    color: #fff;
    border: 0px;
    cursor: pointer;
    line-height: 40px;
}

@media only screen and (max-width: 1016px) {
    #page-wrap .contact .info {
		padding-top: 50px;
	}
}

@media only screen and (max-width: 916px) {
    #page-wrap .contact {
        padding-bottom: 50px;
    }
    
    #page-wrap .form .row .col {
        width: 100%;
    }

    #page-wrap .form .row .col-left {
        float: none;
    }
    
    #page-wrap .form .row .col-right {
        float: none;
    }
    
    #page-wrap .form .tip .error-msg {
        display: none!important;
    }
}

@media only screen and (max-width: 516px) {
    #page-wrap .contact {
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
    
    #page-wrap .form {
        padding-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
    
    #page-wrap .form .title {
        font-size: 20px;
    }
    
    #page-wrap .form .row .col {
        padding-right: 0px;
    }
    
    #page-wrap .form .row .col .label {
        display: block;
        width: 100%;
        line-height: 40px;
    }
    
    #page-wrap .form .row .col-full .label {
        padding-top: 0px;
    }
    
    #page-wrap .form .row .col .value {
        display: block;
        width: 100%;
    }

    #page-wrap .form .action * {
        font-size: 15px;
    }
    
    #page-wrap .form .action .btn-1 {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    
    #page-wrap .form .action .btn-2 {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
}