/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap'); */
body {
  font-weight: 400;
  font-style : normal;
  font-size  : 15px;
  line-height: 1.5;
  background : #ffffff;
  color      : #454856;
  font-family: 'Roboto', '-apple-system', BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', 'Arial',
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  overflow-x: hidden;
  height    : inherit !important;
}

.alert-warning {
  color           : #856404;
  background-color: #fff3cd;
  border-color    : #ffeeba;
}

/* .layout-blog {
  padding-bottom: 30px;
  background: url('../images/home_bg.png');
  padding-top: 3rem;
} */
.title-page {
  position      : relative;
  font-size     : 24px;
  font-weight   : 700;
  color         : #0e7ccf;
  padding       : 10px 0;
  text-transform: uppercase;
  border-radius : 8px 8px 0 0;
  border-bottom : 1px solid #fb8b00;
  margin-bottom : 20px;
  line-height   : 1.4;
}

.title-page .number {
  text-transform: initial;
  font-size     : 18px;
  color         : #000;
  font-weight   : 500;
  margin-top: 10px;
}

.list-blogs .item-blog {
  margin-bottom: 24px;
}

.form-khao-sat .ant-form-item-label>label,
.form-khao-sat .form-group label {
  font-size: 17px !important;
}

.form-khao-sat .ant-input,
.form-khao-sat .ant-select-selector {
  border       : unset !important;
  border-bottom: 1px solid #bbb !important;
  box-shadow   : unset !important;
  border-radius: 0 !important;
}

/* .list-blogs .item-blog:hover {
  border: 1px solid #fb8b00;
} */
.aside-content-blog .title-head {
  position      : relative;
  font-size     : 15px;
  font-weight   : 700;
  background    : #0e7ccf;
  color         : #fff;
  padding       : 10px 17px;
  text-transform: uppercase;
  border-radius : 8px 8px 0 0;
}

.aside-content-blog .nav-category {
  border       : 1px solid #fb8b00;
  padding      : 10px 15px;
  border-radius: 0 0 8px 8px;
  border-top   : 0;
  background   : #1a8fe3;
}

.aside-content-blog .nav-category ul {
  padding   : 0;
  margin    : 0;
  list-style: none;
}

.aside-content-blog .nav-category ul .nav-item .nav-link {
  display    : block;
  padding    : 8px 0;
  font-size  : 15px;
  color      : #fff;
  cursor     : pointer;
  font-weight: 500;
}

.aside-content-blog .nav-category ul .nav-item .nav-link.pr-5 {
  padding-right: 30px;
  transition   : all 0.3s;
}

.aside-content-blog .nav-category ul .nav-item.active>.nav-link,
.aside-content-blog .nav-category ul .nav-item:hover>.nav-link {
  margin-left: 5px;
}

.aside-content-blog .nav-category ul .nav-item.active>.down_icon:after,
.aside-content-blog .nav-category ul .nav-item.active>.down_icon:before,
.aside-content-blog .nav-category ul .nav-item:hover>.down_icon:after,
.aside-content-blog .nav-category ul .nav-item:hover>.down_icon:before {
  scale: 1.1;
}

.aside-content-blog .nav-category ul .menu_down {
  padding-left: 10px !important;
}

.aside-content-blog .nav-category ul .down_icon {
  height   : 20px !important;
  width    : 20px !important;
  position : absolute;
  right    : 7.5px;
  top      : 21px;
  transform: translate(0, -50%);
  cursor   : pointer;
}

.aside-content-blog .nav-category ul .down_icon:after,
.aside-content-blog .nav-category ul .down_icon:before {
  position        : absolute;
  content         : '';
  top             : 50%;
  left            : 50%;
  transform       : translate(-50%, -50%) rotate(-90deg);
  background-color: #fff;
  transition      : transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.aside-content-blog .nav-category ul .down_icon:before {
  width  : 11px;
  height : 1px;
  opacity: 1;
}

.aside-content-blog .nav-category ul .down_icon:after {
  width : 1px;
  height: 11px;
}

.aside-content-blog .nav-category ul .down_icon.cls_mn:after,
.aside-content-blog .nav-category ul .down_icon.cls_mn:before {
  background-color: #fb8b00;
  transform       : translate(-50%, -50%) rotate(90deg);
}

.aside-content-blog .nav-category ul .down_icon.cls_mn:before {
  opacity: 0;
}

.layout-article {
  padding-bottom: 30px;
}

.article-main .time-post {
  font-size   : 14px;
  font-weight : 400;
  color       : #fff;
  display     : inline-block;
  margin-right: 10px;
}

.article-main .time-post svg {
  width       : 15px;
  height      : 15px;
  margin-top  : -5px;
  margin-right: 2px;
}

.article-main .time-post svg path {
  fill: #fb8b00;
}

.article-main .article-image {
  margin-bottom: 20px;
}

.article-main .article-title {
  margin-top   : 0;
  margin-bottom: 15px;
  font-size    : 30px;
  font-weight  : 700;
  color        : #fff;
  line-height  : 34px;
}

.article-main .posts {
  font-size    : 12px;
  margin-bottom: 10px;
}

.article-main .rte {
  font-size: 14px;
}

.form-input {
  border          : unset !important;
  border-radius   : 8px !important;
  height          : 60px;
  line-height     : 60px !important;
  /* background   : #f4f8fb !important; */
}

.form-input-text {
  border          : unset !important;
  border-radius   : 8px !important;
  /* background   : #f4f8fb !important; */
}

.icon-wave {
  position     : relative;
  border-radius: 20px;
}

.icon-wave::before {
  content        : "";
  position       : absolute;
  top            : 0px;
  right          : 50px;
  width          : 140px;
  height         : 140px;
  z-index        : 1;
  background     : url(/static/web/images/emailcontact.png) no-repeat;
  background-size: contain;
}
@media (max-width: 992px) {
  .icon-wave::before{
    opacity: 0.3;
  }
}

.content-item-date {
  text-align : left;
  font-size  : 12px;
  color      : #777777;
  font-weight: 400;
  margin-top : 10px;
}
.text-heading-3{
  color: #0e7ccf;
}
.text-heading-6{
  color: #0e7ccf;
}
.text-body-text {
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .article-main .rte iframe {
    width: 100%;
  }
}

.article-main form {
  display       : block;
  padding-top   : 0;
  margin-top    : 10px;
  padding-bottom: 30px;
}

.article-main form label {
  display      : block;
  margin-bottom: 4px;
  font-weight  : 700;
}

.article-main form label .required {
  color: red;
}

.article-main .form-group input {
  width        : 100%;
  margin-bottom: 15px;
  outline      : none;
  font-size    : 14px;
  border-radius: 5px;
  padding      : 5px 20px;
  border       : 1px solid #e6e6e6;
  border-bottom: 2px solid #fb8b00;
}

.article-main .form-group input::placeholder {
  color: #7c7c7c;
}

.article-main .form-group input:-ms-input-placeholder {
  color: #7c7c7c;
}

.article-main .form-group input::-ms-input-placeholder {
  color: #7c7c7c;
}

.article-main .form-group textarea {
  width        : 100%;
  margin-bottom: 15px;
  outline      : none;
  font-size    : 14px;
  border-radius: 5px;
  padding      : 5px 20px;
  border       : 1px solid #e6e6e6;
  border-bottom: 2px solid #fb8b00;
}

.article-main .form-group textarea::placeholder {
  color  : #7c7c7c;
  opacity: 1;
}

.article-main .form-group textarea:-ms-input-placeholder {
  color: #7c7c7c;
}

.article-main .form-group textarea::-ms-input-placeholder {
  color: #7c7c7c;
}

.article-main .button_45 {
  height       : 40px;
  line-height  : 38px;
  padding      : 0 25px;
  background   : #fb8b00;
  font-size    : 14px;
  color        : #fff;
  border       : solid 1px #fb8b00;
  font-weight  : 400;
  margin-top   : 10px;
  border-radius: 5px;
}

.article-main .button_45:hover {
  background  : #fff;
  border-color: #fb8b00;
  color       : #fb8b00;
}

.article-main .title-form-coment {
  font-size     : 16px;
  margin-top    : 0;
  margin-bottom : 5px;
  padding-bottom: 15px;
  color         : #fff;
  font-weight   : 500;
}

#article-comments .article-comment {
  margin-bottom : 30px;
  padding-bottom: 20px;
  border-bottom : 1px dotted #c9c8c5;
}

#article-comments .article-comment:last-child {
  padding-bottom: 30px;
}

#article-comments .article-comment-user-image {
  margin       : 0;
  float        : left;
  width        : 80px;
  margin-right : 12px;
  height       : 80px;
  border-radius: 0;
  display      : block;
}

#article-comments .article-comment-user-comment {
  display      : block;
  float        : left;
  width        : calc(100% - 95px);
  -webkit-width: calc(100% - 95px);
  -moz-width   : calc(100% - 95px);
  -o-width     : calc(100% - 95px);
  -os-width    : calc(100% - 95px);
  padding-left : 10px;
  word-break   : break-word;
  font-size    : em(14px);
}

#article-comments .user-name-comment {
  margin     : 0;
  font-size  : 14px;
  line-height: 1;
  font-weight: 700;
}

#article-comments .user-name-comment strong {
  font-weight: 700;
}

#article-comments .article-comment-date-bull {
  padding  : 5px 0;
  display  : block;
  color    : #b0b0b0;
  font-size: 12px;
}

#article-comments .cm {
  font-size: 14px;
  color    : #fff;
}

.social-sharing {
  border-top   : solid 1px #e4e4e4;
  padding      : 20px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  display      : flex;
  align-items  : center;
}

.social-sharing span {
  margin-right: 10px;
}

.social-sharing .addthis_inline_share_toolbox {
  margin-top: 3px;
}

.blog_lienquan h2 {
  font-size     : 28px;
  margin-bottom : 15px;
  font-size     : 18px;
  text-transform: uppercase;
  color         : #231f20;
}

.blog_lienquan .item-blog {
  display      : flex;
  flex-wrap    : wrap;
  margin-bottom: 30px;
}

.blog_lienquan .item-blog .block-thumb {
  width       : 375px;
  margin-right: 30px;
}

.blog_lienquan .item-blog .block-thumb .thumb {
  padding-bottom: 66%;
  display       : block;
  height        : 0;
  position      : relative;
}

.blog_lienquan .item-blog .block-thumb .thumb img {
  left      : 50%;
  top       : 50%;
  transform : translate(-50%, -50%);
  max-width : 100%;
  max-height: 100%;
  width     : auto !important;
  height    : auto !important;
  position  : absolute;
}

.blog_lienquan .item-blog .block-content h3 {
  padding    : 0;
  margin     : 0 0 15px;
  line-height: 24px;
  font-size  : 18px;
  color      : #fff;
}

.blog_lienquan .item-blog .block-content .time-post {
  font-size   : 14px;
  font-weight : 400;
  color       : #fff;
  display     : inline-block;
  margin-right: 10px;
}

.blog_lienquan .item-blog .block-content .time-post svg {
  width       : 15px;
  height      : 15px;
  margin-top  : -5px;
  margin-right: 2px;
}

.blog_lienquan .item-blog .block-content p.justify {
  font-size  : 14px;
  color      : #fff;
  margin     : 15px 0;
  font-weight: 400;
}

.blog_lienquan .item-blog .block-content .viewmore {
  height         : 35px;
  display        : inline-flex;
  align-items    : center;
  justify-content: center;
  background     : #363636;
  color          : #fff;
  font-size      : 14px;
  padding        : 0 30px;
}

.blog_lienquan .item-blog .block-content .viewmore:hover {
  background: #fb8b00;
}

@media (max-width: 991px) {
  .aside-content-blog {
    margin-top: 30px;
  }
}

.social-sharing {
  border-top   : solid 1px #e4e4e4;
  padding      : 20px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  display      : flex;
  align-items  : center;
}

.social-sharing .addthis_toolbox a {
  margin-bottom: 0;
}

.social-sharing span {
  margin-right: 10px;
}

.social-sharing .addthis_inline_share_toolbox {
  margin-top: 3px;
}

.list-blogs .row {
  margin-left : -12px;
  margin-right: -12px;
}

.list-blogs .row .col-md-6 {
  padding-left : 12px;
  padding-right: 12px;
}

.list-blogs .row .col-md-6 .item-blog .block-content .time-post {
  margin-bottom: 10px;
}

.list-blogs .row .item-blog .block-content h3 {
  font-size    : 16px;
  margin-bottom: 10px;
  height       : 58px;
  overflow     : hidden;
}

.list-blogs .row .item-blog .block-content {
  padding: 4px 8px 0;
}

.list-blogs .row .item-blog .block-content .justify {
  border-bottom: 0;
  height       : 46px;
  overflow     : hidden;
}

.item-blog {
  background   : #ffffff;
  display      : grid;
  border-radius: 8px;
  overflow     : hidden;
  max-height   : 380px;
}

.item-blog .block-thumb {
  /* padding-bottom: 60%; */
  overflow: hidden;
  width   : 100%;
  height  : 175px;
  display : block;
  position: relative;
}

.item-blog .block-thumb img {
  position     : absolute;
  top          : 0;
  left         : 0;
  width        : 100%;
  height       : 100%;
  object-fit   : cover;
  transform    : scale(1);
  transition   : all 1s ease;
  /* background: #696969; */
}

.item-blog .block-thumb .time-post {
  background   : #fb8b00;
  color        : #ffffff;
  padding      : 4px 8px;
  text-align   : center;
  position     : absolute;
  top          : 5px;
  left         : 5px;
  border-radius: 8px;
  font-size    : 12px;
}

.item-blog .block-content {
  margin-top   : 0;
  padding      : 30px 30px 0;
  border-top   : 0;
  border-radius: 0 0 10px 10px;
}

.item-blog .block-content .time-post {
  margin-bottom: 20px;
  font-size    : 16px;
}

.item-blog .block-content h3 {
  font-size    : 22px;
  font-weight  : 600;
  margin-bottom: 20px;
}

.item-blog .block-content h3 a {
  color: #322f55;
}

/* .item-blog .block-content h3 a:hover {
  color: #fb8b00;
} */
.item-blog .block-content .justify {
  font-size: 15px;
  color    : #322f55;
}

.item-blog .button-block {
  /* margin-top: 10px;
  padding-top: 10px; */
  padding-bottom: 10px;
  border-top    : 1px solid #fff;
}

.item-blog:hover {
  box-shadow: 0 0 21px 0 rgba(39, 39, 39, 0.12);
}

.item-blog:hover .block-thumb img {
  transform: scale3d(1.1, 1.1, 1);
}

.xemthem {
  padding    : 0;
  background : 0 0;
  line-height: 1;
  border     : none;
  font-size  : 16px;
}

.xemthem .button-block {
  display        : flex;
  align-items    : center;
  justify-content: flex-start;
  position       : relative;
}

.xemthem .button-block span {
  transition : all 0.5s ease-in-out;
  transition : all 0.5s ease-in-out;
  color      : #1a8fe3;
  font-weight: 600;
}

.xemthem .button-block .button-line-left {
  position      : absolute;
  top           : 50%;
  left          : 0;
  margin-top    : -1px;
  background    : #0e7ccf;
  width         : 0;
  display       : inline-block;
  height        : 1px;
  vertical-align: middle;
  opacity       : 0;
}

.xemthem .button-block .button-line-right {
  transform     : scale(1);
  opacity       : 0;
  background    : #0e7ccf;
  width         : calc(30px - 1px);
  display       : inline-block;
  height        : 1px;
  vertical-align: middle;
  opacity       : 1;
  margin-left   : 15px;
}

.xemthem:hover .button-block .button-line-left {
  transform: translate(0, 0px);
  width    : 30px;
  opacity  : 1;
}

.xemthem:hover .button-block .button-line-right {
  transform: scale(1);
  opacity  : 0;
}

.xemthem:hover .button-block .button-text {
  transform: translate(45px, 0px);
}

/* bài viết chi tiết - newsDetail */
.header-title {
  color          : #0072bc;
  display        : block;
  font-size      : 23px;
  font-weight    : bold;
  padding        : 10px;
  text-decoration: none;
  margin-top     : 1rem;
}

.asset-full-content {
  padding: 10px;
}

.row-top-panel {
  background-color: #f6f5f5;
  display         : inline-block;
  margin-bottom   : 10px;
  padding         : 5px;
  vertical-align  : middle;
  width           : 100%;
}

.journal-content-article {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* portlet */
.portlet .list-blogs .owl-stage {
  display: flex;
  gap    : 12px;
}

.portlet .list-blogs .owl-dots {
  margin-bottom: 2rem;
}

.portlet .list-blogs .h2_sidebar_blog {
  position      : relative;
  font-size     : 15px;
  font-weight   : 700;
  /* background : #3023ae; */
  padding       : 10px 0;
  text-transform: uppercase;
  border-radius : 8px 8px 0 0;
  font-family   : 'Inter', '-apple-system', BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', 'Arial',
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}

.portlet .list-blogs .h2_sidebar_blog a {
  font-weight: 700;
  font-size  : 16px;
  line-height: 1.5rem;
  color      : #25282b;
}

/* Tài liệu */
.right-content {
  font-size: 13px;
}

.left-content {}

.list-blogs-table {
  overflow-x: auto;
  border    : 1px solid #c8d4db;
}

.groupsName-header {
  background : #0e7ccf;
  color      : #fff;
  padding    : 8px;
  font-size  : 15px;
  font-weight: bold;
  height     : 36px;
}

.groupsName-row {
  border    : 1px solid #c8d4db;
  height    : 100%;
  padding   : 10px;
  background: #f9f9f9;
}

.groupsName-item {
  padding    : 5px 0;
  color      : #666;
  font-weight: bold;
}

.groupsName-item:hover,
.groupsName-item.active {
  color: #0e7ccf;
}

.countDocuments {
  background   : #fff;
  color        : #f15a22;
  text-align   : center;
  font-weight  : bold;
  padding      : 0px 2px;
  border       : 1px solid #bbb;
  border-radius: 3px;
}

.table th {
  background    : #0e7ccf;
  color         : white;
  font-size     : 15px;
  vertical-align: middle !important;
  padding       : 8px;
  line-height   : 1.428571429;
  height        : 36px;
}

/* .table > tbody {
  border: 1px solid #c8d4db;
} */
.table .table-data>tr:nth-of-type(odd) {
  background-color: #ffffff;
  transition      : all 0.4s;
}

.table .table-data>tr:nth-of-type(even) {
  background-color: #f6f6f6;
}

.table .table-data>tr>.col-order-number>a {
  background-image : url(https://cdn.thuvienphapluat.vn/images/bg-number.gif);
  color            : #f15a22;
  background-repeat: no-repeat;
  text-align       : center;
  float            : left;
  height           : 24px;
  width            : 24px;
  margin-left      : 5px;
  font-weight      : bold;
}

.table .table-data>tr>.col-info {
  width: 170px;
}

.table .table-data>tr>td>a {
  color: #333;
}

.col-download-attachments {
  width         : 80px;
  text-align    : center;
  vertical-align: middle !important;
}

.table .table-data>tr>td button {
  outline      : none;
  border       : none;
  background   : #0d6efd;
  color        : #fff;
  padding      : 4px 8px;
  border-radius: 8px;
}

.blog_left_base .left-image {
  width     : 100%;
  max-height: 100%;
}

.blog_left_base .left-image img {
  width     : 100%;
  height    : 100%;
  object-fit: cover;
}

.blog_wrapper .form-group {
  margin-bottom: 1rem;
}

.blog_wrapper label {
  font-weight  : 500;
  font-size    : 17px;
  color        : #322f55;
  margin-bottom: 0.5rem;
}

.button-submit {
  background   : #0e7ccf;
  color        : #fff;
  font-weight  : 500;
  text-align   : center;
  padding      : 5px 16px;
  font-size    : 17px;
  border-radius: 4px;
  border       : none;
  /* margin-top: 1rem; */
}

.khong-co-du-lieu {
  margin     : auto;
  text-align : center;
  padding-top: 70px;
}

.khong-co-du-lieu h5 {
  color      : rgb(14, 124, 207);
  padding-top: 10px;
}

/* survey */
.survey {
  margin-top: 3rem;
}

.survey-box {
  width           : 100%;
  display         : flex;
  min-height      : 70px;
  /* border       : 1px solid gray; */
  box-shadow      : 0 8px 12px 0 rgb(0 0 0 / 15%);
  border-radius   : 12px;
  color           : #322f55;
  padding         : 10px 12px;
  transition      : all 0.4s;
  background-image: url(/static/web/images/background_ks1.png);
  background-size : 100%;
}

.survey-box.bg2 {
  background-image: url(/static/web/images/background_ks2.png);
}

/* .survey-box:hover {
  background: url('../images/bg-login-kemendikbud-white2.png');
  background-position: center;
  border-left: 2px solid #0e7ccf;
} */

.survey-title {
  /* height: 52px; */
  overflow   : hidden;
  font-size  : 20px;
  font-weight: 500;
  text-align : left;
}

.survey-left {
  height     : inherit;
  display    : flex;
  width      : 100%;
  align-items: center;
}

.survey-left .row {
  width      : 100%;
  align-items: center;
  display    : flex;
}

.survey-left .left-center,
.survey-left .left-right {
  display    : flex;
  align-items: center;
  gap        : 8px;
}

.survey-left .left-right {
  font-size: 13px;
}

.survey-button {
  display        : flex;
  justify-content: center;
  align-items    : center;
}

.survey-number {
  height     : inherit;
  width      : 100%;
  display    : flex;
  align-items: center;
  gap        : 10px;
}

.survey-number .title-value {
  font-size: 14px;
  color    : #888;
}

.survey-number .value {
  font-size  : 16px;
  margin-left: 5px;
  color      : rgb(26, 143, 227);
  min-width  : 100px;
}

.survey-number img {
  width     : 20px;
  height    : auto;
  object-fit: cover;
}

.survey-click {
  border        : none;
  outline       : none;
  background    : #fff;
  color         : #fff;
  padding       : 6px 12px;
  border-radius : 8px;
  text-transform: uppercase;
  background    : #0e7ccf;
  height        : fit-content;
}

.survey-modal {
  position        : fixed;
  top             : 0;
  bottom          : 0;
  left            : 0;
  right           : 0;
  background-color: rgba(0, 0, 0, 0.4);
  display         : flex;
  justify-content : center;
  align-items     : center;
  z-index         : 2;
}

.modal-box {
  width           : 30%;
  min-height      : 100px;
  background-color: #fff;
  padding         : 10px;
  border-radius   : 12px;
  position        : relative;
}

.modal-box .modal-icon {
  position: absolute;
  right   : -90%;
}

.modal-box .modal-img {
  width     : 100%;
  height    : 100%;
  object-fit: cover;
}

.bottom-left {
  position: relative;
  height  : 50px;
}

.select-wrap {
  margin-bottom: 0.6rem;
  cursor       : pointer;
  position     : relative;
}

.input-wrap {
  position: relative;
}

.input-wrap input {
  background-color: #ffffff;
  border-color    : rgba(99, 99, 99, 0.23);
}

.select-wrap .click {
  position: absolute;
  left    : 0;
  top     : 0;
  width   : 100%;
  height  : 100%;
  z-index : 1;
}

.f-select {
  border-radius     : 999px !important;
  width             : 100%;
  line-height       : 1;
  appearance        : none;
  -moz-appearance   : none;
  -webkit-appearance: none;
  padding           : 0.5em 3em 0.5em 1.4em;
  color             : #222;
  border            : 1px solid #dedede;
  border-radius     : 8px;
  min-height        : 47px;
}

.select-wrap .icon {
  position : absolute;
  width    : 3px;
  height   : 9px;
  right    : 1em;
  top      : 50%;
  transform: translateY(-50%);
}

/* .survey-click a {
  color: #fff;
} */
/* .survey-click a:hover {
  color: #fff;
} */
@media (max-width: 1400px) {
  /* .item-blog .block-thumb {
    height: 150px;
  } */

  .list-blogs .row .item-blog .block-content h3 {
    height: 39px;
  }

  .list-blogs .row .item-blog .block-content h3 {
    margin-bottom: 5px;
  }
}

@media (max-width: 1200px) {
  .list-blogs .row .item-blog .block-content h3 {
    height     : 59px;
    line-height: 1.2;
  }

  .item-blog .block-content .justify {
    font-size: 13px;
  }

  .list-blogs .row .item-blog .block-content .justify {
    height: 40px;
  }

  .xemthem .button-block span {
    font-size: 15px;
  }
}

@media (max-width: 767px) {}

@media (max-width: 576px) {}

/* NEW */
.banner-sub {
  position: relative;
  top     : 0;
  width   : 100%;
  height  : 200px;
}

.banner-sub img {
  width     : 100%;
  height    : 100%;
  object-fit: cover;
}

.banner-search,
.banner-btn {
  position  : absolute;
  top       : 28%;
  left      : 50%;
  transform : translateX(-50%);
  border    : none;
  outline   : none;
  margin-top: 70px;
}

.banner-search {
  width        : 580px;
  height       : 45px;
  padding      : 8px 16px;
  border-radius: 12px 0 0 12px;
}

.banner-btn {
  background   : #0e7ccf;
  transform    : translateX(250px);
  border-radius: 0 12px 12px 0;
  width        : 80px;
  height       : 45px;
  font-size    : 20px;
}

.banner-btn i {
  color: #fff;
}

a {
  color          : #222;
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  outline: 0;
  color  : #0e7ccf;
}

.menu-second.subcate {
  margin       : 12px 0 0;
  margin-bottom: -13px;
  padding-top  : 10px;
}

.menu-second {
  margin     : 0 0 0 40px;
  padding    : 0;
  list-style : none;
  display    : flex;
  align-items: center;
  font-family: 'Inter', '-apple-system', BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', 'Arial',
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  font-weight: 400;
  font-size  : 14px;
  line-height: 1.5rem;
  gap        : 30px;
}

.menu-second.subcate li {
  display : block;
  position: relative;
}

.menu-second li {
  display    : flex;
  align-items: center;
}

.menu-second.subcate li:not(:first-of-type) {
  /* margin: 0 0 0 30px; */
}

.menu-second.subcate li {
  display : block;
  position: relative;
}

.menu-second.subcate li a {
  font-size    : 16px;
  line-height  : 1.5rem;
  color        : #222;
  padding      : 0 0 4px;
  border-bottom: 3px solid transparent;
}

.menu-second.subcate li a.active {
  font-weight: 500;
  color      : #0e7ccf;
}

.submenu {
  margin       : 0;
  padding      : 2px 0 4px;
  list-style   : none;
  position     : absolute;
  left         : -5px;
  top          : 39px;
  min-width    : 140px;
  background   : #eee none;
  border-radius: 0 0 5px 5px;
  transition   : all 0.15s;
  visibility   : hidden;
  opacity      : 0;
  transform    : translateY(15px);
}

.menu-second.subcate li.has-child .submenu {
  margin       : 6px 0;
  padding      : 10px;
  list-style   : none;
  position     : absolute;
  left         : 0;
  top          : 0;
  max-width    : 250px;
  background   : #fff none;
  border-radius: 5px;
  transition   : all 0.35s;
  visibility   : hidden;
  opacity      : 0;
  transform    : translateY(15px);
  z-index      : 9;
  box-shadow   : 0 8px 40px -5px rgba(9, 31, 67, 0.5);
}

.menu-second.subcate li.has-child .submenu li {
  transition: all 0.4s;
  font-size : 16px;
}

.menu-second.subcate li.has-child .submenu li a {
  font-size: 16px;
}

.menu-second.subcate li.has-child .submenu li:hover {
  margin-left: 4px;
}

.menu-second.subcate li.has-child .submenu li:hover a {
  color: #0e7ccf;
}

.menu-second.subcate li.has-child::after {
  content  : '›';
  transform: rotate(90deg);
  position : absolute;
  float    : left;
  font-size: 23px;
  padding  : 0 5px;
  color    : #222;
  top      : 0;
  right    : -20px;
}

.submenu>li {
  border-bottom: 1px solid #d5d5d5;
}

.menu-second.subcate li {
  display : block;
  position: relative;
}

.menu-second.subcate li.has-child .submenu>li {
  margin         : 0;
  border-bottom  : none;
  list-style-type: none;
}

.menu-second.subcate li.has-child:hover .submenu {
  opacity   : 1;
  visibility: visible;
}

.menu-second.subcate li.has-child:hover::after {
  visibility: visible;
}

.menu-second.subcate li.has-child .submenu>li>a {
  padding       : 10px;
  font-size     : 16px;
  line-height   : 16px;
  font-weight   : 500;
  color         : #222;
  display       : flex;
  align-items   : center;
  white-space   : nowrap;
  transition    : all 0.15s;
  border-bottom : 0;
  font-weight   : 400;
  text-transform: none;
}

.title-container {
  display      : flex;
  align-items  : center;
  margin-bottom: 20px;
}

.flex-jcb {
  display        : flex;
  align-items    : center;
  justify-content: space-between;
}

/* .wrapper .container {
  max-width: 1230px;
} */
.grid.highlight {
  margin                  : 24px 0 0;
  padding                 : 0 0 32px;
  /* border-top           : 1px solid #e6e8e9; */
  border-bottom           : 4px solid #f1f1f1;
  /* display              : grid; */
  /* grid-template-columns: calc(100% - 324px) 300px; */
  /* grid-gap             : 24px; */
}

.grid.highlight .article.grid {
  /* display: grid;
  grid-template-columns: calc(100% - 293px) 252px 252px; */
  /* grid-row-gap: 20px;
  grid-column-gap: 41px; */
  display : flex;
  position: relative;
}

.grid.highlight .article.grid::before {
  content    : '';
  position   : absolute;
  top        : 0;
  /* right   : 273px; */
  display    : block;
  width      : 0;
  height     : 100%;
  border-left: 1px solid #eee;
}

.grid.highlight .article.grid .article-item:nth-child(1) {
  grid-row-start: 1;
  grid-row-end  : 3;
}

.article-thumb a {
  position   : relative;
  line-height: 0;
  display    : block;
  padding    : 0 0 66.666666%;
  overflow   : hidden;
}

.luot-views-new {
  position     : absolute;
  top          : 10px;
  right        : 10px;
  color        : #fff;
  background   : #222222a1;
  border-radius: 4px;
  padding      : 2px 5px;
  font-size    : 12px;
}

img {
  max-width: 100%;
  height   : auto;
}

.article-thumb img {
  width   : 100%;
  height  : 100%;
  position: absolute;
  top     : 0;
  left    : 0;
}

.grid.highlight .article.grid .article-item:nth-child(1) .article-content {
  margin: 14px 0 0;
}

.article-title a {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', 'Arial',
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  font-weight: 600;
  color      : #222
}

.article-title a:hover {
  color: #0e7ccf
}

.grid.highlight .article.grid .article-item:nth-child(1) .article-title {
  margin     : 0;
  font-size  : 21px;
  line-height: 30px;
}

.grid.highlight .article.grid .article-item:not(:nth-child(1)) .article-title {
  margin     : 8px 0 0;
  font-size  : 16px;
  line-height: 1.5rem;
}

.article-excerpt {
  font-size  : 14px;
  line-height: 1.5rem;
  color      : #888;
}

.grid.highlight .article.grid .article-item:nth-child(1) .article-excerpt {
  margin: 9px 0 0;
}

.article-excerpt a {
  color: #888 !important;
}

.grid.highlight .article.column {
  margin               : 20px 0 0;
  padding              : 24px 0 0;
  border-top           : 1px solid #eee;
  display              : grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap             : 22px;
}

.grid.highlight .article.column .article-title {
  margin     : 12px 0 0;
  font-size  : 14px;
  line-height: 1.5rem;
}

.grid.highlight .article.column .article-title {
  margin     : 12px 0 0;
  font-size  : 14px;
  line-height: 1.5rem;
}

.grid.list {
  margin               : 32px 0 0;
  display              : grid;
  grid-template-columns: calc(100% - 380px) 300px;
  grid-gap             : 80px;
}

.grid.list .article.list .article-item {
  display              : grid;
  grid-template-columns: 250px calc(100% - 270px);
  grid-gap             : 20px;
}

.pagination-chuyendoi {
  padding        : 20px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  width          : 100%;
}

.pagination-chuyendoi .page-item.active,
.pagination-chuyendoi .page-item:hover {
  background: #0e7ccf none;
  border    : 1px solid #0e7ccf;
  color     : #fff;
}

.pagination-chuyendoi .page-item:not(:first-child) {
  margin-left: 8px;
}

.pagination-chuyendoi .page-item {
  display        : flex;
  align-items    : center;
  justify-content: center;
  width          : 48px;
  height         : 48px;
  border         : 1px solid #e6e8e9;
  border-radius  : 8px;
  background     : #fff none;
  color          : #25282b;
  font-family    : 'Inter', '-apple-system', BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', 'Arial',
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  font-weight: 500;
  font-size  : 16px;
}

.grid.list .article.list .article-title {
  margin     : 0;
  font-size  : 20px;
  line-height: 28px;
}

.grid.list .article.list .article-excerpt {
  margin: 6px 0 0;
}

.grid.list .article.list .article-item:not(:nth-child(1)) {
  margin: 27px 0 0;
}

.grid.list .article.sidebar {
  padding: 14px 0 0;
}

.grid.list .article.sidebar .title {
  margin: 0 0 24px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', 'Arial',
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  font-size     : 16px;
  line-height   : 1.5rem;
  font-weight   : 600;
  text-transform: uppercase;
  color         : #222;
}

.grid.list .article.sidebar .article-item:nth-child(2) .article-title {
  margin     : 16px 0 0;
  font-size  : 18px;
  line-height: 25px;
}

.grid.list .article.sidebar .article-item:not(:nth-child(2)) {
  margin               : 20px 0 0;
  padding              : 20px 0 0;
  border-top           : 1px solid #eee;
  display              : grid;
  grid-template-columns: calc(100% - 104px) 90px;
  grid-gap             : 14px;
}

.grid.list .article.sidebar .article-item:not(:nth-child(2)) .article-thumb {
  order: 2;
}

.grid.list .article.sidebar .article-item:not(:nth-child(2)) .article-title {
  margin     : 0;
  font-size  : 14px;
  line-height: 1.5rem;
}

.sticky-content {
  position: sticky;
  top     : 110px;
}