.breadcrumb{
	padding: 24px 0 20px;
	text-align: right;
	font-size: 16px;
	position: relative;
}
.breadcrumb:before{
	position: absolute;
	height: 4px;
	width: 100%;
	background: url(../images/img6.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: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 25px;
}
.form-style textarea {
    width: 100%;
    background: none;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 25px;
}
.form-style input[type="submit"] {
    border: none;
    background: #020475;
    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*/

/*st1*/
.st1-title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin: 0 0 10px;
    position: relative;
    z-index: 9;
    color: #020475;
    font-family: UTMAvoBold;
}
.st1-heading{
    margin-bottom: 30px;
}
.st1-title b {
    display: inline-block;
    width: 42px;
    height: 2px;
    background: #ffb607;
    margin: 10px;
}
.st1-heading p {
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-style: italic;
}
@media(max-width: 991px){
    .st1-heading{
        margin-bottom: 10px;
    }
    .st1-title{
        font-size: 24px;
    }
    .st1-title b{
        margin: 8px 10px;
    }
}
@media(max-width: 767px){
    .st1-title{
        font-size: 18px;
    }
    .st1-title b{
        display: none;
    }
    .st1-heading p{
        width: 100%;
        text-align: justify;
    }
    .st1-title{
        line-height: 2;
    }
    .st1 .st1-title{
        display: none;
    }
}
/*End st1*/