/*!
 * home.css
 * Version - 1.0
 * Website: Updecor.vn
 * Author: Ghida / And
 * Copyright (c) 2022 BICWeb.com
 */
.logo h1 {
  margin: 0;
  font-size: 1rem;
}

.gd_box__title {
  text-align: center;
}

.gd_box__title .gd_text {
  font-size: 1.5rem;
  color: #222;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}

.gd_box__title .gd_text::after {
  content: "";
  width: 80px;
  height: 4px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.gd_module {
  padding: 40px 0 30px;
}
.gd_module .gd_link {
  margin-top: 30px;
}

.kh_module {
  margin-top: 90px;
}
.content {
  margin-left: 370px;
}
/*********************************************
	1. Banner
	**********************************************/
.gd_banner {
  clear: both;
  overflow: hidden;
}
.gd_banner_items {
  display: flex;
  flex-wrap: nowrap;
}
.gd_banner img.bg_slider {
}

.gd_banner_image {
  margin: 0;
}

.gd_banner .owl-nav [class^="owl-"] {
  color: var(--color-primary);
  line-height: 1;
  opacity: 0;
  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.3s ease-in 0s;
  visibility: hidden;
  z-index: 100;
  height: 65px;
  width: 40px;
  cursor: pointer;
  font-size: 48px;
}

.gd_banner .owl-prev {
  left: 40px;
}

.gd_banner .owl-next {
  right: 40px;
}

.gd_banner:hover .owl-nav [class^="owl-"] {
  opacity: 1;
  visibility: visible;
}

.gd_banner .owl-nav.disabled {
  display: none;
}
.gd_banner .owl-dots {
  bottom: 20px;
}
.owl-nav.disabled {
  display: none;
}
.and_banner {
  color: #fff;
  position: relative;
}
.and_figure_bg {
  margin: 0;
}
.and_figure_bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.and_info_banner {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 50px;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.and_info_banner .and_text {
  font-size: 70px;
  font-weight: 500; 
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fefefe;
}
/*********************************************
	2. Module About
	**********************************************/
.kh_wrap_about {
  padding: 50px 100px 50px 150px;
  border: 3px solid var(--color-primary);
  border-radius: 15px;
  align-items: center;
}
.kh_wrap_about .kh_left_about {
  flex: 1;
}
.kh_box_title {
  margin-bottom: 10px;
}
.kh_box_title .kh_title_module {
  font-size: 3.1rem;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 50px;
}
.kh_left_about .kh_content_about {
  font-size: 1.2rem;
  /*! letter-spacing: 0px; */
  line-height: 1.5;
  color: #4e4e4e;
  text-align: justify;
}
.kh_about_img {
  margin: 0 0 0 60px;
}
.kh_box_btn a {
  display: inline-block;
  padding: 15px 40px;
  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;
}
.kh_box_btn a:hover {
  background-color: #fff;
  color: var(--color-primary);
}
.and_wrap_intro {
  position: relative;
  color: #fff;
}
.and_wrap_intro::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #111111;
  opacity: .95;
}
.and_figure_intro {
  margin: 0;
}
.and_figure_intro::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.and_intro_content {
  width: 100%;
  height: 100%;
  padding: 120px 250px 120px 290px;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.and_intro_content::before {
  content: "Since 2017";
  position: absolute;
  top: 50%;
  left: 40px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 20px;
  font-size: 20px;
  transform: translate(0, -50%);
  height: 100%;
  text-transform: uppercase;
  color: var(--color-primary);
  opacity: 0.5;
}
.and_box_title {
  padding-bottom: 100px;
  text-align: center;
}
.and_box_title .and_title_module {
  display: inline-block;
  position: relative;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-primary);
}
.and_box_title .and_title_module::before {
  font-size: 100px;
  font-weight: 500;
}

.and_box_title .and_title_introduce::before {
  content: "V";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0.2;
}
.and_intro_ct {
  align-items: center;
}
.and_text-about {
  text-align: left;
}
.and_text-about p {
  overflow: hidden;
  text-align: justify;
  line-height: 1.4;
  color: #fff;
}
.and_btn.and_btn_about {
  float: right;
  margin-top: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  position: relative;
}
.and_btn_about a {
  background: var(--color-primary);
  color: var(--text-dark);
  padding: 10px 20px;
  position: relative;
  z-index: 1;
}
  .and_btn_about a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 186%;
  background: #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
  z-index: -1;
}

.and_btn_about a:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.and_wrap_counter {
  position: relative;
  text-align: left;
  padding-top: 100px;
}
.and_counter {
  list-style: none;
  padding: 0;
  margin: 0;
}
.count_item::after {
  content: "";
  height: 1px;
  width: 100px;
  color: var(--color-primary);
  background: var(--color-primary);
  position: absolute;
  transform: rotate(110deg);
  right: -50px;
  top: 50%;
}
.count_item:last-child::after {
  display: none;
}
.count_text {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.count_text_up {
  font-size: 50px;
  font-weight: 500;
  color: var(--color-primary);
}
.count_text .title {
  text-transform: uppercase;
  margin-top: 3px;
}
.and_box_gl .owl-nav {
  color: #fff;
}
.and_box_gl .owl-prev {
  left: 0;
  font-size: 30px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.and_box_gl .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;
}
.and_box_gl .owl-next {
  right: 0;
  font-size: 30px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.and_box_gl .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;
}

/*********************************************
  Module Field
  **********************************************/
.and_module_field {
  background: #111111;
  position: relative;
}
.field-content {
  padding: 120px 230px;
}
.and_title_field::before {
  content: "L";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0.2;
}
.af-item-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.af-item-top .field-count {
  font-size: 70px;
  font-weight: 500;
  color: var(--color-primary);
  font-style: italic;
}
.af-item-top .field-title {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-primary);
  text-align: right;
}

.af-item-footer a {
  text-align: justify;
  color: var(--text-gray);
  transition: all .3s;
}
.and_field-item:hover .af-item-footer p{
  color: var(--text-white);
}
.af-item-footer p {
  overflow: hidden;
  margin-bottom: 3px;
  color: var(--text-gray);
}
.af-item-footer i {
  display: none;
  float: right;
    transition: all .3s;

}
.and_field-item:hover .af-item-footer i {
  display: block;
  color: var(--color-primary);
}
.and_field-item:hover .af-item-footer {
  color: var(--text-white);
}
/*********************************************
  Module Project
  **********************************************/
.and_wrap_project {
  position: relative;
}
.and_figure_project {
  margin: 0;
}
.project-content {
  width: 100%;
  height: 100%;
  padding: 120px 100px 120px 100px;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.and_title_project::before {
  content: "D";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0.2;
}
.and_project_item {
  position: relative;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.and_pi_figure img{
  transition: all .3s ease;
}
.and_project_item:hover img{
  -webkit-transform:scale(1.15) rotate(-4deg);
  transform:scale(1.15) rotate(-4deg);
}
/*.and_project_item::before {
  content: ""; -webkit-transform:translateY(0);
  background: var(--color-primary);
  width: 500px;
  position: absolute;
  height: 100px;
  z-index: 1;
  left: 148px;
  height: 747px;
  transform: rotate(150deg);
  opacity: ;
  top: -167px;
  display: none;
}*/
/*.and_project_item:hover::before {
  display: block;
}*/
.and_pi_figure {
  margin: 0;
  height: 530px;
}
.and_pi_figure img{
  height: 100%;
  object-fit: cover;
}
.and_project_item:hover .and_pi_content{
  -webkit-transform:translateY(0);
  transform:translateY(0)
}
.and_pi_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;
}
.and_pi_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;
}

.and_pi_content-more {
  margin-top: auto;
  height: 40px;
  line-height: 40px;
  text-align: left;
}
.and_pi_content-title h2{
  font-size: 18px;
  font-weight: 500;

  text-align: left;
}
.and_pi_content-title h2 a{
  color: #222;
}
.and_pi_content-more a {
  background: #272727;
  color: #fff;
  padding: 5px 10px;
}
.and_pi_content-more a i{
  transform: rotate(-45deg);
}
.and_project_item:hover .and_pi_content-title {
  transition: 0.3s all;
}
.and_project_item:hover .and_pi_content-more a {
  transition: 0.3s all;
}
.and_wrap_project .owl-dots{
  bottom: -50px;
}
.and_wrap_project .owl-dot{
  padding: 0;
}
.and_wrap_project .owl-dots .owl-dot span {
  display: block;
  width: 120px;
  height: 5px;
  border-radius: 0;
  background: #3c362a;
  transition: all 300ms ease-in 0ms;
  border: 0;
  cursor: pointer;
}
.and_wrap_project .owl-dot.active span {
  background: var(--color-primary);
}
.project-content .owl-dots{

}

/*********************************************
  Module Contact
  **********************************************/
.and_module_contact {
  padding: 50px 0;
  text-align: center;
}
.and_contact_title .and_title_contact {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 10px;
}
.and_btn.and_btn_contact {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  margin-top: 35px;
}
.and_btn.and_btn_contact a {
  background: var(--color-primary);
  padding: 6px 25px;
  color: var(--text-dark);
  font-size: 24px;
  z-index: 1;
}

.and_btn.and_btn_contact a:hover {
  color: var(--text-white);
}
/*********************************************
  Module Customer
  **********************************************/
.and_wrap_brand {
  position: relative;
}
.and_figure_brand {
  margin: 0;
}
.and_wrap_brand::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.brand-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 120px 80px 75px 80px;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.and_title_brand::before {
  content: "K";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0.2;
}
/*********************************************
  Module News & Event
  **********************************************/
.and_wrap_news {
  position: relative;
}
.and_figure_news {
  margin: 0;
}
.and_title_news::before {
  content: "T";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0.2;
}
.news-content {
  width: 100%;
  height: 100%;
  padding: 120px 250px 120px 250px;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
}
.and_thumb_news {
  margin: 0;
  position: relative;
}
.and_date_news {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  text-align: center;
}
.and_date_news .day {
  font-size: 100px;
  color: var(--color-primary);
  font-weight: 500;
}
.and_date_news .month {
  color: var(--text-white);
  position: absolute;
  bottom: 0;
  left: 55%;
  width: 100%;
  text-align: left;
}
.and_content_news {
  margin-top: 10px;
}

.and_news {
  display: flex;
text-align: left;
align-items: center;
}
.and_item_news {
  padding: 0 50px;
}
.and_content_news a {
  color: var(--text-white);
}
.and_news_more {
  margin-top: 70px;
  height: 60px;
  line-height: 60px;
}
.and_news_more a {
  color: #fff;
  background: #272727;
  padding: 15px 30px;
}
.and_news_more a:hover {
  border: 2px solid var(--color-primary);
  color: #fff;
  font-weight: 500;
  transition: all .3s;
}

/*********************************************
  Module Review
  **********************************************/
.review-content {
  width: 100%;
  height: 100%;
  padding: 120px 250px 120px 250px;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
}

.and_title_review::before {
  content: "K";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0.2;
}
.owl-item.active.center .and_ri_content{
  background: #111;
  font-size: 15px;
}
.and_ri_content {
  padding: 50px 40px;
  background: #1b1b1b;
}
.and_content_review .owl-item.active.center {
  animation: zoomInRight 0.4s forwards ease;
  z-index: 10;
  transform: scale(1.3);
  visibility: visible;
}
.and_box_review .owl-item.active{
  z-index: 9;
transition: all 0.5s linear;
visibility: visible;
}
.and_box_review .owl-stage{
  display: flex;
  align-items: center;
  height: 545px;
}
.and_ri_top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.and_ri_figure{
  margin: 0;
}
.and_ri_top-right {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  text-align: left;
  color: #fff;
}
.and_ri_top-right .name {
  color: var(--color-primary);
}
.and_ri_body {
  text-align: left;
  color: #fff;
  position: relative;
}
.and_ri_body::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  left: -30px;
  top: -13px;
  font-size: 20px;
}
.and_wrap_review .owl-prev {
  left: 47%;
  color: var(--color-primary);
  font-size: 24px;
  bottom: -70px;
}
.and_wrap_review .owl-next {
  right: 47%;
  color: var(--color-primary);
  font-size: 24px;
  bottom: -70px;
}

/*********************************************
	3. Module Intro
	**********************************************/
.kh_left_intro {
  flex: 1;
}
.box_left_intro-wrap {
  display: flex;
}
.kh_intro_left {
  flex: 0 0 110px;
  margin-right: 20px;
}

.kh_intro_img {
  margin: 0 0 0 30px;
}
.kh_box_title .kh_subtitle_module {
  color: var(--color-primary);
  font-size: 2rem;
  font-weight: 400;
  margin-top: -5px;
}
.kh_content_intro {
  font-size: 1.1rem;
  /*! letter-spacing: 0px; */
  line-height: 1.4;
  color: #4e4e4e;
  /*text-align: justify;*/
  margin-bottom: 30px;
}
.kh_some_images {
  margin: 50px -5px 0 -5px;
}
.kh_some_images a {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  text-align: center;
  padding: 0 5px;
  position: relative;
  padding-top: 15px;
}
.kh_some_images a::before {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: 150px;
  background-color: #ccc;
  z-index: -1;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-radius: 10px;
}
.kh_some_images a .img-fluid {
  width: auto;
}
.owlImage .kh_some_images {
  margin-left: unset;
  margin-right: unset;
}
.owlImage .kh_some_images a {
  max-width: 100%;
  display: flex;
  justify-content: center;
  padding-left: unset;
  padding-right: unset;
}
.owlImage .kh_some_images a::before {
  width: 100%;
}

/*********************************************
	4. Module product
	**********************************************/
.kh_module.kh_module_product .kh_box_title {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.kh_box_title .kh_intro_title {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #4e4e4e;
  margin-bottom: 30px;
}
.kh_item_prod {
}
.kh_inner_prod img {
  height: 282px;
  object-fit: contain;
}
.kh_item_prod .kh_name_cat {
  margin: 0;
  color: #5b5b5b;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
.kh_item_prod.kh_item_prod .kh_inner_prod:hover .kh_name_cat {
  color: var(--color-primary);
}
.kh_list_prod.owlProd .kh_item_prod {
  max-width: 100%;
  padding: 0;
}

/*********************************************
	5. Module Clients
	**********************************************/
.kh_brand {
}
.kh_brand .owl-stage {
  display: flex;
  align-items: center;
}
.kh_brand .owl-stage .kh_item_brand {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kh_module_partner.kh_module {
  margin: 90px 0;
}
.kh_module_partner.kh_module .kh_box_title {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
/*********************************************
	6. Module counter
	**********************************************/
.an_counter {
  background: url(https://demo16.bicweb.vn/wp-content/uploads/2022/05/bg-intro.png)
    center no-repeat;
  border-radius: 15px;
  padding: 60px 20px;
  background-size: cover;
}
.counter_item {
  padding: 0 50px;
  display: block;
  position: relative;
}
.counter_item:not(:last-child) {
  border-right: 1px solid #f5f9f2;
}

.counter_item-number {
  color: #fff;
  float: right;
}
.counter_item-number .ci_number {
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 8px;
}
.counter_item-number .ci_text {
  font-size: 20px;
}
.counter_item-content {
  padding-top: 135px;
}
.counter_item-content .counter_icon {
  padding-bottom: 15px;
}
.counter_item-content .counter_text {
  color: #fff;
}

/*********************************************
	7. Module Aboutus
	**********************************************/
.and_p_title {
  margin-bottom: 30px;
  position: relative;
}
.and_p_title .and_title_paboutus {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.page-content.page-aboutus {
  position: relative;
}
.page-content.page-aboutus::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.and_page_aboutus {
  padding: 100px 260px;
}
.page-aboutus_title h2 {
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-aboutus_desc {
  line-height: 1.7;
  text-align: justify;
}
.and_page_aboutus .and_btn.and_btn_about {
  float: left;
}
.and_page_aboutus::before {
  content: "Since 2017";
  position: absolute;
  top: 50%;
  left: 40px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 20px;
  font-size: 16px;
  transform: translate(0, -50%);
  height: 100%;
  text-transform: uppercase;
  color: var(--color-primary);
  opacity: 0.5;
  text-align: center;
}
.and_counter_group {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.and_title_history::before {
  content: "Q";
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0.2;
}


.list-history {
  background: none;
  color: #fff;
}

.card-header {
  padding: 0;
  border: 0;
}

.card-header a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-primary);
}

.card-header a:hover,
.card-header a:focus {
  text-decoration: none;
  color: var(--color-primary);
}

.card-header_left {
  display: flex;
  align-items: center;
}

.card-header_left .year {
  font-size: 30px;
  font-weight: 500;
  margin-right: 20px;
  width: 75px;
}

.card-header_left .title {
  color: #fff;
  font-weight: 500;
  white-space: break-spaces;
}

.collapse,.collapsing {
  padding-left: 110px;
}

.history {
  position: relative;
}

.history::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.98);
}

.and_wrap_history {
  padding: 100px 260px;
}
/*********************************************
	8. Module XXX
	**********************************************/
@media screen and (min-width: 1400px) and (max-width: 1600px){
  .and_intro_content,
  .news-content,
  .field-content,.brand-content {
    padding: 100px 80px;
  }
  .review-content {
    padding: 120px 150px 120px 150px;
  }
  .and_page_aboutus,
  .and_wrap_history {
    padding: 100px 120px;
  }
  .count_text_up {
    font-size: 40px;
  }
  .and_pi_figure{
    height: 430px;
  }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1440px) {
  .and_box_title .and_title_module {
    font-size: 29px;
  }
  .and_contact_title .and_title_contact {
    font-size: 29px;
  }
  .review-content {
    padding: 120px 100px 120px 100px;
  }
  .and_info_banner .and_text {
    font-size: 50px;
  }
  .and_btn.and_btn_about{
    margin-top: 10px;
  }
  .and_date_news .day{
    font-size: 70px;
  }
  .and_date_news .month{
    left: 36%;
  }
  .and_box_title{
    padding-bottom: 50px;
  }

}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .and_intro_content,
  .and_intro_content,
  .field-content,
  .news-content,.brand-content {
    padding: 100px 80px 100px 80px;
  }
  .count_text_up {
    font-size: 30px;
  }
  .and_box_title {
    padding-bottom: 80px;
  }
  .af-item-top .field-count {
    font-size: 50px;
    margin-left: -5px;
  }
  .af-item-footer a {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .and_date_news .day {
    font-size: 70px;
  }
  .and_news_more {
    margin-top: 50px;
  }
  .and_news_more a {
    padding: 10px 20px;
  }
  .and_page_aboutus,
  .and_wrap_history {
    padding: 100px 80px 100px 80px;
  }
  .gd_absolute .gd_text{
    font-size: 50px;
  }
  .and_text-about > p{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .and_pi_figure{
    height: 400px;
  }
}

@media screen and (max-width: 1199px) {
  .count_text_up {
    font-size: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .kh_wrap_about {
    padding: 50px;
  }
  .kh_box_title .kh_title_module {
    font-size: 2.5rem;
  }
  .kh_intro_img {
    flex: 0 0 50%;
  }
  .kh_about_img {
    margin: 0 0 0 40px;
    flex: 0 0 35%;
  }
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1080px) {
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .and_info_banner .and_text {
    font-size: 50px;
  }
  .and_intro_content {
    padding: 80px 30px 80px 60px;
  }
  .field-content,
  .project-content,
  .brand-content,
  .news-content,
  .review-content {
    padding: 80px 30px;
  }
  .and_module_contact {
    padding: 50px 30px;
  }
  .and_box_title {
    padding-bottom: 50px;
  }
  .and_text-about {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .and_btn.and_btn_about {
    margin-top: 20px;
  }
  .and_btn_about a{
    padding: 8px 15px;
    font-size: 14px;
    position: relative;
  }

  .and_intro_content::before {
    left: 20px;
  }
  .af-item-footer a {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .and_page_aboutus,
  .and_wrap_history {
    padding: 100px 50px;
  }

  .and_box_title .and_title_module{
    font-size: 30px;
  }
  .and_box_title .and_title_module::before {
    font-size: 70px;
  }
  .af-item-top .field-count{
    font-size: 50px;
  }
  .and_contact_title .and_title_contact,.and_box_title .and_title_module{
    font-size: 30px;
    letter-spacing: 0;
  }
  .and_date_news{
    display: none;
  }
  .and_item_news{
    padding: 0 20px;
  }
  .and_news_more{
    margin-top: 30px;
  }
  .and_news_more a{
    padding: 10px 20px;
  }
  .info_contact-head{
    font-size: 16px;
  }
  .info_contact-head .icon{
    font-size: 30px;
  }
  .info_contact{
    padding-bottom: 50px;
  }
  .content_form_contact{
    flex-direction: column;
  }
  .and_page_aboutus::before{
    display: none;
  }
  .and_pabout{
    align-items: center;
  }

}
@media screen and (max-width: 992px) {
  .kh_wrap_about {
    flex-wrap: wrap;
  }
  .kh_about_img {
    flex: 0 0 100%;
    order: -1;
    margin: 0 auto 30px auto;
    text-align: center;
  }
  .kh_module {
    margin-top: 50px;
  }
  .kh_left_intro {
    max-width: 100% !important;
  }
  .kh_module.kh_module_product .kh_box_title {
    width: 100%;
  }
  .kh_module_partner.kh_module .kh_box_title {
    width: 100%;
    margin-bottom: 30px;
  }
  .kh_about_img .img-fluid {
    max-width: 50%;
  }
  .kh_wrap_intro {
    flex-wrap: wrap;
  }
  .kh_wrap_intro .kh_intro_img {
    order: -1;
    flex: 0 0 100%;
    margin: 0 0 40px 0;
    text-align: center;
  }
  .kh_some_images {
    margin: 30px -5px 0 -5px;
  }
  .kh_module_partner.kh_module {
    margin: 50px 0;
  }
  .kh_item_prod .kh_name_cat {
    font-size: 1.2rem;
  }
  .kh_box_title .kh_subtitle_module {
    font-size: 2rem;
  }
  .field-content,
  .project-content,
  .brand-content,
  .news-content,
  .review-content {
    padding: 80px 20px 80px 20px;
  }
    .and_intro_content{
      padding: 80px 20px 80px 50px;
    }
  .and_box_title {
    padding-bottom: 50px;
  }
  .and_box_title .and_title_module,
  .and_contact_title .and_title_contact {
    font-size: 35px;
    letter-spacing: 0;
  }
  .and_item_news {
    padding: 0 20px;
  }
  .af-item-footer a{
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .and_intro_content::before {
    left: 20px;
    font-size: 15px;
  }
  .and_box_title .and_title_module::before {
    font-size: 70px;
  }
  .and_page_aboutus::before{
    display: none;
  }
  .and_page_aboutus,.and_wrap_history{
    padding: 80px 20px 80px 20px;
  }
}

@media screen and (max-width: 768px) {
  .kh_wrap_about {
    padding: 15px;
  }
  .kh_box_title .kh_title_module {
    font-size: 1.8rem;
  }
  .kh_left_about .kh_content_about {
    font-size: 1rem;
  }
  .kh_box_btn a {
    padding: 10px 30px;
    font-size: 1rem;
  }
  .kh_box_title .kh_subtitle_module {
    font-size: 1.5rem;
  }
  .kh_content_intro {
    font-size: 1rem;
    letter-spacing: 0px;
    line-height: 1.3;
  }
  .owlImage .kh_some_images .owl-nav,
  .owlImage .kh_some_images .owl-dots {
    display: none;
  }
  .an_counter {
    padding: 30px 20px;
  }
  .counter_item {
    padding: 0 20px 50px;
  }
  .counter_item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #f5f9f2;
    padding-bottom: 50px;
  }
  .counter_item-number {
    margin-top: 30px;
  }
  .page-aboutus {
    padding: 0 0 50px;
  }
  .and_info_banner .and_text {
    font-size: 50px;
  }
  .and_text-about {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .af-item-top .field-count {
    font-size: 40px;
  }
  .list-office_item {
    padding-bottom: 10px;
  }
  .and_date_news{
    display: none;
  }
  .and_news_more{
    margin-top: 30px;
  }
  .and_news_more a{
    padding: 10px 20px;
  }
  .and_btn.and_btn_contact a{
    padding: 10px 20px;
    font-size: 16px;
  }
  .and_pi_figure{
    height: 450px;
  }

}
@media screen and (max-width: 576px) {
  .and_intro_content,
  .field-content,
  .project-content,
  .brand-content,
  .news-content,
  .review-content {
    padding: 80px 20px 50px 20px;
  }
  .and_info_banner .and_text {
    font-size: 40px;
  }
  .and_box_title .and_title_module,.and_contact_title .and_title_contact {
    font-size: 28px;
    letter-spacing: 0;
  }
  .and_intro_content::before{
    display: none;
  }
  .and_btn.and_btn_about {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
  .and_btn.and_btn_about a::after{
    display: none;
  }
  .and_text-about {
    margin-bottom: 30px;
  }
  .count_item {
    margin-bottom: 20px;
  }

  .and_news_more {
    margin-top: 30px;
    height: 40px;
    line-height: 40px;
  }
  .and_news_more a {
    padding: 10px 20px;
  }
  .and_date_news {
    display: none;
  }
  .and_item_news:not(:last-child) {
    padding-right: 20px;
    padding-left: 0;
  }
  .and_ri_content {
    padding: 30px 30px;
    background: #111;
  }
  .and_field-item{
    margin-bottom: 20px;
  }
  .af-item-top{
    margin-bottom: 10px;
  }
  .af-item-top .field-title{
    font-size: 16px;
  }
  .af-item-footer p{
    margin-bottom: 5px;
  }
  .and_ri_body{
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .count_item:nth-child(2)::after{
    display: none;
  }
  .and_counter > figure{
    display: none;
  }
  .page-counter{
    padding: 30px 0 30px 0;
  }
  .page-counter .count_text_up{
    margin-bottom: 10px;
  }
  .and_wrap_review .owl-next{
    right: 42%;
    color: var(--color-primary);
    font-size: 24px;
    bottom: -25px;
  }
  .and_wrap_review .owl-prev {
    left: 42%;
    color: var(--color-primary);
    font-size: 24px;
    bottom: -25px;
  }
  .and_pi_figure {
    margin: 0;
    height: 300px;
  }
  .and_wrap_project .owl-dots{
    bottom: -25px;
  }
  .and_wrap_intro,.and_wrap_project,.and_wrap_brand,.and_wrap_news,.and_wrap_review{
    background: none !important;
  }
  .and_wrap_brand::before{
    display: none;
  }
  .owl-item.active .and_ri_content{
    background: #222;
  }
  .and_news{
    flex-direction: column;
  }
  .and_item_news{
    padding: 20px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
  }
  .and_news_more{
    margin-top: 20px;
  }
  .card-header_left{
    flex-direction: column;
    align-items: flex-start;
  }
  .card-header a{
    padding:10px 0;
  }
  .collapse,.collapsing{
    padding: 0;
  }
  .and_map{
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .kh_box_title .kh_title_module {
    font-size: 1.7rem;
  }
  .kh_box_title .kh_intro_title {
    font-size: 1rem;
  }
  .and_intro_content,
  .field-content,
  .project-content,
  .brand-content,
  .news-content,
  .review-content {
    padding: 50px 0 30px 0;
  }
  .and_info_banner .and_text {
    font-size: 20px;
  }
  .and_box_title .and_title_module,
  .and_contact_title .and_title_contact {
    font-size: 20px;
    letter-spacing: 0;
  }
  .and_box_title .and_title_module::before {
    font-size: 50px;
  }
  .and_pi_content-title {
    font-size: 14px;
  }
  .and_pi_content-more a {
    padding: 5px 10px;
    font-size: 12px;
  }

  .and_wrap_counter {
    padding-top: 30px;
  }
  .count_text_up {
    font-size: 20px;
  }
  .count_item::after{
    display: none;
  }
  .and_box_title{
    padding-bottom: 30px;
  }
  .and_wrap_project .owl-dots .owl-dot span{
    width: 50px;
  }
  .and_news{
    flex-direction: column;
  }
  .and_item_news{
    padding: 20px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
  }
  .and_news_more{
    margin-top: 20px;
  }
  .list-office_item{
    font-size: 15px;
  }
  .kh_copyright{
    font-size: 14px;
  }
  .card-header_left .title{
    font-size: 14px;
  }
  .and_page_aboutus, .and_wrap_history{
    padding: 50px 20px 30px 20px;
  }
}
