body {
    position: relative;
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-family: Roboto,sans-serif;
    background: url(/wp-content/uploads/2024/02/bg.jpg.webp) top center no-repeat fixed;
    background-size: cover;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    z-index: -1;
}
#main, #wrapper{
    background-color: unset !important;
}
.row {
    max-width: 100% !important;
}
.seoInfo a{
    color: #fff;
    text-shadow: 1px 1px 0 #c02e05, 1px -1px 0 #c02e05, -1px 1px 0 #c02e05, -1px -1px 0 #c02e05, 1px 0 0 #c02e05, 0 1px 0 #c02e05, -1px 0 0 #c02e05, 0 -1px 0 #c02e05;
}
.seoInfo h2 {
    font-size: 20px;
    text-transform: uppercase;
    color:#fff;
}
.seoInfo h3 {
    font-size: 18px;
    text-transform: uppercase;
    color:#fff;
}
.seoInfo h4 {
    font-size: 16px;
    color:#fff;
}

.seoInfo .section-title b{
    display: none;
}
.seoInfo .section-title{
    display: flow;
    text-align: center;
}
.c-info-content{
    max-width: 700px;
}

/* Footer */
.ftlbl {
    text-transform: uppercase;
    color: #ffe9a4;
    font-size: 16px;
    padding-bottom: 0.8rem;
}
.ftcontact {
    font-size: 15px;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 10px;
}
.ftcontact .fttxt {
   
    padding: 0 1rem;
    align-items: center;
}
.ftcontact .fttxt a {
    padding: 0 5px;
}
footer p a, footer p span {
    color: #ffe9a4;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
}
.c-form-singin{
    max-width: 450px;
    padding: 1.1rem 0 1rem 0;
    background: url(/wp-content/uploads/2024/02/bg-form.png) top center no-repeat;
    background-size: 100% 100%;
    margin-left: auto;
    margin-right: auto;
}
.c-form-singin .wpcf7{
    width: 68%;
}
.c-form-singin .wpcf7-form-control{
    height: 55px;
    background: url(/wp-content/uploads/2024/02/bg-input.png) center no-repeat!important;
    background-size: 100% 100%!important;
    border: none!important;
    outline: 0!important;
    margin: 0 auto;
    padding-right: 45px;
    padding-left: 45px;
    font-size: 16px;
    color: #ffcc7e!important;
    border-radius: 0 !important;
    text-align: center;
}
.c-form-singin .form-group {
    position: relative;
    margin-bottom: 1rem;
    text-align: center;
}
.c-form-singin .form-group.btn_form input{
    background: url(/wp-content/uploads/2024/02/btn-dangky.png) center no-repeat!important;
    background-size: 100% 100%!important;
    width: 65%;
   height: 67px;
   color: transparent !important; /* Đặt màu văn bản trở thành trong suốt */
  
}
.c-form-singin .form-group.btn_form .wpcf7-spinner{
    display: none;
}
footer p a:hover {
    color: #ffe9a4;
}
/*======================= START CSS for section 1  =======================*/

/*======================= END CSS for section 1 =======================*/

/*======================= START CSS for Read More Feature  =======================*/

/*======================= END CSS for Read More Feature  =======================*/

/*************** CSS for Tablet ***************/
@media only screen and (max-width: 849px) {
    
}

/*************** CSS for mobile ***************/
@media only screen and (max-width: 549px) {

}