/*!
 * layout.css
 * Version - 1.0
 * Website: uscom.com
 * Author: Ghida
 * Copyright (c) 2021 gdavietnam.com
 */

/*#region EDITER - WP DEFAULT */

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

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

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

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

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
  max-width: 100%;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
  max-width: 100%;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
  max-width: 100%;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.wp-caption {
  background: #fff;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 14px;
  padding: 10px;
}

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

.gd_content_editor img {
  height: auto;
}

.gd_content_editor h2 {
  font-size: 1.25rem;
  font-weight: 600;
}

.gd_content_editor h3,
.gd_content_editor h4 {
  font-weight: 500;
  font-size: 1.125rem;
}

.gd_content_editor h5,
.gd_content_editor h6 {
  font-style: oblique;
  font-weight: 500;
  font-size: 1rem;
}

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

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

.gd_content_editor a:hover,
.gd_content_editor a:active,
.gd_content_editor a:focus {
  color: #008ed4;
  font-weight: 600;
}


/*#endregion */

/*#region MAIN */
.gd_breadcrumb {
  justify-content: space-between;
  align-items: flex-end;
}

.breadcrumbs {
  font-size: 1rem;
  color: #222;
  font-size: 1rem;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
}

.breadcrumbs p {
  margin-bottom: 0;
}

.breadcrumbs a {
  color: #222;
}

.breadcrumbs a:hover,
.breadcrumbs a:active,
.breadcrumbs a:focus {
  color: #008ed4;
}

.gd_box__desc {
  font-size: 1rem;
}

.gd_cover_item {
  position: relative;
  max-height: 300px;
  overflow: hidden;
  margin-bottom: 1.875rem;
}

.gd_cover_item .img-fluid {
  width: 100%;
}

.gd_absolute {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  line-height: 1.5rem;
}

.gd_absolute .gd_text {
  font-size: 3.125rem;
  color: #fff;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}


/*#endregion */

/*#region POST */

#load-posts .gd_post__inner, #gd_sidebar .gd_post__inner {
  display: flex;
}
#load-posts .gd_post__content {
  padding: 0;
  padding-left: 1rem;
}
#load-posts .gd_post__excerpt {
  display: block;
}
.gd_post__item {
  margin-bottom: 2rem;
}

.gd_post__image {
  flex: 0 0 36.3%;
  margin-bottom: 0;
  background: -webkit-linear-gradient(45deg, #008ed4 0%, #00a3e7 100%);
  background: linear-gradient(45deg, var(--color-primary) 0%, #00a3e7 100%);
  border-radius: 5px;
  height: calc(255 /450 * ((var(--content-size) * 0.75)/3 - 30px));
}


.gd_post__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  max-width: none;
  width: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  border-radius: 5px;
}

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

.gd_post__image:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.gd_post__image:hover a:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.gd_meta {
  margin-bottom: 10px;
  font-size: 0.85rem;
}

.gd_meta .gd_bag {
  background-color: var(--color-primary);
  border-radius: 5px;
  padding: 3px 15px;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}

.gd_post__title {}

.gd_post__title .gd_text {
  font-size: 1.15rem;
  color: #222;
  display: -webkit-box !important;
  max-width: 100%;
  margin-bottom: 0.5rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}

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

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

.post_cat {
  display: none;
}
.gd_post__content {
  padding: 10px 0;
}

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

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

.gd_post__list .gd_readmore {
  margin-top: 0;
  background: none;
  color: #008ed4;
  padding: 0;
  font-size: 1rem;
  font-weight: normal;
}

.gd_post__list .gd_readmore .fal {
  margin-left: 5px;
  transition: all 300ms cubic-bezier(.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;
  flex-wrap: wrap;
  margin-bottom: 0.25rem;
}

.gd_post__meta span {
  margin: 0 10px;
  display: flex;
  align-items: center;
}

.gd_post__meta span i {
  font-size: 5px;
  opacity: .7;
}

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

.gd_post__meta .gd_date .far {
  color: #008ed4;
}

.gd_post__col .gd_posts__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.gd_post__col .gd_post__item {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
}

.gd_post__col .gd_post__inner {
  display: block;
}

.gd_post__col .gd_post__content {
  padding-left: 0;
  margin-top: 15px;
}

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

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

.gd_post__single .gd_post__meta {
  margin-bottom: 0.5rem;
}

.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;
  position: relative;
  margin-bottom: 50px;
}

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

/*Post related*/
.related-post-list {
  margin-top: 2rem;
}

.gd_related__title {
  margin-bottom: 0;
}

.gd_related__title .gd_text {
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
  margin-bottom: 0rem;
  line-height: 1.42;
  text-align: left;
  padding-bottom: 1rem;
  position: relative;
  text-transform: uppercase;
}

.gd_related__title .gd_text::after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #7b9fd3;
  position: static;
  left: 0;
  bottom: 0;
  transform: none;
  display: inline-block;
  margin-left: 10px;
}

.gd_related__content {
  flex-wrap: wrap;
}

.gd_related__content .gd_meta .gd_bag {
  background-color: #ff5f01;
}

.gd_related__content .gd_post__item {}

.gd_related__content .gd_post__inner {
  display: block;
  position: relative;
}

.gd_related__content .gd_post__image {
  margin-bottom: 0px;
  height: calc(255 /450 * (var(--content-size)/3 - 30px));
  position: relative;
}

.gd_group__stick.gd_related__content .gd_post__image {
  height: calc(3/7 * (var(--content-size) - 30px));
}

.gd_group__stick.gd_related__content .gd_post__content {
  text-align: left;
  color: #fff;
  padding: 10px;
}

.gd_group__stick.gd_related__content .gd_post__title .gd_text {
  font-size: 1.75rem;
  color: #fff;
}

.gd_group__stick.gd_related__content .gd_meta .gd_bag {
  background-color: var(--color-primary);
  text-transform: uppercase;
}

.gd_group__stick .gd_meta {
  font-size: 1rem;
}

.gd_related__content .gd_post__image::before {
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.15));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  border-radius: 5px;
}

.gd_related__content .gd_post__content {
  padding: 10px 0;
  max-width: 100%;
  bottom: 0;
  color: #222;
  z-index: 2;
  transition: all 300ms ease-in 0ms;
}

.gd_related__content .gd_post__content:hover {}

.gd_related__content .gd_post__title .gd_text {
  font-size: 1rem;
  margin-bottom: 10px;
  -webkit-line-clamp: 3;
  color: #222;
  text-transform: none;
  line-height: 1.42;
  font-weight: 500;
}


.gd_related__content .gd_post__excerpt {
  font-size: 15px;
}

.gda-popular-post .gd_post__item:last-child {
  margin: 0;
}

ul.gd_related__content {
  margin: 0;
  padding: 0;
}

ul.gd_related__content li {
  list-style: none;
  padding: 8px 0 8px 15px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}

ul.gd_related__content li::before {
  border-radius: 50%;
  content: "";
  background-color: #ccc;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 1rem;
  left: 0;
}

ul.gd_related__content li a {
  color: #222222;
}

ul.gd_related__content li a:hover {
  color: #008ed4;
}

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

/*#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: #008ed4;
  border-color: #008ed4;
  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: bold;
}

.gd_gallery_image {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.gd_gallery_image:hover .img-fluid {
  transform: scale(1.1);
}

.gd_gallery_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.75rem 0;
  opacity: 0;
  transition: all 300ms ease-in-out 0ms;
  z-index: 2;
}

.gd_gallery_title {
  font-size: 1rem;
  color: #fff;
  margin: 0;
}

.gd_gallery_title::before {
  content: "";
  background-color: #fff;
  width: 50px;
  height: 1px;
  display: inline-block;
  margin-right: 10px;
}

.gd_gallery_inner:hover .gd_gallery_content {
  opacity: 1;
}

/*#endregion */
/*#region PRODUCT */
.gd_p__item {
  margin-bottom: 30px;
}

.gd_p__inner {}

.gd_p__image {
  margin-bottom: 1.5rem;
}

.gd_p__image a {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.gd_p__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 300ms ease-in 0ms;
}

.gd_p__image:hover img {
  transform: scale(1.1);
}

.gd_p__content {}

.gd_p__title {}

.gd_p__title .gd_text {
  color: #008ed4;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
  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: bold;
  color: #008ed4;
  margin-top: -5px;
}

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

.product_action .btn {
  flex: 0 0 49%;
  background-color: #008ed4;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  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 */
.widget {
  margin-bottom: 30px;
}

.gd_widget {
  background-color: #f5f5f5;
  padding: 1rem 1.25rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.widget .gd_widget__title {
  text-align: left;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 0;
  margin-bottom: 15px;
}

.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: 1rem;
  color: #222;
  line-height: 1.2;
  display: inline-block;
  padding: 0 0 1rem;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
}

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

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

.gda-popular-post .gd_widget__content {
  padding: 1.25rem 0;
}

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

.gda-popular-post .gd_post__image {
  flex: 0 0 140px;
  height: 80px;
}

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

.gda-popular-post .gd_post__title .gd_text {
  font-size: 1rem;
  -webkit-line-clamp: 3;
  font-weight: 500;
  color: #222;
  margin-top: -3px;
}

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

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

.gda-popular-post .gd_post__content .gd_date {
  font-size: 13px;
  display: block;
  color: #bdbdbd;
}

/*POST Entries*/
.widget_recent_entries ul {
  padding-left: 0;
  list-style: none;
}

.widget_recent_entries ul li {
  margin-bottom: 0.5rem;
}

.widget_recent_entries ul li a {
  font-size: 1.125rem;
  color: #333;
  display: block;
}

.widget_recent_entries ul li a:hover {
  color: #008ed4;
}

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

.widget_categories ul li {
  margin-bottom: 0.5rem;
}

.widget_categories ul li a {
  font-size: 1rem;
  color: #222;
  display: block;
}

.widget_categories ul li a:hover {
  color: #008ed4;
}

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

.widget_text .form_wrap__trip {}

.widget_text .form_wrap__trip .form-group .form-control {
  height: 35px;
  border-radius: 0;
}

.form_wrap__trip .title {
  text-transform: uppercase;
  color: #008ed4;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 1.125rem;
}

.form_wrap__trip .form-group.d-flex {
  align-items: center;
  margin-bottom: 10px;
}

.form_wrap__trip .form-group.d-flex .wpcf7-form-control-wrap {
  width: 100%;
}

.form_wrap__trip .form-group.d-flex>i {
  font-size: 12px;
  color: #008ed4;
}

.form_wrap__trip .form-group.d-flex .form-control {
  font-size: .85rem;
}

.form_wrap__trip .form-group.text-center {
  margin: 0;
}

.form_wrap__trip .form-group .book-note {
  height: 65px;
  border-radius: 0;
  font-size: 0.85rem;
}

.form_wrap__trip .form-group .book-now {
  width: 100%;
  background: #008ed4 url(../images/icon/send_small.png) no-repeat left 85px center;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
}

.form_wrap__trip .wpcf7-not-valid-tip {
  font-size: 0.85rem;
  padding-left: 12px;
}

/*Widget Nav*/

.widget_nav_menu {}

.widget_nav_menu ul.menu {
  border-top: none;
  list-style: none;
  padding: 0;
}

.widget_nav_menu ul.menu li {
  padding: 1rem;
}

.widget_nav_menu ul.menu li a {
  color: #222;
  position: relative;
}

.widget_nav_menu ul.menu li a:hover {
  color: #008ed4;
  position: relative;
}

.widget_nav_menu ul.menu>li {
  padding: 1rem 0 0;
}

.widget_nav_menu ul.menu>li:last-child {
  border-bottom: none;
}

.widget_nav_menu ul.menu>li>a {
  color: #222;
  display: inline-block;
  padding-left: 1rem;
}

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

.widget_nav_menu ul.menu>li>a:hover::before {
  background-color: #008ed4;
}

/*PHỤ KIỆN*/

.gd_widget__content .gd__p_item {
  max-width: 100%;
  padding: 0;
}

.gd_widget__content .gd__p_inner {
  display: flex;
  border: none;
}

.gd_widget__content .gd__p_image {
  border: 1px solid #ccc;
  border-radius: 5px;
  max-width: 105px;
  height: 105px;
  flex: 0 0 105px;
  padding: 0;
  overflow: hidden;
}

.gd__p_image {}

.gd_widget__content .gd__p_content {
  text-align: left;
  padding-top: 0;
  font-weight: 500;
}

.gd_widget__content .gd__p_price .price {
  justify-content: flex-end;
}

/*#endregion */

/*#region CONTACT */
.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 {
  padding: 2rem 0;
}

.gd_contact_us {
  background-color: #f5f6f6;
  position: relative;
  padding: 2rem;
  margin-bottom: 2rem;
}

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

.gd_contact_us .gd_ct_form .gd_box__title .gd_text {
  font-weight: bold;
  margin-bottom: 30px;
  color: var(--color-primary);
  text-align: center;
}

.gd_address__item [class^="gd_add_col"] {
  text-align: center;
}

.gd_address__item {
  align-items: center;
  margin-bottom: 30px;
}

.gd_address__item .fal {
  padding-top: 2rem;
  font-size: 2rem;
  border-radius: 50%;
  background: #008ed4;
  color: #fff;
  width: 95px;
  height: 95px;
}

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

.gd_add_content {
  font-size: 0.9375rem;
}

.gd_contact_form {
  width: 70%;
  margin: auto;
  max-width: 870px;
}

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

.gd_contact_form .row {
  margin: 0;
}

.gd_contact_form .form-group {
  padding: 0 5px;
  margin-bottom: 15px;
}

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

.gd_contact_form .wpcf7-submit {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  border: none;
  background: var(--color-primary) url(../images/icon/send_small.png) no-repeat left 15px center;
  cursor: pointer;
  padding: 15px 30px 15px 50px;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 0;
  width: 300px;
  display: block;
  margin: auto;
  margin-top: 30px;
}

.gd_contact_form .wpcf7-submit:hover {
  background-color: #464646;
}

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

.gd_contact_form .gd_submit::before {}

/*#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: 50px;
  line-height: 48px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
  margin-right: 8px;
  color: #464646;
  background-color: #f5f5f5;
  font-weight: 500;
  margin-bottom: 8px;
}

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

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

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

/*#endregion */

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

.gd_project__title .gd_text:hover {
  color: #008ed4;
}

.gd_project__title .gd_text::before {
  content: "";
  background-color: #008ed4;
  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: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 78px;
  z-index: 2;
  opacity: 0;
  font-size: 24px;
  font-weight: 300;
}

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

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

/*#endregion */
/*News in product*/
.gd_module__service .gd_related__title .gd_text {
  text-align: left;
  font-size: 1rem;
}

.gd_module__service .gd_related__title .gd_text::after {
  left: 0;
  transform: translateX(0);
}

.gd_module__service .gd_post__item {
  flex: 1 1 20%;
  padding-right: 15px;
  padding-left: 15px;
}

.gd_module__service .gd_post__image {
  flex: 0 0 140px;
  height: 80px;
}

.gd_module__service .gd_post__image img {
  height: auto;
  width: 100%;
}

.gd_module__service .gd_post__title .gd_text {
  font-size: 1rem;
  font-weight: 400;
  -webkit-line-clamp: 3;
}

.gd_module__service .gd_post__content {
  padding-left: 15px;
  padding-top: 0;
}