* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Montserrat";
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

figure {
  margin-bottom: 0;
}

.pro {
  position: relative;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 7px;
  padding-right: 7px;
}

.banner_new .navbar-brand {
  height: 50px;
}

.navbar-brand {
  width: 134px;
  height: 111px;
  background-color: #9C040A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link,
.navbar-nav .nav-link {
  padding: 13px 15px;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: 'Montserrat-bold';
}

.navbar-nav .nav-item.active > .nav-link,
.navbar-nav .nav-item:active:focus > .nav-link,
.navbar-nav .nav-item:active > .nav-link,
.navbar-nav .nav-item:focus > .nav-link,
.navbar-nav .nav-item:hover > .nav-link {
  color: #9C040A;
}

.navbar-nav .nav-item {
  margin-right: 70px;
}

.navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.slide-img img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-slider-wrap {
  height: 600px;
  position: relative;
  overflow: hidden;
}

.slick-arrow {
  width: 48px;
  height: 48px;
  background-color: transparent;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  opacity: 1;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.slick-arrow:hover {
  background-color: #9C040A;
  border: 1px solid #9C040A;
}

.slick-prev {
  left: calc((100% - 1170px)/2);
  z-index: 2;
}

.slick-next {
  right: calc((100% - 1170px)/2);
  z-index: 2;
}

.slick-prev::before {
  content: '\f177';
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 16px;
  opacity: 1;
}

.slick-next::before {
  content: '\f178';
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 16px;
  opacity: 1;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
  opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}

.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}

.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

.slick-dots li button:before {
  content: none;
}

.call-me {
  position: absolute;
  z-index: 9;
  background-color: #9C040A;
  bottom: 0;
  right: 0;
  padding: 16px 20px;
}

.call-me i {
  font-size: 18px;
  color: #ffffff;
  margin-right: 10px;
}

.call-me a {
  color: #ffffff;
  font-family: 'Montserrat-bold';
}

.home-slider-wrap .slide-it .slide-ct {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 130px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.ct-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-family: 'Montserrat-bold';
}

.ct-tit p {
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 31px;
  font-weight: 700;
}

.ct-tit h3 {
  font-size: 51px;
  font-weight: 900;
}

.ct-tit h2 {
  font-size: 80px;
  font-weight: 900;
}

.title_page {
  font-size: 40px;
  font-family: 'Montserrat-bold';
  font-weight: 900;
  text-align: center;
}

.about__us {
  padding-top: 120px;
}

.about__us .title_page {
  text-transform: uppercase;
}

.title_about_us {
  font-size: 80px;
  font-weight: 900;
  margin-bottom: 0;
}

.img_abbout_us {
  border-radius: 8px;
  overflow: hidden;
}

.title_about {
  font-family: 'Montserrat-black';
  font-weight: 900;
  font-size: 27px;
  line-height: 32.91px;
}

.excerpt {
  font-size: 14px;
  font-weight: 400;
  margin: 30px 0;
}

.see-more a {
  font-size: 14px;
  font-weight: 600;
  color: #9C040A;
}

.service_item_wrap {
  position: absolute;
  padding-top: 75%;
  left: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(156, 4, 10, 0)), to(#9C040A));
  background: linear-gradient(180deg, rgba(156, 4, 10, 0) 0%, #9C040A 100%);
  border-radius: 8px;
}

.swiper-slide {
  position: relative;
}

.service_item {
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff;
}

.service_item a {
  color: #ffffff;
  font-weight: 700;
  font-size: 27px;
}

.child_item a {
  display: block;
  color: #ffffff;
  padding-top: 15px;
}

.customer_talk_about_me {
  margin-top: -130px;
  background-color: #19232C;
  padding: 260px 0 120px 0;
  background-image: url(../imgs/bg_khach.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.customer_talk_about_me .container {
  padding: 0 150px;
}

.customer_item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #ffffff;
}

.customer_item h3 {
  font-size: 36px;
  font-weight: 700;
  font-family: 'Montserrat-bold';
}

.customer_item .line_customer {
  height: 1px;
  background-color: #ffffff;
  width: 200px;
  margin: 30px 0;
}

.customer_item .customer_name h4 {
  font-size: 22px;
  font-weight: 700;
  font-family: 'Montserrat-bold';
}

.customer_item .customer_name h4 span {
  font-weight: 500;
  font-size: 16px;
  font-family: 'Montserrat';
}

.customer_item .customer_name p {
  font-size: 14px;
}

.slider_customer .slick-prev {
  left: calc((100% - 1000px)/2);
}

.slider_customer .slick-next {
  right: calc((100% - 1000px)/2);
}

.archive_wrap {
  background-color: #9C040A;
  padding: 100px 0;
}

.count-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-family: 'Montserrat-black';
  font-weight: 900;
  font-size: 60px;
  line-height: 73.14px;
  text-align: center;
}

.count-item p {
  font-size: 16px;
  padding: 10px 30px 0;
  line-height: 1.7;
}

.count-wrap {
  padding-bottom: 60px;
  border-bottom: 1px dashed #ffffff;
}

.swiper-arrow {
  border: 1px solid #ffffff;
  outline: none;
  background: transparent;
  padding: 0;
  min-width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-arrow i {
  color: #ffffff;
}

.swiper-arrow:hover {
  background-color: #ffffff;
}

.swiper-arrow:hover i {
  color: #9C040A;
}

.swiper-arrow:focus {
  outline: none;
}

.swiper-arrow:last-child {
  border-left: none !important;
}

.swiper-arrow:last-child:hover {
  border-left: 1px solid #ffffff;
}

.new-wrap {
  margin-top: 60px;
}

.title_new {
  font-size: 40px;
  font-weight: 900;
  font-family: 'Montserrat-black';
}

.title_new .see-all {
  font-family: 'Montserrat';
  font-weight: 600;
}

.see-all {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

.see-all:hover {
  color: #ffffff;
}

.tieubieu .title_new {
  color: #ffffff;
}

.title_img img {
  border-radius: 8px;
  overflow: hidden;
}

.title_img h2 {
  margin-top: 15px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
}

.box_cat {
  margin-top: 7px;
  padding-left: 15px;
  border-left: 1px solid #ffffff;
}

.box_cat a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.time {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
}

.cat_name {
  color: #9C040A;
  font-size: 14px;
  font-weight: 600;
}

.cat_name:hover {
  color: #9C040A;
}

.swiper-new {
  margin-top: 60px;
}

.swiper_new_slide .col-md-4 {
  padding: 0 7px !important;
}

.swiper_new_slide .col-md-8 {
  padding: 0 7px !important;
}

.title_post {
  color: #000000;
}

.title_post h2 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}

.time_new {
  margin-top: 20px;
}

.time_new .time {
  color: #777777;
  margin-right: 10px;
}

.swiper_new_slide {
  margin-top: 20px;
}

.swiper_new_slide:first-of-type {
  margin-top: 0;
}

.knowledge_wrap {
  margin-top: 50px;
}

.knowledge_wrap .col-md-4 {
  padding: 0 7px !important;
}

.knowledge_wrap .title_post {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
}

.line_knowledge {
  height: 1px;
  background-color: #c4c4c4;
  width: 90px;
  margin: 16px 0;
}

.knowledge_item {
  margin-bottom: 60px;
}

.new_and_knowledge_wrap {
  padding: 100px 0;
}

.new_and_knowledge_wrap .see-all {
  color: #9C040A;
  font-weight: 600;
}

.new_slide_wrap {
  margin-top: 50px;
}

.copyright-detail {
  font-size: 14px;
}

.copyright-detail p {
  margin: 0;
  padding: 18px 0;
  background-color: #000000;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.slide_service {
  margin-top: 100px;
}

.banner-wrap {
  position: relative;
  z-index: 1;
  height: 600px;
  overflow: hidden;
}

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

.page-title {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  padding-top: 180px;
}

.pagepage .slide_service {
  margin-top: -175px;
  margin-bottom: 100px;
}

.service_item_wrap.active {
  border: 2px solid #9C040A;
}

.service_for {
  border-bottom: 4px solid #9C040A;
  padding: 0;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 60px;
}

.service_for p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

.service_for h2 {
  font-family: 'Montserrat-black';
  font-size: 60px;
  font-weight: 900;
}

.cat_title {
  color: #000000;
  margin-bottom: 20px;
}

.cat_title span {
  font-size: 36px;
  font-weight: 800;
  font-family: 'Montserrat-black';
  margin-left: 15px;
}

.cat_description {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  max-width: 560px;
}

.service_hot_wrap .title_post {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
  margin-bottom: 20px;
  margin-top: 60px;
}

.service_hot_wrap h2 {
  font-weight: 900;
  font-family: 'Montserrat-black';
}

.service_page_wrap .title_new {
  font-size: 24px;
  color: #000000;
}

.service_page_wrap .see-all {
  color: #9C040A;
}

.service_page_wrap .title_img h2 {
  color: #000000;
}

.service_page_wrap .box_cat {
  border-left: 1px solid #9C040A;
}

.service_page_wrap .box_cat a {
  color: #9C040A;
}

.service_page_wrap .box_cat .time {
  color: #777777;
}

.service_tieu_bieu {
  margin-top: 40px;
}

.service_hot_wrap {
  margin-bottom: 80px;
}

.category_service {
  padding-bottom: 100px;
  border-bottom: 1px dashed #9C040A;
  padding-top: 100px;
}

.category_service:first-child {
  padding-top: 0;
}

.category_service:last-child {
  border-bottom: 0;
}

.banner_new .navbar {
  -webkit-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
}

.category_wrap {
  border-radius: 8px;
  background-color: #ffffff;
  padding: 60px;
  height: 702px;
}

.category_wrap .swiper-arrow {
  border: 1px solid #9C040A;
}

.category_wrap .swiper-arrow:hover {
  background-color: #9C040A;
}

.category_wrap .swiper-arrow:hover i {
  color: #ffffff;
}

.category_wrap .swiper-arrow i {
  color: #9C040A;
}

.category_wrap .title_new {
  margin-bottom: 0;
  font-size: 28px;
  padding-bottom: 25px;
  border-bottom: 4px solid #9C040A;
}

.new_page {
  background: #f0f3f8;
}

.nav-cat {
  list-style: none;
}

.nav-cat .cat-item .cat-link {
  font-family: 'Montserrat-bold';
  font-size: 16px;
  color: #000000;
  padding: 20px 0;
  display: block;
}

.nav-cat-wrap {
  height: 488px;
  margin-top: 30px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #C4C4C4;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #F0F0F0;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #C4C4C4;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.new_border {
  border-bottom: 4px solid #9C040A;
}

.new_border .title_new {
  border-bottom: 0;
}

.new_slide-img img {
  border-radius: 8px;
  overflow: hidden;
}

.new-slider {
  margin-top: 30px;
}

.title_wrap {
  margin-top: 30px;
}

.title_wrap .title_post h2 {
  font-size: 20px;
}

.select_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 48px;
}

.select_wrap span {
  font-size: 12px;
  padding: 10px;
  display: block;
  opacity: 0.5;
}

.select_wrap select {
  border: 0;
  margin-right: 10px;
  font-size: 13px;
  font-weight: bold;
}

.select_wrap select:focus {
  outline: none !important;
}

.custom-new-wrap {
  margin: 0 -7px !important;
  padding: 60px;
}

.custom-new-wrap .title_new {
  font-size: 28px;
}

.custom-new-wrap .title_post {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
}

.single_new_wrap {
  padding: 60px;
  background-color: #ffffff;
  border-radius: 8px;
}

.new_title_wrap {
  padding-bottom: 20px;
  border-bottom: 2px solid #9C040A;
}

.content_single {
  font-size: 14px;
}

.content_single img {
  width: 100%;
}

.kt_noi_bat_wrap .title_post h2 {
  font-size: 24px;
  line-height: 32px;
}

.kt_noi_bat_wrap .title_new {
  font-size: 24px;
}

.kt_wrap {
  margin-bottom: 100px;
}

.kt_wrap .container {
  position: relative;
  z-index: 9;
  margin-top: -175px;
  padding: 100px 90px 60px 90px;
  background-color: #ffffff;
  border-radius: 8px;
}

.category_kt_wrap {
  margin-top: 40px;
}

.category_kt_wrap:first-child {
  margin-top: 0;
}

.category_kt_wrap .title_new {
  font-size: 16px;
  font-weight: 800;
  border-bottom: 2px solid #9C040A;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.category_kt_wrap .title_new a {
  color: #9C040A;
  margin-left: 20px;
}

.kt_cat_item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
  max-width: 20%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: auto;
  padding: 0 7px;
}

.navbar-nav {
  margin: 0 !important;
}

.post, .page {
  margin: 0;
}

.logo-new-mb {
  display: none;
}

.related-post-mb {
  display: none;
}

.kt-related {
  padding: 0px 60px 60px 0;
}

#trueModalSearch.fancybox-content {
  background-color: transparent;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-bg {
  background: rgba(156, 4, 10, 0.95);
}

.navbar {
  padding: 0;
}

.search-wrap {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #9C040A;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.btn {
  color: #fff;
}

.btn:hover, .btn:focus, .btn:active {
  color: #fff;
}

.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-field {
  width: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  height: 60px;
  background-color: transparent;
  color: #ffffff;
  opacity: 1;
  /* Firefox */
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Montserrat-bold';
}

input[type="search"]:focus {
  color: #fff;
  outline: none;
  border: 0;
  border-radius: 0;
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 4px solid #fff;
}

.search-form label {
  width: 100%;
  margin-bottom: 0;
}

.search-form ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Montserrat-bold';
}

.search-form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Montserrat-bold';
}

.search-form ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Montserrat-bold';
}

.search-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Montserrat-bold';
}

.search-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  font-family: 'Montserrat-bold';
  text-transform: uppercase;
}

.search-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Montserrat-bold';
}

.search-form::after {
  content: '\f002';
  font-size: 20px;
  font-family: 'Font Awesome 5 Pro';
  color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
}

.search-submit {
  text-indent: -99999px;
  position: relative;
  z-index: 9;
  background-color: transparent !important;
  border: 0 !important;
}

.search-submit:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-page-wrap {
  margin-top: -150px;
  position: relative;
  z-index: 9;
  background-color: #fff;
  border-radius: 8px;
}

.page-search-header {
  padding-top: 50px;
  border-bottom: 4px solid #9C040A;
}

.search-title {
  font-family: 'Montserrat-bold';
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #C4C4C4;
  border-color: #C4C4C4 !important;
  height: 48px;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  background-color: #9C040A;
  border-color: #9C040A !important;
  color: #fff;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
  border-top: 1px dashed #9C040A;
}

.wp-pagenavi span.current {
  color: #9C040A;
}

.wp-pagenavi span.current:hover {
  color: #fff;
}

.pagenavi-wrap {
  width: 100%;
  margin-top: 60px;
}

.new_page {
  padding-bottom: 100px;
}

.tax-danh_muc_kien_thuc {
  background-color: #f0f3f8;
}

.single-dich-vu, .single-kien-thuc, .post-type-archive-kien-thuc {
  background-color: #f0f3f8;
}

.kt-nb-btn .swiper-arrow {
  border: 1px solid #9C040A;
}

.kt-nb-btn .swiper-arrow i {
  color: #9C040A;
}

.kt-nb-btn .swiper-arrow:hover {
  background-color: #9C040A;
}

.kt-nb-btn .swiper-arrow:hover i {
  color: #ffffff;
}

.paginate_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ajax-img {
  display: none;
  width: 100%;
}

.home_news_main.active {
  display: none !important;
}

.client-slide .swiper-arrow:last-child {
  border-left: 1px solid #ffffff !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-brand {
    width: auto;
    height: auto;
    padding: 7px;
  }
  .navbar-brand img {
    height: 50px;
  }
  .bsnav {
    background-color: #9C040A;
  }
  .bsnav-mobile .navbar-nav {
    padding: 0;
  }
  .call-me {
    display: none;
  }
  .home-slider-wrap .slide-it .slide-ct {
    padding-top: 200px;
  }
  .ct-tit p {
    text-align: center;
    font-size: 16px;
  }
  .ct-tit h3 {
    font-size: 24px;
  }
  .ct-tit h2 {
    font-size: 44px;
  }
  .title_about_us {
    font-size: 40px;
  }
  .title_about {
    margin-top: 30px;
  }
  .customer_talk_about_me {
    padding: 185px 0 120px 0;
  }
  .service_item a {
    font-size: 16px;
  }
  .child_item a {
    font-size: 12px;
    padding-top: 7px;
  }
  .customer_talk_about_me .container {
    padding: 0 15px;
  }
  .count-item {
    padding-top: 80px;
  }
  .archive_wrap {
    padding-top: 30px;
  }
  .title_new {
    font-size: 32px;
  }
  .archive_wrap .see-all {
    display: block;
    margin-top: 20px;
  }
  .kt-wrap-item {
    margin-top: 60px;
  }
  .navbar-nav .nav-item {
    margin-right: 0px;
    text-align: center;
  }
  .bsnav-mobile .navbar-nav .nav-item .nav-link {
    padding: 15px 0;
    color: #ffffff;
    font-weight: 800;
    font-size: 32px;
  }
  .bsnav-mobile .navbar {
    background-color: #9C040A;
  }
  .service_page_wrap {
    padding: 0 15px;
  }
  .service_tieu_bieu .swiper-slide {
    margin-top: 30px;
  }
  .service_for p {
    font-size: 18px;
  }
  .service_for h2 {
    font-size: 40px;
  }
  .cat_title span {
    font-size: 24px;
  }
  .category_wrap {
    padding: 0 15px;
  }
  .mb-cat {
    display: none;
  }
  .new_page .container {
    padding-top: 0 !important;
  }
  .nav-cat-wrap {
    margin-top: 0;
    height: auto;
  }
  .category_wrap {
    border-radius: 0;
    height: auto;
    margin-bottom: 20px;
  }
  .cat-pd-0 {
    padding: 0;
  }
  .nav-cat {
    margin-bottom: 0;
    overflow-y: hidden;
    overflow-x: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 56px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-cat .cat-item {
    margin: 0px 25px;
  }
  .nav-cat .cat-item .cat-link {
    white-space: nowrap;
  }
  .custom-new-wrap {
    padding: 60px 0;
    margin: 0 -15px !important;
  }
  .custom-new-wrap .select_wrap {
    display: none;
  }
  .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 0;
  }
  .kt_wrap {
    background-color: unset;
    padding: 0 15px;
  }
  .kt_wrap .container {
    padding: 50px 15px 60px 15px;
  }
  .select_wrap {
    display: none;
  }
  .kt_cat_item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .new-wrap {
    padding: 0 15px;
  }
  .mb-pd {
    padding: 0;
  }
  .swiper_new_slide .col-md-4 {
    padding: 0 15px !important;
  }
  .kt_cat_item {
    margin-bottom: 20px;
  }
  .kt_noi_bat_wrap .title_post h2 {
    font-size: 20px;
  }
  .the_excerpt {
    font-size: 13px;
  }
  .knowledge_item {
    margin-bottom: 30px;
  }
  .logo-new-mb {
    display: block;
  }
  .logo-new {
    display: none;
  }
  .banner_new .navbar-brand {
    height: auto;
  }
  .category_wrap .title_new {
    padding-left: 0;
    padding-top: 15px;
  }
  .single_new_wrap {
    padding: 15px !important;
  }
  .title_post h2 {
    font-size: 12px;
  }
  .time_new {
    margin-top: 8px;
  }
  .related-post-mb {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title_new {
    font-size: 26px;
  }
  .kt-related {
    padding: 0px 20px 20px 20px;
  }
  .kt-related {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
  .service_page_wrap .title_post h2 {
    font-size: 16px;
    line-height: 1.5;
  }
  .service_page_wrap .service_for {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .service_hot_wrap .title_post {
    margin-top: 0px;
  }
  .excerpt {
    margin: 15px 0;
    font-size: 13px;
  }
  .kt_wrap .single_new_wrap {
    padding: 0 !important;
  }
  .single-dich-vu {
    background-color: #f0f3f8;
  }
  .cs-ab-us {
    padding: 15px;
  }
  .search-wrap {
    position: absolute;
    top: 10px;
    left: 0;
  }
  .container-mb {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .service_tieu_bieu .swiper-slide.d-flex.flex-column.col-md-4 {
    padding: 0;
  }
  .category_wrap .swiper-arrow {
    margin-top: 10px;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    height: 35px;
    width: 35px;
    font-size: 12px;
  }
}

.navbar-toggler.toggler-spring {
  width: 23px;
}

.navbar-toggler.toggler-spring .navbar-toggler-icon {
  height: 2px;
}

.navbar-toggler .navbar-toggler-icon {
  background-color: #fff;
}

.navbar-toggler.toggler-spring .navbar-toggler-icon::before {
  top: 8px;
  height: 2px;
}

.navbar-toggler .navbar-toggler-icon::before {
  background-color: #fff;
}

.navbar-toggler.toggler-spring .navbar-toggler-icon::after {
  top: 16px;
  height: 2px;
}

.navbar-toggler .navbar-toggler-icon::after {
  background-color: #fff;
}

.navbar-toggler:focus {
  outline: none;
}

.bsnav-mobile .navbar {
  width: 100vw !important;
  -webkit-transform: translate3d(120vw, 0, 0);
          transform: translate3d(120vw, 0, 0);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.pagepage {
  position: relative;
  z-index: 9;
}
/*# sourceMappingURL=hh.css.map */