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

/*************** ADD CUSTOM CSS HERE.   ***************/
/*BEGIN Giảm khoảng cách các ô nhập CF7*/
.wpcf7-form input,
.wpcf7-form textarea {
    margin-bottom: 5px !important; /* Hoặc giá trị nhỏ hơn như 5px tùy bạn */
}
/*END*/
/*BEGIN Giảm khoảng cách thông báo đăng ký CF7*/
.wpcf7-response-output {
    position: relative !important;
    top: 0 !important;
	left: -8px;
    margin-top: 0 !important; /* Khoảng cách giữa form và thông báo */
    width: 100% !important;
    text-align: center; /* Căn giữa nếu cần */
}
/*END Giảm khoảng cách thông báo đăng ký CF7*/
/*CSS CF7*/
.form-flat input[type="text"],.form-flat input[type="tel"],.form-flat input[type="email"] {
    border: 2px solid #ccc;
    padding: 12px;
    border-radius: 8px;
    width: 100%;
    font-size: 15px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.form-flat input[type="submit"] {
    border-radius: 8px;
}
.form-flat input:focus {
    border-color: #f44336;
    outline: none;
    box-shadow: 0 0 5px rgba(244, 67, 54, 0.5);
}
/*CSS CF7*/

/*BEGIN Bài viết liên quan cùng chủ đề*/
.flatsome_recent_posts li {
    margin-bottom: 0;
    list-style: none;
}
.recent-blog-posts {
    padding: 6px 0;
}
.flatsome_recent_posts li .badge {
    margin-left: 0;
    width: 100px;
    height: 70px;
}
.flatsome_recent_posts li .badge .badge-inner {
    border-radius: 6px;
    border: none !important;
    padding: 0;
}
.recent-blog-posts a{
font-weight: 500;
    margin-bottom: 6px;
font-size: 15px;
    line-height: 18px;
    color: #2C2C2C;
}
.recent-blog-posts a:hover{color:orangered}
/*END Bài viết liên quan cùng chủ đề*/

.dang-ky-ngang .wpcf7-text{
    border-radius: 2px
}

.dang-ky-ngang .wpcf7-submit,.div-submit .wpcf7-submit{
      text-transform: initial;
    color: #ffffff;
    background-color: #c20c11;
    background: #c20c11;
    background: -webkit-linear-gradient(135deg,#c20c11 30%,#a30836 100%);
    background: linear-gradient(135deg,#c20c11 30%,#a30836 100%);
    /* border: 1px solid; */
    /* background: transparent; */
    padding: 0px 40px;
    border-radius: 2px;
    width: 100%;
}
.dang-ky-ngang {

    margin: 0px !important;

}
.dang-ky-ngang .div-nho{
    padding: 0px 4px;
 
}

/************/
div.wpcf7-mail-sent-ok{
    color: white;
        border: 2px solid rgb(238, 158, 10);
}
.div-lien-he{
    text-align: center;
}
.div-lien-he h4{
  
}

.wpcf7-form-control-wrap .cf7-form-icons {
    left: 7px;
    top: 11px;
    color: black !important;
    z-index: 999
}
.cf7-icon-field{
    background: white !important
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}