#header .header-bg-image {
  background-color: #f2eeea;
}
#header .header-bg-color {
  background: url(/wp-content/uploads/2024/11/bg-bong-sen.png);
  background-repeat: no-repeat;
  background-size: 400px;
  background-position: top center;
}

.nav.header-nav > li {
  margin: 0 25px;
}
.nav.header-nav > li a {
  text-transform: uppercase;
}

.banner p,
.banner h1 {
  margin-top: 0;
}

.wn-main-banner p,
.wn-main-banner h1 {
  margin-bottom: 15px;
}

.wn-title h2 {
  font-weight: 500;
  margin-bottom: 10px;
}
.wn-title::after {
  content: "";
  display: block;
  width: 300px;
  height: 30px;
  background: url(/wp-content/uploads/2024/11/title-line.png) no-repeat center
    center;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 20px;
}

.wn-button {
  display: inline-block;
}
.wn-button a {
  background-color: var(--primary-color);
  padding: 10px 40px;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: white;
}
.wn-button a:hover {
  color: white;
}

.wn-sec-thong-diep .section-bg img {
  object-fit: contain;
  padding: 50px;
}
.wn-sec-thong-diep .col:first-child .col-inner {
  position: relative;
}
.wn-sec-thong-diep .wn-thong-diep-gradient {
  border-radius: 17px;
  background: rgba(244, 240, 236, 0.9);
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
  width: 330px;
  position: absolute;
  bottom: -60px;
  padding: 40px;
  right: -50px;
}
.wn-sec-thong-diep .col:last-child {
  text-align: right;
}
.wn-sec-thong-diep .col:last-child p,
.wn-sec-thong-diep .col:last-child h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.wn-sec-dich-vu .box-image {
  width: 100%;
}
.wn-sec-dich-vu .box-image img {
  border-radius: 15px;
}
.wn-sec-dich-vu .col-inner > .box {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wn-sec-dich-vu .col-inner > .box .image-cover {
  padding-top: 0 !important;
}
.wn-sec-dich-vu .col-inner > .box .image-cover img {
  position: relative;
  aspect-ratio: 16/11;
  object-fit: cover;
}
.wn-sec-dich-vu .col-inner > .box .box-text {
  flex: 1;
}
.wn-sec-dich-vu .col-inner > .box .box-text-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wn-sec-dich-vu .col-inner > .box .box-text-inner p {
  margin-bottom: 15px;
}
.wn-sec-dich-vu .col-inner > .box .box-text-inner .wn-button {
  margin-top: auto;
}

.wn-ttlh-wrapper {
  background: rgba(236, 229, 223, 0.8);
  padding: 60px;
}
.wn-ttlh-wrapper .wpcf7-form {
  margin-bottom: 0;
}
.wn-ttlh-wrapper input[type="text"],
.wn-ttlh-wrapper input[type="tel"],
.wn-ttlh-wrapper input[type="email"],
.wn-ttlh-wrapper textarea {
  margin-bottom: 0;
  border: 1px solid #c09769 !important;
  background: #f4f0ec !important;
}
.wn-ttlh-wrapper input[type="submit"] {
  margin: 0 !important;
  width: 100%;
}
.wn-ttlh-wrapper .wpcf7-spinner {
  display: none;
}

.wn-map {
  position: relative;
  z-index: 9;
}
.wn-map-wrapper {
  margin-top: -100px;
  border: 10px solid #e5a32c;
  border-radius: 10px;
}

.wn-lien-he .section-bg img {
  object-fit: contain;
  height: 60%;
  top: 10%;
}

.wn-blog .col-inner {
  height: 100%;
}
.wn-blog .box {
  height: 100%;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}
.wn-blog .box img {
  border-radius: 10px;
}
.wn-blog .post-title {
  margin-bottom: 15px;
}
.wn-blog .post-title a {
  color: var(--fs-color-primary);
  text-transform: uppercase;
}
.wn-blog .is-divider {
  display: none;
}
.wn-blog .box-text-inner {
  text-align: right;
}
.wn-blog .box-text-inner > .button {
  margin-right: 0;
  font-weight: 400;
  text-decoration: underline;
  color: var(--fs-color-secondary);
}
.wn-blog .post-title,
.wn-blog .from_the_blog_excerpt {
  text-align: left;
}

.main-swiper {
  margin-bottom: 15px;
}
.main-swiper img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.thumbnail-swiper img {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.lightbox-preview {
  padding: 0 !important;
}
.lightbox-preview img {
  width: 100%;
}
.swiper-button-next,
.swiper-button-prev {
  color: var(--fs-color-primary) !important;
}

.rank-math-breadcrumb .separator {
  margin: 0 10px;
}

.nav .nav-dropdown .menu-item:hover {
  background-color: var(--fs-color-primary);
}

#footer .back-to-top {
  margin: 0 !important;
  background-color: var(--fs-color-primary) !important;
  border: none !important;
  border-radius: 10px !important;
  display: block !important;
}

#footer .back-to-top .icon-angle-up {
  font-size: 2rem;
  color: white;
}

/* GIOI THIEU PAGE */
.wn-gt-thong-diep .section-bg img {
  object-fit: contain;
  object-position: calc(50% + 400px) 50% !important;
}

/* GALLERY PAGE */
.gallery-swiper {
  padding: 60px 0;
}
.gallery-swiper .swiper-slide-active {
  transform: scale(1.5);
  z-index: 1;
}
.gallery-swiper .swiper-button-prev {
  background-color: var(--fs-color-primary);
  color: white !important;
  left: 22%;
}
.gallery-swiper .swiper-button-prev::after {
  font-size: 25px;
  font-weight: bold;
}
.gallery-swiper .swiper-button-next {
  background-color: var(--fs-color-primary);
  color: white !important;
  right: 22%;
}
.gallery-swiper .swiper-button-next::after {
  font-size: 25px;
  font-weight: bold;
}

/* LIEN HE PAGE */
.wn-lh-map .section-bg img {
  object-fit: contain;
  object-position: calc(50% - 700px) 50% !important;
}

.wn-lh-ttlh-wrapper {
  padding: 0px;
}
.wn-lh-ttlh-wrapper .wpcf7-form {
  margin-bottom: 0;
}
.wn-lh-ttlh-wrapper input[type="text"],
.wn-lh-ttlh-wrapper input[type="tel"],
.wn-lh-ttlh-wrapper input[type="email"],
.wn-lh-ttlh-wrapper textarea {
  margin-bottom: 0;
  border: 1px solid #c09769 !important;
  background: #f4f0ec !important;
}
.wn-lh-ttlh-wrapper input[type="submit"] {
  margin: 0 !important;
  width: 100%;
}
.wn-lh-ttlh-wrapper .wpcf7-spinner {
  display: none;
}

/* TIN TUC PAGE */
#wn-sort-posts-form {
	margin-top: -60px;
}
#wn-sort-posts-form #sort {
	width: 250px;
	margin-left: auto;
}

body.blog .box {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}
body.blog .box-text-inner {
  text-align: right;
}
body.blog .box .post-title {
  color: var(--fs-color-primary);
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 10px;
  text-align: left;
}
body.blog .box .is-divider {
  display: none;
}
body.blog .box p {
  text-align: left;
}
body.blog .box a.button {
  margin-right: 0;
  text-decoration: underline;
}

body.single .article-inner {
  padding: 40px;
  background-color: white;
  border-radius: 10px;
}

#related_posts .col {
  float: left;
  margin-left: 0;
  list-style: none;
}
.relatedcontent h3 {
  font-size: 16px;
  margin-top: 7px;
}
.relatedthumb img {
  height: 100%;
  max-height: 165px;
}
#related_posts {
  padding-top: 20px;
}
.relatedthumb img {
  object-fit: cover;
  height: 200px;
  max-height: inherit;
}

.wn-blog-cf7 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/wp-content/uploads/2024/11/lien-he-bg-large.png);
  background-size: cover;
  border-radius: 10px;
  padding: 30px !important;
  text-align: center;
}
.wn-blog-cf7 form, .wn-blog-cf7 input, .wn-blog-cf7 textarea {
  margin-bottom: 0;
}
.wn-blog-cf7 .wpcf7-spinner {
  display: none;
}
.wn-blog-cf7 .wpcf7-submit {
  width: 100%;
}

.single #secondary {
  position: sticky;
  position: -webkit-sticky;
  top: 180px;
}

#footer .absolute-footer {
  display: none;
}
#footer .section-bg img {
  object-fit: contain;
}

.wn-product-gallery .box-text {
  padding: 5px !important;
}

.wn-product-gallery p {
  color: black;
  height: 50px;
  display: flex;
  align-items: center;
  text-align: center;
}