:root {
  --primary-color: #0066b3;
  --primary-color2: rgb(243, 128, 48);
  --primary-text:#074a7d;
  --text-color-light: white;
  --font-primary1: "Mulish", sans-serif;
  --font-primary2: "Oswald", sans-serif;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }


body {
      font-family: var(--font-primary1);
      background: #fff;
      font-size: 19px;
      line-height: 1.6;
      font-weight: 600;
      font-optical-sizing: auto;
    font-style: normal;
     }
  
  body > .salert {
    display: block;
    float: left;
    width: calc(100% - 30px);
    max-width: 400px;
    padding: 8px 15px;
    height: auto !important;
    position: fixed;
    z-index: 999999;
    top: 5px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }

#main-menu a {
  font-weight: 700; }
  
.b-hotline1 {
    position: fixed;
    padding: 7px;
    bottom: 0;
    left: 0;
    cursor: pointer;
    background: rgba(154,0,14,1);
    z-index: 10;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    padding-right: 20px;
    padding-left: 10px;
}
.b-hotline1 span {
    color: #fff;
    font-weight: bold;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
1  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

#colophon {
  position: relative; }

.go_top {
  position: absolute;
  width: 45px;
  height: 45px;
  background: url(../img/goto.png) no-repeat 0 0;
  bottom: 210px;
  right: 20px;
  animation-name: bounce1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  -moz-animation-name: bounce1;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: bounce1;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  cursor: pointer; }

@-webkit-keyframes bounce1 {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-5px); } }
@-moz-keyframes bounce1 {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-5px); } }
@-o-keyframes bounce1 {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-5px); } }
@keyframes bounce1 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-5px); } }
/* Images and wp-captions should always fit and be responsive */
img {
  display: inline-block;
  height: auto;
  max-width: 100%; }

img[class*="wp-image-"] {
  margin-top: 10px;
  margin-bottom: 10px; }

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  max-width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 10px; }

.wp-caption.aligncenter {
  margin-bottom: 10px; }

.wp-caption img[class*="wp-image-"] {
  display: block; }

.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px; }

/* WP Gallery */
.gallery {
  margin-bottom: 1.5em; }

.gallery a img {
  border: none;
  height: auto;
  max-width: 100%; }

.gallery dd {
  margin: 0; }

.gallery-caption {
  display: block; }

.fixed_uliti {
  z-index: 999; }
  .fixed_uliti .topHome > i.fa {
    color: white; }
    h1,h2,h3{color:var(--primary-text); line-height: 1.5;};
h3{  font-weight: bold;
font-size: 22px !important;}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/*Header*/
.site-header {
	position:fixed;top:0px;
	width: 100%;
    z-index: 30;
       background: var(--primary-color);
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.15); }

.site-header .navbar-default {
  background-color: transparent;
  border: none; }

/*Header*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/* Content */
.main-content-inner {
  padding-bottom: 1.5em; }

.hentry {
  margin: 0 0 1.5em; }

.sticky {
  display: block; }

.bypostauthor {
  display: block; }

/* Clearing */
.clear {
  clear: both; }

/* Navigation */
.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  padding: 15px 0;
  top: inherit;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
  background: #A67163;
  border-radius: 0 5px 5px 5px !important;
  left: 0;
  min-width: 210px;
  border: none; }

.dropdown-submenu:active > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-menu li a {
  color: #fff; }

.dropdown-submenu:active > a:after {
  border-left-color: #ffffff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget {
  margin-bottom: 2em; }

.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li {
  padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] {
  display: none; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
.comment .children {
  margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/
.entry-meta {
  clear: both; }

.navbar-nav li.menu-item-has-children:hover > ul.dropdown-menu {
  display: block; }

.navbar-nav li.menu-item-has-children ul.dropdown-menu ul.dropdown-menu {
  left: 100%;
  top: 0; }

/* */
.wppro-menu {
  display: none; }

.navbar-collapse {
  padding-left: 0;
  padding-right: 0; }
  .navbar-collapse .div_left {
    float: right; }
  .navbar-collapse .div_right {
    float: right; }

/* GET STARTED  */
a:hover, a:focus {
  color: #A67163;
  text-decoration: none; }

a {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }


  body section {
    /*margin: 40px 0px 0px 0px;*/ }

section.buildings {
  background: white;
  padding: 15px 0px; }
  section.buildings .content > .col-left {
    text-align: center; }
    section.buildings .content > .col-left .buildings-map .buildings-img {
      border: 0.1rem solid #fff; }
  section.buildings .content > .col-right {
    padding-top: 30px; }
    section.buildings .content > .col-right > .building {
      position: relative;
      text-align: center;
      height: calc(100% - 30px);
      min-height: 400px; }
      section.buildings .content > .col-right > .building > p {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 0px; }
      section.buildings .content > .col-right > .building > a > div {
        position: absolute;
        bottom: 25px;
        padding-bottom: 30px;
        width: 70%;
        height: 100%;
        background-size: 100% auto !important;
        left: 15%;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        filter: grayscale(100%); }
        section.buildings .content > .col-right > .building > a > div:hover, section.buildings .content > .col-right > .building > a > div.hover {
          -webkit-filter: grayscale(0%);
          -moz-filter: grayscale(0%);
          filter: grayscale(0%); }
        section.buildings .content > .col-right > .building > a > div.div_t1 {
          background: url("../img/aspen.jpg") bottom no-repeat; }
        section.buildings .content > .col-right > .building > a > div.div_t2 {
          background: url("../img/madison.jpg") bottom no-repeat; }
        section.buildings .content > .col-right > .building > a > div.div_t3 {
          background: url("../img/berkley.jpg") bottom no-repeat; }
        section.buildings .content > .col-right > .building > a > div.div_t4 {
          background: url("../img/albany.jpg") bottom no-repeat; }
    @media (max-width: 1024px) and (min-width: 993px) {
      section.buildings .content > .col-right {
        padding-top: 0px; }
        section.buildings .content > .col-right > .building {
          min-height: 360px; } }
    @media (max-width: 992px) and (min-width: 769px) {
      section.buildings .content > .col-right {
        padding-top: 0px; }
        section.buildings .content > .col-right > .building {
          min-height: 350px; } }
    @media (max-width: 768px) {
      section.buildings .content > .col-right {
        padding-top: 0px; }
        section.buildings .content > .col-right > .building {
          min-height: 330px; } 
          	
			
          }

/* start section project */
section.project {
  background: url(../img/city-view.png) top no-repeat;
  padding: 40px 0 30px;
  background-size: cover; }
  section.project .title-section > h4 {
    color: rgba(166, 113, 99, 0.35); }
  section.project .title-section > h5 {
    color: rgba(166, 113, 99, 0.95); }

.title-section {
  text-align: center;
  position: relative;
  padding-bottom: 0px;
  font-family: "Anton", sans-serif;
  font-weight: 400; }

.title-section h2{
  text-align: center;
    font-size: 35px;
    line-height: 48px;
    font-weight: bold;
  text-transform: capitalize;
  font-family: "Anton", sans-serif;
  font-weight: 400;

  }
    
  h3{line-height: 1.6;}

.title-section h4 {
  color: rgba(166, 113, 99, 0.35);
  font-size: 72px;
  font-weight: bold;
  margin: 0; }

.title-section h5 {
  color: rgba(166, 113, 99, 0.95);
  font-size: 35px;
  margin: 0;
  margin-top: -30px;
  text-transform: uppercase; }

.project-content h3 a {
  color: #000;
  font-size: 14px;
  text-transform: uppercase; }

.project-content h3 {
  margin: 20px 0; 
  line-height: 40px;
      font-weight: bold;
          font-size: 18px;
  }

.project-content .short {
  font-size: 16px;
  color: #000;
  line-height: 26px; }

.short {
  margin-bottom: 10px; }

.short img{max-width: 100%; height: auto !important}  

.project-content span a {
  color: #A67163;
  font-size: 13px;
  font-weight: 500; }

.footer-inner h3 {
  margin: 0;
     text-align: center;
 color: white;
    text-shadow: 2px 2px 4px #000;
    border: none;
    font-size: 30px;
  margin-bottom: 30px; }

.form-group-inner:nth-child(2) {
  float: right; }

.form-group-inner {
  width: 46%;
  float: left; }

.form-group {
  margin-bottom: 30px; }

.form-group .form-control {
     background-color: transparent;
    color: #fff;}

.form-group input.form-control {
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  padding: 8px 23px;
  height: 42px;
  background: none;
  border: 1px solid #5cb85c }
  
 .gr input{color:#5cb85c !important} 

form .btn-submit {
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #A67163;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  padding: 9px 22px;
  font-weight: 500;
  border: none !important; }

.project-content:hover h3 a {
  color: #A67163; }

@media (max-width: 769px) {
  .project-content h3 a {
    color: #A67163; } 

  }

.get-price{
  position: fixed;
  padding: 7px;
  bottom: 10px;
  left: 10px;
  z-index: 10;
background-color:var(--primary-text) ;
border-radius:9px;
box-shadow:#000 0px 15px 20px -15px;
width: 300px;
}
.get-price-text{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.get-price-container{
  display: flex;

}

.get-price-container-input{
  width: 55%;
  padding: 6px;
 
}

.get-price-container-button{
  width: 45%;
}

.project-content a.img {
  position: relative;
  display: block;
  overflow: hidden; }

.project-content a.img img {
  -webkit-transition: opacity 0.6125s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 4s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: opacity 0.6125s cubic-bezier(0.39, 0.575, 0.565, 1), -moz-transform 4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.6125s cubic-bezier(0.39, 0.575, 0.565, 1), transform 4s cubic-bezier(0.39, 0.575, 0.565, 1); }

.project-content:hover a.img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: opacity 0.6125s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 4s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: opacity 0.6125s cubic-bezier(0.39, 0.575, 0.565, 1), -moz-transform 4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.6125s cubic-bezier(0.39, 0.575, 0.565, 1), transform 4s cubic-bezier(0.39, 0.575, 0.565, 1); }

.project-content:hover a.img:after {
  background: rgba(0, 0, 0, 0.4); }

.project-content a.img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

/* end section project */
/* start section utility */
section.utility {
  padding: 35px 0;
  color: #000; }

section.utility .title-section {
  padding-bottom: 35px; }

.utility-content p {
  text-align: center;
  font-size: 14px;
  color: #666;
  font-weight: 500;
  margin: 0; }

.utility-content {
  overflow: hidden;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 500; }

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {
  width: 100% !important; }

.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {
  width: 100% !important; }

.title-news-detail {
  text-transform: uppercase;
  color: #A67163;
  font-size: 20px; }

.like-detail ul {
  padding: 0;
  margin-top: 30px; }

.like-detail ul li {
  display: inline-block;
  list-style: none;
  vertical-align: top; }

.other-news ul {
  padding: 0;
  list-style: none;
  margin-bottom: 30px; }

.other-news ul li {
  margin: 7px 0; }

article.utility-image {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 15px; }

article.utility-image:hover a.img:after {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0; }

article.utility-image a img {
  border-radius: 15px;
  -webkit-transition: opacity 0.6125s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 4s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: opacity 0.6125s cubic-bezier(0.39, 0.575, 0.565, 1), -moz-transform 4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.6125s cubic-bezier(0.39, 0.575, 0.565, 1), transform 4s cubic-bezier(0.39, 0.575, 0.565, 1); }

article.utility-image:hover a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: opacity 0.6125s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 4s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: opacity 0.6125s cubic-bezier(0.39, 0.575, 0.565, 1), -moz-transform 4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.6125s cubic-bezier(0.39, 0.575, 0.565, 1), transform 4s cubic-bezier(0.39, 0.575, 0.565, 1); }

article.utility-image a.img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border-radius: 15px; }

.utility-image a.img {
  z-index: 9; }

.entry-title {
  position: absolute;
  top: 50%;
  left: 44%;
  transform: translateX(-38%) translateY(-50%);
  -moz-transform: translateX(-38%) translateY(-50%);
  -webkit-transform: translateX(-38%) translateY(-50%);
  -o-transform: translateX(-38%) translateY(-50%);
  text-align: center;
  z-index: 15;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

article.utility-image:hover .entry-title {
  opacity: 1; }

.entry-title h3 {
  margin: 0; }

.entry-title h3 a {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300; }

.entry-title hr {
  border-top: 2px solid #ffffff;
  width: 70px;
  display: block;
  margin: 10px auto; }

.entry-title span {
  color: #ffc491;
  font-size: 14px;
  font-style: italic; }

.h-post:hover article.utility-image:before, .h-post:hover article.utility-image:after {
  opacity: 1; }

article.utility-image:before {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  background: url(../img/utility-before.png) no-repeat center;
  background-size: contain;
  pointer-events: none;
  opacity: 0;
  z-index: 999;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  top: 20px;
  left: 20px; }

article.utility-image:after {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  background: url(../img/utility-after.png) no-repeat center;
  background-size: contain;
  pointer-events: none;
  opacity: 0;
  z-index: 999;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  bottom: 20px;
  right: 20px; }

.h-post {
  margin-bottom: 30px; }

/* end section utility */
/*  start section rank */
section.rank {
  position: relative;
  overflow: hidden; }

section.rank .container {
  padding-bottom: 0; }

.rank-content {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%); }
  .rank-content p {
    color: #000;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 30px; }
  .rank-content > .title-section {
    padding-bottom: 15px; }

.rank-excerpt a {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 9px 18.5px;
  border: 1px solid #c4c1b3;
  display: inline-block; }

.rank-excerpt a span i {
  background-color: #434343;
  color: #fcf9e6;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  vertical-align: bottom;
  margin-left: 10px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.rank-excerpt a:hover span i {
  background-color: #A67163; }

.rank-excerpt a span i:before {
  vertical-align: middle; }

.rank-excerpt {
  text-align: center; }

.rank-excerpt a:hover {
  color: #A67163; }

.read-more {
  display: block; }
  .read-more > .more_btn {
    text-align: left;
    padding-left: 60px; }
    .read-more > .more_btn i.fa {
      text-align: center !important;
      line-height: 18px; }
    @media (max-width: 992px) {
      .read-more > .more_btn {
        text-align: center; } }

.background-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 9999; }

.background-rank .pull-height {
  overflow: hidden;
  width: 50%; }

.background-rank .pull-height img {
  width: 100%;
  height: 634px;
  max-height: 634px; }

.pull-left img, .pull-right img {
  -webkit-transition: opacity 0.6125s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 4s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: opacity 0.6125s cubic-bezier(0.39, 0.575, 0.565, 1), -moz-transform 4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.6125s cubic-bezier(0.39, 0.575, 0.565, 1), transform 4s cubic-bezier(0.39, 0.575, 0.565, 1); }

.background-content img {
  height: 560px;
  max-height: 560px;
  max-width: none !important; }

.pull-left:hover img, .pull-right:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: opacity 0.6125s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 4s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: opacity 0.6125s cubic-bezier(0.39, 0.575, 0.565, 1), -moz-transform 4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.6125s cubic-bezier(0.39, 0.575, 0.565, 1), transform 4s cubic-bezier(0.39, 0.575, 0.565, 1); }

/*  end section rank */
/*Search*/
#search, #search-mobile {
  padding: 10px 20px;
  font-size: 18px; }

#form {
  position: absolute;
  bottom: -60px;
  right: 0;
  display: none;
  z-index: 9; }

#search-mobile {
  display: none; }

.navbar-default .navbar-nav > li > a {
  color:#fff;
  text-transform: uppercase;
  font-weight: normal !important;
  padding: 5px;
  margin: 0 10px;
  font-size: 16px; }
  @media (max-width: 769px) {
	  
	  .kb{height:450px !important; background-position: center center !important;}
	  .kb_caption{bottom:0px !important;    width: 300px;
	  }
	  
	  .kb_caption h1 {font-size:25px !important}
	  p{line-height: 1.6;}
    ul li {line-height: 1.6;}
    .text-mobi{padding: 0px 20px;}
	  

		
		
		
		
	  
    .navbar-default .navbar-nav > li > a {
      font-weight: 700; } }
.btn-gold{
  width: 100%;
    border-radius: 40px;
    height: 45px;
    line-height: 45px;
    background: radial-gradient(circle at 100%,#E6B116 0%,#f1f17f 25%,#E6B116 100%);
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #000;
    font-size: 13px;
}

.btn-red{
  width: 100%;
    border-radius: 40px;
    height: 45px;
    line-height: 45px;
    background: red;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #000;
    font-size: 13px;
    color: white;
}

.langu {
  text-align: right;
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 35px; }


  @media (max-width: 992px) and (min-width: 768px) {
    .langu {
      top: 5px; } }
  @media (max-width: 769px) {
    .langu {
      top: 15px; } }

.langu ul li {
  display: inline-block;
  list-style: none;
  margin-left: 5px; }

.navbar-nav {
  float: right; }

.navbar-default .navbar-nav li:hover a,
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a.active {
  background: #709d40;
  border-radius: 5px;
  color: #fff !important; }

.navbar-default .dropdown-submenu:hover {
  background: #A67163;
  border-radius: 5px 5px 0 0;
  color: #fff; }

.navbar-default .dropdown-submenu li {
  background: 0 0;
  padding: 8px 20px; }

.navbar-default .dropdown-submenu li a {
  padding: 0;
  border-bottom: 1px solid transparent; }

.navbar-default .dropdown-submenu li:hover a {
  border-bottom: 1px solid #fff; }

.navbar-default .dropdown-submenu:hover a {
  color: #fff !important; }

/*.navbar-default .navbar-nav li a:hover{
    background: 0 0;
}*/
.navbar-collapse.collapse {
  margin-top: 15px; }

.pbot {
  padding-bottom: 0; }

#search-menu {
  border-radius: 100%;
  color: #fff;
  margin-right: 0;
  cursor: pointer;
  background: #A67163; }

/*Slide*/
.owl-carousel .owl-item {
  width: 100%; }

.banner-sl .owl-nav {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center; }

.banner-sl .owl-nav .owl-prev {
  display: inline-block;
  left: 0;
  position: relative;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 0px 25px;
  background: rgba(231, 231, 231, 0.6);
  border-radius: 20px;
  margin: 0 10px; }

.banner-sl .owl-nav .owl-next {
  display: inline-block;
  left: 0;
  position: relative;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 0px 25px;
  background: rgba(231, 231, 231, 0.6);
  border-radius: 20px;
  margin: 0 5px; }

.banner-sl .owl-nav .owl-next:hover,
.banner-sl .owl-nav .owl-prev:hover {
  background: #A67163; }

.hotline {
  position: absolute;
  z-index: 999;
  background: transparent;
  color: #fff;
  border-bottom-right-radius: 30px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  min-width: 225px;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hotline .hot-in {
  display: inline-table;
  vertical-align: middle;
  margin-right: 15px; }

.hotline .hot-hot {
  opacity: 0;
  padding-right: 20px; }
  .hotline .hot-hot a {
    color: white; }

.hotline:hover {
  background: darkgray; }

.hotline:hover .hot-hot {
  opacity: 1; }

.hot-in.hot-img {
  padding: 20px 17px;
  width: 55px; }

.hotline p {
  font-size: 16px;
  margin: 3px 0;
  font-weight: 100;
  line-height: 20px; }

.banner {
  position: relative; }

.submenu {
  position: absolute;
  background: rgba(51, 51, 51, 0.6);
  height: 100%;
  padding: 150px 0 0;
  z-index: 9;
  bottom: 0;
  width: 55px; }

.submenu ul {
  padding: 0;
  position: absolute;
  bottom: 15%; }

.submenu ul li {
  margin: 0 auto;
  margin: 25px 0;
  position: relative;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  padding: 7px 10px;
  background: transparent;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }

.submenu ul li:last-child {
  border: none; }

.submenu ul li span {
  padding: 0 5px;
  background: transparent;
  color: #fff;
  width: 60%;
  text-align: center;
  display: none;
  text-transform: uppercase;
  font-size: 11px; }

.submenu ul li:hover {
  background: transparent;
  background: darkgray;
  width: 170px; }

.submenu ul li:hover span {
  display: inline-block; }
.btn {
    white-space: break-spaces !important;}
    
/*Quymo*/
.cta-group
{
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
 align-items: center;
}

.cta{
  border:3px dashed red;
  padding: 10px;
  background: #005C97;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #363795, #005C97);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #363795, #005C97); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  
  color: #fff;
  /* margin: 0px 20px; */
}
.cta h3{color: #fff;}
.cta ul{margin-left: -15px;}

.quymo {
  /* background: url(../img/bg-quymo.png) center no-repeat;
   background-size: cover;*/
      /*background-color: #fff;*/
  overflow: hidden; }
  .quymo2 {
  /* background: url(../img/bg-quymo.png) center no-repeat;
   background-size: cover;*/
      background-color: #0f5d69;
     /*background: url(../images/back-lydo.jpg) center center no-repeat;
    background-size: cover;*/
  overflow: hidden; }
.quymo1 {
  /* background: url(easy-background-wallpaper.jpg) center no-repeat; */
   /*background-size: cover;*/
      /*background-color: #fff;*/
  overflow: hidden; }
.wh {color:#fff !important}  
.quymo-left {
  width: 48%;
  padding-left: 30px;
  float: left;
  color: #000;
  background: url(../img/city-bg-left.png) center bottom no-repeat;
  background-size: cover; }
  .quymo-left .block p, .quymo-left .block h5 {
    padding-left: 45px; }
    @media (max-width: 769px) {
      .quymo-left .block p, .quymo-left .block h5 {
        padding-left: 0px; } }
  @media (max-width: 769px) {
    .quymo-left {
      padding-left: 0px; } }

.quymo-left .title-section h4 {
  position: relative;
  color: rgba(166, 113, 99, 0.35);
  font-size: 72px;
  font-weight: bold;
  margin: 0;
  display: block;
  max-width: 180px;
  margin: auto; }

.quymo-left .title-section h4:before {
  content: "";
  position: absolute;
  top: 38.5px;
  left: 0px;
  width: 22%;
  height: 1px;
  background: rgba(166, 113, 99, 0.35); }

.quymo-left .title-section h4:after {
  content: "";
  position: absolute;
  top: 38.5px;
  right: 0px;
  width: 22%;
  height: 1px;
  background: rgba(166, 113, 99, 0.35); }

.quymo-left .title-section h5 {
  position: relative;
  color: rgba(166, 113, 99, 0.95);
  font-size: 35px;
  margin: 0;
  margin-top: -40px !important;
  text-transform: uppercase;
  max-width: 180px;
  margin: auto;
  border: 1px solid rgba(166, 113, 99, 0.35);
  padding: 5px 0px;
  border-top: 0px; }

.quymo-right {
  width: 52%;
  float: left;
  overflow: hidden; }

.quymo-right-background:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: opacity 0.6125s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 4s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: opacity 0.6125s cubic-bezier(0.39, 0.575, 0.565, 1), -moz-transform 4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.6125s cubic-bezier(0.39, 0.575, 0.565, 1), transform 4s cubic-bezier(0.39, 0.575, 0.565, 1); }

.quymo-right-background {
  -webkit-transition: opacity 0.6125s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 4s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: opacity 0.6125s cubic-bezier(0.39, 0.575, 0.565, 1), -moz-transform 4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.6125s cubic-bezier(0.39, 0.575, 0.565, 1), transform 4s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .quymo-right-background img {
    /*height: 100% !important;*/
    width: auto !important;
    /*max-width: none !important; */}

@media (max-width: 769px) {
  .quymo-right-background img {
    max-height: none !important;
    height: auto !important;
    width: 100% !important; } }
.quymo-left .container {
  width: 100%;
  margin-right: 0;
  padding-right: 30px; }

.quymo .quymo-content {
  /*padding: 30px 0;*/
  overflow: hidden; }

.quymo .quymo-content .infomation {
  padding: 10px 0;
  overflow: hidden; }

.quymo .quymo-content .infomation .block {
  margin-bottom: 30px; }

.quymo .quymo-content .infomation p {
  text-align: left;
  color: #A67163;
  margin: 10px 0;
  display: inline-block;
  width: 100%;
  font-size: 36px;
  line-height: 1.1; }

.quymo .quymo-content .infomation img {
  position: absolute;
  top: 25px;
  right: 15px; }

.quymo .quymo-content .infomation h5 {
  text-transform: uppercase;
  text-align: left; }

.quymo .quymo-content .infomation p sup {
  font-size: 16px; }

.read-ye a {
  color: #A67163; }

.read-ye a span i {
  background-color: #A67163; }

.footer-inner {
  background: url(../img/bg-finner.jpg) center no-repeat;
  background-size: cover;
  padding: 20px 0; }

.footer-inner p {
  /*font-weight: 600;*/ }

.address {
  margin-top: 20px;
  color:#fff;
  font-size: 18px; }

.social span {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: #333;
  color: #fff;
  margin: 0 5px;
  border-radius: 4px;
  padding: 2px 0;
  text-align: center; }

.social span:hover {
  background-color: #A67163; }

.social a {
  color: #fff; }

.site-info {
  background: rgba(166, 113, 99, 0.05);
  padding: 15px 0px 45px 0px;
  font-size: 13px;
  color: rgba(166, 113, 99, 0.45); }
  .site-info a {
    color: rgba(166, 113, 99, 0.15); }

.site-info
#myTabs {
  margin: 0 -15px;
  border: none;
  margin-bottom: 40px; }

#myTabs > li {
  float: left;
  width: 25%;
  padding: 0 15px;
  text-align: center; }

#myTabs > li a {
  display: block;
  padding: 10px;
  border: 1px solid #DDDCD9;
  border-radius: 30px;
  text-transform: uppercase;
  color: #333333;
  font-size: 15px; }

#myTabs > li > a:hover,
#myTabs > li.active > a, #myTabs > li.active > a:hover, #myTabs > li.active > a:focus {
  background: #A67163;
  border: 1px solid #A67163;
  color: #fff; }

.left_pro_page h3 {
  background: #A67163;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin: 0;
  padding: 10px;
  text-align: center; }

.left_pro_page ul {
  list-style: none;
  background: #FFF4DE;
  padding: 10px 0;
  margin: 0; }

.left_pro_page ul li {
  border-bottom: 1px solid #F1E6D1;
  padding: 0 40px; }

.left_pro_page ul li:last-child {
  border: none; }

.left_pro_page ul li a {
  display: block;
  padding: 15px 0;
  color: #333333;
  font-weight: bold; }

.left_pro_page ul li.active a,
.left_pro_page ul li a:hover {
  color: #A67163; }

#property-detail-thumbs {
  padding: 15px 26px; }

#property-detail-thumbs figure {
  padding: 0 7px; }

.owl-carousel .owl-item img {
  width: 100%; }

.owl-carousel .owl-item.synced img {
  border: 2px solid #A67163; }

#property-detail-thumbs .owl-controls .owl-buttons div {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
  background: #444444;
  color: #fcf9e6;
  top: 50%;
  margin-top: -10px;
  position: absolute;
  z-index: 99; }

#property-detail-thumbs .owl-controls .owl-buttons div.owl-prev {
  left: 0; }

#property-detail-thumbs .owl-controls .owl-buttons div.owl-next {
  right: 0; }

#owl-detail-slide figure {
  padding-top: 56.2%;
  position: relative; }

#owl-detail-slide figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  height: auto !important; }

.breadcrumb_top {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0; }

.banner_about {
  position: relative;
  margin-bottom: 40px; }

.breadcrumb_top h1 {
  display: inline-block;
  padding: 20px 35px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-transform: uppercase;
  color: #333;
  margin: 0;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.7); }

.bottombanner .container {
  padding: 0; }

.body_cate {
  margin-bottom: 20px; }

/* Responsive */
@media screen and (max-width: 1199px) {
  .quymo-left .container {
    width: 500px; }

  .background-content img {
    height: auto;
    width: 560px; } }
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .quymo .quymo-content .infomation img {
    display: none; }

  .navbar-default .navbar-nav > li > a {
    margin: 0 5px;
    font-size: 13px; }

  .footer-inner p {
    font-weight: 600;
    font-size: 12px; }

  .submenu ul {
    bottom: 5%; }

  .submenu ul li {
    margin: 15px 0; } }
@media screen and (max-width: 991px) {
  .project-content a.img img {
    width: 100%; }

  .site-footer {
    text-align: center; }

  .quymo {
    /*background: url(../img/bg-quymo.png) left no-repeat;*/ }

  .quymo .quymo-content .infomation p, .quymo .quymo-content .infomation h5 {
    text-align: center; }



  .submenu {
    display: none; }

  .hotline {
    padding: 5px 30px 5px 15px; }

  .quymo .quymo-content .infomation img {
    display: none; }

  .background-content {
    width: 70%; }

  .quymo-left .container {
    width: 750px;
    margin-right: auto;
    padding-right: 15px; }

  .quymo-left, .quymo-right {
    width: 100%; }

  .quick_menu {
    padding-left: 15px; } }

@media screen and (max-width: 767px) {

  .dropdown-submenu > .dropdown-menu {
    padding: 0 0 5px 0;
    font-size: 12px; }

  .site-header {
    padding: 0px; }
	
      .navbar-default .navbar-nav > li > a {
    margin: 0;
    color: #4B4B50; }
	
    .logo img {
    max-height: 55px !important;
    padding-top: 5px
}

.navbar {margin-bottom: 0px !important}

  .site-header .navbar-default {
    width: 100%;
    float: left;
    min-height: 1px;
    padding: 0px; }
    .site-header .navbar-default .navbar-header {
      position: absolute;
      top: -50px;
      right: 0px;
      z-index: 999; }

  .langu {
    text-align: center;
    margin: 20px 0px 20px 20px; }

  .langu ul {
    padding: 0; }

  .langu ul li {
    margin: 0 5px; }

  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle {
    background: transparent;
    border-radius: 0; }

  .navbar-collapse.collapsing,
  .navbar-collapse.collapse {
    margin-top: 15px;
    background: #fcf9e6 !important;
    box-shadow: 1px 1px 12px 0px #333;
    padding: 0 10px 15px; }

  #search-menu {
    display: none; }

  .navbar-nav {
    width: 100%; }

  .site-footer {
    text-align: center; }

  .form-group-inner {
    width: 100%; }

  .title-section h4 {
    font-size: 57px; }

  .title-section h5 {
    font-size: 16px; }

  .project-content {
    margin-bottom: 30px; }

  .rank-inner .title-section {
    padding-bottom: 5px; }

  .rank-excerpt p {
    font-size: 13px;
    margin-bottom: 20px; }

  /* */
  .background-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    width: auto; }

  .quymo .quymo-content .infomation .block {
    width: 50%;
    float: left; }

  .quymo-left .container {
    width: auto; }

  .background-rank .pull-height {
    width: 50%;
    padding: 0 15px 15px; }

  .background-content {
    position: relative;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none; }

  .background-rank .pull-height img {
    height: auto !important; }

  .background-content img {
    height: auto;
    width: 100%; } }
@media screen and (max-width: 480px) {
  short {
    font-size: 11px; }

  .background-rank .pull-height {
    width: 100%; }

  .quymo {
    /*background: url(../img/bg-quymo.png) left no-repeat;
    background-size: cover; */}

  .quymo .quymo-content .infomation p {
    text-align: center;
    font-size: 20px;
    margin-top: 0; }

  .quymo .quymo-content .infomation h5 {
    text-align: center;
    min-height: 30px; }

  .quymo .quymo-content .infomation img {
    display: none; }

  form .btn-submit {
    font-size: 12px;
    width: 100%; }

  .utility .col-xs-6 {
    width: 100%; }

  article.utility-image a img {
    border-radius: 15px;
    width: 100%; }

  .rank-excerpt p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px; }

  .rank-excerpt a {
    padding: 5px 8px;
    font-size: 11px; }

  .rank-excerpt a span i:before {
    vertical-align: sub; }

  .quymo-excerpt p {
    white-space: inherit;
    overflow: inherit;
    text-overflow: inherit;
    }

  .submenu, .hotline {
    display: none; }

  .quymo .quymo-content .infomation .block:nth-child(2n+1) {
    clear: both; } }
@media screen and (max-width: 1024px) {
  .hotline {
    display: none !important; } }
/* Code moi */
@media screen and (max-width: 1024px) {
  .list_protduct {
    margin-top: 30px; } }
.utility_wrap {
  padding-left: 7.5px;
  padding-right: 7.5px; }
  .utility_wrap > .margin_3 {
    min-height: 1px;
    float: left;
    width: 12.5%; }
  .utility_wrap > .margin_2 {
    min-height: 1px;
    float: left;
    width: 25%; }
  .utility_wrap > .margin_1 {
    min-height: 1px;
    float: left;
    width: 37.5%; }

.utility .col-md-4 {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.h-post {
  margin-bottom: 15px; }

.map iframe {
  pointer-events: none; }

.map iframe.active {
  pointer-events: auto; }

/* End code moi */
#chatwithus {
  position: fixed;
  bottom: 0px;
  right: 10px;
  z-index: 9999;
  width: 300px; }
  #chatwithus > .button {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 20px;
    padding: 5px;
    background: #A67163;
    border-radius: 3px 3px 0px 0px;
    border: 0.1rem solid #A67163;
    border-bottom: none; }
    #chatwithus > .button > a {
      color: #fff;
      cursor: pointer; }
    #chatwithus > .button > i {
      color: #fff; }
  #chatwithus > .message-box {
    float: left;
    width: 100%; }
    #chatwithus > .message-box i.fa {
      position: absolute;
      z-index: 2;
      top: -5px;
      right: -5px;
      width: 30px;
      height: 30px;
      border-radius: 100%;
      background: white;
      color: #A67163;
      text-align: center;
      line-height: 30px; }

#back-top {
  position: fixed;
  z-index: 11;
  bottom: 35px;
  right: 11px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.85);
  text-align: center;
  display: none;
  margin: 0;
  box-shadow: 0px 0px 3px #fff;
  border-radius: 50%; }
  #back-top > a {
    float: left;
    width: 100%;
    height: 100%;
    color: #A67163;
    font-size: 30px;
    line-height: 36px;
    cursor: pointer; }
    #back-top > a:hover {
      text-decoration: none; }

.logo img {
  max-height: 65px; }
  
 .project-information{
 	
 	border: 2px dotted white;

 } 

footer {
  color: #666;
  font-size: 13px;
      background:url('Emerald-Background-3.jpg') no-repeat}
  footer > .footer-inner .logo-footer .col-md-3 img {
    max-width: 100%;
    max-height: 200px; }
  footer > .footer-inner .logo-footer .address, footer > .footer-inner .logo-footer .logo {
    margin-top: 50px; }
    @media (max-width: 769px) {
      footer > .footer-inner .logo-footer .address, footer > .footer-inner .logo-footer .logo {
        margin-top: 15px; } }
  footer > .footer-inner .footer_logo {
    padding-top: 30px; }
    footer > .footer-inner .footer_logo img {
      max-width: 100%;
      height: auto !important; }
  footer p > a {
    color: rgba(166, 113, 99, 0.85); }

.crumbs {
  padding: 0px; }
  .crumbs > .breadcrumb {
    margin-bottom: 10px;
    background: none;
    color: #000; }
    .crumbs > .breadcrumb > li:before {
      color: #000;
      content: "\f101";
      font-family: "FontAwesome"; }
    .crumbs > .breadcrumb > li:first-child:before {
      content: ""; }
    .crumbs > .breadcrumb > li > a {
      color: #A67163; }

#main {
  float: left;
  width: 100%;
  color: #000;
  padding: 10px 0px 30px 0px;
  margin-top: 15px; }
  #main.bg_vip {
    background: url("../img/bg_cmt.png") repeat top center; }
  #main .content-left {
    float: left;
    width: 100%;
    border-radius: 3px;
    padding: 15px; }
    #main .content-left .title {
      margin-top: 0px;
      color: #000;
      text-transform: uppercase;
      font-size: 36px;
      font-weight: lighter;
      font-family: inherit;
      position: relative;
      margin-bottom: 30px; }
      #main .content-left .title:before {
        height: 1px;
        background: rgba(166, 113, 99, 0.35);
        position: absolute;
        content: "";
        width: 35%;
        left: 0;
        bottom: -4px; }
    #main .content-left .dev_col_center {
      float: left;
      width: 100%; }
      #main .content-left .dev_col_center img {
        max-width: 100%;
        height: auto !important; }
    #main .content-left strong, #main .content-left a {
      color: #a67163; }

#maps {
  background: #e9e9e9;
  float: left;
  width: 100%;
  color: #000;
  padding: 10px 0px 30px 0px;
  margin-top: 15px;
  position: relative; }
  #maps .title-section {
    z-index: 2; }
  #maps .maps img {
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto; }
  #maps .stickytooltip {
    display: none;
    position: absolute;
    display: none;
    border: 0px solid black;
    /*Border around tooltip*/
    background: white;
    z-index: 3000;
    padding: 15px; }
  #maps .stickytooltip h5 {
    font-weight: bold;
    color: #FF0000; }
  #maps .stickytooltip .stickystatus {
    /*Style for footer bar within tooltip*/
    background: black;
    color: white;
    padding-top: 5px;
    text-align: center;
    font: bold 11px Arial; }

.quick_menu {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  margin-top: 15px; }
  .quick_menu > li {
    line-height: 34px; }
    .quick_menu > li > a {
      height: 34px;
      display: block;
      padding: 0px 10px;
      text-transform: none !important; }
      .quick_menu > li > a img {
        max-height: 34px;
        width: auto;
        display: block;
        float: left;
        margin-right: 5px;
        height: 14px;
        margin-top: 3px; }
    .quick_menu > li:hover > a {
      color: white !important; }
    .quick_menu > li > span {
      text-transform: uppercase;
      color: #bbb; }
  .quick_menu.sticky {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.85);
    right: 10%; }
    @media (max-width: 769px) {
      .quick_menu.sticky {
        position: relative; } }

@keyframes vnm-design-phone {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg); }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg); } }
.quick_tool {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 64px; }
  .quick_tool span.hotline_btn {
    background: #dd4b39;
    color: white;
    width: 48px;
    height: 48px;
    display: block;
    float: right;
    line-height: 48px;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
    .quick_tool span.hotline_btn:hover {
      width: 64px; }
    .quick_tool span.hotline_btn.facebook {
      background: #3b5998; }
      .quick_tool span.hotline_btn.facebook:hover {
        background: #2a6887; }
    .quick_tool span.hotline_btn.email {
      background: #8e8e8e; }
      .quick_tool span.hotline_btn.email:hover {
        background: #7e7e7e; }
    .quick_tool span.hotline_btn > a {
      font-size: 22px;
      color: white; }
    @media (max-width: 769px) {
      .quick_tool span.hotline_btn {
        width: 40px;
        height: 40px;
        line-height: 40px; }
        .quick_tool span.hotline_btn > a > i.fa {
          animation: 1s ease-in-out 0s normal none infinite running vnm-design-phone; } }

#s_submit_btn .form-group {
  width: 100%;
  margin-left: 0%;
  margin-bottom: 15px; }
  #s_submit_btn .form-group input {
    border-radius: 0px;
    padding: 5px 18px;
    font-size: 15px;
    color: #fff; }
  @media (max-width: 769px) {
    #s_submit_btn .form-group {
      width: 100%;
      margin: 0px 0px 10px 0px; } }
#s_submit_btn .form-group-submit {
  width: 100%;
  margin-left: 25%;
  float: left; }
  #s_submit_btn .form-group-submit > button, #s_submit_btn .form-group-submit > a {
    
    float: left;
    display: inline-block;
    border-radius: 0px;
    padding: 10px 15px;
    text-align: center;
    font-size: 15px;
    line-height: 24px; }
  #s_submit_btn .form-group-submit > button#btn_add2 {
    background: #555;
    color: white; }
  #s_submit_btn .form-group-submit > a {
    background: #555;
    color: white; }
  @media (max-width: 769px) {
    #s_submit_btn .form-group-submit {
      width: 100%;
      margin: 0px 0px 10px 0px; } }
@media (max-width: 769px) {
  #s_submit_btn {
    margin-bottom: 30px; } }

/* Responsive */
@media screen and (max-width: 767px) {
  .short {
    /*font-size: 11px;*/
    line-height: 21px; }

  .wppro-menu {
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    height: 40px;
    width: 40px;
    z-index: 9;
    cursor: pointer;
    font-size: 0; }

  .navbar-nav {
    margin: 0; }

  .caret {
    float: right;
    margin-top: 13px;
    margin-right: 15px; }

  .navbar-nav li.menu-item-has-children:hover > ul.dropdown-menu {
    display: none; }

  .navbar-nav > li.wp-open > .dropdown-menu {
    display: block !important; }

  .navbar-nav > li > .dropdown-menu {
    overflow: hidden;
    width: 100%;
    /*position: static;*/
    border: none;
    box-shadow: none;
    position: relative; } }
@media screen and (max-width: 320px) {
  .short {
    font-size: 10px;
    line-height: 14px; }

  .rank-excerpt a {
    font-size: 10px !important; } }
@media (max-width: 769px) {
  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }
    .navbar-toggle > span {
      background: #A67163; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin: 7.5px 0px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; } 
  
    .location{flex-direction: column;row-gap: 10px;}
  
  }

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

#n_contact2 ul{
	list-style: none;
    padding-left: 0;
}


#n_contact2 ul li input{
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
	margin-bottom: 25px;
    padding: 10px 25px;
    min-height: 50px;
    line-height: 33px;
    font-size: 16px;
	text-align: center;
	color: #004679;
}

.get-price-container-input ul li input{
  margin-bottom: 0px !important;
  padding: 0px !important;
  min-height: 0px !important;
}
#n_contact2 ul li select{
	background: #dfeef9;
    min-height: 50px;
    width: 100%;
    border: none;
    padding: 10px 25px;
    font-size: 15px;
    box-shadow: none
}

#n_contact2 .btn-send {
    margin-top: 15px;
    display: inline-block;
    padding: 10px 30px;
    background: #f58220;
    color: #fff;
    font-size: 18px;
}

.tt03 {
    color: #0f717c;
    font-weight: bold;
    padding: 15px;
    text-align: center;
}


.text-focus-bg
{
  display: inline-block;
  padding: 5px 7px;
  background-color: red;
  color: #fff;
}
.textyellow{
  color:#ffe038;
}

.footer-cate li{
margin-bottom: 15px;
}

.location{display: grid;gap: 20px;grid-template-columns: 1fr 1fr;margin-bottom: 15px;}
.location-left{display: flex;column-gap: 15px;align-items:center}
.location-left-time{    font-size: 38px;
  font-weight: bold;
  line-height: 1;
  color: rgb(235, 216, 157);
  text-align: left;
  font-family: 'Dancing Script', cursive;
  text-align: center;
}

  .bgcolor-main{background-color:var(--primary-color);}
   .bgcolor-main2{background-color:var(--primary-color2);}
 
.location{display: grid;gap: 20px;grid-template-columns: 1fr 1fr;margin-bottom: 15px;}
.location-left{display: flex;column-gap: 15px;align-items:center}
.location-left-time{    font-size: 38px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: left;
   font-family: "Anton", sans-serif;
  font-weight: 400;
  text-align: center;
}
.location-left-content{
  color: #fff;
  text-transform: uppercase;
}
.frame-shadow{
  padding: 0px 20px 30px;
  box-shadow: 0 0 30px -15px #2e1b0b;
  border-radius: 6px;
  margin:10px 0px;
}
.frame-yellow{
  background: rgb(148, 105, 36);
  border: 3px dashed white;
  border-radius: 4px;
  padding: 10px;
  margin: 10px 0px;
  color:black;
  font-weight: bold;
  color: #fff;
}

.frame-yellow-textblack{
  background-color:#fffbec;
border-color:#eabb98;
border-radius:12px;
border-style:dashed;
border-width:1.6px;
padding: 10px;
margin: 10px 0px;
}

.frame-red{
  background-color: red;
  border: 5px dashed white;
  border-radius: 25px;
  padding: 10px;
}

.frame-orange{
  border-width: 3px;
  border-radius: 0px 0px 16px 16px;
  border-style: solid;
  border-color: rgb(248, 153, 32);
  padding: 10px;
}



  .nav-tabs li a {
    display: inline-block;
    cursor: pointer;
    padding: 6px 15px;
    color: #017687;
    border-radius: 20px!important;
    border: 1px solid #017687 !Important;
    box-shadow: 0 2px 1px rgb(0 0 0 / 20%);
    background: #eee;
    line-height: 20px;
    margin: 5px;
}

.nav-tabs .active a{
  
  color: #fff;
  background: radial-gradient(circle at 100%,#E6B116 0%,#f1f17f 25%,#E6B116 100%);
}

td, th {
  border-bottom: 1px solid #004679;
  padding: 8px 0px;
  line-height: 1.6;
  font-weight: 500;
}
.short tr {margin-bottom: 10px;}
.textwhite{
  color:white;
}

    /* danh edit reponsive */
    @media screen and (max-width: 767px) {
      .location {
        grid-template-columns: 1fr;
        row-gap: 20px;
      }
      .tab-content img{height:100% !important;}
    }