@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap&subset=vietnamese");

body {
  font-family: "Elle Futura";
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

@font-face {
  font-family: "Elle Futura";
  font-weight: normal;
  font-style: normal;
  src: url("https://cdn-static.noithatanhung.vn/fonts/elle-futura-book.otf");
  font-display: swap;
}

@font-face {
  font-family: "SVN-Rockness";
  font-weight: normal;
  font-style: normal;
  src: url("https://cdn-static.noithatanhung.vn/fonts/SVN-Rockness.otf");
  font-display: swap;
}

@font-face {
  font-family: "SVN Gotham";
  font-weight: 700;
  font-style: normal;
  src: url("https://cdn-static.noithatanhung.vn/fonts/SVN-Gotham Rounded Bold.ttf");
  font-display: swap;
}

.page-section {
  float: left;
  width: 100%;
}
.construction_detail_ctbqt {
  background: #fff;
  padding-bottom: 100px;
}

.construction_detail_ctbqt .clmm {
}

@media (max-width: 991px) {
  .construction_detail_ctbqt {
    background: #fff;
    padding-bottom: 40px;
  }
}

/*construction_banner*/
.construction_banner {
  position: relative;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  height: 350px;
}

@media (min-width: 1024px) {
  .construction_banner {
    height: 450px;
  }
}

@media (min-width: 1600px) {
  .construction_banner {
    height: 639px;
  }
}

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

.construction_banner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(27, 27, 27, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

.construction_banner:after {
  width: 100%;
  display: block;
  height: 98px;
  content: "";
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.construction_banner .txt-side {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  right: 67px;
}

.construction_banner .txt-side img {
  width: 75%;
}

@media (min-width: 1600px) {
  .construction_banner .txt-side img {
    width: 100%;
  }
}

.ctr_banner_content {
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 0;
  padding: 0 15px;
}

h1 {
  margin: 0;
}

.ctr_banner_content h1 {
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0;
}

.ctr_banner_content em {
  font-family: SVN-Rockness;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
  color: #ffffff;
  display: block;
  text-transform: none;
}

.ctr_banner_breadcrumb .breadcrumb {
  background: transparent;
  border: 0;
  border-radius: 0;
  justify-content: center;
  padding: 0;
  margin-bottom: 0;
}

.ctr_banner_breadcrumb .breadcrumb-item,
.ctr_banner_breadcrumb .breadcrumb-item a {
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  padding: 0;
}

.ctr_banner_breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
  padding: 0;
}

/*construction_content*/
.construction_content {
  width: 100%;
  padding: 60px 0 60px;
  background: #fff;
}

.construction_content .container {
  max-width: 1248px;
}

.construction_search {
  width: 100%;
  max-width: 370px;
  border: 1px solid #1b1b1b;
  border-radius: 30px;
  height: 41px;
  position: relative;
  padding-left: 33px;
  padding-right: 10px;
  margin-bottom: 21px;
  overflow: hidden;
}

.ctr-ic-search {
  display: block;
  width: 15px;
  height: 41px;
  background: transparent url("../images/ic-1.png") no-repeat center center;
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-indent: -99999px;
}

.construction_search input {
  font-size: 14px;
  line-height: 24px;
  color: #171717;
  width: 100%;
  outline: none;
  border: 0;
  height: 100%;
}

.construction_content_prd {
}

.construction_content_prd .col-md-4 {
  padding-bottom: 35px;
}

.ctr_prd_item {
  border-radius: 3px;
  width: 100%;
  height: 369px;
  position: relative;
  overflow: hidden;
  display: block;
}

.ctr_prd_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.5s all;
}

.ctr_prd_box {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  display: block;
  padding: 7px 45px;
  transition: 0.5s all;
}

.ctr_prd_box h3 {
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #D7AD5D;
  margin-bottom: 0;
  text-transform: uppercase;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ctr_prd_box p {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #fffdfd;
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ctr_prd_item:hover .ctr_prd_box {
  bottom: 0;
}

.ctr_prd_item:hover img {
  transform: scale(1.1);
}

.construction_content_btn {
  padding-top: 20px;
  text-align: center;
  margin-bottom: 73px;
}

.ctr_prd_btn {
  border: 2px solid #D7AD5D;
  border-radius: 30px;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  padding: 11px 20px;
  min-width: 235px;
  color: #141414;
  text-transform: uppercase;
  outline: 0;
}

.ctr_prd_btn:hover {
  color: #141414;
}

.ctr_fil {
  display: flex;
  position: relative;
  padding-top: 7px;
}

.ctr_fil_item {
  font-size: 20px;
  line-height: 24px;
  color: #1c1c1c;
  margin-right: 40px;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}

.ctr_fil_item:last-child {
  margin-right: 0;
}

.ctr_fil_item_choose {
  position: absolute;
  width: 425px;
  background: transparent;
  padding-top: 10px;
  height: 40px;
  top: 100%;
  right: -45px;
  display: none;
  z-index: 5;
}

@media (max-width: 991px) {
  .construction_content_btn {
    padding-top: 0;
    margin-bottom: 0;
  }

  .ctr_prd_btn {
    margin-bottom: 25px;
    font-size: 16px;
    padding: 7px 40px;
    min-width: unset;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ctr_fil_item_choose {
    width: 365px;
  }
}

.ctr_fil_all.active .ctr_fil_item_choose {
  display: block;
}

.ctr_fil_item:first-child .ctr_fil_item_choose,
.ctr_fil_item:nth-child(2) .ctr_fil_item_choose {
  right: auto;
  left: 0;
}

.ctr_fil_all.active {
  color: #D7AD5D;
}

.item_choose_c {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 25px 15px 20px 32px;
  display: flex;
  flex-wrap: wrap;
  cursor: default;
}

.province .item_choose_c {
  height: 400px;
  overflow-y: scroll;
}

.item_choose_item {
  width: 50%;
  padding: 0 5px;
}

.item_choose_boxbtn {
  width: 100%;
  text-align: center;
}

.item_choose_btn1 {
  display: inline-block;
  padding: 0 20px;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  color: #4f4f4f;
}

.item_choose_btn1:hover {
  color: #4f4f4f;
  text-decoration: none;
}

.item_choose_btn2 {
  display: inline-block;
  padding: 0 20px;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  color: #D7AD5D;
}

.item_choose_btn2:hover {
  color: #D7AD5D;
  text-decoration: none;
}

.ic-2 {
  display: inline-block;
  width: 12px;
  height: 6px;
  background: transparent url("../images/ic-2.png") no-repeat center center;
  margin-left: 15px;
  vertical-align: 2px;
  position: relative;
}

.ic-2:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  box-shadow: 3px -4px 5px 0px #c4c4c4;
  position: absolute;
  bottom: -27px;
  transform: rotate(-45deg);
  right: -5px;
  z-index: 6;
  display: none;
}

.ctr_fil_all.active .ic-2:after {
  display: block;
}

.ctr_fil_all.active .ic-2 {
  background: transparent url("../images/ic-3.png") no-repeat center center;
}

/*checkbox*/
.ctr_fil_check input[type="checkbox"] {
  display: none;
}

.ctr_fil_check label {
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  position: relative;
  display: block;
  padding-left: 27px;
  margin-bottom: 24px;
  cursor: pointer;
  white-space: normal;
}

.ctr_fil_check span {
  display: block;
  border-width: 2px;
  border-color: #4f4f4f;
  border-style: solid;
  position: absolute;
  top: 2px;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
}

.ctr_fil_check input[type="checkbox"]:checked + label span {
  border-color: #D7AD5D;
  display: inline-block;
  background: #D7AD5D;
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
}

.ctr_fil_check input[type="checkbox"]:checked + label {
  color: #D7AD5D;
}

.ctr_fil_check input[type="checkbox"]:checked + label span:before {
  content: "";
  width: 12px;
  height: 6px;
  transform: rotate(-45deg);
  border: 2px solid #fff;
  border-top: 0;
  border-right: 0;
  position: absolute;
  display: block;
  top: 2px;
  left: 1px;
}

.ctr_fil_all {
  position: relative;
  width: 100%;
  white-space: nowrap;
}

.ctr_fil_tag {
  padding-top: 6px;
}

.ctr_fil_tag a {
  background: rgba(247, 95, 29, 0.5);
  border-radius: 5px;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  display: inline-block;
  padding: 3px 8px;
  margin-bottom: 5px;
}

.ctr_fil_tag a:hover {
  color: #000000;
  text-decoration: none;
}

.ic-4 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent url("../images/ic-4.png") no-repeat center center;
  margin-left: 5px;
  vertical-align: -2px;
}

/*construction_blog_banner*/
.construction_blog_banner {
}

.blog_content {
}

.blog_content .ctr_prd_item {
  border-radius: 0;
  height: 390px;
}

.blog_content .ctr_prd_box {
  padding: 7px 20px 15px;
}

.blog_content .ctr_prd_box {
  text-align: left;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog_content .ctr_prd_box p {
  text-align: left;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*construction_detail_banner*/
.construction_detail_banner:before {
  display: none;
}

.construction_detail_content {
  padding: 63px 0 65px;
}

.construction_detail_box {
  margin-bottom: 14px;
  max-width: 1230px;
  margin: 0 auto;
}

.construction_detail_box h1 {
  font-size: 28px;
  line-height: 40px;
  font-weight: normal;
  text-align: center;
  color: #D7AD5D;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.construction_detail_box h1 + .construction_detail_txt {
  font-style: italic;
  margin-bottom: 20px;
  text-align: justify;
}

.construction_detail_txt p {
  text-align: justify;
}
.construction_detail_txt strong,
.construction_detail_txt p strong {
  font-weight: 900;
}

.construction_detail_txt {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.blog-content-head {
  margin-bottom: 60px;
}

.blog-content-head h2 {
  margin-bottom: 0;
  font-size: 30px;
  color: #D7AD5D;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .blog-content-head h2 {
    margin-bottom: 0;
    font-size: 25px;
    color: #D7AD5D;
    text-transform: uppercase;
  }

  .blog-content-head {
    margin-bottom: 25px;
  }

  .construction_detail_box h1 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .construction_detail_txt {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 1rem;
  }
}

@media (max-width: 991px) {
  .construction_detail_txt iframe {
    width: 100% !important;
  }
}

.construction_detail_txt img {
  max-width: 100% !important;
  height: auto !important;
}

.construction_detail_img {
  width: 100%;
  max-height: 640px;
  overflow: hidden;
  margin-bottom: 44px;
}

.construction_detail_img img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.construction_detail_tag {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.detail_tag_left {
  font-size: 17px;
  line-height: 24px;
  color: #000000;
}

.detail_tag_right {
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #4f4f4f;
  display: flex;
}

.detail_tag_right img {
  vertical-align: 1px;
  vertical-align: -5px;
}

.construction_detail_nfb {
  width: 100%;
  max-width: 1021px;
}

.construction_detail_nfb img {
  width: 100%;
}

.ctbqt_title {
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 30px;
}

.construction_detail_ctbqt .col-md-4 {
  padding-bottom: 30px;
}

.ctbqt_item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ctbqt_item_img {
  width: 100%;
  height: 291px;
  overflow: hidden;
  margin-bottom: 15px;
  display: block;
}

.ctbqt_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s all;
}

.ctbqt_item:hover .ctbqt_item_img img {
  transform: scale(1.1);
}

.ctbqt_item_txt {
  font-size: 13px;
  line-height: 17px;
  color: #4f4f4f;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
}

.ctbqt_item_title {
  font-size: 20px;
  line-height: 28px;
  color: #000;
}

.ctbqt_item_title:hover {
  text-decoration: none;
  color: #D7AD5D;
}

/*construction_video*/
.construction_video {
  float: left;
  background: #fff url("../images/bg-video.png") no-repeat top left;
  padding: 56px 0 78px;
  width: 100%;
}

.construction_video .container {
  max-width: 1450px;
}

.video_main {
  width: 100%;
  height: 700px;
}

.video_des {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 130px;
}

.video_des_title {
  display: flex;
  font-size: 17px;
  line-height: 30px;
  color: #000000;
  align-items: center;
  margin-bottom: 25px;
}

.video_des_title img {
  max-width: 100%;
  margin-right: 10px;
}

.des_share_txt {
  padding-bottom: 10px;
}

.des_share_mxh {
  white-space: nowrap;
}

.video_des_txt {
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}

.video_des_share {
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #4f4f4f;
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
}

.video_des_share span {
  display: inline-block;
  white-space: nowrap;
  padding-right: 50px;
}

/*lien-he*/
.construction_contact_banner {
}

.construction_contact .map {
  margin: 70px 0 30px;
}

@media (max-width: 767px) {
  .construction_contact .map {
    margin: 30px 0;
  }

  .construction_contact .map iframe {
    height: 400px;
  }
}

.construction_contact_banner:before {
  display: none;
}

/*construction_contact*/
.construction_contact {
  width: 100%;
  background: #fff;
  padding: 37px 0 57px;
}

/* .construction_detail_banner {
    height: 640px;
} */

@media (max-width: 991px) {
  .construction_detail_banner {
    height: 350px;
  }
}

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

.contact_content .contact_content--name {
  font-size: 32px;
  line-height: 49px;
  text-transform: uppercase;
  color: #D7AD5D;
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
}

.contact_content_txt {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #D7AD5D;
  margin-bottom: 50px;
}

.contact_address_all {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  padding-left: 35px;
  margin-bottom: 14px;
  position: relative;
}

.contact_address_all img {
  position: absolute;
  top: 2px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: 0;
}

@media (max-width: 767px) {
  .contact_address_all.contact_address_mail svg {
    top: 6px;
  }

  .contact_address_all svg {
    top: 0;
  }
}

.contact_address_all a {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  word-break: break-word;
}

.contact_address_all a:hover {
  text-decoration: none;
}

.contact_form {
  background: #efefef;
  border-radius: 5px;
  overflow: hidden;
  padding: 18px 45px 25px;
}

.contact_form .contact_form-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 38px;
  color: #D7AD5D;
  margin-bottom: 16px;
}

.contact_form input {
  border: 1px solid #878787;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  width: 100%;
  padding: 7px 14px;
  margin-bottom: 16px;
  background: transparent;
  line-height: normal;
}

.contact_form input:focus {
  outline: none;
}

.contact_form :placeholder {
  font-size: 20px;
  color: #888888;
}

.contact_form textarea {
  border: 1px solid #878787;
  border-radius: 5px;
  color: #333;
  width: 100%;
  padding: 10px 14px;
  background: transparent;
  line-height: normal;
  font-size: 16px;
}

.btn_form_submit {
  background: #D7AD5D;
  border-radius: 5px;
  font-size: 20px;
  color: #ffffff;
  min-width: 103px;
  text-align: center;
  padding: 0 10px;
  margin-top: 1rem;
}

.btn_form_submit:hover {
  color: #fff;
}

.construction_list_title {
  margin-bottom: 40px;
}

.construction_list_title span {
  font-size: 17px;
  line-height: 26px;
  text-transform: uppercase;
  color: #c8c8c8;
  display: block;
  margin-bottom: 8px;
}

.list_content {
  padding-top: 32px;
}

.construction_list_title h1 {
  font-size: 35px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #D7AD5D;
}

/*construction_404*/
.construction_404 {
  /*float: left;*/
  width: 100%;
  padding: 50px 15px;
  position: relative;
  height: 100vh;
  background: transparent url("../images/img-404.png") no-repeat center center;
  background-size: cover;
}

.construction_404:before {
  content: "";
  width: 100%;
  height: 233px;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.construction_404:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.construction_404_content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}

.construction_404_c {
  width: 100%;
}

.construction_404_c h5 {
  font-family: SVN-Gotham;
  font-size: 320px;
  text-align: center;
  color: #f66a20;
}

.construction_404_txt {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 44px;
}

.construction_404_txt span {
  font-size: 55px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.construction_404_box {
  text-align: center;
}

.btn-404 {
  background: #D7AD5D;
  border-radius: 5px;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  padding: 15px 26px;
}

.about-primary-section .wrapper-main .part-1 .heading-about h2 span {
  text-transform: uppercase;
}

header .header-menu .header-menu--main a.active {
  color: #000000;
}

.construction_content.construction_detail_content .container,
.construction_detail_ctbqt .container {
  max-width: 1260px;
}

/* .back-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 98;
    border: 1px solid #f66a20;
    border-radius: 3px;
}

.back-top:hover {
    opacity: 1;
} */

@media (max-width: 991px) {
  .ctr_prd_box {
    bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .contact_content .contact_content--name {
    font-size: 26px;
    margin-bottom: 8px;
  }

  .contact_content_txt {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .contact_address .contact_address_all,
  .contact_address_all a {
    font-size: 16px;
    line-height: 26px;
    vertical-align: baseline;
  }
}

@media (max-width: 1199px) {
  .ctr_prd_item {
    height: 290px;
  }
}

@media (max-width: 991px) {
  .ctr_fil_all {
    font-size: 16px;
  }

  .ic-2 {
    margin-left: 5px;
  }
}

@media (max-width: 413px) {
  .ctr_fil_all {
    font-size: 14px;
  }
}

.category-side {
  transition: 0.6s all;
  position: sticky;
}

.clmm span {
  padding-right: 30px;
  position: relative;
  z-index: 2;
  background: #fff;
}

.clmm {
  position: relative;
  z-index: 2;
}

.clmm:after {
  position: absolute;
  content: "";
  top: 55%;
  transform: translateY(-50%);
  right: 0;
  width: 100%;
  height: 1px;
  background: #dddddd;
}

.follow-h3 {
  font-size: 16px !important;
  margin-top: 30px;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-weight: bold;
  position: relative;
}

.follow-h3::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 60px;
  background: #dddddd;
}

.category-side.fixed {
}

.category-side .cate-tit {
  font-size: 20px;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  position: relative;
  font-weight: bold;
}

.category-side .cate-tit::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 60px;
  background: #dddddd;
}

.category-side .category-item {
  display: flex;
  margin-bottom: 1rem;
}

.category-item .image {
  flex-shrink: 0;
  height: 100px;
  width: 100px;
  position: relative;
  margin-right: 10px;
}

.category-item .image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.category-item .desc a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #000;
  font-size: 15px;
  line-height: 22px;
}

.category-item .desc a:hover {
  color: #D7AD5D;
}

.date svg {
  vertical-align: top;
  margin-top: 2px;
}

@media (max-width: 991px) {
  .construction_detail_ctbqt .ctbqt_item .ctbqt_item_title {
    font-size: 15px;
    line-height: 22px;
  }

  .construction_detail_ctbqt .ctbqt_item .ctbqt_item_img {
    display: inline-block;
    padding-bottom: 60%;
    position: relative;
    height: unset;
  }
  .construction_detail_ctbqt .ctbqt_item .ctbqt_item_img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .construction_detail_ctbqt .clmm {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .clmm:after {
    display: none;
  }
}
#ajax-loading {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  left: 45%;
  padding: 15px 20px;
  position: fixed;
  top: 45%;
  z-index: 99999;
}
#bg_loading {
  display: none;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  float: left;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.productlist__content {
  margin-top: 40px;
}
