/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.breamBox {
  min-height: 45px;
  align-items: center;
  display: flex;
  position: relative;
  background-color: rgb(245 245 245);
  width: 100%;
}

.breamBox a {
  color: black;
}

.breadcrumb_last {
  font-weight: bold;
  color: #dba43d;
}
.container,
.container-width,
.full-width .ubermenu-nav,
.row {
  /*max-width: 1170px;*/
}
.nav-uppercase > li > a {
  font-weight: 500;
}
#header .html_topbar_left {
  /* font-size: .95em; */
}
.html_topbar_right {
}
.html_topbar_right ul {
}
.html_topbar_right ul li {
  margin: 0;
  list-style: none;
}
.html_topbar_right ul li a {
  color: white;
}
.button-book {
  position: absolute;
  top: 0px;
  right: 0;
  width: 105px;
  text-align: center;
  background: #a30926;
  height: 113px;
  z-index: 999;
  padding-top: 20px;
  cursor: pointer;
  transform: translate(0px, -73px);
}
.button-book .text-book {
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
.button-book svg path {
  fill: #fff;
}
.button-book a {
  color: #fff;
}
.header-top {
  z-index: 1;
}
.ftInfo {
}
.ftInfo .img {
  margin: 0 !important;
}
.ftInfo .img .img-inner {
}
.ftInfo .img .img-inner img {
  width: auto;
}

.ftList h3 {
  text-transform: uppercase;
  font-size: 0.95em;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.ftList h3::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 2px;
  border-radius: 5px;
  background: white;
  left: 0;
  bottom: 0;
}

.ftList ul {
}

.ftList ul li {
  list-style: none;
  margin: 0 0 0.8em;
}

.ftList ul li a {
  position: relative;
  padding-left: 15px;
  transition: all 500ms;
  font-size: 0.85em;
  font-size: 0.9em;
}

.ftList ul li a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.ftList ul li a:hover {
  padding: 0;
  color: #dba43d;
}

.ftList ul li a:hover::before {
  visibility: hidden;
}
.ftInfo2 {
}

.ftInfo2 h3 {
  text-transform: uppercase;
  font-size: 0.95em;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.ftInfo2 h3::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 2px;
  border-radius: 5px;
  background: white;
  left: 0;
  bottom: 0;
}
.ftInfo2 ul {
}
.ftInfo2 ul li {
  font-size: 0.9em;
}

.ftPost {
}
.ftPost h3 {
  text-transform: uppercase;
  font-size: 0.95em;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.ftPost h3::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 2px;
  border-radius: 5px;
  background: white;
  left: 0;
  bottom: 0;
}
.postHomeHeading {
}
.postHomeHeading h2 {
  /* margin-bottom: 10px; */
  padding-bottom: 10px;
  position: relative;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.postHomeHeading h2::after {
  content: "";
  border-bottom: 3px double #333;
  bottom: 0;

  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 10%;
}
.postList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.postItem {
  border-radius: 8px;
  overflow: hidden;
  padding: 1px;
  background: #dba43d;
  background: linear-gradient(
    267deg,
    rgba(219, 164, 61, 0.65) 0%,
    rgba(219, 164, 61, 1) 50%
  );
}
.postItemThumb {
}

.postItemCover {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.postItemCover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms;
}
.postItemDate {
  display: none;
}
.postItemDate span {
}
.postItemContent {
  padding: 20px;
  background: white;
}
.postItemTitle {
  margin-bottom: 10px;
}
.postItemTitle a {
  color: #000;
  font-size: 1.125em;
  line-height: 28px;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 56px;
  text-align: center;
  font-weight: 600;
}
.postItemDesc {
  text-align: center;
  font-size: 0.95em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 69px;
  margin-bottom: 20px;
}
.postItemReadMore {
  text-align: center;
}
.postItemReadMore a {
  background: #dba43d;
  color: white;
  padding: 6px 16px;
  display: inline-flex;
  border-radius: 5px;
  align-items: center;
  font-weight: 500;
  font-size: 0.95em;
}
.postItem:hover .postItemTitle a {
  color: #dba43d;
}
.postItem:hover .postItemCover img {
  transform: scale(1.1);
}
.postItem:hover .postItemReadMore a {
}
.postItemBackg {
  background: white;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.contactPage {
}
.contactPage ul {
}
.contactPage ul li {
  list-style: none;
  margin: 0 0 0.6em;
}
.contactPage h1 {
}
.postPage {
  padding: 30px 0;
}
.pagePostHeading h1 {
  background: transparent;
  display: block;
  width: auto;
  padding: 0px 30px;
  border-radius: 5px;
  font-size: 1.6em;
  text-transform: uppercase;
  margin: 0px 0 30px;
  color: #dba43d;
  text-align: center;
}
.pagePostDetails {
  padding: 40px 0;
}

.widget {
  border-radius: 5px;
  overflow: hidden;
}

.widget .widget-title {
  background: #dba43d;
  color: white;
  display: block;
  padding: 15px 30px;
}

.widget .widget-title span {
}

.widget .is-divider {
  display: none;
}

.widget ul {
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: white;
}

.widget ul li {
  border: none !important;
}

.widget ul li a {
  border-bottom: 1px dashed #cecaca !important;
  display: block;
  line-height: 18px;
  padding: 10px 24px 10px 5px;
  position: relative;
  margin-bottom: 0;
  color: black;
}

.widget ul li:last-child a {
  border: none;
}
.widget ul li:last-child a {
  border: none !important;
}

.postAsideList {
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: white;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}

.postAsideHomeItem {
  display: flex;
  gap: 10px;
  align-items: center;
}

.postAsideHomeItemThumb {
  height: 60px;
  min-width: 100px;
  max-width: 100px;
  border-radius: 5px;
  overflow: hidden;
}

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

.postAsideHomeItemContent {
}

.postAsideHomeItemTitle {
}

.postAsideHomeItemTitle a {
  color: black;
  font-size: 0.8em;
  font-style: normal;
  /* line-height: normal; */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 500;
}

.postAsideHomeItemDesc {
  display: none;
}

.postAsideHomeItem:hover .postAsideHomeItemTitle a {
  color: #c38c25;
}

.relateHeading h3 {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  font-size: 1.5em;
  color: #c38c25;
  text-transform: uppercase;
}
.signPostHeading {
}
.signPostHeading h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 700;
  color: #333;
  line-height: 34px;
}
.datphongCol {
}
.datphongCol h1 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 20px;
}
.datphongCol h1::after {
  border-bottom: 3px double #333;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 60%;
  max-width: 103px;
}
.cfImage {
}
.cfImage .box-image {
  border-radius: 20px;
  overflow: hidden;
}
.cfImage .box-image .overlay {
  display: none;
}
.cfImage .box-text {
}
.cfImage .box-text {
  position: absolute;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 80%;
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 3;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  font-size: 16px;
  text-shadow: none !important;
}
.cfDatphong .box-text .box-text-inner {
}
.cfDatphong .box-text .box-text-inner p {
}
.cfDatphong {
}
.cfDatphong .wpcf7-form-control-wrap {
}
.cfDatphong .wpcf7-form-control-wrap .wpcf7-form-control {
  box-shadow: none;
  border: none;
  border-radius: 5px;
}
.cfDatphong .wpcf7-form-control-wrap .wpcf7-textarea {
}
.cfDatphong .wpcf7-submit {
  background: #dba43d;
  width: 100%;
  margin: 0;
  border-radius: 5px;
}
.wpcf7-spinner {
  display: none;
}
.html_nav_position_text_top {
  transform: translate(-100px, 0px);
}
.lang-nn a {
  cursor: pointer;
}
.proHomeHeading {
}
.proHomeHeading h2 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 0;
}
.proHomeHeading h2::after {
  border-bottom: 3px double #333;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 125px;
}
.proHomeList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.proItem {
}
.proItemThumb {
  position: relative;
}
.proItemCover {
  position: relative;
  width: 100%;
  padding-top: 65%;
  overflow: hidden;
}
.proItemCover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms;
}
.proItemCover::before {
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  height: 0;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 1;
}
.proItemCover::after {
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  height: 100%;
  transition: all 0.5s ease-in-out 0s;
  width: 0;
  z-index: 1;
}
.proItemContent {
  padding: 5px;
  background: white;
}
.proItemTitle {
  text-align: center;
}
.proItemTitle a {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: unset;
  max-height: 22px;
  margin-bottom: 10px;
  margin-top: 5px;
  text-transform: uppercase;
  color: black;
}

.proItemLine {
  width: 146px;
  height: 37px;
  margin: 0 auto;
  background: url(images/line1.png) no-repeat;
}
.proItemDesc1::before {
  border-bottom: 3px double #333;
  top: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 140px;
}
.proItemDesc1 {
  padding-top: 5px;
  position: relative;
  margin-top: 5px;
}
.proItemGrPrice {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  align-items: center;
}
.proItemGrPrice .proItemPrice {
  color: #dba43d;
  font-weight: 600;
  font-size: 17px;
}
.proItemGrPrice .contact {
}
.proItem:hover .proItemCover img {
  transform: scale(1.1);
}
.proItem:hover .proItemTitle a {
}
.proItem:hover .proItemCover:before {
  opacity: 0;
  height: 100%;
}
.proItem:hover .proItemCover:after {
  opacity: 0;
  width: 100%;
}
.proItemDesc1 {
}
.proItemDesc1 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
  list-style: none;
  max-width: 175px;
  margin: 0 auto;
}
.proItemDesc1 ul li {
  margin: 0;
  font-size: 14px;
}
.proItemBook a {
  padding: 10px 7px;
  background-color: #dba43d;
  border: 1px solid #dba43d;
  color: #fff;
  font-size: 12px;
  transition: all 300ms;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
}
.aboutImage {
}
.aboutImage .img {
  margin: 0 !important;
}
.aboutImage .img .img-inner {
}
.aboutImage .img .img-inner img {
}
.aboutImage .video-button-wrapper {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.aboutImage .video-button-wrapper .open-video {
  background-color: var(--fs-color-primary);
  border-color: var(--fs-color-primary);
  color: #fff;
}
.aboutImage .video-button-wrapper .open-video i {
}
.aboutInfo {
  margin-left: 80px;
  font-size: 14px;
}
.aboutInfo h2 {
}
.aboutInfo h3 {
}
.aboutInfo p {
}
.aboutText1 {
}
.aboutText1 h2 {
}
.aboutText1 h3 {
  font-weight: 500;
  margin-bottom: 0;
}
.title-frame {
  position: relative;
  display: inline-block;
  color: #dba43d;
}
.line-top {
  top: 0;
  height: 5px;
  width: 172px;
  left: 0;
}
.line-right {
  left: 172px;
  width: 5px;
  height: 100%;
}
.line-bottom {
  bottom: 0;
  height: 5px;
  width: 172px;
  left: 0;
}
.line-left {
  left: 0;
  width: 5px;
  height: 100%;
}

.title-frame > span {
  position: absolute;
  content: "";
  background-color: #dba43d;
}
.line-mask {
  width: 5px;
  height: calc(100% - 26px);
  top: 13px;
  z-index: 50;
  left: 172px;
  background-color: #ffffffb8 !important;
}
.title-frame .introduce-title-inner {
  display: inline-block;
  position: relative;
  z-index: 150;
  padding: 11px 0 11px 80px;
}
.title-frame .entry-title {
  display: block;
  margin: 0px 0px;
  color: #000;
}
.aboutReadmore {
  margin-left: 80px;
}
.xCusTab {
}
.xTabText1 {
  color: #f8e1df;
  font-size: 32px;
  text-transform: uppercase;

  padding: 0 20px;
  font-family: initial;
  font-style: italic;
  margin-bottom: 0;
  line-height: 32px;
}
.xTabText2 {
  color: #f8e1df;
  font-size: 32px;
  text-transform: uppercase;
  padding: 0 20px;
  font-family: initial;
  font-style: italic;
  margin-bottom: 0;
  line-height: 32px;
}
.xTabText1 p {
  margin-bottom: 0;
}
.xTabText2 p {
  margin-bottom: 0;
}
.col2TabText .col-inner {
  text-align: left;
  padding: 80px 30px;
  background: rgba(255, 255, 255, 0.6);
  margin: 20px 0;
  margin-top: 45px;
}

.xCusTab {
}
.xCusTab .tabbed-content {
}
.xCusTab .tabbed-content > ul {
  justify-content: center;
}
.xCusTab .tabbed-content > ul > li.tab {
  margin: 0;
}
.xCusTab .tabbed-content > ul > li.tab > a {
  padding: 10px 15px;
  background-color: #eeefed;
}
.xCusTab .tabbed-content > ul > li.tab > a::before {
  /* visibility: hidden; */
  background: #7e5a15;
}
.xCusTab .tabbed-content > ul > li.tab > a > span {
  text-decoration: none;
  display: block;
  padding: 5px 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #323c42;
  text-transform: uppercase;
  margin-bottom: 0;
}
.xCusTab .tabbed-content > ul > li.tab.active {
}
.xCusTab .tabbed-content > ul > li.tab.active > a {
  background: #dba43d;
}
.xCusTab .tabbed-content > ul > li.tab.active > a > span {
  color: white;
}

.home-project-slider .owl-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-indent: -9999px;
  margin: 0;
}

.home-project-slider .owl-prev:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #dba43d;
  transition: 0.4s all;
  transform: rotate(0);
}

.home-project-slider .owl-prev:after {
  content: "";
  position: absolute;
  background: url(images/arrow-left.svg) center no-repeat;
  background-size: 15px;
  width: 25px;
  height: 12px;
}

.home-project-slider .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  text-indent: -9999px;
  margin: 0;
}

.home-project-slider .owl-next:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #dba43d;
  transition: 0.4s all;
  transform: rotate(0);
}

.home-project-slider .owl-next:after {
  content: "";
  position: absolute;
  background: url(images/arrow-right.svg) center no-repeat;
  background-size: 15px;
  width: 25px;
  height: 12px;
}

.home-project-slider .owl-prev:hover:before,
.home-project-slider .owl-next:hover:before {
  transition: 0.4s all;
  transform: rotate(45deg);
}

.home-project-slider-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-project-slider-info p {
  margin-bottom: 0;
  color: #fff;
  padding: 0 25px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 22px;
  max-width: 75%;
}

.owl-item:hover .home-project-slider-info {
  background: #000;
  transition: 0.4s all;
}

.owl-item:hover .home-project-slider-info .btn-1 {
  background: #231f20;
  transition: 0.4s all;
}
.signProHeading {
  margin-top: 20px;
}
.signProHeading h1 {
}

.signProType1 {
}
.signProType1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dba43d;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 5px;
}
.signProType1 ul li {
  list-style: none;
  margin: 0;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 500;
  height: 42px;
  display: flex;
  align-items: center;
}
.signProType1 ul li:nth-child(1) {
  background: url(images/peo1.png) left center no-repeat;
  background-size: 30px;
}
.signProType1 ul li:nth-child(2) {
  background: url(images/peo2.png) left center no-repeat;
  background-size: 30px;
}
.signColForm {
}
.signColForm .col-inner {
  background-color: #d8ddb3;
  padding: 20px 20px 20px 20px;
  border-radius: 15px;
}
.signProMain {
  margin-top: 10px;
}
.signProInfo {
  margin-top: 30px;
}
.signProTypeGroup {
  padding: 8px 0;
}
.signProType2 {
  font-size: 22px;
  color: #a30926;
  font-weight: 500;
  line-height: 28px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #a30926;
}
.signProType3 {
  color: black;
  font-size: 14px;
  text-align: center;
}
.signProContent {
}
.signProContent p {
  font-size: 14px;
}
.proRelateBoxHeading {
}
.proRelateBoxHeading span {
  color: #fff;
  margin-left: 10px;
  font-weight: 500;
  font-size: 18px;
  padding: 0 15px;
  height: 40px;
  border-radius: 10px 10px 0px 0px;
  line-height: 40px;
  background: #dba43d;
  display: inline-block;
}
.proRelateBoxGrid {
  border: 1px solid #dba43d;
  border-radius: 10px;
  padding: 15px;
}
.proRelateBox {
  margin-bottom: 20px;
}
.proRelateBoxGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.proRelateBoxGrid .proItem{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
/*desktop*/
@media only screen and (min-width: 1200px) {
  .top-bar-nav.nav-right {
    padding-right: 116px;
  }
}

@media only screen and (max-width: 48em) {
  .proRelateBoxGrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .proHomeList {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .postList {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .title-frame .introduce-title-inner {
    display: inline-block;
    position: relative;
    z-index: 150;
    padding: 11px 0 11px 20px;
  }
  .aboutInfo {
    margin-left: 20px;
    font-size: 14px;
  }
  .aboutReadmore {
    margin-left: 20px;
  }
}
