/* Đặt trong Theme Options → Advanced → Custom CSS (hoặc child theme style.css nạp sau cùng) */

/* 1) Neutralize scaling trên wrapper UX Builder */
.section,
.section-content,
.row,
.col,
.col-inner,
.ux-text,
.text,
.text-box,
.text-box-content,
.box,
.box-text,
.ux-banner,
.banner,
.badge,
.is-xlarge,
.is-large,
.is-medium,
.is-small {
  font-size: inherit !important;
}


/* 2) Set size toàn site, không cần bọc từng khu vực */
/* Desktop */
body:not(#force) h1 { font-size: 2.6rem; }
body:not(#force) h2 { font-size: 2.1rem; }
body:not(#force) h3 { font-size: 1.75rem; }
body:not(#force) h4 { font-size: 1.5rem; }
body:not(#force) h5 { font-size: 1.3rem; }
body:not(#force) h6 { font-size: 1.1rem; }
body:not(#force) p  { font-size: 1.2rem; }

/* Tablet */
@media (max-width: 768px){
  body:not(#force) h1 { font-size: 2rem; }
  body:not(#force) h2 { font-size: 1.7rem; }
  body:not(#force) h3 { font-size: 1.5rem; }
  body:not(#force) h4 { font-size: 1.3rem; }
  body:not(#force) h5 { font-size: 1.1rem; }
  body:not(#force) h6 { font-size: 1rem; }
  body:not(#force) p  { font-size: 1rem; }
}

/* Mobile */
@media (max-width: 480px){
  body:not(#force) h1 { font-size: 1.8rem; }
  body:not(#force) h2 { font-size: 1.5rem; }
  body:not(#force) h3 { font-size: 1.3rem; }
  body:not(#force) h4 { font-size: 1.15rem; }
  body:not(#force) h5 { font-size: 1rem; }
  body:not(#force) h6 { font-size: .9rem; }
  body:not(#force) p  { font-size: .95rem; }
}



.hot-service-title {
  display: inline-block;
  background-color: #35A1C9; 
  color: #fff;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 4px;
}


h1, h2, h3, h4, h5, h6 {
  color: #35A1C9 !important;
}
.section-title-main {
  font-size: 1.8rem !important;
  line-height: 1.4;     
  font-weight: 700;      
}

.sub, .subtitle {
  color: #FF5A00 !important;
}

/*p {*/
/*  color: #000000 !important;*/
/*}*/

#main {
    background-color: #fff !important;
        padding-bottom: 30px;

}
.blog-wrapper {
    background-color: rgba(246, 243, 250, 0.95) !important;
    margin-left: 100px;
    margin-right: 100px;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}
.custom-slug-breadcrumb {
    font-size: 16px;
    color: #4a2b73;
    margin-bottom: 20px;
}

.custom-slug-breadcrumb .breadcrumb-link {
    color: #4a2b73;
    text-decoration: none;
    font-weight: 500;
}

.custom-slug-breadcrumb .breadcrumb-separator {
    margin: 0 10px;
    color: #999;
}

.entry-header-text.entry-header-text-top.text-center {
    text-align: left !important;
    padding: 0 0 30px 0;
}
.post-title.is-large a,
.from_the_blog_excerpt {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}


.row-dashed .col:before,
.row-solid .col:before {
  content: none !important;
  border: 0 !important;
  display: none !important;
}

.col-divided {
  border-left: none !important;
  border-right: none !important;
}

.col-divided:before,
.col-divided:after {
  content: none !important;
  border: 0 !important;
  display: none !important;
}

.box-image,
.box-image .image-cover,
.box-image .image-cover img {
  border-radius:15px;      
  overflow:hidden;        
}


#comments{display:none!important}#nav-below{display:none!important}.blog-share{display:none!important}.entry-meta{display:none!important}


.box-image img{border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,0.15);transition:transform .3s ease,box-shadow .3s ease}.box-image img:hover{transform:scale(1.03);box-shadow:0 6px 20px rgba(0,0,0,0.25)}
/* Wrapper */
.section-title.section-title-center{
  display:flex;
  align-items:flex-start;            
  justify-content:center;
  margin:40px 0;
}

/* Thanh tiêu đề nền xanh */
.section-title .section-title-main{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:92px;                    
  padding:0 48px;                   
  background:#18BDFA;                
  color:#fff;
  font-weight:800;
  font-size:28px;                    
  line-height:1.2;
  white-space:nowrap;
  border-bottom-left-radius:48px;    
  border-bottom-right-radius:48px;
}

.section-title-center span {
    margin: 0 !important;
}


@media (max-width: 768px) {
  .section-title .section-title-main {
    font-size: 20px;      
    min-height: 60px;
    padding: 0 24px;       
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
         white-space: normal;
        text-align: center; 
  }
}

@media (max-width: 480px) {
  .section-title .section-title-main {
    font-size: 16px !important;      
    min-height: 50px;
    padding: 0 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
     white-space: normal;
        text-align: center; 
  }
}

/*.section-title.section-title-center > b {*/
/*  flex: 1 1 auto;*/
/*  max-width: 520px;*/
/*  display: block;*/
/*  height: 3px; */
/*  background: repeating-linear-gradient(*/
/*    to right,*/
/*    #03B9FB 0 10px,     */
/*    transparent 10px 20px */
/*  );*/
/*  border: none;*/
/*  opacity: 1 !important;*/
/*  dislay: none !important;*/
/*}*/

.avatar {
  width: 100% !important; 
}

body.author .qtass-author-title{
    display:block;
    margin: 0 0 10px;
    line-height:1.25;
    font-weight:700;
    text-align: center !important;
  }
  body.author .qtass-author-title strong{
    display:inline-block;       
    text-align:center !important;
    font-weight:800;         
}

.saboxplugin-wrap {
    display: none !important;
}





.absolute-footer {
    padding: 0 !important;
}
.btn-custom-trangchu {
     background-color: #03B9FB !important;
}

p {
  text-align: justify !important ;
}

@media screen and (min-width: 850px) {
  .row-divided > .col + .col:not(.large-12) {
    border-left: none !important;
  }
}

@media only screen and (max-width: 48em) {
.blog-wrapper {
    margin-left: 10px;
    margin-right: 10px;
}

}
.certificates {
  text-align: center; 
  margin: 20px 0;
}

.certificates h2 {
  margin-bottom: 16px;
}

.certificates {
  display: flex;
  flex-wrap: wrap;      
  gap: 16px;            
  justify-content: center;
}

.cert-row img {
  border-radius: 16px;   /* bo góc */
  width: 180px;          /* kích thước ảnh (có thể chỉnh) */
  height: auto;
  object-fit: cover;     /* giữ tỉ lệ đẹp */
}
