/* line 6, ../sass/responsive.scss */
body {
  background: url(../images/top.jpg) top center repeat-x;
  background-color: #e3e3df;
  min-width: 100%;
}

/* line 11, ../sass/responsive.scss */
#header {
  background: none;
  height: 83px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  /* line 11, ../sass/responsive.scss */
  #header {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 992px) {
  /* line 18, ../sass/responsive.scss */
  #header .main {
    width: 100%;
  }
}
/* line 22, ../sass/responsive.scss */
#header .main .logo-container, #header .main .menu {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  /* line 25, ../sass/responsive.scss */
  #header .main .logo-container {
    margin-top: 17px;
    width: 200px;
  }
}
/* line 30, ../sass/responsive.scss */
#header .main .logo-container a {
  display: inline-block;
}
/* line 32, ../sass/responsive.scss */
#header .main .logo-container a img {
  margin: 0px;
  width: 100%;
}
/* line 38, ../sass/responsive.scss */
#header .main .menu {
  margin: 35px 0 0 60px;
}
@media screen and (max-width: 768px) {
  /* line 40, ../sass/responsive.scss */
  #header .main .menu ul {
    display: none;
  }
}
/* line 46, ../sass/responsive.scss */
#header .main a.toggle-mobile {
  display: none;
  position: absolute;
  right: 20px;
  top: 25px;
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  /* line 46, ../sass/responsive.scss */
  #header .main a.toggle-mobile {
    display: block;
  }
}

/* line 58, ../sass/responsive.scss */
.menu-mobile {
  width: 100%;
  overflow: hidden;
}
/* line 63, ../sass/responsive.scss */
.menu-mobile nav ul li {
  text-align: center;
}
/* line 65, ../sass/responsive.scss */
.menu-mobile nav ul li a {
  display: block;
  color: #5e5c5a;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
  outline: none;
  background: #eee;
}

/* line 78, ../sass/responsive.scss */
#content {
  background: none;
}
/* line 80, ../sass/responsive.scss */
#content .main {
  background: white;
  border-radius: 2px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  padding: 3px;
}
@media screen and (max-width: 992px) {
  /* line 80, ../sass/responsive.scss */
  #content .main {
    padding: 0px;
    width: 100%;
  }
}
/* line 90, ../sass/responsive.scss */
#content .main .owl-carousel img {
  width: 100%;
}
/* line 93, ../sass/responsive.scss */
#content .main .owl-carousel .owl-controls {
  left: 50%;
  position: absolute;
  bottom: 5px;
  margin-left: -51px;
}
/* line 99, ../sass/responsive.scss */
#content .main .owl-carousel .owl-controls .owl-pagination .owl-page {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  margin-right: 5px;
}
/* line 106, ../sass/responsive.scss */
#content .main .owl-carousel .owl-controls .owl-pagination .owl-page.active {
  background-color: #aaa;
}
/* line 113, ../sass/responsive.scss */
#content .main .block {
  background: white;
  height: 506px;
}
@media screen and (max-width: 992px) {
  /* line 113, ../sass/responsive.scss */
  #content .main .block {
    height: auto;
  }
}
/* line 121, ../sass/responsive.scss */
#content .main .block .indent1 .head-menu .btn {
  background-size: 100%;
  display: inline-block;
  float: none;
  width: 33.1%;
  margin-right: 0.35%;
}
/* line 127, ../sass/responsive.scss */
#content .main .block .indent1 .head-menu .btn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 992px) {
  /* line 121, ../sass/responsive.scss */
  #content .main .block .indent1 .head-menu .btn {
    margin-right: 0;
    width: 100%;
  }
}
/* line 136, ../sass/responsive.scss */
#content .main .block .indent1 h1.title {
  padding: 10px 0px 5px 5px;
  color: #222222;
  font-size: 1.8em;
  margin-bottom: 13px;
  line-height: 1.2em;
  margin-top: 0px;
  letter-spacing: -1px;
}
/* line 147, ../sass/responsive.scss */
#content .main .indent-main {
  background: none;
}
/* line 149, ../sass/responsive.scss */
#content .main .indent-main .bg-cont {
  background: none;
}
/* line 151, ../sass/responsive.scss */
#content .main .indent-main .bg-cont .bg-cont-bot {
  background: none;
}
@media screen and (max-width: 992px) {
  /* line 153, ../sass/responsive.scss */
  #content .main .indent-main .bg-cont .bg-cont-bot .indent-main1 {
    padding: 16px;
  }
}
@media screen and (max-width: 992px) {
  /* line 158, ../sass/responsive.scss */
  #content .main .indent-main .bg-cont .bg-cont-bot .indent-main1 .container .col-1, #content .main .indent-main .bg-cont .bg-cont-bot .indent-main1 .container .col-2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 167, ../sass/responsive.scss */
  #content .main .indent-main .bg-cont .bg-cont-bot .bg-cont1 .container .col-5 {
    margin-right: 0 !important;
    width: 100% !important;
  }
}
/* line 172, ../sass/responsive.scss */
#content .main .indent-main .bg-cont .bg-cont-bot .bg-cont1 .container .col-5 .box {
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  /* line 172, ../sass/responsive.scss */
  #content .main .indent-main .bg-cont .bg-cont-bot .bg-cont1 .container .col-5 .box {
    border-radius: 0;
  }
}

@media screen and (max-width: 992px) {
  /* line 187, ../sass/responsive.scss */
  #footer .main {
    width: 100%;
  }
}

/* line 195, ../sass/responsive.scss */
#page2 #content .container {
  width: 100%;
}
@media screen and (max-width: 992px) {
  /* line 195, ../sass/responsive.scss */
  #page2 #content .container {
    width: 100%;
  }
}
/* line 200, ../sass/responsive.scss */
#page2 #content .container .col-3 {
  background: none;
  border-right: 1px solid #ddd;
  padding-right: 0px;
  width: 29%;
  margin-right: 2%;
  padding-right: 2%;
}
@media screen and (max-width: 768px) {
  /* line 200, ../sass/responsive.scss */
  #page2 #content .container .col-3 {
    min-height: 0;
    width: 100%;
  }
}
/* line 211, ../sass/responsive.scss */
#page2 #content .container .col-3:last-child {
  margin-right: 0;
  border-right: 0;
}
/* line 215, ../sass/responsive.scss */
#page2 #content .container .col-3 img.img-indent {
  width: 100%;
}
/* line 220, ../sass/responsive.scss */
#page2 #content .container .tail1.dom {
  background-color: #CCC;
  padding: 10px;
}

@media screen and (max-width: 992px) {
  /* line 230, ../sass/responsive.scss */
  #page1 #content .col-1, #page1 #content .col-2, #page1c #content .col-1, #page1c #content .col-2 {
    width: 100%;
  }
}

/* line 237, ../sass/responsive.scss */
.videos {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
/* line 241, ../sass/responsive.scss */
.videos .video-content {
  display: inline-block;
  width: 49%;
}
@media screen and (max-width: 992px) {
  /* line 241, ../sass/responsive.scss */
  .videos .video-content {
    width: 100%;
  }
}
/* line 248, ../sass/responsive.scss */
.videos .video-content .video iframe {
  width: 100%;
}

/* line 255, ../sass/responsive.scss */
.form .form-group {
  display: inline-block;
  padding: 10px;
  width: 45%;
  vertical-align: top;
}
/* line 260, ../sass/responsive.scss */
.form .form-group label, .form .form-group .input-content {
  display: block;
  width: 100%;
}
/* line 265, ../sass/responsive.scss */
.form .form-group .input-content input, .form .form-group .input-content textarea {
  float: none;
  padding: 5px;
  width: 100%;
}
/* line 271, ../sass/responsive.scss */
.form .form-group .btn {
  width: auto;
  padding: 10px 16px;
  float: none;
  cursor: pointer;
  height: auto;
  background-color: #43A047;
  color: white;
  border: 0;
  border-radius: 8px;
  font-weight: 600;
}
/* line 284, ../sass/responsive.scss */
.form .error {
  border: 1px solid #D32F2F;
  padding: 10px;
  background-color: #E53935;
  border-radius: 4px;
  color: white;
  font-size: 1.2em;
  font-weight: 700;
}
/* line 293, ../sass/responsive.scss */
.form .success {
  border: 1px solid #388E3C;
  background-color: #43A047;
  padding: 10px;
  color: white;
  font-size: 1.2em;
  font-weight: 700;
  border-radius: 4px;
}
