/*
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.   ***************/
.absolute-footer {
    display: none;
}
.block-footer{
    padding-top: 50px !important;
    padding-bottom: 0;
}

.block-footer a, .block-footer p{
    color: #99a1af;
}
.footer-bottom p{
    margin-bottom: 0;
}

.footer-icon h4{
    margin-bottom: 0;
}
.block-footer .wpcf7-text{
    height: 60px;
    border-radius: 8px;
    background-color: #1e2939;
    border: 2px solid #364153;

}
.block-footer .wpcf7-submit{
    height: 60px;
    border-radius: 8px;
    background: #ff6f61;
    width: 100%;
}

.block-banner h2 strong{
  background: linear-gradient(to right, #ff6f61, #ff8e53);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 1.3em;
  margin-bottom: 20px;
}
.block-banner h3{
    line-height: 1.2em;
    margin-bottom: 20px;
}
.block-banner p{
    margin-bottom: 20px;
}

.banner-count {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.banner-count .item {
  flex: 1; /* Mỗi phần chiếm 1/3 */
}

.banner-count .item h4 {
  font-size: 2rem;
  margin-bottom: 4px;
}

.banner-count .item p {
  margin: 0;
  color: #fff;
}
.banner-button{
    background: linear-gradient(90deg, #ff6a6a 0%, #ff8e53 100%);
    background-image: url(img/book.png);
    background-repeat: no-repeat;
    background-size: 22px;
        background-position: 24px 20px;
    padding-left: 57px;
}
.banner-button span{
    font-weight: 400;
}
.social-title b{
    background: transparent;
}
.social-title span{
}
.social-title .section-title{
    position: relative;
    padding-bottom: 40px;
}
.social-title .section-title:before{
    content: '';
    width:  250px;
    height: 40px;
    display: block;
    background: url(img/bg-title.png) no-repeat center center;
    position: absolute;
    background-size: contain;
    bottom: 0;
    left: calc(50% - 125px);
}
.block-register{

  background: linear-gradient(135deg, #9be7d6 0%, #f9b6b6 100%);

}
.block-cctv{
    background: linear-gradient(135deg, #90e1d3 0%, #c9e9ef 50%, #e3f1f3 100%);
}

.youtube-info{
    color: #666;
}
.youtube-info span{
    padding-right: 20px;
}
.block-testimonial .icon-box-text p::after {
  content: "\f005 \f005 \f005 \f005 \f005";  /* 5 ngôi sao */
  font-family: "Font Awesome 5 Free";        /* FA5 */
  display: block;                            /* xuống dòng mới */
  text-align: center;                        /* căn giữa */
  margin: 8px 0;                             /* khoảng cách trên dưới */
  color: #f5c518;                            /* vàng */
  font-size: 18px;                           /* kích thước sao */
  letter-spacing: 4px;                       /* khoảng cách giữa sao */
}
.block-contact label{
    font-size: 1.1em;
    font-weight: 400;
}
.block-contact .wpcf7-text{
    margin-top: 5px;
    background: #fbf9fa;
    border: 2px solid #ebe6e7;
    border-radius: 15px;
    box-shadow: none;
    padding: 10px 10px 10px 40px ;
    height: 54px;
    font-size: 1em;
    font-weight: 400;
    position: relative;

}
.block-contact .wpcf7-form-control-wrap{
    position: relative;
}

.block-contact .wpcf7-submit{
    width: 100%;
    margin: 0;
    height: 50px;
    border-radius: 15px;
    background: linear-gradient(90deg, #ff6a6a 0%, #ff8e53 100%);

}

.block-contact .input-name{
    background: url(img/user.png) no-repeat;
    background-size: 22px;
    background-position: 10px 10px;
}
.block-contact .input-phone{
    background: url(img/call.png) no-repeat;
    background-size: 22px;
    background-position: 10px 14px;
}
.block-contact .input-mail{
    background: url(img/gmail.png) no-repeat;
    background-size: 22px;
    background-position: 10px 15px;
}

.intro-banner{
    background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 40%),
              radial-gradient(circle at 85% 80%, rgba(255, 255, 255, 0.25) 0%, transparent 40%),
              linear-gradient(180deg, #89f0e0 0%, #8ce1de 100%);
}
.intro-banner .icon-box  p{
    margin-bottom: 0;
}
.block-muc-tieu{
    border-radius: 15px;
    padding: 30px;
    background: #ff957c;
}
#masthead{
    border-bottom: 1px solid #eee;
}
.bg-breadcrumb{
    background: #ededed;
}
.blog-wrapper{
    padding-top: 0;
}
.archive-page-header{
    padding-top: 15px;
}
.archive-page-header .page-title{
    font-size: 1.5em;
}
.mb-20{
    margin-bottom: 20px;
}
footer.entry-meta{
    display: none;
}
.related-posts h3{
    text-transform: uppercase;
    color: #ed3237;
}
#breadcrumbs{
    margin:0;
    padding: 15px 0;
}
.page-numbers .page-number{
    border-radius: 0;
}
.page-numbers .current{
    background: #ff7460 !important;
    border-color: #ff7460 !important;
}
.footer-form .wpcf7-submit{
    color: #fff;
    background: #ff825a !important;
}