* {
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.header {
  width: 100%;
  background-color: #ffffff;
  height: 140px;
}
@media screen and (max-width: 992px) {
  .header {
    height: auto;
  }
}
.header .container {
  width: 1200px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1242px) {
  .header .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header .container .header-top {
  width: 100%;
  display: inline-block;
  height: 50px;
}
.header .container .header-top .social-c {
  float: right;
  margin-top: 12px;
}
.header .container .header-top .social-c .social-right-icon {
  display: block;
  background-color: #ececec;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 7px;
  border-radius: 25px;
  float: right;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
}
.header .container .header-top .social-c .social-right-icon img {
  margin-left: -5px;
}
.header .container .header-top .social-c .social-list {
  width: 76px;
  height: 25px;
  background-color: #ececec;
  padding: 15px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  margin-top: 3px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
}
.header .container .header-top .social-c .social-list .social-list-item {
  float: left;
  margin-right: 25px;
  padding: 0;
  margin-top: -9px;
}
.header .container .header-top .social-c .social-list .social-list-item:last-child {
  margin-right: 0;
}
.header .container .header-bottom {
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .header .container .header-bottom {
    margin-top: 15px;
    padding-bottom: 15px;
  }
}
.header .container .header-bottom .logo {
  float: left;
}
@media screen and (max-width: 992px) {
  .header .container .header-bottom .logo img {
    width: 100px;
  }
}
.header .container .header-bottom .nav {
  float: right;
  margin-top: 25px;
}
@media screen and (max-width: 992px) {
  .header .container .header-bottom .nav {
    display: none;
    position: fixed;
    top: 118px;
    right: 0;
    background-color: #ffffff;
    z-index: 5;
    margin-top: 0;
    padding-bottom: 20px;
    right: -100%;
    width: 100%;
    overflow-y: auto;
    height: calc(100% - 118px);
  }
}
.header .container .header-bottom .nav ul {
  padding: 0;
  margin: 0;
  width: auto;
}
.header .container .header-bottom .nav ul li {
  display: inline-block;
  margin-left: 50px;
  position: relative;
  height: 60px;
}
@media screen and (max-width: 992px) {
  .header .container .header-bottom .nav ul li {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }
}
@media screen and (max-width: 1242px) {
  .header .container .header-bottom .nav ul li {
    margin-left: 30px;
  }
}
.header .container .header-bottom .nav ul li a {
  font-weight: 600;
  font-size: 16px;
  color: #363636;
}
.header .container .header-bottom .nav ul li:hover > ul {
  display: block;
}
.header .container .header-bottom .nav ul li:hover:before {
  content: "";
  width: 8px;
  height: 29px;
  background: #060606;
  background: linear-gradient(0deg, #060606 0%, #59a320 100%);
  position: absolute;
  left: -20px;
  top: -5px;
}
.header .container .header-bottom .nav ul li:hover > a {
  color: #2f5d0b;
}
.header .container .header-bottom .nav ul li ul {
  display: none;
  position: absolute;
  width: auto;
  min-width: 590px;
  top: 30px;
  border-top: 1px solid #000000;
  padding-top: 10px;
  z-index: 55;
}
@media screen and (max-width: 992px) {
  .header .container .header-bottom .nav ul li ul {
    top: auto;
    border: none;
    position: relative;
    display: block;
  }
}
.header .container .header-bottom .nav ul li ul li {
  display: inline-block;
  margin-left: 20px;
  float: left;
}
.header .container .header-bottom .nav ul li ul li:first-child {
  margin-left: 0 !important;
}
@media screen and (max-width: 992px) {
  .header .container .header-bottom .nav ul li ul li:first-child {
    margin-left: 20px !important;
  }
}
.header .container .header-bottom .nav ul li ul li a {
  font-size: 14px;
  font-style: italic;
}
.header .container .header-bottom .nav ul li ul li:hover:before {
  display: none;
}
.header .container .header-bottom .menu-icon {
  display: none;
}
@media screen and (max-width: 992px) {
  .header .container .header-bottom .menu-icon {
    display: block;
    position: absolute;
    right: 17px;
    cursor: pointer;
  }
}
.header .container .header-bottom .menu-icon img {
  width: 30px;
}

/*Header end*/
.content.content-1, .content.content-2, .content.content-3, .content.content-4, .content.content-5, .content.content-6 {
  background-image: url(../img/bg/1.jpg);
  width: 100%;
  height: 797px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .content.content-1, .content.content-2, .content.content-3, .content.content-4, .content.content-5, .content.content-6 {
    background-size: auto;
  }
}
.content.content-2 {
  background-image: url(../img/bg/02.png);
}
.content.content-3 {
  background-image: url(../img/bg/03.png);
}
.content.content-4 {
  background-image: url(../img/bg/04.png);
}
.content.content-5 {
  background-image: url(../img/bg/05.png);
}
.content.content-6 {
  background-image: url(../img/bg/06.png);
}
.content-in {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1002px;
  height: 196px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1242px) {
  .content-in {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 992px) {
  .content-in {
    height: 80%;
  }
}
.content-in:after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.content .upbutton {
  top: -40px;
  right: -40px;
  position: absolute;
  cursor: pointer;
  transform: rotate(180deg);
  z-index: 55;
}
@media screen and (max-width: 1242px) {
  .content .upbutton {
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  .content .upbutton {
    right: 20px;
    top: -22px;
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .content .upbutton img {
    width: 60px;
  }
}
.content-area {
  position: relative;
  left: 50%;
  transform: translateX(-22%);
  width: 59%;
  display: block;
  float: left;
  overflow: hidden;
  height: 130px;
  z-index: 55;
  padding-right: 40px;
  /*cONTEXT eND*/
}
@media screen and (max-width: 1242px) {
  .content-area {
    left: auto;
    transform: none;
    width: 100%;
    height: 50%;
  }
}
@media screen and (max-width: 992px) {
  .content-area {
    padding-right: 0;
    height: 100%;
    overflow-y: auto;
  }
}
.content-area h1 {
  font-size: 36px;
  font-weight: 700;
  color: #363636;
}
@media screen and (max-width: 992px) {
  .content-area h1 {
    font-size: 27px;
  }
}
.content-area .context {
  font-size: 16px;
  color: #363636;
}
@media screen and (max-width: 992px) {
  .content-area .context {
    font-size: 14px;
  }
}
.content-area .context ul {
  padding: 0;
  margin: 0;
  margin-top: 18px;
}
.content-area .context ul li:before {
  content: "";
  float: left;
  width: 5px;
  height: 5px;
  background-color: #2f5d0b;
  border-radius: 25px;
  margin-top: 8px;
  margin-right: 15px;
}
.content-area .context .management-list .management-item {
  margin-top: 25px;
}
.content-area .context .management-list .management-item h2 {
  font-size: 18px;
  color: #2f5d0b;
}
@media screen and (max-width: 992px) {
  .content-area .context .management-list .management-item h2 {
    font-size: 16px;
  }
}
.content-area .context .management-list .management-item:first-child {
  margin-top: 0;
}
.content-area .context .management-list .management-item .management-name {
  font-size: 27px;
  color: #870003;
  font-weight: 700;
  border: 1px solid #870003;
  border-radius: 14px;
  padding: 15px 20px;
  width: auto;
  display: inline-block;
  min-width: 380px;
  position: relative;
  overflow: hidden;
  padding-left: 40px !important;
}
@media screen and (max-width: 992px) {
  .content-area .context .management-list .management-item .management-name {
    padding: 5px 10px;
    width: 100%;
    font-size: 18px;
    min-width: auto;
  }
}
.content-area .context .management-list .management-item .management-name:before {
  content: "";
  background-color: #870003;
  width: 30px;
  left: -2px;
  top: 0px;
  height: 65px;
  border-radius: 40px;
  position: absolute;
}
.content .content-logo img {
  border-radius: 6px;
}

/*Content end*/
.footer {
  height: 140px;
  width: 100%;
  background-color: #ffffff;
}
.footer .footer-in {
  left: 50%;
  transform: translateX(-64.9%);
  position: relative;
  width: auto;
  display: inline-block;
  overflow: hidden;
  max-width: 91%;
}
@media screen and (max-width: 1242px) {
  .footer .footer-in {
    left: 0;
    transform: none;
  }
}
@media screen and (max-width: 992px) {
  .footer .footer-in {
    max-width: 100%;
  }
}
.footer .footer-in .footer-section {
  display: inline-block;
  color: 363636;
  font-size: 18px;
  background-color: #ececec;
  height: 130px;
  width: 300px;
  margin-left: -5px;
  border-radius: 6px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
  opacity: 0.5;
  padding: 10px 20px;
  margin-top: 10px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1242px) {
  .footer .footer-in .footer-section {
    width: 33%;
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .footer .footer-in .footer-section {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    height: auto;
  }
}
.footer .footer-in .footer-section .footer-section-line {
  width: 40%;
  height: 4px;
  background: #c37f81;
  margin-bottom: 15px;
}
.footer .footer-in .footer-section:hover {
  opacity: 1;
}
.footer .footer-in .footer-section:hover .footer-section-line {
  background: #2f5d0b;
}

/*Footer*/
.media {
  width: 100%;
}
.media .media-item {
  width: calc(50% - 29px);
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .media .media-item {
    width: 100%;
    margin-right: 0;
  }
}
.media .media-item .media-item-img {
  border-radius: 6px;
  overflow: hidden;
}
.media .media-item .media-item-img > div {
  border-radius: 6px;
  border: 2px solid #ffffff;
  width: 100%;
  height: 160px;
  background-position: center;
  background-size: 100%;
}
@media screen and (max-width: 992px) {
  .media .media-item .media-item-img > div {
    width: 100%;
  }
}
.media .media-item .media-text {
  font-size: 14px;
  color: #870003;
  background-color: #ffffff;
  width: 80%;
  margin: 0 auto;
  display: none;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .media .media-item .media-text {
    padding: 10px;
    font-size: 12px;
  }
}

/*Media*/
#map {
  height: 230px;
  width: 100%;
  margin-top: 25px;
  border-radius: 6px;
}

.contact {
  margin-top: 25px;
}
.contact h2 {
  font-size: 22px;
}
.contact-left, .contact-right {
  width: calc(50% - 29px);
  margin-right: 20px;
  float: left;
}
@media screen and (max-width: 992px) {
  .contact-left, .contact-right {
    width: 100%;
    margin-right: 0;
  }
}
.contact-left {
  font-size: 24px;
  color: #363636;
}
.contact-left .contact-form {
  width: 100%;
  display: inline-block;
  margin-top: -9px;
}
.contact-left .contact-form input {
  margin-top: 10px;
  background-color: #ffffff;
  border: none;
  border-radius: 8px;
  color: #535353;
  font-size: 14px;
  width: 100%;
  height: 36px;
  font-weight: 700;
  padding-left: 15px;
}
.contact-left .contact-form textarea {
  margin-top: 10px;
  background-color: #ffffff;
  border: none;
  border-radius: 8px;
  color: #535353;
  font-size: 15px;
  width: 100%;
  height: 68px;
  font-weight: 700;
  padding-left: 15px;
  padding-top: 10px;
}
.contact-left .contact-form button {
  margin-top: 10px;
  background-color: #870003;
  border: none;
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  width: 110px;
  height: 30px;
  float: right;
  font-weight: 700;
  text-align: left;
  padding-left: 13px;
}
.contact-left .contact-form button:after {
  float: right;
  content: "";
  background-image: url(../img/button-arrow.png);
  width: 7px;
  height: 12px;
  margin-right: 6px;
  margin-top: 3px;
  background-size: 6px;
  background-repeat: no-repeat;
}
.contact-right .address-item {
  margin-top: 27px;
  width: 100%;
  display: inline-block;
}
.contact-right .address-item a {
  color: #000000;
}
.contact-right .address-item .address-item-img {
  float: left;
  width: 24px;
}
.contact-right .address-item .address-item-text {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  margin-left: 20px;
  display: inline-block;
  width: 75%;
}

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