
/*lienhe*/
.cp-top{
    margin-bottom: 20px;
}
.title-contact-form{
    margin: 0px 0px 30px;
    font-size: 16px;
    color: #f44336;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}
.contact-form-inner{
    width: 100%;
}
.form-style input {
    width: 100%;
    float: left;
    height: 42px;
    background: none;
    border: none;
    border-bottom: 1px dotted #525252;
    padding: 10px 0;
    font-size: 15px;
    margin-bottom: 25px;
}
.form-style textarea {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px dotted #525252;
    padding: 10px 0;
    font-size: 15px;
    margin-bottom: 25px;
}
.form-style input[type="submit"] {
    border: none;
    background: #c4161c;
    color: #fff;
    width: 100px;
    margin: 0px auto 15px;
    float: initial;
    transition: all 0.3s;
    display: block;
    text-transform: uppercase;
}
.form-style input[type="submit"]:hover{
    background: #34a226;
}
.contact-page .des-content{
    font-size: 16px;
}
.contact-page .des-content p{
    margin-bottom: 15px;
    display: flex;
    gap: 0 16px;
}
.contact-page .des-content p img{
	width: 25px;
	height: 25px;
}
.cp-top a{
    color: #000;
}
.cp-top a:hover{
    color: #c4161c;
}
.map{
    margin-bottom: 40px;
}
@media(max-width: 767px){
    .contact-form-inner{
        padding: 0px;
    }
    .map{
        margin-bottom: 20px;
    }
    .title-contact-form{
        margin: 20px 0 15px;
    }
}
/*End lienhe*/