.breadcrumb{
    padding: 24px 0 20px;
    text-align: right;
    font-size: 16px;
    position: relative;
}
.breadcrumb:before{
    position: absolute;
    height: 4px;
    width: 100%;
    background: url(../images/img1.jpg) no-repeat center;
    background-size: cover;
    content: "";
    top: 0;
    left: 0;
}
.breadcrumb ol{
    margin-bottom: 0;
}
.breadcrumb a{
    color: #000;
}
.breadcrumb a:hover{
    color: #18aa60;
}
.breadcrumb .breadcrumb_last{
    font-weight: bold;
}

/*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: #0092ce;
    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;
}
.map{
    margin-bottom: 40px;
}
.contact-page .st2-heading{
    margin-bottom: 50px;
}
.cp-top a{
    color: #000;
}
.cp-top a:hover{
    color: #18aa60;
}
@media(max-width: 767px){
    .title-contact{
        font-size: 40px;
    }
    .bk-contact{
        height: 70vh;
    }
    .title-contact-form{
        font-size: 18px;
        margin: 20px 0px;
    }
    .contact-form-inner{
        padding: 0px;
    }
    .map{
        margin-bottom: 0;
    }
    .contact-page .st2-heading{
        margin-bottom: 20px;
    }
}
/*End lienhe*/