/*      Home        */
#primary,
#content,
.content-box {
  float: left;
  width: 100%;
}

.title-bottom {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  text-align: center;
}

.title-bottom .title-bottom-border {
  width: 100px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border-top: 1px solid #e1e1e1;
}

.title-bottom .title-bottom-center {
  color: #efa697;
  display: inline-block;
  font-size: 15px;
  margin: 0 10px;
}

.inner-service-check-content h2,
.about-us-left h2,
.row-service .title h2,
.row-room-2 h2,
.row-room-3 h2 {
  font-size: 28px;
}

.img-blog img {
  height: 230px !important;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.about-us-left .about-us-left-content p,
.inner-service-check-content p,
.inner-service-content .service-desc p {
  padding-top: 0.7em;
  padding-bottom: 1.3em;
  color: #268ac3;
}

.inner-service-content .service-desc p a,
.about-us-left .about-us-left-content p a,
.inner-service-check-content p a,
.row-blog .blog-ct-over a.bt-view-p {
  color: #666;
  border-bottom: 1px solid #222;
  text-transform: uppercase;
  font-weight: 600;
}

.row-service .service-desc p a:hover,
.about-us-left .about-us-left-content p a:hover,
.inner-service-check-content p a:hover,
.row-blog .blog-ct-over a.bt-view-p:hover {
  color: #000;
}

.title h2.title-all {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  display: inline-block;
}

.row-service-check .title,
.row-team .title,
.row-blog .title {
  text-align: center;
  padding: 0px 0 40px;
}

/* row-about-us */
.row-about-us {
  padding: 40px 0 40px 0;
  background: #eeca75;
}
.about-box {
  display: flex;
  height: 456px;
}
.about-us-left {
  width: 50%;
  padding: 40px;
  z-index: 2;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.15);
  border-radius: 10px 0 0 10px;
}

.about-us-left h2 {
  line-height: 1.4;
  font-weight: 600;
}

.about-us-left .about-us-left-content {
  margin-top: 20px;
}

.about-us-right {
  width: 50%;
  height: 100%;
  height: 100%;
}
.about-us-right-img {
  width: 100%;
  height: 100%;
}
.about-us-right-img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 0 10px 10px 0;
}
.team-info h4 {
  display: none;
}

.thanh-vien {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* row-bg-rom */
.row-bg-rom {
  display: none;
  background-attachment: fixed;
  background-size: cover;
  padding: 250px 0;
  position: relative;
  z-index: 2;
}

.row-bg-rom:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.row-bg-rom h3,
.row-room-2 h3,
.row-room-3 h3 {
  color: #eeca75;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}

.room-3-p p {
  padding-top: 0.7em;
  font-size: 20px;
  padding-bottom: 1.3em;
}

/* row-service */
.row-service {
  padding-bottom: 50px;
  background: #eeca75;
}

.row-service .title {
  text-align: center;
  padding: 40px 0 40px 0;
}

.service-duan {
  display: flex;
  flex-wrap: wrap;
}

.row-service .title .sub {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999999;
  font-weight: 600;
}

.service-content-col {
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  width: 30.66%;
  -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  float: left;
  border-bottom: 3px solid #fff;
  border-radius: 10px;
  background: #ffffff;
  margin-right: 4%;
  margin-bottom: 20px;
  height: -webkit-fill-available;
}

.service-content-col:nth-child(3n) {
  margin-right: 0;
}

.service-content-col:nth-child(3n + 1) {
  clear: both;
}

.inner-service-content {
  padding: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  height: -webkit-fill-available;
  border-radius: 3px;
  overflow: hidden;
}

.inner-service-content .images {
  max-height: 100%;
  overflow: hidden;
}

.inner-service-content .images img {
  object-fit: scale-down;
  max-height: 320px;
}

.inner-service-content:hover {
  border-color: #eeca75;
  -webkit-transform: translate(0px, -3px);
  -moz-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.inner-service-content .service-desc {
  padding: 35px 30px 30px;
  background: #fff;
}

.inner-service-content .service-desc h3,
.service-desc-sub-left h3 {
  font-size: 28px;
  font-weight: 600;
}

.service-desc-sub-right,
.service-desc-sub-left {
  width: 48%;
  float: left;
}

.service-desc-sub-left {
  padding: 55px 0 55px 0;
  margin-right: 3.5%;
}

.service-desc-sub-right {
  font-size: 16px;
  padding: 50px 0 50px 0;
}

/* row-room-2 and row-room-3*/
.row-room-2,
.row-room-3 {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 200px 0px 100px;
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 2;
}

.row-room-2 {
  background-image: url("images/bg-room2.jpg");
}

.row-room-3 {
  background-image: url("images/bg-room3.jpg");
  /* margin-bottom: 60px; */
}

.row-room-2:before,
.row-room-3:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.row-room-2 h2,
.row-room-3 h2 {
  text-align: center;
  color: #fff;
}

.row-room-2 .sub,
.row-room-3 .sub {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}

/* row-service-check */
.row-service-check {
  padding: 60px 0;
  background: #eeca75;
}

.inner-service-check {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

.inner-service-check:last-child {
  margin-bottom: 0px;
}

.service-check-col {
  width: 48%;
  float: left;
  margin-right: 3.5%;
}

.service-check-col:last-child {
  margin-right: 0;
}

.service-check-col.images1,
.service-check-col.images2,
.service-check-col.images {
  background-size: cover;
  background-position: center center;
  border-radius: 3px;
  overflow: hidden;
}

.inner-service-check .service-check-col img {
  width: 100%;
  height: 100%;
}

.service-check-col.text {
  padding: 40px;
  -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
}

.service-check-content {
  display: table;
  width: 100%;
  height: 100%;
}

.inner-service-check-content {
  display: table-cell;
  vertical-align: middle;
}

/* row-blog */
.row-blog {
  padding-bottom: 40px;
  padding-top: 40px;
  background: #eeca75;
}

.row-blog .blog-ct-over {
  width: 31.66%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 3.5%;
  margin-top: 0;
}

.row-blog .blog-ct-over:last-child {
  margin-right: 0;
}

.row-blog .blog-ct-over .img-blog {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}

.row-blog .blog-ct-over .blog-meta a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 5px 0;
  display: inline-block;
}

.row-blog .blog-ct-over .blog-meta a:hover {
  color: #000;
}

.row-blog .blog-ct-over h3 a {
  font-size: 20px;
  margin-bottom: 15px;
  display: inline-block;
}

/* responsive */
@media only screen and (max-width: 990px) {
  h1, h2, h3, h4, h5, h6{
    font-weight: 600 !important;
  }
  .about-us-left h2,
  .inner-service-check-content h2 {
    font-size: 30px;
    font-weight: 600;
  }

  .about-us-left .about-us-left-content p {
    margin: 0;
  }

  .service-check-col.text {
    width: 100%;
    margin-right: 0;
  }

  .service-check-col.images1,
  .service-check-col.images2,
  .service-check-col.images {
    width: 100%;
  }

  .service-check-col {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 930px) {
  .inner-service-content .service-desc {
    padding: 10px;
  }

  .inner-service-content .service-desc h3,
  .service-desc-sub-left h3 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 885px) {
  .row-about-us {
    margin-bottom: 0;
  }

  .about-us-right img {
    border-radius: 3px;
  }

  .about-us-right {
    width: 75%;
  }

  .about-us-left {
    width: 50%;
    padding: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .about-box {
    display: block;
    height: auto;
  }
  .about-us-left,
  .about-us-right {
    width: 100%;
    height: auto !important;
    margin: 0 !important;
  }
  .about-us-left {
    border-radius: 10px 10px 0 0;
  }
  .about-us-right-img {
    height: auto !important;
  }
  .about-us-right-img img {
    height: auto !important;
    border-radius: 0 0 10px 10px !important ;
  }
  .content-box-1 {
    width: 100%;
  }

  .row-box-check {
    top: 0;
  }

  .row-service .title h2,
  .row-room-2 h2,
  .row-room-3 h2 {
    font-size: 30px;
    font-weight: 300;
  }

  .row-room-2,
  .row-room-3,
  .row-bg-rom {
    padding: 100px 0;
  }

  .row-service .title .sub,
  .row-room-2 .sub,
  .row-room-3 .sub {
    font-size: 11px;
  }

  .service-content-col,
  .service-desc-sub-left {
    width: calc(100% / 3 - 15px);
    margin-right: 15px;
  }

  .service-desc-sub-right {
    width: 100%;
    padding: 0 0 30px;
  }

  .service-desc-sub-left h3 {
    font-weight: 300;
  }

  .service-desc-sub-left {
    padding: 30px 0;
  }

  #row-wrap-content .row-service.row-float .service-content {
    margin-right: -15px;
  }

  #row-wrap-content .row-service.row-float .service-content .service-desc {
    padding: 15px;
  }

  .about-us-left .about-us-left-content p,
  .inner-service-check-content p,
  .inner-service-content .service-desc p {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    display: flex;
    text-align: center;
  }

  .service-check-col.text {
    padding: 10px;
  }

  .row-service-check .inner-service-check {
    margin-bottom: 15px !important;
  }

  .row-service-check .inner-service-check > div {
    width: calc(100% / 2 - 8px);
    margin-right: 15px;
    margin-bottom: 0;
  }

  .about-us-left h2,
  .inner-service-check-content h2 {
    font-size: 25px;
  }

  .row-service-check .inner-service-check > div:nth-child(even) {
    margin-right: 0;
  }

  div.team-col {
    width: calc(33.33% - 10px);
    float: left;
    margin-right: 15px;
  }

  .row-blog .inner-container {
    display: flex;
    flex-wrap: wrap;
  }

  .row-blog .inner-container .title {
    width: 100%;
  }

  .row-blog {
    padding-bottom: 0;
  }

  .post-type-archive-du-a .inner-service-content .service-desc {
    padding: 15px;
  }
  .room-3-p p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 700px) {
  .service-content-col,
  .service-desc-sub-left {
    width: calc(100% / 2 - 15px);
  }

  .service-content-col:nth-child(3n),
  .service-content-col:nth-child(6n) {
    display: none;
  }
}

@media only screen and (max-width: 620px) {
  .inner-service-content .service-desc h3,
  .service-desc-sub-left h3 {
    font-size: 17px;
  }

  .about-us-left .about-us-left-content {
    margin-top: 0;
  }

  .about-us-left {
    width: 100%;
    padding: 15px;
    margin: 0;
    position: relative;
  }

  .about-us-right {
    width: 100%;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .service-check-col.text {
    padding: 20px;
    margin-bottom: 10px !important;
  }

  .row-about-us {
    padding: 10px 0 10px 0;
  }

  .about-us-left {
    margin-bottom: 10px;
  }

  .row-service {
    padding-bottom: 0;
  }

  .row-bg-rom h3,
  .row-room-2 h3,
  .row-room-3 h3 {
    font-size: 20px;
  }

  .row-service-check {
    padding: 25px 0;
  }

  .inner-service-check {
    margin-bottom: 0;
  }

  .row-room-3 {
    margin-bottom: 20px;
  }

  /* div.team-col {
    margin-bottom: 10px;
  } */

  .row-blog {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .about-us-left {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    padding: 15px;
  }

  .about-us-right {
    width: 100%;
  }

  .service-content-col,
  .service-desc-sub-left {
    width: calc(100%);
    margin-right: 0;
  }

  .inner-service-content .service-desc h3,
  .service-desc-sub-left h3 {
    font-size: 14px;
  }

  #row-wrap-content .row-service.row-float .service-content {
    margin-right: 0;
  }

  .row-service-check .inner-service-check > div,
  .row-blog .blog-ct-over {
    width: calc(100%);
    margin-right: 0;
  }

  div.team-col {
    width: 100%;
  }

  .about-us-left .about-us-left-content p,
  .inner-service-check-content p,
  .inner-service-content .service-desc p {
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }

  .row-service .title h2,
  .row-room-2 h2,
  .row-room-3 h2,
  .title h2.title-all {
    font-size: 26px;
    font-weight: 700;
  }

  .row-room-2,
  .row-room-3,
  .row-bg-rom {
    padding: 40px 0;
  }

  .row-bg-rom h3,
  .row-room-2 h3,
  .row-room-3 h3 {
    font-size: 20px !important;
  }

  .row-service-check .title,
  .row-team .title,
  .row-blog .title {
    padding: 10px 0 20px;
  }

  .about-us-left h2,
  .inner-service-check-content h2 {
    font-size: 18px;
    text-align: center;
  }

  .about-us-left .about-us-left-content {
    margin-top: 0;
  }

  .row-service .title {
    padding: 20px 0 20px 0;
  }
}
