/*
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 Kích cỡ chữ thẻ H1 H2 H3 H4 H5*/
h1 { font-size: 24px !important; }
h2 { font-size: 22px !important; }
h3 { font-size: 20px !important; }
h4 { font-size: 18px !important; }
h5 { font-size: 16px !important; }
/*END Kích cỡ chữ thẻ H1 H2 H3 H4 H5*/
/*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;
    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*/
/*Code style 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 code style 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;
 
}

/************/

.section-form-lien-he .div-lien-he{
	text-align: left !important;
}
.section-form-lien-he .div-lien-he .div-submit .wpcf7-submit{
	width: auto !important;
}
.section-lien-he{
      
    background-image: url(images/footer-background.png);
    background-color: rgba(0,77,64,1);
   
    background-attachment: scroll;
    background-position: top left;
    background-repeat: no-repeat;
}
.section-lien-he .wpcf7-form .wpcf7-text ,.section-lien-he .wpcf7-form .wpcf7-textarea{
    background-color: transparent !important; 
    color: white !important
}
.section-lien-he .wpcf7-form .wpcf7-submit{
    background-color:  rgb(238, 158, 10);
}
.section-lien-he .wpcf7-form .div-submit{
    text-align: center;
}
.section-lien-he input.wpcf7-text::-webkit-input-placeholder , .section-lien-he .wpcf7-textarea::-webkit-input-placeholder{
  color: white !important;
}
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: 10px;
    color: black !important;
    z-index: 999
}
.cf7-icon-field{
    background: white !important
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}