.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.5; }

body {
  background: #eee; }

.wrap {
  position: relative;
  z-index: 10;
  width: 100%; }

h1 {
  font-size: 20px;
  font-weight: normal;
  color: #111;
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px; }

/* HEADER */
#naviframe {
  min-width: 1000px; }

#header, #contentframe, #footer, #contact {
  width: 1000px;
  margin: 0 auto; }

#header {
  position: relative;
  height: auto;
  border-radius: 0px 0px 5px 5px;
  padding-bottom: 10px; }
  #header .head_info {
    padding: 10px 20px;
    margin: 0px;
    font-weight: normal;
    font-size: 80%;
    border-bottom: 1px dotted #ccc; }
  #header .logo {
    background: url("../images/logo.png") no-repeat center center;
    min-height: 95px; }
  #header .top_info .address {
    font-size: 110%;
    color: #000;
    text-align: right;
    padding-top: 20px; }
  #header .top_info .top_contact {
    text-align: right; }
    #header .top_info .top_contact li {
      background: #9da630;
      display: inline-block;
      box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
      padding: 3px 8px 2px 8px;
      border-radius: 3px;
      margin-left: 10px;
      line-height: 28px;
      -webkit-transition: 300ms;
      -moz-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms;
      cursor: pointer; }
      #header .top_info .top_contact li .fa {
        color: white; }
      #header .top_info .top_contact li:hover {
        background: #ea8d0f;
        -webkit-box-shadow: 0px 0px 9px rgba(233, 141, 14, 0.4), 0px 0px 0px 1px rgba(233, 141, 14, 0.1);
        -moz-box-shadow: 0px 0px 9px rgba(233, 141, 14, 0.4), 0px 0px 0px 1px rgba(233, 141, 14, 0.1);
        box-shadow: 0px 0px 9px rgba(233, 141, 14, 0.4), 0px 0px 0px 1px rgba(233, 141, 14, 0.1);
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms; }
      #header .top_info .top_contact li a {
        color: white;
        font-size: 120%;
        font-weight: bold;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

#naviframe {
  position: relative;
  margin-top: 40px;
  z-index: 10; }
  #naviframe .navicontent {
    position: relative; }
  #naviframe .main-nav {
    height: 80px;
    z-index: 1;
    clear: both;
    padding-top: 10px;
    padding-bottom: 0px;
    position: absolute;
    display: block;
    top: -60px;
    width: 100%;
    overflow: hidden; }
    #naviframe .main-nav .menu {
      display: table;
      width: 100%;
      margin: 0px;
      /*padding-bottom:15px;*/
      position: relative; }
      #naviframe .main-nav .menu li {
        display: table-cell;
        width: 14.28571%;
        position: relative;
        margin: 0px 5px;
        padding: 0px 2px; }
        #naviframe .main-nav .menu li a {
          background: #fff;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(white, 0), color-stop(#f6f6f6, 0.74), color-stop(#ededed, 1));
          background: -webkit-linear-gradient(top, white 0%, #f6f6f6 74%, #ededed 100%);
          background: -moz-linear-gradient(top, white 0%, #f6f6f6 74%, #ededed 100%);
          background: -o-linear-gradient(top, white 0%, #f6f6f6 74%, #ededed 100%);
          background: linear-gradient(top, white 0%, #f6f6f6 74%, #ededed 100%);
          box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.1);
          display: block;
          font-weight: bold;
          height: 42px;
          text-align: center;
          -webkit-border-radius: 3px 3px 0 0;
          -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
          position: relative;
          -webkit-transition: 300ms;
          -moz-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms;
          z-index: 1;
          /*border: 1px solid #f2f2f2;*/
          padding-top: 10px;
          outline: none;
          color: #111;
          top: 8px; }
          #naviframe .main-nav .menu li a small {
            opacity: 0;
            font-size: 80%;
            font-weight: normal;
            display: block;
            color: #111;
            -webkit-transition: 300ms;
            -moz-transition: 300ms;
            -o-transition: 300ms;
            transition: 300ms; }
        #naviframe .main-nav .menu li.active a, #naviframe .main-nav .menu li a:hover {
          background: #9da630;
          z-index: 11;
          /*border: 1px solid #52b6ec;*/
          -webkit-transition: 300ms;
          -moz-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms;
          height: 50px;
          color: #fff;
          top: 0px; }
          #naviframe .main-nav .menu li.active a small, #naviframe .main-nav .menu li a:hover small {
            color: #fef5ea;
            opacity: 1;
            -webkit-transition: 300ms;
            -moz-transition: 300ms;
            -o-transition: 300ms;
            transition: 300ms; }

#contentframe {
  position: relative;
  min-height: 600px;
  background: #fff url(../images/minbg.png) repeat-y -167px top;
  z-index: 100; }
  #contentframe .carousel {
    position: relative;
    z-index: 100; }

#main-slider {
  position: relative;
  width: 100%;
  z-index: 100;
  padding: 20px 0px;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
  background-image: url(../images/slider-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #fff; }
  #main-slider .item {
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    -webkit-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    z-index: 1;
    text-align: center; }
    #main-slider .item:first-child {
      top: auto;
      position: relative; }
    #main-slider .item.active {
      opacity: 1;
      -moz-transition: opacity ease-in-out 500ms;
      -o-transition: opacity ease-in-out 500ms;
      -webkit-transition: opacity ease-in-out 500ms;
      transition: opacity ease-in-out 500ms;
      z-index: 2; }
      #main-slider .item.active h1 {
        -webkit-animation: scaleUp 400ms;
        -moz-animation: scaleUp 400ms;
        -o-animation: scaleUp 400ms;
        -ms-animation: scaleUp 400ms;
        animation: scaleUp 400ms;
        border: 0px; }
  #main-slider .prev, #main-slider .next {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    display: inline-block;
    margin-top: -50px;
    font-size: 24px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
    padding-top: 15px; }
    #main-slider .prev:hover, #main-slider .next:hover {
      background-color: rgba(0, 0, 0, 0.5); }
  #main-slider .prev {
    left: 10px; }
  #main-slider .next {
    right: 10px; }
  #main-slider h1 {
    font-size: 68px;
    text-shadow: 0 3px rgba(0, 0, 0, 0.1);
    color: #fff;
    border: 0px !important; }

/* container */
#main-page {
  padding-top: 15px;
  background: #fff;
  min-height: 800px; }
  #main-page .home-3g {
    margin-left: -5px;
    margin-right: -5px; }
    #main-page .home-3g li {
      padding-left: 5px;
      padding-right: 5px; }
      #main-page .home-3g li a {
        display: block;
        min-height: 300px;
        border: 1px solid #eee;
        border-radius: 5px;
        position: relative;
        padding-bottom: 10px; }
        #main-page .home-3g li a:after {
          content: "\f00e";
          position: absolute;
          display: block;
          font: normal normal normal 14px/1 FontAwesome;
          color: #111;
          bottom: 8px;
          right: 8px; }
        #main-page .home-3g li a:hover {
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }
    #main-page .home-3g h4 {
      display: block;
      padding: 10px 10px;
      margin: 0px;
      font-size: 110%;
      font-weight: bold;
      position: relative;
      text-align: center;
      min-height: 70px; }
      #main-page .home-3g h4:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #f8f8f8;
        position: absolute;
        left: 0px;
        bottom: 10px; }
    #main-page .home-3g .textbox {
      display: block;
      font-size: 80%;
      padding: 10px 15px; }
    #main-page .home-3g .home-img {
      font-size: 5em;
      text-align: center;
      overflow: hidden;
      width: 100%;
      display: block;
      height: 140px;
      padding-top: 50px;
      opacity: .8;
      -webkit-transition: 500ms;
      -moz-transition: 500ms;
      -o-transition: 500ms;
      transition: 500ms; }
      #main-page .home-3g .home-img:hover {
        opacity: 1;
        -webkit-transition: 500ms;
        -moz-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms; }
  #main-page .home-textbox {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    margin-bottom: 20px; }
    #main-page .home-textbox p {
      line-height: 1.8em;
      text-indent: 2em; }

/* sider */
#main-sider {
  min-height: 800px;
  padding-top: 15px;
  background: #ddd; }
  #main-sider .itembuttongroup {
    background: url("../images/itembutton.png") no-repeat left top;
    width: 300px;
    min-height: 200px; }
    #main-sider .itembuttongroup ul {
      padding: 65px 30px 0px 30px; }
      #main-sider .itembuttongroup ul li {
        margin-bottom: 15px; }
        #main-sider .itembuttongroup ul li a {
          display: block;
          background: #ddd;
          border-radius: 5px;
          min-height: 50px;
          -webkit-transition: 300ms;
          -moz-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms; }
        #main-sider .itembuttongroup ul li.salehouse a {
          background: #9da630 url("../images/itembutton-sale.png") no-repeat center center; }
        #main-sider .itembuttongroup ul li.buyhouse a {
          background: #ea8d0f url("../images/itembutton-buy.png") no-repeat center center; }
        #main-sider .itembuttongroup ul li a:hover {
          -webkit-transition: 300ms;
          -moz-transition: 300ms;
          -o-transition: 300ms;
          transition: 300ms;
          background-color: #111; }
  #main-sider .left-contact-img {
    min-height: 500px;
    background: url("../images/left-contact.png") no-repeat left top;
    padding: 350px 20px 20px 20px; }
    #main-sider .left-contact-img ul {
      line-height: 2em; }
      #main-sider .left-contact-img ul li.address {
        color: #111;
        font-weight: bold; }
      #main-sider .left-contact-img ul li.tel, #main-sider .left-contact-img ul li.mail {
        font-size: 150%;
        font-weight: bold;
        margin-top: 10px;
        color: #111; }
        #main-sider .left-contact-img ul li.tel a, #main-sider .left-contact-img ul li.mail a {
          color: #111; }
  #main-sider .left-list-block {
    min-height: 300px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    width: 300px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1); }
    #main-sider .left-list-block > ul > li > a {
      font-weight: bold; }
    #main-sider .left-list-block > ul > li div.deeptwo > a {
      padding-left: 3em; }
    #main-sider .left-list-block ul {
      padding: 10px 0px; }
      #main-sider .left-list-block ul a {
        display: block;
        border-bottom: 1px solid #eee;
        font-size: 110%;
        padding: 5px 15px;
        color: #111;
        -webkit-transition: 500ms;
        -moz-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms; }
        #main-sider .left-list-block ul a:hover {
          -webkit-transition: 500ms;
          -moz-transition: 500ms;
          -o-transition: 500ms;
          transition: 500ms;
          background: #9da630;
          color: #fff; }

/* list page */
.list-page h1, .list-page .item-page h1, .list-page .pagecontent h1 {
  font-weight: bold;
  border-bottom: 2px solid #9da630;
  margin-bottom: 20px;
  padding: 10px 5px 10px 5px;
  color: #111; }

.list-photo-item li {
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  padding: 10px 8px;
  display: table; }
  .list-photo-item li .photo {
    height: 220px;
    overflow: hidden;
    display: block;
    background: #f2f2f2;
    text-align: center;
    opacity: .8;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    margin-bottom: 5px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2); }
    .list-photo-item li .photo img {
      height: 100%; }
  .list-photo-item li:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms; }
    .list-photo-item li:hover .photo {
      opacity: 1;
      -webkit-transition: 500ms;
      -moz-transition: 500ms;
      -o-transition: 500ms;
      transition: 500ms; }
  .list-photo-item li .title, .list-photo-item li .price {
    font-size: 80%;
    display: block;
    vertical-align: text-bottom;
    padding: 3px;
    position: relative; }
  .list-photo-item li .title {
    min-height: 42px;
    padding: 3px;
    font-weight: bold;
    color: #111;
    text-align: right; }
  .list-photo-item li .price {
    text-align: right;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    color: #CE332D;
    font-weight: 800; }
    .list-photo-item li .price span {
      color: #000; }
  .list-photo-item li > li > a {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px; }

/* item page */
.item-page h1 {
  font-size: 180%;
  color: #111;
  position: relative;
  margin-bottom: 60px;
  overflow: visible; }
  .item-page h1:after {
    content: "";
    display: block;
    border-bottom: 1px solid #eee;
    height: 52px;
    position: absolute;
    width: 100%;
    left: 0px; }
  .item-page h1 small {
    display: inline-block;
    margin-left: 6px;
    border: 1px solid #1586C3;
    color: #1586C3;
    font-size: 48%;
    font-weight: 200;
    padding: 3px 6px;
    border-radius: 3px; }
    .item-page h1 small:first-child {
      margin-left: 30px; }
    .item-page h1 small.renting {
      background: #a6801a;
      color: #fff;
      border: 1px solid #7f1c00; }
    .item-page h1 small.sale {
      background: #a6391a;
      color: #fff;
      border: 1px solid #7f5d00; }
    .item-page h1 small.redbox {
      background: #CB2027;
      color: #fff;
      border: 1px solid #CB2027; }

.item-page .item-page-container .item-info dl {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-top: 5px; }
  .item-page .item-page-container .item-info dl dt, .item-page .item-page-container .item-info dl dd {
    display: inline-block;
    color: #111;
    font-weight: 900;
    padding: 5px 0px; }
  .item-page .item-page-container .item-info dl dd {
    margin-right: 20px;
    padding-left: 10px; }
  .item-page .item-page-container .item-info dl.dl-block {
    display: table;
    width: 100%; }
    .item-page .item-page-container .item-info dl.dl-block dt, .item-page .item-page-container .item-info dl.dl-block dd {
      display: table-cell; }
    .item-page .item-page-container .item-info dl.dl-block dt {
      width: 58px; }

.item-page .item-page-container .item-info b {
  font-size: 2.758rem;
  vertical-align: baseline;
  color: #ed6103; }

.item-page .item-page-container .item-info.item-moreinfo {
  margin: 15px 0px; }
  .item-page .item-page-container .item-info.item-moreinfo .item-moreinfo-p {
    display: table;
    width: 100%;
    border-collapse: collapse; }
  .item-page .item-page-container .item-info.item-moreinfo .item-moreinfo-row {
    display: table-row; }
    .item-page .item-page-container .item-info.item-moreinfo .item-moreinfo-row .item-label, .item-page .item-page-container .item-info.item-moreinfo .item-moreinfo-row .item-moreinfo-single .item-label {
      background: transparent;
      color: #111; }
    .item-page .item-page-container .item-info.item-moreinfo .item-moreinfo-row > dt.th, .item-page .item-page-container .item-info.item-moreinfo .item-moreinfo-row > dd.td, .item-page .item-page-container .item-info.item-moreinfo .item-moreinfo-row .item-moreinfo-single > dt.th, .item-page .item-page-container .item-info.item-moreinfo .item-moreinfo-row .item-moreinfo-single > dd.td {
      display: table-cell;
      min-height: 30px;
      padding: 5px;
      border: 1px solid #eee; }
    .item-page .item-page-container .item-info.item-moreinfo .item-moreinfo-row > dt.th, .item-page .item-page-container .item-info.item-moreinfo .item-moreinfo-row .item-moreinfo-single > dt.th {
      width: 100px; }
    .item-page .item-page-container .item-info.item-moreinfo .item-moreinfo-row > dd.td {
      width: 218px; }
  .item-page .item-page-container .item-info.item-moreinfo .item-moreinfo-single {
    display: table-row; }

.item-page .item-page-container .item-photobox {
  margin: 20px auto; }
  .item-page .item-page-container .item-photobox .photoshow {
    min-height: 300px;
    text-align: center;
    overflow: hidden; }
    .item-page .item-page-container .item-photobox .photoshow img {
      max-height: 800px; }
  .item-page .item-page-container .item-photobox .photolist {
    overflow: hidden; }
    .item-page .item-page-container .item-photobox .photolist ul li {
      width: 50px;
      margin-bottom: 10px;
      border: 1px solid #ccc;
      position: relative;
      overflow: hidden; }
      .item-page .item-page-container .item-photobox .photolist ul li:before {
        content: "\f00e";
        position: absolute;
        display: block;
        font: normal normal normal 14px/1 FontAwesome;
        color: #fff;
        bottom: 2px;
        right: 2px; }
      .item-page .item-page-container .item-photobox .photolist ul li:hover {
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8); }
    .item-page .item-page-container .item-photobox .photolist img {
      width: 100%; }

.nagare > li {
  margin-bottom: 1px; }
  .nagare > li > dl {
    position: relative;
    margin: 0px; }
    .nagare > li > dl > dt, .nagare > li > dl > dd {
      position: relative;
      display: block;
      height: 200px;
      background: #f8f8f8;
      float: left; }
    .nagare > li > dl > dt {
      padding-left: 0;
      padding-right: 0px;
      background: #9da630; }
      .nagare > li > dl > dt.step:before, .nagare > li > dl > dt.step:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -50px;
        right: 0px;
        width: 110px;
        height: 50px;
        background: transparent;
        border-style: solid;
        border-width: 31px 55px 0 55px;
        border-color: #fff transparent transparent transparent;
        z-index: 99; }
      .nagare > li > dl > dt.step:before {
        z-index: 7;
        bottom: -50px;
        right: 0px; }
      .nagare > li > dl > dt.step:after {
        z-index: 10;
        border-width: 30px 55px 0 55px;
        border-color: #9da630 transparent transparent transparent; }
      .nagare > li > dl > dt .steptip {
        display: block;
        color: #fff;
        padding: 5px; }
      .nagare > li > dl > dt .steptitle {
        text-align: center;
        display: block;
        color: #fff;
        padding-top: 20px; }
    .nagare > li > dl > dd {
      display: block;
      padding: 10px 10px 10px 10px;
      font-size: 80%;
      /*overflow: scroll;*/
      overflow-y: auto;
      line-height: 1.5em; }

.titlewell dt {
  display: block;
  background: #9da630;
  padding: 10px 15px;
  line-height: 36px;
  min-height: 55px;
  color: #fff;
  font-size: 180%;
  font-weight: normal; }

.titlewell dd {
  background: #eee;
  padding: 10px 15px;
  line-height: 1.5em; }

.item-label {
  display: inline-block;
  margin-left: 6px;
  color: #fff;
  font-size: 80%;
  font-weight: 200;
  padding: 2px 6px 0px 6px;
  border-radius: 3px;
  line-height: 15px;
  background: #9da630; }

/* footer */
#contact .box {
  background-color: #62681e;
  color: #fff;
  padding: 50px 30px;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  line-height: 2; }
  #contact .box address {
    line-height: 2; }
  #contact .box.first {
    margin-top: -40px;
    border-radius: 5px 5px 0 0; }
  #contact .box.last {
    border-radius: 0 0 5px 5px; }
  #contact .box h1, #contact .box h2, #contact .box h3 {
    color: #fff; }
  #contact .box h2 {
    padding: 10px 30px;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    margin-bottom: 30px;
    font-size: 48px; }
  #contact .box a {
    color: #fff; }
    #contact .box a:hover {
      color: #9da630; }
  #contact .box input[type="text"], #contact .box input[type="email"], #contact .box textarea {
    color: #fff;
    background-color: #787e25;
    border: 0;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms; }
    #contact .box input[type="text"]:focus, #contact .box input[type="email"]:focus, #contact .box textarea:focus {
      color: #fff;
      background-color: #111;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #999; }

/* public */
a {
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: none; }
  a:hover, a:focus {
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: 0.5s ease;
    text-decoration: none; }

a.banner-block {
  display: block;
  width: 300px;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease; }
  a.banner-block:hover {
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: 0.5s ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5); }
  a.banner-block.contactblock {
    background: #9da630; }
  a.banner-block.policeblock {
    background: #f0ad4e; }

.banner-block {
  margin-bottom: 15px; }

.badge-box {
  display: block;
  width: 98px;
  height: 61px;
  position: absolute;
  top: 9px;
  left: 58px;
  opacity: 1;
  z-index: 999; }
  .badge-box.badge-box-rent:before {
    background: url("../images/badge-yellow.svg") no-repeat right top; }
  .badge-box.badge-box-sale:before {
    background: url("../images/badge-red.svg") no-repeat right top; }
  .badge-box .badge-text.sale {
    color: #fff;
    position: absolute;
    font-weight: 400;
    font-size: 14px;
    transform-origin: center center 0;
    transform: rotate(30deg);
    top: 18px;
    left: 42px;
    bottom: 0;
    right: 0; }
  .badge-box .badge-text.rent {
    color: #fff;
    position: absolute;
    font-weight: 400;
    font-size: 14px;
    transform-origin: center center 0;
    transform: rotate(30deg);
    top: 18px;
    left: 42px;
    bottom: 0;
    right: 0; }

.svg:not(html):before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain; }

.svgtag {
  display: block;
  position: absolute;
  top: -1px;
  left: -3px; }
  .svgtag #svg-bai, .svgtag #svg-tin {
    width: 25px;
    height: 25px;
    position: relative;
    border: 1px solid #eee;
    border-radius: 300px; }
  .svgtag #svg-bai {
    border: 2px solid #ea8d0f; }
    .svgtag #svg-bai .fill {
      fill: #ea8d0f; }
  .svgtag #svg-tin {
    border: 2px solid #9da630; }
    .svgtag #svg-tin .fill {
      fill: #9da630; }

.breadcrumb {
  border-radius: 0px;
  background: #fff; }

/*# sourceMappingURL=maps/style.css.map */
