* {
  scrollbar-width: auto;
  scrollbar-color: #9e9e9e #fff;
}
*::-webkit-scrollbar {
  width: 5px;
}
*::-webkit-scrollbar-thumb {
  background-color: #9e9e9e;
  border-radius: 10px;
  border: 0px solid #fff;
}

body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  position: relative;
  font-size: 0.875rem;
  font-display: swap;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}
body img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  body .modal-lg {
    max-width: 600px;
  }
}
@media (min-width: 1300px) {
  body .container {
    max-width: 1200px;
  }
}
@media (min-width: 1700px) {
  body .container {
    max-width: 1400px;
  }
}
@media (max-width: 992px) {
  body .site-navbar-wrap {
    position: relative;
  }
  body .site-navbar-wrap a {
    padding: 0;
  }
  body .site-navbar-wrap .logo {
    display: none;
  }
  body .site-navbar-wrap .site-navbar-top {
    display: none;
  }
  body .site-navbar-wrap .sticky-wrapper {
    background-color: #1b1007;
    position: relative;
  }
  body .site-navbar-wrap .sticky-wrapper .logo2 {
    display: block;
  }
  body .page-about .info {
    display: block !important;
  }
  body .page-about .text-vertical {
    transform: rotate(0);
  }
  body .page-about .middle {
    display: block !important;
    padding: 15px 0;
  }
  body .page-about .circle {
    display: block !important;
    padding: 15px 0;
  }
  body .page-about .circle .img-1, body .page-about .circle .img-2, body .page-about .circle .img-3, body .page-about .circle .img-4, body .page-about .circle .img-5, body .page-about .circle .img-6 {
    max-width: 100%;
    position: static !important;
    margin: unset;
    aspect-ratio: unset;
  }
  body .page-about .circle img {
    border-radius: unset;
  }
  body .page-about .img-responsive {
    max-width: 100% !important;
    position: static !important;
    margin: 0 0 15px 0 !important;
  }
}

ol, ul {
  list-style: none;
}

a {
  transition: 0.3s all ease;
}
a, a:hover {
  text-decoration: none !important;
}

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  background-color: rgba(27, 16, 7, 0.82);
}
.site-navbar-wrap a {
  color: #fdd869;
  padding: 0 1rem;
}
.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}
.site-navbar-wrap .site-navbar-top h1 {
  font-size: 1.7rem;
  font-weight: bold;
}
.site-navbar-wrap .site-navbar-top h3 {
  font-size: 1.2rem;
}
.site-navbar-wrap .site-navbar-top .top-language a {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #fdd869;
  padding-left: 0;
}
.site-navbar-wrap .site-navbar-top .top-language a * {
  vertical-align: middle;
}
.site-navbar-wrap .site-navbar-top .top-language a .ic-phone {
  margin-right: 3px;
}
.site-navbar-wrap .site-navbar-top .top-language a.btn-language {
  opacity: 0.4;
}
.site-navbar-wrap .site-navbar-top .top-language a.btn-language.active, .site-navbar-wrap .site-navbar-top .top-language a.btn-language:hover {
  opacity: 1;
}
.site-navbar-wrap .site-navbar-top .top-left {
  color: #fdd869;
}
.site-navbar-wrap .site-navbar-top .top-left span {
  margin: 0 10px;
}
.site-navbar-wrap .site-navbar-top .top-left a {
  color: #fdd869;
}
.site-navbar-wrap .site-navbar-top .top-left a:hover, .site-navbar-wrap .site-navbar-top .top-left a.active {
  color: #fff;
}
.site-navbar-wrap .site-navbar-top .top {
  transition: background-color 0.3s ease;
  width: 100%;
  position: relative;
  padding: 15px;
  height: 103px;
}
.site-navbar-wrap .site-navbar-top .top .al-center {
  -ms-flex-align: center;
  align-items: center;
}
.site-navbar-wrap .site-navbar-top .top .jc-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.site-navbar-wrap .site-navbar-top .top .jc-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (prefers-reduced-motion: reduce) {
  .site-navbar-wrap .site-navbar-top .top {
    transition: none;
  }
}
.site-navbar-wrap .site-navbar-top .top .top-search {
  display: none;
  font-size: 14px;
  color: #fff;
}
.site-navbar-wrap .site-navbar-top .top .wrap-main {
  padding: 15px 50px;
  text-align: right;
  position: relative;
}
.site-navbar-wrap .site-navbar-top .top .wrap-main:before {
  content: "";
  width: calc(100% - 100px);
  height: 0px;
  border-bottom: 1px solid #333;
  position: absolute;
  bottom: 0;
  left: 50px;
}
.site-navbar-wrap .site-navbar-top .top .btn-group .btn {
  font-size: 10px;
  border: none;
  background: none;
  color: #fff;
}
.site-navbar-wrap .site-navbar-top .top .btn-group .btn span {
  display: inline-block;
  vertical-align: middle;
}
.site-navbar-wrap .site-navbar-top .top .btn-group .btn span.mb {
  display: none;
}
.site-navbar-wrap .site-navbar-top .top .btn-group .btn span.ic-language {
  margin-right: 5px;
}
.site-navbar-wrap .site-navbar-top .top .btn-group .btn span.ic-arrow {
  margin-left: 5px;
}
.site-navbar-wrap .site-navbar-top .top .btn-group .btn .ic-language,
.site-navbar-wrap .site-navbar-top .top .btn-group .btn .ic-arrow {
  background-color: #fff;
}
.site-navbar-wrap .site-navbar-top .top .btn-group .dropdown-menu {
  font-size: 10px;
}
.site-navbar-wrap .site-navbar-top .top .btn-group.open .btn {
  color: #000 !important;
}
.site-navbar-wrap .site-navbar-top .top .btn-group.open .btn .ic-language,
.site-navbar-wrap .site-navbar-top .top .btn-group.open .btn .ic-arrow {
  background-color: #000 !important;
}
.site-navbar-wrap .logo {
  height: 152px;
  float: left;
  position: relative;
  z-index: 9;
}
.site-navbar-wrap .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.site-navbar-wrap .logo2 {
  float: left;
  position: relative;
  z-index: 9;
  display: none;
  height: 50px;
}
.site-navbar-wrap .logo2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-navbar-top {
  border-bottom: 1px solid #fdd869;
}

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
  padding: 0px 15px;
}
.site-navbar .site-logo {
  font-weight: 200;
  line-height: 0;
  top: -7px;
  position: relative;
}
.site-navbar .site-logo a {
  color: #fdd869;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  font-weight: 500;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 15px 0px;
}
.site-navbar .site-navigation .site-menu > li:hover {
  color: #fff;
  background: #e5aa16;
  transition: 0.5s ease-in-out;
}
.site-navbar .site-navigation .site-menu > li > a {
  font-size: 14px;
  text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a.active {
  color: #fdd869;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #fff;
}
.site-navbar .site-navigation .site-menu > li:last-child {
  padding-right: 0;
}
.site-navbar .site-navigation .site-menu > li:last-child:hover {
  color: unset;
  background: unset;
}
.site-navbar .site-navigation .site-menu > li:last-child > a {
  padding-right: 0;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0px 0;
  margin-left: 0px;
  background: rgba(27, 16, 7, 0.82);
  transition: 0.2s 0s;
  border-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fdd869;
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  transition: 0s all;
  border-bottom: 1px dashed #fdd869;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #1b1007;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #fff !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #e5aa16;
  color: #fff;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #ebeef0;
  color: #212529;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #fff;
}
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}
.site-navbar .site-navigation .site-menu .icon-search {
  position: relative;
}
.site-navbar .site-navigation .site-menu .icon-search .menu-search {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  width: 300px;
  background: #eee;
  z-index: 1;
}
.site-navbar .site-navigation .site-menu .icon-search .menu-search input {
  margin: 0;
  background: 0 0;
  padding: 15px 15px;
  border: none;
  width: 80%;
  line-height: normal;
}
.site-navbar .site-navigation .site-menu .icon-search .menu-search input:focus {
  box-shadow: unset;
  -webkit-box-shadow: unset;
  outline: 0;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: 100vh;
  transform: translateX(110%);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #dee2e6;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}
.site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
  color: #1b1007;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
  color: #1b1007;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: absolute;
  z-index: 5;
  width: 100%;
  border-bottom: solid 3px #fdd869;
}
.sticky-wrapper + .site-blocks-cover {
  margin-top: 96px;
}
.sticky-wrapper .site-navbar {
  transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar ul li.active a {
  color: #fff;
}
.sticky-wrapper.is-sticky .site-navbar {
  background-color: #1b1007;
  border-bottom: solid 3px #fdd869;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
  padding-right: 0;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
  padding-right: 0;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
  padding-right: 20px;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
  font-size: 15px;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
  color: #fff !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
  color: #fff !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
  color: #fff;
}
.sticky-wrapper.is-sticky .logo2 {
  display: block;
}
footer {
  border-top: solid 3px #fdd869;
  color: #fdd869;
}
footer .wpcf7-form-control {
  line-height: 1;
}
footer .btn-send {
  background: #e5aa16;
  border: 0 none;
  color: white;
  padding: 5px 20px;
  width: 100%;
  height: 40px;
  cursor: pointer;
}
footer label {
  margin-bottom: unset;
}
footer .map img {
  width: 100%;
  min-height: 310px;
}
footer .content-footer ul {
  padding: 0;
  line-height: 3;
}
footer .top-language {
  padding-top: 1.5rem;
}
footer .top-language a {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #fdd869;
  padding-left: 0.75rem;
}
footer .top-language a * {
  vertical-align: middle;
}
footer .top-language a .ic-phone {
  margin-right: 3px;
}
footer .top-language a.btn-language {
  opacity: 0.4;
}
footer .top-language a.btn-language.active, footer .top-language a.btn-language:hover {
  opacity: 1;
}

.slider {
  height: 100vh;
  background-color: rgba(27, 16, 7, 0.82);
}
.slider .slide-home {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  height: 100vh;
  z-index: 1;
}

.design-style .header-top {
  border-top: solid 5px #3f3029;
  display: flex;
}
.design-style .header-top .title {
  display: inline-block;
  background: #3f3029;
  color: #fff;
  padding: 5px 20px;
}
.design-style .header-top .title h5 {
  margin: auto;
}
.design-style .item {
  position: relative;
  padding: 0 20px 25px 0;
  z-index: 9;
  min-height: 165px;
}
.design-style .item .image {
  position: absolute !important;
  z-index: 1;
  width: 100%;
}
.design-style .item .image img {
  width: 100%;
  height: 165px;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.design-style .item .image img:hover {
  transform: scale(1.1);
}
.design-style .item .shadow {
  position: absolute;
  right: -15px;
  top: 25px;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #3f3029;
}
.design-style .item .shadow p {
  bottom: 0;
  position: fixed;
  margin: auto;
  padding: 0 15px;
  color: #fff;
  text-transform: uppercase !important;
}
.design-style .title-style p {
  color: #fff;
  padding: 5px 0 0 30px;
  margin: auto;
  margin-bottom: -20px;
}

.video-home .header-top {
  border-top: solid 5px #3f3029;
  display: flex;
}
.video-home .header-top .title {
  display: inline-block;
  background: #3f3029;
  color: #fff;
  padding: 5px 20px;
}
.video-home .header-top .title h5 {
  margin: auto;
}
.video-home .video-youtube {
  position: relative;
}
.video-home .video-youtube img {
  margin: auto;
  width: 100%;
  margin-bottom: 15px;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.video-home .video-youtube i {
  position: absolute;
  margin: auto;
  font-size: 50px;
  color: #FF0000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-home .content-video {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
}
.video-home .list-video {
  height: 430px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 15px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.1607843137), 0 3px 6px #cdbcbc;
}
.video-home .list-video i {
  display: none;
}
.video-home .slide_2 img {
  aspect-ratio: 4/3;
}
@media (max-width: 992px) {
  .video-home .list-video {
    box-shadow: unset;
  }
  .video-home .list-video i {
    display: block;
  }
}

.description {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.description .banner-caption {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
}
.description .header-top {
  border-top: solid 5px #3f3029;
  display: flex;
}
.description .header-top .title {
  display: inline-block;
  background: #3f3029;
  color: #fff;
  padding: 5px 20px;
}
.description .header-top .title h5 {
  margin: auto;
}
.description .caption .top-caption {
  text-align: center;
  width: 80%;
  left: 10%;
  color: #fff;
  position: relative;
}
.description .item {
  background-color: white;
  color: #000;
}
.description .item .image {
  width: 60px;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.description .item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.description .item .card-body {
  color: #fff;
  background-color: #3f3029;
}
.description .item .card-body .card-title {
  padding: 5px;
}
.description .item1, .description .item3 {
  margin-top: 4rem;
}
.description .text-scroll {
  height: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 15px 0 15px;
}

.is-divider {
  max-width: 120px;
  height: 2px;
  background-color: #fdd869;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.is-divider-detail {
  max-width: 100%;
  height: 2px;
  background-color: #fdd869;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-top: 15px;
  display: block;
}

.is-divider-footer {
  max-width: 150px;
  height: 3px;
  background-color: #fdd869;
  margin-right: auto;
  display: block;
}

.post-container {
  bottom: 0;
  transition: all 0.3s ease-in-out 0s;
  border: 1px solid #dedede;
}
.post-container .post-meta-thumb {
  overflow: hidden;
}
.post-container .post-meta-thumb img {
  width: 100%;
  transition: 0.5s;
}
.post-container .post-meta-thumb img:hover {
  transform: scale(1.1);
}
.post-container .post-content-container {
  padding: 10px 10px;
}
.post-container .post-content-container h3 {
  font-size: 16px;
}
.post-container .post-content-container h3 a {
  text-transform: uppercase !important;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.post-container .view-content {
  padding: 10px 10px;
  padding-top: 0;
}
.post-container .view-content .view {
  float: left;
}
.post-container .view-content .view-detail a {
  color: #1b1007;
}

.news-home .header-top {
  border-top: solid 5px #3f3029;
  display: flex;
}
.news-home .header-top .title {
  display: inline-block;
  background: #3f3029;
  color: #fff;
  padding: 5px 20px;
}
.news-home .header-top .title h5 {
  margin: auto;
}
.news-home .header-top .btn-outline-home {
  color: #3f3029;
  border-color: #3f3029;
  border-radius: 20px;
}
.news-home .caption .top-caption {
  text-align: center;
  color: #000;
  position: relative;
}
.news-home .item {
  background-color: white;
  color: #000;
}
.news-home .item .image {
  width: 60px;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.news-home .item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news-home .item .card-body {
  color: #fff;
  background-color: #3f3029;
}
.news-home .item .card-body .card-title {
  padding: 5px;
}
.news-home .item1, .news-home .item3 {
  margin-top: 4rem;
}
.news-home .text-scroll {
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 15px 0 15px;
}
.news-home .list-news {
  border-radius: 3px;
  border: 1px solid #aaa;
  background-color: white;
  box-shadow: 0 0 5px #bbb;
}
.news-home .list-news .widget-cauhoi {
  padding: 1rem;
  padding-bottom: 0;
}
.news-home .list-news .widget-cauhoi .border-line {
  border-bottom: solid 2px #fdd869;
}
.news-home .list-news .widget-cauhoi .widget-cauhoi-info a {
  font-weight: bold;
  font-size: 1rem;
  background: linear-gradient(to right, #fdd869 0%, #e5aa16 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.news-home .list-news .widget-cauhoi .widget-cauhoi-info p {
  color: white;
}
.news-home .list-news .view-more {
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
}
.news-home .list-news .view-more button {
  /* font-weight: 700; */
  margin: auto;
  padding: 8px 30px;
  background: linear-gradient(to right, #fdd869 0%, #e5aa16 100%);
}
.news-home .taxonomy-home {
  display: flex;
}
.news-home .taxonomy-home .taxonomy-item {
  margin-left: 1rem;
}

.rotate {
  opacity: 1;
  content: "";
  transition: all 0.3s;
  border-bottom: 45px solid #3f3029;
  border-left: 45px solid transparent;
  transform: rotate(180deg);
}

.reason {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.reason .banner-caption {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
}
.reason .title {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 5px 30px;
  border: solid 1px #fff;
}
.reason .item {
  background-color: rgba(27, 16, 7, 0.82);
  border: solid 1px #fff;
}
.reason .item .image {
  width: 30px;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.reason .item .image img {
  width: 100%;
  height: 100%;
}
.reason .item .text-scroll {
  height: 260px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 15px 0 15px;
}
.reason .read-more {
  padding: 15px;
}
.reason .active {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 375px;
}
.reason .active .text-active {
  margin: 20px;
  border: solid 1px #fff;
  background-color: rgba(0, 0, 0, 0.65);
}
.reason .active .text-active .text-scroll {
  height: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 15px 0 15px;
}

.evaluate .evaluate-widget {
  padding-top: 20px;
}
.evaluate .evaluate-widget .item {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.evaluate .evaluate-widget .item .avatar {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.evaluate .evaluate-widget .item .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.evaluate .evaluate-widget .item .content p {
  font-size: 15px;
  color: #000000;
}
.evaluate .evaluate-widget .item .content p.bold {
  padding-top: 20px;
  color: #000000;
}

.form-banner {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}
.form-banner .banner-caption {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
}
.form-banner .form-control {
  background-color: rgba(0, 0, 0, 0.65);
  border: solid 1px #fff;
  color: #fff;
}
.form-banner .form-control {
  margin-bottom: 1.5rem;
}
.form-banner .btn-send {
  background: black;
  border: solid 1px #fff;
  color: #fff;
  padding: 5px 20px;
  /* width: 100%; */
  height: 40px;
}
.form-banner .image-about {
  overflow: hidden !important;
}
.form-banner .image-about img {
  max-height: 70vh;
  object-fit: cover;
  border: solid 3px #fdd869;
  transition: transform 0.35s ease;
}
.form-banner .title-about {
  color: #fff;
  padding: 5px 30px;
  border: solid 1px #fdd869;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.65);
}
.form-banner .title-about h5 {
  color: #fdd869;
  font-weight: 700;
  margin: auto;
}
.form-banner .des-about {
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 15px 0 0;
  max-height: 60vh;
}
.form-banner .des-about h1, .form-banner .des-about h2, .form-banner .des-about h3, .form-banner .des-about h4, .form-banner .des-about h5, .form-banner .des-about h6,
.form-banner .des-about .h1, .form-banner .des-about .h2, .form-banner .des-about .h3, .form-banner .des-about .h4, .form-banner .des-about .h5, .form-banner .des-about .h6 {
  color: #fdd869;
}

.form-banner-page {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.image {
  width: 100%;
}
.image img {
  width: 100%;
}

.desktop-header {
  width: 100%;
  height: 155px;
  background-color: rgba(0, 0, 0, 0.65);
}

.google-map {
  height: 30rem;
  position: relative;
  border-top: solid 3px #fdd869;
}
.google-map iframe {
  height: 100%;
  width: 100%;
}

.the_content {
  text-align: justify;
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  font-family: var(--font-content);
}
.the_content h2, .the_content h3, .the_content h4 {
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}
.the_content h6 {
  font-size: 15px;
}
.the_content h5 {
  font-size: 15px;
}
.the_content h4 {
  font-size: 15px;
}
.the_content h3 {
  font-size: 18px;
}
.the_content h2 {
  font-size: 20px;
  line-height: 1.5;
}
.the_content h1 {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}
.the_content p {
  color: #000;
  line-height: 1.5;
  margin-bottom: 1rem;
  font-size: 15px;
}
.the_content p:last-child {
  margin-bottom: 0;
}
.the_content p a {
  color: var(--color-blue);
}
.the_content ul {
  list-style: disc;
  padding-left: 18px;
  padding-bottom: 5px;
}
.the_content ul li {
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 15px;
}
.the_content ul li a {
  color: #ff5912;
}
.the_content ol {
  list-style: decimal;
  padding-left: 18px;
  padding-bottom: 5px;
}
.the_content ol li {
  color: #000;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 15px;
}
.the_content ol li a {
  color: #ff5912;
}
.the_content blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eb2b2d;
}
.the_content blockquote p {
  margin: 0 !important;
}
.the_content code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 0.85rem;
  color: #e83e8c;
  line-height: 1.5;
}
.the_content table > tbody > tr > td, .the_content table > tbody > tr > th, .the_content table > tfoot > tr > td, .the_content table > tfoot > tr > th, .the_content table > thead > tr > td, .the_content table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px;
  font-size: 15px;
  line-height: 1.5;
}
.the_content iframe {
  margin: auto;
}
.the_content .syntaxhighlighter {
  padding: 10px 0;
}

.evaluate .image {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}
.evaluate .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.evaluate .content {
  flex: 1;
  -webkit-flex: 1;
}

.text-customer {
  color: #3f3029;
  padding: 5px 30px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
}

.filter-data {
  background-color: #1b1007;
  padding: 20px;
  display: inline-block;
  width: 100%;
}
.filter-data .form-group {
  margin-bottom: 0;
}
.filter-data .form-control {
  height: auto;
  border: 1px solid #fdd869;
  background-color: #1b1007;
  border-radius: 0;
  color: #fff;
}
.filter-data .form-control:focus {
  border: 1px solid #fdd869;
  background-color: #1b1007;
  border-radius: 0;
  color: #fff;
  box-shadow: unset;
  -webkit-box-shadow: unset;
}
.filter-data .background-gradient {
  background-color: #e5aa16;
  border: 0;
  color: #fff;
  width: 100%;
  border-radius: 0;
}

.cate-child-product .title-about {
  text-align: center;
}
.cate-child-product .title-about h5 {
  background-color: #1b1007;
  color: #fdd869;
  font-weight: 700;
  margin: auto;
  padding: 5px 30px;
  border: solid 1px #fdd869;
  display: inline-block;
}

.pagination {
  display: inline-block;
}
.pagination ul li {
  margin: 0 0.4em;
  display: inline-block;
}
.pagination ul li a {
  font-size: 1.1em;
  display: block;
  height: 2.25em;
  line-height: 2em;
  text-align: center;
  width: auto;
  min-width: 2.25em;
  padding: 0 7px;
  font-weight: bolder;
  border-radius: 99px;
  border: 2px solid #1b1007;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: top;
  color: #1b1007;
}
.pagination ul li a:hover {
  background-color: #fdd869;
  border-color: #fdd869;
  color: #fff;
}
.pagination ul li .current {
  border-color: #fdd869;
  background-color: #fdd869;
  color: #fff;
}
.pagination ul li span {
  font-size: 1.1em;
  display: block;
  height: 2.25em;
  line-height: 2em;
  text-align: center;
  width: auto;
  min-width: 2.25em;
  padding: 0 7px;
  font-weight: bolder;
  border-radius: 99px;
  border: 2px solid #fdd869;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: top;
  color: #fdd869;
}

.term-description {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 25px;
}
.term-description .readmore_description_show {
  padding-top: 20px;
}

.readmore_description {
  text-align: center;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
}
.readmore_description a {
  display: inline-block;
  width: 108px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #1b1007;
  color: #1b1007;
}

.service {
  background-image: url("/html2/assets/images/dichvu.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  border-bottom: 2px solid #fdd869;
}
.service .desktop-header {
  background-color: rgba(0, 0, 0, 0.65);
}
.service .banner-caption {
  width: 100%;
  height: 100%;
  color: #fff;
}
.service .form-control {
  background-color: rgba(0, 0, 0, 0.65);
  border: solid 1px #fff;
  color: #fff;
}
.service .form-control {
  margin-bottom: 1.5rem;
}
.service .btn-send {
  background: black;
  border: solid 1px #fff;
  color: #fff;
  padding: 5px 20px;
  /* width: 100%; */
  height: 40px;
}
.service .image-about {
  overflow: hidden !important;
}
.service .image-about img {
  max-height: 70vh;
  object-fit: cover;
  border: solid 3px #fdd869;
  transition: transform 0.35s ease;
}
.service .title-about {
  color: #fff;
  padding: 5px 30px;
  border: solid 1px #fdd869;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.65);
}
.service .title-about h5 {
  color: #fdd869;
  font-weight: 700;
  margin: auto;
}
.service .des-about {
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 15px 0 15px;
  max-height: 65vh;
  border: solid 1px;
  background-color: rgba(0, 0, 0, 0.65);
}
.service .des-about h1, .service .des-about h2, .service .des-about h3, .service .des-about h4, .service .des-about h5, .service .des-about h6,
.service .des-about .h1, .service .des-about .h2, .service .des-about .h3, .service .des-about .h4, .service .des-about .h5, .service .des-about .h6 {
  color: #fdd869;
}

.bottom-icon {
  position: fixed;
  z-index: 10;
  right: 30px;
  bottom: 20px;
}
.bottom-icon .calendar {
  padding: 10px 15px;
  background-color: #1b1007;
  border: 1px solid #fff;
  margin: 10px;
}
.bottom-icon span {
  color: #fff;
  padding: 10px 15px;
}
.bottom-icon img {
  width: 20px;
}

.infomation-detail {
  border-bottom: 1px solid #3f3029;
  border-image: none;
  border-left: 3px solid #1b1007 !important;
  border-radius: 3px;
  border-right: 1px solid #3f3029;
  border-top: 1px solid #3f3029;
  overflow: hidden;
  padding: 20px 10px 30px;
}
.infomation-detail .title_page {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 13px;
  border-bottom: 1px solid #1b1007;
  width: 100%;
  font-weight: 700;
}
.infomation-detail .properti-detail {
  border-bottom: 1px solid #3f3029;
  width: 100%;
  padding: 10px 0;
  line-height: 1.5;
}

.contact-detail {
  padding: 15px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.1607843137), 0 3px 6px #cdbcbc;
}
.contact-detail .image {
  margin: auto;
  width: 75px;
  padding-bottom: 15px;
}
.contact-detail .image img {
  border-radius: 50%;
}
.contact-detail .contact-phone {
  width: 100%;
  padding: 10px;
  background-color: #eb0606;
  color: #fff;
}
.contact-detail .contact-phone span {
  color: #fff;
  font-weight: bold;
}
.contact-detail .post-meta-thumb {
  border-radius: unset;
}

.entry-title {
  font-size: 1.8rem;
}

.product-galerry .slick-list {
  padding: 0 !important;
}
.product-galerry .nav-thumn-center {
  transform: translate3d(0, 0, 0) !important;
}
.product-galerry .slider-nav img {
  padding: 0 2px;
  cursor: pointer;
  opacity: 0.3;
}
.product-galerry .slider-nav .slick-current img {
  opacity: 1;
}

.modal-content {
  background-color: #1b1007;
  color: #fdd869;
}
.modal-content .btn-send {
  background: #e5aa16;
  border: 0 none;
  color: white;
  padding: 5px 20px;
  width: 100%;
  height: 40px;
}

.wrap-error-page {
  text-align: center;
  font-weight: 700;
  padding-top: 50px;
  padding-bottom: 50px;
}
.wrap-error-page .number {
  font-size: 288px;
  font-weight: 700;
  line-height: 1em;
}
@media (max-width: 1024px) {
  .wrap-error-page .number {
    font-size: 210px;
  }
}
@media (max-width: 768px) {
  .wrap-error-page .number {
    font-size: 120px;
  }
}
.wrap-error-page .tt-1 {
  font-size: 2rem;
}

.page-about {
  color: #000;
}
.page-about .box-total-content .total-content {
  border: 2px solid #000;
  padding: 20px;
  width: 350px;
}
.page-about .box-total-content .total-content .total {
  font-size: 100px;
}
.page-about .box-total-content .total-content .content {
  font-size: 23px;
}
.page-about .text-vertical {
  transform: rotate(90deg) translateX(41%) translateY(50%);
}
.page-about .middle {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.page-about .middle a {
  display: contents;
}
.page-about .middle .img-1 {
  max-width: 33%;
}
.page-about .middle .img-2 {
  position: absolute;
  left: 25%;
  margin-top: -100px;
  z-index: 2;
  max-width: 33%;
}
.page-about .middle .img-3 {
  position: absolute;
  max-width: 24%;
  left: 52%;
  z-index: 3;
  margin-top: 100px;
}
.page-about .middle .img-4 {
  position: absolute;
  right: 0;
  max-width: 28%;
  margin-top: -132px;
}
.page-about .circle {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 9rem;
}
.page-about .circle a {
  display: contents;
}
.page-about .circle .img-1, .page-about .circle .img-2, .page-about .circle .img-3, .page-about .circle .img-4, .page-about .circle .img-5, .page-about .circle .img-6 {
  aspect-ratio: 1/1;
}
.page-about .circle .img-2, .page-about .circle .img-3, .page-about .circle .img-4, .page-about .circle .img-5, .page-about .circle .img-6 {
  position: absolute;
}
.page-about .circle .img-1 {
  max-width: 17%;
}
.page-about .circle .img-2 {
  max-width: 28%;
  left: 14%;
  top: 70px;
}
.page-about .circle .img-3 {
  left: 45%;
  max-width: 16%;
  margin-top: -50px;
}
.page-about .circle .img-4 {
  max-width: 15%;
  left: 52%;
  z-index: 2;
  bottom: 70px;
}
.page-about .circle .img-5 {
  max-width: 31%;
  left: 62%;
  margin-top: -100px;
}
.page-about .circle .img-6 {
  max-width: 15%;
  right: 0;
  z-index: 2;
  bottom: 0;
}
.page-about .circle img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-about {
  color: #3f3029;
}
.home-about .info {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.home-about .box-total-content .total-content .total {
  font-size: 130px;
}
.home-about .description {
  color: #3f3029;
}
.home-about .description h2 {
  color: #3f3029;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1rem;
}
.home-about .description .box-description {
  font-size: 18px;
}

.site-newspaper h3 {
  color: #3f3029;
}

.site-doitac h3 {
  color: #3f3029;
}

.thuoc-lo-ban {
  width: 100%;
  height: 1980px;
}

.wp-xaydung {
  padding-top: 3rem !important;
}

@media (max-width: 1699px) {
  .wp-xaydung {
    padding-top: 1.5rem !important;
  }
}
@media (max-width: 992px) {
  .slider {
    height: auto;
    min-height: 230px;
  }
  .slider .slide-home {
    height: unset;
    aspect-ratio: 16/9;
  }
  .desktop-header {
    height: auto;
  }
  .form-banner, .service {
    height: auto;
    min-height: 230px;
  }
  .news-home .header-top .btn-outline-home {
    width: 100%;
  }
  .news-home .taxonomy-home {
    display: unset;
  }
  .news-home .taxonomy-home .taxonomy-item {
    margin-top: 1rem;
    margin-left: unset;
  }
}
@media (max-width: 600px) {
  .design-style .title {
    width: 100%;
  }
  .design-style .item {
    height: unset;
    aspect-ratio: 4/3;
  }
  .design-style .item .image img {
    height: unset;
    aspect-ratio: 4/3;
  }
  .design-style .item .shadow {
    right: 0;
  }
  .description .item1, .description .item3 {
    margin-top: 0;
  }
  .reason .pl-0 {
    padding-left: 15px !important;
  }
  .bottom-icon {
    display: flex;
    bottom: 0;
    width: 100%;
    left: 0;
  }
  .bottom-icon .calendar {
    margin: 0;
    width: 100%;
  }
  .bottom-icon .calendar a {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: auto;
  }
  .bottom-icon span {
    padding: 0;
  }
  .filter-data .form-group {
    margin-bottom: 1rem;
  }
  .rotate {
    display: none;
  }
  .home-about .info {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: block !important;
  }
  .text-customer h3 {
    font-size: 1.5rem;
  }
  .site-newspaper h3 {
    font-size: 1.5rem;
  }
  .site-doitac h3 {
    font-size: 1.5rem;
  }
  .video-home .title {
    width: 100%;
  }
  .news-home .header-top {
    display: block;
  }
  .news-home .title {
    width: 100%;
  }
  footer .map img {
    height: auto;
  }
  footer .top-language {
    padding-bottom: 5rem;
  }
}

/*# sourceMappingURL=main.css.map */
