/*!
 * layout.css
 * Version - 1.0
 * Website: uscom.com
 * Author: Ghida
 * Copyright (c) 2021 bicweb.com
 */

/*#region EDITER - WP DEFAULT */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
  max-width: 100%;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
  max-width: 100%;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
  max-width: 100%;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.wp-caption {
  background: #fff;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 14px;
  padding: 10px;
}

.gd_content_editor *:not(table) {
  max-width: 100%;
}

.gd_desc img {
  display: block;
}
.gd_content_editor img {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.gd_content_editor strong,
.gd_content_editor b {
  font-weight: 500;
}

.gd_content_editor h2 {
  font-size: 1.25rem;
  font-weight: 500;
}

.gd_content_editor h3,
.gd_content_editor h4 {
  font-weight: 500;
  font-size: 1.125rem;
}

.gd_content_editor h5,
.gd_content_editor h6 {
  font-style: oblique;
  font-weight: 500;
  font-size: 1rem;
}

.gd_content_editor ol,
.gd_content_editor ul {
  padding-left: 30px;
}

.gd_content_editor a {
  color: #183885;
  font-weight: 500;
}

.gd_content_editor a:hover,
.gd_content_editor a:active,
.gd_content_editor a:focus {
  color: #008ed4;
  font-weight: 500;
}

/*#endregion */

/*#region MAIN */
.gd_breadcrumb .breadcrumbs span > span > span span {
  display: none;
}

.gd_breadcrumb {
  justify-content: space-between;
  align-items: flex-end;
}

.breadcrumbs {
  color: var(--color-primary);
  font-size: 14px;
  position: relative;
  padding: 0;
  text-transform: uppercase;
}
.breadcrumbs a {
  color: #fff;
}

.breadcrumbs i.fas.fa-home {
  width: 35px;
  height: 35px;
  background: #0006;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 6px 6px;
  font-size: 18px;
  margin-right: 10px;
}

.breadcrumbs a:hover,
.breadcrumbs a:active,
.breadcrumbs a:focus {
  color: var(--color-primary);
}

.gd_box__title {
  position: relative;
  margin-bottom: 1.875rem;
}

.gd_product__single {
  margin-bottom: 50px;
}

.gd_box__title .gd_text {
  font-size: 2rem;
  font-weight: 500;
  color: #222;
  margin: 0;
}

.gd_box__desc {
  font-size: 1rem;
}

.gd_cover_item {
  position: relative;
  max-height: 300px;
  overflow: hidden;
  margin-bottom: 1.875rem;
}

.gd_cover_item .img-fluid {
  width: 100%;
}

.gd_absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.5rem;
  width: 100%;
}
..gd_absolute.kh_box_breadcrumb {
  text-align: left;
}

.gd_absolute .gd_text {
  font-size: 70px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
  line-height: 1.2;
}

.an_box_breadcrumb {
  display: flex;
  flex-direction: column;
  text-align: center;
}

/*#endregion */

/*#region POST */
.gd_post__item {
  margin-bottom: 2rem;
}

.gd_post__inner {
  display: flex;
}

.gd_post__image {
  flex: 0 0 36.3%;
  margin-bottom: 0;
  background: -webkit-linear-gradient(45deg, #008ed4 0%, #00a3e7 100%);
  background: linear-gradient(45deg, var(--color-primary) 0%, #00a3e7 100%);
  border-radius: 5px;
  height: calc(185 / 330 * (var(--content-size) / 4.36 + 30px));
}

.gd_post__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  max-width: none;
  width: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  border-radius: 5px;
}

.gd_post__image a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.gd_post__image:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.gd_post__image:hover a:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.gd_post__content {
  padding-left: 25px;
}
.gd_meta {
  margin-bottom: 10px;
  font-size: 0.85rem;
}
.gd_meta .gd_bag {
  background-color: var(--color-primary);
  border-radius: 5px;
  padding: 3px 15px;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}
.gd_post__title {
}

.gd_post__title .gd_text {
  font-size: 1.15rem;
  color: #222;
  display: -webkit-box !important;
  max-width: 100%;
  margin-bottom: 0.5rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.gd_post__title .gd_text:hover {
  color: var(--color-primary);
}

.gd_post__excerpt {
  color: #222222;
  font-size: 1rem;
  line-height: 1.42;
}

.gd_post__excerpt p.text-right {
  margin: 0;
}

.gd_post__list .gd_readmore {
  margin-top: 0;
  background: none;
  color: #008ed4;
  padding: 0;
  font-size: 1rem;
  font-weight: normal;
}

.gd_post__list .gd_readmore .fal {
  margin-left: 5px;
  transition: all 300ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.gd_post__list .gd_readmore:hover .fal {
  transform: translateX(10px);
}

.gd_post__meta {
  font-size: 14px;
  text-transform: uppercase;
  color: #666666;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}

.gd_post__meta .gd_date {
  white-space: nowrap;
  padding-right: 10px;
  text-transform: capitalize;
}

.gd_post__meta .gd_date .far {
  color: #008ed4;
}

.gd_post__col .gd_posts__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.gd_post__col .gd_post__item {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
}

.gd_post__col .gd_post__inner {
  display: block;
}

.gd_post__col .gd_post__content {
  padding-left: 0;
  margin-top: 15px;
}

/* ===================================================== */

/*Post single*/
.page-single-project{
  padding: 100px 0;
}
.gd_post__single_title {
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0.85rem;
  font-weight: 500;
}
.gd_post__single_wrap,.related_content{
  max-width: 75%;
  margin: 0 auto;
}
.gd_post__single{
  margin: 0 auto;
}
.gd_post__single .gd_post__meta {
  margin-bottom: 0.5rem;
}
.gd_project__gallery{
  padding-bottom: 50px;
}
.gd_project_image{
  margin: 0;
  position: relative;
}
.gd_project_image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gd_project_image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #1c1e21 0%, transparent 100%);
}
.publish-if-item{
display: flex;
flex-direction: column;
line-height: 1.5;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #323232;
}
.publish-if-item .text-heading{
  font-size: 16px;
  color: var(--color-primary);
  text-transform: uppercase;
}
.publish-if-item .text-small{
  font-size: 13px;
  color: #fff;
  font-weight: normal;
}
.kh_author_post {
  margin-top: 20px;
}

.kk-star-ratings {
  margin-bottom: 30px;
}

.fb_iframe_widget_fluid_desktop iframe {
  min-width: 100% !important;
}

.gd_post__single_content {
  font-size: 1rem;
  line-height: 1.42;
  text-align: justify;
  position: relative;
}

.gd_post__single .share {
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.gd_post__single .share::before {
  width: 80%;
  border-bottom: 1px solid #fff;
  content: "";
  top: 50%;
  position: relative;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gd_widget__singlepage {
  margin-bottom: 60px;
  margin-top: 10px;
}
/*Linh Vuc*/
.field_wrap {
  margin-top: 50px;
}
.field_wrap .owl-nav {
  color: #fff;
}
.field_wrap .owl-prev {
  left: 0;
  font-size: 30px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.field_wrap .owl-prev::before {
  content: "";
  width: 20px;
  height: 40px;
  background: var(--color-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-80%, -50%);
  z-index: -1;
}
.field_wrap .owl-next {
  right: 0;
  font-size: 30px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.field_wrap .owl-next::before {
  content: "";
  width: 20px;
  height: 40px;
  background: var(--color-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-20%, -50%);
  z-index: -1;
}
.box_field_title{
  position: absolute;
  left: 50%;
  top: 90%;
  transform: translate(-50%,-50%);

}
.field_single_title{
    font-size: 16px;
  font-weight: 500;
    color: var(--color-primary);
  text-transform: uppercase;

}

/*Post related*/
.related-post-list {
  margin-bottom: 40px;
  margin-top: 40px;
}

.gd_related__title {
  margin-bottom: 0;
}

.gd_related__title .gd_text {
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  margin-bottom: 1.5rem;
  line-height: 1.42;
  text-align: center;
  padding-bottom: 1rem;
  position: relative;
}

.gd_related__title .gd_text::after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: var(--color-primary);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.gd_related__content {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
}

.gd_related__content .gd_post__item {
}

.gd_related__content .gd_post__inner {
  display: block;
  position: relative;
}

.gd_related__content .gd_post__image {
  margin-bottom: 0px;
}

.gd_related__content .gd_post__image::before {
  content: "";
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5) 30%,
    rgba(0, 0, 0, 0.15)
  );
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  border-radius: 5px;
}

.gd_related__content .gd_post__content {
  padding: 10px 15px;
  max-width: 100%;
  bottom: 0;
  color: #fff;
  z-index: 2;
  transition: all 300ms ease-in 0ms;
}
.gd_related__content .gd_post__content:hover {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0));
}

.gd_related__content .gd_post__title .gd_text {
  font-size: 1rem;
  margin-bottom: 10px;
  -webkit-line-clamp: 3;
  color: #fff;
  text-transform: none;
  line-height: 1.42;
  font-weight: 500;
}

.gd_related__content .gd_post__excerpt {
  font-size: 15px;
}

.gda-popular-post .gd_post__item:last-child {
  margin: 0;
}

ul.gd_related__content {
  margin: 0;
  padding: 0;
}

ul.gd_related__content li {
  list-style: none;
  padding: 8px 0 8px 15px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}

ul.gd_related__content li::before {
  border-radius: 50%;
  content: "";
  background-color: #ccc;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 1rem;
  left: 0;
}

ul.gd_related__content li a {
  color: #222222;
}

ul.gd_related__content li a:hover {
  color: #008ed4;
}

ul.gd_related__content li:last-child {
  border: none;
}
.related-project{
  position: relative;
  padding: 90px 0 70px;
  background: url('../images/background/bg_related_project.jpg');
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;

}
.related-project::before{
  content: "";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.95);
}
/*#endregion */

/*#region GALERY */

.list_tax_filter {
  margin-bottom: 30px;
}

.list_tax_filter .nav {
  display: flex;
  justify-content: center;
}

.list_tax_filter .nav-link {
  text-transform: uppercase;
  color: #222;
  margin: 0 5px;
  padding: 12px 15px;
  width: 150px;
  text-align: center;
}

.list_tax_filter .nav-link.active {
  background-color: #44af69;
  border-color: #44af69;
  color: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.list_tax_filter .nav-link:hover {
  background-color: #44af69;
  border-color: #44af69;
  color: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.gd_gallery_inner {
  position: relative;
}

.gd_gallery_inner a::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #44af697d;
  z-index: 1;
  transition: all 300ms ease-in 0ms;
  opacity: 0;
}

.gd_gallery_inner a::after {
  color: #fff;
  content: "\f00e";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 58px;
  z-index: 2;
  opacity: 0;
  transition: all 300ms ease-in 0ms;
  font-weight: 300;
  font-size: 26px;
}

.gd_gallery_inner:hover a::before {
  opacity: 1;
}

.gd_gallery_inner:hover a::after {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.gd_gallery_inner .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 300ms ease-in-out 0ms;
}

.gd_gallery_video .gd_gallery_inner a::after {
  content: "\f04b";
  font-weight: 500;
}

.gd_gallery_image {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.gd_gallery_image:hover .img-fluid {
  transform: scale(1.1);
}

.gd_gallery_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.75rem 0;
  opacity: 0;
  transition: all 300ms ease-in-out 0ms;
  z-index: 2;
}

.gd_gallery_title {
  font-size: 1rem;
  color: #fff;
  margin: 0;
}
.gd_gallery_title::before {
  content: "";
  background-color: #fff;
  width: 50px;
  height: 1px;
  display: inline-block;
  margin-right: 10px;
}
.gd_gallery_inner:hover .gd_gallery_content {
  opacity: 1;
}
/*#endregion */
/*#region PRODUCT */
.gd_p__item {
  margin-bottom: 30px;
}

.gd_p__inner {
}

.gd_p__image {
  margin-bottom: 1.5rem;
}

.gd_p__image a {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.gd_p__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease-in 0ms;
}

.gd_p__image:hover img {
  transform: scale(1.1);
}

.gd_p__content {
}

.gd_p__title {
}

.gd_p__title .gd_text {
  color: #008ed4;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

.gd_p__title .gd_text:hover {
  color: #222;
}
/*Single Product*/
.gd_product__info {
  margin-top: 40px;
}
.gd_product__title {
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #282828;
  font-weight: 500;
  margin-top: -5px;
}
.product_desc {
  line-height: 1.5;
}

.product_action {
  margin-bottom: 20px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.product_action .btn {
  flex: 0 0 30%;
  display: flex;
  align-items: center;
  position: relative;
  gap: 10px;
  padding: 12px 30px;
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 1.2rem;
  border: 1px solid var(--color-primary);
  transition: all 300ms ease-in 0ms;
}
/*.btn.gd-btn-contact::before,.btn.gd-btn-contact::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: 100%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform-origin: center;
	transform-origin: center center;
	-webkit-box-shadow: 0 0 0 0 rgba(232,2,2,.7);
	-moz-box-shadow: 0 0 0 0 rgba(232,2,2,.7);
	-ms-box-shadow: 0 0 0 0 rgba(232,2,2,.7);
	-o-box-shadow: 0 0 0 0 rgba(232,2,2,.7);
	box-shadow: 0 0 0 0 rgba(2, 232, 113, 0.7);
	-webkit-animation: ripple 1.5s infinite;
	-moz-animation: ripple 1.5s infinite;
	-ms-animation: ripple 1.5s infinite;
	-o-animation: ripple 1.5s infinite;
	animation: ripple 1.5s infinite;
}*/
.product_action .btn i {
}

.product_action .btn span {
}

.product_action .btn:hover {
  background-color: #fff;
  color: var(--color-primay);
  border: 1px solid var(--color-primary);
}

.gd_product_image {
}
.zoomIn {
  animation: zoomIn 0.5s forwards ease;
}

.gd_product_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.owl_thumb_slider {
  padding: 0 0 0px !important;
}

.owl_thumb_slider li {
  list-style: none;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.owl_thumb_slider .owl-nav [class^="owl-"] {
  background: #ca0000;
  color: #fff;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.1s ease-in 0s;
  z-index: 100;
  height: 30px;
  line-height: 30px;
  width: 30px;
  cursor: pointer;
  visibility: visible;
  font-size: 20px;
  line-height: 1.4;
}

.owl_thumb_slider .owl-prev,
.owl_thumb_slider .owl-next {
  display: none;
}

.gd_product_desc {
  margin-top: 2rem;
}

.gd_product_desc .table.table-bordered {
  width: auto;
}
.related-product-content {
  margin-bottom: 50px;
}
.related-product-content .gd_box__title {
  margin-bottom: 3rem;
}
.related-content .kh_title_post {
  text-align: center;
}

.related-product .gd_p__image {
  height: calc(250 / 300 * (1410px / 4 - 30px));
}
/*#endregion */

/*#region SIDEBAR */
.widget {
  margin-bottom: 40px;
  overflow: hidden;
}
.gd_widget {
  background-color: #f5f5f5;
  padding: 15px 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.widget .gd_widget__title {
  text-align: left;
  position: relative;
  padding: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
}

.gd_widget__content .gd_info__text {
  margin-left: 20px;
  margin-top: 3px;
  font-size: 16px;
}

.gd_widget__content .gd_info__text b {
  font-size: 20px;
}

.widget .gd_widget__title .gd_text {
  color: #fff;
  line-height: 1.2;
  display: inline-block;
  padding: 0;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}

.widget .gd_widget__title .gd_text::before {
  content: "";
  width: 100%;
  height: 3px;
  bottom: -12px;
  background-color: var(--color-primary);
  left: 0;
  position: absolute;
}
/*GDA - POST*/
.gda-popular-post .gd_widget__title .gd_text {
  margin: 0;
}

.gda-popular-post .gd_widget__content {
  padding: 1.25rem 0;
}

.gda-popular-post .gd_post__item {
  margin-bottom: 1.25rem;
}

.gda-popular-post .gd_post__image {
  flex: 0 0 140px;
  height: 80px;
}

.gda-popular-post .gd_post__image a::before {
  display: none;
}

.gda-popular-post .gd_post__title .gd_text {
  font-size: 1rem;
  -webkit-line-clamp: 3;
  font-weight: 500;
  color: #222;
  margin-top: -3px;
}

.gda-popular-post .gd_post__title .gd_text:hover {
  color: var(--color-primary);
}

.gda-popular-post .gd_post__content {
  padding-left: 15px;
}

.gda-popular-post .gd_post__content .gd_date {
  font-size: 13px;
  display: block;
  color: #bdbdbd;
}

/*POST Entries*/
.widget_recent_entries ul {
  padding-left: 0;
  list-style: none;
}

.widget_recent_entries ul li {
  margin-bottom: 0.5rem;
}

.widget_recent_entries ul li a {
  font-size: 1.125rem;
  color: #333;
  display: block;
}

.widget_recent_entries ul li a:hover {
  color: #008ed4;
}

.widget_categories ul {
  padding-left: 15px;
}

.widget_categories ul li {
  margin-bottom: 0.5rem;
}

.widget_categories ul li a {
  font-size: 1rem;
  color: #222;
  display: block;
}

.widget_categories ul li a:hover {
  color: #008ed4;
}

.widget_media_image img {
  max-width: 100%;
  display: block;
  margin: auto;
  border-radius: 8px;
}

.widget_text .form_wrap__trip {
}

.widget_text .form_wrap__trip .form-group .form-control {
  height: 35px;
  border-radius: 0;
}

.form_wrap__trip .title {
  text-transform: uppercase;
  color: #008ed4;
  font-weight: 500;
  display: block;
  text-align: center;
  font-size: 1.125rem;
}

.form_wrap__trip .form-group.d-flex {
  align-items: center;
  margin-bottom: 10px;
}

.form_wrap__trip .form-group.d-flex .wpcf7-form-control-wrap {
  width: 100%;
}

.form_wrap__trip .form-group.d-flex > i {
  font-size: 12px;
  color: #008ed4;
}

.form_wrap__trip .form-group.d-flex .form-control {
  font-size: 0.85rem;
}

.form_wrap__trip .form-group.text-center {
  margin: 0;
}

.form_wrap__trip .form-group .book-note {
  height: 65px;
  border-radius: 0;
  font-size: 0.85rem;
}

.form_wrap__trip .form-group .book-now {
  width: 100%;
  background: #008ed4 url(../images/icon/send_small.png) no-repeat left 85px
    center;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.form_wrap__trip .wpcf7-not-valid-tip {
  font-size: 0.85rem;
  padding-left: 12px;
}
/*Widget Nav*/

.widget_nav_menu {
}

.widget_nav_menu ul.menu {
  border-top: none;
  list-style: none;
  padding: 0;
}

.widget_nav_menu ul.menu li {
  padding: 1rem;
}

.widget_nav_menu ul.menu li a {
  color: #222;
  position: relative;
}

.widget_nav_menu ul.menu li a:hover {
  color: #008ed4;
  position: relative;
}

.widget_nav_menu ul.menu > li {
  padding: 1rem 0 0;
}

.widget_nav_menu ul.menu > li:last-child {
  border-bottom: none;
}

.widget_nav_menu ul.menu > li > a {
  color: var(--color-primary);
  display: block;
  text-transform: uppercase;
}
.widget_nav_menu ul.menu > li > a:hover{
  color: #fff;
  font-weight: 500;
}



#menu-field-sidebar-menu li {
  list-style: none;
  padding-left: 0;
}
#menu-field-sidebar-menu li a{

}
/*PHỤ KIỆN*/

.gd_widget__content .gd__p_item {
  max-width: 100%;
  padding: 0;
}
.gd_widget__content .gd__p_inner {
  display: flex;
  border: none;
}
.gd_widget__content .gd__p_image {
  border: 1px solid #ccc;
  border-radius: 5px;
  max-width: 105px;
  height: 105px;
  flex: 0 0 105px;
  padding: 0;
  overflow: hidden;
}
.gd__p_image {
}
.gd_widget__content .gd__p_content {
  text-align: left;
  padding-top: 0;
  font-weight: 500;
}
.gd_widget__content .gd__p_price .price {
  justify-content: flex-end;
}

/*#endregion */

/*#region CONTACT */

.kh_form_contact {
}
.kh_form_contact .wpcf7 {
  padding: 30px;
  background: #f4f4f4;
  border-radius: 10px;
}
.kh_form_contact .wpcf7 .kh_title_form {
  font-weight: 500;
  font-size: 20px;
  color: var(--color-primary);
  margin-bottom: 20px;
}
.kh_item_field.kh_flex_field {
  margin: 0 -5px 10px;
}
.kh_item_field.kh_flex_field .kh_item_flex_field {
  padding: 0 5px;
  flex: 0 0 50%;
  max-width: 50%;
}
.kh_form_contact .wpcf7 .kh_submit_form {
  flex-flow: row;
  justify-content: flex-start;
}
.kh_address_company {
}
.kh_address_company .gd_add_inner {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.kh_address_company .gd_add_inner:last-child {
  border: none;
}

.page-content.page-contact {
}

.gd_contact_us {
  background-color: #fff;
  padding: 40px;
  margin-top: -100px;
  position: relative;
}

.gd_contact_us .form-control {
  height: 50px;
  padding: 0.375rem 20px;
}

.gd_contact_us .gd_ct_form .gd_box__title .gd_text {
  font-weight: 500;
  margin-bottom: 30px;
  color: #008ed4;
  text-align: center;
}

.gd_address__item [class^="gd_add_col"] {
  text-align: center;
}

.gd_address__item {
  align-items: center;
  margin-bottom: 30px;
}

.gd_address__item .fal {
  padding-top: 2rem;
  font-size: 2rem;
  border-radius: 50%;
  background: #008ed4;
  color: #fff;
  width: 95px;
  height: 95px;
}

.gd_add_title {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 1.5rem;
  margin-bottom: 10px;
}

.gd_add_content {
  font-size: 0.9375rem;
}

.gd_contact_form {
  width: 100%;
  margin: auto;
  max-width: 1140px;
}

.gd_contact_form .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form-control-wrap {
}
.gd_contact_form .row {
  margin: 0;
}

.gd_contact_form .form-group {
  padding: 0 5px;
  margin-bottom: 10px;
}

.gd_contact_form .form-control {
  border-radius: 0;
  font-size: 1rem;
}

.gd_contact_form .form-control:focus {
  box-shadow: none;
}

.gd_contact_form .col-form-label {
  font-size: 1rem;
}

.gd_contact_form .wpcf7-textarea.form-control {
  height: 224px;
  color: #fff;
  padding: 10px 0px 10px 0px;
  background: transparent;
  border: 1px solid #8d8d8d;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.gd_contact_form .wpcf7-textarea.form-control::placeholder,
.wpcf7-form-control::placeholder {
  color: #fff;
}

.gd_contact_form .wpcf7-submit {
  text-transform: uppercase;
  font-weight: 400;
  border: none;
  padding: 17px 20px !important;
  font-size: 1.25rem;
  line-height: 1;
  width: 150px;
  margin-top: 30px;
  color: #222 !important;
  background: var(--color-primary) !important;
  border: 0 !important;
  border-radius: 0;
}

.gd_contact_form .wpcf7-submit:hover {
  background-color: #2d6c46;
}

.form_wrap .form-group.text-right {
  position: relative;
}

.gd_contact_form .ajax-loader {
  position: absolute;
  left: 48%;
  top: 68%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gd_contact_form .wpcf7-spinner {
  position: absolute;
  left: 48%;
  top: 66%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gd_contact_form p {
  font-size: 1.5rem;
  font-weight: 400;
}

.gd_contact_form .gd_submit {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
  position: relative;
}

.gd_contact_form .gd_submit::before {
}
/*======================================================
PAGE LIÊN HỆ
========================================================*/

.gd_loaction .gd_map {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
.gd_contact_page {
  overflow: hidden;
}
.gd_loaction {
  position: relative;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.gd_loaction ul {
  list-style: none;
}
.box-address-contact {
  position: absolute;
  max-width: 500px;
  top: 15px;
  left: 15px;
  transform: translateX(-515px);
  transition: all 2s ease;
}
.box-address-contact.active {
  transform: translateX(0px);
}
.header_box {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: 0 0 5px #ccc;
}
.header_box a {
  display: block;
  padding: 10px 28px;
  color: #222;
}
.header_box a span,
.header_box a i {
  color: #fdc508;
  font-weight: 700;
}
.box_tab {
  background: #fff;
  border-radius: 5px;
  padding: 15px 28px;
  box-shadow: 0 0 5px #ccc;
}
.content-address-contact {
  padding-top: 20px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
  border-bottom: 1px solid #fdc508;
}
.nav.nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-tabs .nav-link {
  border: none;
  padding: 15px 0;
  text-transform: uppercase;
  display: inline-block;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
  text-align: center;
}
.list_p_contact {
  display: flex;
  margin-bottom: 5px;
}
.list_p_contact a {
  color: #222;
}
.list_p_contact i {
  color: #fdc508;
  width: 25px;
  min-width: 25px;
}
.checkmap {
  display: flex;
  justify-content: space-between;
}
.checkmap a {
  width: 49%;
  border: 1px solid #fdc508;
  border-radius: 50px;
}
.checkmap a {
  width: 49%;
  border: 1px solid #fdc508;
  border-radius: 50px;
  padding: 9px 0 5px;
  text-align: center;
  color: #222;
  text-transform: uppercase;
}
.map_i {
  background: #fdc508;
  position: relative;
}
.map_i i {
  position: absolute;
  background: #fff;
  width: 36px;
  height: 36px;
  text-align: center;
  right: 2px;
  border-radius: 50px;
  top: 1px;
  padding-top: 10px;
  font-weight: 700;
}
.content_box_contact {
  position: relative;
}

.hide-contact {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fdc508;
  border-radius: 3px;
  text-align: center;
  padding-top: 3px;
  position: absolute;
  right: -28px;
  top: 0;
}
.content_form_contact{
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.and_map{
  flex: 1;
}
.and_contact_form{
  flex: 0 0 40%;
background: #1b1b1b;
padding: 50px;
}
.content_form_contact {
  width: 100%;
  margin: 0 auto;
}
.form_contact.kh_module_feature {
  padding: 50px 0 0;
  text-align: center;
}
.form_contact.kh_module_feature .kh_title_module {
  margin-bottom: 50px;
}
.content_form_contact .form-group {
  margin-bottom: 10px;
}
.content_form_contact .form-group.row {
  margin: 0 -5px 10px;
}
.content_form_contact .form-group.row .col-md-6.col-12 {
  padding: 0 5px;
}
.content_form_contact .form-group input {
  color: #fff;
  position: relative;
  display: inline;
  padding: 20px 0px 20px 0px;
  background: transparent;
  border: 1px solid #8d8d8d;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  }
.content_form_contact .from-coltrol {
  margin-bottom: 20px;
}
.content_form_contact .from-coltrol textarea {
  padding: 10px 20px;
  height: 200px;
  color: #fff;
}
.content_form_contact .from-coltrol textarea::placeholder {
  color: #fff;
}
.content_form_contact .form-group input::placeholder {
  color: #fff;
}
.content_form_contact .form-group input::focus::placeholder{
  color: var(--color-primary);
}
.content_form_contact .submit_form {
}
.content_form_contact .submit_form .contentform {
  background-color: var(--color-primary);
  padding: 10px;
  border-radius: 30px;
  position: relative;
  display: inline-flex;
  width: 200px;
  justify-content: center;
  align-items: center;
}
.content_form_contact .submit_form .contentform #submit_contaxt {
  background: none;
  border: none;
  padding: 0;
  color: #222;
  margin-left: 10px;
}
.content_form_contact .submit_form .contentform .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.wpcf7-not-valid-tip {
  text-align: left;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #fff !important;
}
/*#endregion */

/*#region PAGE NAVIGATE */

.navigation {
  clear: both;
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.navigation .pages {
  margin-right: 15px;
  display: none;
}

.navigation a,
.navigation span.current {
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  background-color: #f5f5f5;
  margin-bottom: 8px;
  width: 38px;
  line-height: 38px;
  color: #282828;
  font-weight: 500;
}

.navigation a:hover,
.navigation span.current {
  color: #fff;
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.navigation a.last,
.navigation a.first {
  width: auto;
  padding: 0 15px;
}

.navigation .extend {
  margin-right: 8px;
}

/*#endregion */

/*#region PROJECT */
.page-content.page-project{
  position: relative;
  padding: 100px 50px 50px;
  background: url('../images/background/bg_archive_project.jpg');
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.gd_project__item{
  margin-bottom: 30px;
}
.page-content.page-project::before{
  content: "";
background: #1b1b1b;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: .95;
}
.gd_project__title .gd_text {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}
.gd_project__inner{
  position: relative;
  overflow: hidden;
}
.gd_project__inner .gd_project__content{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1;
}
.gd_project__inner .gd_project__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 20px 20px;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  background: linear-gradient(0deg, var(--color-primary) 30%, transparent 100%);
  -webkit-box-pack: justify;
  -webkit-box-align: center;
}
.gd_project__inner:hover .gd_project__content{
  -webkit-transform:translateY(0);
  transform:translateY(0)
}
.gd_project__image{
  margin: 0;
  height: 330px;
}
.gd_project__image img{
  transition: all .3s ease;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.gd_project__image:hover img{
  -webkit-transform:scale(1.15) rotate(-4deg);
  transform:scale(1.15) rotate(-4deg);
}
.gd_project__image a {
  position: relative;
}
.more-more-project{
  background: #272727;
color: #fff;
padding: 5px 10px;
}
.more-more-project i{
  transform: rotate(-45deg);
}
/*#endregion */
/*News in product*/
.gd_module__service .gd_related__title .gd_text {
  text-align: left;
  font-size: 1rem;
}
.gd_module__service .gd_related__title .gd_text::after {
  left: 0;
  transform: translateX(0);
}
.gd_module__service .gd_post__item {
  flex: 1 1 20%;
  padding-right: 15px;
  padding-left: 15px;
}
.gd_module__service .gd_post__image {
  flex: 0 0 140px;
  height: 80px;
}
.gd_module__service .gd_post__image img {
  height: auto;
  width: 100%;
}
.gd_module__service .gd_post__title .gd_text {
  font-size: 1rem;
  font-weight: 400;
  -webkit-line-clamp: 3;
}
.gd_module__service .gd_post__content {
  padding-left: 15px;
  padding-top: 0;
}

/*HVKhanh -- Tin tức*/
.page-content.page-article.kh_page_cat {
  padding: 100px 0px;
}
.kh_banner_page {
  margin-bottom: 0px;
  position: relative;
}
.kh_banner_page::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.kh_banner_page .img-fluid.kh_image_banner {
  width: 100%;
}
.kh_list_term {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin: 0 -5px 40px;
  justify-content: center;
  align-items: center;
}
.kh_list_term .kh_item_term {
  flex: 0 0 auto;
  padding: 0 5px;
}
.kh_list_term .kh_item_term a {
  display: block;
  color: #282828;
  font-weight: 500;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 6px 30px;
  background-color: #99999926;
}
.kh_list_term .kh_item_term.actived a {
  background-color: var(--color-primary);
  color: #222;
  padding: 6px 30px;
  border: 1px solid var(--color-primary);
  border-radius: 30px;
}
.kh_list_term .kh_item_term:not(.actived) a:hover {
  color: var(--color-primary);
}

#load-posts {
}
.gda_news__item.kh_none_resuilt {
  min-height: 200px;
  position: relative;
}
#load-posts .kh_inner_news {
  height: 100%;
}
.kh_item_news .kh_title_post{
  margin: 0;
}
.kh_item_news .kh_title_post a {
  color: #fff;
  font-size: 1.1rem;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}
.kh_inner_news:hover .kh_title_post a{
  color: var(--color-primary);
}

.border:hover {
  background: linear-gradient(#0000003d, #000000b3);
}
#load-posts .kh_item_news .kh_content_news {
  padding: 30px 20px 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, #000 0%, transparent 100%);
  display: flex;
justify-content: space-between;
align-items: center;
}
#load-posts .kh_item_news .kh_content_news .kh_title_product {
  text-align: center;
}
.kh_inner_news:hover .social-post{
  display: block;
  animation: fadeInUp .3s forwards ease;
}
.social-post{
  display: none;

}
.box-social-post {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 15px;
}
.box-social-post-item a{
  color: #fff;
}
.box-social-post-item a:hover{
  color: var(--color-primary);
}
.kh_img_news {
  border-radius: unset;
  background: #fff;
  position: relative;
}
.kh_img_news .and_date{
  position: absolute;
top: 14px;
background: #daa22e;
color: #222;
padding: 10px 20px;
font-size: 14px;
left: -20px;
z-index: 10;
}
.kh_img_news .and_date::before{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: 100%;
  border-width: 10px 10px;
  border-style: solid;
  border-color: #b8964d #b8964d transparent transparent;
}

.kh_img_news.kh_img_video a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.kh_img_news.kh_img_video a::before {
  position: absolute;
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: 500;
  color: #fff;
  z-index: 2;
}
.kh_img_news.kh_img_video a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.kh_img_news .img-fluid {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

/* Hover ảnh */
.img-hover {
  position: relative;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
}

.img-hover:hover {
  background: linear-gradient();
}
.img-hover .border {
  position: absolute;
  opacity: 0.45;
}
.img-hover .border:before,
.img-hover .border:after,
.img-hover .border div:before,
.img-hover .border div:after {
  background-color: var(--color-primary);
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.img-hover .border:before,
.img-hover .border:after {
  width: 0;
  height: 1px;
}
.img-hover .border div:before,
.img-hover .border div:after {
  width: 1px;
  height: 0;
}
.img-hover .border.one {
  left: 0;
  top: 0;
  right: 12px;
  bottom: 12px;
}
.img-hover .border.one:before,
.img-hover .border.one div:before {
  left: 0;
  top: 0;
}
.img-hover .border.one:after,
.img-hover .border.one div:after {
  bottom: 0;
  right: 0;
}
.img-hover .border.two {
  left: 14px;
  top: 14px;
  right: 0;
  bottom: 0;
}
.img-hover .border.two:before,
.img-hover .border.two div:before {
  right: 0;
  top: 0;
}
.img-hover .border.two:after,
.img-hover .border.two div:after {
  bottom: 0;
  left: 0;
}
.img-hover a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-hover:hover .border:before,
.img-hover.hover .border:before,
.img-hover:hover .border:after,
.img-hover.hover .border:after {
  width: 100%;
}
.img-hover:hover .border div:before,
.img-hover.hover .border div:before,
.img-hover:hover .border div:after,
.img-hover.hover .border div:after {
  height: 100%;
}

#load-posts .kh_item_news {
  margin-bottom: 40px;
}
.kh_link_detal a {
  background: #272727;
color: #fff;
padding: 5px 10px;
}
.kh_link_detal a i{
  transform: rotate(-45deg);
}
.kh_excerpt_post p {
  margin-bottom: 0;
  color:#fdfdfd ;
}
.kh_excerpt_post {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #555;
}

.kh_item_popular {
  margin-bottom: 20px;
}
.kh_list_popular .kh_item_popular:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.kh_item_popular .kh_img_popular {
  flex: 0 0 40%;
  max-width: 40%;
  margin-bottom: 0;
  margin-right: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.kh_title_popular a {
  font-weight: 400;
  display: -webkit-box !important;
  max-width: 100%;
  margin-bottom: 0.5rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #282828;
}
.kh_item_popular .kh_img_popular .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kh_title_popular a:hover {
  color: var(--color-primary);
}

.widget .wpcf7-form {
  padding: 40px 30px 10px 30px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.widget .wpcf7-form .kh_title_form {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.widget .kh_list_video {
  list-style: none;
  padding-left: 0;
}
.kh_video_post {
  margin-bottom: 10px;
}
.kh_video_post a {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.kh_video_post a .kh_btn_play {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  z-index: 2;
}
.kh_video_post a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.widget .kh_list_video li:not(.kh_first_video) a::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--color-primary);
  border-radius: 50%;
  /*! margin-right: 15px; */
  margin-top: 10px;
  /*! display: block; */
  position: absolute;
  left: 0;
}
.widget .kh_list_video li:not(.kh_first_video) a {
  /*! display: flex; */
  position: relative;
  display: block;
  padding-left: 20px;
}
.widget .kh_list_video li a {
  color: #222;
}
.widget .kh_list_video li {
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.widget .kh_list_video li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
.widget .kh_list_video li a:hover {
  color: var(--color-primary);
}

.kh_box_form {
}
.kh_box_form .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.kh_box_form .wpcf7-form-control-wrap i {
}
.kh_box_form .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 100%;
  padding: 8px 15px;
  font-size: 15px;
  color: #595a5a;
  border: 0.5px solid rgba(89, 90, 90, 0.3);
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 2px;
}
.kh_box_form .wpcf7-form-control-wrap textarea.wpcf7-form-control {
  height: 70px;
}
.kh_submit_form {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
.kh_submit_form .kh_submit_btn {
  text-align: center;
  padding: 8px 40px;
  border-radius: 30px;
  background-color: var(--color-primary);
  border: none;
  color: #fff;
  font-weight: 500;
}
.kh_item_field {
  margin-bottom: 10px;
}
.widget .wpcf7-form .wpcf7-response-output {
  margin: 0;
  margin-bottom: 10px;
}

.kh_page_content_post .kh_main_post {
  margin: 0 auto;
}
.kh_page_content_post {
  padding-top: 80px;
}
.kh_main_post .publish {
  margin-bottom: 15px;
}
.kh_page_content_post .kh_main_post .kh_name_post {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  color: var(--color-primary);
}
.the_post_thumbnail{
  position: relative;
}
.and_post_thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.the_post_thumbnail .and_date{
  position: absolute;
  top: 20px;
  background: #daa22e;
  color: #222;
  padding: 10px 25px;
  font-size: 14px;
  left: -20px;
}
.the_post_thumbnail .and_date::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  top: 100%;
  border-width: 10px 10px;
  border-style: solid;
  border-color: #b8964d #b8964d transparent transparent;
}
.kh_views {
  margin-left: 10px;
}
.kh_post__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.kh_post__meta .views_share {
  display: flex;
  align-items: center;
}
.kh_post__meta .views_share .kh_share {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.kh_views {
}
.kh_views span {
  margin-left: 10px;
}
.kh_link_social_detail {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.kh_link_social_detail .zalo-share-button {
  width: 28px !important;
  height: 28px !important;
  cursor: pointer;
}

.kh_post__meta .views_share .kh_share::before {
  content: "Share";
}
.kh_post__meta .kh_mark_between {
  margin: 0 5px;
}
.kh_list_tags {
  align-items: center;
  margin-bottom: 30px;
}
.kh_list_tags a {
  padding: 5px 15px;
  background-color: #ebebeb;
  border-radius: 30px;
  margin: 0 5px;
  color: #222;
}
.kh_list_tags .kh_title_tag {
  margin-right: 10px;
}
.kh_list_tags a:hover {
  background-color: var(--color-primary);
  color: #fff;
}

.kh_inner_author {
  display: flex;
}
.kh_box_author {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.kh_avt_author {
  margin-bottom: 0;
  width: 200px;
  height: 200px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 20px;
}
.kh_info_author {
  flex: 1;
}
.kh_avt_author .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kh_job_author {
  color: var(--color-primary);
  margin-bottom: 5px;
}
.kh_name_author {
  color: #000;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}
.kh_des_author {
  margin-bottom: 20px;
}
.kh_des_author p {
  margin-bottom: 0;
}
.kh_social_author {
  display: flex;
  align-items: center;
}
.kh_social_author ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin: 0 -7px;
}
.kh_social_author ul .kh_social_author ul li {
  flex: 0 0 auto;
}
.kh_social_author ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 50%;
  padding-top: 2px;
}
.kh_social_author ul li {
  padding: 0 7px;
}
.kh_text_social_author {
  margin-right: 15px;
}
.kh_wrap_related * {
  text-align: left;
}
.kh_wrap_related .owl-dots {
  display: none;
}
.kh_box_related {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.related_content{
  margin: 0 auto;
}
.kh_box_related .kh_title_cat {
  font-size: 2.8rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-primary);
  margin-bottom: 50px;
}
.kh_wrap_related .owl-prev,
.kh_wrap_related .owl-next {
  transform: unset;
  background: rgba(89, 90, 90, 0.5);
  color: #fff;
  width: 38px;
  height: 38px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kh_wrap_related .owl-prev {
  left: 1px;
}
.kh_wrap_related .owl-next {
  right: 1px;
}

/*HVKhanh -- Giới thiệu*/

.kh_nav {
  margin-bottom: 50px;
  justify-content: center;
  border: none;
  align-items: center;
}
.kh_page_intro {
  padding: 0 0 50px;
}
.kh_nav .kh_nav_item {
  flex: 0 0 auto;
  padding: 0 20px;
}
.kh_nav .kh_nav_item .kh_nav_link {
  color: #282828;
  font-weight: 500;
  padding: 0;
  border: none;
  width: 150px;
  text-align: center;
}
.kh_nav .kh_nav_item .kh_nav_link.active {
  padding: 10px 20px;
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 30px;
}
.kh_nav .kh_nav_item .kh_nav_link:not(.active):hover {
  color: var(--color-primary);
}
.tab-content.kh_tab_content {
  width: 80%;
  margin: 0 auto;
  text-align: justify;
}
.kh_padding_bottom {
  padding-bottom: 70px;
}

/*HVKhanh -- Hệ thống*/
.kh_page.kh_page_store {
  padding-bottom: 50px;
}
.kh_nav_area {
}
.kh_nav_area .kh_title_area {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 500;
}
.kh_nav_area .kh_nav {
  display: flex;
  margin: 0;
  margin: 30px 0;
  border-radius: 5px;
  overflow: hidden;
}
.kh_nav_area .kh_nav .kh_area_item {
  flex: auto;
  text-align: center;
  margin: 0;
}
.kh_nav_area .kh_nav .kh_area_item .kh_area_link {
  border: none;
  background-color: #f4f4f4;
  color: var(--color-primary);
  font-weight: 500;
  padding: 10px 0;
}
.kh_nav_area .kh_nav .kh_area_item .kh_area_link.active {
  background-color: var(--color-primary);
  color: #fff;
  border-radius: unset;
}
.kh_list_city {
}
.kh_list_city .tab-content.kh_tab_content {
  width: 100%;
}
.kh_list_city .tab-content.kh_tab_content .kh_list_provinces {
  list-style: none;
  padding-left: 0;
}
.kh_list_provinces .card {
  border: none;
}
.kh_list_provinces .card .card-header {
  background-color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid var(--color-primary);
}
.kh_list_provinces .card .card-header .btn-link {
  padding: 0;
  color: var(--color-primary);
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
.kh_list_provinces .card .card-header .btn-link:focus,
.kh_list_provinces .card .card-header .btn-link:hover {
  text-decoration: none;
}
.card-body .kh_list_districts {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.kh_list_provinces .card-body {
  padding: 30px 5px 0;
}
.card-body .kh_list_districts .kh_item_district {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 5px 10px;
}
.kh_list_city .tab-content.kh_tab_content .kh_list_provinces .kh_item_province {
  margin-bottom: 30px;
}
.kh_list_provinces .card .card-header .btn-link::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/icon/list_icon.png) no-repeat center;
  background-color: var(--color-primary);
  border-radius: 50%;
  margin-right: 15px;
}

.card-body .kh_list_districts .kh_item_district a {
  display: inline-flex;
  color: #282828;
  align-items: center;
}
.card-body .kh_list_districts .kh_item_district a::before {
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 14px;
  margin-right: 15px;
  color: var(--color-primary);
}
.card-body .kh_list_districts .kh_item_district a:hover {
  color: var(--color-primary);
}
.kh_list_provinces .card .card-header .btn-link::after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 25px;
  margin-right: 15px;
  color: var(--color-primary);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.kh_list_provinces .card .card-header .btn-link:not(.collapsed)::after {
  content: "\f068";
}

.kh_filter_store {
  padding: 30px 20px;
  box-shadow: 0 0 4px 3px #d1d1d1;
  margin-bottom: 50px;
}
.kh_page_title {
  text-align: center;
  color: var(--color-primary);
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 50px;
}
.kh_title_filter {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.kh_wrap_input {
  margin: 0 -20px;
}
.kh_wrap_input .kh_item_field {
  flex: 0 0 37%;
  max-width: 37%;
  margin: 0;
  padding: 0 20px;
}
.kh_wrap_input .kh_item_field:last-child {
  flex: 0 0 26%;
  max-width: 26%;
  position: relative;
}
.kh_wrap_input .kh_item_field .kh_select_field {
  width: 100%;
  background: #fff;
  padding: 12px 20px;
  border: 1px solid rgba(89, 90, 90, 0.5);
  border-radius: 30px;
  /*! font-size: 16px; */
  -webkit-appearance: none;
  background: url(../images/icon/down.png) no-repeat right 20px top 50%;
  color: #6d6e6e;
  scrollbar-width: thin;
}
.kh_wrap_input .kh_item_field .kh_select_field option {
  color: #282828;
}
.kh_wrap_input .kh_item_field:last-child .kh_submit_filter {
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  border: none;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.kh_wrap_input .kh_item_field:last-child .kh_error_submit {
  position: absolute;
  text-align: center;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 4px 3px #d1d1d1;
  padding: 10px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.3;
  color: var(--danger);
  font-weight: 500;
  z-index: 2;
}
.kh_wrap_input .kh_item_field:last-child .kh_error_submit::before {
  content: "";
  transform: translate(100%, 0);
  border-top: 10px solid transparent;
  border-right: 15px solid #ebebeb;
  border-bottom: 10px solid transparent;
  left: 50%;
  bottom: -18px;
  position: absolute;
  transform: translateX(-50%) rotate(270deg);
  z-index: 1;
}

.kh_list_store.row {
  padding: 30px 0 50px;
}
.kh_item_store {
  margin-bottom: 30px;
}
.kh_wrap_store {
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.kh_name_store {
  font-weight: 500;
}
.kh_wrap_store::before {
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 14px;
  margin-right: 15px;
  color: var(--color-primary);
}

/*HVKhanh -- Thư viện*/

.img-fluid {
}
.kh_box_gallary {
  margin-bottom: 50px;
}
.kh_box_gallary .kh_list_gallary.kh_slide_gallary {
  padding-bottom: 50px;
}
.kh_box_gallary .kh_title_gallary {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.kh_img_gallary {
  margin-bottom: 10px;
}
.kh_name_gallary {
  text-align: left;
}
.kh_name_gallary a {
  color: #282828;
  font-weight: 500;
  display: inline-block;
}
.kh_other_gallary.kh_box_gallary {
}
.kh_other_gallary.kh_box_gallary .kh_list_gallary.row {
  margin: 0 -10px;
}
.kh_other_gallary.kh_box_gallary .kh_list_gallary.row .kh_item_gallary {
  margin-bottom: 30px;
  padding: 0 10px;
}
.kh_page_intro.kh_page_gallary {
}

.kh_gallery_image {
  width: 700px;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}
.kh_gallery_image .img-fluid {
  width: 100%;
}
.kh_gallery_image::before {
  content: "\f302";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  font-size: 4rem;
}
.kh_gallery_image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.kh_gallery_image .kh_load {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

.kh_content_main .kh_inner_expert {
  display: flex;
  flex-wrap: wrap;
}
.kh_content_main .kh_inner_expert .kh_img_expert {
  flex: 0 0 35%;
  max-width: 35%;
  margin-right: 30px;
  margin-bottom: 0;
}
.kh_content_main .kh_item_expert {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.kh_content_main .kh_item_expert:last-child {
  border-bottom: none;
}
.kh_content_main .kh_inner_expert .kh_info_expert {
  flex: 1;
}
.kh_intro_expert {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.kh_intro_expert .kh_title_expert {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 15px;
}
.kh_content_intro_expert p {
  margin-bottom: 0;
}
.kh_content_main .kh_inner_expert .kh_info_expert .kh_des_job {
  color: #6d6e6e;
}
.kh_content_main .kh_inner_expert .kh_info_expert .kh_des_expert {
  margin: 10px 0;
}
.kh_content_main .kh_inner_expert .kh_img_expert .img-fluid {
  width: 100%;
}
.kh_content_main .kh_inner_expert .kh_des_expert.d-none {
  display: none !important;
}
.kh_content_main .kh_item_expert .modal {
  width: 1000px;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
  overflow: unset;
}
.kh_content_main .kh_item_expert .modal .modal-dialog {
  max-width: unset;
}
.kh_content_main .kh_item_expert .modal .modal-dialog .modal-content {
  border-radius: 15px;
  border: none;
}
.kh_content_main
  .kh_item_expert
  .modal
  .modal-dialog
  .modal-content
  .kh_detail_expert {
  padding: 25px 30px;
}
.kh_content_main
  .kh_item_expert
  .modal
  .modal-dialog
  .modal-content
  .modal-header {
  padding: 20px 30px;
  background: #f4f4f4;
  border-radius: 15px 15px 0 0;
}
.kh_content_main
  .kh_item_expert
  .modal
  .modal-dialog
  .modal-content
  .modal-header
  .kh_header_popup
  h5 {
  font-size: 17px;
  font-weight: 500;
}
.kh_content_main
  .kh_item_expert
  .modal
  .modal-dialog
  .modal-content
  .kh_content_expert {
  margin-top: 20px;
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: ccc #fff;
  padding-right: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.gd_actione {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.kh_more_news a,
.an_more_news_related a,
.product-btn a {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--color-primary);
  color: #222;
  text-transform: uppercase;
  font-size: 16px;
  border: 1px solid var(--color-primary);
  transition: all 300ms ease-in 0ms;
}
.kh_more_news a:hover,
.an_more_news_related a:hover,
.product-btn a:hover {
  background-color: #fff;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

/*Page Bảo Hành*/
.content-page.page-guarantee {
  padding: 80px 0;
  color: #fff;
  background-image: url("../images/bg_home_2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #002653;
}

.content-page.page-guarantee .tite_content_bh {
  color: var(--color-primary);
  font-size: 1.7rem;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
}
.content-page.page-guarantee .tite_content_bh::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: var(--color-primary);
  bottom: 0;
  left: 0;
}
.content-page.page-guarantee .content_bh p {
  margin: 0;
}
.content-page.page-guarantee .content_bh p a {
  color: #fff;
}
.content-page.page-guarantee .content_bh .form_guarantee {
  margin-top: 30px;
}
.content-page.page-guarantee .content_bh .form_guarantee .kh_form_check {
  display: flex;
}
.form_guarantee .kh_form_check #serial {
  flex: 1;
  padding: 10px 20px;
  background-color: #222;
  border: 1px solid #ebebeb69;
  border-radius: 10px;
  color: #fff;
}
.form_guarantee .kh_form_check .submit_turnup {
  background-color: var(--color-primary);
  border: none;
  padding: 0 50px;
  margin-left: 10px;
  border-radius: 40px;
  cursor: pointer;
}
.form_guarantee .kh_form_check #serial::placeholder {
  color: #fff;
  opacity: 1;
}
.content-page.page-guarantee .content_bh .row.link_page {
  list-style: none;
  padding-left: 0;
}
.content-page.page-guarantee .link_page {
  list-style: none;
  padding-left: 0;
  margin: 0 -5px;
  padding: 20px;
  box-shadow: 0 0 15px 5px #d1d1d1;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.content-page.page-guarantee .link_page .kh_policy_bh {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px 5px;
  align-items: center;
}
.content-page.page-guarantee .link_page .kh_policy_bh img {
  width: 35px;
  margin-right: 15px;
}
.content-page.page-guarantee .link_page .kh_policy_bh .title_link {
  flex: 1;
}
.content-page.page-guarantee .link_page .kh_policy_bh .title_link a {
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 500;
}
.content-page.page-guarantee .result {
  width: 60%;
  margin: 70px auto 0;
}
.content-page.page-guarantee .result h3 {
  color: var(--color-primary);
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.content-page.page-guarantee .result p.text-center {
  margin-bottom: 5px;
}
.result .contet_result {
}
.result .contet_result .loading {
  text-align: center;
}
.result .contet_result .result_title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.result .contet_result .list_result {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.result .contet_result .list_result .list_item {
  padding: 5px 15px 0 15px;
  position: relative;
  justify-content: space-between;
}
.result .contet_result .list_result .list_item::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: var(--color-primary);
  border-radius: 50%;
  left: 0;
  top: 15px;
}
/*End*/
/*Giới thiệu*/
.kh_module.kh_module_videos.kh_page_intro {
}
.kh_module.kh_module_videos.kh_page_intro .kh_box_content_video {
  padding: 0 80px 0 calc((100vw - var(--content-size)) / 2);
}
.kh_module.kh_module_videos.kh_page_intro .kh_subtitle_module {
  line-height: 1.2;
}
.kh_vision_box {
  padding: 100px 0 0;
  color: #fff;
}
.kh_item_vision.kh_vision {
  text-align: right;
  border-right: 1px solid var(--color-primary);
}
.kh_vision_box .kh_box_title {
  margin-bottom: 15px;
}
.kh_item_vision {
  padding: 80px 30px;
}
.kh_module.kh_module_map {
  padding: 100px 0;
  background-image: url("../images/VN_map_02.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.kh_box_intro_map {
  width: 50%;
  margin: 0 0 0 auto;
  color: #fff;
}
.kh_box_intro_map .kh_wrap_intro_map {
  padding-left: 40px;
}
.kh_logo_video {
  margin-bottom: 30px;
}
.kh_box_intro_map .kh_wrap_intro_map .kh_intro_prod {
  margin: 30px 0;
  padding: 30px 0;
  position: relative;
}
.kh_wrap_intro_map .kh_intro_prod::before,
.kh_wrap_intro_map .kh_intro_prod::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 0;
}
.kh_wrap_intro_map .kh_intro_prod::after {
  top: unset;
  bottom: 0;
}
.kh_text_yellow {
  color: var(--color-primary);
  font-size: 1.2rem;
  text-transform: uppercase;
}
.kh_box_intro_map .kh_wrap_intro_map .kh_list_intro_prod {
  display: flex;
  margin: 0 -10px;
}
.kh_box_intro_map .kh_wrap_intro_map .kh_list_intro_prod .kh_item_intro_prod {
  flex: auto;
  padding: 0 10px;
}
.kh_item_intro_prod .kh_number_intro {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1440px){
  .gd_absolute .gd_text{
    font-size: 50px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1366px){
  .page-content.page-project{
    padding: 80px 20px 50px;
  }
  .page-content.page-article.kh_page_cat{
    padding: 80px 0 50px;
  }
  .gd_post__single_wrap, .related_content{
    max-width: 90%;
    margin: 0 auto;
  }

}
@media screen and (min-width: 992px) and (max-width: 1200px) {

  .gd_contact_form .wpcf7-submit{
    padding: 10px 20px !important;
    width: auto;
    font-size: 16px;
  }
  .gd_absolute .gd_text{
    font-size: 50px;
  }
  .gd_project__item{
    margin-bottom: 30px;
  }
  .page-content.page-project{
    padding: 80px 15px 50px;
  }
  .page-content.page-article.kh_page_cat{
    padding: 80px 0 50px;
  }
  .page-single-project{
    padding: 50px 0;
  }
  .gd_post__single_wrap, .related_content{
    max-width: 90%;
  }

}
@media screen and (max-width: 768px) {
  .page-content.page-project{
    padding: 50px 20px 30px; 
  }
  .page-content.page-article.kh_page_cat{
    padding: 50px 0 30px; 
  }
  .gd_absolute .gd_text{
    font-size: 50px;
  }
  
  .content_form_contact{
    display: flex;
    flex-direction: column;
  }
  .gd_contact_form .wpcf7-submit{
    padding: 10px 20px !important;
    width: auto;
    font-size: 16px;
  }
  .gd_project__item{
    margin-bottom: 30px;
  }
  .page-single-project,.kh_page_content_post{
    padding: 50px 0;
  }
  .related-project{
    padding: 50px 0 50px;
  }
  .gd_post__single_wrap, .related_content{
    max-width: 95%;
  }
}
@media screen and (max-width: 576px) {
  .gd_project__item{
    margin-bottom: 20px;
  }
  .page-content.page-project,.page-content.page-article.kh_page_cat{
    padding: 30px 0 30px ;
  }
  .gd_post__single_wrap, .related_content{
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
}
/*End*/
