@charset "UTF-8";
body {
  background: #f2f2f7;
}
body .fixed_top .container {
  max-width: 1200px;
  margin: auto;
}
body .container {
  max-width: 100%;
}
body .breadcrumbs {
  margin-top: 8px;
}
body .breadcrumb {
  background: #ffffff;
  margin-top: 8px;
  border-radius: 10px 10px 0 0;
  padding: 16px;
  max-width: 1200px;
  margin: auto;
}
body .breadcrumb .breadcumbs-first a span {
  color: #000000;
}
body .breadcrumb .fl-left a span {
  color: #000000;
}
body .list-news {
  padding-bottom: 8px;
}
body .blog {
  padding: 0;
  max-width: 1200px;
  margin: auto;
  background: #ffffff;
  border-radius: 0 0 16px 16px;
}
body .blog .content .menu_news {
  padding: 16px;
}
body .blog .content .menu_news a {
  font-size: 16px;
  background: #f5f5f5;
  padding: 12px;
  border-radius: 8px;
}
body .blog .content .menu_news a:hover {
  background: #f15928;
  color: #ffffff;
}
body .blog .content .menu_news a:hover .name {
  color: #ffffff;
}
body .blog .content .menu_news a.all {
  background: #f15928;
  color: #ffffff;
}
body .blog .layout-home-news {
  grid-template-columns: 8fr 4fr;
  grid-gap: 50px;
  padding: 0 16px;
}
body .blog .layout-home-news .layout-left .box-left {
  grid-template-columns: 8fr 4fr;
  grid-gap: 16px;
  padding-bottom: 20px;
}
body .blog .layout-home-news .layout-left span {
  color: #3b3b3b;
  font-weight: 400;
}
body .blog .layout-home-news .layout-left .right-1 .box-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
body .blog .layout-home-news .layout-left .right-2 .box-img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
body .blog .layout-home-news .layout-left .right-2 .box-content {
  padding: 12px 0;
  border-bottom: 1px solid #eeeeee;
}
body .blog .layout-home-news .layout-left .right-2 .box-content:last-child {
  border: 0;
  padding-bottom: 0;
}
body .blog .layout-home-news .layout-left .right-2 .box-content:first-child {
  padding-top: 0;
}
body .blog .layout-home-news .bottom-left {
  border-top: 1px solid #eeeeee;
}
body .blog .layout-home-news .bottom-left .layout-content {
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}
body .blog .layout-home-news .bottom-left .layout-content .box-img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
body .blog .layout-home-news .bottom-left .layout-content .right-layout {
  padding-left: 20px;
}
body .blog .layout-home-news .bottom-left .layout-content:last-child {
  border: 0;
}
body .blog .layout-home-news .bottom-left .banner {
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}
body .blog .layout-home-news .layout-right .news-promotion .news-top {
  margin-bottom: 12px;
}
body .blog .layout-home-news .layout-right .news-promotion .news-top h2 {
  font-size: 20px;
  color: #000000;
}
body .blog .layout-home-news .layout-right .news-promotion .layout-content-top .box-img img {
  border-radius: 8px;
}
body .blog .layout-home-news .layout-right .news-promotion .layout-content-top .right-layout {
  padding: 16px 0;
  border-bottom: 1px solid #eeeeee;
}
body .blog .layout-home-news .layout-right .news-promotion .additional-wrapper {
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  padding-top: 16px;
}
body .blog .layout-home-news .layout-right .news-promotion .additional-wrapper .layout-content-bottom .box-img img {
  border-radius: 8px;
}
body .blog .layout-home-news .layout-right .news-promotion .additional-wrapper .layout-content-bottom .title-news {
  font-size: 14px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-style: normal;
  padding-top: 12px;
}
body .blog .layout-home-news .layout-right .hits-top {
  margin-top: 24px;
}
body .blog .layout-home-news .layout-right .hits-top .title-hits {
  font-size: 20px;
  color: #000000;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 16px;
}
body .blog .layout-home-news .layout-right .hits-top .layout-hits-top {
  padding-top: 16px;
}
body .blog .layout-home-news .layout-right .hits-top .layout-hits-top .layout-content {
  margin-bottom: 16px;
}
body .blog .layout-home-news .layout-right .hits-top .layout-hits-top .layout-content .box-img img {
  border-radius: 8px;
}
body .breadcrumb {
  gap: 10px;
}
body i {
  font-size: 20px !important;
}

.form-search {
  margin: 24px 0;
}
.form-search form {
  position: relative;
}
.form-search form .form-control {
  height: 40px;
  font-size: 14px;
  color: #3b3b3b;
}
.form-search form button {
  position: absolute;
  top: 9px;
  right: 10px;
}

@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
  .blog .menu_news {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }
  .blog .menu_news a {
    font-size: 13px !important;
    text-align: center;
  }
  .blog .layout-home-news {
    grid-template-columns: unset !important;
  }
  .blog .layout-home-news .layout-left .box-left {
    grid-template-columns: 1fr !important;
  }
  .breadcrumbs {
    margin: 0 !important;
  }
}
.box-tags .block_content h3 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: bold;
}
.box-tags .block_content .layout-tags {
  grid-gap: 10px;
}
.box-tags .block_content .layout-tags a {
  font-size: 12px;
  padding: 8px;
  text-align: center;
}

.layout-mobile .top-mobile {
  position: relative;
}
.layout-mobile .top-mobile .content {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.layout-mobile .top-mobile .content .category {
  background: #f15928;
  width: 55%;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 10px;
  color: #ffffff;
  margin-bottom: 12px;
}
.layout-mobile .top-mobile .content a {
  color: #ffffff;
  font-size: 13px !important;
}
.layout-mobile .top-mobile .content .time {
  margin-top: 12px;
}
.layout-mobile .top-mobile .content .time span {
  color: #ffffff;
  font-size: 11px;
}
.layout-mobile .box-center .center {
  margin-top: 20px;
  background: #ffffff;
  border-radius: 10px;
  grid-template-columns: 1fr 1fr;
}
.layout-mobile .box-center .center .layout-content .box-img {
  margin-bottom: 8px;
}
.layout-mobile .box-center .center .layout-content .box-img img {
  border-radius: 8px;
}
.layout-mobile .box-center .center .layout-content .title-news {
  font-size: 11px;
  height: 31px;
}
.layout-mobile .hits-top {
  margin-top: 24px;
}
.layout-mobile .hits-top .title-hits {
  font-size: 16px;
  color: #000000;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 16px;
}
.layout-mobile .hits-top .layout-hits-top {
  grid-template-columns: 1fr 1fr;
}
.layout-mobile .hits-top .layout-hits-top .layout-content {
  border: 1px solid #eeeeee;
  background: #ffffff;
  border-radius: 8px;
}
.layout-mobile .hits-top .layout-hits-top .layout-content .box-img {
  position: relative;
}
.layout-mobile .hits-top .layout-hits-top .layout-content .box-img img {
  border-radius: 8px;
  width: 100%;
}
.layout-mobile .hits-top .layout-hits-top .layout-content .box-img .category {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f15928;
  border-radius: 10px;
  color: #ffffff;
  font-size: 9px;
  padding: 3px 10px;
}
.layout-mobile .hits-top .layout-hits-top .layout-content .right-layout {
  padding: 10px;
}
.layout-mobile .hits-top .layout-hits-top .layout-content .title-news {
  font-size: 11px;
}

#footer {
  padding: 0 15px;
}

.cat-lv1,
.cat-lv2 {
  padding: 6px 12px;
  width: 200px;
  background: #eee;
  border-radius: 6px;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  display: grid;
}
.cat-lv1 .box_img,
.cat-lv2 .box_img {
  width: 142px;
  height: 142px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #ccc;
  margin: 0 auto;
}
.cat-lv1 .box_img img,
.cat-lv2 .box_img img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cat-lv1 .name,
.cat-lv2 .name {
  color: #f15928;
  font-size: 16px;
  text-align: center;
}

.tab-parent-item {
  padding: 6px 12px;
  width: 200px;
  background: #eee;
  border-radius: 6px;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  display: grid;
  border: 1px solid #f15928;
  font-size: 19px !important;
  text-align: center;
}

.tab-parents.d-flex.gap-3.mb-3 {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.cat-lv1 {
  background: #f15928;
  color: #fff;
  font-weight: bold;
  border: 1px solid #f15928;
  font-size: 20px;
}

.cat-lv2 {
  background: #fff3ef;
  color: #fff;
  font-weight: bold;
}

.menu_level1 {
  display: flex;
  justify-content: center;
  gap: 12px; /* nếu muốn khoảng cách giữa các thẻ */
  flex-wrap: wrap;
}

.menu_level2 {
  display: flex;
  justify-content: center;
  gap: 12px; /* nếu muốn khoảng cách giữa các thẻ */
  flex-wrap: wrap;
}

.tab-child-items {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}/*# sourceMappingURL=home.css.map */