/* Write Custom Css Here */
/** CSS tùy chỉnh riêng cho trang chủ **/

[data-page="trang-chu"] .section-title > .title,
[data-page="trang-chu"] .categories .work-single-item .title {
  text-align: center;
}

[data-page="trang-chu"] .categories .content .imagelink {
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  display: block;
  overflow: hidden;
}

[data-page="trang-chu"] .header-bottom-area .content .title {
  letter-spacing: 0;
  line-height: 2em;
  font-size: 18px;
  color: var(--heading-color);
  font-weight: 650;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: -10px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: center;
}

[data-page="trang-chu"] .header-bottom-area .work-single-item img {
  transition: all 0.5s ease;
}

[data-page="trang-chu"] .header-bottom-area .work-single-item > div:hover img {
  transform: scale(1.04);
}

[data-page="trang-chu"] .header-bottom-area .work-single-item > div:hover h3 {
  color: var(--main-color-two);
}

[data-page="trang-chu"] .header-bottom-area .work-single-item > div h3 {
  transition: all 0.5s ease;
}

[data-page="trang-chu"] .get-title .title,
[data-page="trang-chu"] .header-bottom-area .section-title .title {
  font-size: 28px;
  color: var(--main-color-one);
}

[data-page="trang-chu"] .header-bottom-area > div > div > div {
  align-self: end;
}

[data-page="trang-chu"] .get-title .title {
  text-align: center;
}

[data-page="trang-chu"] #tieude-danhmucchinh,
[data-page="trang-chu"] .header-bottom-area.categories {
  background-color: rgba(238, 238, 238, 0.44);
}

[data-page="trang-chu"] .listing.trang-chu > div:hover > div {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .12);
}

[data-page="trang-chu"] .listing.trang-chu .title:hover {
   text-decoration: underline;
}

[data-page="trang-chu"] .blog-view.trang-chu .listing > div > div {
  flex-direction: column;
  padding-top: 20px; 
  padding-bottom: 30px; 
  border-radius: 6px;
  transition: all 0.5s ease;
}

[data-page="trang-chu"] .blog-view.trang-chu a > .title {
  text-align: left;
  font-size: 1.2rem;
  margin-top: 26px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4rem;
  height: 45px;
}

[data-page="trang-chu"] .blog-view.trang-chu .listing .row > div {
  max-width: 100%;
}

[data-page="trang-chu"] .blog-view.trang-chu .image {
  height: 220px;
  overflow: hidden;
  border-radius: 6px;
}

[data-page="trang-chu"] .blog-view.trang-chu .image img {
  height: 100%;
  width: 100%;
}

[data-page="trang-chu"] .blog-view.trang-chu .content {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 82px;
}

[data-page="trang-chu"] .blog-view.trang-chu .btn-action.details:hover {
  background-color: var(--main-color-one);
  color: #fff;
  text-decoration: underline;
}

[data-page="trang-chu"] .blog-view.trang-chu .more {
  text-align: center;
  margin-top: 20px;
  display: none;
}

[data-page="trang-chu"] .blog-view.trang-chu .btn-action.details {
  border: 1px solid #ececec;
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px 0;
  margin: 8px auto 0;
  border-radius: 6px;
  color: var(--main-color-one);
  background-color: #f9f9f9;
  font-weight: bold;
  transition: all 0.5s ease;
}

[data-page="trang-chu"] .blog-view.trang-chu .more .btn-more {
  padding: 14px 23px;
  background-color: var(--main-color-one);
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  display: inline-block;
}

[data-page="trang-chu"] #support-area-three-39 .col-lg-5 {
  width: 100%;
  margin-left: unset;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 20px;
  padding-right: unset;
}

[data-page="trang-chu"] #support-area-three-39 .section-title .btn-xem-them {
  background-color: #f5f5f5;
  border-radius: 40px;
  color: var(--main-color-one);
  font-size: 18px;
  display: inline-block;
  padding: 10px 34px;
  margin-top: 10px;
  border: 1px solid var(--main-color-one);
  transition: all 0.5s ease;
}

[data-page="trang-chu"] #support-area-three-39 .section-title .btn-xem-them:hover {
  background-color: var(--main-color-one);
  color: #fff;
  text-decoration: underline;
}

[data-page="trang-chu"] #support-area-three-39 .title .title {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 16px;
  color: var(--main-color-one);
}

[data-page="trang-chu"] .sanphamnoibat .work-single-item .imagelink {
  border: 5px solid var(--main-color-one);
  border-radius: 2px;
  display: block;
  overflow: hidden;
}
/*--------------------end trang chủ-------------------------*/
/** Trang Giới thiệu **/

/**Chỉnh màu background catalog**/
[data-page="gioi-thieu"] .blog-listing {
  background-color: #f6f8f9;
}
/**Chỉnh màu background catalog end**/

[data-page="gioi-thieu"] .overview2 > div > .container > div {
  width: 768px;
}

[data-page="gioi-thieu"] .overview1 .offset-lg-1 {
  margin-left: unset !important;
}

[data-page="gioi-thieu"] .overview1 .col-lg-5 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

[data-page="gioi-thieu"] #tabListingContent .item .download span,
[data-page="gioi-thieu"] #tabListingContent .item .index,
[data-page="gioi-thieu"] #tabListingContent .item .date {
  display: none;
}

[data-page="gioi-thieu"] #tabListingContent > div {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}

[data-page="gioi-thieu"] #tabListingContent > div > div {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  padding: 15px;
}

[data-page="gioi-thieu"] #tabListingContent .title > a {
  text-align: center;
  display: block;
  color: var(--heading-color);
}

[data-page="gioi-thieu"] .img-thumbnail {
  all: unset;
  max-width: 100%;
}

[data-page="gioi-thieu"] #tabListingContent .item > dl {
  display: flex;
  flex-direction: column-reverse;
  padding: 10px;
  justify-content: flex-end;
  border: 1px solid #df7878;
  border-radius: 4px;
  transition: all 0.5s ease;
  box-shadow: 0 .125rem .25rem rgba(250, 50, 57, .15);
}

[data-page="gioi-thieu"] #tabListingContent .item > dl:hover {
  box-shadow: 0 .5rem 1rem rgba(250, 50, 57, .15);
}

[data-page="gioi-thieu"] .row img {
  width: 100%;
}

[data-page="gioi-thieu"] .f-carousel {
  --f-carousel-theme-color: transparent !important;
}

[data-page="gioi-thieu"] .f-button svg {
  color: #838383;
}

[data-page="gioi-thieu"] .blog-listing .section-title .title {
  font-size: 24px;
  line-height: 1.0833333333;
  text-align: center;
}

[data-page="gioi-thieu"] #support-area-three-100 .section-title a {
  color: var(--main-color-two);
}

[data-page="gioi-thieu"] #support-area-three-100 .section-title a:hover {
  color: var(--main-color-two) !important;
  text-decoration: underline;
}

/* Responsive */
@media only screen and (max-width: 1199px) {
  [data-page="gioi-thieu"] #tabListingContent > div > div {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 991px) {
  [data-page="gioi-thieu"] .overview1 .col-lg-6 {
    order: -1;
  }
  [data-page="gioi-thieu"] .overview1 .col-lg-5 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  [data-page="gioi-thieu"] #tabListingContent > div > div {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media only screen and (max-width: 599px) {
  [data-page="gioi-thieu"] .build-area .build-img.bg-image-02 {
    min-height: 280px;
  }
}

@media only screen and (max-width: 575px) {
  [data-page="gioi-thieu"] #tabListingContent > div > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/*----------------------giới thiệu-------------------------*/
/** CSS tùy chỉnh riêng cho từng trang **/
/** Trang Liên hệ **/

[data-page="lienhe"] .contact-inner-area .section-title .title {
  font-size: 32px;
  line-height: 42px;
  color: var(--main-color-one);
  margin-bottom: 14px;
  font-weight: 600;
}

[data-page="lienhe"] .contact-inner-area .btn-wrapper #contact_form_btn {
  border: 1px solid #ececec;
  padding: 10px 62px;
  border-radius: 6px;
  color: var(--main-color-one);
  background-color: #f9f9f9;
  font-weight: bold;
  transition: all 0.5s ease;
  margin: 0 auto;
  display: block;
}

[data-page="lienhe"] .contact-inner-area .btn-wrapper #contact_form_btn:hover {
  background-color: var(--main-color-one);
  color: #fff;
  text-decoration: underline;
}

[data-page="lienhe"] .contact-inner-area .contact-form {
  padding: 20px;
  background-color: #f5f5f5;
}

/*----------------------liên hệ-------------------------*/
/** CSS tùy chỉnh riêng cho từng trang **/
@media (min-width: 992px) {
  [data-page="bao-gia"] .services-form #quoteform {
    display: flex;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .services-form #quoteform > div {
    padding-left: 30px;
  }
}

@media (max-width: 575px) {
  .table td, .table th {
    padding: .25rem;
  }
  .form-control {
    padding: .375rem .25rem;
  }
}
/*----------------------báo giá-------------------------*/
.breadcrumb-area .breadcrumb-inner ul:has(li:nth-child(3)) li:nth-child(2) {
  display: none !important;
}
.breadcrumb-area .breadcrumb-inner .title {
	display: none;
}
#category > h2 {
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 16px;
}
.header-style-01 .navbar-nav > li > a {
  text-transform: uppercase; 
}
#products .product .description_full a,
.content_details a {
  color: var(--main-color-two);
}
#products .product .description_full a:hover,
.content_details a:hover {
  text-decoration: underline;
}
[lang="vi"] .footer-area [lang="en"],
[lang="en"] .footer-area [lang="vi"] {
  display: none;
}
nav.navbar {
  padding: .4rem 1rem;
  display: block;
  box-shadow: 0 2px 2px 0 rgba(121, 112, 112, 0.97);
  border: 1px solid #ccc;
  background-color: #fff;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  border-top: 0 solid #000;
  border-bottom: 0 solid #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
 
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
}
nav ul.navbar-nav ul.sub-menu{
	box-shadow: 0 2px 2px 0 rgba(121, 112, 112, 0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:rgb(240, 240, 240)!important;
	border:1px solid #cccccc50;
}
.navbar-area.active .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: #fff;
}
.header-style-01 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.share-area.trang-chu,
#topbar-area,
.share-area.breadcrumb,
#preloader {
  display: none;
}
#languages_selector {
  display: flex;
  gap: 4px;
}
#products .timkiem i {
  position: absolute;
  right: 10px;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.services-area .timkiem {
  z-index: 98;
}
.timkiem {
  display: flex;
  position: relative;
  z-index: 99;
}
.timkiem.timkiem_icon input {
  width: 30px;
  height: 30px;
  position: absolute;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  right: 0px !important;
}
.timkiem.timkiem_icon i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: relative;
  text-align: center;
}
#languages_selector.show .form-control {
  width: 200px;
  margin-left: unset;
  right: 40px;
  border-radius: 2px;
  outline: 2px solid #c3e0ff;
}
#languages_selector .dropdown-menu li[data-value="vi"]::before {
  background-image: url(/assets/tenant/frontend/flags/1x1/vn.svg);
}
#languages_selector .dropdown-menu li[data-value="en"]::before {
  background-image: url(/assets/tenant/frontend/flags/1x1/us.svg);
}
#languages_selector .dropdown-menu {
  top: 0;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  border: 0;
  box-shadow: none;
  min-width: unset;
  display: flex;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  background-color: unset;
  gap: 4px;
}
#languages_selector .dropdown-menu li {
  color: transparent;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  font-size: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
#languages_selector .dropdown-menu li::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* -----Dots------ */
.owl-dots{
    text-align: center;
    margin-top: -30px;
    position: relative;
}

.owl-dots span{
	display:block;
  	width:15px;
  	height:15px;
  	background-color:rgba(255, 255, 255, 0.5);
    border-radius:50%;
  	border:3.5px solid #C0C0C0;
  	margin: 5px 7px;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #959398;
}

.owl-dots button:focus {
	outline: none;
}
/* ----------- */
#support-area-three-39 
/* -----breadcrum------ */

.breadcrumb-area .content .page-list :is(li, a, h1) {
  font-size: 0.9rem !important;
}
.breadcrumb-area {
  padding: 5px 0;
  margin-top: 0px;
  background: #f5f5f5;
}
.breadcrumb-area .breadcrumb-inner .content ul {
  align-items: center;
  list-style: none;
  display: flex;
  z-index: 2;
  margin:0 15px 0 0;
  order: 0;
  padding: 6px 0;
}
.breadcrumb-area .breadcrumb-inner ul.page-list li:not(:last-child) {
  margin-right: 36px;
  position: relative;
  color: var(--main-color-one);
}
.breadcrumb-area .page-list li a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb-area .breadcrumb-inner ul.page-list li:not(:last-child)::before {
  position: absolute;
  right: -25px;
  transform: translateY(-50%);
  top: 50%;
  line-height: 24px;
  font-weight: 600;
  font-size: 16px;
  content: "\f105";
  color: var(--main-color-one);
  font-family: "fontawesome";
}
.breadcrumb-area .breadcrumb-inner ul.page-list li:last-child {
  color: #838383;
}
.breadcrumb-area .page-list li:last-child {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb-area .breadcrumb-inner ul.page-list li:last-child h1 {
  color: #838383;
  font-size: 14px;
  margin-bottom: 1px;
}
.breadcrumb-area .breadcrumb-inner ul.page-list li:last-child a {
  cursor: default;
  pointer-events: none;
}
/* -----trang chủ------ */
/* -----sản phẩm------ */
#products .col-8 .items .item:hover {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .15);
}
.product_detail .content .image {
  height: 200px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 12px;
}
.product_detail .content .image img {
  max-width: 100%;
  width: 100%;
  transition: transform 0.3s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  height: 100%;
}
.product_detail .content .image img:hover {
  transform: scale(1.04);
}
.product_detail .list.relate .items {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 20px;
}
.product_detail .list.relate .items:hover {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .15);
}
.product_detail .relate_title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.menu-item-list .sub-menu {
  list-style: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  background: #f2f2f252;
  padding-left: 0;
}
.menu-item-list .sub-menu li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid #ccc;
}
.menu-item-list .sub-menu li {
  border-bottom: 1px solid #ccc;
  list-style: none;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-item-list .sub-menu li:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.menu-item-list .sub-menu li a {
  display: block;
  padding: 11px;
  font-size: 1rem;
  font-weight: bold;
  color: var(--main-color-one);
}
.menu-item-list .sub-menu li:hover a {
  color: #fff;
}
.menu-item-list .sub-menu li:hover {
  background-color: var(--main-color-one);
}
#category [href="#category"] {
  font-size: 25px;
  pointer-events: none;
  cursor: default;
  font-weight: bold;
}
.services-area .descriptions .title {
  font-size: 1.3rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar-area.nav-style-02.active .nav-container .navbar-collapse .navbar-nav li.current-menu-item::before {
  color: #fff;
}
.services-area .col-8 .list.content .items .item {
  display: flex;
  padding: 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
  border: 1px solid #cccccc70;
  border-radius: 5px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.services-area .col-8 .list.content .items .image img:hover {
  transform: scale(1.04);
}
.services-area .col-8 .list.content .items .image img {
  max-width: 200px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.services-area .list.content .items .description_short {
  display: -webkit-box;
  -webkit-line-clamp: 5; /* chỉ hiển thị 6 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_detail .product_details > div:first-child {
  max-width: 45%;
  flex: 0 0 45%;
}
.product_detail .product_details > div:last-child {
  max-width: 55%;
  flex: 0 0 55%;
}
.product_details > div > .title {
  font-size: 20px;
  margin-top: 8px;
  font-weight: bold;
}
.social-share {
  display: flex;
  padding: 10px 0 0;
  list-style: none;
  gap: 6px;
}
.social-share li a {
  padding: 6px 8px;
  border: 1px solid #cccccc50;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social-share li a:hover {
  color: var(--main-color-one);
}
.product_details .btn-action {
  display: inline-block;
  background: #f2f2f280;
  border: 1px solid #cccccc80;
  margin-top: 12px;
  font-weight: 600;
  color: transparent;
  padding: 8px 18px;
  border-radius: .25rem;
  user-select: none;
   -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
[lang="vi"] #products .product_details .description_short ~ a::before {
  content: "Yêu cầu báo giá";
  left: 33px;
}
#products .product_details .description_short ~ a:hover::before {
  color: #fff;
}
#products .product_details .description_short ~ a::before {
  position: absolute;
  color: var(--main-color-one);
}
.product_details .btn-action:hover{
  color: transparent;
  background: var(--main-color-one);
}
#products .product > div:last-child {
  margin-top: 36px;
}
.product_detail .product .description_full {
  border: 1px solid #ddd;
  text-align: justify;
  border-radius: 5px;
  padding: 30px 20px 10px;
  margin-top: 50px;
}
[lang="vi"] .product .col-lg-12:last-child::before {
  content: 'Mô tả sản phẩm';
}
[lang="en"] .product .col-lg-12:last-child::before {
  content: 'Product description';
}
[lang="en"] #products .product_details .description_short ~ a::before {
  content: "Quote request";
  left: 39px;
}
#products .product .col-lg-12:last-child::before {
  line-height: 1.9;
  display: inline-block;
  position: absolute;
  width: auto;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #cccccc;
  background: #ccc;
  top: 2px;
  left: 15px;
  font-weight: bold;
  color: #2a2a2a;
}
.product_detail .description_full :is(ol li, ul li) {
  margin-bottom: 6px;
}
.services-area {
  padding-top: 50px !important;
}
#products > div > div > div > .title {
  display: none;
}
#products .items .descriptions .title:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.product_details .btn-action:hover,
.services-area .col-8 .list.content .descriptions > form .btn-action:hover,
.services-area.product_detail .list.content .descriptions > form .btn-action:hover {
  color: transparent;
  background: var(--main-color-one);
}
.services-area .col-8 .descriptions {
  padding-left: 20px;
}
.services-area .col-8 .list.content .descriptions > form .btn-action {
  background: #f2f2f280;
  border: 1px solid #cccccc80;
  margin-top: 12px;
  font-weight: 600;
  color: transparent;
  padding: 8px 18px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
[lang="en"] #products.product_detail .description_short ~ form button::before {
  content: "Quote request";
  left: 50%;
  transform:translatex(-50%);
}
[lang="vi"] #products.product_detail .description_short ~ form button::before {
  content: "Yêu cầu báo giá";
  left: 50%;
  transform:translatex(-50%);
}
#products.product_detail .description_short ~ form button::before {
  position: absolute;
  top: 24px;
  color: var(--main-color-one);
}
.product_detail .list.content .descriptions > form .btn-action {
  background: #f2f2f280;
  border: 1px solid #cccccc80;
  margin-top: 12px;
  font-weight: 600;
  color: transparent;
  padding: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
#products .description_short ~ form {
  position: relative;
}
[lang="vi"] #products .description_short ~ form button::before {
  content: "Yêu cầu báo giá";
  left: 17px;
}
[lang="en"] #products .description_short ~ form button::before {
  content: "Quote request";
  left: 24px;
}
#products .description_short ~ form button::before {
  position: absolute;
  top: 21px;
  color: var(--main-color-one);
}
#products .description_short ~ form button:hover::before {
  color: #fff;
}
.exzoom .exzoom_btn a:hover {
  background: var(--main-color-one) !important;
}
/* -----Footer------ */
.footer-widget *:not(.widget-title) {
  font-size: 16px;
}
.footer-widget .widget-title {
  position: relative;
  margin-bottom: 32px;
}
.footer-area .footer-widget h4.widget-title::before {
  content: " ";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: var(--main-color-two);
  left: 0;
  bottom: -14px;
}
/* -----tin tức------ */
.blog-view.dich-vu .details .social-share,
.blog-view.dich-vu .details .image {
  display: none;
}
.blog-view.dich-vu .details .title {
  margin-bottom: 30px;
}
.blog-view .content_details :is(li, p) {
  font-size: 16px;
}
.blog-view .content_details :is(ol li, ul li) {
  margin-bottom: 6px;
}
.blog-view .content_details img {
  height: auto;
}
.blog-view .details .title {
  font-size: 2rem;
  text-align: center;
}
.blog-view .social-share {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 22px;
}
.blog-view .relate_title {
  margin-top: 16px;
  margin-bottom: 20px;
}
.blog-view .social-share li {
  font-size: 20px;
}
.blog-view .details .image {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}
.blog-view .details .image img {
  width: 75%;
  border-radius: 20px;
}
.blog-view .listing .title {
  font-size: 1.3rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-view .relate .content {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-view .relate .col-12:has(.image) {
  margin-bottom: 16px;
}
.blog-view .title {
  font-size: 18px;
}
.blog-view .content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.blog-view > div > .listing > div > div > div:last-child {
  margin-top: 3px;
}
.blog-view > div > .listing > div {
  margin-bottom: 20px;
}
.blog-view .listing.relate .image {
  height: 200px;
  overflow: hidden;
  display: flex;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.blog-view .listing.relate .image img {
  height: 100%;
}
.blog-view .listing.relate .btn-action.details {
  border: 1px solid #ececec;
  border-radius: 6px;
  color: var(--main-color-one);
  background-color: #f9f9f9;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 10px;
  margin-top: 16px;
}
.blog-view .listing.relate > div {
  border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-view .listing.relate > div:hover {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .15);
}
.blog-view .listing.relate .btn-action.details:hover {
  background-color: var(--main-color-one);
  color: #fff;
  text-decoration: underline;
}
.blog-view .row.listing:not(.relate) .image img:hover {
  transform: scale(1.04);
}
.blog-view:not(.trang-chu) .row.listing:not(.relate) > div:hover .btn-action.details {
  background-color: var(--main-color-one);
  color: #fff;
  text-decoration: underline;
}
.blog-view .row.listing .image img {
  max-width: 100%;
  width: 100%;
  transition: transform 0.3s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}
.blog-view .row.relate .image img:hover {
   transform: scale(1.04);
}
.blog-view .listing .title:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.blog-view .listing.relate .btn-action.details:hover {
  background-color: var(--main-color-one);
  color: #fff;
  text-decoration: underline;
}
.blog-view .listing .btn-action.details {
  border: 1px solid #ececec;
  border-radius: 6px;
  color: var(--main-color-one);
  background-color: #f9f9f9;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: 0px;
  display: inline-block;
  text-align: center;
  padding: 8px 16px;
  margin-top: 10px;
}
/* -----pagination------ */
div.pagination > div {
  margin: 0 auto;
}
.page-item.active .page-link {
  background-color: var(--main-color-one);
  border-color: var(--main-color-one);
}
.page-link {
  color: var(--main-color-one);
}
/* -----Media------ */
@media (min-width: 576px) {
  .blog-view.trang-chu .listing > div {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 768px) {
  .trang-chu #overview > div > div > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product_detail .content.relate .items,
  .blog-view .listing.relate > div {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 992px) {
  .product_detail .content.relate .items,
  .sanphamnoibat .row > .col-lg-4 {
  	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .navbar-expand-lg .navbar-collapse {
    flex-basis: 100%;
  }
  .header-bottom-area .danhmucsp > div {
 	-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1000px) {
  .blog-view .listing.relate > div {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-area.nav-style-02.active .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: #fff;
  }
  .navbar-area.nav-style-02 .nav-container .nav-right-content {
    position: absolute;
    right: 60px;
  }
  .navbar-area.nav-style-02 .nav-container.utility-nav .navbar-collapse .navbar-nav {
    overflow: hidden;
  }
	.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li a {
    	color: #fff;
	}
	.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover a {
		color: #fff !important;
	}
	.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children::before {
		top: 40px;
	}
	body {
		margin-top: 64px;
	}
}
@media (max-width: 767px) {
  .build-area .build-img.bg-image-02 {
    
  }
  .trang-chu#support-area-three-39 .col-lg-5 {
    -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
    padding-left: 15px;
  padding-right: 15px;
  }
  .services-area .col-8 .list.content .items .image img {
    max-width: 150px;
  }
  #products .col-4.leftpanel,
  #products .col-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-view .details .image img {
    width: 100%;
    border-radius: 6px;
  }
  .product_detail .content.relate .items,
  .blog-view .listing.relate > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .header-bottom-area .container > div > div {
 	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 599px) {
  .build-area .build-img.bg-image-02 {
    min-height: 450px;
  }
}
@media (max-width: 575px) {
  .product_detail .product .description_full {
    padding: 20px 12px 5px;
  }
  .product_details > div {
    max-width: 100% !important;
  	flex: 0 0 100% !important;
  }
  .product_detail .content .image {
    height: unset;
  }
  .product_detail .content.relate .items,
  .blog-view > div > .listing > div,
  .blog-view .listing.relate > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-view .listing.relate .image {
    height: unset;
  }
  .navbar-area.nav-style-02 .nav-container .nav-right-content {
    display: block;
  }
  .blog-view.trang-chu .image {
    height: unset !important;
  }
}
@media (max-width: 400px) {
  .services-area .col-8 .list.content .items .item {
    display: block;
  }
  .services-area .col-8 .list.content .items .image img {
    max-width: 100%;
  }
  .services-area .col-8 .descriptions {
 	padding-left: 0;
    margin-top: 10px;
  }
   .build-area .build-img.bg-image-02 {
    min-height: 280px;
  }
  #languages_selector .form-control {
    display: none;
  }
  #languages_selector.show .form-control {
    display: inline-block;
 	top: 35px;
    right: -50px !important;
  }
  .timkiem.timkiem_icon input {
  }
  .timkiem.timkiem_icon i {
    border-radius: 50%;
    border: 1px solid #ced4da;
  }
}