.header-faker {
  height: 100px;
  width: 100px; }

#header {
  display: flex;
  padding: 0 20px;
  z-index: 20;
  position: fixed;
  width: 100%;
  background-color: #DBDAE7; }
  #header .child-header {
    display: flex;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1100px; }
  #header .logo {
    width: 150px; }
  #header .menu-content {
    width: calc(100% - 150px);
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #header .company-name {
    font-weight: bold;
    max-width: 330px; }
    #header .company-name a {
      text-decoration: none;
      color: #008045; }
  #header .wrp-login {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center; }
  #header .menu {
    display: flex;
    padding-top: 10px;
    flex: 1; }
    #header .menu .item {
      padding-right: 10px;
      font-size: 14px;
      text-align: center; }
      #header .menu .item a {
        text-decoration: none; }
      #header .menu .item .grey {
        color: #DBDAE7; }
  #header .language {
    display: flex;
    justify-content: space-between;
    padding-right: 10px; }
  #header .menu-mb {
    display: none; }
  #header .company-name-and-login {
    overflow: hidden;
    height: 35px;
    -webkit-transition: .35s all ease-in-out;
    -moz-transition: .35s all ease-in-out;
    -ms-transition: .35s all ease-in-out;
    -o-transition: .35s all ease-in-out;
    transition: .35s all ease-in-out; }
  #header .logo img {
    width: 100%;
    -webkit-transition: .35s all ease-in-out;
    -moz-transition: .35s all ease-in-out;
    -ms-transition: .35s all ease-in-out;
    -o-transition: .35s all ease-in-out;
    transition: .35s all ease-in-out; }
  #header.mini .company-name-and-login {
    height: 0; }
  #header.mini .logo img {
    width: 75px; }

.fade-black {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 2;
  display: none; }

.comment {
  position: fixed;
  z-index: 20;
  right: 50px;
  bottom: 20%;
  display: flex; }
  .comment .comment-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .comment i {
    font-size: 80px;
    color: #008045; }
  .comment span {
    position: absolute;
    color: #FFF;
    text-align: center; }

.lity-container {
  width: 100%;
  max-width: 90%; }

#contact-popup {
  background-color: white;
  border-radius: 20px;
  padding: 20px; }
  #contact-popup .header {
    font-size: 32px;
    color: #008045;
    text-align: center;
    margin-bottom: 30px; }
  #contact-popup .content {
    display: flex; }
    #contact-popup .content .form {
      flex: 2; }
      #contact-popup .content .form .comming-soon {
        display: flex;
        justify-content: center;
        align-items: center; }
      #contact-popup .content .form .label {
        color: black; }
      #contact-popup .content .form .red {
        color: red; }
      #contact-popup .content .form input.default {
        width: 100%;
        border: 1px solid gray;
        border-radius: 50px; }
      #contact-popup .content .form .row {
        margin-bottom: 10px; }
      #contact-popup .content .form .button {
        padding: 10px;
        margin-top: 10px;
        text-align: center; }
        #contact-popup .content .form .button a {
          padding: 5px 20px;
          display: inline-block;
          text-decoration: none;
          color: #FFF;
          background-color: #008045;
          border-radius: 50px;
          border: 2px solid #008045; }
          #contact-popup .content .form .button a:hover {
            border: 2px solid #172F76;
            background-color: #172F76; }
    #contact-popup .content .contact {
      flex: 1; }
      #contact-popup .content .contact .item {
        padding: 5px 0; }
        #contact-popup .content .contact .item i {
          color: #008045; }
        #contact-popup .content .contact .item a {
          color: black; }

/* Large Devices, Wide Screens */
/* iPad  Landscape*/
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media (max-width: 767px) {
  #header {
    background-color: #DBDAE7; }
    #header .menu {
      flex: 1;
      justify-content: flex-end;
      align-content: center;
      padding-top: 0;
      cursor: pointer; }
      #header .menu i {
        font-size: 40px; }
    #header .menu-mb {
      background-color: #FFF;
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      display: none;
      z-index: 10; }
      #header .menu-mb .item {
        text-align: left;
        padding: 10px 20px;
        border-bottom: 2px solid #DBDAE7; }
    #header .language {
      padding-right: 20px; }
    #header .fa.fa-bars {
      display: flex;
      justify-content: center;
      align-items: center; }
    #header.mini .logo img {
      width: 100%; } }

/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
#footer {
  background-color: #008045;
  padding: 20px 0; }
  #footer .container {
    display: flex;
    align-items: center;
    display: flex;
    height: 100%; }
  #footer .contact {
    flex: 2;
    padding: 0 10px; }
    #footer .contact .item {
      color: #FFF;
      padding: 5px 0; }
  #footer .logo {
    width: 300px; }
  #footer .social-media {
    font-size: 30px;
    text-align: left;
    flex: 1;
    padding: 0 20px; }
    #footer .social-media .info {
      font-size: 16px;
      color: #FFF; }
  #footer a {
    text-decoration: none;
    color: #FFF; }
  #footer .policy_link {
    font-size: 16px; }
  #footer .qr {
    width: 100px; }

/* Large Devices, Wide Screens */
/* iPad  Landscape*/
@media (min-width: 980px) and (max-width: 1024px) {
  #footer .logo {
    display: none; }
  #footer .social-media {
    text-align: center; } }

/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media (max-width: 767px) {
  #footer .logo {
    display: none; }
  #footer .social-media {
    text-align: center;
    margin-top: 20px; }
  #footer .container {
    flex-direction: column; } }

/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
#service .block1 {
  margin-bottom: 30px; }
  #service .block1 .video-frame {
    position: relative; }
    #service .block1 .video-frame #ytplayer {
      width: 100%;
      position: absolute; }
    #service .block1 .video-frame .light-screen {
      padding: 25% 50%;
      z-index: 5;
      position: relative; }
    #service .block1 .video-frame .background-green {
      position: absolute;
      background-color: rgba(0, 128, 69, 0.8);
      width: 100%;
      left: 0;
      bottom: 0;
      padding: 20px;
      display: flex;
      align-items: center;
      flex-direction: column; }
    #service .block1 .video-frame .ttl {
      font-weight: bold; }
    #service .block1 .video-frame .cpt {
      overflow: hidden;
      padding-left: 10px; }
    #service .block1 .video-frame .txt {
      color: #FFF;
      text-align: center; }

#service .block2 {
  margin-bottom: 20px; }
  #service .block2 .control-wrap {
    display: flex;
    align-items: center; }
    #service .block2 .control-wrap .control-left {
      flex: 1; }
    #service .block2 .control-wrap .control-right {
      flex: 1;
      padding: 20px; }

#service .block3 {
  margin-bottom: 30px; }
  #service .block3 .video-frame {
    position: relative; }
    #service .block3 .video-frame #ytplayer {
      width: 100%;
      position: absolute; }
    #service .block3 .video-frame .light-screen {
      padding: 25% 50%;
      z-index: 5;
      position: relative; }
    #service .block3 .video-frame .background-green {
      position: absolute;
      background-color: rgba(0, 128, 69, 0.8);
      width: 100%;
      left: 0;
      top: 50%;
      padding: 20px;
      display: flex;
      align-items: center;
      flex-direction: column;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    #service .block3 .video-frame .ttl {
      font-weight: bold; }
    #service .block3 .video-frame .cpt {
      overflow: hidden;
      padding-left: 10px; }
    #service .block3 .video-frame .txt {
      color: #FFF;
      text-align: center; }

#service .block5 {
  margin-bottom: 30px; }
  #service .block5 .video-frame {
    position: relative; }
    #service .block5 .video-frame #ytplayer {
      width: 100%;
      position: absolute; }
    #service .block5 .video-frame .light-screen {
      padding: 25% 50%;
      z-index: 5;
      position: relative; }
    #service .block5 .video-frame .background-green {
      position: absolute;
      background-color: rgba(0, 128, 69, 0.8);
      width: 40%;
      height: 100%;
      left: 10%;
      top: 0;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      z-index: 8; }
    #service .block5 .video-frame .ttl {
      margin-bottom: 20px;
      font-weight: bold; }
    #service .block5 .video-frame .cpt {
      overflow: hidden; }
    #service .block5 .video-frame .txt {
      color: #FFF;
      text-align: center; }
  #service .block5 .btn {
    margin-top: 20px;
    text-align: right; }
    #service .block5 .btn a {
      background-color: #FFF; }
      #service .block5 .btn a:hover {
        background-color: transparent;
        color: #FFF; }

#service .block6 {
  margin-bottom: 20px; }
  #service .block6 .control-wrap {
    display: flex;
    align-items: center; }
    #service .block6 .control-wrap .control-left {
      flex: 1; }
    #service .block6 .control-wrap .control-right {
      flex: 2; }

/* Large Devices, Wide Screens */
/* iPad  Landscape*/
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
@media (max-width: 767px) {
  #service .block1 .video-frame .background-green {
    position: relative; }
  #service .block3 .video-frame .background-green {
    position: relative;
    bottom: 50%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  #service .block5 .video-frame .background-green {
    position: relative;
    bottom: 50%;
    width: 100%;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  #service .block2 .control-wrap, #service .block6 .control-wrap {
    flex-direction: column; } }

/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
