h1{
    font-size: 250%;
}
h2{
    font-size: 200%;
}
h3{
    font-size: 150%;
}
h4{
    font-size: 130%;
}
h5{
    font-size: 120%;
}
h6{
    font-size: 110%;
}
p{
    line-height: 1.5;
}
.article-content table{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.article-content table, .article-content tr, .article-content td{
    border: 1px dashed #d4cbcb;
    border-collapse: collapse; /* Hợp nhất các đường viền */
    border-spacing: 0;
}
.left-details-news .inner{
    position: sticky;
    top: 50px;
}
.resize-text{
  border-radius: 5px;
  border: 1px solid #eee;
  width: 40px;
  text-align: center;
  padding: 5px;
  background: #efefef;
}
.resize-text > div{
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  font-size: 120%;
  font-weight: bold;
}
.resize-text > div:hover{
  background: #f25d27;
  color: #fff;
}
.wrapper-section .section_view, .single-wrapper{
    max-width: 1250px;
    margin: 0px auto;
    padding-left: 10px;
    padding-right: 10px;
}
.wrapper-section .section_view{
    min-height: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.wrapper-longdesc-section .gb-left-col .bottom{
    background: #f6f6f6;
    padding: 10px;
    border-radius: 5px;
}
.wrapper-longdesc-section h1, .wrapper-longdesc-section h2{
    text-align: inherit;
}
.section_rows, .section_col{
    margin-top: 10px;
    margin-bottom: 10px;
}
.gb-header-menu{
    padding-top: 10px;
    padding-bottom: 10px; 
}
.gb-menu-top-view{

}
.gb-align-center{
    align-items: center;
}
.gb-grid{
  display: grid;
  gap: 30px;
  align-items: center;
}
.gb-img{
    display: flex;
    align-items: center;
    border: 1px solid #fff5f5;
    overflow: hidden;
    justify-content: center;
    margin-bottom: 10px;
    background: #f8f8f8;
}

.quick-cta{
    bottom: 0px !important;
  position: inherit !important;
  width: 150px !important;
  margin: 0px auto;
  text-align: center;
  margin-top: 30px !important;
  border-radius: 20px !important;
  text-align: center !important;
}
.gb_item_view {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
}

.gb_img_item {
  width: 100%;
  aspect-ratio: 4 / 3; /* giữ hình vuông */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #f1f0f0;
  padding-bottom: 10px;
}

.gb_img_item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* hoặc 'cover' nếu muốn lấp đầy */
  display: block;
}

.gb_title_item h3 {
  margin: 10px 0;
  min-height: 2.8em; /* giữ khoảng cao tối thiểu cho 2 dòng */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 110%;
}

.gb_price_item {
  margin-top: auto;
  font-weight: bold;
  color: #e53935;
}
.menu_header{
  background: #ddd;
} 
.web_header .top_header div{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.gb_show_mobile_menu{
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.mobile_menu_show{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
    padding: 10px;
    overflow-y: scroll;
}
.mobile_menu_show.active{
    display: block !important;
}
.mobile_menu_show #gb_menu_top_view{
    display: block !important;
}
.mobile_menu_show .menu-view{
    display: block !important;
}
.mobile_menu_show .gb-logo-top-view, .mobile_menu_show .gb-menu-top-view{
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e2e2;
    padding-bottom: 10px;
}
.mobile_menu_show .parent-menu{
    margin-left: 0px !important;
}
.mobile_menu_show.active .nav-child-active{
    margin-bottom: 30px;
}
.mobile_menu_close{
    position: absolute;
    top: 0;
    right: 0;
    background: #f24343;
    width: 30px;
    text-align: center;
    font-size: 110%;
    color: #fff;
}
.mobile_menu_show .wrapper-section .section_view, .mobile_menu_show .single-wrapper{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.category_articles_view{
    margin-top: 30px;
}
.gb_img_ads{
    width: 100%;
}
/* Css Grid; */

.gb-grid[num_column="1"] {
  grid-template-columns: repeat(1, 1fr);
}

.gb-grid[num_column="2"] {
  grid-template-columns: repeat(2, 1fr);
}

.gb-grid[num_column="3"] {
  grid-template-columns: repeat(3, 1fr);
}

.gb-grid[num_column="4"] {
  grid-template-columns: repeat(4, 1fr);
}

.gb-grid[num_column="5"] {
  grid-template-columns: repeat(5, 1fr);
}

.gb-grid[num_column="6"] {
  grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 1000px){
    #gb_menu_top_view{
        display: none;
    }
    .gb_show_mobile_menu{
        display: flex;
    }
}
@media (min-width: 1000px){
    .gb_show_mobile_menu{
        display: none;
    }
}

@media (min-width: 700px){
    .grid-2{
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-3{
        grid-template-columns: repeat(3, 1fr);
    }

}

@media (min-width: 1200px) {
    .grid-10{
        grid-template-columns: repeat(10, 1fr);
    }
    .grid-9{
        grid-template-columns: repeat(9, 1fr);
    }
    .grid-8{
        grid-template-columns: repeat(8, 1fr);
    }
    .grid-7{
        grid-template-columns: repeat(7, 1fr);
    }
    .grid-6{
        grid-template-columns: repeat(6, 1fr);
    }
    .grid-5{
        grid-template-columns: repeat(5, 1fr);
    }
    .grid-4{
        grid-template-columns: repeat(4, 1fr);
    }
    .grid-3{
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-2{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 599px) {
    .grid-4{
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 600px) and (max-width: 1199px) {
    .grid-4{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 699px) {
    .grid-2{
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-3{
        grid-template-columns: repeat(1, 1fr);
    }
}