/*  
 Banghv-24-7
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, html, .wrapper {
  height: 100%; }

body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  position: relative; }

a {
  -webkit-transition: 0.2s;
  -khtml-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  a:hover {
    text-decoration: inherit;
    color: #000000; }
  a:focus {
    outline: none; }

button:focus, input:focus, select:focus, div:focus, a:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

ul:after {
  content: '';
  display: block;
  clear: both; }

/***********************************************
				    COMMON
***********************************************/
.opensan-light {
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

.opensan-regular {
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

.opensan-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 600; }

.robotoslab-light {
  font-family: "Roboto Slab", serif;
  font-weight: 300; }

.robotoslab-regular {
  font-family: "Roboto Slab", serif;
  font-weight: 400; }

.robotoslab-bold {
  font-family: "Roboto Slab", serif;
  font-weight: 700; }

.txt-size-h1 {
  font-size: 30px; }

.txt-size-h2 {
  font-size: 28px; }

.txt-size-h3 {
  font-size: 26px; }

.txt-size-h4 {
  font-size: 20px; }

.txt-size-h5 {
  font-size: 18px; }

.txt-size-h6 {
  font-size: 16px; }

.txt-size-h7 {
  font-size: 14px; }

.txt-size-h8 {
  font-size: 12px; }

.txt-size-h9 {
  font-size: 10px; }

.line-height134 {
  line-height: 1.34; }

.line-height167 {
  line-height: 1.67; }

.txt-color-white {
  color: #fff; }

.txt-color-black {
  color: #000000; }

.txt-color-black2 {
  color: #666666; }

.txt-color-black3 {
  color: #333333; }

.txt-color-gray {
  color: #adadad; }

.txt-color-gray2 {
  color: #607d8b; }

.txt-color-pink {
  color: #e91e63; }

.txt-color-blue {
  color: #2196f3; }

.txt-color-red {
  color: #fc644c; }

.txt-color-red2 {
  color: #e91e63; }

.txt-color-yellow {
  color: #ffeb3b; }

.txt-color-yellow2 {
  color: #ff9800; }

.txt-color-orange {
  color: #f46d37; }

.bg-transparent {
  background: transparent; }

.bg-color-white {
  background-color: #fff; }

.bg-color-black {
  background-color: #333333; }

.bg-color-gray {
  background-color: #f7f7f7; }

.bg-color-gray2 {
  background-color: #607d8b; }

.bg-color-gray3 {
  background-color: #edeff2; }

.bg-color-gray4 {
  background-color: #e1e3e6; }

.bg-color-gray5 {
  background-color: #fafafa; }

.bg-color-yellow {
  background-color: #ffc107; }

.bg-color-yellow2 {
  background-color: #fffce0; }

.bg-color-red {
  background-color: #e91e63; }

.bg-color-green {
  background-color: #4caf50; }

.bg-color-orange {
  background-color: #f46d37; }

.bg-color-brightblue {
  background-color: #00bcd4; }

.txt-uppercase {
  text-transform: uppercase; }

.txt-lowercase {
  text-transform: lowercase; }

.txt-capitalize {
  text-transform: capitalize !important; }

.txt-transform-none {
  text-transform: none !important; }

.txt-underline {
  text-decoration: underline; }

.txt-linethrough {
  text-decoration: line-through; }

.txt-overline {
  text-decoration: overline; }

.txt-left {
  text-align: left; }

.txt-right {
  text-align: right !important; }

.txt-center {
  text-align: center; }

.txt-justify {
  text-align: justify; }

.txt-nowrap {
  white-space: nowrap; }

.dpl-none {
  display: none; }

.dpl-block {
  display: block; }

.dpl-il-block {
  display: inline-block; }

.dpl-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.overflow-hidden {
  overflow: hidden; }

.box-shadow1 {
  -webkit-box-shadow: 0px 1px 15px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 15px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 15px -3px rgba(0, 0, 0, 0.3); }

.pd30 {
  padding: 30px; }

.pd20 {
  padding: 20px; }

.pd25 {
  padding: 25px; }

.pd15 {
  padding: 15px; }

.pd10 {
  padding: 10px; }

.pd5 {
  padding: 5px; }

.pdl0 {
  padding-left: 0; }

.pdl5 {
  padding-left: 5px; }

.pdl10 {
  padding-left: 10px; }

.pdl15 {
  padding-left: 15px; }

.pdl20 {
  padding-left: 20px !important; }

.pdl25 {
  padding-left: 25px; }

.pdl30 {
  padding-left: 30px; }

.pdl35 {
  padding-left: 35px; }

.pdl40 {
  padding-left: 40px; }

.pdl45 {
  padding-left: 45px; }

.pdl50 {
  padding-left: 50px; }

.pdl65 {
  padding-left: 65px; }

.pdl60 {
  padding-left: 60px; }

.pdl80 {
  padding-left: 80px; }

.pdl95 {
  padding-left: 95px; }

.pdl100 {
  padding-left: 100px; }

.pdt140 {
  padding-top: 140px; }

.pdt120 {
  padding-top: 120px; }

.pdt80 {
  padding-top: 80px; }

.pdt70 {
  padding-top: 70px; }

.pdt60 {
  padding-top: 60px; }

.pdt50 {
  padding-top: 50px; }

.pdt45 {
  padding-top: 45px; }

.pdt40 {
  padding-top: 40px; }

.pdt35 {
  padding-top: 35px; }

.pdt30 {
  padding-top: 30px; }

.pdt25 {
  padding-top: 25px; }

.pdt20 {
  padding-top: 20px; }

.pdt15 {
  padding-top: 15px; }

.pdt10 {
  padding-top: 10px; }

.pdt8 {
  padding-top: 8px; }

.pdt5 {
  padding-top: 5px; }

.pdt3 {
  padding-top: 3px; }

.pdt0 {
  padding-top: 0; }

.pdr0 {
  padding-right: 0; }

.pdr5 {
  padding-right: 5px; }

.pdr10 {
  padding-right: 10px; }

.pdr15 {
  padding-right: 15px; }

.pdr20 {
  padding-right: 20px; }

.pdr25 {
  padding-right: 25px; }

.pdr30 {
  padding-right: 30px; }

.pdr40 {
  padding-right: 40px; }

.pdr45 {
  padding-right: 45px; }

.pdr50 {
  padding-right: 50px; }

.pdr60 {
  padding-right: 60px; }

.pdr80 {
  padding-right: 80px; }

.pdr100 {
  padding-right: 100px; }

.pdbt200 {
  padding-bottom: 100px; }

.pdbt105 {
  padding-bottom: 105px; }

.pdbt70 {
  padding-bottom: 70px; }

.pdbt60 {
  padding-bottom: 60px; }

.pdbt50 {
  padding-bottom: 50px; }

.pdbt40 {
  padding-bottom: 40px; }

.pdbt35 {
  padding-bottom: 35px; }

.pdbt30 {
  padding-bottom: 30px; }

.pdbt25 {
  padding-bottom: 25px; }

.pdbt24 {
  padding-bottom: 24px; }

.pdbt20 {
  padding-bottom: 20px; }

.pdbt15 {
  padding-bottom: 15px; }

.pdbt10 {
  padding-bottom: 10px; }

.pdbt5 {
  padding-bottom: 5px; }

.pdbt0 {
  padding-bottom: 0px; }

.mgau {
  margin: auto; }

.mgbt100 {
  margin-bottom: 100px; }

.mgbt70 {
  margin-bottom: 70px; }

.mgbt60 {
  margin-bottom: 60px; }

.mgbt50 {
  margin-bottom: 50px; }

.mgbt55 {
  margin-bottom: 55px; }

.mgbt45 {
  margin-bottom: 45px; }

.mgbt40 {
  margin-bottom: 40px; }

.mgbt35 {
  margin-bottom: 35px; }

.mgbt30 {
  margin-bottom: 30px; }

.mgbt25 {
  margin-bottom: 25px; }

.mgbt20 {
  margin-bottom: 20px; }

.mgbt15 {
  margin-bottom: 15px; }

.mgbt10 {
  margin-bottom: 10px; }

.mgbt5 {
  margin-bottom: 5px; }

.mgbt0 {
  margin-bottom: 0; }

.mgl280 {
  margin-left: 280px; }

.mgl25 {
  margin-left: 25px; }

.mgl20 {
  margin-left: 20px; }

.mgl15 {
  margin-left: 15px; }

.mgl10 {
  margin-left: 10px; }

.mgt5 {
  margin-top: 5px; }

.mgt10 {
  margin-top: 10px; }

.mgt12 {
  margin-top: 12px; }

.mgt15 {
  margin-top: 15px; }

.mgt20 {
  margin-top: 20px; }

.mgt25 {
  margin-top: 25px; }

.mgt30 {
  margin-top: 30px; }

.mgt40 {
  margin-top: 40px; }

.mgt45 {
  margin-top: 45px; }

.mgt50 {
  margin-top: 50px; }

.mgt60 {
  margin-top: 60px; }

.mgr5 {
  margin-right: 5px; }

.mgr10 {
  margin-right: 10px; }

.mgr15 {
  margin-right: 15px; }

.mgr20 {
  margin-right: 20px; }

.mgr25 {
  margin-right: 25px; }

.mgr30 {
  margin-right: 30px; }

.mgr35 {
  margin-right: 35px; }

.mgr40 {
  margin-right: 40px; }

.mgr45 {
  margin-right: 45px; }

.mgr50 {
  margin-right: 50px; }

.mgr55 {
  margin-right: 55px; }

.mgr85 {
  margin-right: 85px; }

.border-bootom-1x {
  border-bottom: 1px solid; }

.border-top-1x {
  border-top: 1px solid; }

.border-right-1x {
  border-right: 1px solid; }

.bd0 {
  border: 0px !important; }

.bd1px {
  border: 1px solid; }

.bd-color-black {
  border-color: #2f3439; }

.bd-color-gray {
  border-color: #dfe1e4; }

.bd-color-white {
  border-color: #ffffff; }

.bd-rdu0 {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.bd-rdu {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.bd-rdu4 {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.bd-rdu3 {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.bd-rdu7 {
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px; }

.bd-rdu15 {
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }

.bd-rdu25 {
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px; }

.bd-rdu50 {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.position-re {
  position: relative; }

.position-ab {
  position: absolute; }

.position-fix {
  position: fixed; }

.zindex9 {
  z-index: 9; }

.zindex99 {
  z-index: 99; }

.zindex999 {
  z-index: 999; }

.fll {
  float: left; }

.flr {
  float: right; }

.clearboth {
  clear: both; }

.width100 {
  width: 100%; }

.width50 {
  width: 50%; }

.width45 {
  width: 45%; }

.width90 {
  width: 90%; }

.width80 {
  width: 80%; }

.width20 {
  width: 20%; }

.width10 {
  width: 10%; }

.widthinput {
  width: 300px; }

.widthinput2 {
  width: 110px; }

.widthselect {
  width: 195px; }

.widthtextarea {
  width: 600px; }

.height100 {
  height: 100%; }

.cursor-pointer {
  cursor: pointer; }

.whitespace {
  white-space: nowrap; }

sup {
  font-size: 10px; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6); }

.opacity0 {
  opacity: 0; }

.opacity3 {
  opacity: 0.3; }

.btn {
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  padding: 5px 15px; }
  .btn__circle {
    padding: 5px 9px; }
    .btn__circle:hover {
      background-color: #fff;
      color: #333333; }
  .btn--transparent {
    border: 1px solid #ffffff;
    -webkit-border-radius: 17px;
    -khtml-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px; }
    .btn--transparent:hover {
      background-color: #fff;
      color: #333333; }

.banner {
  background: url("../images/bg-banner.png") no-repeat;
  min-height: 580px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center; }
  .banner__content {
    padding-top: 135px; }
    .banner__content h2 {
      text-shadow: 0 0 12px rgba(0, 0, 0, 0.3); }
    .banner__content a:hover {
      background-color: #ffffff; }
      .banner__content a:hover span.txt-size-h7 {
        color: #333333; }
      .banner__content a:hover span.txt-size-h9 {
        color: #adadad; }
  .banner .nav__right {
    padding-top: 3px; }
  .banner .la {
    color: #fff; }
  .banner .btn__circle:hover .la {
    color: #f46d37; }
  .banner .navmobile .la {
    color: #FFF; }
  .banner .navmobile .la:hover {
    color: #f46d37; }

.event--close {
  right: 0;
  top: 15px; }
  .event--close:hover {
    color: #e91e63; }

.navprimaryfixed {
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1); }
  .navprimaryfixed .logo {
    display: none; }
  .navprimaryfixed .nav__left li a {
    color: #333333; }
    .navprimaryfixed .nav__left li a:hover {
      color: #333333; }
  .navprimaryfixed .nav__left li:hover:before {
    background-color: #f46d37; }
  .navprimaryfixed .nav__left li.active:before {
    background-color: #f46d37; }
  .navprimaryfixed .nav__left li.active a {
    color: #333333; }
  .navprimaryfixed .nav__left li:hover a {
    color: #333333; }
  .navprimaryfixed .nav__right li a {
    color: #333333; }
    .navprimaryfixed .nav__right li a:hover {
      color: #333333; }
  .navprimaryfixed .nav__right li .btn--transparent, .navprimaryfixed .nav__right li .btn__circle {
    color: #f46d37;
    border-color: #f46d37; }
  .navprimaryfixed .nav__right li .btn__circle:hover {
    background-color: #f46d37; }
    .navprimaryfixed .nav__right li .btn__circle:hover .la {
      color: #fff; }
  .navprimaryfixed .nav__right .btn--transparent:hover {
    background-color: #f46d37;
    color: #fff; }
  .navprimaryfixed .logo-color {
    display: block; }
  .navprimaryfixed .la {
    color: #f46d37; }
  .navprimaryfixed .navprimaryfixed__down a {
    background-color: #ebebeb; }
    .navprimaryfixed .navprimaryfixed__down a span.txt-size-h7 {
      color: #333333; }
    .navprimaryfixed .navprimaryfixed__down a span.txt-size-h9 {
      color: #adadad; }
    .navprimaryfixed .navprimaryfixed__down a:hover {
      background-color: #d9d9d9; }

.nav__left li {
  position: relative; }
  .nav__left li:hover:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #fff;
    bottom: -7px;
    left: 50%;
    margin-left: -20px; }
  .nav__left li:hover a {
    color: #fff; }

.nav__left li.active:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #fff;
  bottom: -7px;
  left: 50%;
  margin-left: -20px; }

.nav__left li.active a {
  color: #fff; }

@media only screen and (max-width: 1024px) {
  .banner__img {
    padding-top: 30px; }
    .banner__img img {
      width: 100%; }
  .banner__content {
    padding-top: 30px; }
  .nav {
    padding-top: 10px; }
    .nav__left li {
      padding-left: 5px;
      padding-right: 5px; }
      .nav__left li a {
        font-size: 12px; }
    .nav__right {
      padding-top: 4px !important; }
      .nav__right a {
        font-size: 12px; }
      .nav__right .btn__circle {
        padding: 1px 7px; }
  .navprimaryfixed .navprimaryfixed__down a span.txt-size-h7 {
    font-size: 11px; }
  .service {
    padding-top: 30px; } }

@media only screen and (max-width: 768px) {
  .navprimaryfixed .logo-color {
    display: none; }
  .navprimary .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .navmobile {
    display: block; }
    .navmobile .btn__circle {
      padding: 3px 9px;
      font-size: 24px; }
    .navmobile__list {
      left: 0;
      top: 65px;
      z-index: 9; }
      .navmobile__list li a:hover {
        color: #f46d37; }
        .navmobile__list li a:hover:before {
          content: "";
          position: absolute;
          width: 40px;
          height: 5px;
          background-color: #f46d37;
          bottom: -7px;
          left: 50%;
          margin-left: -20px; }
      .navmobile__list li a.active {
        color: #f46d37; }
        .navmobile__list li a.active:before {
          content: "";
          position: absolute;
          width: 40px;
          height: 5px;
          background-color: #f46d37;
          bottom: -7px;
          left: 50%;
          margin-left: -20px; }
    .navmobile .navmobile__listactive {
      display: block;
      -webkit-box-shadow: 0px 1px 15px -3px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 1px 15px -3px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 1px 15px -3px rgba(0, 0, 0, 0.3); }
  .banner__content {
    text-align: center;
    padding-top: 83px; }
    .banner__content a {
      margin-top: 30px; }
  .service {
    padding-top: 30px; }
  .navprimaryfixed {
    position: fixed;
    z-index: 999;
    background: #f9894d; }
    .navprimaryfixed .logo {
      display: block; }
    .navprimaryfixed .navprimaryfixed__down {
      display: none; }
  .event, .nav {
    display: none; } }

@media only screen and (max-width: 767px) {
  .banner__content {
    padding-top: 20px; } }

@media only screen and (max-width: 1440px) {
  .banner {
    background: url("../images/bg-banner-res.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center; } }

.intro__box {
  padding: 40px; }
  .intro__box:hover {
    -webkit-box-shadow: 0px 1px 15px -3px rgba(244, 109, 55, 0.8);
    -moz-box-shadow: 0px 1px 15px -3px rgba(244, 109, 55, 0.8);
    box-shadow: 0px 1px 15px -3px rgba(244, 109, 55, 0.8); }

.intro .site-logo {
  max-width: 100%; }

.intro .intro-box-container {
  margin-bottom: 10px; }

@media only screen and (max-width: 1024px) {
  .intro img {
    width: 100%; }
  .intro__box {
    margin-bottom: 30px; }
  .intro .row.mgbt100 {
    margin-bottom: 30px; } }

.footer__top {
  padding: 40px 0 60px; }
  .footer__top--rate span.position-ab {
    left: 10px;
    top: 7px; }

.footer a:hover {
  color: #f46d37; }
