@media (max-width: 767px) {
  .mb {
    display: block;
  }
  .pc {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header-001 .main-header .logo {
    width: 20%;
  }
  .header-001 .main-header .g-nav {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .header-001 {
    background-color: #415a68;
    position: relative;
  }
  .header-001 .main-header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 0;
  }
  .header-001 .main-header .logo {
    width: 4.375rem;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .header-001 .main-header .logo img {
    max-width: 100%;
  }
  .header-001 .main-header .g-nav {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: calc((100% - 5rem) / 2);
  }
  .header-001 .main-header .g-nav::after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 420;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .header-001 .main-header .g-nav .open-nav {
    display: block;
    float: right;
    font-size: 1.5rem;
    color: #505051;
    color: #FFFFFF;
  }
  .header-001 .main-header .g-nav .close-nav {
    display: block;
    float: right;
    font-size: 2rem;
    padding: 1rem 0;
  }
  .header-001 .main-header .g-nav.active::after {
    opacity: 1;
    visibility: visible;
  }
  .header-001 .main-header .g-nav.active .nav {
    left: 0;
  }
  .header-001 .main-header .g-nav .nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    background-color: #FFFFFF;
    z-index: 430;
    padding: 0 1rem;
    width: 26.875rem;
    max-width: 100%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .header-001 .main-header .g-nav .nav .menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    clear: both;
  }
  .header-001 .main-header .g-nav .nav .menu .item-mn {
    width: 100%;
    margin-bottom: 1rem;
  }
  .header-001 .main-header .g-nav .nav .menu .item-mn a {
    color: #505051;
    padding: .5rem 0;
    font-size: 1.125rem;
    display: inline-block;
  }
  .header-001 .main-header .g-language {
    position: relative;
    top: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: calc((100% - 5rem) / 2);
  }
}

@media (max-width: 1199px) {
  .customers-voice {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .customers-voice .top-block {
    text-align: center;
  }
  .customers-voice .top-block span:last-child {
    padding-right: 0;
  }
  .customers-voice .top-block span img {
    display: none;
  }
  .customers-voice .ac-slide-cus {
    display: none;
  }
  .customers-voice .main-block .slide-customer .item .body-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .customers-voice .main-block .slide-customer .item .body-item .caption {
    width: 100%;
    padding-top: 2.25rem;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .customers-voice .main-block .slide-customer .item .body-item .caption .text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 1.5rem;
  }
  .customers-voice .main-block .slide-customer .item .body-item .icon {
    position: relative;
    max-width: 2.8125rem;
    top: 0;
    right: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .customers-voice .main-block .slide-customer .item .footer-item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .customers-voice .main-block .slide-customer .item .footer-item .author {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .customers-voice {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .customers-voice .main-block .slide-customer .item .body-item .caption {
    text-align: center;
  }
  .customers-voice .main-block .slide-customer .item .footer-item {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .customers-voice.section-block .title {
    font-size: 3rem;
  }
  .customers-voice.section-block .title span {
    line-height: 1.3;
  }
}

@media (max-width: 1199px) {
  .gallery-home {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .gallery-home .top-block .ac-block img {
    top: 4.375rem;
  }
}

@media (max-width: 991px) {
  .gallery-home {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

@media (max-width: 767px) {
  .gallery-home.section-block .title {
    font-size: 3rem;
  }
  .gallery-home.section-block .title span {
    line-height: 1.3;
  }
}

@media (max-width: 543px) {
  .gallery-home .top-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4.125rem;
  }
  .gallery-home .top-block span {
    display: block;
  }
  .gallery-home .top-block .title, .gallery-home .top-block .ac-block {
    width: 100%;
  }
  .gallery-home .top-block .ac-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 2rem;
  }
  .gallery-home .main-block .slide-gallery .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gallery-home .main-block .slide-gallery .item .col-item:nth-child(1) {
    width: calc((340 / 619) * 100%);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .gallery-home .main-block .slide-gallery .item .col-item:nth-child(2) {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .gallery-home .main-block .slide-gallery .item .col-item:nth-child(2) .img {
    margin-top: .25rem;
  }
  .gallery-home .main-block .slide-gallery .item .col-item:nth-child(3) {
    width: calc((270 / 619) * 100%);
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 1199px) {
  .home .banner .ac-slide {
    display: none;
  }
  .home .booking-home {
    margin-top: 0;
    padding-top: 3.5rem;
  }
  .home .our-story-home .title span img {
    display: none;
  }
  .home .our-story-home .title span:nth-child(1) {
    padding-right: 0;
  }
  .home .our-story-home .title span:nth-child(2) {
    padding-left: 0;
  }
  .home .our-story-home .title span:nth-child(3) {
    padding-left: 0;
  }
  .home .our-story-home .main-block .title, .home .our-story-home .main-block .des {
    width: 100%;
    text-align: center;
  }
  .home .our-story-home .main-block .des {
    padding-top: 1.625rem;
  }
  .home .our-story-home .main-block .des .title-sub {
    margin-top: 2.25rem;
  }
  .home .our-story-home .main-block .des .title-sub img {
    position: relative;
    margin: 1rem auto 0;
  }
  .home .our-story-home .main-block .list-op .item .caption {
    font-size: 1.875rem;
  }
  .home .service-home, .home .our-room-home {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .home .service-home .top-block img {
    display: none;
  }
  .home .service-home .main-block .list-service {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home .service-home .main-block .list-service .item {
    width: 50%;
    padding: 1.5rem .75rem;
  }
  .home .our-room-home .top-block {
    text-align: center;
  }
  .home .our-room-home .top-block span:first-child {
    display: inline-block;
    padding-right: 0;
  }
  .home .our-room-home .top-block span:first-child img {
    display: none;
  }
  .home .our-room-home .top-block span:last-child {
    padding-left: 0;
  }
  .home .our-room-home .slide-image .owl-dots {
    position: relative;
    bottom: 0;
    text-align: center;
    padding-top: 1rem;
  }
}

@media (max-width: 991px) {
  .home .service-home, .home .our-room-home {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .home .booking-home .form-theatment {
    border-radius: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .home .booking-home .form-theatment .left-form {
    width: 100%;
    padding: 2.25rem;
  }
  .home .booking-home .form-theatment .left-form .if-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home .booking-home .form-theatment .left-form .if-form .input-group {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .home .booking-home .form-theatment .right-form {
    border-radius: 0;
    width: 100%;
    padding: 2.25rem 0;
  }
  .home .our-story-home .main-block .list-op {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home .our-story-home .main-block .list-op .item {
    width: 21.625rem;
    max-width: 100%;
    padding: 1rem 2rem;
  }
}

@media (max-width: 767px) {
  .home .section-block .title {
    font-size: 3rem;
  }
  .home .section-block .title span {
    line-height: 1.3;
  }
  .home .booking-home .form-theatment .left-form {
    padding: 2rem .5rem;
  }
  .home .service-home .main-block .list-service {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home .service-home .main-block .list-service .item {
    width: 100%;
  }
  .home .video-home .main-block .ac-slide-video {
    display: none;
  }
}

@media (max-width: 1199px) {
  .about .ct-page .sub-title {
    text-align: center;
    margin-bottom: 1rem;
  }
  .about .ct-page .title {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    display: block;
  }
  .about .ct-page .title .icon {
    display: none;
  }
  .about .ct-page .info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about .ct-page .info .left {
    width: 20rem;
    margin-bottom: 3.5rem;
  }
  .about .ct-page .info .right {
    width: 100%;
    padding-left: 0;
  }
  .about .ct-page .info .g-thuml {
    position: relative;
    height: auto;
  }
  .about .ct-page .info .g-thuml .bg {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 20rem;
    max-width: 100%;
  }
  .about .ct-page .info .g-thuml .avatar {
    position: absolute;
    margin-top: 23%;
    margin-left: 21%;
    width: 58%;
  }
}

@media (max-width: 991px) {
  .about .ct-page .icon-leaf {
    left: 50%;
  }
  .about .ct-page .info .list-social {
    padding-left: 0;
  }
  .about .ct-page .info .info-ct {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .ct-page .info .info-ct .item {
    width: 100%;
  }
  .about .ct-page .info .info-ct .item.phone .icon, .about .ct-page .info .info-ct .item.mail .icon, .about .ct-page .info .info-ct .item.address .icon, .about .ct-page .info .info-ct .item.cp-name .icon {
    width: 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about .ct-page .info .info-ct .item.phone .text, .about .ct-page .info .info-ct .item.mail .text, .about .ct-page .info .info-ct .item.address .text, .about .ct-page .info .info-ct .item.cp-name .text {
    width: calc(100% - 2.5rem);
  }
}

@media (max-width: 767px) {
  .about .ct-page .title {
    font-size: 3rem;
  }
  .about .ct-page .title span {
    line-height: 1.3;
  }
}

@media (max-width: 1199px) {
  .booking .ct-page .icon-leaf {
    display: none;
  }
  .booking .ct-page .info .left {
    display: none;
  }
  .booking .ct-page .info .right {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 543px) {
  .booking .ct-page {
    padding-top: 2rem;
    padding-bottom: 3.5rem;
  }
  .booking .ct-page .info .form .form-input {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .contact .ct-page .info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact .ct-page .info .left {
    margin-bottom: 2.25rem;
  }
  .contact .ct-page .info .right {
    width: 100%;
    padding-left: 0;
  }
  .contact .ct-page .info .right .map {
    margin: 0 auto;
  }
  .contact .ct-page .info .img-ct .img {
    margin-top: 0;
    margin-left: 0;
    width: 21.875rem;
  }
  .contact .ct-page .info .img-ct .icon {
    width: 14.375rem;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .contact .ct-page .info .map {
    height: 28.125rem;
    border-radius: 3.75rem;
    padding: 1.5rem;
  }
}

@media (max-width: 543px) {
  .contact .ct-page .info .map {
    height: 28.125rem;
    border-radius: 2.5rem;
    padding: 1.5rem;
  }
  .contact .ct-page .info .map .map-wapper {
    border-radius: 2.5rem;
  }
  .contact .ct-page .info .map iframe {
    border-radius: 2.5rem;
  }
}

@media (max-width: 991px) {
  .footer-001 .body-footer .main-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5rem 0 2.875rem;
  }
  .footer-001 .body-footer .main-footer .col {
    width: 100%;
    margin-bottom: 2.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 1.5rem;
  }
  .footer-001 .body-footer .main-footer .col:last-child {
    border-bottom: 0;
  }
  .footer-001 .body-footer .copy-right {
    border-top: 0;
    padding: 1.5rem 0;
  }
}
