/*
 Theme Name: COZY Child
 Theme URI: https://example.com
 Description: Child theme
 Author: Cozy
 Author URI: https://example.com
 Template: flatsome
 Version: 1.0.0
*/

/* Bạn có thể thêm CSS tùy chỉnh bên dưới */
.content-left ul li strong.sd {
  color: #fff;
  background: url(/wp-content/uploads/2020/07/bg_chilld_list.png) no-repeat top
    left;
  width: 28px;
  height: 12px;
  float: left;
  font-size: 10px;
  margin-right: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 9px;
  padding-right: 5px;
}
.content-left ul li {
  list-style: none !important;
  margin-bottom: 10px;
  margin-left: 0;
}
#masthead {
  display: none;
}
#content > div > .large-9 {
  background: #fff;
  padding: 20px !important;
  border-radius: 20px;
}
.header-bottom {
  background-color: #2752bc;
}
.header-bottom .nav > li > a {
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 700;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 33px;
  padding-right: 33px;
  height: 60px;
  display: flex;
  align-items: center;
}
.header-bottom .nav > li:last-child > a {
  border-right: none;
}
.header-bottom .nav > li.current-menu-item > a,
.header-bottom .nav > li.current-menu-ancestor > a,
.header-bottom .nav > li:hover > a {
  background-color: #fff !important;
  color: #ff8000 !important;
  box-shadow: inset 0 4px 0 #ff8000 !important;
  padding-top: 18px;
  padding-bottom: 18px;
}
.header-bottom .nav-dropdown {
  background-color: #e24242 !important;
  border-radius: 0;
  padding: 0;
}
.header-bottom .nav-dropdown > li > a {
  color: #fff !important;
  font-weight: 700;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  text-transform: none;
}
.header-bottom .nav-dropdown > li:last-child > a {
  border-bottom: none;
}
.header-bottom .nav-dropdown > li:hover > a {
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: #fff !important;
}
.header-bottom .nav > li {
  margin: 0 !important;
}
.header-bottom .nav > li.header-search {
    margin-right: -33px !important;
}
#masthead {
    background-image: url("img/bg-header-top.png");
	background-size: cover;
}

#content{
	background:#F9F9F9
}
#footer li {
    list-style: none;
    padding: 0 !important;
    margin-left: 0 !important;
}
#footer {
    background-image: url("img/bg-footer.png");
	background-repeat: no-repeat;
    background-size: cover;
	box-shadow: 0px -2px 2px #eee;
}
/* ==========================================================================
   CUSTOM REGISTRATION FORM STYLES
   ========================================================================== */

/* Khung viền ngoài cùng của Form */
.custom-registration-form {
    margin: 0 auto;
    border-radius: 12px;
    box-sizing: border-box;
}

/* Hiển thị 2 cột trên màn hình lớn */
.custom-registration-form .form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* Các nhóm form */
.custom-registration-form .form-group {
    flex: 1;
    min-width: 280px;
    margin-bottom: 20px;
}

.custom-registration-form .form-group.full-width {
    width: 100%;
    flex: none;
}

/* Nhãn (Labels) */
.custom-registration-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
}

/* Dấu sao bắt buộc */
.custom-registration-form span.required {
    color: #e74c3c;
}

/* Các trường nhập liệu (Input & Select) */
.custom-registration-form .form-control {
    width: 100%;
    font-size: 15px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    color: #495057;
    background-color: #fcfcfc;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

/* Hiệu ứng khi nhấp vào trường nhập liệu */
.custom-registration-form .form-control:focus {
    border-color: #3498db;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.15);
    outline: none;
    background-color: #ffffff;
}

/* Khu vực Nút Submit */
.custom-registration-form .form-submit-wrapper {
    margin-top: 10px;
}

/* Nút Submit */
.custom-registration-form .btn-submit {
    background-color: #3498db; /* Màu xanh nước biển */
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease, transform 0.1s ease;
}

/* Hiệu ứng rê chuột và click vào nút Submit */
.custom-registration-form .btn-submit:hover {
    background-color: var(--fs-color-success);
}
.custom-registration-form .btn-submit:active {
    transform: translateY(2px);
}

/* Căn chỉnh cho giao diện Mobile (Điện thoại) */
@media screen and (max-width: 600px) {
    .custom-registration-form {
        padding: 20px;
    }
    .custom-registration-form .form-row {
        gap: 0;
        flex-direction: column;
    }
}

.form-xanh .custom-registration-form{
	box-shadow: unset;
}
.form-xanh .custom-registration-form label{
	color:#fff
}
.header-main .nav > li > a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    transition: color 0.3s ease;
}

.header-main .nav > li > a::after {
    display: none !important;
}

.header-main .nav > li > a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: var(--primary-color);
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%);
    border-radius: 2px;
}

.header-main .nav > li:hover > a::before,
.header-main .nav > li.active > a::before,
.header-main .nav > li.current-menu-item > a::before {
    width: 70%;
}

.header-main .nav > li:hover > a {
    color: var(--primary-color) !important;
}

.nav-dropdown {
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    border: none !important;
    padding: 10px 0 !important;
    animation: fadeInMenu 0.3s ease;
}

.nav-dropdown > li > a {
    font-weight: 500;
    font-size: 14px;
    padding: 12px 20px !important;
    text-transform: none;
    transition: background 0.3s ease, padding-left 0.3s ease, color 0.3s ease !important;
    border-bottom: 1px solid rgba(0,0,0,0.03) !important;
}

.nav-dropdown > li:last-child > a {
    border-bottom: none !important;
}

.nav-dropdown > li > a:hover {
    background-color: #f8f9fa !important;
    color: var(--primary-color) !important;
    padding-left: 26px !important;
}


.notify {
    float: left;
    width: 100%;
    border-top: 7px solid #4da2fd !important;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    border-bottom: 7px solid #4da2fd !important;
    margin: 30px 0;
    border: solid 1px #4da2fd;
}
.notify p {
    margin-bottom: 10px;
}
.sidebar_ngang li {
    list-style: unset;
    margin-left: 0 !important;
}