.header-nav-main > #menu-item-337 > .sub-menu {
	display: flex;
    justify-content: center;
    height: max-content;
	gap: 30px;
} 
.header-nav-main > #menu-item-337 > .sub-menu > .menu-item {
	width: 25%;
}
.header-nav-main > #menu-item-337 > .sub-menu > .menu-item >.sub-menu > .menu-item{
	font-size: 14px;
	text-wrap: wrap;
}
.footer-ct .sticky-ct > .col-inner {
	padding: 30px; 
	border-radius: 12px;
	overflow: hidden;
}
.footer-ct .sticky-ct > .col-inner:before {
	content:"";
	    background-color: var(--fs-color-secondary);
    background-image: url(/wp-content/uploads/2023/01/pattern-4.png);
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
}
.footer-ct .sticky-ct > .col-inner:after {
	content:"";
	background-image: url(/wp-content/uploads/2025/03/pattern-4.webp);
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
}
.footer-ct .sticky-ct .button {
	margin: 0;
	background: #191919 !important;
	z-index:1;
}
.footer-ct .sticky-ct p {
	margin: 0;
}
.footer-ct ul {
	display: flex; 
	flex-direction: column;
	margin: 0;
	list-style: none;
	gap: 10px;
}
.footer-ct ul li {
	margin: 0 !important;
}
.footer-ct .email-form > p{
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
}
.footer-ct .email-form button,.footer-ct .email-form input {
	margin: 0;
	height: 40px;
	border: none;
}
.footer-ct .email-form button {
	padding: 0 15px;
	background: var(--primary-color);
}
.footer-ct .wpcf7 .wpcf7-not-valid-tip {
	display: none !important;
}

.breadcrumb-heading, .breadcrumb-subtitle-block {
    text-align: center;
}
.ct-contact-title {
    font-size: 1.6em;
    line-height: 1.3;
    color: #fff;
    font-weight: 600;
}
.ct-breadcrumb {
    text-align: center;
    padding: 60px 0 ;
    background-image: url(/wp-content/uploads/2023/01/bread-bg-1.jpg);    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
}
.ct-breadcrumb:after {
	background: #003E4DB3;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	content:"";
}

.ct-breadcrumb * {
    color: #fff;
	position: relative;
	z-index:1;
}

.ct-breadcrumb a {
    color: var(--fs-color-secondary);
}

.ct-breadcrumb a:hover {
    color: #fff;
}

.ct-breadcrumb h1 {
    font-size: 2.8rem;
}


.footer-ct .wpcf7-form{
	margin: 0;
}
.footer-ct .wpcf7-form > p {
	display: flex;
	margin: 0;
}
/* Style cho trường Email */
.footer-ct .wpcf7-form input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background: #084e62;  /* Màu nền tối như trong ảnh */
    border: none;
    margin: 0;
}

/* Style cho nút gửi */
.custom-submit-button {
    background-color: #4CAF50;  /* Màu xanh lá cây */
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	    margin: 0;
}

/* Chỉnh sửa hover hiệu ứng cho nút gửi */
.custom-submit-button:hover {
    background-color: #45a049;
}


@media (max-width: 849px) {
    .ct-breadcrumb h1 {
        font-size: 2.1rem;
    }
}
@media(max-width: 549px) {
	.footer-ct .sticky-ct .btn-ct > .col-inner {
		text-align: center;
	}
	.ct-breadcrumb {
        padding: 30px 0;
    }
    .ct-breadcrumb h1 {
        font-size: 1.6rem;
    }
}