@import "css_parts/pack.css";
#respMenu {
  max-width: 1000px;
}
#menu-btn {
  margin: 4px 0px 0px !important;
  padding: 5px !important;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  height: 3px !important;
  width: 30px !important;
}
.ace-responsive-menu li a {
  transition: 0.5s all;
}
.ace-responsive-menu li a:hover {
  color: #cf8f5a;
}
.ace-responsive-menu:not(.collapse) > li > a {
  font-size: 17px;
}
.ace-responsive-menu.collapse {
  background: #fee3cd;
}
.ace-responsive-menu.collapse li {
  border-bottom: 1px solid #fff;
}
.ace-responsive-menu.collapse li a {
  color: #070707;
}
.ace-responsive-menu.collapse li a:hover {
  background: #faac6c !important;
}
@media screen and (max-width: 1100px) and (min-width: 1018px) {
  .ace-responsive-menu:not(.collapse) > li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1018px) and (min-width: 720px) {
  .ace-responsive-menu:not(.collapse) > li > a {
    font-size: 13px;
  }
}
.content .container.mp {
  overflow: hidden;
  min-width: 100%;
  background-image: url('/img/main_bg.jpg');
  background-position: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}
.content .container.mp .left {
  padding-left: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .container.mp .left .cont {
  max-width: 800px;
  margin-top: -150px;
  line-height: 22px;
  padding-right: 60px;
  font-size: 18px;
}
.content .container.mp .left .cont h1 {
  color: #fff;
  font-size: 40px;
  text-shadow: 2px 2px 2px #000000;
}
.content .container.mp .left .cont a {
  color: #000;
}
.content .container.mp .left .cont h3 {
  font-size: 21px;
  margin-top: 45px;
}
.content .container.mp .right {
  background-image: url('/img/rbg.jpg');
  min-height: 100vh;
  background-position: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 870px) {
  .content .mp {
    padding-top: 135px;
    height: 100vh;
  }
}
@media screen and (max-width: 870px) {
  .content .container.mp {
    padding-top: 170px;
    min-width: 100%;
    margin-top: 0px;
    background-image: url('/img/rbg.jpg');
    background-position: cover;
  }
  .content .container.mp .row {
    margin-top: 0px;
    justify-content: center;
  }
  .content .container.mp .row .left {
    padding-left: 0px;
    display: flex;
    justify-content: center;
  }
  .content .container.mp .row .left .cont {
    color: #fff;
    font-size: 15px;
    line-height: 20px !important;
    padding: 0px 20px !important;
    margin-top: 0px;
    text-shadow: 2px 2px 2px #000000;
  }
  .content .container.mp .row .left .cont h1 {
    font-size: 24px;
  }
  .content .container.mp .row .left .cont a {
    color: #fff;
  }
  .content .container.mp .row .right {
    display: none;
  }
}
.divider {
  height: 50px;
  background-image: url('/img/main_bg.jpg');
  margin: 135px 20px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-position: 0px -400px;
}
.bread {
  color: #666;
  margin: 20px 0px 40px;
  font-size: 14px;
}
.bread a {
  color: #666;
}
.container.reg {
  line-height: 25px;
}
.container.reg img {
  margin: 0 auto 20px;
  display: block;
  width: 100%;
  border: 1px solid #666;
  max-width: 175px;
}
.container.reg h2 {
  font-weight: 300;
}
.container.reg table {
  border-collapse: collapse;
}
.container.reg table td {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.container.reg ul {
  margin: 0px 0px 0px 20px;
}
@media screen and (max-width: 870px) {
  .divider {
    display: none;
  }
  .bread {
    margin: 0px 0px 30px;
    font-size: 12px;
  }
  .content .container.reg {
    margin-top: 0px;
    padding: 140px 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .content .container.reg img {
    max-width: 177px;
  }
}
body {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 16px;
  color: #070707;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}
.head {
  background: #fff;
  background-repeat: repeat-x;
  min-height: 135px;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 99999;
  width: 100%;
}
.head .container {
  max-width: 100%;
  padding-top: 10px;
  align-self: center;
}
.head .container .site_title {
  font-size: 30px;
  color: #666464;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding-left: 50px;
  transition: 0.5s all;
}
.head .container .site_title a {
  text-decoration: none;
  color: #666464;
}
.head .container .site_title span {
  font-weight: bold;
  color: #070707;
  margin-right: 4px;
}
.head .container .site_menu {
  display: flex;
  justify-content: flex-end;
}
.head .container .phone {
  font-size: 25px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
}
.foot {
  text-align: center;
  font-size: 14px;
  padding: 40px 0px;
  margin-top: 40px;
  border-top: 1px solid #f8cfb1;
  color: #aeaeae;
}
.o_btn {
  background: #fc8c04;
  margin: 40px auto;
  display: block;
  border: 0px;
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.5s all;
}
.o_btn a {
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  display: block;
}
.o_btn:hover {
  background: #fdb509;
}
.phonea a {
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
  color: #fff !important;
  text-shadow: 2px 2px 2px #000000;
}
@media screen and (max-width: 870px) {
  .head {
    background-image: none !important;
    background: #fff;
    min-height: 0px;
    padding-bottom: 20px;
  }
  .head .site_title {
    min-width: 100%;
    justify-content: center !important;
    padding: 15px 0px;
    padding-left: 0px !important;
  }
  .head .site_menu {
    min-width: 100%;
    flex-flow: column;
  }
}
@media screen and (max-width: 920px) and (min-width: 720px) {
  .head {
    background-image: url(/img/top_bg.png);
    background-repeat: repeat-x;
    min-height: 135px;
    display: flex;
  }
  .head .container {
    max-width: 100%;
    align-self: flex-start;
  }
  .head .container .site_title {
    font-size: 25px;
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 480px) {
  .head .container {
    align-self: flex-start;
  }
  .head .site_title {
    font-size: 25px !important;
  }
}
