/*!
 * layout.css
 * Version - 1.0
 * Website: hoangdatceramics.com
 * Author: and
 * Copyright (c) 2020 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: 100%;
  /* 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%;
}

.page_cart .gd_content_editor :not(table) {
  max-width: unset;
}

.gd_content_editor img {
  height: auto;
}

.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 {
  font-style: oblique;
}

.gd_content_editor ol,
.gd_content_editor ul {
  padding-left: 30px;
}

.gd_content_editor a {
  color: #921509;
  font-weight: 600;
}

/*    .gd_content_editor a:hover, .gd_content_editor a:active, .gd_content_editor a:focus {
        color: var(--main-color);
        font-weight: 500;
    }*/


/*#endregion */
.page-single-article {
  padding: 1.875rem 0;
}

.page-article-search {
  padding: 1.875rem 0;
}

/*#region MAIN */

.page_cart .gd_box__title {
  margin-top: 30px;
}

.page_cart .breadcrumbs,
.page_cart .breadcrumbs a {
  color: #222;
}

.page_cart .quantity {
  border: none;
}

.page_cart .shop_table .quantity input {
  height: 37px !important;
  width: 82px !important;
  padding: 2px 12px !important;
}

.gd_breadcrumb {
  justify-content: space-between;
  align-items: flex-end;
}

.breadcrumbs {
  font-size: 1rem;
  color: #fff;
  position: relative;
}

/* .breadcrumbs::after {
        content: "";
        width: calc(100vw / 2);
        height: 2px;
        max-width: 500px;
        position: absolute;
        right: 100%;
        background: linear-gradient(45deg, rgba(255,255,255,0.005) 10%, rgba(255,255,255,0.25) 25%, rgba(255,255,255,0.5) 50%,#fff 100%);
        bottom: 50%;
    }

    .breadcrumbs::before {
        content: "";
        color: #222;
        background-color: var(--main-color);
        font-size: 1.25rem;
        width: 60px;
        height: 1px;
        display: inline-block;
    }*/

.breadcrumbs a {
  color: #fff;
}

.breadcrumbs a:hover,
.breadcrumbs a:active,
.breadcrumbs a:focus {
  color: var(--main-color);
}

.gd_box__title {
  position: relative;
  margin-bottom: 1.875rem;
}

.gd_box__title .gd_text {
  font-size: 2.5rem;
  font-weight: 600;
  color: #222;
  margin: 0;
}

.gd_box__desc {
  font-size: 1rem;
}


.gd_absolute {
  position: absolute;
  /*bottom: 2rem;*/
  left: 0;
  width: 100%;
  line-height: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.gd_cover_item {
  position: relative;
}

.gd_cover_item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000059;
}

.gd_absolute .gd_text {
  font-size: 2.85rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.gd_absolute .gd_breadcrumb {
  color: #fff;
}

/*#endregion */
.page-article {
  padding: 1.875rem 0;
}

/*#region POST */

.gd_post__item {
  margin-bottom: 20px;
}

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

.gd_post__image {
  flex: 0 0 122px;
  margin-bottom: 0;
  height: calc(40/75 * (var(--content-size)/3 - 30px));
}

.gd_post__image img,
.gd_post__news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  max-width: none;
}

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

.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.45s;
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
  z-index: 1;
}

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

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

.gd_post__title {}

.gd_post__title .gd_text {
  font-size: 1.25rem;
  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;
}

.gd_post__title .gd_text:hover {
  color: var(--main-color);
}

.gd_post__excerpt {
  color: #222222;
  font-size: 1rem;
  line-height: 1.42;
  padding: 0 40px;
}

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

.gd_post__list .gd_readmore {
  margin-top: 0;
  background: none;
  color: var(--main-color);
  padding: 0;
  font-size: 1rem;
  font-weight: normal;
}

.gd_post__list .gd_readmore .fal {
  margin-left: 5px;
  transition: all 300ms cubic-bezier(.17, .67, .83, .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;
  position: absolute;
  top: 0;
}

.gd_post__meta .gd_date {
  white-space: nowrap;
  text-transform: capitalize;
  position: absolute;
  background: #cc9900;
  border-radius: 5px;
  width: 60px;
  height: 60px;
}

.gd_post__meta .gd_date .hb_date_n {
  font-weight: 600;
  font-size: 25px;
  color: #fff;
  padding-top: 3px;
}

.gd_post__meta .gd_date .hb_date_tn {
  font-size: 11px;
  color: #fff;
}

.gd_post__meta .gd_date .far {
  color: var(--main-color);
}

.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 NEW*/
.gd_news__item {
  margin: 0 0 25px;
}

.gd_news__item .gd_news__content h3.gd_text {
  font-size: 16px;
  color: #000;
  margin-top: 15px;
  margin-bottom: 0;
}

.gd_news__item .gd_news__content h3.gd_text:hover {
  color: #b70707;
}

.gd_actione .button_link a {
  background: var(--main-color);
  color: white;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 40px;
}

.gd_actione .button_link a:hover {
  background: #fff;
  color: #b70707;
  border: 1px solid #b70707;
  font-weight: 600;
}

.side-contact {
  position: relative;
}

.side-contact::before {
  content: "123 456 789";
  position: absolute;
  height: 20px;
  color: var(--main-color);
  bottom: 28%;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  font-size: 19px;
  font-weight: 600;
}

.side-contact::after {
  content: "123 456 789";
  position: absolute;
  height: 20px;
  color: var(--main-color);
  bottom: 10%;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  font-size: 19px;
  font-weight: 600;
}


/*endresgin*/

/*===================================================== */

/*Post single*/
.gd_post__single_title {
  font-size: 22px;
  color: #222222;
  margin-bottom: 0.85rem;
  font-weight: 600;
}

.gd_post__single .gd_post__meta::after {
  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_post__single_content {
  font-size: 1rem;
  line-height: 1.42;
  text-align: justify;
  padding-left: 60px;
  position: relative;
  margin-bottom: 50px;
  margin-top: -22px;
}

.gd_post__single_content::before {
  content: "";
  width: 35px;
  top: 1rem;
  position: absolute;
  left: 5px;
  height: 1px;
  background-color: #cc9900;
}

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

.gd_post__single_content>p:nth-child(36)>iframe:nth-child(1) {
  max-width: 100%;
}

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

/*Chi tiết tin*/
.page-single-article .hb_post_single {
  padding: 0 120px;
}

.hb_post_single .gd_post__single {
  border: 1px solid #ccc;
}

.page-single-article .hb_post_inner {
  margin: 35px 80px 40px;
  text-align: center;
}

.hb_post_inner .gd_post__excerpt img {
  height: 100%;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.hb_post_inner .gd_post__excerpt .content .img-editor {
  width: 1000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.hb_post_inner .gd_post__excerpt p iframe {
  width: 100%;
  height: 365px;
}

.gd_post__col p iframe {
  width: 100%;
  height: 365px;
}

.hb_post_inner .gd_post__meta {
  text-align: center;
  display: block;
  padding: 0 60px;
  position: relative;
  margin-bottom: 15px;
}

.hb_post_inner .gd_post__single_title {
  font-size: 2rem;
  color: #222;
  margin-bottom: 0;
  font-weight: 600;
  padding: 0 60px;
}

.gd_post__single h2 {
  font-size: 1.6rem;
}

.gd_post__single h3 {
  font-size: 1.4rem;
}

.gd_post__single h4 {
  font-size: 1.2rem;
}

.gd_post__single h5 {
  font-size: 1.1rem;
}

.gd_post__single h6 {
  font-size: 1rem;
}

.hb_post_inner .gd_post__excerpt {
  text-align: justify;
}

.hb_related_box .related-post-list {
  margin-bottom: 0;
}

.hb_related_box .read_link {
  text-align: center;
  padding: 10px 0 40px;
}

.hb_related_box .read_link a.hb_see_more {
  color: #fff;
  background: #921509;
  padding: 15px 75px 15px 75px;
  font-weight: 600;
  text-transform: uppercase;
}

.hb_related_box .read_link a.hb_see_more:hover {
  color: #921509;
  background: #fff;
  border: 1px solid #ededed;
}

.page-single-article .hb_related_box .gd_related__title .gd_text {
  color: #222;
  font-size: 30px;
  text-transform: uppercase;
}

.page-single-article .hb_related_box .gd_related__title .gd_text:after {
  background-color: #931507;
}

.gd_post__single .table {
  text-align: left;
}

/*#endregion */

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

.gd_related__title {
  margin-bottom: 0;
}

.gd_related__title .gd_text {
  font-size: 25px;
  font-weight: 600;
  color: #cc9933;
  display: block;
  margin-bottom: 1.5rem;
  line-height: 1.42;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 1rem;
  position: relative;
  text-transform: uppercase;
}

.gd_related__title .gd_text.kh_title_guide::after {
  top: 80%;
  height: 1px;
}

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

.gd_related__content .gd_post__item {
  margin-bottom: 0;
}

.gd_related__content .gd_post__inner {
  display: block;
}

.gd_related__content .gd_post__image {
  margin-bottom: 10px;
}

.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;
  text-align: left;
  text-transform: none;
  font-weight: 400;
}

.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: var(--main-color);
}

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

/*#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: #666;
  border: 1px solid #ccc;
  margin: 0 5px;
  padding: .85rem 2rem;
  width: 200px;
  text-align: center;
}

.list_tax_filter .nav-link.active {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}

.gd_gallery_inner {
  position: relative;
}

.gd_gallery_inner a::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 142, 212, 0.8);
  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: cover;
  transition: all 300ms ease-in-out 0ms;
}

.gd_gallery_video .gd_gallery_inner a::after {
  content: "\f04b";
  font-weight: 600;
}

.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: var(--main-color);
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.gd_p__title .gd_text:hover {
  color: #222;
}

/*Single Product*/
.gd_product__title {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--main-color);
  margin-top: -5px;
}

.product_action {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}

.product_action .btn {
  flex: 0 0 49%;
  background-color: var(--main-color);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.product_action .btn i {
  border-right: 1px solid #000;
  line-height: 60px;
  flex: 0 0 60px;
}

.product_action .btn span {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  display: block;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  padding-top: 1.1rem;
}

.product_action .btn:hover {
  background-color: #464646;
}

.gd_product_image {
  border: 1px solid #ccc;
}

.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 .gd_box__title {
  margin-bottom: 2rem;
}

.related-product .gd_p__image {
  height: calc(250/300 * (1410px/4 - 30px));
}

/*#endregion */

/*#region SIDEBAR */
.kh_page {
  margin-bottom: 30px;
}

.widget {}

.gd_widget_article,
.gd_widget_product,
.widget_top_rated_products {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.widget_products {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.widget_products .gd_post__image a::before {
  display: none;
}

.widget .gd_widget__title {
  text-align: left;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 0;
  padding-left: 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 {
  font-size: 18px;
  color: #222222;
  line-height: 1.2;
  display: inline-block;
  padding: 1rem 0;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}

.widget .gd_widget__title .gd_text:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--main-color);
  left: 0;
  bottom: -1px;
  position: absolute;
}

.product_list_widget .gd_post__image {
  height: 90px;
  width: 120px;
}

.gd_sidebar .product_list_widget {
  list-style: none;
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 20px;
}

.product_list_widget li.gd_post__item .gd_post__inner .gd_post__content {
  padding-left: 15px;
}

.product_list_widget span.gd_text {
  color: #444444;
  font-weight: 400;
}

.product_list_widget span.gd_text:hover {
  color: #b70707;
}

/*GDA - POST*/
.gda-popular-post .gd_widget__title .gd_text {
  margin: 0;
}

.gda-popular-post .gd_widget__content {
  padding: 15px 20px 20px;
}

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

.gda-popular-post .gd_post__image {
  flex: 0 0 120px;
  height: 90px;
}

.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;
  color: #222;
  margin-top: -3px;
}

.gda-popular-post .gd_post__title .gd_text:hover {
  color: var(--main-color);
}

.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: var(--main-color);
}

.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: var(--main-color);
}

.widget_media_image img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.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: var(--main-color);
  font-weight: 600;
  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: var(--main-color);
}

.form_wrap__trip .form-group.d-flex .form-control {
  font-size: .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: var(--main-color) 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: var(--main-color);
  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: #222;
  display: inline-block;
  padding-left: 1rem;
}

.widget_nav_menu ul.menu>li>a::before {
  border-radius: 50%;
  content: "";
  background-color: var(--main-color);
  width: 4px;
  height: 4px;
  position: absolute;
  top: 0.7rem;
  left: 0;
}

.widget_nav_menu ul.menu>li>a:hover::before {
  background-color: var(--main-color);
}

/*#endregion */

/*#region PRODUCT */
.kh_mini_banner .kh_st {
  position: relative;
}

.kh_mini_banner .title_mini_banner {
  position: absolute;
  right: 60px;
  bottom: 65px;
  color: #cc9900;
}

.kh_mini_banner .title_mini_banner p {
  position: relative;
  font-size: 20px;
}

.kh_mini_banner .title_mini_banner p:before {
  content: '';
  position: absolute;
  background-image: url('../images/icon/Icon-hoa-tiet-banner-left.png');
  background-repeat: no-repeat;
  width: 109px;
  height: 9px;
  left: -125px;
  top: 10px;
}

.kh_mini_banner .gd_readmore {
  margin-top: 1rem;
  background: none;
  color: #cc9900;
  padding: 0;
  font-size: 1rem;
  font-weight: normal;
  border: 1px solid #cc9900;
  padding: 15px 50px;
  border-radius: 50px;
}

/*#endregion */

/*#region CATEGORY LIST */

/*#endregion */

/*#region DETAIL POST */

/*#endregion */

/*#region CONTACT */
.hb_cover_item {
  z-index: 2;
}

.hb_cover_text {
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 1.5rem;
  top: 45%;
  transform: translateY(-50%);
  text-align: center;
}

.hoz-animate-background {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  animation: hozAnimatedBackground 40s linear infinite;
  -moz-animation: hozAnimatedBackground 40s linear infinite;
  -webkit-animation: hozAnimatedBackground 40s linear infinite;
}

@keyframes hozAnimatedBackground {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 100% 0;
  }

  100% {
    background-position: 0 0;
  }
}

.hb_cover_text .gd_text {
  font-size: 60px;
  color: #fff;
  font-family: UTM Cookies;
}

.hb_cover_text span a {
  color: #fff !important;
}

/*#region Contact*/
.hb_box__title .hb_text {
  font-size: 2.5rem;
  font-weight: 600;
  color: #222;
  margin: 0 0 20px;
  text-align: center;
  position: relative;
}

.hb_box__title .hb_text:after {
  content: '';
  width: 7%;
  position: absolute;
  background: var(--main-color);
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  height: 1px;
}

.google-map {
  position: relative;
}

.google-map .gd_map {
  height: 600px;
}

.google-map .gd_absolute {
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  align-items: flex-start;
  bottom: auto;
}

.page-content.page-contact img {
  max-width: 100%;
  height: auto;
}

.gd_contact_us {
  background-color: #fff;
  padding: 30px 0 45px 0;
  border-radius: 45px;
}

.hb_contact_absolute {
  position: absolute;
  /* bottom: 2rem; */
  left: 0;
  width: 100%;
  line-height: 1.5rem;
  top: 60%;
  transform: translateY(-50%);
  text-align: center;
}

.hb_box__title .gd_text {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
}

.gd_contact_us .form-control {
  height: 50px;
  padding: .375rem 20px;
  width: 99%;
}

.hb_contact_absolute .gd_text {
  font-weight: 900;
  color: #fff;
  font-size: 60px;
  margin-bottom: 30px;
  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: var(--main-color);
  color: #fff;
  width: 95px;
  height: 95px;
}

.gd_add_title {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 10px;
}

.gd_add_content {
  font-size: 0.9375rem;
}

.gd_contact_form {
  width: 85%;
  margin: auto;
  /*border-top: 1px solid #edededed;*/
  padding-top: 40px;
  margin-top: -15px;
}

.gd_contact_form .gd_form__wrap .hb_form_inner {
  display: flex;
}

.gd_contact_form .gd_form__wrap .hb_form_inner .hb_form_group,
.gd_contact_form .gd_form__wrap .hb_form_inner .hb_form_group_textarea_pen {
  width: 50%;
}

.gd_contact_form .wpcf7-form-control-wrap {
  width: 100%;
}


.gd_contact_form .form-group {
  padding: 0 5px;
  position: relative;
  text-align: center;
}

.wpcf7-spinner {
  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 .hb_form_group_user .form-control,
.gd_contact_form .hb_form_group_email .form-control,
.gd_contact_form .hb_form_group_phone .form-control,
.gd_contact_form .hb_form_group_address .form-control {
  padding-left: 20px;
  position: relative;
}

.gd_contact_form .hb_form_group_user .form-control::placeholder,
.gd_contact_form .hb_form_group_email .form-control::placeholder,
.gd_contact_form .hb_form_group_phone .form-control::placeholder,
.gd_contact_form .hb_form_group_address .form-control::placeholder {
  padding-left: 0px;
  font-weight: 500;
}

.gd_contact_form .hb_form_group_address:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all 300ms ease-in 0ms;

}

.gd_contact_form .hb_form_group_address:after {
  color: #b70707;
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro";
  transform: translate(-50%, -50%);
  position: absolute;
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 17px;
  font-weight: 600;

}

.gd_contact_form .hb_form_group_phone:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all 300ms ease-in 0ms;

}

.gd_contact_form .contact-phone .kh_add_before::after {
  color: #b70707;
  content: "\f879";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  padding-left: 15px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}

.gd_contact_form .hb_form_group_email:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all 300ms ease-in 0ms;

}

.gd_contact_form .contact-mail .kh_add_before::after {
  color: #b70707;
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  padding-left: 15px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}

.gd_contact_form .hb_form_group_user:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all 300ms ease-in 0ms;

}

.kh_add_before {
  position: relative;
}

.gd_contact_form .contact-name .kh_add_before::after {
  color: #b70707;
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}

.gd_contact_form .hb_form_group_textarea_pen .form-control {
  padding-left: 20px;
}

.gd_contact_form .hb_form_group_textarea_pen:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all 300ms ease-in 0ms;

}

/*.gd_contact_form .hb_form_group_textarea_pen:after {
  color: #b70707;
  content: "\f044";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  padding-left: 15px;
  top: 4%;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
}*/


.gd_contact_form .hb_form_group_textarea_pen .form-control::placeholder {
  padding-left: 0px;
  font-weight: 500;
  padding-top: 3px;
}

.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: 182px;
  width: 100%;
}

.form_wrap .form-group.text-right {
  position: relative;
}

.gd_contact_form .ajax-loader {
  position: absolute;
  left: 50%;
  top: 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_contact_form p {
  font-size: 1.5rem;
  font-weight: 400;
}

.gd_contact_form .gd_submit {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  position: relative;
}

.wpcf7 form.invalid .wpcf7-response-output {
  text-align: center;
  border-color: var(--main-color);
}

.gd_contact_form .wpcf7-submit {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  border: none;
  background: var(--main-color);
  cursor: pointer;
  padding: 10px 67px;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 0;
  margin-top: 10px;
}

.gd_contact_form .wpcf7-submit:hover {
  background-color: #fff;
  border: 1px solid var(--main-color);
  color: #b70707;
}

.form_wrap .form-group.text-right {
  position: relative;
}

.gd_contact_form .ajax-loader {
  position: absolute;
  left: 50%;
  top: 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%);
}

.page-contact .kh_module_info {
  padding: 0 0 40px;
}

/*#EndReigon*/
/*Box info*/
.kh_module_info {
  padding-bottom: 40px;
}

.info3.kh_module_info figure {
  flex: 0 0 70%;
}

.kh_module_info figure {
  margin-bottom: 0;
  flex: 0 0 50%;
  max-width: 100%;
  height: calc(1/6 * (var(--content-size)) - 30px);
}

.kh_module_info figure .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kh_module_info .kh_inner_info {
  background-color: #ebebeb;
  position: relative;
}

.info3.kh_module_info .kh_inner_info .kh_border_inner {
  justify-content: space-between;
}

.kh_module_info .kh_inner_info .kh_border_inner {
  width: 100%;
  justify-content: unset;
  background-color: var(--main-color);
}

.kh_module_info .kh_inner_info::before {
  content: '';
  position: absolute;
  width: 97%;
  border: 1px solid #fff;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kh_module_info .kh_inner_info .kh_flower {
  position: absolute;
  right: 14px;
  bottom: 15px;
  background-color: #ebebeb;
}

.kh_module_info .kh_inner_info .kh_content_info {
  align-items: center;
  position: sticky;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_item_info {
  align-items: center;
  margin-right: 20px;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_item_info .kh_img_info {
  padding: 10px;
  border: 1px solid aliceblue;
  padding: 15px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 15px;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_item_info .kh_content_box .kh_title_info {
  margin-bottom: 0;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_item_info .kh_content_box p {
  margin-bottom: 0;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_inner_content {
  padding: 0 30px;
  color: #fff;
}

.info3.kh_module_info .kh_inner_info .kh_content_info .kh_inner_content {
  padding: 0 50px;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_inner_content .kh_list_info {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_inner_content .kh_sm_title {
  text-transform: uppercase;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_inner_content .kh_title_info {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_inner_content .kh_list_info li {
  padding-left: 20px;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_inner_content .kh_list_info li::before {
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_inner_content .kh_btn_map {
  background-color: #fff;
  display: inline-block;
  padding: 8px 15px;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_inner_content .kh_btn_map a {
  color: var(--main-color);
}

.kh_module_info .kh_inner_info .kh_content_info .kh_inner_content .kh_btn_map:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .8), 0 0 20px rgba(255, 255, 255, .8);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #fff;
}

.kh_module_info .kh_inner_info .kh_content_info .kh_inner_content .kh_btn_map {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, .5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

/*endreigon*/
/*RESPONSIVE CONTACT*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .gd_contact_form .wpcf7-submit {
    width: auto;
    padding: 10px 48px 10px 50px;
  }

  .hb_netword {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {

  .gd_contact_form .gd_form__wrap .hb_form_inner .hb_form_group,
  .gd_contact_form .gd_form__wrap .hb_form_inner .hb_form_group_textarea_pen {
    width: 100%;
  }

  .gd_contact_form .gd_form__wrap .hb_form_inner {
    display: block;
  }

  .gd_contact_us .gd_ct_form .gd_box__title .gd_text {
    font-size: 22px;
    color: #cc9900;
  }

  .gd_contact_form .wpcf7-submit {
    width: auto;
    padding: 10px 48px 10px 45px;
  }

  .google-map {
    display: none;
  }

  /*Detals post-news*/
  .gd_related__title .gd_text {
    font-size: 24px !important;
  }

  .gd_contact_form .form-group {
    padding: 0;
  }

  .gd_contact_form {
    width: 100%;
  }

  /*endresgin*/
}

/*#endregion */

/*#region PAGE NAVIGATE */

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

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

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

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

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

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

/*#endregion */

/*#region PROJECT */
.gd_project__title .gd_text {
  font-size: 1rem;
  font-weight: 600;
  color: #222;
}

.gd_project__title .gd_text:hover {
  color: var(--main-color);
}

.gd_project__title .gd_text::before {
  content: "";
  background-color: var(--main-color);
  font-size: 1.25rem;
  width: 40px;
  height: 1px;
  display: inline-block;
  margin-right: 10px;
}

.gd_project__image a {
  position: relative;
  display: block;
}

.gd_project__image a:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2784b0;
  z-index: 1;
  opacity: 0;
  transition: all 300ms ease-in 0ms;
}

.gd_project__image a:after {
  color: #fff;
  content: "\f00e";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 45px;
  z-index: 2;
  opacity: 0
}

.gd_project__image:hover a::before {
  opacity: 0.5;
}

.gd_project__image:hover a::after {
  opacity: 1;
}

/*#endregion */

/*********************************************
    K. Module Guide Box
    **********************************************/
.kh_guide_order {
  margin-top: -5px;
  padding: 0 0 30px;
}

.kh_title_guide {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  color: var(--main-color);
  font-size: 30px;
  font-weight: 600;
}

.kh_title_guide::after {
  content: '';
  width: 7%;
  position: absolute;
  background: #b70707;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  height: 1px;
}

.kh_items_guide {
  list-style: none;
  padding-left: 0;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  margin-bottom: 0;
}

.kh_items_guide::before {
  content: '';
  width: 100%;
  height: 1.5px;
  background-color: #b80909;
  top: 40px;
  position: absolute;
  left: 0;
  z-index: 9;
}

.kh_inner_box {
  text-align: center;
}

.kh_step {
  flex: 0 0 20%;
  max-width: 20%;
  position: sticky;
  z-index: 10;
}

.kh_icon_step {
  width: 80px;
  height: 80px;
  background-color: var(--main-color);
  padding: 20px;
  border-radius: 50%;
  margin: 0 auto;
}

.kh_icon_step:hover img {
  -webkit-transition: -webkit-transform 1s;
  transform: rotate(360deg);
}

li.kh_step:nth-child(1)>div:nth-child(1)>figure:nth-child(1) {
  padding: 15px 20px 20px;
}

li.kh_step:nth-child(2)>div:nth-child(1)>figure:nth-child(1) {
  padding: 25px 20px 20px;
}

li.kh_step:nth-child(4)>div:nth-child(1)>figure:nth-child(1) {
  padding: 16px 15px 20px 22px;
}

.kh_box_icon {
  margin-bottom: 20px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.kh_title_step {
  font-size: 1rem;
  font-weight: 600;
  color: #444444;
  text-transform: uppercase;
}

/* Box-Map */
.kh_module_map {
  padding: 0 0 40px;
}

/* endresgin*/