/*
 * layout.css
 * Version - 1.0
 * Website: trilado.vn
 * Author: Ghida
 * Copyright (c) 2020 bicweb.com
 */

/*Block Content Style*/

.text-700 {
  font-weight: 600;
}

.text-900 {
  font-weight: 600;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.hidden {
  display: none !important;
}

.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;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

button:focus {
  outline: 1px dotted;
  outline: none;
}

.content_post span {
  font-family: arial !important;
  font-size: 14px !important;
}

.content_post h3 > em > span,
.content_post h3 > em > span > span,
.content_post h3 > span > em > span {
  font-size: 1.75rem !important;
}

.content_post h2 > strong > span {
  font-size: 2rem !important;
}

.content_post ul {
  padding-left: 15px;
}

#ez-toc-container {
  width: 100%;
}

.content_post iframe {
  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 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-style: italic;
  opacity: 0.85;
}

.content_editor h2 {
  font-size: 1.4em;
  font-weight: 600;
  font-style: normal;
  line-height: 1.1111em;
  margin-top: 1.0444em;
  margin-bottom: 0.76em;
  letter-spacing: -0.3px;
  text-transform: none;
}

.content_editor h3 {
  font-size: 1.15em;
  font-weight: 600;
  font-style: normal;
  line-height: 1.1515em;
  margin-top: 1.3333em;
  margin-bottom: 0.7879em;
  letter-spacing: -0.3px;
  text-transform: none;
}

.content_editor h4 {
  font-size: 1em;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3043em;
  margin-top: 1.9565em;
  margin-bottom: 1.0435em;
  letter-spacing: -0.3px;
  text-transform: none;
}

.content_editor h5 {
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.35em;
  margin-top: 1.5em;
  margin-bottom: 1.3em;
  letter-spacing: 0px;
  text-transform: none;
}

.content_editor h6 {
  font-size: 1em;
  font-weight: 400;
  font-style: italic;
  line-height: 1.4706em;
  margin-top: 2.1176em;
  margin-bottom: 0.9412em;
  letter-spacing: 0px;
  text-transform: none;
}

.content_editor iframe {
  max-width: 100%;
}

.content_editor *:not(table) {
  /* max-width: 100%; */
}

.content_editor ul {
  padding-left: 30px;
  list-style: disc;
}

.content_editor ol {
  list-style: decimal;
}

.content_editor a {
  color: #3082b2;
}

.content_editor a:hover,
.content_editor a:active,
.content_editor a:focus {
  color: #c52033;
  font-weight: 500;
}

.content_editor img {
  max-width: 100%;
  height: auto;
  display: block;
}

.content_editor .table {
  max-width: none;
  width: auto;
  text-align: left;
}

.product-values-expanded .owl-stage {
  display: flex;
  justify-content: center;
}

.content_editor .table-bordered td,
.content_editor .table-bordered th {
  border: 1px solid #666;
}

.content_editor blockquote {
  padding: 1rem 1rem 1rem 2.2rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.content_editor blockquote p {
  margin: 0;
  font-style: italic;
  font-weight: 300;
}

.content_editor blockquote::before {
  content: "“";
  font-family: Times New Roman;
  font-size: 2.5rem;
  display: block;
  color: #c52033;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  font-weight: bold;
  line-height: 1;
}

.item-galaxy {
  margin-bottom: 30px;
}

/*End Block Content Style*/
/*#region MAIN */
/*BANER BRACKCUMS*/

.banner_brackcums {
  position: relative;
}

.content_brackcums {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
}

.breadcrumbs {
  font-size: 1rem;
  color: #fff;
  opacity: 0.8;
  text-align: center;
}

.breadcrumbs a {
  color: #fff;
}

/*.breadcrumbs a:hover, .breadcrumbs a:active, .breadcrumbs a:focus {
    color: #14772f;
}*/
.content_brackcums .gd_title {
  font-weight: 600;
  font-size: 50px;
  margin: 0;
  line-height: 43px;
  padding-bottom: 20px;
}

.gd_post__single .gd_post__meta {
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}

.single.single-post .gd_post__single_content .content_post {
  padding-top: 20px;
}

.gd_box__title {
  /*text-align: left;*/
  /*background-color: #9f2727;*/
  /*position: relative;*/
}

/* .gd_box__title::before {
        content: "\f4d8";
        font-family: "Font Awesome 5 Pro";
        color: #fff;
        font-size: 1.5rem;
        position: absolute;
        left: 12px;
        top: 5px;
    }
*/
.gd_box__title .gd_text {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2rem;
  padding: 12px 15px 10px 45px;
}

.gd_box__desc {
  font-size: 1.125rem;
}

.gd_cover_item {
  position: relative;
}

.gd_absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  -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_absolute .gd_text {
  font-size: 50px;
  color: #fff;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.list_tax_product ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 30px;
}

.list_tax_product ul li {
  display: inherit;
}

.list_tax_product ul li a {
  padding: 12px 35px 10px;
  border-radius: 50px;
  margin: 0 5px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #ccc;
  background: #ebebeb;
}

.list_tax_product ul li.active a {
  background: var(--second-color);
  border: 1px solid var(--second-color);
}

/*#endregion */

/*#region POST */
.page-content.page-article {
  padding: 60px 0;
}

.content_post h2 {
  font-size: 20px;
  font-weight: 600;
}

.gd_post__item {
  margin-bottom: 2rem;
}

.gd_post__inner {
  display: flex;
  background: #fff;
}

.gd_post__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  max-width: none;
  -webkit-transition:
    opacity 0.35s,
    -webkit-transform 0.45s;
  transition:
    opacity 0.35s,
    transform 0.45s;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gd_post__image a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 62%;
}

.kh_img_news a:before,
.gd_post__image a:before {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 1px solid #fff;
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition:
    opacity 0.35s,
    -webkit-transform 0.45s;
  transition:
    opacity 0.35s,
    transform 0.4;
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
  z-index: 1;
}

.kh_item_news:hover img,
.gd_post__image:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate(-50%, -50%) translate3d(0, 0, 0);
}

.kh_item_news:hover a::before,
.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: 20px;
}

.gd_post__title {
}

.gd_post__title .gd_text {
  font-size: 1.125rem;
  color: #9f2727;
  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: bold;
}

.gd_post__title .gd_text:hover {
  color: #004513;
}

.gd_post__excerpt {
  color: #555;
  font-size: 1rem;
  line-height: 1.42;
}

.gd_post__excerpt p.text-right {
  margin: 0;
}

.gd_post__list .gd_readmore {
  transition: all 100ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  margin-top: 15px;
}

/*.gd_post__list .gd_post__content:hover .gd_readmore {
    background: #9f2727;
    }*/

.gd_post__meta {
  font-size: 14px;
  color: #222222;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}

.gd_post__meta .gd_date {
  white-space: nowrap;
  padding-right: 10px;
}

.gd_news__inner {
  overflow: hidden;
}

.gd_news__content {
  position: relative;
}

.gd_news__title .gd_text {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  transition: all 0.3s ease;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.gd_news__item:hover .gd_news__title .gd_text {
  color: var(--second-color);
  transition: all 0.3s ease;
}

.gd_news__excerpt {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gd_news__meta {
  position: absolute;
  top: -34px;
  background: var(--second-color);
  padding: 10px;
  font-weight: 600;
  padding-left: 26px;
  transform: skew(-20deg);
  left: -10px;
  z-index: 9;
  display: none;
}

.archive.category.category-video-trai-nghiem .gd_news__meta {
  display: block;
}

.gd_news__meta .date {
  transform: skew(20deg);
  display: block;
  font-size: 16px;
  color: #fff;
}

.gd_module.gd_module_turnup {
  margin-top: -24px;
  max-width: 100%;
  overflow: hidden;
}

.box_turnup_video {
  position: relative;
}

.box_turnup_video .img-video {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
}

.title_tc {
  color: #fdc508;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}

.excerpt_video {
  opacity: 0.8;
}

.box_turnup_video .gd_title_post {
  font-size: 30px;
  font-weight: 600;
  margin: 10px 0 20px;
}

.box_turnup_video .content_tra_cuu {
  color: #fff;
  position: relative;
  padding: 55px 0 87px;
  left: 20%;
  max-width: 626px;
}

.img-turnup {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.content_turnup {
  position: relative;
  z-index: 0;
  right: 0%;
  padding-top: 55px;
  color: #fff;
  padding-bottom: 71px;
  max-width: 500px;
}

.content_turnup a {
  color: #fff;
}

.title_tt {
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0 40px;
  position: relative;
}

.title_tt:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #fdc508;
  left: 50%;
  bottom: -20px;
  transform: translate(-50%, -50%);
}

#serial {
  width: 100%;
  margin: 10px 0 30px;
  padding: 10px;
  border-radius: 50px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  max-width: 500px;
}

.submit_turnup {
  background: #fdc508;
  border-radius: 50px;
  color: #000;
  display: inline-block;
  font-weight: 600;
  padding: 12px 100px 6px 45px;
  text-align: center;
  position: relative;
  font-size: 18px;
  border: 1px solid #fdc508;
  text-transform: uppercase;
}

.submit_turnup i {
  position: absolute;
  right: 2px;
  width: 43px;
  height: 43px;
  text-align: center;
  background: #fff;
  color: #000;
  font-weight: 400;
  font-size: 20px;
  border-radius: 50px;
  padding-top: 12px;
  top: 1px;
}

.gd_module_turnup .video-link:hover {
  transform: scale(0.9);
  opacity: 0.9;
}

.button_link i,
.submit_turnup i,
.bn-text-content .bn-control a i,
.submit_kh i {
  transition: all 0.3s ease;
}

.submit_turnup:hover i,
.button_link:hover i,
.bn-text-content .bn-control a:hover i,
.submit_kh:hover i {
  background: 0, 0, 0, 0;
  padding-left: 15px;
}

.video-link {
  border: 5px solid rgb(207 205 168 / 30%);
  border-radius: 50%;
  transition: all 0.3s ease;
  display: inline-block;
}

.gd_module__about .video-link {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 52%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.gd_module__about .video-link:hover {
  opacity: 0.9;
  transform: scale(0.9) translate(-59%, -53%);
}

.video-link i {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: var(--second-color);
  text-align: center;
  padding-top: 17px;
  font-size: 25px;
  padding-left: 3px;
}

.box-images {
  margin-bottom: 30px;
}

.images-1 {
  margin-bottom: 4.3% !important;
}

/*box-khuyenmai*/
.box_promotion {
  padding-bottom: 60px;
}

.content_images a {
  display: block;
  overflow: hidden;
  position: relative;
}

.content_images a img {
  transition: all 0.3s ease;
  max-width: 100%;
}

.content_images a figure {
  margin-bottom: 0;
}

.content_images a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.1);
  width: 0;
  height: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 8;
}

.content_images a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  width: 0;
  height: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 8;
}

.content_images a:hover::before,
.content_images a:hover::after {
  width: 100%;
  height: 100%;
}

/*#region LOAD MORE */
.gd_actione {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}

.gd_actione .gd_loadbtn {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
  position: relative;
  z-index: 1;
}

.gd_actione .gd_ellipsis {
  display: none;
}

@keyframes gd_ellipsis3 {
  0%,
  25% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    left: 100px;
  }

  100% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes gd_ellipsis3 {
  0%,
  25% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    left: 100px;
  }

  100% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes gd_ellipsis2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes gd_ellipsis2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes gd_ellipsis {
  0% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  25% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    left: 100px;
  }

  75% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    left: 168px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes gd_ellipsis {
  0% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  25% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    left: 100px;
  }

  75% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    left: 168px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

.gd_ellipsis {
  position: relative;
  width: 80px !important;
  height: 80px !important;
  -webkit-transform: translate(-40px, -40px) scale(0.4) translate(40px, 40px);
  transform: translate(-40px, -40px) scale(0.4) translate(40px, 40px);
}

.gd_ellipsis > span {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
}

.gd_ellipsis span > span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #326c58;
  position: absolute;
  top: 100px;
  left: 32px;
  -webkit-animation: gd_ellipsis 1.5s cubic-bezier(0, 0.5, 0.5, 1) infinite
    forwards;
  animation: gd_ellipsis 1.5s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
}

.gd_ellipsis span:nth-child(1) span {
  -webkit-animation: gd_ellipsis2 1.5s cubic-bezier(0, 0.5, 0.5, 1) infinite
    forwards;
  animation: gd_ellipsis2 1.5s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  background: #dea65c;
}

.gd_ellipsis span:nth-child(2) span {
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
  background: #6a67ce;
}

.gd_ellipsis span:nth-child(3) span {
  -webkit-animation-delay: -0.375s;
  animation-delay: -0.375s;
  background: #267c3c;
}

.gd_ellipsis span:nth-child(4) span {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  background: #3be8b0;
}

.gd_ellipsis span:nth-child(5) span {
  -webkit-animation: gd_ellipsis3 1.5s cubic-bezier(0, 0.5, 0.5, 1) infinite
    forwards;
  animation: gd_ellipsis3 1.5s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  background: #ffb900;
}

/*#endregion */

/*Post single*/

.gd_post__single_title {
  font-size: 1.5625rem;
  color: #393939;
  margin-bottom: 1rem;
  font-weight: bold;
}

.gd_post__single .gd_post__meta {
}

.gd_post__single .gd_post__meta span.author span {
  color: #9f2727;
}

.gd_post__single_content {
  line-height: 1.42;
  text-align: justify;
}

.gd_post__single_content *:not(table) {
  max-width: 100%;
}

.gd_post__single_content img {
  max-width: 100%;
  height: auto;
}

.gd_post__single_content a:hover,
.gd_post__single_content a:active,
.gd_post__single_content a:focus {
  color: #9f2728;
  font-weight: 500;
}

.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%);
}

/*Post related*/
.related-post-list {
  margin-bottom: 40px;
  margin-top: 40px;
}

.gd_related__title {
}

.gd_related__title .gd_text {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

.gd_related__content {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
}

.gd_related__content .gd_post__item {
  padding: 0 10px;
  flex: 0 0 25%;
  max-width: 25%;
}

.gd_related__content .gd_post__inner {
  display: block;
}

.gd_related__content .gd_post__image {
  margin-bottom: 10px;
  height: auto !important;
}

.gd_related__content .gd_post__content {
  padding: 0;
  max-width: 100%;
}

.gd_related__content .gd_post__title .gd_text {
  font-size: 1rem;
  margin-bottom: 10px;
  -webkit-line-clamp: 3;
}

.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 #bfbfbf;
  position: relative;
}

ul.gd_related__content li::before {
  border-radius: 50%;
  content: "";
  background-color: #004513;
  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: #9f2727;
}

ul.gd_related__content li:last-child {
  border: none;
}

.gd_author__avata {
  margin-right: 15px;
}

.page-content.page-author {
  padding: 40px 0;
}

.gd_author_data.d-flex {
  margin-bottom: 20px;
}

/*#region SIDEBAR */
.widget {
  margin-bottom: 30px;
  overflow: hidden;
}

.widget .gd_widget__title {
  text-align: left;
  position: relative;
}

.gda-popular-post .gd_widget__title .gd_text {
  color: #000 !important;
  padding: 0 0 20px !important;
}

.widget .gd_widget__title .gd_text {
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  color: #fff;
  padding: 15px 0px 10px;
  line-height: 1.2;
  display: inline-block;
  position: relative;
}

.single_prod .widget .gd_widget__title .gd_text {
  font-size: 1.4rem;
}

#sidebar .widget_nav_menu {
  border: 1px solid #ccc;
  border-radius: 10px;
}

#sidebar ul#menu-menu-san-pham li {
  color: #222;
  font-size: 1rem;
  text-transform: capitalize;
  position: relative;
  padding: 15px;
  font-size: 15px;
}

#sidebar ul#menu-menu-san-pham .sub-menu {
  list-style: none;
  padding-left: 10px;
}

#sidebar ul#menu-menu-san-pham li:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
}

#sidebar ul#menu-menu-san-pham {
  list-style: none;
  padding-left: 0;
}

#sidebar ul#menu-menu-san-pham li:hover a {
  color: var(--second-color);
  transition: all 0.3s;
}

#sidebar ul#menu-menu-san-pham li a:hover::before {
  width: 14px;
  background: var(--second-color);
  transition: all 0.3s;
  border-radius: 20px;
}

#sidebar ul#menu-menu-san-pham li:hover a {
  margin-left: 5px;
  transition: ease-in 0.3s;
}

#sidebar ul#menu-menu-san-pham li a::before {
  content: "";
  width: 5px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: 0;
  transition: all 0.3s;
}

#sidebar .widget_nav_menu .current-menu-item a {
  color: var(--second-color) !important;
  margin-left: 5px;
}

#sidebar .widget_nav_menu .current-menu-item a::before {
  width: 14px !important;
  background: var(--second-color) !important;
  transition: all 0.3s !important;
  border-radius: 20px !important;
}

#sidebar ul#menu-menu-san-pham li a {
  color: #000;
  font-weight: 500;
  transition: ease-in 0.3s;
  position: relative;
  padding-left: 20px;
}

/*GDA - POST*/
#sidebar .gd_widget__title {
  border-bottom: 1px solid #ccc;
  background: var(--primary-color);
  padding-left: 20px;
}

.gda-popular-post .gd_widget__title .gd_text {
  margin: 0;
}

.gda-popular-post .gd_widget__content {
}

.gda-popular-post .gd_post__item {
  margin-bottom: 1rem;
}

.gda-popular-post .gd_post__image {
  flex: 0 0 110px;
  height: 80px !important;
  margin: 0;
}

.gda-popular-post .gd_post__image a::before {
  display: none;
}

.gda-popular-post .gd_post__title .gd_text {
  font-size: 14px;
  -webkit-line-clamp: 3;
  line-height: 1.3;
  font-weight: 600;
  color: #222;
}

.post-default .gd_news__item:first-child {
  border: 0;
}

.post-default .gd_posts__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.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*/

.gda_video_player .list_video {
  padding-left: 0;
}

.gda_video_player .list_video .gd_text {
  color: #000;
  position: relative;
}

.gda_video_player .list_video .gd_text:before {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--second-color);
  border-radius: 50px;
  position: absolute;
  top: 5px;
  left: -15px;
}

.gd_bg_video {
  padding-bottom: 10px;
}

.list_video li {
  border-top: 1px solid #ccc;
  padding: 10px 0 10px 15px;
}

/*#endregion */

.gd_post__image .video-link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.gd_post__image .video-link:hover {
  transform: scale(0.9) translate(-50%, -50%);
}

/*Contact*/

.acf-map {
  height: 800px;
}

.form_contact {
  background: #ebebeb;
  padding: 50px 0;
}

.form-title.title_form_contact h3 {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  color: #666;
  font-size: 30px;
}

.form-wrrap.content_contact {
  max-width: 676px;
  margin: auto;
}

.form-wrrap.content_contact input {
  padding: 10px 15px;
  border-radius: 50px;
}

.form-wrrap.content_contact textarea {
  height: 200px;
  padding: 15px;
  border-radius: 20px;
}

.contentform {
  display: inline-block;
  position: relative;
}

.submit_form {
  text-align: center;
  margin-top: 30px;
}

#submit_contaxt {
  font-weight: 600;
  padding: 10px 48px 1px 15px;
  border-radius: 50px;
  background: var(--second-color);
  border-color: var(--second-color);
  width: 200px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
}

.submit_form i {
  position: absolute;
  right: 21px;
  top: 1px;
  background: #fff;
  width: 41px;
  height: 41px;
  border-radius: 50px;
  padding-top: 11px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700;
  display: none !important;
}

/*#region PAGE NAVIGATE */

.navigation {
  clear: both;
  text-align: right;
  margin-bottom: 2.5rem;
}

.navigation .pages {
  margin-right: 15px;
  display: none;
}

.navigation a,
.navigation span.current {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 34px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  text-align: center;
  margin-left: 8px;
  color: #393939;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.navigation a:hover,
.navigation span.current {
  color: #fff;
  border-color: var(--second-color);
  background-color: var(--second-color);
}

.navigation a.last,
.navigation a.first {
  width: auto;
  padding: 0 15px;
}

.navigation .extend {
  margin-right: 8px;
}

.wp-pagenavi {
  display: flex;
  gap: 5px;
}

/*#endregion */

/*======================================================
PAGE LIÊN HỆ
========================================================*/

.gd_loaction {
  position: relative;
}

.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: 600;
}

.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: space-between;
}

.nav-tabs .nav-link {
  border: none;
  padding: 15px 0;
  text-transform: uppercase;
  display: inline-block;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
  width: 33.33%;
  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: 600;
}

.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;
}

/*===================================
 PAGE BẢO HÀNH
=====================================*/
.content-page.page-guarantee {
  padding: 60px 0;
}

.form_guarantee #serial {
  border: 1px solid #ccc;
  color: #222;
  margin: 0;
  width: 60%;
}

.form_guarantee form {
  display: flex;
}

.form_guarantee .submit_turnup {
  width: 38%;
  white-space: nowrap;
  margin-left: 2%;
}

.tite_content_bh {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
  position: relative;
}

.content_bh p {
  margin-bottom: 5px;
}

.tite_content_bh::before {
  content: "";
  width: 100px;
  height: 1px;
  background: #fdc508;
  left: 0;
  bottom: -15px;
  position: absolute;
}

.content_bh {
  margin-bottom: 50px;
}

.hotline_bh {
  font-weight: 600;
  color: #222;
}

.title_link a {
  text-transform: uppercase;
  color: #222;
  font-weight: 600;
}

.link_page li {
  align-items: flex-start;
}

.link_page li img {
  margin-right: 15px;
  min-width: 38px;
}

.row.link_page {
  padding: 30px 5px;
  background: #f5f5f5;
  height: 100%;
}

.result {
  max-width: 670px;
  margin: auto;
}

.result_title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.list_result {
  list-style: none;
}

.list_item {
  display: flex;
  justify-content: space-between;
}

.list_item span {
  width: 75px;
}

.serial_p {
  font-weight: 600;
  color: #fdc508;
}

/*page*/
.page-content.page-static {
  padding: 60px 0;
  display: inline-block;
  width: 100%;
  min-height: 400px;
}

.form-control:focus {
  box-shadow: none;
}

/*LOADING*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}

.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}

.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }

  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }

  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.stock.out-of-stock {
  background: #fdc508;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 50px;
  text-align: center;
  width: 48%;
}

/* page about */

.about-wrap {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 95px;
}

.about-ct.left {
  position: relative;
}

.about-image.about-image-large {
  position: relative;
  padding-top: 66%;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.about-image.about-image-small {
  position: relative;
  padding-top: 54.5%;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.about-image.about-image-small img,
.about-image.about-image-large img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-imgs {
  display: flex;
  gap: 25px;
}

.about-ct-desc {
  text-align: left;
}

.about-ct.right .about-ct-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}

.about-ct-exp {
  display: inline-block;
  padding: 40px;
  background: var(--primary-color);
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

h3.counter-title {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
}

.counter-item {
  color: #fff;
  font-size: 18px;
}

.page-template-page-introduce .button_link.kh_btn {
  justify-content: left;
}

.page-template-page-introduce .kh_des_prod .kh_btn_web {
  padding: 0;
  margin: 30px 0 0;
}

.thong_so-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.thong_so-left {
  padding-right: 140px;
}

.thong_so-list-numb {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.thong_so-item-numb {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 40px;
  font-weight: 600;
}

.thong_so-item-numb span {
  display: inline-flex;
  font-weight: 500;
  font-size: 16px;
}

.kh_module {
  text-align: left;
}

span.text.c-p {
  font-weight: 500;
  color: var(--second-color);
  font-size: 18px;
}

h2.title-about {
  font-size: 44px;
  font-weight: 600;
  color: var(--primary-color);
}

.history-section {
  max-width: 1000px;
  margin: 0 auto 100px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.timeline {
  position: relative;
  display: grid;
  gap: 80px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  border: 1px dashed var(--primary-color);
}

.timeline-fill {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 0;
  background: var(--primary-color);
  transform: translateX(-50%);
  transition: height 0.3s ease;
}

.timeline-item {
  display: flex;
  position: relative;
}

.history-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.history-info h3 {
  line-height: 1;
}

.timeline-item:nth-child(even) {
  flex-direction: row-reverse;
}

.timeline-item:nth-child(even) .left {
  margin-left: 70px;
  padding-left: 70px;
}

.timeline-item:nth-child(odd) .left {
  margin-right: 70px;
  padding-right: 70px;
}

.timeline-img.left {
  flex: 0 0 50%;
  max-width: 50%;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  background: #ddd;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: background 0.3s ease;
}

.timeline-item.active::before {
  background: var(--primary-color);
}

.timeline-img img {
  border-radius: 8px;
  height: 100%;
  max-width: 100%;
}

.timeline-content {
  background: #fff;
  padding: 40px;
  border: 1px solid #eee;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
  margin-bottom: -30px;
}

.timeline-item:nth-child(even) .timeline-content::after {
  content: "";
  position: absolute;
  right: -11px;
  top: 36%;
  width: 20px;
  height: 20px;
  background: #fff;
  border-top: #e9e9e9 solid 1px;
  border-left: #e9e9e9 solid 1px;
  transform: rotate(133deg);
}

.timeline-item:nth-child(odd) .timeline-content::after {
  content: "";
  position: absolute;
  left: -11px;
  top: 36%;
  width: 20px;
  height: 20px;
  background: #fff;
  border-top: #e9e9e9 solid 1px;
  border-left: #e9e9e9 solid 1px;
  transform: rotate(-45deg);
}

.year-label {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  background: var(--primary-color);
  padding: 7px 22px;
  padding-left: 20px;
  padding-right: 25px;
  -webkit-clip-path: polygon(0 0, 100% 0, 81% 50%, 100% 99%, 0 100%, 0% 50%);
  clip-path: polygon(0 0, 100% 0, 81% 50%, 100% 99%, 0 100%, 0% 50%);
}

.history-info strong {
  font-size: 22px;
}

/* page archive prod */

.loading {
  display: none;
  width: 100%;
  height: 500px;
  justify-content: center;
  align-items: center;
}

.kh_module_prod_cat .kh_prod_image {
  margin-bottom: 0 !important;
}

.kh_module_prod_cat
  .kh_list_product
  .box-item-prod:hover
  .kh_inner_prod::before {
  background: rgba(0, 0, 0, 0.8);
}

.kh_module_prod_cat .kh_list_product .box-item-prod .kh_inner_prod {
  position: relative;
}

.kh_module_prod_cat .kh_list_product .box-item-prod a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.kh_module_prod_cat .kh_list_product .box-item-prod .kh_inner_prod figure img {
  border-radius: 10px;
  position: relative;
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kh_module_prod_cat .box-item-prod {
  margin-bottom: 30px;
}

.kh_module_prod_cat .kh_list_product .box-item-prod .kh_inner_prod::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  z-index: 1;
  transition: all 0.3s;
}

.kh_module_prod_cat .content-prod {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  transition: all 0.3s;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  bottom: 0;
  left: 0;
  transform: translate(0, 0);
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
}

.kh_module_prod_cat .kh_list_product .box-item-prod:hover .content-prod {
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}

.child-category {
  margin-bottom: 50px;
  text-align: center;
}

h2.child-category-title {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 8px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  color: var(--primary-color);
  transition: all 0.3s;
  text-align: center;
}

h2.child-category-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40%;
  height: 1px;
  background: var(--second-color);
  transition: all 0.3s;
}

.child-category:hover .child-category-title::before {
  width: 70%;
  transition: all 0.3s;
}

.archive_prod
  .kh_list_products.row.owl-carousel.owl-loaded.owl-drag
  .kh_item_product {
  max-width: 100% !important;
  padding: 0;
}

.child-category-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.child-category-top .kh_des_prod {
  text-align: unset;
  padding: 0;
  border-top: unset;
}

.child-category-top .kh_des_prod .kh_btn_web {
  padding: 0;
  visibility: unset;
}

.row.lt-product {
  align-items: self-start;
}

.row.lt-product #sidebar {
  position: sticky;
  top: calc(126px + 50px);
}

.kh_module_prod {
  text-align: center;
}

/* responsive */

@media (min-width: 1200px) and (max-width: 1440px) {
  .content_brackcums .gd_title,
  .gd_absolute .gd_text {
    font-size: 40px;
  }

  /* page about */

  .about-wrap {
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
  }

  .about-image.about-image-large {
    position: relative;
    padding-top: 60%;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .about-image.about-image-small {
    position: relative;
    padding-top: 50%;
    overflow: hidden;
    height: 100%;
    width: 100%;
  }

  .about-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
  }

  .counter-item {
    font-size: 16px;
  }

  .about-ct-exp {
    padding: 20px 10px;
  }

  h3.counter-title {
    font-size: 30px;
  }

  h2.title-about {
    font-size: 30px;
  }

  .about-imgs {
    gap: 16px;
  }

  .thong_so-left {
    padding-right: 80px;
  }

  .thong_so-item-numb {
    gap: 10px;
    font-size: 30px;
  }

  .thong_so-img {
    position: relative;
    padding-top: 75%;
  }

  .thong_so-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .history-section {
    max-width: 800px;
  }

  .timeline-content {
    padding: 20px;
  }

  .year-label {
    font-size: 16px;
  }

  .history-info strong {
    font-size: 16px;
  }

  .history-info {
    margin-bottom: 20px;
  }

  .timeline-item:nth-child(even) .left {
    margin-left: 50px;
    padding-left: 50px;
  }

  .timeline-item:nth-child(odd) .left {
    margin-right: 50px;
    padding-right: 50px;
  }

  .history-info h3 {
    line-height: 20px;
  }

  .thong_so-item-numb span {
    font-size: 14px;
  }

  /* danh sachs tin */

  .gd_news__title .gd_text {
    font-size: 1rem;
  }

  .gda-popular-post .gd_post__content {
    padding-left: 10px;
  }

  .layout-post2 .gd_post__image a {
    padding-top: 70% !important;
  }

  .layout-post2 .gd_news__item:not(:first-child) .gd_news__inner {
    gap: 20px !important;
  }

  .gd_post__list.layout-post2 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .d-md-block.gd_sidebar {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .gd_post__single_wrap.content_main {
    flex: 0 0 70%;
    max-width: 70%;
  }

  /* archive prod */

  .widget .gd_widget__title .gd_text {
    font-size: 16px;
  }

  #sidebar ul#menu-menu-san-pham li {
    font-size: 14px;
    padding: 10px;
  }

  #sidebar ul#menu-menu-san-pham {
    padding-left: 10px;
  }

  h2.child-category-title {
    font-size: 26px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .content_brackcums .gd_title,
  .gd_absolute .gd_text {
    font-size: 40px;
  }

  /* danh sachs tin */

  .gd_news__title .gd_text {
    font-size: 1rem;
  }

  .gda-popular-post .gd_post__content {
    padding-left: 10px;
  }

  .layout-post2 .gd_post__image a {
    padding-top: 70% !important;
  }

  .layout-post2 .gd_news__item:not(:first-child) .gd_news__inner {
    gap: 20px !important;
  }

  .gd_post__list.layout-post2 {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .d-md-block.gd_sidebar {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .gd_post__single_wrap.content_main {
    flex: 0 0 70%;
    max-width: 70%;
  }

  /* archive prod */

  .widget .gd_widget__title .gd_text {
    font-size: 16px;
  }

  #sidebar ul#menu-menu-san-pham li {
    font-size: 14px;
    padding: 10px;
  }

  #sidebar ul#menu-menu-san-pham {
    padding-left: 10px;
  }

  h2.child-category-title {
    font-size: 26px;
  }

  /* page about */

  .about-wrap {
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
  }

  .about-image.about-image-large {
    position: relative;
    padding-top: 60%;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .about-image.about-image-small {
    position: relative;
    padding-top: 50%;
    overflow: hidden;
    height: 100%;
    width: 100%;
  }

  .about-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
  }

  .counter-item {
    font-size: 16px;
  }

  .about-ct-exp {
    padding: 20px 10px;
  }

  h3.counter-title {
    font-size: 30px;
  }

  h2.title-about {
    font-size: 30px;
  }

  .about-imgs {
    gap: 16px;
  }

  .thong_so-left {
    padding-right: 80px;
  }

  .thong_so-item-numb {
    gap: 10px;
    font-size: 30px;
  }

  .thong_so-img {
    position: relative;
    padding-top: 75%;
  }

  .thong_so-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .history-section {
    max-width: 800px;
  }

  .timeline-content {
    padding: 20px;
  }

  .year-label {
    font-size: 16px;
  }

  .history-info strong {
    font-size: 16px;
  }

  .history-info {
    margin-bottom: 20px;
  }

  .timeline-item:nth-child(even) .left {
    margin-left: 50px;
    padding-left: 50px;
  }

  .timeline-item:nth-child(odd) .left {
    margin-right: 50px;
    padding-right: 50px;
  }

  .history-info h3 {
    line-height: 20px;
  }

  .thong_so-item-numb span {
    font-size: 14px;
  }

  .timeline-item:nth-child(odd) .timeline-content::after,
  .timeline-item:nth-child(even) .timeline-content::after {
    top: 30%;
  }
}

@media (max-width: 767px) {
  .about-wrap {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }

  h2.title-about {
    font-size: 30px;
  }

  .about-ct-exp {
    padding: 20px;
  }

  h3.counter-title {
    font-size: 32px;
  }

  .thong_so-wrap {
    gap: 30px;
  }

  .thong_so-left {
    padding-right: 0;
  }

  .thong_so-img img {
    width: 100%;
  }

  .thong_so-item-numb {
    font-size: 30px;
  }

  .timeline-item:nth-child(even) .left {
    margin-left: 30px;
    padding-left: 30px;
  }

  .timeline-item:nth-child(odd) .left {
    margin-right: 30px;
    padding-right: 30px;
  }

  .timeline-content {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: -20px;
  }

  .history-info strong {
    font-size: 18px;
  }

  .year-label {
    font-size: 16px;
  }

  .history-info {
    margin-bottom: 20px;
  }

  .timeline {
    gap: 50px;
  }

  .history-section {
    max-width: 100%;
    margin: 0 auto 50px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .gd_absolute .gd_text {
    font-size: 40px;
  }

  .about-wrap {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }

  h2.title-about {
    font-size: 30px;
  }

  .about-ct-exp {
    padding: 20px;
  }

  h3.counter-title {
    font-size: 32px;
  }

  .thong_so-wrap {
    gap: 30px;
  }

  .thong_so-left {
    padding-right: 0;
  }

  .thong_so-img img {
    width: 100%;
  }

  .thong_so-item-numb {
    font-size: 30px;
  }

  .timeline-item:nth-child(even) .left {
    margin-left: 30px;
    padding-left: 30px;
  }

  .timeline-item:nth-child(odd) .left {
    margin-right: 30px;
    padding-right: 30px;
  }

  .timeline-content {
    padding: 20px;
    margin-top: 20px;
    margin-bottom: -20px;
  }

  .history-info strong {
    font-size: 18px;
  }

  .year-label {
    font-size: 16px;
  }

  .history-info {
    margin-bottom: 20px;
  }

  .timeline {
    gap: 50px;
  }

  .history-section {
    max-width: 100%;
    margin: 0 auto 50px;
  }

  .layout-post2 .gd_news__item:not(:first-child) .gd_news__inner {
    gap: 20px;
  }

  .gd_news__excerpt {
    -webkit-line-clamp: 3;
  }

  /* archiver prod */
  #sidebar ul#menu-menu-san-pham,
  .row.lt-product #sidebar {
    padding-left: 0;
  }

  #sidebar ul#menu-menu-san-pham li {
    padding: 12px;
  }

  h2.child-category-title {
    font-size: 24px;
  }

  .widget .gd_widget__title .gd_text {
    font-size: 16px;
  }

  .content_brackcums .gd_title {
    font-size: 34px;
  }

  .post-default .gd_posts__items {
    margin: auto;
    width: 100%;
    gap: 20px;
  }
}

@media screen and (max-width: 576px) {
  .navigation a,
  .navigation span.current {
    width: 40px;
    height: 40px;
  }
  .kh_module.kh_module_prod_cat {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .kh_list_product.row {
    margin: 0 -3.75px;
  }

  .kh_module_prod_cat .box-item-prod {
    padding: 3.75px;
    margin-bottom: 0;
  }

  .gd_banner .owl-dots .owl-dot span {
    height: 3px;
  }

  .gd_banner .owl-dots .owl-dot span {
    width: 25px;
  }

  .kh_module_prod_cat .content-prod {
    padding: 0.5rem;
  }

  .gd_related__content .gd_news__item {
    margin-bottom: 30px;
  }

  .gd_related__title .gd_text {
    font-size: 20px;
  }

  .gd_post__single_title {
    font-size: 20px;
  }

  /* page about */

  .about-wrap {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .about-imgs {
    display: block;
  }

  .about-image.about-image-large img {
    width: 100%;
  }

  .about-image.about-image-small {
    display: none;
  }

  .about-ct-exp {
    right: 20px;
    left: unset;
    padding: 20px;
    transform: unset;
  }

  h3.counter-title {
    font-size: 26px;
  }

  .counter-item {
    font-size: 16px;
  }

  h2.title-about {
    font-size: 24px;
  }

  span.text.c-p {
    font-size: 1rem;
  }

  .thong_so-wrap {
    display: block;
  }

  .thong_so-left {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .thong_so-item-numb {
    font-size: 26px;
  }

  .thong_so-img img {
    width: 100%;
  }

  .timeline-item::before {
    display: none;
  }

  .timeline::before,
  .timeline-fill {
    display: none;
  }

  .timeline-item {
    flex-direction: column-reverse !important;
    text-align: center;
    gap: 20px;
  }

  .timeline {
    gap: 30px;
    display: flex;
    flex-direction: column;
  }

  .timeline-content {
    margin: 0;
    text-align: left;
    padding: 20px;
  }

  .timeline-item:nth-child(even) .left,
  .timeline-item:nth-child(odd) .left {
    margin: 0;
    padding: 0;
    flex: 100%;
    max-width: 100%;
  }

  .history-info {
    margin-bottom: 20px;
  }

  .year-label {
    font-size: 1rem;
  }

  .history-info strong {
    font-size: 18px;
  }

  .timeline-item:nth-child(odd) .timeline-content::after,
  .timeline-item:nth-child(even) .timeline-content::after {
    display: none;
  }

  .history-info h3 {
    line-height: 1;
  }

  .section-header {
    margin-bottom: 30px;
  }

  .history-section {
    max-width: 100%;
    margin: 0 auto 30px;
  }

  /* page archive */

  .post-default .gd_posts__items {
    grid-template-columns: 1fr;
    width: 100%;
    margin: auto;
  }

  div#media_image-3 {
    display: none;
  }

  .layout-post2 .gd_news__item:not(:first-child) .gd_news__inner {
    gap: 16px;
  }

  .gd_news__title .gd_text {
    margin-bottom: 10px;
  }

  .gd_news__excerpt {
    -webkit-line-clamp: 3;
    display: none;
  }

  .child-category-top {
    align-items: center;
    margin-bottom: 20px;
  }

  h2.child-category-title {
    font-size: 22px;
    margin-bottom: 0;
  }

  .button_link.kh_btn {
    margin: 10px 0;
  }

  .kh_module_prod.igi_p_related .kh_name_prod,
  .gd_product_list .kh_name_prod,
  .kh_module.kh_module_prod .kh_name_prod {
    -webkit-line-clamp: 2;
  }

  .row.lt-product #sidebar {
    position: relative;
    top: 0;
  }

  .lt-product #sidebar .widget_nav_menu {
    margin: 0;
  }

  .child-category {
    margin-bottom: 20px;
  }

  .single_prod .widget .gd_widget__title .gd_text {
    font-size: 18px;
  }

  #sidebar .widget_nav_menu {
    margin-top: 20px;
  }
}

/*  */

@media (max-width: 480px) {
  .gd_news__excerpt {
    -webkit-line-clamp: 4;
  }

  .banner_brackcums {
    height: 30vh;
  }

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

  .content_brackcums .gd_title {
    font-weight: bold;
    text-transform: capitalize !important;
    padding: 12px 0px 10px;
    line-height: 1.2;
    display: inline-block;
    position: relative;
  }
}

@media (min-width: 481px) and (max-width: 1200px) {
  .widget .gd_widget__title .gd_text {
    font-size: 1rem;
  }
}
