/*------------------------------------------------------------------//
//      RESPONSIVE SYSTEM                                                                                 //
//------------------------------------------------------------------*/
@media screen and (min-width: 1400px) {
  /* PC 1400+  */
  .menuAc {
    display: none !important;
  }
}

@media screen and (max-width: 1399px) and (min-width: 1199px) {
  .menuAc {
    display: none !important;
  }
  .visitor-book .boxs .box .description {
    font-size: 12px;
  }
}

@media screen and (max-width: 1198px) and (min-width: 992px) {
    .menuAc,
    .mContact {
      display: block !important;
    }
  
    header .header-bottom .header-contact .social-media {
      display: flex;
    }
  
    header .header-bottom .header-contact figure a {
      font-size: 10px;
    }
  
    nav {
      display: none;
    }
  
    .expertise .boxs .box .description {
      width: 100%;
    }
  
    .visitor-book .boxs .box .description {
      font-size: 12px;
    }
  
    #copyright {
      margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .menuAc,
  .mContact {
    display: block !important;
  }

  header .header-bottom .header-contact .social-media {
    display: flex;
  }

  header .header-bottom .header-contact figure a {
    font-size: 10px;
  }

  nav {
    display: none;
  }

  .expertise .boxs .box .description {
    width: 100%;
  }

  .visitor-book .boxs .box .description {
    font-size: 9px;
  }

  #copyright {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) and (min-width: 640px) {
    .menuAc,
    .mContact {
      display: block !important;
    }
  
    header .header-bottom .logo {
      justify-content: center;
    }

    header .header-bottom .header-contact figure {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    header .header-bottom .header-contact {
      flex-direction: column;
    }
  
    nav {
      display: none;
    }
  
    header .header-bottom .header-contact .social-media {
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
    }
  
    header .header-bottom .header-contact .social-media a i {
      margin-left: 5px;
    }
  
    header .header-top .languages {
      justify-content: center;
    }
  
    .slider-under .box .text .title {
      font-size: 20px;
    }
  
    .slider-under .box .text .description {
      font-size: 17px;
    }
  
    .slider-under .box {
      display: flex;
      flex-direction: column;
      text-align: center;
    }
  
    .expertise .title {
      text-align: center;
    }
  
    .expertise .title .background {
      font-size: 50px;
    }
  
    .expertise .boxs .box {
      margin-bottom: 10px;
    }
  
    .contact-us .image-wrapper {
      display: none;
    }
  
    .contact-us .contact-us-wrapper .form .text {
      text-align: center;
    }
  
    .contact-us {
      height: auto;
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    .contact-us .contact-us-wrapper .form .text .title {
      font-size: 35px;
    }
  
    .contact-us .contact-us-wrapper .form .text .description {
      font-size: 15px;
    }
  
    .visitor-book {
      margin-top: 0;
      height: auto;
      padding-bottom: 20px;
    }
  
    .visitor-book .title {
      text-align: center;
    }
  
    .visitor-book .title .background {
      font-size: 50px;
    }
  
    .visitor-book .boxs .box {
      margin-top: 10px;
    }
  
    .visitor-book .boxs .box .description {
      font-size: 12px;
    }
    
    .press {
      margin-top: 0;
    }
  
    .press .box:nth-child(1) {
      margin-top: 20px;
      display: flex;
      justify-content: center;
    }
  
    .press .box:nth-child(2) {
      margin-top: 20px;
      display: flex;
      justify-content: center;
    }
    
    .press .box:nth-child(3) {
      margin-top: 20px;
      display: flex;
      justify-content: center;
    }
  
    footer {
      padding-top: 40px;
      padding-bottom: 0;
    }
  
    footer .left {
      text-align: center;
    }
  
    footer .left .social {
      margin-bottom: 30px;
    }

    footer .middle {
      align-items: center;
      text-align: center;
      padding-left: 0;
    }
  
    footer .middle .title {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    footer .right {
      display: flex;
      flex-direction: column;
      align-items: center;
    } 
  
    footer .right .title {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    footer .left .description {
      font-size: 12px;
    }

    #copyright {
      margin-bottom: 30px;
    }
    .videos-slider .owl-item {
      padding: 0;
    }
}

@media screen and (max-width: 639px) and (min-width: 480px) {
    .menuAc,
    .mContact {
      display: block !important;
    }

    header .header-bottom .logo {
      justify-content: center;
    }

    header .header-bottom .header-contact figure {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    header .header-bottom .header-contact {
      flex-direction: column;
    }
  
    nav {
      display: none;
    }
  
    header .header-bottom .header-contact .social-media {
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
    }
  
    header .header-bottom .header-contact .social-media a i {
      margin-left: 5px;
    }
  
    header .header-top .languages {
      justify-content: center;
    }
  
    .slider-under .box .text .title {
      font-size: 20px;
    }
  
    .slider-under .box .text .description {
      font-size: 17px;
    }
  
    .slider-under .box {
      display: flex;
      flex-direction: column;
      text-align: center;
    }
  
    .expertise .title {
      text-align: center;
    }
  
    .expertise .title .background {
      font-size: 50px;
    }
  
    .expertise .boxs .box {
      margin-bottom: 10px;
    }
  
    .contact-us .image-wrapper {
      display: none;
    }
  
    .contact-us .contact-us-wrapper .form .text {
      text-align: center;
    }
  
    .contact-us {
      height: auto;
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    .contact-us .contact-us-wrapper .form .text .title {
      font-size: 35px;
    }
  
    .contact-us .contact-us-wrapper .form .text .description {
      font-size: 15px;
    }
  
    .visitor-book {
      margin-top: 0;
      height: auto;
      padding-bottom: 20px;
    }
  
    .visitor-book .title {
      text-align: center;
    }
  
    .visitor-book .title .background {
      font-size: 50px;
    }
  
    .visitor-book .boxs .box {
      margin-top: 10px;
    }
  
    .visitor-book .boxs .box .description {
      font-size: 12px;
    }
    
    .press {
      margin-top: 0;
    }
  
    .press .box:nth-child(1) {
      margin-top: 20px;
      display: flex;
      justify-content: center;
    }
  
    .press .box:nth-child(2) {
      margin-top: 20px;
      display: flex;
      justify-content: center;
    }
    
    .press .box:nth-child(3) {
      margin-top: 20px;
      display: flex;
      justify-content: center;
    }
  
    footer {
      padding-top: 40px;
      padding-bottom: 0;
    }
  
    footer .left {
      text-align: center;
    }
  
    footer .left .social {
      margin-bottom: 30px;
    }

    footer .middle {
      align-items: center;
      text-align: center;
      padding-left: 0;
    }
  
    footer .middle .title {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    footer .right {
      display: flex;
      flex-direction: column;
      align-items: center;
    } 
  
    footer .right .title {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    footer .left .description {
      font-size: 12px;
    }

    #copyright {
      margin-bottom: 30px;
    }

    .videos-slider .owl-item {
      padding: 0;
    }
    #post-detail .post-header {
      height: 135px;
      margin: 0;
    }
}

@media screen and (max-width: 479px) and (min-width: 320px) {
  /* MOBILE 320+ ~ 480 */
  #post-detail .post-header {
    height: 135px;
    margin: 0;
  }
  .menuAc,
  .mContact {
    display: block !important;
  }  

  .videos-slider .owl-item {
    padding: 0;
  }
  
  header .header-bottom .header-contact {
    flex-direction: column;
  }

  nav {
    display: none;
  }

  header .header-bottom .header-contact .social-media {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  header .header-bottom .header-contact .social-media a i {
    margin-left: 5px;
  }

  header .header-top .languages {
    justify-content: center;
  }

  .slider-under .box .text .title {
    font-size: 20px;
  }

  .slider-under .box .text .description {
    font-size: 17px;
  }

  .slider-under .box {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .expertise .title {
    text-align: center;
  }

  .expertise .title .background {
    font-size: 50px;
  }

  .expertise .boxs .box {
    margin-bottom: 10px;
  }

  .contact-us .image-wrapper {
    display: none;
  }

  .contact-us .contact-us-wrapper .form .text {
    text-align: center;
  }

  .contact-us {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }


  .contact-us .contact-us-wrapper .form .text .title {
    font-size: 35px;
  }

  .contact-us .contact-us-wrapper .form .text .description {
    font-size: 15px;
  }

  .visitor-book {
    margin-top: 0;
    height: auto;
    padding-bottom: 20px;
  }

  .visitor-book .title {
    text-align: center;
  }

  .visitor-book .title .background {
    font-size: 50px;
  }

  .visitor-book .boxs .box {
    margin-top: 10px;
  }

  .visitor-book .boxs .box .description {
    font-size: 12px;
  }
  
  .press {
    margin-top: 0;
  }

  .press .box:nth-child(1) {
    margin-top: 20px;
  }

  .press .box:nth-child(2) {
    margin-top: 20px;
  }
  
  .press .box:nth-child(3) {
    margin-top: 20px;
  }

  footer {
    padding-top: 40px;
    padding-bottom: 0;
  }

  footer .left {
    text-align: center;
  }

  footer .left .social {
    margin-bottom: 30px;
  }

  footer .middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 0;
  }

  footer .middle .title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  footer .right .title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #copyright {
    margin-bottom: 30px;
  }
  #gbNavLinks {
    padding: 0;
    font-size: 11px;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
  }
  #gbPageLinks {
    font-size: 11px;
  }
  #gbHeader {margin: 15px auto;}
  .gbEntryLeft {display: none;}
  .gbEntryContent p {font-size: 13px;}
}



