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

@media screen and (max-width: 1399px) and (min-width: 1199px) {

}

@media screen and (max-width: 1198px) and (min-width: 992px) {
  /* MOBILE 320+ ~ 480 */
  body {
    overflow-x: hidden;
  }
  .menuAc,
  .mContact {
    display: block !important;
  }
  .slider-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .header {
    height: 75px;

    position: fixed;
    width: 100%;
    z-index: 999 !important;
    background: #fff;
  }
  .header-menu {
    display: none;
  }
  .slider {
    height: auto;
    padding-top: 82px;
  }
  .slider-text {
    width: 100%;
    text-align: left;
  }
  .slider:after {
    display: none;
  }
  .slider-button {
    margin-bottom: 20px;
  }
  .contact .tl {
    align-items: center;
    justify-content: center;
  }
  footer {
    text-align: center;
  }
  .contact-inner .text span {
    font-size: 20px;
    color: #ffffff;
  }
  .contact .wp {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .detailPage {
    padding-top: 75px;
  }
  .detailPage .bottom-bar .breadcrumbs span:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin: 0 0 0 4px;
  }
  .detailPage .bottom-bar .breadcrumbs span {
    color: #333;
    font-size: 10px;
  }
  .detailPage-content-title {
    font-size: 40px;
    text-align: center;
  }
  .detailPage-content-title h1 {
    font-size: 27px;
  }
  .detailPage-content .first-img {
    float: left;
    padding: 0;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .menuAc,
  .mContact {
    display: block !important;
  }
  .slider-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .header {
    height: 75px;

    position: fixed;
    width: 100%;
    z-index: 999 !important;
    background: #fff;
  }
  .header-menu {
    display: none;
  }
  .slider {
    height: auto;
    padding-top: 82px;
  }
  .slider-text {
    width: 100%;
    text-align: left;
  }
  .slider:after {
    display: none;
  }
  .slider-button {
    margin-bottom: 20px;
  }
  .contact .tl {
    align-items: center;
    justify-content: center;
  }
  footer {
    text-align: center;
  }
  .contact-inner .text span {
    font-size: 20px;
    color: #ffffff;
  }
  .contact .wp {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .detailPage {
    padding-top: 75px;
  }
  .detailPage .bottom-bar .breadcrumbs span:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin: 0 0 0 4px;
  }
  .detailPage .bottom-bar .breadcrumbs span {
    color: #333;
    font-size: 10px;
  }
  .detailPage-content-title {
    font-size: 40px;
    text-align: center;
  }
  .detailPage-content-title h1 {
    font-size: 27px;
  }
  .detailPage-content .first-img {
    float: left;
    padding: 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 640px) {
  /* MOBILE 320+ ~ 480 */
  body {
    overflow-x: hidden;
  }
  .menuAc,
  .mContact {
    display: block !important;
  }
  .slider-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .header {
    height: 75px;

    position: fixed;
    width: 100%;
    z-index: 999 !important;
    background: #fff;
  }
  .header-menu {
    display: none;
  }
  .slider {
    height: auto;
    padding-top: 82px;
  }
  .slider-text {
    width: 100%;
    text-align: left;
  }
  .slider:after {
    display: none;
  }
  .slider-button {
    margin-bottom: 20px;
  }
  .contact .tl {
    align-items: center;
    justify-content: center;
  }
  footer {
    text-align: center;
  }
  .contact-inner .text span {
    font-size: 20px;
    color: #ffffff;
  }
  .contact .wp {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .detailPage {
    padding-top: 75px;
  }
  .detailPage .bottom-bar .breadcrumbs span:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin: 0 0 0 4px;
  }
  .detailPage .bottom-bar .breadcrumbs span {
    color: #333;
    font-size: 10px;
  }
  .detailPage-content-title {
    font-size: 40px;
    text-align: center;
  }
  .detailPage-content-title h1 {
    font-size: 27px;
  }
  .detailPage-content .first-img {
    float: left;
    padding: 0;
  }
}

@media screen and (max-width: 680px) {
  body {
    overflow-x: hidden;
  }
  .menuAc,
  .mContact {
    display: block !important;
  }
  .slider-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .header {
    height: 75px;
    position: relative;
    width: 100%;
    z-index: 999 !important;
    background: #fff;
  }
  .header-menu {
    display: none;
  }
  .slider {
    height: auto;
    padding-top: 82px;
  }
  .slider-text {
    width: 100%;
    text-align: left;
  }
  .slider:after {
    display: none;
  }
  .slider-button {
    margin-bottom: 20px;
  }
  .contact .tl {
    align-items: center;
    justify-content: center;
  }
  footer {
    text-align: center;
  }
  .contact-inner .text span {
    font-size: 16px;
    color: #ffffff;
  }
  .contact .wp {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .detailPage .bottom-bar .breadcrumbs span:after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    margin: 0 0 0 4px;
  }
  .detailPage .bottom-bar .breadcrumbs span {
    color: #333;
    font-size: 10px;
  }
  .detailPage-content-title {
    font-size: 40px;
    text-align: center;
  }
  .detailPage-content-title h1 {
    font-size: 27px;
  }
  .detailPage-content .first-img {
    float: left;
    padding: 0;
  }
  .contact-inner .icon {
    font-size: 55px;
    color: #fff;
    padding: 0 20px;
  }
  .c-quick-contact {
    display: block;
  }
  .header-search{
    display: none;
  }
}
