.background-golden {
  background: linear-gradient(to right, #ef4538, #faeb9c, #ef4538, #faeb9c);
}
.background-yellow {
  background: #ef4538;
}
.btn {
  font-size: 15px;
  transition: all ease 0.3s;
}
.btn:hover {
  color: black;
  border-color: black;
}
.btn-orange {
  background: #ef4538;
  color: white;
}
.btn-transparent {
  background: transparent;
  color: #ef4538;
  border: 1px solid #ef4538;
}
.btn-golden-outline {
  background-color: transparent;
  border: 3px solid #ffe569;
  border-image: linear-gradient(0deg, #e0af5e, #ffe569, #e0af5e, #ffe569, #e0af5e) 1;
  color: #e0af5e;
  font-weight: 600;
}
.btn-rounded {
  border-radius: 40px;
}
.btn-white {
  background-color: white;
  color: black;
}
.btn-white:hover {
  color: #ef4538;
}
.text-orange {
  color: #ef4538;
}
a {
  color: #212529;
  transition: all ease 0.3s;
}
a:hover {
  color: #ef4538;
  text-decoration: none;
}
.text-address {
  color: #828282;
}
.text-golden {
  background: linear-gradient(to right, #ef4538, #faeb9c, #ef4538, #faeb9c);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.small-title {
  font-size: 14px;
}
.big-title {
  font-size: 20px;
}
.icon-link {
  display: inline-block;
  width: 30px;
  height: 28px;
  background-image: url(../images/link.png);
  background-size: 100% 100%;
}
.slick-arrow {
  border: none;
  border: 0;
  background-color: transparent;
  position: absolute;
  z-index: 99;
  font-size: 0;
  top: 20%;
  width: 14px;
  height: 27px;
  box-sizing: border-box;
  color: black;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.slick-arrow:hover {
  opacity: 0.7;
  color: #4f4f4f;
}
.slick-arrow:before {
  display: block;
  font-size: 20px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 14px;
  height: 27px;
  content: "";
}
.slick-prev {
  left: 0;
}
.slick-prev:before {
  background-image: url("../images/icon/arrow-left-2.png");
}
.slick-next {
  right: 0;
}
.slick-next:before {
  background-image: url("../images/icon/arrow-right-2.png");
}
.title_widget {
  font-size: 20px;
}
.textwidget {
  margin-bottom: 20px;
}
.hidden {
  display: none;
}
.img-box {
  transition: all 0.3s ease;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.img-box:hover {
  opacity: 0.6;
}
.img-box:hover img {
  transform: scale(1.1);
}
.img-box img {
  max-width: 100%;
  transition: all 0.3s ease;
}
.block__material {
  margin-bottom: 40px;
}
.tabbox .tab-block {
  display: none;
}
.tabbox .tab-block.active {
  display: block;
}
.tabbox .tabs {
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: auto;
  padding-bottom: 15px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.tabbox .tabs ::-webkit-scrollbar {
  width: 10px;
}
.tabbox .tabs ::-webkit-scrollbar-track {
  background: #011f3e;
}
.tabbox .tabs ::-webkit-scrollbar-thumb {
  background: #ef4538;
}
.tabbox .tabs ::-webkit-scrollbar-thumb:hover {
  background: #ef4538;
}
.tabbox .tabs .tab {
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
  padding-right: 10px;
}
.tabbox .tabs .tab.active {
  color: #ef4538;
}
.block .block-title {
  font-weight: bold;
  margin-bottom: 15px;
}
.block .block-title:after {
  margin-top: 15px;
  display: block;
  width: 120px;
  height: 2px;
  content: "";
  background-color: #ef4538;
  margin-left: auto;
  margin-right: auto;
}
.header {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
  padding-top: 0;
  padding-bottom: 10px;
  z-index: 200;
  position: fixed;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .header {
    background-image: none;
    padding-top: 10px;
    height: 56px;
    position: relative;
  }
}
.header .logo img {
  width: 160px;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .header .logo img {
    width: unset;
  }
}
.header .mobile-absolute {
  position: absolute;
  right: 10px;
  top: 15px;
}
@media screen and (min-width: 1200px) {
  .header .mobile-absolute {
    position: relative;
    right: unset;
    top: unset;
  }
}
.inline-menu {
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .inline-menu {
    text-align: right;
  }
}
.inline-menu ul {
  list-style: none;
}
.inline-menu li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 1200px) {
  .inline-menu li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.inline-menu li a {
  color: white;
}
.inline-menu li a:hover {
  color: #ef4538;
}
.inline-menu li:hover a {
  color: #ef4538;
}
.inline-menu li.menu-item-has-children {
  position: relative;
}
.inline-menu li.menu-item-has-children:hover .sub-menu {
  height: unset;
  opacity: 1;
}
.inline-menu .navbar-toggler {
  color: white;
}
@media screen and (min-width: 1200px) {
  .inline-menu .navbar-toggler {
    display: none;
  }
}
.inline-menu .navbar-nav {
  background-color: rgba(0,0,0, 0.7);
  position: absolute;
}
@media screen and (min-width: 1200px) {
  .inline-menu .navbar-nav {
    min-width: 280px;
    right: 0;
    background-color: white;
  }
}
.inline-menu .navbar-nav > li.menu-item-has-children > a:before {
  display: inline-block;
  content: "↓";
  margin-right: 5px;
  height: 18px;
}
@media screen and (min-width: 1200px) {
  .inline-menu .navbar-nav > li.menu-item-has-children > a:before {
    display: none;
  }
}
.inline-menu .navbar-nav li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}
.inline-menu .navbar-nav li a {
  color: white;
}
@media screen and (min-width: 1200px) {
  .inline-menu .navbar-nav {
    background: transparent;
    position: relative;
  }
  .inline-menu .navbar-nav li {
    border-bottom: none;
  }
  .inline-menu .navbar-nav li a {
    color: white;
  }
  .inline-menu .navbar-nav li a:hover {
    color: #ef4538;
  }
  .inline-menu .navbar-nav li:hover > a {
    color: #ef4538;
  }
}
.inline-menu .sub-menu {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all ease 0.5s;
}
@media screen and (min-width: 1200px) {
  .inline-menu .sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 230px;
    background: rgba(255, 255, 255, 0.8);
  }
}
.inline-menu .sub-menu li {
  width: 100%;
  padding: 5px 0;
  border-bottom: none;
}
@media screen and (min-width: 1200px) {
  .inline-menu .sub-menu li {
    border-bottom: 1px solid black;
    padding: 10px;
  }
}
.inline-menu .sub-menu li:hover {
  border-color: #ef4538;
}
.inline-menu .sub-menu li a {
  font-size: 13px;
}
@media screen and (min-width: 1200px) {
  .inline-menu .sub-menu li a {
    font-size: 16px;
    color: black;
  }
}
.inline-menu .sub-menu li a:hover {
  color: #ef4538;
}
.logged-in #wpadminbar {
  display: none;
}
@media screen and (min-width: 1200px) {
  .logged-in #wpadminbar {
    display: block;
  }
}
#navbarnav-main-mobile {
  position: relative;
}
#navbarnav-main-mobile .navbar-nav {
  width: 100%;
  left: 0;
}
#menu-desktop a {
  font-size: 15px;
  padding-top: 5px;
}
#menu-desktop .icon-menu > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu-desktop .icon-menu > a:before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
#menu-desktop .plus-menu > a:before {
  background-image: url("../images/icon/plus.png");
  background-size: 100% 100%;
}
#menu-desktop .info-menu > a:before {
  background-image: url("../images/icon/info.png");
  background-size: 100% 100%;
}
#menu-desktop .button-down-menu > a {
  padding: 5px 10px;
  border-radius: 16px;
  font-size: 15px;
  background-color: #ef4538;
  flex-direction: row-reverse;
}
#menu-desktop .button-down-menu > a:before {
  width: 14px;
  height: 7px;
  background-image: url("../images/icon/down.png");
  background-size: 100% 100%;
  margin-left: 5px;
  margin-right: 0;
}
#menu-desktop .button-down-menu:hover > a {
  color: black;
}
#footer {
  background-color: #05213e;
  color: white;
  font-size: 14px;
}
#footer hr {
  border-color: white;
}
#footer a {
  color: white;
}
#footer a:hover {
  color: #ef4538;
}
#footer .footer_top {
  padding-top: 40px;
}
#footer .footer_top .big-title {
  word-break: break-all;
}
#footer .footer-logo {
  width: 200px;
  max-width: 100%;
}
#footer .footer_bottom {
  padding: 15px 0 25px 0;
}
#footer .footer_bottom .border-bottom {
  margin-top: 20px;
  border-bottom: 2px solid #ef4538 !important;
  clear: both;
}
#footer .footer_bottom ul {
  list-style: none;
  padding-left: 0;
}
#footer .copyright {
  border-top: 1px solid #818486;
  padding-top: 20px;
  padding-bottom: 70px;
}
@media screen and (min-width: 992px) {
  #footer .copyright {
    padding-bottom: 20px;
  }
}
#footer .newsletter_box {
  position: relative;
}
#footer .newsletter_box input[type=email] {
  background-color: transparent;
  border: 1px solid #ef4538;
  border-radius: 8px;
}
#footer .newsletter_box .wpcf7-submit {
  background-color: #ef4538;
  color: white;
  position: absolute;
  right: 3px;
  top: 3px;
  background-image: url("../images/icon/arrow-right.png");
  width: 42px;
  height: 32px;
  border: none;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center;
}
#footer .wpcf7 .ajax-loader {
  position: absolute;
  top: 10px;
  left: 5px;
}
#footer .wpcf7 form .wpcf7-response-output {
  margin: 0 0 5px;
}
.editor .entry-content img {
  margin: 0 0 1.5em 0;
}
.editor .alignleft,
.editor img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.editor .alignright,
.editor img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.editor .aligncenter,
.editor img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.editor .alignnone,
.editor img.alignnone {
  /* not sure about this one */
}
.editor .wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.editor .wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.editor .wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.editor .wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
.editor blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
.editor blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.banner {
  position: relative;
  margin-top: -56px;
  z-index: 1;
  margin-bottom: 50px;
}
.banner .banner-content {
  width: 100%;
  background: #b3b3b3;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .banner .banner-content {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.banner .img {
  max-width: 100%;
}
.search-form {
  position: relative;
}
.search-form .title {
  font-weight: bold;
  margin-bottom: 8px;
}
.search-form .input-group-prepend {
  height: 48px;
}
.search-form .input-group-text {
  background-color: white;
  height: 48px;
  box-shadow: none;
  border: none;
  border-radius: 18px 0 0 18px !important;
}
.search-form .form-control {
  background-clip: unset;
}
.search-form .form-control.input-text {
  height: 48px;
}
.search-form .input-text {
  font-size: 15px;
  height: 48px;
  box-shadow: none;
  border: none;
  border-bottom: none;
}
.search-form .input-group-append .btn {
  font-size: 15px;
  border-radius: 0 18px 18px 0 !important;
}
.search-form .listsuggest {
  position: absolute;
  top: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  max-height: 400px;
  overflow-y: auto;
  width: 500px;
  max-width: 100%;
}
.search-form .listsuggest .title {
  color: black;
  font-weight: bold;
  font-size: 16px;
}
.search-form .listsuggest p {
  font-size: 13px;
  color: #d5d5d5;
}
.search-form .listsuggest .item {
  padding: 15px;
}
.search-form .listsuggest .view-all {
  padding: 15px;
}
.search-form .listsuggest .view-all a {
  font-weight: 600;
  color: #ef4538;
}
.search-form .listsuggest .view-all a:hover {
  color: black;
}
.filter-box .input-group-text img {
  width: 22px;
}
.list-product .big-title {
  margin-bottom: 20px;
}
.list-product .viewmore {
  font-size: 14px;
  line-height: 43px;
}
.list-product .item {
  margin-bottom: 25px;
  box-shadow: 0 0 7px black;
  border-radius: 8px;
  background-color: white;
  transition: all 0.3s ease;
}
.list-product .item:hover {
  box-shadow: 0 0 7px #ef4538;
}
.list-product .status {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  background: #ef4538;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 4px;
}
.list-product .blii {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 66.6667%;
}
.list-product .blii .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex ;
  align-items: center ;
  justify-content: center;
}
.list-product .blii .linkdetail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.list-product .img .thumb {
  width: 100%;
  border-radius: 6px 6px 0 0;
  object-fit: cover;
  height: 100%;
}
.list-product .heart {
  position: absolute;
  cursor: pointer;
  top: 0px;
  right: 3px;
}
@media screen and (min-height: 768px) {
  .list-product .heart {
    top: unset;
    bottom: 10px;
    right: 10px;
  }
}
.list-product .info {
  padding: 15px 10px 10px;
  position: relative;
}
@media screen and (min-height: 768px) {
  .list-product .info {
    padding: 10px;
  }
}
.list-product .info .title {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 18px;
  font-weight: 600;
  font-size: 14px;
}
@media screen and (min-height: 768px) {
  .list-product .info .title {
    font-size: 16px;
  }
}
.list-product .city {
  color: #4f4f4f;
  margin-bottom: 5px;
  max-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
@media screen and (min-height: 768px) {
  .list-product .city {
    font-size: 13px;
  }
}
.list-product .price {
  font-weight: 600;
  margin-bottom: 5px;
  max-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-product .threemt {
  font-size: 0.9em;
  display: flex;
}
.list-product .threemt img {
  display: inline;
}
.list-product .threemt span {
  font-size: 10px;
  float: left;
  margin-right: 3px;
}
@media screen and (min-height: 768px) {
  .list-product .threemt span {
    font-size: 13px;
    margin-right: 10%;
  }
}
.list-product .threemt span i {
  float: left;
  font-style: normal;
}
.list-product .threemt span i img {
  width: 12px;
}
@media screen and (min-height: 768px) {
  .list-product .threemt span i img {
    width: unset;
  }
}
.list-product .threemt span .vti {
  margin-top: 2px;
  margin-left: 5px;
}
.list-product .viewmore-box {
  text-align: right;
}
.list-product .viewmore-box .btn {
  position: relative;
  padding-right: 25px;
}
.list-product .viewmore-box .btn:after {
  position: absolute;
  content: "";
  background-image: url("../images/icon/right.png");
  width: 10px;
  height: 20px;
  right: 6px;
  top: 8px;
}
.block__projects {
  padding-top: 40px;
  padding-bottom: 10px;
  background-size: cover;
}
.block__projects.white {
  padding-bottom: 40px;
}
.block__projects.white .block-title {
  color: white;
}
.block__projects.white .tabs {
  color: white;
}
.block__projects.white .list-product .viewmore-box {
  text-align: center;
}
.block__projects.white .list-product .viewmore-box .btn {
  padding-right: 10px;
}
.block__projects.white .list-product .viewmore-box .btn:after {
  display: none;
}
.boximage img {
  max-width: 100%;
  border-radius: 8px;
}
.block__blogs {
  padding-top: 40px;
  padding-bottom: 40px;
  color: white;
  margin-bottom: 40px;
  background-size: cover;
}
.list-post .item {
  margin-bottom: 25px;
}
.list-post .boximage {
  margin-bottom: 15px;
}
.list-post .item-title {
  color: white;
  font-size: 18px;
  margin-bottom: 20px;
}
.list-post .item-title a {
  color: white;
}
.list-post .btn {
  font-weight: bold;
}
.filter-box {
  margin-bottom: 35px;
}
.project_slider .item {
  padding: 15px;
  line-height: 20.25px;
}
.row_slider {
  /*margin-right: -15px;
  margin-left: -15px;*/
}
.hot-box {
  background: #012d59;
  padding: 15px 30px;
  border-right: 8px solid #ef4538;
  border-bottom: 4px solid #ef4538;
  margin-bottom: 40px;
}
.hot-box .project_slider .slick-slide {
  padding-left: 5px;
  padding-right: 5px;
}
.hot-box .project_slider .item {
  background: white;
}
.hot-box .project_slider .item:hover {
  background: rgba(255, 255, 255, 0.9);
}
.section_blogs {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section_blogs .viewall {
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  padding: 6px 45px 6px 12px;
  position: relative;
  transition: all 0.3s ease;
  margin-top: 5px;
  margin-right: 15px;
}
@media screen and (min-width: 1200px) {
  .section_blogs .box-first {
    padding-right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .section_blogs .box-first:after {
    content: "";
    display: block;
    width: 4px;
    height: calc(100% - 80px);
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ef4538;
  }
}
@media screen and (min-width: 1200px) {
  .section_blogs .box-last {
    padding-left: 50px;
  }
}
.section_blogs .section_blogs-title {
  padding: 15px;
  margin-bottom: 15px;
  color: #ef4538;
  font-size: 20px;
}
.section_blogs-item .item-title {
  font-size: 14px;
  font-weight: 400;
}
.section_blogs-item .item-title a {
  color: black;
}
.section_blogs-item .item-title a:hover {
  color: #ef4538;
  text-decoration: none;
}
.section_blogs-item .boximage {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .section_blogs-item .boximage {
    height: 135px;
  }
}
.section_blogs-item .boximage:hover img {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transition: all 700ms ease 0s;
  -moz-transition: all 700ms ease 0s;
  -o-transition: all 700ms ease 0s;
  -webkit-transition: all 700ms ease 0s;
}
.section_blogs-item .boximage:hover .overflow {
  display: block;
}
.section_blogs-item .boximage:hover .item-date {
  display: none;
}
.section_blogs-item .item-date {
  position: absolute;
  top: 25px;
  left: 0;
  color: white;
  padding: 8px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.section_blogs-item .item-date span {
  display: block;
}
.section_blogs-item .item-date span.day {
  border-bottom: 1px solid white;
}
.section_blogs-item .overflow {
  display: none;
}
@media screen and (min-width: 992px) {
  .section_blogs-item .overflow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
  }
}
.section_blogs-item .overflow a {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  width: 40px;
  height: 40px;
  padding: 5px;
  margin-left: 100px;
  margin-top: 45px;
}
.item-post {
  margin-bottom: 15px;
}
.item-post img {
  max-width: 100%;
}
.new_slider .item {
  padding: 15px;
}
.new_slider .item img {
  width: 100%;
  border-radius: 6px;
}
.new_slider .item h4 {
  font-weight: bold;
  font-size: 18px;
  padding-top: 25px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new_slider .item p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.new_slider .slick-arrow {
  top: 33%;
}
.discover {
  padding-top: 20px;
  padding-bottom: 20px;
}
.home-contact-form {
  color: white;
}
.home-contact-form label {
  font-weight: bold;
}
.home-contact-form h2 {
  font-size: 25px;
  margin-bottom: 30px;
  color: white;
}
.home-contact-form .btn {
  min-width: 150px;
  text-align: center;
  transition: all 0.3s ease;
}
.home-contact-form .under-box {
  padding-right: 4px;
  padding-bottom: 4px;
  margin-bottom: 50px;
  position: relative;
}
.home-contact-form .under-box:after {
  display: block;
  position: absolute;
  content: "";
  z-index: 0;
  background-color: #ef4538;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 4px;
  right: 0;
  border-radius: 30px 0;
}
@media screen and (min-width: 992px) {
  .home-contact-form .under-box:after {
    border-radius: 50px 0 ;
  }
}
.home-contact-form .form-left {
  background: #011f3e;
  padding: 30px 20px 15px;
  position: relative;
  z-index: 2;
  border-radius: 30px 0 ;
}
@media screen and (min-width: 992px) {
  .home-contact-form .form-left {
    border-radius: 50px 0 ;
  }
}
.home-contact-form .form-right {
  background: #011f3e;
  padding: 30px 20px 15px;
  position: relative;
  z-index: 2;
  border-radius: 30px 0 ;
}
@media screen and (min-width: 992px) {
  .home-contact-form .form-right {
    border-radius: 50px 0 ;
  }
}
.home-contact-form .form-control {
  background: transparent;
  border-color: white;
  color: white;
}
.home-contact-form select.form-control {
  background-color: #011f3e;
}
.home-contact-form .btn-golden-outline:hover {
  color: white;
}
.form-blue {
  background: #011f3e;
  padding: 30px 20px 15px;
  position: relative;
  z-index: 2;
  border-radius: 30px 0 ;
  margin-bottom: 0;
  padding: 15px;
  border-radius: 0;
}
@media screen and (min-width: 992px) {
  .form-blue {
    border-radius: 50px 0 ;
  }
}
.form-blue .form-control {
  background: transparent;
  border-color: white;
  color: white;
}
.form-blue .btn-golden-outline:hover {
  color: white;
}
@media screen and (min-width: 992px) {
  .form-blue {
    border-radius: 0;
  }
}
.form-blue .modal-header {
  border-bottom: none;
  padding: 5px 1rem 1rem;
}
.form-blue .modal-footer {
  border-top: none;
}
.form-blue h3 {
  font-size: 20px;
}
.form-blue .close {
  color: #ef4538;
  text-shadow: 0 1px 0 #ef4538;
}
.dll-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dll-pagination li {
  display: inline-block;
  margin: 5px;
}
.dll-pagination li a:hover {
  background: #ef4538;
  color: white;
}
.dll-pagination li .page-numbers {
  display: block;
  background: #d5d5d5;
  padding: 5px 10px;
  border-radius: 3px;
}
.dll-pagination li .page-numbers.current {
  background: #ef4538;
}
.post_content .image {
  margin-bottom: 15px;
}
.post_content img {
  max-width: 100%;
  height: unset;
}
.post_content .editor {
  margin-bottom: 15px;
}
.post_content .mapbox {
  margin-bottom: 15px;
}
.post_content .mapbox iframe {
  width: 100%;
  height: 420px;
}
.post_content .address {
  background: #012d59;
  border: 2px solid #e0af5e;
  padding: 20px;
  color: #e0af5e;
  font-size: 20px;
  margin-bottom: 15px;
}
.post_content .address .text {
  background: linear-gradient(to right, #ef4538, #faeb9c, #ef4538, #faeb9c);
  -webkit-background-clip: text;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.post_content .tags {
  margin-bottom: 15px;
}
.post_content .tags a {
  margin-left: 3px;
}
.col-right {
  background: #f1f1f1;
  padding: 0 10px 10px;
}
.suggest-land img {
  max-width: 100%;
}
.suggest-land .item h3 {
  font-size: 15px;
  max-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.suggest-land .item .sub-text {
  font-size: 15px;
  max-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.col-right .widget-title {
  background: #ef4538;
  color: white;
  padding: 10px 20px;
  margin-left: -10px;
  margin-right: -10px;
  font-size: 17px;
}
.col-right .form-land {
  padding: 0 0 20px;
}
.action_footer {
  font-size: 18px;
  position: fixed;
  width: 100%;
  z-index: 100;
  bottom: 0;
  justify-content: center;
  display: none;
}
@media screen and (min-width: 992px) {
  .action_footer {
    bottom: 20px;
    right: 90px;
    width: unset;
    display: flex;
  }
}
.action_footer .cd-top {
  background: black;
  top: 0;
  padding: 5px 10px;
  width: 35px;
  margin-bottom: 10px;
  color: white;
}
.action_footer .hotline {
  color: white;
  background: #ef4538;
  padding: 5px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-right: 10px;
}
#footer-mb {
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1000;
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 5px 0 5px;
  width: 100%;
  display: flex;
}
@media screen and (min-width: 992px) {
  #footer-mb {
    display: none;
  }
}
#footer-mb .item {
  width: calc(100% / 5);
}
#footer-mb .item:hover,
#footer-mb .item.active {
  color: #ef4538;
}
#footer-mb .item .img {
  width: 100%;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
#footer-mb .item .name {
  width: 100%;
  display: block;
  font-size: 10px;
  line-height: 10px;
}
.main-mobile .primary_menu_mobile {
  padding-left: 0;
  list-style: none;
}
.main-mobile .primary_menu_mobile ul {
  list-style: none;
}
.main-mobile .primary_menu_mobile li {
  padding: 8px 5px;
  font-size: 14px;
  border-bottom: 1px solid #b3b3b3;
}
.main-mobile .primary_menu_mobile li:last-child {
  border-bottom: none;
}
.main-mobile .primary_menu_mobile li.menu-item-has-children > .sub-menu {
  display: none;
}
.main-mobile .primary_menu_mobile li.menu-item-has-children > .sub-menu li {
  padding: 2px 5px;
}
.main-mobile .primary_menu_mobile .navbar-nav {
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .main-mobile .primary_menu_mobile .navbar-nav {
    font-size: 15px;
  }
}
.main-mobile .primary_menu_mobile .navbar-nav .menu-icon {
  background-color: white;
  margin-bottom: 2px;
  padding: 13.4px 10px 14.4px 55px;
  position: relative;
}
.main-mobile .primary_menu_mobile .navbar-nav .menu-icon:before {
  position: absolute;
  left: 15px;
  top: 10px;
}
.main-mobile .primary_menu_mobile .navbar-nav > li.menu-item-has-children > .sub-menu {
  display: none;
}
.main-mobile .primary_menu_mobile .navbar-nav > li.menu-item-has-children > a {
  padding-right: 10px;
}
.main-mobile .primary_menu_mobile .navbar-nav .menu-item-has-children .toggle-item {
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.3s;
}
.main-mobile .primary_menu_mobile .navbar-nav .menu-item-has-children .toggle-item.open {
  transform: rotate(90deg);
}
.main-mobile .primary_menu_mobile .navbar-nav .menu-item {
  position: relative;
}
.main-mobile .primary_menu_mobile .navbar-nav .menu-item a {
  width: 100%;
  display: block;
  position: relative;
}
.main-mobile .primary_menu_mobile .navbar-nav .sub-menu {
  list-style: none;
  padding-left: 10px;
  font-size: 16px;
}
.main-mobile .primary_menu_mobile .navbar-nav .sub-menu li a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.mobile__menu_page {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: white;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 15px 15px 50px;
  overflow-y: auto;
  display: none;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .mobile__menu_page {
    display: none;
  }
}
.mobile__menu_page .logo {
  text-align: center;
}
.mobile__menu_page .logo img {
  height: 30px;
}
.mobile__menu_page .close {
  color: #ef4538;
  font-weight: normal;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: #b3b3b3;
  padding: 5px 10px;
}
.mobile__menu_page.active {
  display: block;
}
@media screen and (min-width: 1200px) {
  .mobile__menu_page {
    font-size: 15px;
  }
}
.mobile__menu_page .menu-icon {
  background-color: white;
  margin-bottom: 2px;
  padding: 13.4px 10px 14.4px 55px;
  position: relative;
}
.mobile__menu_page .menu-icon:before {
  position: absolute;
  left: 15px;
  top: 10px;
}
.mobile__menu_page > li.menu-item-has-children > .sub-menu {
  display: none;
}
.mobile__menu_page > li.menu-item-has-children > a {
  padding-right: 10px;
}
.mobile__menu_page .menu-item-has-children .toggle-item {
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.3s;
}
.mobile__menu_page .menu-item-has-children .toggle-item.open {
  transform: rotate(90deg);
}
.mobile__menu_page .menu-item {
  position: relative;
}
.mobile__menu_page .menu-item a {
  width: 100%;
  display: block;
  position: relative;
}
.mobile__menu_page .sub-menu {
  list-style: none;
  padding-left: 10px;
  font-size: 16px;
}
.mobile__menu_page .sub-menu li a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.mobile__menu_page .toggle-item {
  width: 20px;
  text-align: center;
}
.mobile__menu_page .current-menu-item > a {
  color: #ef4538;
  font-weight: bold;
}
.footer_social_icon {
  position: fixed;
  width: 25px;
  bottom: 83px;
  right: 28px;
  display: block;
  text-align: center;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .footer_social_icon {
    width: 45px;
    display: block;
  }
}
.footer_social_icon a {
  display: block;
  margin-bottom: 5px;
}
.footer_social_icon a img {
  width: 25px;
}
@media screen and (min-width: 992px) {
  .footer_social_icon a img {
    width: auto;
  }
}
.block__categories {
  margin-bottom: 35px;
}
.block__categories .border-item:nth-child(2n) .item-box {
  border-color: #ef4538;
}
.block__categories .item-box {
  border: 4px solid #05213e;
  padding: 15px 10px;
  border-radius: 20px;
  margin-bottom: 15px;
}
.block__categories .title {
  font-size: 20px;
  margin-bottom: 10px;
  min-height: 48px;
}
.block__categories .subtitle {
  font-size: 15px;
  margin-bottom: 10px;
  min-height: 36px;
}
.block__categories .image-box {
  margin-bottom: 10px;
}
.block__categories .des {
  font-size: 14px;
}
