/*
 * layout.css
 * Version - 1.0
 * Website: Ngoisaogroup.com.vn
 * Author: Ghida
 * 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: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

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

.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: 100%;
  padding: 0;
  width: auto;
  box-shadow: 0 0 15px 5px rgba(36, 59.99999999999998, 86, 0.05);
  border: 1px solid #f2f2f2;
  border-radius: 10px;
}

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

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

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

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

/*#endregion */

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

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

/*ẩn tên tiêu đề tin tức*/
.gd_breadcrumb .breadcrumbs span>span>span span {
  display: none;
}

.gd_breadcrumb .breadcrumbs span>span>span span.breadcrumb_last {
  display: none;
}

span.bread {
  margin: 0 10px;
}

.breadcrumbs a {
  color: #fff;
}

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

.breadcrumbs i.fas.fa-home {
  width: 30px;
  height: 30px;
  background: #0000009c;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 5px;
  font-size: 15px;
  margin-right: 10px;
}

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

.da_cover_banner {
  position: relative;
  overflow: hidden;
}

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

.gd_absolute {
  position: absolute;
  left: 50%;
  width: 100%;
  line-height: 1.5rem;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

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

.da_cover_banner .gd_absolute .hb_border {
  position: relative;
  padding-left: 20px;
}

.da_cover_banner .gd_absolute .hb_border:before {
  position: absolute;
  content: "";
  border-left: 5px solid var(--primary);
  left: 0;
  width: 100%;
  height: 100%;
}

.page-content {
  padding: 3.125rem 0;
}

/*#endregion */
.page-article {
  padding: 30px 0;
}

/*#region POST */

.wrapper[data-layout="flex"] {}

#sidebar {
  flex: 0 0 23%;
  max-width: 23%;
}

.da_single_post,
.da_entries.post {
  max-width: 1200px;
  margin: 0 auto;
}

.da_entry_post[data-layout="grid"] {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.da_entry_post.column {
  margin-top: 20px;
}

.entry-card .da_ns-item .da_ns_content .da_ns--title {
  font-weight: 600;
  color: #222222;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
}

.entry-card .da_ns-item:hover .da_ns_content .da_ns--title {
  color: var(--primary);
}

/*----*/
/*#region Widget Post */
.da-widget {
  margin-bottom: 2.5rem;
}

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

.da-widget .da_widget__title {
  border-bottom: 2px solid var(--primary);
  margin-bottom: 32px;
  padding-bottom: 12px;
}

.da-widget .da_widget__title .da_text {
  font-size: 1.125rem;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

ul.da-posts-widget {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.da-posts-widget li {
  list-style: none;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

ul.da-posts-widget li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

ul.da-posts-widget li.has-image a {
  display: flex;
  gap: 12px;
  color: #000;
}

ul.da-posts-widget li.has-image:hover a {
  color: var(--primary);
}

ul.da-posts-widget li.has-image .da-post-title {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.da-posts-widget .da-image-container {
  display: inline-flex;
  flex: 0 0 30%;
  max-width: 30%;
  align-self: start;
}

/* ===================================================== */
/*Product single*/
.page-content.page-single-product {
  padding: 0;
}

.entry-content {
  font-size: 1.125rem;
}

.entry-content img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-single-product .wrapper {
  position: relative;
  background: #fff;
  padding: 2.5rem;
  border-radius: 10px;
  margin-top: -7.5rem;
  margin-bottom: 3.75rem;
  z-index: 1;
}

.prod-gallery__wrap {}

.da_prodGallery--thumb__wrap {
  margin-top: 1.25rem;
  overflow: hidden;
}

.prod-gallery__wrap .da_prodGallery--slider {
  margin: 0;
}

.prod-gallery__wrap .da_prodGallery--slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-slide.product-thumb {
  margin: 0 10px;
  cursor: pointer;
}

.slick-slide {
  position: relative;
}

.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}

.slick-current.slick-slide img {
  opacity: 1;
}

.slick-current.product-gallery.slick-slide img {
  border-radius: 10px 0px 10px 10px;
}

.product-thumb img {
  border: 1px solid #666666;
  border-radius: 3px;
}

.da_prodGallery--slider .slick-dots {
  bottom: 25px;
  text-align: left;
  left: 15px;
}

.da_prodGallery--slider .slick-dots li.slick-active button {
  border: 1px solid #d35f2e;
  border-radius: 100%;
}

.da_prodGallery--slider .slick-dots li.slick-active button::before {
  color: #d35f2e;
}

.da_prodGallery--slider .slick-dots li button::before {
  color: #b3b3b3;
}

.slick-dots li {
  margin: 0 2px;
}

.product-gallery__trigger {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  border-radius: 100%;
  color: #fff;
  visibility: hidden;
  transition: all .3s;
}

.dpg-gallery__item:hover .product-gallery__trigger {
  visibility: visible;
  transition: all .3s;
}

.page-single-product .product_title {
  font-size: 1.75rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: -5px;
}

.page-single-product .product_price {
  font-size: 1.375rem;
  font-weight: bold;
  color: var(--primary);
}

.page-single-product .product_price p {
  margin: 0;
}

.page-single-product .product_price a {
  color: var(--primary);
}

.product_attr {
  padding-left: 1rem;
  margin: 1.875rem 0;
  overflow: hidden;
}

.prod_attr--item {
  position: relative;
  margin-bottom: 5px;
  list-style: none;
}

.prod_attr--item::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #222;
  border-radius: 100%;
  left: -10px;
  top: 40%;
  transform: translate(-50%);
}

.product_attr .prod_attr--item .name_attr {
  display: inline-block;
  min-width: 150px;
  float: inherit;
  width: 150px;
}

.product_attr .prod_attr--item span {
  float: right;
  width: calc(100% - 150px);
}

.product_attr .prod_attr--item span a {
  color: var(--primary);
}

.prod_button {
  display: block;
  text-align: center;
  padding: 14px 0;
  background: #173955;
  border-radius: 8px 0px 8px 8px;
  color: #fff;
  margin-top: 10px;
}

.product_cate {
  margin-bottom: 14px;
}

.product_cate a {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--primary);
  text-transform: uppercase;
}

.prod_button:hover {
  background: var(--primary);
  color: #fff;
  transition: background-color 0.5s ease;
}

.product_link {
  margin-top: 1.875rem;
}

.product_link p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.product_link a {
  color: rgba(0, 0, 0, 0.85);
}

.product_link ._phone p>a {
  color: var(--primary);
  font-weight: bold;
}

.prod_wrapper--content {
  margin-top: 4.125rem;
}

.prod_wrapper--content .nav {
  display: flex;
  gap: 3.125rem;
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
}

.prod_wrapper--content .nav-link.active {
  color: var(--primary);
}

.prod_wrapper--content .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: var(--primary);
  left: 0;
  transform: scaleX(1);
}

.prod_wrapper--content .nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: var(--primary);
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
  transform-origin: right;
}

.prod_wrapper--content .nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.prod_wrapper--content .nav-link {
  text-transform: none;
  color: #000;
  padding: 0;
  padding-bottom: 10px;
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
}

.prod_wrapper--content .entry-content {
  margin-top: 4.125rem;
}

.wrapper-project {
  background: #fff;
  padding: 3.75rem 0;
}

.da_project__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.da_project__header .da_box-title {
  margin-bottom: 0;
}

.da_box-title {
  padding-left: 10px;
  border-left: 5px solid var(--primary);
  margin-bottom: 2rem;
}

.da_box-title .da_text {
  font-size: 1.875rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
}

.da_box-title .da_text .small {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}

.project_nav {
  gap: 2rem;
}

.project_nav i {
  font-size: 1.25rem;
  color: #6f6f6f;
}

.project_nav .btnPre:hover i,
.project_nav .btnNext:hover i {
  color: var(--primary);
}

.da_project__wrap .owl-stage {}

.dp_item {
  height: 100%;
  display: flex;
}

.dp_item--inner {
  width: 100%;
  position: relative;
}

.dp_item--inner::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  top: 20px;
  left: 20px;
  z-index: 2;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: 0.5s;
}

.dp_item--inner::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: 0.5s;
}

.dp_item--inner:hover::before {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}

.dp_item--inner:hover::after {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}



.dp_item--inner a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 14px 0px 14px 14px;
  overflow: hidden;
}

.dp_item--inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dp_overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.dp_content {
  position: absolute;
  z-index: 20;
  bottom: 2.5rem;
  left: 3.125rem;
}


.dp_content h2.dp_title {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.owl-dots::after,
.owl-dots:before {
  content: "";
  bottom: 0;
  position: absolute;
  display: none;
}

.owl-dots::after {
  border-left: 0px solid transparent;
  border-right: 15px solid transparent;
  right: -14px;
  border-bottom: 24px solid #fff;
}

.owl-dots::before {
  border-left: 15px solid transparent;
  border-top: 0px solid transparent;
  border-bottom: 24px solid #fff;
  left: -14px;
}

.owl-dot {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-dots .owl-dot span {
  display: block;
  cursor: pointer;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #b3b3b3;
  transition: all 300ms ease-in 0ms;
}

.owl-dot.active {
  border: 1px solid var(--primary);
  border-radius: 100%;
}

.owl-dot.active span {
  background: var(--primary);
}

.product-thumbnail img {
  border: 1px solid #f2f2f2;
  border-radius: 10px 0px 10px 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dpg-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prod_wrapper--content.proj_wrapper--content .entry-content {
  margin: 0;
}

.wrapper-project__related {
  background: #173955;
  padding: 6.25rem 0;
  position: relative;
}

.da_related-project__wrap {
  transform: translateX(calc((100vw - var(--content-size)) / 2));
  overflow: hidden;
}

.da_related-project .owl-dots {
  transform: translate(-12%);
}

.da_related-project {
  overflow: hidden;
}

.da_related-project .da_box-title {
  margin-bottom: 2.5rem;
  border: 0;
  text-align: center;
}

.da_related-project .da_box-title .da_text {
  color: #fff;
  margin-bottom: 2rem;
}

.da_related-project .da_description {
  color: #fff;
  text-align: center;
  max-width: 40%;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.project_star {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
}

/* ===================================================== */
/*Post single*/

.da_single_post .entry-header h1.page-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #000;
  margin: 0;
}

.da_single_post .entry-header .entry-meta {
  list-style: none;
  display: flex;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 30px;
  padding-bottom: 30px !important;
  border-bottom: 1px solid rgba(1, 90, 76, 0.1);
}

.entry-meta li {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}

.entry-meta li.meta-categories a {
  font-weight: 600;
  color: #222;
  font-size: 0.875rem;
}

.entry-meta li:not(:last-of-type)::after {
  content: "";
  margin: 0 10px;
  background: #b0afaf;
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 100%;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.entry-content a {
  font-weight: bold;
}

.entry-content code {
  background: #fff;
  width: 100%;
  display: block;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px 5px rgba(36, 59.99999999999998, 86, 0.05);
  margin: 15px 0;
}

.da_single_post .entry-content img {
  height: 100%;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}

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

.da_single_post .entry-content p iframe {
  width: 100%;
  height: 365px;
}

.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: 700;
  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: var(--primary);
  font-size: 30px;
  text-transform: uppercase;
}

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

/*#endregion */
/*Post related*/

/*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: bold;
  color: #083190;
  display: block;
  margin-bottom: 1.5rem;
  line-height: 1.42;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 1rem;
  position: relative;
}

.gd_related__title .gd_text:after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: var(--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;
}

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

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

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

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

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

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

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

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(--primary);
}

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: #222;
  margin: 0 5px;
  padding: 0.85rem 2rem;
  width: 220px;
  text-align: center;
  background: #fff;
}

.list_tax_filter .nav-link.active {
  background-color: var(--primary);
  color: #fff;
  font-weight: bold;
}

.gd_gallery_inner {
  position: relative;
}

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

.gd_gallery_inner a::after {
  color: #fff;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
  border-radius: 50%;
  z-index: 2;
  opacity: 0;
  transition: all 300ms ease-in 0ms;
  font-weight: 300;
  font-size: 30px;
}

.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: 1rem;
  opacity: 0;
  transition: all 300ms ease-in-out 0ms;
  z-index: 2;
}

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

.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 */
.page-archive {
  padding: 3.125rem 0;
}

.da_entry_products[data-layout="grid"] {
  padding: 0;
  margin: 0;
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.25rem;
  row-gap: 2.5rem;
}

.entry-card:hover .da_product--title {
  color: var(--primary);
}

/*Single Product*/
.da-fillter__search {
  padding-bottom: 3.125rem;
}

.dfs_form[data-column="3"] .dfs-field {
  min-width: calc((100% - 170px) / 3);
  margin-right: 10px;
  position: relative;

}

.dfs_form[data-column="4"] .dfs-field {
  min-width: calc((100% - 170px) / 4);
  margin-right: 10px;
  position: relative;
}

.dfs_form {
  background: #173955;
  border-radius: 16px 0px;
  display: flex;
  align-items: center;
  padding: 30px;
}

#searchsubmit {
  position: absolute;
  right: 0;
  background: transparent;
  border: 0;
  top: 9px;
  right: 5px;
  color: var(--primary);
  cursor: pointer;
  display: none;
  padding: 0;
}

.dfs-field input,
.dfs-field select {
  width: 100%;
  height: 48px;
  border: 0;
  padding: 0 15px;
  background: #f6f6f6;
  color: #858585;
  border: 1px solid rgba(102, 102, 102, 0.5);
  border-radius: 0 !important;
}

.dfs-field input::placeholder {
  color: #222;
}

.dfs-field__button .filter_submit {
  height: 48px;
  padding: 10px 0;
  background: var(--primary);
  border: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  width: 140px;
  cursor: pointer;
}

.da_figure_prod img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px 0px;
}

.da_product--title {
  font-size: 1.125rem;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 1.25rem;
  text-align: center;
}

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

.da_related--wrap {
  padding-top: 3.75rem;
}

.da_related--wrap .da_box-title .da_text {
  font-size: 1.5rem;
}

/*#endregion */

/*#region SIDEBAR */
.widget {}

.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.5rem;
  color: #222222;
  line-height: 1.2;
  display: inline-block;
  padding: 1rem 0;
  position: relative;
}

.widget .gd_widget__title .gd_text:before {
  content: none;
  width: 100%;
  height: 2px;
  background-color: var(--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 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;
  font-weight: 600;
  color: #222;
  margin-top: -3px;
}

.gda-popular-post .gd_post__title .gd_text:hover {
  color: var(--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: var(--primary);
}

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

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

.form_wrap__trip .form-group.d-flex .form-control {
  font-size: 0.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(--primary) 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(--primary);
  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(--primary);
  width: 4px;
  height: 4px;
  position: absolute;
  top: 0.7rem;
  left: 0;
}

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

/*#endregion */
/*#region Giới thiệu */
.page-content.page-about {
  padding-bottom: 0;
}

.pa_wrapper {
  padding: 8.125rem 0;
  position: relative;
}

.pa_wrapper.pa_gioi-thieu .row {
  align-items: center;
}

.pagt-content__desc {
  font-size: 1.125rem;
}

.pagt-content {
  padding-right: 9.375rem;
  position: relative;
  z-index: 1;
}

.pagt-figure img {
  border-radius: 14px 0px 14px 14px;
}

.pagt-content .da_box-title .da_text {
  color: var(--primary);
}

.pagt-content .da_box-title {
  margin-bottom: 1.875rem;
}

.pagt-content__desc,
.pagt-content__button {
  padding-left: 15px;
}

.pagt-content__button {
  margin-top: 1.875rem;
  display: flex;
  align-items: center;
  gap: 20px;
}

.pagt-content__button .pagt_btn {
  border: 1px solid #ffffff;
  border-radius: 8px 0px 8px 4px;
  padding: 9px 20px;
  color: #fff;
  font-size: 1.125rem;
}

.pagt-content__button .pagt_btn:hover {
  background: var(--primary);
  transition: background-color 0.5s ease;
  border-color: var(--primary);
}

.da_btn {
  background-color: transparent;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 11px 20px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
  user-select: none;
  font-size: 1.125rem;
  border-radius: 8px 0px 8px 4px;
}

.da_btn::before {
  content: " ";
  width: 1.5625rem;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 1.5em;
  position: absolute;
  transform: translateY(-50%);
  transform-origin: center;
  transition: background 0.3s linear, width 0.3s linear;
}

.da_btn .text {
  font-size: 1.125em;
  padding-left: 2em;
  display: block;
  text-align: left;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #fff;
}

.da_btn .text i {
  margin-left: 10px;
}

.da_btn .top-key {
  height: 1px;
  width: 1.5625rem;
  top: -1px;
  left: 0.625rem;
  position: absolute;
  background: #173955;
  transition: width 0.5s ease-out, left 0.3s ease-out;
}

.da_btn .bottom-key-1 {
  height: 1px;
  width: 1.5625rem;
  right: 1.875rem;
  bottom: -1px;
  position: absolute;
  background: #173955;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

.da_btn .bottom-key-2 {
  height: 1px;
  width: 0.625rem;
  right: 0.625rem;
  bottom: -1px;
  position: absolute;
  background: #173955;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

.da_btn:hover {
  color: white;
  background: var(--primary);
  transition: background-color 0.3s ease-in;
}

.da_btn:hover::before {
  width: 0.9375rem;
  background: white;
}

.da_btn:hover .text {
  color: white;
  padding-left: 1.5em;
}

.da_btn:hover .top-key {
  left: -2px;
  width: 0px;
}

.da_btn:hover .bottom-key-1,
.da_btn:hover .bottom-key-2 {
  right: 0;
  width: 0;
}

.modal-content.so-do__modal {
  color: #222;
  border-radius: 8px;
  border: 0;
}

.so-do__modal .modal-header {
  align-items: center;
  justify-content: center;
}

.so-do__modal .modal-header h2 {
  font-size: 1.875rem;
  color: var(--primary);
  text-transform: uppercase;
  font-weight: bold;
}

.so-do__modal .modal-header .close {
  position: absolute;
  right: 20px;
}

.modal-body.so-do__content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pa_wrapper.pa_dauan-tamnhin {
  background-image: url("../images/bg_dauan.jpg");
  background-size: cover;
  padding: 6.25rem 0;
}

.patnn_right {
  display: none;
}

.pa_dau-an {
  padding: 7.25rem 0 15.125rem;
}

.pa_dau-an .pada-content {
  padding-bottom: 6.25rem;
}

.pa_dau-an .pada-content p {
  margin: 0;
  font-size: 1.125rem;
}

.pa_dau-an .slick-dots li.slick-active button {
  border: 1px solid #d35f2e;
  border-radius: 100%;
}

.pa_dau-an .slick-dots li.slick-active button::before {
  color: #d35f2e;
}

.pa_dau-an .slick-dots li button::before {
  color: #b3b3b3;
}

.patnn_right-wrap {
  list-style: none;
  padding: 0;
  margin: 0;
}

.patnn_right-wrap li ._item {
  display: flex;
  align-items: center;
  padding: 18px 30px;
  background: rgba(23, 57, 85, 0.7);
  border: 1px solid rgba(227, 227, 227, 0.5);
  border-radius: 80px;
}

.patnn_right-wrap li ._item img {
  margin-right: 20px;
}

.patnn_right-wrap li ._item ._item-content h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
}

.patnn_right-wrap li ._item ._item-content p {
  margin-bottom: 0;
}

.pada-navslide .slick-track {
  display: flex;
  align-items: center;
  position: relative;
}

.pada-navslide .slick-track::before {
  display: table;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  z-index: 1;
}

.pada-navslide .slick-dots {
  bottom: -3.5rem;
}

.slick-active.slick-center .pada-navslide__year {
  width: 164px;
  height: 164px;
  line-height: 164px;
  background: var(--primary);
  font-size: 2.75rem;
  font-weight: bold;
  border-color: var(--primary);
}

.slick-active.slick-center .pada-navslide__year .da_year {
  line-height: 164px;
}

.pada-navslide__year {
  text-align: center;
  border-radius: 100%;
  margin: 0 auto;
  width: 88px;
  height: 88px;
  line-height: 164px;
  border: 1px solid #fff;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  z-index: 2;
  position: relative;
  background: #173955;
  cursor: pointer;
}

.pada-navslide__year .da_year {
  line-height: 88px;
}

.pada-content__text {
  text-align: center;
}

.pa_wrapper.pa_thanh-tuu {
  background-image: url("../images/bg_thanhtuu.jpg");
  background-size: cover;
  margin-top: 8.125rem;
}

.pa_wrapper.pa_thanh-tuu .da_box-title {
  margin-bottom: 3.125rem;
}

.pa_wrapper.pa_thanh-tuu .da_box-title .da_text {
  color: #222;
}

.patt--item .patt--title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #222;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1.25rem;
}

.patt--item .patt_figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pa_wrapper.pa_trach-nhiem {
  background-image: url("../images/bg-about__news.jpg");
  background-size: cover;
}

.patn-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.patn__item {
  border-radius: 14px 0px 14px 14px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.patn__item a {
  display: flex;
}

.patn_figure_item {
  flex: 0 0 45%;
  max-width: 45%;
  height: 144px;
  overflow: hidden;
  position: relative;
}

.patn__item:first-child {
  height: 100%;
  grid-row-start: 1;
  grid-row-end: 5;
  grid-column-end: 3;
  grid-column-start: 1;
}

.patn__item:first-child a {
  display: flex;
  height: 100%;
}

.patn__item:first-child .patn_figure_item {
  width: 100%;
  max-width: 100%;
  height: 100%;
  flex: 0 0 100%;
}

.patn__item:first-child .patn__item-content {
  position: absolute;
  bottom: 0;
  background: #ffffffe0;
  padding: 18px 20px;
  width: 100%;
}

.patn__item .patn__item-content {
  padding: 12px 14px;
}

.patn__item .patn__item-content .patn-title {
  font-size: 1rem;
  font-weight: bold;
  color: #222;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.patn__item .patn__item-content .patn-desc,
.patn__item .patn__item-content .readMore {
  color: #222;
}

.patn__item:hover .patn__item-content .patn-title {
  color: var(--primary);
}

.patn__item:hover img {
  transform: scale(1.1);
  opacity: 0.8;
  transition: all 0.3s ease-in;
}

.patn__item:hover i {
  padding-left: 15px;
  transition: all .3s;
}

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

.pa_wrapper.pa_khach-hang {
  background: #fff;
  color: #222;
}

.pakh-wrapper {
  flex-wrap: wrap;
}

.pakh-wrapper ._left {
  flex: 0 0 30%;
  max-width: 30%;
}

.pakh-wrapper ._right {
  flex: 0 0 70%;
  max-width: 70%;
  padding-left: 10.5rem;
}

.pakh-wrapper .da_box-title .da_text {
  color: #222;
}

.pakh-wrapper .da_box-title .da_text .big {
  margin-bottom: 5px;
}

.pakh_left_content {
  padding-left: 15px;
}

.pakh_figure-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 120px;
  padding: 15px;
}

.pakh_figure-item img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.pakh_nav {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 2rem;
}

.pakh_nav.mb {
  display: none;
}

.pakh_nav i {
  font-size: 1.25rem;
  color: #6f6f6f;
}

.pakh_nav .btnNext:hover i,
.pakh_nav .btnPre:hover i {
  color: var(--primary);
}

/*#region CONTACT */

.page-content.page-contact {
  padding: 0;
}

.page-contact .wrapper {
  position: relative;
  background: #fff;
  padding: 2.5rem;
  border-radius: 10px;
  margin-top: -7.5rem;
  margin-bottom: 6.25rem;
  z-index: 1;
}

.bg_map {
  margin-top: 5rem;
}

.da_contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5.5rem;
}

.da_contact .da_text {
  color: #222;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}

.dfc_wrapper .dfc_field {
  margin-bottom: 1.125rem;
}

.dfc_wrapper .dfc_field .form-control {
  padding: 13px 15px;
  border: 1px solid rgba(89, 90, 90, 0.5);
  border-radius: 4px;
}

.dfc_wrapper .dfc_field__group {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}

.dfc_wrapper .dfc_field__button {
  position: relative;
  float: left;
  overflow: hidden;
}

.wpcf7 form.sent .wpcf7-response-output {
  overflow: hidden;
  float: left;
  width: 100%;
}

.dfc_wrapper .dfc_field label {
  margin-bottom: 12px;
  font-weight: 500;
}

.dfc_field__button input {
  background: #d35f2e;
  border-radius: 8px 0px 8px 8px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  width: 200px;
  height: 48px;
}

.dc_item {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dc_item__title {
  font-weight: bold;
  font-size: 1.125rem;
  color: var(--primary);
  margin-bottom: 15px;
}

.dc_item--content {
  padding: 0;
}

.dc_item--content li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  color: #222;
}

.dc_item--content li a {
  color: #222;
}

.dc_item--content li a span {
  margin-left: 5px;
}

.dc_item--content li img {
  margin-right: 9px;
}

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

.wpcf7-spinner {
  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%);
  margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none !important;
  text-align: left !important;
  margin: 1rem 0 !important;
  color: #dc3232;
  padding: 0 !important;
}

/*#endregion */
/*#region PAGE LĨNH VỰC */
.page-content.page-field {
  padding: 0;
}

.pf-nav {
  background: #ebebeb;
}

#dynamic_select {

  display: none;
}

.pf-nav .nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.pf-nav .nav .item {}

.pf-nav .nav-link.active {
  color: #fff;
  background: var(--primary);
}

.pf-nav .nav-link {
  text-transform: none;
  color: var(--primary);
  padding: 20px 0;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.tab-content__header {
  font-size: 1.5rem;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  padding: 5rem 0 3.125rem;
}

.pf-content {
  padding: 5rem 0 6.25rem;
}

.pf-content__tab {
  position: relative;
}

.pf-content__tab::before {
  content: "";
  background: #f2f2f2;
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0;
  left: 0;
}

.pf-content__wrap {
  position: relative;
}

.pf-content_figure img {
  width: 66%;
}

.pf-content-wrapper {
  position: relative;
}

.pf-content__text {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 0;
  background: #f8f8f8;
  border-radius: 14px 0px;
  width: 48%;
  padding: 3.125rem;
}

.pf-content__text:hover .readMore a {
  color: var(--primary);
}

.pf-content__text .da_box-title .da_text {
  color: var(--primary);
}

.readMore a {
  display: flex;
  align-items: center;
  color: #222;
  gap: 5px;
}

.wrapper-featured__project {
  padding-bottom: 4.375rem;
}

.da-featured__project ul {
  display: flex;
  flex-wrap: wrap;
  margin: 60px -35px 0;
  padding: 0;
}

.dafp_figure_item {
  margin: 0;
}

.da-featured__project ul li {
  list-style: none;
  width: 33.333%;
  height: 100%;
  float: left;
  display: block;
  padding: 0 35px;
  border-right: 1px solid #dedede;
  margin-bottom: 50px;
}

.dafp_figure_item {
  margin: 0;
  height: 90px;
}

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


.da-featured__project ul li:nth-child(3n) {
  border-right: 0;
}

.dafp_item-title {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: bold;
  margin-top: 20px;
}

.dafp_item-title__sub {
  font-size: 0.875rem;
  color: #6f6f6f;
  margin-top: 6px;
  margin-bottom: 20px;
}

.dafp_item a {
  color: #222;
}

.dafp_item:hover a {
  color: var(--primary);
}

.dafp_item:hover i {
  padding-left: 15px;
  transition: all 0.3s;
}

/*#region PAGE NAVIGATE */

.navigation {
  clear: both;
  text-align: center;
  margin-top: 2rem;
}

.navigation .pages {
  margin-right: 15px;
  border: 0;
  color: #000;
  font-weight: bold;
  padding: 0;
}

.navigation .wp-pagenavi a,
.navigation .wp-pagenavi span {
  margin-left: 0;
}

.navigation a,
.navigation span.current {
  display: inline-block;
  width: 20px;
  text-align: center;
  margin-right: 6px;
  color: #000;
  border: 0;
  font-weight: 500;
}

.navigation a:hover,
.navigation span.current {
  color: #000;
  border-bottom: 2px solid #000;
}

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

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

/*#endregion*/