.intro-sec-1{
    text-align: center;
}
.intro-sec-1 h4 {
    background-color: #F78716;
    display: block;
    padding: 5px;
    width: 15%;
    margin: 0 auto 10px;
    color: #fff;
    border-radius: 15px;
}
.intro-s2-right {
    margin: auto !important;
}
.intro-s4-left {
    margin: auto !important;
}
.intro-s2-right-textbox p {
    font-size: 20px;
}
.intro-s3 .row{
    padding: 50px;
    background-color: #fff;
    border-radius: 20px;
}
.intro-s4 {
    padding: 30px 0 !important;
}
.intro-itembox {
    padding: 20px;
    text-align: center;
    background-color: #fff;
    min-height: 580px;
    border-radius: 20px;
}
.intro-img {
    padding: 20px;
}
.intro-title {
    min-height: 80px;
}
.intro-s5{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-image: url(/wp-content/uploads/2024/10/bg-intro.png);
    background-repeat: no-repeat;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.intro-s5 .wpcf7 form.sent .wpcf7-response-output{
    color: #fff;
}
.intro-s5 .section-bg.fill {
    background: linear-gradient(90deg, rgba(13, 33, 41, 0.9) 0%, rgba(13, 33, 41, 0.5) 100%);
}
.intro-s5-left{
    margin: auto !important;
}
.intro-s5 p{
    color: var(--white);
}
.intro-s5 h3{
    font-size: 30px;
    color: var(--white);
}
.form-mail button[type="submit"] {
    background-image: url(/wp-content/uploads/2024/10/Frame-51.png);
    background-size: cover;
    width: 50px; /* Chỉnh sửa kích thước */
    height: 50px; /* Chỉnh sửa kích thước */
    border: none;
    cursor: pointer;
    background-color: transparent;
    margin: 0;
}
.form-mail p{
    display: flex;
    align-items: center;
}
.form-mail input {
    margin-bottom: 0;
    margin-left: 10px;
    background-color: transparent !important;
    color: var(--white) !important;
    max-width: 65% !important;
    border-radius: 20px !important;
}


/* Responsive */
@media only screen and (max-width: 767px){
	.intro-sec-1 h4 {
		width: 35%;
	}
	.intro-s2-right-textbox p {
		font-size: 16px;
	}
	.intro-s3 .row{
		padding: 20px;
		margin: 10px;
	}
	.intro-itembox {
		min-height: 500px;
	}
	.form-mail input {
		max-width: 80% !important;
	}
	.intro-s5 .row{
	    padding: 30px 0;
	}
	.intro-s5-right{
		margin: auto;
	}
	.intro-s5 .img{
	    text-align: center;
        width: 70% !important;
	}
	.intro-s5 .intro-s5-right .col-inner{
	    display: flex;
        justify-content: center;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px){
    .intro-sec-1 h4{
        width: 24%;
    }
    .service-s1 p br{
        display: none;
    }
    .faq-s2 .col{
        max-width: 100%;
        flex-basis: 100%;
    }
    .intro-s5 .row{
	    padding: 30px 0;
	    display: flex;
        align-items: center;
	}
	.intro-s5 .row .col{
	    padding-bottom: unset;
	}
}