/*
Theme Name: Entho Theme
Theme URI: https://entho.net
Author: hatrungdung
Author URI: https://entho.net
Version: 1.0
Text Domain: entho
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
box-sizing: border-box;
}
body, html {
    margin: 0px;
    background: #eee;
	font-family: 'Montserrat', sans-serif
}
h1.entry-title {
    color: #164194;
    text-align: center;
    display: block;
    font-size: 40px;
    margin-bottom: 25px;
    margin-top: 0px;
    text-transform: uppercase;
}
.site-main {
    width: 100%;
    max-width: 900px;
    margin: auto;
    background: #fff;
    margin-top: 30px;
    border: 1px solid #164194;
    margin-bottom: 30px;
}
.content_form {
	padding: 40px;
}
.imgtop img {
    width: 100%;
    height: auto;
}
.wpcf7 .wpcf7-form-control-wrap {
    margin-top: 10px;
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    border: 1px solid #164194;
    outline: 0px;
    padding: 13px 10px;
    margin-bottom: 15px;
    width: 100%;
    background: #164194;
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
}
.right_fff {
    width: calc(50% - 10px);
    float: right;
}
.left_fff {
    width: calc(50% - 10px);
    float: left;
}
.left_fff input, .right_fff input {
    height: 34px;
    width: 100%;
    box-sizing: border-box;
    outline: 0px;
	border: 1px solid #164194;
}
.wpcf7 textarea {
    width: 100%;
    height: 100px;
    outline: 0px;
    border: 1px solid #164194;
}
@media (max-width: 900px) {
	.content_form {
        padding: 10px;
        margin-top: 10px;
        width: 100%;
    }
	.site-main {
    margin-top: 0px;
	}
}

