/*!
 * layout.css
 * Version - 1.0
 * Website: NoiThatPhuXuyen.Com
 * Author: Ghida
 * Copyright (c) 2025 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;
}
ul {
  list-style: none;
  padding-left: 0;
}
.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.5rem;
  font-weight: bold;
  text-align: left;
  margin: 1rem 0;
}
.gd_content_editor h3,
.gd_content_editor h4 {
  font-weight: bold;
  font-size: 1.45rem;
  text-align: left;
  margin: 1rem 0;
}
.gd_content_editor h5,
.gd_content_editor h6 {
  font-style: oblique;
  font-weight: bold;
  font-size: 1rem;
  text-align: left;
}
.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;
}
.gd_content_editor .grid-img-2{
  display: grid;
  grid-template-columns: repeat(2, 50% [col-start]);
  grid-gap: 15px;
}
.gd_content_editor .grid-img-3 {
  display: grid;
  grid-template-columns: repeat(3, 33.33% [col-start]);
  grid-gap: 15px;
}
.gd_content_editor .grid-img-4 {
  display: grid;
  grid-template-columns: repeat(4, 25% [col-start]);
  grid-gap: 15px;
}
.gd_content_editor .grid-img-* img{
  margin: 0;
}
/*#endregion */
/*#region MAIN */
.page-content {
  padding: 30px 0;
}
.tmt-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 700px;
  padding-left: 0 !important;
}

.tmt-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5;
  transition: color .25s ease;
}

.tmt-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00723b, #00b2ff);
  box-shadow: 0 2px 6px rgba(0,102,204,0.35);
  transition: transform .25s ease, box-shadow .25s ease;
}


.gd_breadcrumb {
  justify-content: space-between;
  align-items: flex-end;
}
.breadcrumbs {
  font-size: 1rem;
  color: #222;
  font-size: 1rem;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
}
.text-center .breadcrumbs {
  border-bottom: none;
}
.breadcrumbs a {
  color: #222;
}
.breadcrumbs a:hover,
.breadcrumbs a:active,
.breadcrumbs a:focus {
  color: #008ed4;
}
.gd_box__title {
  position: relative;
  margin-bottom: 1.875rem;
}
.gd_box__title .gd_text {
  font-size: 2.5rem;
  font-weight: 400;
  color: #222;
  margin: 0;
}
.gd_box__desc {
  font-size: 1rem;
}
.gd_cover_item {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.875rem;
  min-height: 300px;
}

.gd_cover_item.product {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), transparent), linear-gradient(120deg, rgba(0, 0, 0, 0.2) 30%, transparent 30%), linear-gradient(-120deg, rgba(0, 0, 0, 0.2) 30%, transparent 30%), linear-gradient(to bottom, #057a47, #1c4a2f);
}

.gd_cover_item.product::before {
  display: none;
}
.gd_cover_item::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.8));
  z-index: 1;
  width: 100%;
  height: 100%;
}

.gd_cover_item * {
    z-index: 3;
}

.gd_absolute .breadcrumbs * {
    color: #fff;
}
.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 */
.gd_post__list,
.gd_post__single_wrap {
  /*  order: 2;*/
}
.gd_sidebar {
  order: 1;
}
.gd_post__item {
  margin-bottom: 2rem;
}
.gd_post__inner {
  display: flex;
}
.gd_post__image {
  flex: 0 0 36.3%;
  margin-bottom: 0;
  background: -webkit-linear-gradient(45deg, #008ed4 0%, #00a3e7 100%);
  background: linear-gradient(45deg, var(--color-primary) 0%, #00a3e7 100%);
  border-radius: 5px;
  height: calc(185 / 330 * (var(--content-size) / 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_post__content {
  padding-left: 25px;
}
.gd_meta {
  margin-bottom: 10px;
  font-size: 0.85rem;
}
.gd_meta .gd_bag {
  background-color: var(--color-primary);
  border-radius: 5px;
  padding: 3px 15px;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}

.gd_post__title .gd_text {
  font-size: 1rem;
  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;
}
.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;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}
.gd_post__meta .gd_date {
  white-space: nowrap;
  padding-right: 10px;
  text-transform: capitalize;
}
.gd_post__meta .gd_date .far {
  color: #008ed4;
}
.gd_post__col .gd_posts__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.gd_post__col .gd_post__item {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
}
.gd_post__col .gd_post__inner {
  display: block;
}
.gd_post__col .gd_post__content {
  padding-left: 0;
  margin-top: 15px;
}
/* ===================================================== */
/*Post single*/
.gd_post__single_title {
  font-size: 2rem;
  margin-bottom: 0.85rem;
}
.gd_project_image img {
  width: 100%;
}
.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: 1.2rem;
  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-bottom: 40px;
  margin-top: 40px;
}
.gd_related__title {
  margin-bottom: 0;
}
.gd_related__title .gd_text {
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  margin-bottom: 1.5rem;
  line-height: 1.42;
  text-align: center;
  padding-bottom: 1rem;
  position: relative;
}
.gd_related__title .gd_text::after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: var(--color-primary);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.gd_related__content {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
}
.gd_related__content .gd_post__item {}
.gd_related__content .gd_post__inner {
  display: block;
  position: relative;
}
.gd_related__content .gd_post__image {
  margin-bottom: 0px;
}
.gd_related__content .gd_post__image::before {
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.15));
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  border-radius: 5px;
}
.gd_related__content .gd_post__content {
  padding: 10px 15px;
  max-width: 100%;
  bottom: 0;
  color: #fff;
  z-index: 2;
  transition: all 300ms ease-in 0ms;
}
.gd_related__content .gd_post__content:hover {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0));
}
.gd_related__content .gd_post__title .gd_text {
  font-size: 1rem;
  margin-bottom: 10px;
  -webkit-line-clamp: 3;
  color: #fff;
  text-transform: none;
  line-height: 1.42;
  font-weight: 500;
}
.gd_related__content .gd_post__excerpt {
  font-size: 15px;
}
.gda-popular-post .gd_post__item:last-child {
  margin: 0;
}
ul.gd_related__content {
  margin: 0;
  padding: 0;
}
ul.gd_related__content li {
  list-style: none;
  padding: 8px 0 8px 15px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
ul.gd_related__content li::before {
  border-radius: 50%;
  content: "";
  background-color: #ccc;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 1rem;
  left: 0;
}
ul.gd_related__content li a {
  color: #222222;
}
ul.gd_related__content li a:hover {
  color: #008ed4;
}
ul.gd_related__content li:last-child {
  border: none;
}
/*#endregion */
/*#region GALERY */
.page-gallery {
  margin: 50px 0;
}
.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: 2px solid #ccc;
  margin: 0 10px;
  padding: .75rem 2rem;
  width: 200px;
  text-align: center;
}
.list_tax_filter .nav-link.active, .list_tax_filter .nav-link:hover {
  background-color: var(--color-primary);
  border-color: var(--color-secondary);
  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(172, 130, 74, 0.45);
  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: 15px;
  opacity: 0;
  transition: all 300ms ease-in-out 0ms;
  z-index: 2;
}
.gd_gallery_title {
  color: #fff;
  margin: 0;
  font-size: 1.5rem;
}
.gd_gallery_title::before {
  content: none;
  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__image {
  margin-bottom: 1.5rem;
  border: 1px solid var(--color-primary);
  position: relative;
}
.gd_p__image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-left: 30px solid var(--color-primary);
  border-bottom: 30px solid transparent;
  z-index: 1;
}
.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__title .gd_text {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.gd_p__price {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.gd_p__price .gd_readmore:hover {
  background-color: var(--color-primary);
}

.gd_p__price .gd_readmore {
  padding: 10px;
}
.gd_p__title .gd_text:hover {
  color: #222;
}
/*Single Product*/
.gd_product__info {
    padding-left: 35px;
}

.product_info {
  position: relative;
  padding: 2rem 2rem 1rem;
  border: 1px solid #222;
  padding-top: 2rem;
  margin-top: 2rem;
  border-radius: 5px;
}
.p_info__label {
  position: absolute;
  top: 0;
  padding: 4px 20px;
  border-radius: 2rem;
  transform: translateY(-50%);
  background-color: var(--color-primary);
  color: #fff;
}
.p_info__list {
  margin-bottom: 0;
}
.p_info__list .item {
  margin-bottom: 5px;
}
.p_info__list .item i {
  color: var(--color-primary);
  width: 20px;
  display: inline-block;
  height: 20px;
  position: relative;
}

.p_info__list .item i.fa-zalo::before {
  content: 'Z';
  font-family: Segoe UI Symbol;
  position: absolute;
  left: 2px;
  position: relative;
  font-weight: bold;
}
.p_info__list .item * {
  color: #222;
}

.gd_product__title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
}

.gd_product_attr {
    display: flex;
    flex-flow: column;
}

.product_desc {
    text-align: justify;
}


.product_meta > div {
    padding: 5px 0;
}

.product_meta a {
    color: #3e5790;
    font-weight: 600;
}

.product_meta > div > span {
    font-weight: bold;
    margin-right: 5px;
}

.product_action {
    padding: 15px 0;
}

.product_action a {
  display: inline-flex;
  color: #333;
  text-transform: uppercase;
  border: 1px solid #222;
  letter-spacing: 2px;
  border-radius: 5px;
  align-items: center;
  justify-content: start;
  padding-right: 20px;
  margin-right: 10px;
  font-weight: 600;
  transition: .3s ease all;
}

.product_action a i {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: var(--color-secondary);
}
.product_action a i {
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 5px;
}
.product_action a.hotline i {
  background-color: var(--color-secondary);
}
.product_action a.bao_gia:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.product_action a:hover {
  background: var(--color-secondary);
  color: #fff;
  border-color: var(--color-secondary);
}
.product_price ins {
    font-size: 40px;
    font-weight: bold;
    color: #E63933;
    text-decoration: none;
}

.product_price del {
    font-size: 18px;
    color: #919191;
    margin-right: 15px;
}

.gd_product__desc {
    margin-top: 40px;
}


.gd_product__desc .gd_tab {
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 15px 0;
    font-size: 16px;
}

.gd_product__desc li.item {
  margin-right: 15px;
}

.gd_product__desc li.item a {
  padding: 10px 0;
  position: relative;
  color: #222;
  font-size: 1.25rem;
}

.gd_product__desc li.item a.active {
    font-weight: 600;
    color: #3e5790;
}

.gd_product__desc li.item a:before {
    content: "";
    height: 3px;
    background: #f48d35;
    width: 100%;
    position: absolute;
    bottom: -6px;
    visibility: hidden;
}

.gd_product__desc li.item a.active::before {
    visibility: visible;
}

.gd_product__desc .tab-content {
    border: 1px solid var(--color-primary);
    background: #fff;
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 15px 20px;
}

.gd_product__desc .tab-pane *:not(table) {
    max-width: 100%;
}

.gd_product__desc .gd_desc h2 {
    font-size: 1.5em;
    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;
}

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

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

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

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

.gd_product_desc .gd_desc {
    text-align: justify;
    line-height: 1.8;
    font-size: 14px;
}
.gd_download ul {
    margin-top: 30px;
}
.gd_download ul li {
}
.gd_download ul li a {
  color: #000;
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
}
.gd_download ul li a i {
  display: none;
}
.product_action ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.product_action ul li {
    clear: left;
    display: block;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.product_action ul li a {
    border: 1px solid #AC834B;
    color: #AC834B;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    width: 75%;
    padding: 10px 50px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    font-family: 'Roboto', sans-serif;
    border-radius: 25px;
}

.product_action ul li > a::after {
    background: #AC834B;
    content: "";
    height: 3px;
    left: -40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    display: none;
}

.product_action ul li a .fa {
    margin-right: 5px;
    vertical-align: middle;
}

.product_action ul li a:hover, .product_action ul li a:focus {
    background-color: #AC834B;
    color: #fff;
}
.gd_section__related {
    margin-top: 30px;
}
.gd_section__related  .gd_related__title .gd_text{
    text-transform: uppercase;
}
.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));
}

.modal-dialog.bao_gia {
  max-width: 800px;
}
.bao_gia .modal-title {
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.bao_gia .modal-header {
  justify-content: center;
  align-content: center;
}
.bao_gia .modal-header .close {
  position: absolute;
  right: 1rem;
  font-size: 2rem;
  color: var(--color-primary);
  opacity: 1;
}
.bao_gia .modal-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-left: 60px solid var(--color-primary);
  border-bottom: 60px solid transparent;
}

.gd_contact_form .p_name {
  font-size: 1.25rem;
  color: var(--color-primary);
  margin-bottom: 10px;
}


/*#endregion */
/*#region SIDEBAR */
.widget {
  margin-bottom: 30px;
}
.gd_widget {
  background-color: #f5f5f5;
  padding: 15px 30px;
  border: 1px solid #ccc;
}
.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: 1.25rem;
    color: #464646;
    line-height: 1.2;
    display: inline-block;
    padding: 0 0 1rem;
    position: relative;
    font-weight: 600;
    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 {
  background-color: #f5f5f5;
  padding: 15px 20px;
  border: 1px solid #ccc;
}
.widget_nav_menu ul.menu {
  border-top: none;
  list-style: none;
  padding: 0;
}
.widget_nav_menu ul.menu li {}
.widget_nav_menu ul.menu li a {
  color: #222;
  position: relative;
}
.widget_nav_menu ul.menu li a:hover {
  color: var(--color-secondary);
  position: relative;
}
.widget_nav_menu ul.menu>li:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #b5b5b5;
}
.widget_nav_menu ul.menu>li>a {
  color: #222;
  padding-left: 1rem;
  font-weight: 600;
}
.widget_nav_menu ul.menu>li>a::before {
    border-radius: 50%;
    content: "";
    background-color: #00723b;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 6px;
    left: 0;
}
.widget_nav_menu ul.menu>li>a:hover::before {
  background-color: #008ed4;
}
.widget_nav_menu ul.menu>li .sub-menu li {
  padding: 10px 0 10px 15px;
  list-style: none;
}
.widget_nav_menu ul.menu>li .sub-menu li:not(:last-child) {
  border-bottom: 1px dashed #b5b5b5;
}
.widget_nav_menu ul.menu>li .sub-menu li:last-child {
  padding-bottom: 0;
}
.widget_nav_menu ul.menu>li .sub-menu {
  padding-left: 15px;
}
/*PHỤ KIỆN*/
.gd_widget__content .gd__p_item {
  max-width: 100% !important;
  padding: 0 !important;
}
.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: 80px;
    flex: 0 0 80px;
    padding: 0;
    overflow: hidden;
    margin-right: 10px;
}
.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.page-contact {}
.gd_contact_us {
  background-color: #fff;
  padding: 40px;
  position: relative;
}
.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: var(--color-primary);
  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 .form-group {
  margin-bottom: 10px;
}
.form-group.options {
  padding: 10px 0 0;
  border: 1px solid #ced4da;
  border-radius: 10px;
}
.form-group.options p {
  margin-bottom: 0;
}
p label {
  margin-bottom: 0;
}
.form-group.options .wpcf7-list-item {
  margin-bottom: 10px;
}
.gd_contact_form .form-control {
  border-radius: 0;
  font-size: 1rem;
}
.gd_contact_form .form-control:focus {
  box-shadow: none;
}
.gd_contact_form .col-form-label {
  font-size: 1rem;
}
.gd_contact_form .wpcf7-textarea.form-control {
  height: 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;
  margin-top: 10px;
}
.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: 1rem;
  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: left;
  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: 1.5rem;
  color: #222;
  display: -webkit-box !important;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 1.45;
}
.gd_project__item {
  margin-bottom: 1rem;
}
.gd_project__title .gd_text:hover {
  color: var(--color-primary);
}
.gd_project__title .gd_text::before {
  content: none;
  background-color: #008ed4;
  font-size: 1.25rem;
  width: 40px;
  height: 1px;
  display: inline-block;
  margin-right: 10px;
}
.gd_project__image {
  height: calc(200/300 * (var(--content-size)/3 - 30px));  
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 2px 5px 10px 0px rgba(0,0,0, 0.3);
}
.gd_project__image a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.gd_project__image a:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(45deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  background: linear-gradient(45deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  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;
}