/*
Theme Name: Edu
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

.newsletter-inline {
    display: flex;
    gap: 10px;
    align-items: stretch; /* cho 2 phần cao bằng nhau */
	margin-bottom: 10px;
}

/* Ô email theo chiều cao của nút Flatsome (~42–45px) */
.newsletter-inline input[type="email"] {
    flex: 1;
    height: 45px; /* chuẩn chiều cao button của Flatsome */
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-sizing: border-box;
    margin: 0 !important;
}

/* Nút Flatsome sẽ tự cao theo theme, chỉ cần fix margin */
.newsletter-inline input[type="submit"] {
    margin: 0 !important;
    height: 45px; /* ép cùng chiều cao để thẳng hàng */
    line-height: 45px; /* canh chữ giữa */
    padding: 0 20px;
    white-space: nowrap;
}
/*  Product categories màu text*/
.product-cat-text h5{
	color: #119bf7;
}
/* bo góc hính illustrator */
.illustrator-col .img-inner{
	border-radius:10px;
}

/* căn phải báo giá */
.mo-hinh-hoc .item_1 {
    float: right;
}

/* footer text color */
.footer-menu-text{
	color: #c0c0c0;
}
.footer-menu-text a:hover {
    color: #119bf7 !important;
}

/*  Trang chi tiết sản phẩm */
/*  Nằm ở CSS bổ sung */

/*  Trang liên hệ */
.contact-wrapper {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.contact-title {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #0a4b78;
}

.contact-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
    background: #fff;
    border: 1px solid #dcdcdc;
}

.contact-table th {
    width: 160px;
    text-align: left;
    padding: 12px;
    background: #f1f7fb;
    border: 1px solid #dcdcdc;
    font-weight: bold;
    color: #222;
}

.contact-table td {
    padding: 12px;
    border: 1px solid #dcdcdc;
    color: #333;
}

.contact-table a {
    color: #0073aa;
    text-decoration: none;
}

.contact-table a:hover {
    text-decoration: underline;
}

.map-title {
    margin-top: 25px;
    font-size: 22px;
    font-weight: bold;
    color: #0a4b78;
}

.map-box {
    width: 100%;
    height: 350px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
}

.map-box iframe {
    width: 100%;
    height: 100%;
}
/*  mục website nổi bật*/
.popular-websites {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0;
}

.website-btn {
    display: inline-block;
    padding: 12px 24px;
    background: transparent;
    color: var(--primary-color, #446084) !important;
    border: 2px solid var(--primary-color, #446084);
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Hover effect */
.website-btn:hover {
    background-color: var(--primary-color, #446084);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Active state */
.website-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Focus state for accessibility */
.website-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(68, 96, 132, 0.3);
}

/* Padding top cho blog archive */
.large-9.col {
    padding-top: 48px;
}

.is-divider {
    display: none;
}

.large-9.col .image-cover{
    height: 225px;
}




@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}