/* Write Custom Css Here */
.blog-area .tintuc.owl-carousel .single-blog-grid-01 h4.title:hover {
	text-decoration: underline;
	color: var(--main-color-one);
}
.nav-right-content input[type="text"]:focus {
	border: 1px solid var(--main-color-one);
}
.nav-right-content .boxed-btn.utility-btn,
body > .share-area,
#homepage_banner_slider:not(.owl-carousel) {
	display: none;
}
.header-bottom-area > .container > .row:first-child {
	margin-bottom: 20px;
}
[data-page="trang-chu"] .section-title .title:first-child {
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: 600;
	position: relative;
}
[data-page="trang-chu"] .section-title a {
	pointer-events: none;
}
[data-page="trang-chu"] .section-title .title:first-child:before {
	    content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(135deg, rgb(0, 146, 214) 0%, rgb(237, 47, 60) 100%);
  bottom: -16px;
  opacity: .7;
}
.nav-right-content .timkiem.timkiem_icon .form-control {
	width: 188px;
}
@keyframes pulseUnified {
  0% {
    transform: scale(1) rotate(0);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.45);
  }

  15% {
    transform: scale(1.02) rotate(3deg);
  }

  30% {
    transform: scale(1.04) rotate(-3deg);
  }

  45% {
    transform: scale(1.05) rotate(2deg);
  }

  60% {
    transform: scale(1.05) rotate(-2deg);
    box-shadow: 0 0 0 14px rgba(0, 123, 255, 0);
  }

  100% {
    transform: scale(1) rotate(0);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}


.icon-footerend {
  position: fixed;
  right: 32px;
  width: 48px;
  height: 48px;
  z-index: 9999;
  border-radius: 50%;
  overflow: visible;
  padding: 6px;
  border: 1px solid var(--main-color-one);
  animation: pulseUnified 1.8s infinite;
  background-color: #fff;
}

.icon-footerend img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

/* Vị trí từng nút */
#zaloButton {
  bottom: 96px;
}

#mailButton {
  bottom: 160px;
  animation-delay: 0.4s;
}
/* -------------trang chủ---------------- */
.get-title .section-title p.title {
	text-align: center;
	font-size: 16px;
  line-height: 20px;
}
#homepage_banner {
	padding: 0;
}
[data-page="trang-chu"] > [data-layoutid="section2"] {
	padding: 60px 0;
	background-color: #f9f9f9;
}
[data-page="trang-chu"]  [data-layoutid="section2"] #overview .bulid-content-area h4.title {
	position: relative;
	font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
  position: relative;
}
[data-page="trang-chu"]  [data-layoutid="section2"] #overview .bulid-content-area h4.title:before {
	content: "";
  position: absolute;
  left: 0;
  width: 100px;
  height: 4px;
  background: linear-gradient(135deg, rgb(0, 146, 214) 0%, rgb(237, 47, 60) 100%);
  bottom: -16px;
  opacity: .7;
}

[data-page="trang-chu"] [data-layoutid="section2"] #support-area-three-99 h4.title.social-title {
	display: none;
}
[data-page="trang-chu"] [data-layoutid="section2"] > .container> .row > div:last-child .container {
	padding: 0;
}
[data-page="trang-chu"] [data-layoutid="section2"] > .container> .row > div {
	align-self: center;
}
.client-area .carousel {
    max-width: 100%;
}
.brand-carousel .owl-stage-outer img{
    object-fit: cover;
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  object-position: center;
}
.home-overlay > .container {
	max-width: 100%;
	padding: 0;
}
[data-page="trang-chu"] .advantege-work-area {
	padding: 56px 0 40px !important;
  background-color: #f9f9f9;
}
.home-overlay .row {
	margin: 0;
}
.home-overlay .section-title.brand a:hover {
	transform: translateY(-3px);
	box-shadow: 0 3px 8px rgba(255, 255, 255, 0.25);
}
.home-overlay .section-title {
    padding: 120px 0;
    text-align: center;
}
.home-overlay .organizations-header-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.home-overlay .section-title :is(h3, p) {
    color: #fff;
    text-align: center;
}
.home-overlay .section-title a {
	pointer-events: unset;
	color: white;
    outline: none;
    background: linear-gradient(135deg, rgb(0, 146, 214) 0%, rgb(237, 47, 60) 100%);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 10px 26px;
    border-radius: 50px;
    transition: transform 0.2s;
	margin-top: 16px;
  display: inline-block;
}
.home-overlay .section-title h3.title::before {
  content: none !important;
}
.home-overlay .section-title h3.title {
	margin-bottom: 16px !important;
}
.home-categories .work-single-item a .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;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.home-categories .work-single-item:hover a .title {
	color: var(--main-color-one);
}
.home-categories .work-single-item .imagelink img {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .15);
	border-radius: 4px;
}
.home-categories .col-lg-4.col-md-6,
.home-product .col-lg-4.col-md-6 {
    margin-bottom: 20px;
}
.home-product .work-single-item p.utility-para {
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 50px;
}
.home-product .work-single-item a h3.title {
	margin-top: 12px;
    font-size: 19px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-product .work-single-item {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    padding: 13px 16px;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.home-product .work-single-item:hover  {
	border: 1px solid var(--main-color-one);
}

.home-product .work-single-item:hover a h3.title {
	color: var(--main-color-one);
  text-decoration: underline;
}
.home-product .work-single-item a:has(h3.title) {
	position: relative;
	display: block;
}
.home-product .work-single-item a:has(h3.title)::before {
  content: "Yêu cầu báo giá";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  bottom: -105px;
  background: linear-gradient(135deg, rgb(0, 146, 214) 0%, rgb(237, 47, 60) 100%);
  color: white;
  padding: 8px 5px;
  border-radius: 50px;
  font-weight: 600;
  text-align: center;
  width: 160px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-product .work-single-item a:has(h3.title):hover::before {
  transform: translateX(-50%) translateY(-3px);
  box-shadow: 0 3px 8px rgba(237, 47, 60, 0.25);
}
.home-tintuc .owl-carousel .owl-item .col-md-6.col-lg-4 {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	padding: 0;
}
.home-tintuc .single-blog-grid-01 .thumb .image {
	height: 220px;
}
.home-tintuc .single-blog-grid-01 .thumb .image img {
	border-radius: 10px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}
.home-tintuc .single-blog-grid-01 .content {
  margin-top: -50px;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  position: relative;
  padding: 20px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .065);
}
.home-tintuc .single-blog-grid-01 .content .title  a {
	text-align: center;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight: 600;
	font-size: 18px;
  margin-bottom: 10px;
}
.home-tintuc .single-blog-grid-01 .content .news-date .title {
	text-transform: capitalize;
	font-size: 15px;
	color: #828282;
	text-align: center;
}
.home-tintuc .single-blog-grid-01 .description {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: center;
}
.home-tintuc .owl-stage-outer .owl-stage .owl-item {
	margin-bottom: 6px;
}
.home-tintuc .owl-carousel .owl-nav.disabled {
	display: none !important;
}
.home-title-tintuc .section-title p.title {
	margin: -8px auto 24px;
	text-align: center;
	font-size: 16px;
  line-height: 20px;
}
/* -------------topbar-area---------------- */
#topbar-area {
	background: var(--main-color-one);
}
#topbar-area * {
	color: #fff;
	font-size: 14px;
}
#topbar-area .left-contnet .social-icon {
	display: flex;
  justify-content: end;
  gap: 30px;
  margin: 0;
  padding: 6px 0;
}
#topbar-area .left-contnet .social-icon li:first-child {
	margin-right: auto;
}
#topbar-area .left-contnet .social-icon li:first-child a {
	font-weight: 600;
}
#topbar-area .left-contnet .social-icon li i {
	display: none;
}

#overview .bulid-content-area .title *,
.advantege-work-area .repeater .ingle-icon-box-09 * {
	pointer-events: none;
}

.breadcrumb-area {
  background: linear-gradient( 140deg, rgba(0, 146, 214, 0.38) 0%, rgba(0, 146, 214, 0.26) 35%, rgba(237, 47, 60, 0.26) 65%, rgba(237, 47, 60, 0.38) 100% );
}
.breadcrumb-area .breadcrumb-inner .page-list a {
	color: var(--main-color-one);
}
.breadcrumb-area .breadcrumb-inner .page-list li:hover a {
	color: var(--main-color-two);
}
/* -------------Sản phẩm ---------------- */
.danhmucsanpham .col-8 .category_description,
.danhmucsanpham .col-8 .section-title {
	display: none;
}
.danhmucsanpham ul ul {
	list-style: disc;
	padding-left: 20px;
}
.danhmucsanpham .menu-item-list > ul > li {
	position: relative;
}
.danhmucsanpham .menu-item-list > ul > li > i {
	display: block;
	position: absolute;
	padding: 10px 12px;
	z-index: 1;
	top:0;
	right: 0;
	transform: rotate(90deg);
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	cursor: pointer;
}
.danhmucsanpham .menu-item-list > ul ul:has([data-active="true"]) ~ i,
.danhmucsanpham .menu-item-list > ul > li.show > i {
	transform: rotate(-90deg);
}
.danhmucsanpham .menu-item-list > ul > li a {
	display: block;
	padding: 8px 16px;
}
.danhmucsanpham .menu-item-list > ul > li > ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height .1s ease-in-out;
}

.danhmucsanpham .menu-item-list > ul > li.show > ul {
    max-height: 600px;
}
.danhmucsanpham .col-4.leftpanel {
	-ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.danhmucsanpham .col-4.leftpanel ~ .col-8 {
	-ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.danhmucsanpham .col-4.leftpanel ul ul:has( li [data-active="true"]) {
	max-height: 600px;
}
.danhmucsanpham .col-8 .list.content .items {
  margin-bottom: 12px;
}
.danhmucsanpham.product_detail .description_full ul {
	all: revert;
	padding-left: 20px;
}
.product_detail > div > div > div > .title {
    display: none;
}
.product_details .social-share {
    display: flex;
    padding: 10px 0 0;
}
.product_details ul.social-share li {
    list-style-type: none;
}
.product_details .social-share li a {
    padding: 8px 10px;
    border: 1px solid #cccccc50;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.product_detail .social-share li a:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.product_detail .product_details .title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 0px solid #cccccc50;
  color: var(--main-color-one);
}
.product_details .btn-action {
    display: inline-block;
  margin-top: 12px;
  user-select: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline: none;
  background: linear-gradient(135deg, rgb(0, 146, 214) 0%, rgb(237, 47, 60) 100%);
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 50px;
  font-weight: 600;
}
.product_details .btn-action:hover, .services-area .list.content .descriptions > form .btn-action:hover {
    transform: translateY(-3px);
	box-shadow: 0 3px 8px rgba(237, 47, 60, 0.25);
}
.danhmucsanpham #category > h2 {
    color: var(--main-color-one);
    font-weight: bold;
    font-size: 24px;
	margin-bottom: 12px;
}
.danhmucsanpham .content .descriptions .title {
	margin-top: 12px;
	font-size: 19px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.danhmucsanpham .col-8 .descriptions .title:hover a {
	color: var(--main-color-one);
	text-decoration: underline;
}
.danhmucsanpham .content .description_short {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.danhmucsanpham .content .descriptions form {
	text-align: center;
	margin-top: 10px;
}
.danhmucsanpham .content .items > .item {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    padding: 13px 16px;
    border: 1px solid #fff;
    border-radius: 4px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.danhmucsanpham .content .items .item:hover {
	border: 1px solid var(--main-color-one);
}
.danhmucsanpham .content .items .image img {
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.danhmucsanpham .content .items .item:hover .image img {
	transform: scale(1.05);
}
.danhmucsanpham .list.content.relate > .items {
  margin-bottom: 12px;
}
.product_detail .relate_title {
    margin-top: 20px;
    margin-bottom: 20px;
	text-align: center;
  font-weight: bold;
  color: var(--main-color-one);
}
.danhmucsanpham .content .descriptions form .btn-action {
	outline: none;
    background: linear-gradient(135deg, rgb(0, 146, 214) 0%, rgb(237, 47, 60) 100%);
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 50px;
    transition: transform 0.2s ease;
    font-weight: 600;
}
.danhmucsanpham .col-4.leftpanel .menu-item-list {
	position: sticky;
  top: 100px;
}
.danhmucsanpham .col-4.leftpanel > #category {
	min-height: 100%;
}
.danhmucsanpham .leftpanel .menu-item-list > ul {
	border-radius: 6px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.13);
	overflow: hidden;
}
.danhmucsanpham .menu-item-list ul {
	list-style: none;
}
.danhmucsanpham .menu-item-list > ul > li:has(ul a[data-active="true"]) > a {
	background: linear-gradient(135deg, rgb(0, 146, 214) 0%, rgb(237, 47, 60) 100%);
	color: #fff;
}
.danhmucsanpham .menu-item-list > ul > li:has(ul a[data-active="true"]) > i {
	color: #fff;
}
.danhmucsanpham .menu-item-list ul > li:not(.current-menu-item) ul li a[data-active="true"] {
	color: var(--main-color-two);
	font-weight: bold;
}
.danhmucsanpham .menu-item-list ul ul li {
	position: relative;
}
.danhmucsanpham .menu-item-list ul ul li:before {
	content: '';
    position: absolute;
    width: 5px;
    height: 5px;
	top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--main-color-one);
	transform: translateY(-50%);
}
.product_detail .description_full::before {
    content: 'Chi tiết sản phẩm';
	line-height: 1.9;
	display: inline-block;
	position: absolute;
	width: auto;
	height: 40px;
	padding: 5px 10px;
	border: 1px solid #f5f5f5;
	background: var(--main-color-one);
	top: 52px;
	left: 14px;
	font-weight: bold;
	color: #fff;
}
.product_detail .product .description_full {
    border: 1px solid #ddd;
    border-radius: 0 5px 5px 5px;
    padding: 30px 20px 10px;
    margin-top: 90px;
}
.exzoom .exzoom_nav .exzoom_nav_inner span.current {
	border-color: var(--main-color-one) !important;
}
.exzoom .exzoom_btn a:hover {
	background: var(--main-color-one) !important;
}
/* -------------Pagination---------------- */
.page-item {
	outline: none;
}
.page-item.active .page-link {
	background: linear-gradient(135deg, rgb(0, 146, 214) 0%, rgb(237, 47, 60) 100%);
}
.pagination-wrapper .pagination {
	justify-content: center;
}
/* -------------Giới thiệu---------------- */
.gioithieu-banner > .container .organizations-header-wrap > .row {
	margin-right: 0;
  margin-left: 0;
}
.gioithieu-banner > .container {
	max-width: unset;
    padding: unset;
	text-align: center;
	background: linear-gradient(to bottom right, #44B9F7, #B92832);
}
.gioithieu-banner > .container .organizations-header-wrap {
	padding: 140px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
}
.gioithieu-banner * {
	color: #fff;
	pointer-events: none;
	text-align: left;
}
.gioithieu-banner .section-title h3 {
	font-size: 50px;
	font-weight: bold;
	position: relative;
	margin-bottom: 40px;
}
.gioithieu-banner .section-title h3::before {
	content: "";
  position: absolute;
  left: 0;
  width: 140px;
  height: 4px;
  background-color: #fff;
  bottom: -20px;
  opacity: .7;
}
.gioithieu-banner .section-title p {
	font-size: 20px;
	font-weight: bold;
}
.gioithieu-banner ~ .section .header-area .owl-stage-outer .owl-item :is(.item, img) {
	border-radius: 16px;
}
.gioithieu-banner ~ .section .build-area .title .title {
	font-size: 36px;
	font-weight: 600;
	position: relative;
	margin-bottom: 25px;
}
.gioithieu-banner ~ .section .build-area .title .title:before {
	content: "";
  position: absolute;
  left: 0;
  width: 110px;
  height: 4px;
  background: linear-gradient(135deg, rgb(0, 146, 214) 0%, rgb(237, 47, 60) 100%);
  bottom: -12px;
  opacity: .7;
}
.gioithieu-banner ~ .section > div > div > div:last-child {
	margin: auto 0;
}
.gioithieu-banner ~ .section .build-area > .container,
.gioithieu-banner ~ .section .build-area > .container > div > div {
	padding: 0;
}
.advantege-work-area .repeater .single-icon-box-09 {
	display: flex;
	flex-direction: column-reverse;
	box-shadow: 0 .125rem .25rem rgba(0, 31, 200, 0.12);
  border-radius: 8px;
  padding: 10px 15px;
  border: 1px solid transparent;
  height: 100%;
  justify-content: flex-end;
  
}
.advantege-work-area .repeater .single-icon-box-09:hover {
	border: 1px solid var(--main-color-one);
}
.advantege-work-area .repeater .single-icon-box-09 * {
  text-align: center !important;
}
.advantege-work-area .repeater .single-icon-box-09 h4 {
	font-weight: bold;
}
.advantege-work-area .repeater .single-icon-box-09 img.icon {
	width: 80px;
  margin-bottom: 26px;
}
.advantege-work-area .repeater > div {
	margin-bottom: 30px;
}
.advantege-work-area .advantege-img-02 ~ .title  .section-title .title {
	text-align: center;
  font-size: 26px;
}
.advantege-work-area .advantege-img-02 ~ .title  .section-title p {
	text-align: center;
	margin-bottom: 50px;
}
.title_gt_lienhe .section-title h1.title {
	text-align: center;
  font-size: 26px;
}
.title_gt_lienhe .section-title p {
	text-align: center;
}
#gt_lienhe > div > div {
  justify-content: center;
}
#gt_lienhe .how-it-single-item-03 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#gt_lienhe .how-it-single-item-03 img {
  width: 80px;
}
#gt_lienhe .how-it-single-item-03 .content {
  display: flex;
  flex-direction: column-reverse;
  gap: 6px;
}
#gt_lienhe .how-it-single-item-03 .icon {
  margin-right: 16px;
}
#gt_lienhe .how-it-single-item-03 .content h4 {
  font-size: 16px;
  margin: 0;
}
#gt_lienhe .how-it-single-item-03 .content p {
  margin: 0;
  font-size: 20px;
}
/* -------------Liên hệ ---------------- */
.contact-inner-area  > div > div > .form {
	align-self: center;
}
.contact-inner-area .content-area .content .details {
	font-size: 24px;
  color: var(--main-color-one);
  font-weight: 600;
  margin-bottom: 16px;
}
.contact-inner-area .contact-form #contact_form_btn {
	display: inline-block;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  outline: none;
  background: linear-gradient(135deg, rgb(0, 146, 214) 0%, rgb(237, 47, 60) 100%);
  color: white;
  border: none;
  padding: 10px 60px;
  border-radius: 50px;
  transition: transform 0.2s ease;
  font-weight: 600;
}
.contact-inner-area .contact-form #contact_form_btn:hover {
	transform: translateY(-3px);
  box-shadow: 0 3px 8px rgba(237, 47, 60, 0.25);
}
.contact-inner-area .content-area .content iframe {
	border-radius: 10px;
	margin-top: 10px;
}
.title_lienhe .section-title h1.title {
	font-size: 42px;
	text-align: center;
	font-weight: 600;
	color: var(--main-color-one);
}
.title_lienhe .section-title h4.title {
	font-size: 16px;
	text-align: center;
}
/* -------------tin tức ---------------- */
.blog-details-content-area .post-meta li:first-child {
	text-transform: capitalize;
}
.blog-content-area .post-meta {
	display: flex;
	gap: 12px;
	margin-top: 10px;
	margin-bottom: 8px;
}
.blog-details-content-area .post-meta li {
	display: inline-block;
	margin-right: 20px;
}
.blog-details-content-area .h4.title {
	margin-top: 24px;
}
.entry-footer {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ddd;
    padding: 10px;
    align-items: center;
	margin-top: 36px;
	margin-bottom: 20px;
}
.entry-footer .left .tags {
    display: flex;
}
.entry-footer ul li {
    list-style-type: none;
}
.entry-footer .left .tags li a {
    margin-left: 10px;
    display: block;
}
.entry-footer .right .social-share {
    display: flex;
}
.entry-footer .right .social-share .title {
    margin-right: 8px;
}
.entry-footer .right .social-share li a {
    margin-right: 8px;
}
.entry-footer > div > ul {
    margin: 0;
}
.single-recent-post-item {
  display: flex;
  padding: 12px 12px;
  background-color: rgb(232, 245, 251);
  align-items: center;
}
.widget .widget-category-list a {
	background-color: rgb(232, 245, 251);
  display: block;
  padding: 10px 12px;
}
.widget .widget-category-list,
.widget .recent_post_item {
	border-radius: 6px;
  overflow: hidden;
}
.widget .recent_post_item .single-recent-post-item .title {
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  color: var(--main-color-two);
}
.widget .recent_post_item .single-recent-post-item img {
    border-radius: 4px;
	width: 100%;
}
.widget .single-item:not(:last-child),
.widget .single-recent-post-item:not(:last-child) {
	border-bottom: 1px solid #ddd;
}
.widget .recent_post_item .single-recent-post-item .content .time {
    font-size: 14px;
    color: #666;
}
.single-recent-post-item .thumb {
  max-width: 115px;
  margin-right: 10px;
}
.widget .widget-category-list a {
    color: #757575;
    font-weight: bold;
}
.widget .widget-category-list a:hover {
	color: var(--main-color-one);
}
.widget .widget-title {
    color: var(--main-color-one);
  font-weight: 600;
}
.blog-content-area,
.blog-details-content-area {
	padding: 60px 0 !important;
}
.single-post-details-item .thumb img {
	border-radius: 8px;
}
.single-blog-grid .thumb img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.single-blog-grid .content .title a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    transition: all 500ms;
    color: var(--main-color-one);
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.single-blog-grid .content .description {
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.single-blog-grid .content .title a:hover {
	color: var(--main-color-two);
}
.blog-content-listing .single-blog-grid .content .readmore {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	color: transparent;
}
.blog-content-area .blog-content-listing .single-blog-grid {
  position: relative;
  margin-bottom: 30px;
  padding: 10px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
  border-radius: 6px;
  -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-content-area .blog-content-listing .single-blog-grid:hover {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.blog-content-area .blog-content-listing .single-blog-grid:hover .title a {
	text-decoration: underline;
}
.blog-content-listing .single-blog-grid .post-meta li a {
	color: var(--heading-color);
	font-size: 15px;
}
[data-page="gioi-thieu"] > [data-layoutid="section2"] {
	padding: 60px 0 !important;
}
/* -------------báo giá ---------------- */
.services-form #quoteform .table tbody td:last-child a {
	display: inline-block;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  outline: none;
  background: linear-gradient(135deg, rgb(0, 146, 214) 0%, rgb(237, 47, 60) 100%);
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 50px;
  transition: transform 0.2s ease;
}
.services-form #quoteform tbody .col-2 input {
  min-width: 60px;
}
.services-form #quoteform #quoteform_form_btn {
	display: inline-block;
  text-transform: capitalize;
  text-align: center;
  cursor: pointer;
  outline: none;
  background: linear-gradient(135deg, rgb(0, 146, 214) 0%, rgb(237, 47, 60) 100%);
  color: white;
  border: none;
  padding: 10px 40px;
  border-radius: 50px;
  transition: transform 0.2s ease;
  font-weight: 600;
}
.services-form #quoteform #quoteform_form_btn ~ .btn-default {
	padding: 10px 40px;
	border-radius: 50px;
	margin-left: 6px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}
.services-form #quoteform #quoteform_form_btn ~ .btn-default:hover {
	background: #b8e1f4;
}
/* -------------footer ---------------- */
.footer-area .lab.la-neos {
	transform: rotate(90deg);
}
.footer-area .footer-item-list ul {
	display: none;
}
.footer-top {
  padding: 36px 0 16px;
}
.footer-top .footer-contact .footer-widget {
	display: none;
}
.footer-top .footer-widget h4.footer-item-list ,
.footer-top .footer-contact .widget_nav_menu > p {
	color: var(--heading-color);
  font-weight: 600;
  font-size: 20px;
}
@media (min-width: 400px) {
}
@media (min-width: 575px) {
	.home-categories .col-lg-4.col-md-6 {
		padding-right: 10px;
        padding-left: 10px;
	}
	.home-product .col-lg-4.col-md-6 {
		padding-right: 6px;
        padding-left: 6px;
	}
	.danhmucsanpham .col-8 .list.content .items {
		padding-right: 6px;
		padding-left: 6px;
	}
	.danhmucsanpham .list.content.relate > .items {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.danhmucsanpham .list.content.relate > .items {
		padding-right: 6px;
		padding-left: 6px;
	}
}
@media (min-width: 767px) {
	.home-title-tintuc .section-title p.title {
		width: 50%;
	}
	.footer-area .footer-top > div > div >div:not(:first-child) {
		margin-top: 16px;
	}
	.single-blog-grid .thumb {
		height: 190px;
	}
	.danhmucsanpham .list.content.relate > .items {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.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%;
	}
}
@media (min-width: 992px) {
	.home-categories .col-lg-4.col-md-6,
	.home-product .col-lg-4.col-md-6 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	[data-page="bao-gia"] .services-form #quoteform {
        display: flex;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
	[data-page="bao-gia"] .services-form #quoteform > table {
        width: 60%;
    }
	[data-page="bao-gia"] .services-form #quoteform > div {
        width: 40%;
        padding-left: 30px;
    }
	[data-page="bao-gia"] .services-form .section-title .title {
		text-align: center;
		margin-bottom: 30px;
		color: var(--main-color-one);
	}
	.danhmucsanpham .list.content.relate > .items {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.danhmucsanpham .col-8 .list.content .items {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.single-blog-grid .thumb {
		height: 170px;
	}
}
@media (min-width: 1000px) {
	
}
@media (min-width: 1200px) {
	.single-blog-grid .thumb {
		height: 210px;
	}
}
@media (max-width: 991px) {
	.nav-right-content .timkiem.timkiem_icon .form-control {
		position: absolute;
		right: 0px;
		width: 0;
		z-index: 99;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		opacity:0;
	}
	.nav-right-content .timkiem.timkiem_icon.show .form-control {
		right: 38px;
		width: 188px;
		opacity: 1;
	}
	.header-style-01 .container.nav-container.utility-nav {
		height: 50px;
	}
	.blog-area.supportlangvi .row.content > div {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#topbar-area .left-contnet .social-icon li:nth-child(2) {
		display: none;
	}
	.danhmucsanpham .col-4.leftpanel {
	  -ms-flex: 0 0 25%;
	  flex: 0 0 33.33333%;
	  max-width: 33.33333%;
	}
	.danhmucsanpham .col-4.leftpanel ~ .col-8 {
	  -ms-flex: 0 0 66.66666%;
	  flex: 0 0 66.66666%;
	  max-width: 66.66666%;
	}
	.danhmucsanpham .col-8 .list.content .items {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.blog-content-area, .blog-details-content-area {
	  padding: 30px 0 !important;
	}
}
@media (max-width: 767px) {
	.gioithieu-banner > .container .organizations-header-wrap {
		padding: 70px 0;
	}
	[data-page="trang-chu"] [data-layoutid="section2"] .bulid-content-area {
		margin-top: 24px;
	}
	.home-overlay .section-title {
	  padding: 100px 0;
	}
	.title_lienhe .section-title h1.title {
		font-size: 34px;
	}
	#topbar-area .left-contnet .social-icon li:last-child {
		display: none;
	}
	#topbar-area .left-contnet .social-icon li:first-child {
		margin: auto;
		text-align: center;
	}
	.danhmucsanpham > div > div > div {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.product_detail .product_details > div:last-child {
		margin-top: 26px;
	}
	.product_detail .description_full::before {
		top: 38px;
	}
}
@media (max-width: 575px) {
	.product_detail .product .description_full {
		margin-top: 76px !important;
		padding: 20px 10px 10px !important;
	}
	.danhmucsanpham .col-8 .list.content .items {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#homepage_banner .owl-stage-outer .owl-stage .owl-item {
		height: 184px;
	}
	#homepage_banner .owl-stage-outer .owl-stage .owl-item .item {
		height: 100%;
	}
	#homepage_banner .owl-stage-outer .owl-stage .owl-item .item img {
		height: 100%;
		object-fit: cover;
	}
	
}
@media only screen and (max-width: 450px) {
	.breadcrumb-area {
		padding: unset;
	}
	.services-form #quoteform .table tbody td:last-child a {
		padding: 10px 6px;
	}
}