@font-face {
  font-family: "RSU_Regular";
  src: url("/fonts/rsufont/RSU_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "RSU_Regular", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  padding: 0;
}
nav.navbar {
  width: 100%;
  position: fixed;
  z-index: 9;
  transition: all 1s;
}
.navbar {
  min-height: 85px;
  background: #fff;
  margin-bottom: 0;
  transition: all 1s;
}
.navbar-brand {
  height: auto;
  padding: 10px;
}
.navbar-form {
  margin: 36px 0;
  padding: 0;
}
.navbar-right a {
  padding: 10px 0 10px 30px;
  color: #424242;
}
.navbar-right a:hover,
.navbar-right a.active {
  text-decoration: none;
  color: #3095e3;
}
.jumbotron {
  padding: 0;
  padding-top: 98px;
  /*background: url('/img/img_main01.jpg') left 106px no-repeat;*/
  background-size: 100% auto;
  margin-top: 0px;
  margin-bottom: 20px;
}

.box-promote01 {
  background: #e6e6e6 url(/img/bg-promo.png) left bottom repeat-x;
  /*border-bottom: 5px solid #b6d7f0;*/
}
.list-promote01 {
  font-size: 14px;
  text-align: center;
}
.list-promote01 .item {
  display: block;
  padding: 20px 25px 15px 110px;
  text-align: left;
  color: #424242;
}
.list-promote01 .item span {
  display: block;
}
.list-promote01 .item .title {
  font-size: 16px;
}
.list-promote01 .col-md-4 {
  position: relative;
  padding: 0;
}
.list-promote01 .col-md-4:nth-child(1) .item {
  margin-top: 10px;
  background: url(/img/ico_mail01.png) 0px center no-repeat;
  background-size: 35px auto;
  padding: 20px 25px 15px 55px;
}
.list-promote01 .col-md-4:nth-child(2) .item {
  margin-top: 10px;
  background: url(/img/ico_time01.png) 0px center no-repeat;
  background-size: 35px auto;
  padding: 20px 25px 15px 55px;
}
.list-promote01 .col-md-4:nth-child(3) .item {
  background: #3095e3 url(/img/ico_tel01.png) 35px center no-repeat;
  background-size: 35px auto;
}
.list-promote01 .item.active {
  color: #fff;
  cursor: pointer;
  background-color: #3095e3;
}
.list-promote01 .col-md-4:nth-child(3) .item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 5px;
  background: #3095e3;
  z-index: 2;
}

.box-banner {
  position: relative;
  color: #fff;
  background: url(/img/img_main01.jpeg) right top no-repeat;
  background-size: cover;
}
.box-banner img {
  width: 100%;
  max-height: 450px;
  opacity: 0;
}
.box-banner .box-text {
  position: absolute;
  top: 23%;
  left: 14%;
}
.h1_basic01 {
  font-size: 48px !important;
  font-weight: bold;
  letter-spacing: 4px;
}
.h3_basic01 {
  font-size: 31px !important;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.box-banner p {
  font-size: 21px !important;
  letter-spacing: 2px;
}

.box-intro01 {
  position: relative;
  z-index: 2;
  margin-top: -90px;
}
.box-intro01 .list-intro01 {
  overflow: hidden;
  margin: 0 auto;
  width: 90%;
}
.box-intro01 .list-intro01 .item {
  float: left;
  width: 33.3%;
  color: #fff;
  margin: 0;
  padding: 25px 30px 20px 30px;
}
.box-intro01 .list-intro01 .item:nth-child(1) {
  background: #3095e3 url(/img/ico_tooth01.png) 90% center no-repeat;
  background-size: 90px auto;
}
.box-intro01 .list-intro01 .item:nth-child(2) {
  background: #4eb9f0 url(/img/ico_tooth02.png) 90% center no-repeat;
  background-size: 90px auto;
}
.box-intro01 .list-intro01 .item:nth-child(3) {
  background: #94daf6 url(/img/ico_tooth03.png) 90% center no-repeat;
  background-size: 90px auto;
}
.box-intro01 .list-intro01 .item .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
}
.box-intro01 .list-intro01 .item .stitle {
  font-size: 16px;
}

.box-content01 {
  padding: 60px 10px 30px 10px;
  margin-bottom: 50px;
}
.box-content01 .sub-title {
  color: #9fa19b;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 15px;
}
.box-content01 .col-md-4 img {
  width: 100%;
  margin-bottom: 20px;
}
.box-content01 .txt_detail02 {
  padding: 10px 60px;
  color: #636363;
  font-size: 22px;
  letter-spacing: 1px;
}

.container-service {
  background: url(/img/bg_main01.jpeg) center center no-repeat;
  letter-spacing: 1px;
}
.box-service01 {
  overflow: hidden;
  color: #fff;
  padding: 50px 0;
}
.box-service01 h2 {
  font-weight: bold;
  letter-spacing: 2px;
}
.box-service01 .sub-title {
  font-size: 22px;
}
.list-service01 {
  overflow: hidden;
}
.list-service01 .item {
  height: 180px;
  padding: 10px 60px 10px 0px;
}
.list-service01 .item .title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}
.box-service01 .txt_detail {
  font-size: 16px;
}

.container-contact {
  padding: 20px 0 0px 0;
}
.container-contact h2 {
  padding: 30px 0;
  font-weight: bold;
  letter-spacing: 2px;
}
.box-map01 {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.box-map01 iframe {
  width: 100%;
}
.list-map-detail {
  position: absolute;
  right: 1%;
  top: 0;
  background: #3095e3;
  color: #fff;
  padding: 60px 25px 50px 25px;
  min-height: 100%;
  line-height: 1;
}
.list-map-detail .item .title {
  padding: 10px 0 0px 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.list-map-detail .item .title.pin {
  background: url(/img/ico_pin01.png) right 7px no-repeat;
  background-size: 15px auto;
}
.list-map-detail .item .title.mail {
  background: url(/img/ico_mail02.png) right 7px no-repeat;
  background-size: 15px auto;
}
.list-map-detail .item .title.phone {
  background: url(/img/ico_tel02.png) right 7px no-repeat;
  background-size: 15px auto;
}
.list-map-detail .item .title.time {
  background: url(/img/ico_time02.png) right 7px no-repeat;
  background-size: 15px auto;
}
.list-map-detail .item .stitle {
  margin-bottom: 20px;
  width: 80%;
}
.list-map-detail .item .stitle a {
  color: #fff;
  text-decoration: none;
}

.container-footer {
  background: #363636;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.container-footer a {
  color: #fff;
}

.container-footer2 {
  background: #515252;
}
.box-footer01 {
  overflow: hidden;
  color: #fff;
  padding: 50px 0;
  text-align: left;
}
.box-footer01 {
  overflow: hidden;
}
.box-footer01 .item {
  height: 180px;
  padding: 10px 60px 10px 0px;
}
.box-footer01 .item .title {
  font-size: 20px;
  font-weight: bold;
}

.mb20 {
  margin-bottom: 20px;
}

@media (min-width: 1170px) {
  .container {
    width: 1170px;
  }
  .list-promote01 {
    padding: 0;
  }
}

@media (max-width: 1169px) {
  .container {
    width: 100%;
  }
  /*.box-banner { padding: 100px 60px;}*/
}
@media (max-width: 1023px) {
  .list-promote01 {
    padding: 0;
  }
  .list-promote01 .col-md-4 {
    padding: 0;
  }
  .jumbotron .container {
    padding: 0;
  }
  .list-promote01 .col-md-4:nth-child(1) .item {
    background: url(/img/ico_mail01.png) 20px center no-repeat;
    padding: 20px 25px 15px 80px;
  }
  .list-promote01 .col-md-4:nth-child(2) .item {
    background: url(/img/ico_time01.png) 20px center no-repeat;
    padding: 20px 25px 15px 80px;
  }
  /*.list-promote01 .col-md-4:nth-child(3) .item { background: #3095e3 url(/img/ico_tel01.png) 20px center no-repeat; background-size: 20px auto;}*/
  /*.list-promote01 .item { padding: 20px 25px 15px 60px;}*/

  .box-content01 .txt_detail02 {
    font-size: 18px;
  }
  .h1_basic01 {
    font-size: 38px !important;
  }
  .h3_basic01 {
    font-size: 24px !important;
  }
  .box-banner p {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .navbar-form {
    margin: 0;
    padding: 0;
  }
  .navbar-right a {
    display: block;
    border-bottom: 1px solid #9fa19b;
  }
  .navbar-form .form-group {
    margin: 0;
  }
  .navbar-toggle {
    position: absolute;
    top: 22px;
    right: 0;
  }
  .navbar-toggle .icon-bar {
    background: #333;
  }
  .navbar-toggle .icon-bar {
    width: 24px;
  }
  .navbar-collapse.collapse.in {
    border-top: 1px solid #9fa19b;
  }
  .list-promote01 .col-md-4:nth-child(1) .item {
    background: url(/img/ico_mail01.png) 15px center no-repeat;
    background-size: 20px auto;
  }
  .list-promote01 .col-md-4:nth-child(2) .item {
    background: url(/img/ico_time01.png) 15px center no-repeat;
    background-size: 20px auto;
  }
  .list-promote01 .col-md-4:nth-child(3) .item {
    background: #3095e3 url(/img/ico_tel01.png) 15px center no-repeat;
    background-size: 20px auto;
  }
  .list-promote01 .item {
    padding: 20px 25px 15px 45px;
  }
  .box-banner .box-text {
    top: 16%;
  }
  .box-intro01 {
    display: none;
  }
}
@media (max-width: 700px) {
  .box-banner img {
    min-height: 400px;
  }
  .jumbotron {
    margin-top: 0px;
  }
  .list-promote01 {
    display: none;
  }
  .box-intro01 {
    display: none;
    margin-top: 40px;
  }
  .box-intro01 .list-intro01 {
    width: 80%;
    margin: 0 auto;
  }
  .box-intro01 .list-intro01 .item {
    width: 100%;
  }
  .box-content01 {
    padding: 20px 5% 30px 5%;
  }
  .container-service {
    background-size: cover;
  }
  .list-map-detail {
    right: 0;
  }
  .box-footer01 .item {
    padding: 10px 40px 10px 10px;
  }
  .box-footer01 .item:nth-child(3) {
    height: 90px;
  }
}
@media (max-width: 480px) {
  .box-banner .box-text {
    left: 7%;
  }
  .h1_basic01 {
    font-size: 24px !important;
  }
  .h3_basic01 {
    font-size: 18px !important;
  }
  .box-banner p {
    font-size: 16px !important;
  }
  .list-map-detail {
    position: inherit;
  }
  .box-banner {
    background: url("/img/img_main01.jpeg") right center no-repeat;
    background-size: cover;
  }
  .box-banner img {
    min-height: 230px;
    opacity: 0;
  }
  .box-intro01 {
    display: none;
  }
  .box-content01 .txt_detail02 {
    padding: 10px 30px;
  }
}
