:root {
  --primary-color: #e6ac6c;
  --white: #fff;
  --other-color: #d38c3f;
  --text-color: #222;
  --thin: 2px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong{
  font-family: 'Inter', 'Helvetica', sans-serif !important;
  color: #222;
}

h1 {
  font-size: 36px;
  font-weight: 700;
}

h2 {
  font-size: 34px;
  font-weight: 600;
}

p,
a {
  font-size: 16px;
}

.entry-content p,
.page-content p,
.project-archive p,
.category-header p {
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.7;
}

.cs-link-blog li{
  list-style:none !important;
  margin-left: 0em !important;
}
.ul-footer li{
	margin-left: 0em !important;
}
header .header-nav-main li {
  padding: 0 4px;
}

header .header-nav-main .menu-item a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

header.transparent a.nav-top-link {
  color: #fff !important;
}

header .header-nav-main .menu-item.current_page_item a.nav-top-link {
  color: var(--primary-color) !important;
}

.cs-button-white {
  position: relative;
  display: inline-block;
  border-radius: 4px;
  padding: 15px 25px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  transition: color 0.3s ease;
}

.cs-button-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: 0;
  transition: width 0.4s ease;
}

.cs-button-white:hover::before {
  width: 100%;
}

.cs-button-white:hover {
  color: var(--primary-color) !important;
}

.cs-button-white span {
  position: relative;
  z-index: 1;
}

.title_1 {
  font-size: 36px;
  color: #222;
  text-transform: uppercase;
  font-weight: 600 !important;
}

.title_2 {
  font-size: 34px;
  color: #222;
  text-transform: uppercase;
  font-weight: 600 !important;
}

.title_3 {
  font-size: 28px;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
}

.cs_title {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  padding: 10px 0px;
}

.cs_divider {
  background: var(--primary-color);
  height: 10px;
  width: 220px;
  border-radius: 35px 10px;
  content: "";
}

.title_4 {
  color: var(--primary-color);
}

.du-an-meta-info {
  margin-bottom: 10px;
  font-size: 0.9em;
  text-align: left;
}

.du-an-meta-info p,
.du-an-meta-info>p>strong {
  color: #CA883E;
}

.row_blog_home .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  min-height: 2.8em;
}

.row_blog_home .button.is-underline:before {
  left: 0%;
  width: 100%;
  background-color: #CA883E;
}

.page.page-template-page-transparent-header-light div#top-bar {
  background-color: transparent !important;
  border-bottom: 1px solid #ffffff69;
}

.page div#top-bar {
  background: #333333;
}

.header-top .container {
  padding: 10px 0px;
}

#top-bar p {
  color: #fff;
  font-size: 13px;
}

.title_5 {
  font-size: 16px;
  color: #222;
}

.cs_icon1 .col-inner {
  background: #fff;
  border-radius: 10px;
}

.cs_icon1 {
  padding: 10px;
}

.img_radius img {
  border-radius: 8px;
}

.cs_feedback {
  background: #fff;
  padding: 10px;
  border-radius: 8px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 400px;
  max-width: 1200px;
  margin: 20px auto;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.video-wrapper img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}

.video-wrapper:hover img {
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.3s ease;
}

.video-wrapper:hover .overlay {
  background: rgba(0, 0, 0, 0.55);
}

.play-icon {
  font-size: 70px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 30px;
  line-height: 1.05;
  transition: all 0.3s ease;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);

}

.video-wrapper:hover .play-icon {
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1);
}

.overlay .caption {
  margin-top: 15px;
}
.wn-filter.du-an-filter {
  margin-top: 30px;
}

.wn-filter-form {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  justify-content: center;
}

.wn-filter-form select.is-small {
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  min-width: 150px;
  height: 40px;
  box-sizing: border-box;
  cursor: pointer;
}

.reset-button span {
  width: 75px;
}
.wn-filter-form .button.is-small {
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 80px;
  height: 40px;
  line-height: 1.5;
  cursor: pointer;
  box-sizing: border-box;
}

.wn-filter-form .button.primary {
  background-color: var(--primary-color);
  color: #fff;
  border: 1px solid #e6ac6c;
}

.wn-filter-form .button.secondary {
  background-color: #f7f7f7;
  color: #333;
  border: 1px solid #ddd;
}

.wn-filter-form .button:hover {
  opacity: 0.9;
}

.partner_item img {
  height: 300px;
}

.proces_slide2_block .item_proces {
  display: flex;
  justify-content: center;
  margin: 0 -5px;
}

.proces_slide2_block .item_proces .item:nth-child(1),
.proces_slide2_block .item_proces .item:nth-child(2),
.proces_slide2_block .item_proces .item:nth-child(3) {
  transform: translate(-15px);
}

.proces_slide2_block .item_proces .item {
  width: calc(100% / 5 - 12px);
  margin: 0px 6px;
  position: relative;
  float: left;
  text-align: center;
  color: var(--white);
  transition: all 1s ease;
  box-sizing: border-box;
  padding: 50px 0px;
}

.proces_slide2_block .item_proces .item .item_inner {
  position: relative;
}

.proces_slide2_block .item_proces .item .item_inner:before {
  position: absolute;
  left: 0px;
  width: 30%;
  background-color: var(--white);
  height: 100%;
  content: '';
  top: 0px;
  z-index: 1;
}

.proces_slide2_block .item_proces .item:first-child .number_title {
  left: 15px;
}

.proces_slide2_block .item_proces .item:nth-child(1) .number_title,
.proces_slide2_block .item_proces .item:nth-child(2) .number_title,
.proces_slide2_block .item_proces .item:nth-child(3) .number_title,
.proces_slide2_block .item_proces .item:nth-child(4) .number_title,
.proces_slide2_block .item_proces .item:nth-child(5) .number_title {
  color: var(--primary-color);
}

.proces_slide2_block .item_proces .item:nth-child(3) .number_title {
  color: var(--primary-color);
}

.proces_slide2_block .item_proces .item .number_title {
  font-size: 200px;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translate(0px, -50%);
  color: var(--other-color);
  font-weight: 700;
  z-index: 1;
  line-height: 1.1;
}

.proces_slide2_block .item_proces .item .wrapper_title {
  width: 260px;
  height: 260px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 30%;
  box-sizing: border-box;
  padding-right: 20px;
  text-align: left;
  max-width: 100%;
  position: relative;
  background: #dac29e;
}

.proces_slide2_block .item_proces .item .wrapper_title:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--white);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: '';
  border-radius: 50%;
  box-sizing: border-box;
}

.proces_slide2_block .item_proces .item .item_in_title {
  height: 80%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  position: relative;
  z-index: 1;
  border-radius: 0px 50% 50% 0px;
}

.proces_slide2_block .item_proces .item .wrapper_title .item_title {
  position: relative;
  z-index: 1;
  background: var(--white);
  border-radius: 0px 50% 50% 0px;
  padding-left: 20px;
}

.proces_slide2_block .item_proces .item .col-3-icon {
  width: 100%;
  position: relative;
}

.proces_slide2_block .item_proces .item .icon svg {
  width: 40px;
  height: 40px;
  fill: #000;
}

.proces_slide2_block .item_proces .item .col-3-content p {
  font-size: 13px;
  color: #000;
  line-height: 1.3;
  padding-right: 15px;
}

.proces_slide2_block .item_proces .item .col-3-title {
  line-height: 1.5em;
  font-size: 20px;
  margin-top: 5px;
  padding-bottom: 7px;
  margin-bottom: 0px;
  position: relative;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}

.proces_slide2_block .item_proces .item:after {
  position: absolute;
  top: 0px;
  height: 375px;
  width: 24px;
  background-image: url(/wp-content/uploads/2025/10/css_shadow.png);
  left: calc(30% - 24px);
  content: '';
  background-size: contain;
  z-index: 1;
}

.ss_footer span,
.ss_footer i {
  color: var(--white);
}

.ss_footer a:hover span,
.ss_footer a:hover i {
  color: var(--primary-color);
}

header .nav-dropdown {
  color: #000;
}
.box-border-right::before {
  position: absolute;
  content: "";
  width: 212px;
  height: 280px;
  top: -20px;
  right: -10px;
  background: var(--primary-color);
  border-radius: 20px;
  z-index: -10;
  animation: slideIn 1s ease-out 0.5s forwards;
}

.cs-box-border .box-border-left::before {
  position: absolute;
  content: "";
  width: 212px;
  height: 280px;
  bottom: -35px;
  left: -40px;
  background: var(--primary-color);
  border-radius: 20px;
  opacity: 0.9;
  z-index: 0;
  animation: slideIn 1s ease-out 0.5s forwards;
}

.cs-box-border img {
  border-radius: 10px;
}

.cs_map iframe {
  border-radius: 20px;
}

.cs_breadcrumb span {
  color: var(--primary-color);
}

/*form contact*/
form.wpcf7-form {
  margin-bottom: 0px !important;
}

.tranglienhe {
  border-radius: 8px;
  opacity: 1;
  background: #FFFFFF;
  border: 1px solid #E1E4ED;
  box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
  padding: 32px;
}

.tranglienhe .wpcf7-spinner {
  width: 100%;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}

.hoten {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.ddd {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  color: #343234;
  margin-bottom: 10px;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.inputnhap input {
  border-radius: 6px;
  opacity: 1;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #F1F3F7;
  box-shadow: 0px 1px 4px 0px rgba(25, 33, 61, 0.08);
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0em;
  color: #343234;
  height: 56px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}

.lienhengaysds {
  border-radius: 4px !important;
  text-align: right;
  margin-top: 20px;
}

.sub-lienhe {
  display: flex;
  justify-items: end;
}

.cs-link-blog {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.tranglienhe .btn.lienhengaysds {
  display: flex;
  justify-content: flex-end;
  /* căn phải */
  margin-top: 15px;
}

.tranglienhe .sub-lienhe {
  background-color: #000;
  color: #fff;
  padding: 12px 30px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-right: 0px;
}

.tranglienhe .sub-lienhe:hover {
  background-color: #333;
}

.tranglienhe select {
  color: #333;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.tranglienhe select:hover {
  border-color: var(--primary-color);
}

.tranglienhe select:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.2);
}

.pagination,
ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.pagination a,
.pagination span,
ul.page-numbers a,
ul.page-numbers span {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}
.pagination a:hover,
ul.page-numbers a:hover {
  background-color: #222;
  color: #fff;
  border-color: #222;
}

.pagination .current,
ul.page-numbers .current {
  background-color: #b48b57; 
  color: #fff;
  border-color: #b48b57;
  font-weight: 600;
  cursor: default;
}

.pagination .next,
ul.page-numbers .next {
  padding: 0 14px;
  font-size: 15px;
  border-radius: 8px;
}

.pagination .next:hover,
ul.page-numbers .next:hover {
  background-color: #b48b57;
  color: #fff;
  border-color: #b48b57;
}

    
.cs-link-blog li {
  padding: 5px 20px;
  border-radius: 4px;
  border: 1px solid var(--text-color);
  list-style:none;
}
.cs-link-blog li:hover{
	border:none;
}
.cs-link-blog a {
  color: var(--text-color);
  font-weight: 550;
}

.cs-link-blog li:hover {
  background: var(--primary-color);
}

.cs-link-blog li:hover a {
  color: var(--white);
}

/* home dịch vụ */
.row_dichvu .col {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.row_dichvu .box {
  background: #fff;
  border-radius: 10px;
  /*overflow: hidden;*/
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
}

.row_dichvu .box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.row_dichvu .box-image img {
  transition: transform 0.4s ease;
  border-bottom: 1px solid #eee;
}

.row_dichvu .box:hover .box-image img {
  transform: scale(1.05);
}

.img-creative {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

/* Hình ảnh bên trong */
.img-creative .img-inner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), filter 0.5s ease;
}

.img-creative:hover {
  transform: translateY(-8px);
}

.img-creative:hover .img-inner img {
  transform: scale(1.05);
  filter: brightness(1.1);
}

/* Hiệu ứng ánh sáng quét */
.img-creative::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  pointer-events: none;
  z-index: 2;
}

.img-creative:hover::before {
  animation: shine 1.2s ease-in-out;
}

/* Keyframes ánh sáng quét */
@keyframes shine {
  0% {
    left: -100%;
  }

  100% {
    left: 120%;
  }
}

@media (max-width: 1300px) {
  .proces_slide2_block .content_proces {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .proces_slide2_block .item_proces {
    flex-wrap: nowrap;
  }
}

@media (max-width: 800px) {
  .proces_slide2_block .item_proces .item .wrapper_title .item_title {
    padding-left: 10px;
  }

  .proces_slide2_block .item_proces {
    padding-top: 30px;
  }
}

@media (max-width: 700px) {
  .proces_slide2_block .item_proces .item {
    width: calc(100% / 2 - 10px);
    margin: 0 5px;
    margin-bottom: 25px;
    padding: 40px 0px 35px;
  }

  .proces_slide2_block .item_proces .item .number_title {
    font-size: 170px;
  }

  .proces_slide2_block .item_proces .item .icon svg {
    width: 35px;
    height: 35px;
  }

  .proces_slide2_block .item_proces .item .col-3-title {
    font-size: 18px;
    padding-bottom: 5px;
  }
}

@media (max-width: 600px) {
  .proces_slide2_block .item_proces {
    padding-top: 10px;
  }

  .proces_slide2_block .item_proces .item .item_inner:before {
    width: 25%;
  }

  .proces_slide2_block .item_proces .item:first-child .number_title {
    left: 7px;
  }
}

@media (max-width: 450px) {
  .proces_slide2_block .item_proces .item {
    margin-bottom: 15px;
    padding: 25px 0px 25px;
  }

  .proces_slide2_block .item_proces .item .wrapper_title {
    padding-left: 25%;
    width: 218px;
    height: 218px;
  }
}

/* Responsive: khi màn hình nhỏ hơn 768px */
@media (max-width: 768px) {
  .wn-filter-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .wn-filter-form select.is-small,
  .wn-filter-form .button.is-small {
    min-width: 120px;
    font-size: 12px;
    height: 36px;
  }

  .cate_duan {
    justify-content: flex-start;
    gap: 8px;
  }

  .cate_duan .wn-du-an-filter-btn {
    font-size: 14px;
    padding: 2px 10px;
  }
}

/* Responsive: khi màn hình nhỏ hơn 549px */
@media (max-width: 549px) {
  p {
    font-size: 14px;
  }

  .title_3 {
    font-size: 18px;
  }

  .title_2 {
    font-size: 24px;
  }

  .title_1 {
    font-size: 28px;
  }

  .price-table th,
  .price-table td {
    padding: 10px;
    font-size: 13px;
  }

  .blog1 h5.post-title a {
    font-size: 17px;
    color: #222;
  }

  .blog1 .post-meta {
    font-size: 13px;
  }

  .blog1 .col-inner .box-text {
    padding: 18px;
  }

  .blog1 .box-image img {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 10px;
  }

  .text .title_2 {
    font-size: 24px;
  }

  .cs_title {
    text-align: center;
    align-items: center;
  }

  .ss_1 .row_dichvu .box-text.text-center {
    padding-left: 2px;
    padding-right: 2px;
  }

  .cs-link-blog {
    display: flex;
    flex-wrap: nowrap;
    /* không xuống dòng */
    overflow-x: auto;
    /* bật scroll ngang */
    -webkit-overflow-scrolling: touch;
    /* cuộn mượt trên iOS */
    gap: 8px;
    padding: 8px 0;
    margin: 0;
    list-style: none;
    scroll-snap-type: x mandatory;
  }

  .cs-link-blog li {
    flex: 0 0 auto;
    /* giữ kích thước theo nội dung */
    scroll-snap-align: start;
  }

  .cs-link-blog a {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background-color: #f5f5f5;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    white-space: nowrap;
  }

  .cs-link-blog a:hover {
    background-color: #e8e8e8;
  }

  .cs-header-blog .col-inner .cs-title-blog {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .cs-header-blog .col.medium-3.small-12.large-3 {
    padding-bottom: 0px;
  }




}

/* Responsive: khi màn hình nhỏ hơn 480px */
@media (max-width: 480px) {
  .wn-filter-form {
    flex-direction: column;
    /* Xếp dọc trên màn hình rất nhỏ */
    align-items: stretch;
    Synod
  }

  .wn-filter-form select.is-small,
  .wn-filter-form .button.is-small {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* --- Khối item cơ bản --- */
.item_proces .item .box {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 30px 25px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  overflow: hidden;
}

.item_proces .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.25) 100%);
  transform: skewX(-25deg);
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none;
}

.item_proces .item:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.item_proces .item:hover::before {
  opacity: 1;
  animation: shine 1.2s ease-in-out;
}

@keyframes shine {
  0% {
    left: -75%;
  }

  100% {
    left: 125%;
  }
}

.item_proces .item:hover .col-3-icon svg {
  transform: scale(1.15);
  fill: #d38c3f;
  transition: all 0.4s ease;
}

.item_proces .item:hover .col-3-title {
  color: #d38c3f;
  letter-spacing: 0.3px;
}

.item_proces .item:hover .col-3-content {
  color: #d38c3f;
}

/* ==== CARD DỰ ÁN CHUNG ==== */
.row_du_an .post-item .col-inner {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  min-height: 400px;
  height: 100%;
}

.row_du_an .post-itme .box {
  min-height: 300px;
  height: 200px;
}

/* ==== ẢNH DỰ ÁN ==== */
.row_du_an .post-item .box-image {
  overflow: hidden;
  border-radius: 14px 14px 0 0;
  position: relative;
}

.row_du_an .post-item .box-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

/* ==== HIỆU ỨNG HOVER ==== */
.row_du_an .post-item:hover .col-inner {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.row_du_an .post-item:hover .box-image img {
  transform: scale(1.08);
  filter: brightness(1.1);
}

/* ==== TIÊU ĐỀ ==== */
.row_du_an .post-item .post-title a {
  color: #222;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.row_du_an .post-item:hover .post-title a {
  color: #e6ac6c;
}

/* ==== META INFO ==== */
.row_du_an .du-an-meta-info {
  color: #555;
}
.row_du_an .box-text {
  padding: 10px;
}
.row_du_an .du-an-meta-info p {
  margin: 4px 0;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  text-align: justify;
}

.row_du_an .du-an-meta-info i {
  color: #e6ac6c;
  transition: color 0.3s ease;
}

.row_du_an .post-item:hover .du-an-meta-info i {
  color: #d38c3f;
  /* Màu hover đậm hơn */
}

/* ==== Divider ==== */
.row_du_an .is-divider {
  width: 40px;
  height: 3px;
  background-color: #e6ac6c;
  border-radius: 3px;
  margin: 10px 0;
  transition: width 0.4s ease;
}

.row_du_an .post-item:hover .is-divider {
  width: 60px;
}

/*blog vertical 1*/
.blog1 .col-inner,
.row_blog_home .col-inner {
  background: var(--white);
  border-radius: 10px; 
}
.blog1 .col-inner{
box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.08);
}
.blog1 img {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.blog1 .post-title a {
  font-size: 28px;
  color: var(--primary-color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}

.blog1 .col-inner .button.is-underline {
  font-size: 14px;
}

/*row blog home*/
.row_blog_home .post-title a {
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Giới hạn 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row_blog_home .box-text {
  padding: 5px 10px;
}

.row_blog_home .col-inner {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.row_blog_home .col-inner:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.row_blog_home .col-inner .box-image {
  position: relative;
  overflow: hidden;
}

.row_blog_home .col-inner .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.4s ease;
}

.row_blog_home .col-inner:hover .box-image img {
  transform: scale(1.08);
  filter: brightness(1.05);
}

.row_blog_home .col-inner .box-text {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.row_blog_home .col-inner .post-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

.row_blog_home .col-inner .post-title a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* hiển thị tối đa 2 dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row_blog_home .col-inner .post-title a:hover {
  color: #e6ac6c;
}

/* Meta (ngày tháng) */
.row_blog_home .col-inner .post-meta {
  font-size: 13px;
  color: #999;
  margin-bottom: 10px;
}

/* Divider */
.row_blog_home .col-inner .is-divider {
  width: 40px;
  height: 3px;
  background: #e6ac6c;
  border: none;
  margin: 10px 0 15px;
  border-radius: 2px;
}

/* Excerpt */
.row_blog_home .col-inner .from_the_blog_excerpt {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Read more / Button */
.row_blog_home .col-inner .button.is-underline {
  align-self: flex-start;
  color: #e6ac6c;
  font-weight: 600;
  font-size: 14px;
  border: none;
  background: transparent;
  position: relative;
  transition: all 0.3s ease;
}

.row_blog_home .col-inner .button.is-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background: #e6ac6c;
  transition: width 0.3s ease;
}

.row_blog_home .col-inner .button.is-underline:hover::after {
  width: 100%;
}

.row_blog_home .col-inner .button.is-underline:hover {
  color: #c58c4c;
}

.partner_item .box {
  border-radius: 8px;
}

.blog1 .button.is-underline:before {
  left: 0%;
  width: 100%;
}

/* Responsive */
@media (max-width: 991px) {
  .row_blog_home .col-inner .post-title {
    font-size: 18px;
  }

  .row_blog_home .col-inner .box-text {
    padding: 18px;
  }
}

@media (max-width: 576px) {
  .row_blog_home .col-inner {
    border-radius: 8px;
  }

  .row_blog_home .col-inner .post-title {
    font-size: 17px;
  }
}

.pagination-wrapper {
  margin-top: 40px;
  text-align: center;
}

.pagination-wrapper .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  transition: all 0.2s ease;
}

.pagination-wrapper .page-numbers:hover,
.pagination-wrapper .page-numbers.current {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.breadcrumb-wrapper {
  background: #f8f8f8;
  padding: 12px 0px;
  border-radius: 6px;
}

#breadcrumbs,
.breadcrumbs {
  margin: 0;
  font-size: 15px;
}

#breadcrumbs a,
.breadcrumbs a {
  color: var(--primary-color);
  text-decoration: none;
}

#breadcrumbs a:hover,
.breadcrumbs a:hover {
  color: #e6ac6c;
  text-decoration: underline;
}

.cs-header-blog .cs-title-blog {
  display: flex;
  align-items: center;
  color: var(--text-color);
  margin-top: -10px;
}

.row_dichvu .cs_top_title {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  padding: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: 550;
  color: var(--primary-color);
  margin-bottom: -10px;
}

.table-wrap {
  overflow-x: auto;
  margin: 20px 0;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.price-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 800px;
  font-family: "Segoe UI", Roboto, sans-serif;
  background: #fff;
}

.price-table th,
.price-table td {
  padding: 12px 14px;
  border: 1px solid #e5e5e5;
  text-align: center;
}

.price-table thead th {
  background: #2f3d4a;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.price-table thead .subhead th {
  background: #3f4f5d;
  font-weight: 500;
  font-size: 14px;
}

.price-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.price-table tbody tr:hover {
  background-color: #f1f7ff;
  transition: background-color 0.2s ease-in-out;
}

.price-table td.col-type {
  text-align: left;
  font-weight: 500;
  color: #333;
}

.price-table td.num {
  text-align: right;
  font-variant-numeric: tabular-nums;
  color: #555;
}

.price-table .group-title {
  background-color: #2f3d4a;
}

.price-table small {
  display: block;
  font-size: 12px;
  color: #ccc;
  font-weight: 400;
}

.ss_1 .cs_left_title {
  margin: 0;
  text-align: 0px;
}

.partner_item .box.partner_box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  background: #fff;
  height: 100%;
}

.partner_item .box.partner_box:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.partner_item .box-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.partner_item .image-overlay-add {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
}

.partner_item .box-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
  border-radius: 12px;
}

/* CHỈ ZOOM ẢNH KHI HOVER VÀO KHỐI ẢNH */
.partner_item .image-overlay-add:hover img {
  transform: scale(1.1);
}

/* === OVERLAY NỀN TỐI (LUÔN HIỆN) === */
.partner_item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  border-radius: 12px;
  pointer-events: none;
  z-index: 1;
}

.partner_item .box-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 20px;
  color: #fff;
  z-index: 2;
  pointer-events: none;
  border-radius: 0 0 12px 12px;
}

.partner_item .box-text h5 {
  margin: 0 0 6px 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.partner_item .box-text p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.5;
  color: #f0f0f0;
  opacity: 0.95;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .partner_item .box-image img {
    height: 200px;
  }

  .partner_item .box-text {
    padding: 16px;
  }

  .partner_item .box-text h5 {
    font-size: 15px;
  }

  .partner_item .box-text p {
    font-size: 13.5px;
    -webkit-line-clamp: 1;
  }
}

.category-header {
  padding: 20px 0px;
  color: #222;
}
.single-du_an main,.single-post main{
 margin-bottom:50px;
}
.single-du_an .blog_duan {
  background: var(--white);
}

.blog_duan h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #222;
  padding: 15px 0px;
}

.cate_duan {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap: 10px;
  margin: 30px 0;
  padding: 0;
}

.cate_duan .wn-du-an-filter-btn {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 30px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
}

.cate_duan .wn-du-an-filter-btn:hover {
  border-color: var(--primary-color);
  transform: translateY(-2px);
}

.cate_duan .wn-du-an-filter-btn.active,
.cate_duan .wn-du-an-filter-btn:focus {
  border-color: var(--primary-color);
}

.blog1 .box-blog-post .is-divider {
  background: var(--primary-color);
}

.right-col .col-inner {
  position: relative;
  /* cần để định vị pseudo-element */
  overflow: visible;
  /* để hiển thị phần tròn ra ngoài */
}

/* Hình tròn lớn */
.right-col .col-inner::before {
  content: "";
  position: absolute;
  bottom: -120px;
  right: -30px;
  width: 220px;
  height: 220px;
  background: rgb(26 26 26);
  border-radius: 50%;
  z-index: 1;
}

/* Hình tròn nhỏ (đè lên hình tròn lớn) */
.right-col .col-inner::after {
  content: "";
  position: absolute;
  bottom: 40px;
  right: 80px;
  width: 120px;
  height: 120px;
  background: rgb(72 72 72 / 50%);
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.title_4 {
  font-weight: 600;
}

#baogia1.lightbox-content {
  border-radius: 20px;
}

.echbay-sms-messenger {
  text-align: center;
  position: fixed;
  right: 20px;
  bottom: 70px;
  z-index: 999;
  display: block;
  width: 55px;
}

.echbay-sms-messenger a {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  color: transparent;
  text-decoration: none;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.echbay-sms-messenger div {
  margin: 14px 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 0 3px 10px #888;
  cursor: pointer;
  background-color: #0084FF;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  transform-origin: center;
  transition: all 0.3s ease;
  animation: shake 0.9s infinite;
}

.echbay-sms-messenger .phonering-alo-zalo {
  background-image: url(/wp-content/uploads/2025/10/zalo.webp);
  background-color: #00a0e9;
}
.echbay-sms-messenger .phonering-alo-messenger {
  background-image: url(/wp-content/uploads/2025/10/messenger.png);
  background-color: #0084FF;
}
.echbay-sms-messenger .phonering-alo-fb{
    background-image: url(/wp-content/uploads/2025/11/2023_Facebook_icon.svg.webp);
  background-color: #0a66ff;
}

.echbay-sms-messenger a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.echbay-sms-messenger a:hover::after {
  opacity: 1;
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(10deg);
  }

  20% {
    transform: rotate(-10deg);
  }

  30% {
    transform: rotate(10deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(5deg);
  }

  60% {
    transform: rotate(-5deg);
  }

  70% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  90% {
    transform: rotate(2deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.contact-info p {
  font-size: 14px;
}