@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
/*Banner website css*/
.section-hbanner-mbws .hbanner-mbws {
  border-radius: 20px;
}
.section-hbanner-mbws .hbanner-mbws .bg-fill {
  border-radius: 20px;
}

.banner-local-mbws {
  border-radius: 20px;
}
.banner-local-mbws .bg-fill {
  border-radius: 20px;
}

/*MegaMenu layout*/
.row-menu-gt .col-menu-gt {
  width: 300px;
}
.row-menu-gt .col-menu-gt .menu-gt {
  font-size: 14px;
  font-weight: 600;
}
.row-menu-gt .col-menu-gt .menu-gt .ux-menu-link__link {
  border-bottom-style: unset !important;
}

.row-menu-sp .col-menu-sp {
  width: 600px;
}
.row-menu-sp .col-menu-sp .menu-sp {
  font-size: 14px;
  font-weight: 600;
}
.row-menu-sp .col-menu-sp .menu-sp .ux-menu-link__link {
  border-bottom-style: unset !important;
}

.row-menu-dcmd .col-menu-dcmd {
  width: 300px;
}
.row-menu-dcmd .col-menu-dcmd .menu-dcmd {
  font-size: 14px;
  font-weight: 600;
}
.row-menu-dcmd .col-menu-dcmd .menu-dcmd .ux-menu-link__link {
  border-bottom-style: unset !important;
}

.row-menu-tt .col-menu-tt {
  width: 400px;
}
.row-menu-tt .col-menu-tt .menu-tt {
  font-size: 14px;
  font-weight: 600;
}
.row-menu-tt .col-menu-tt .menu-tt .ux-menu-link__link {
  border-bottom-style: unset !important;
}

/*layout chuyên mục tin tức
.category-tin-tuc .blog-wrapper{
    .box-vertical .box-image {
        width: 30% !important;
    }
}
*/
/*footer*/
.cf7-footer .wpcf7-form {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 40px;
}
.cf7-footer .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.cf7-footer .wpcf7-form .wpcf7-form-control-wrap .wpcf7-email {
  width: 400px;
  border-radius: 20px;
}
.cf7-footer .wpcf7-form .wpcf7-submit {
  border-radius: 20px !important;
}

/*delete*/
.comment-respond {
  display: none !important;
}