body {
  font-family: "latoregular";
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 1;
}
body.no-scroll {
  overflow-y: hidden;
}

a {
  text-decoration: none;
}

* {
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
}

.tbl {
  width: 100%;
  height: 100%;
  display: table;
}
.tbl .cell {
  display: table-cell;
  vertical-align: middle;
}

#menu {
  display: none;
}

header {
  padding: 20px 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
header.black {
  position: relative;
  background-color: white;
}
header.black ul.main-menu li a {
  color: black;
}
header.black ul.main-menu li a:before {
  background-color: black;
}
header.black .logo a img.logo-black {
  display: inline-block;
}
header.black .logo a img.logo-white {
  display: none;
}
header.black .toggle-menu img.logo-black {
  display: inline-block;
}
header.black .toggle-menu img.logo-white {
  display: none;
}
header .logo a {
  display: inline-block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
header .logo a img {
  height: 50px;
}
header .logo a img.logo-black {
  display: none;
}
header .logo a:hover {
  opacity: 0.7;
}
header .toggle-menu img.logo-black {
  display: none;
}
header ul.main-menu {
  margin: 0;
  padding: 0;
}
header ul.main-menu li {
  display: inline-block;
  margin-right: 90px;
}
header ul.main-menu li:last-child {
  margin-right: 0;
}
header ul.main-menu li.nav-contact a {
  background-color: #ab5d36;
  color: white;
  font-size: 15px;
  font-family: "kanitbold";
  padding: 8px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
header ul.main-menu li.nav-contact a:before {
  display: none;
}
header ul.main-menu li.active a:before {
  width: 100%;
}
header ul.main-menu li a {
  display: inline-block;
  font-family: "kanitregular";
  font-size: 16px;
  line-height: 24px;
  color: white;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}
header ul.main-menu li a:hover {
  opacity: 0.7;
}
header ul.main-menu li a:hover:before {
  width: 100%;
}
header ul.main-menu li a:before {
  content: "";
  width: 0;
  height: 2px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.main {
  max-width: 2560px;
  margin: 0 auto;
  overflow-x: hidden;
}
.main .home .banner {
  background-size: cover;
  height: 800px;
  width: 100%;
  position: relative;
}
.main .home .banner h1 {
  font-size: 36px;
  line-height: 45px;
  letter-spacing: 0.5px;
  color: white;
  font-family: "kanitsemibold";
  text-transform: uppercase;
  margin: 0 0 10px;
}
.main .home .banner .bdy {
  padding-right: 50px;
}
.main .home .banner .bdy p {
  font-size: 18px;
  line-height: 26px;
  color: white;
  margin-bottom: 0;
}
.main .home .content {
  padding: 120px 0 100px;
}
.main .home .content h1 {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.5px;
  margin: 0;
  font-family: "kanitbold";
  text-transform: uppercase;
  color: black;
}
.main .home .content h2 {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.5px;
  margin: 0 0 15px;
  font-family: "kanitbold";
  text-transform: uppercase;
  color: #ab5d36;
}
.main .home .content .bdy p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: black;
  margin-bottom: 0;
}
.main .home .content .item .img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.main .home .content .item .nm {
  font-size: 18px;
  line-height: 24px;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 15px 0 5px;
  font-family: "kanitbold";
}
.main .home .content .item .merk {
  color: #ab5d36;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
}
.main .home .content2 {
  padding: 100px 0 120px;
}
.main .home .content2 .row.row30 {
  margin-left: -30px;
  margin-right: -30px;
}
.main .home .content2 .row.row30 > div {
  padding-left: 30px;
  padding-right: 30px;
}
.main .home .content2 h1 {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.5px;
  font-family: "kanitsemibold";
  margin: 0 0 40px;
  text-transform: uppercase;
  color: black;
  text-align: center;
}
.main .home .content2 .item {
  text-align: center;
}
.main .home .content2 .item .img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.main .home .content2 .item .nm {
  font-size: 18px;
  line-height: 24px;
  color: #ab5d36;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 20px 0 10px;
  font-family: "kanitsemibold";
}
.main .home .content2 .item .text p {
  color: black;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
}
.main .about .content {
  padding: 100px 0 150px;
}
.main .about .content h1 {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 1px;
  color: black;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-family: "kanitregular";
}
.main .about .content h1 .bold {
  font-family: "kanitbold";
}
.main .about .content .img {
  padding-right: 40px;
}
.main .about .content .img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.main .about .content .video {
  padding-right: 40px;
}
.main .about .content .video video {
  width: 100%;
  height: auto;
}
.main .about .content .bdy p {
  font-size: 16px;
  line-height: 26px;
  color: black;
  margin: 0;
}
.main .about .content .bdy p b {
  font-family: "latoblack";
}
.main .about .content2 {
  background-color: #2b74aa;
  padding: 170px 0;
  color: white;
}
.main .about .content2 .bdy p {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
  font-family: "latobold_italic";
}
.main .about .content2 .bdr {
  width: 1px;
  height: calc(100% + 140px);
  position: relative;
  top: -70px;
  background-color: white;
  margin: 0 auto;
}
.main .about .content2 .mb40 {
  margin-bottom: 40px;
}
.main .about .content2 h1 {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  font-family: "latoblack";
}
.main .about .content2 .text p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.main .what .content {
  padding: 70px 0;
}
.main .what .content h1 {
  font-family: "kanitbold";
  font-size: 30px;
  line-height: 35px;
  color: black;
  letter-spacing: 1px;
}
.main .what .content .bdy {
  margin: 5px 0 100px;
}
.main .what .content .bdy p {
  font-size: 14px;
  line-height: 22px;
  color: black;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.main .what .content .row.row60 {
  margin-left: -60px;
  margin-right: -60px;
}
.main .what .content .row.row60 > div {
  padding-left: 60px;
  padding-right: 60px;
}
.main .what .content .item {
  text-align: center;
  color: black;
  margin-bottom: 100px;
}
.main .what .content .item .img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.main .what .content .item .nm {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 25px 0 10px;
  font-family: "latoblack";
}
.main .what .content .item .desc p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}
.main .what .content2 {
  padding: 100px 0;
  color: black;
}
.main .what .content2 h1 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 1px;
  font-family: "kanitbold";
  margin: 70px 0 10px;
}
.main .what .content2 .bdy {
  padding-right: 50px;
}
.main .what .content2 .bdy p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.main .what .content2 .item {
  color: black;
  margin-bottom: 40px;
}
.main .what .content2 .item .img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.main .what .content2 .item .nm {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  margin: 15px 0 5px;
  font-family: "kanitbold";
  text-transform: uppercase;
}
.main .what .content2 .item .nm img {
  position: relative;
  margin-left: 10px;
  top: -2px;
}
.main .what .content2 .item .desc p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  color: #ab5d36;
  letter-spacing: 0.5px;
}
.main .contact .banner {
  background-size: cover !important;
  height: 500px;
  width: 100%;
}
.main .contact .content {
  padding: 90px 0;
  background: #eeeeee;
}
.main .contact .content h1 {
  font-size: 36px;
  line-height: 45px;
  color: black;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "kanitregular";
  margin-bottom: 40px;
}
.main .contact .content h1 .gold {
  color: #ab5d36;
  font-family: "kanitbold";
}
.main .contact .content h2 {
  font-size: 30px;
  line-height: 40px;
  color: black;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 45px;
  font-family: "kanitbold";
}
.main .contact .content h3 {
  color: #004679;
  font-size: 16px;
  line-height: 26px;
  font-family: "kanitbold";
  margin-bottom: 5px;
}
.main .contact .content .desc {
  font-size: 14px;
  line-height: 22px;
  color: black;
  font-family: "kanitregular";
}
.main .contact .content .desc a {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: black;
  font-family: "kanitregular";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.main .contact .content .desc a:hover {
  opacity: 0.7;
}
.main .contact .content .mb30 {
  margin-bottom: 30px;
}
.main .contact .content .form-group {
  margin-bottom: 25px;
}
.main .contact .content .form-group label {
  font-size: 16px;
  line-height: 24px;
  color: black;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.main .contact .content .form-group .form-control {
  border: 1px solid black;
  background: transparent;
  color: black;
  font-size: 16px;
  line-height: 26px;
  padding: 11px 15px;
  border-radius: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.main .contact .content .form-group .form-control:focus {
  box-shadow: none;
}
.main .contact .content .form-group textarea {
  height: 120px;
  resize: none;
}
.main .contact .content .btn {
  background: #ab5d36;
  color: white;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 16px;
  line-height: 26px;
  font-family: "latoblack";
  letter-spacing: 1px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  text-transform: uppercase;
  padding: 11px 15px;
  min-width: 140px;
}
.main .contact .content .btn:hover {
  opacity: 0.7;
}

footer {
  background-color: #004679;
  padding: 40px 0 20px;
}
footer ul.list {
  margin: 0;
  padding: 0;
}
footer ul.list li {
  display: block;
  margin-bottom: 25px;
}
footer ul.list li:last-child {
  margin-bottom: 0;
}
footer ul.list li a {
  display: inline-block;
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-family: "kanitregular";
}
footer ul.list li a:hover {
  opacity: 0.7;
}
footer .list2 {
  margin-bottom: 20px;
  color: white;
  font-size: 16px;
  line-height: 24px;
}
footer .list2 .tbl .cell {
  vertical-align: top;
}
footer .list2 .tbl .cell.w100 {
  width: 100px;
}
footer .list2 .tbl .cell a {
  display: inline-block;
  color: white;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
footer .list2 .tbl .cell a:hover {
  opacity: 0.7;
}
footer h1 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1px;
  color: white;
  font-family: "latoblack";
  margin: 0 0 20px;
}
footer .logo {
  text-align: right;
}
footer .logo a {
  display: block;
}
footer .logo a img {
  width: auto;
  height: 75px;
}
footer .cp {
  margin-top: 20px;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}

.box-success {
  background: #8cffbf;
  padding: 15px 15px;
  color: #026c32;
  font-size: 14px;
  margin-bottom: 20px;
  border-radius: 5px;
}

@media (max-width: 1199px) {
  .main .about .content .video, .main .about .content .img {
    padding-right: 20px;
  }
  .main .what .content .row.row60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .main .what .content .row.row60 > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  header ul.main-menu li {
    margin-right: 35px;
  }
  .main .home .banner {
    height: 600px;
  }
  .main .home .banner h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .main .home .banner .bdy {
    padding-right: 0;
  }
  .main .home .banner .bdy p {
    font-size: 16px;
  }
  .main .home .content {
    padding: 80px 0 60px;
  }
  .main .home .content h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .main .home .content h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 15px;
  }
  .main .home .content .bdy {
    margin-bottom: 20px;
  }
  .main .home .content2 {
    padding: 60px 0 80px;
  }
  .main .home .content2 .row.row30 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .main .home .content2 .row.row30 > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main .home .content2 h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 30px;
  }
  .main .home .content2 .item .nm {
    font-size: 17px;
    margin: 20px 0 10px;
  }
  .main .about .content {
    padding: 70px 0 100px;
  }
  .main .about .content h1 {
    margin: 0 0 20px;
  }
  .main .about .content .img, .main .about .content .video {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .main .about .content2 {
    padding: 120px 0;
  }
  .main .about .content2 .bdy p {
    font-size: 20px;
    line-height: 30px;
  }
  .main .about .content2 .bdr {
    height: calc(100% + 100px);
    top: -50px;
  }
  .main .about .content2 .mb40 {
    margin-bottom: 30px;
  }
  .main .about .content2 h1 {
    margin: 0 0 10px;
  }
  .main .what .content {
    padding: 50px 0;
  }
  .main .what .content h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .main .what .content .bdy {
    margin: 0 0 50px;
  }
  .main .what .content .row.row60 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .main .what .content .row.row60 > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main .what .content .item {
    margin-bottom: 50px;
  }
  .main .what .content .item .nm {
    font-size: 18px;
    margin: 20px 0 10px;
  }
  .main .what .content2 {
    padding: 0 0 70px;
  }
  .main .what .content2 h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px;
  }
  .main .what .content2 .bdy {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .main .what .content2 .item {
    margin-bottom: 30px;
  }
  .main .what .content2 .item .nm {
    font-size: 16px;
  }
  .main .what .content2 .item .nm img {
    top: -2px;
  }
  .main .what .content2 .item .desc p {
    font-size: 16px;
  }
  .main .contact .banner {
    height: 400px;
  }
  .main .contact .content {
    padding: 50px 0;
  }
  .main .contact .content h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .main .contact .content h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .main .contact .content h3 {
    font-size: 16px;
  }
  .main .contact .content .desc {
    font-size: 16px;
  }
  .main .contact .content .desc a {
    font-size: 16px;
  }
  .main .contact .content .mb30 {
    margin-bottom: 20px;
  }
  .main .contact .content .form-group {
    margin-bottom: 20px;
  }
  .main .contact .content .form-group label {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .main .contact .content .form-group .form-control {
    font-size: 15px;
    line-height: 22px;
    padding: 10px 15px;
  }
  .main .contact .content .form-group textarea {
    height: 100px;
  }
  .main .contact .content .btn {
    min-width: 130px;
  }
  footer {
    padding: 30px 0 20px;
  }
  footer .logo a img {
    height: 55px;
  }
  footer ul.list li {
    margin-bottom: 20px;
  }
  footer ul.list li a {
    font-size: 18px;
  }
  footer .list2 {
    font-size: 15px;
  }
  footer .list2 .tbl .cell.w100 {
    width: 90px;
  }
  footer h1 {
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  #menu {
    display: block;
    position: fixed;
    top: -200%;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 50;
    background-color: white;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  #menu.open {
    top: 0;
  }
  #menu ul.l-menu {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #menu ul.l-menu li {
    display: block;
    margin-bottom: 30px;
  }
  #menu ul.l-menu li:last-child {
    margin-bottom: 0;
  }
  #menu ul.l-menu li.active a:before {
    width: 100%;
  }
  #menu ul.l-menu li a {
    text-transform: uppercase;
    font-family: "latoblack";
    letter-spacing: 1px;
    display: inline-block;
    color: black;
    font-size: 17px;
    line-height: 26px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: relative;
  }
  #menu ul.l-menu li a:hover {
    opacity: 0.7;
  }
  #menu ul.l-menu li a:hover:before {
    width: 100%;
  }
  #menu ul.l-menu li a:before {
    content: "";
    width: 0;
    height: 2px;
    background-color: black;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  #menu .close-menu {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    z-index: 55;
  }
  #menu .close-menu:hover {
    opacity: 0.7;
  }
  header {
    padding: 15px 0;
  }
  header .logo a img {
    height: 30px;
  }
  header .toggle-menu {
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  header .toggle-menu:hover {
    opacity: 0.7;
  }
  header .toggle-menu img {
    width: 20px;
  }
  .main .row.row10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .main .row.row10 > div {
    padding-left: 5px;
    padding-right: 5px;
  }
  .main .home .banner {
    height: 350px;
  }
  .main .home .banner h1 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .main .home .banner .bdy {
    padding-right: 0;
  }
  .main .home .banner .bdy p {
    font-size: 14px;
    line-height: 22px;
  }
  .main .home .content {
    padding: 30px 0 20px;
  }
  .main .home .content h1 {
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    margin-right: 2px;
  }
  .main .home .content h2 {
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
  }
  .main .home .content .item {
    margin-bottom: 30px;
  }
  .main .home .content .item .nm {
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0 3px;
  }
  .main .home .content2 {
    padding: 20px 0 30px;
  }
  .main .home .content2 h1 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px;
  }
  .main .home .content2 .item {
    text-align: left;
    margin-bottom: 30px;
  }
  .main .home .content2 .item .nm {
    font-size: 15px;
    line-height: 20px;
    margin: 15px 0 5px;
  }
  .main .home .content2 .row.row30 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .main .home .content2 .row.row30 > div {
    padding-left: 5px;
    padding-right: 5px;
  }
  .main .about .content {
    padding: 30px 0 40px;
  }
  .main .about .content h1 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 15px;
  }
  .main .about .content .img, .main .about .content .video {
    margin-bottom: 15px;
  }
  .main .about .content2 {
    padding: 40px 0;
  }
  .main .about .content2 .bdy p {
    font-size: 17px;
    line-height: 26px;
  }
  .main .about .content2 .bdr {
    height: 1px;
    top: 0;
    width: 100%;
    margin: 30px 0;
  }
  .main .about .content2 .mb40 {
    margin-bottom: 20px;
  }
  .main .about .content2 h1 {
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 20px;
  }
  .main .what .content {
    padding: 30px 0 10px;
  }
  .main .what .content h1 {
    font-size: 17px;
    line-height: 26px;
  }
  .main .what .content .bdy {
    margin: 0 0 30px;
  }
  .main .what .content .row.row60 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .main .what .content .row.row60 > div {
    padding-left: 5px;
    padding-right: 5px;
  }
  .main .what .content .item {
    text-align: left;
    margin-bottom: 40px;
  }
  .main .what .content .item .nm {
    font-size: 15px;
    line-height: 22px;
    margin: 15px 0 5px;
  }
  .main .what .content2 {
    padding: 0 0 30px;
  }
  .main .what .content2 h1 {
    font-size: 17px;
    line-height: 26px;
    margin: 0 0 5px;
  }
  .main .what .content2 .bdy {
    margin-bottom: 20px;
  }
  .main .what .content2 .item .nm {
    font-size: 15px;
    line-height: 22px;
  }
  .main .what .content2 .item .desc p {
    font-size: 14px;
    line-height: 19px;
  }
  .main .contact .banner {
    height: 220px;
  }
  .main .contact .content {
    padding: 30px 0;
  }
  .main .contact .content h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .main .contact .content h2 {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .main .contact .content h3 {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .main .contact .content .desc {
    font-size: 15px;
    line-height: 22px;
  }
  .main .contact .content .desc a {
    font-size: 15px;
    line-height: 22px;
  }
  .main .contact .content .form-group label {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .main .contact .content .btn {
    font-size: 15px;
    line-height: 22px;
    padding: 8px 10px;
    min-width: 100px;
  }
  footer {
    padding: 20px 0 10px;
  }
  footer ul.list {
    display: none;
  }
  footer .list2 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  footer .list2 .tbl .cell.w100 {
    width: 80px;
  }
  footer .logo {
    text-align: left;
    margin-bottom: 20px;
  }
  footer .logo a img {
    width: auto;
    height: 40px;
  }
  footer h1 {
    font-size: 16px;
    margin: 0 0 10px;
  }
  footer .cp {
    margin-top: 0;
    font-size: 12px;
    line-height: 17px;
  }
}
@media (max-width: 400px) {
  .main .home .content .item .nm {
    font-size: 14px;
    line-height: 19px;
  }
  .main .home .content2 .item .nm {
    font-size: 14px;
    line-height: 19px;
  }
  .main .home .content2 .item .text p {
    font-size: 13px;
    line-height: 17px;
  }
  .main .what .content .item .nm {
    font-size: 14px;
    line-height: 19px;
  }
  .main .what .content .item .desc p {
    font-size: 13px;
    line-height: 17px;
  }
  .main .what .content2 .item .nm {
    font-size: 14px;
    line-height: 19px;
  }
  .main .what .content2 .item .nm img {
    width: 12px;
    margin-left: 7px;
  }
  .main .what .content2 .item .desc p {
    font-size: 13px;
    line-height: 17px;
  }
}/*# sourceMappingURL=front.css.map */