.search-box {
    border-radius: 16px;
    background-color: #8F7E61;
}

.logo-image {
    width: 47px;
}


.logo-image img {
    width: 100%;
}

.wrapper-custom {
    min-height: 100vh;
    /* will cover the 100% of viewport */
    overflow: hidden;
    display: block;
    position: relative;
    /* height of your footer */
    width: 100%;
    padding-bottom: 200px;
}

.container-center {
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1680px;
    padding-top: 40px;
}

@font-face {
    font-family: 'NotoRegular';
    src: url('../fonts/Noto/NotoSansJP-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #FDFCF1
}


.calendar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.calendar span {
    font-size: 14px;
    font-weight: 500;
}

.header-menu {
    background-color: #7DA849;
    position: relative;
}

.main-menu-form {
    width: 80%;
    max-width: 400px;
}

.main-menu-form button {
    padding: 10px;
}

.input-search {
    background-color: #FDFCF1;
    color: #C1C5C6;
    font-size: 14px;
}
select.input-search {
    appearance: none;
    background-image: url("../img/down_arrow.png");
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 16px auto;
}

.form-control.input-search:focus {
    color: #C1C5C6;
    background-color: #FDFCF1;
    border-color: unset;
    outline: 0;
    box-shadow: inset 0 0 0 transparent;
}

.main-menu-title {
    margin: 10px;
    text-align: center;
}

.sp-img-logo {
    width: 63%;
    max-width: 246px;
}

.main-menu {
    display: flex;
    height: calc(100vh - 73px);
    min-height: 700px;
}

.main-menu-function {
    display: none;
}

.main-menu-image {
    width: 100%;
    background-image: url("../img/banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
}

.main-menu-image {
    border-radius: 0% 0% 180% 100%/0 0 20% 20%;
}

.show-menu {
    display: block;
    /* Thêm các thuộc tính CSS khác để tạo hiệu ứng nếu cần */
}

.nav-mob-toggle {
    color: white;
}

.nav-mob {
    position: absolute;
    z-index: 9999;
    background: #7DA849;
    top: 100%;
    display: none;
    width: 180px;
    right: 0;
}

.nav-mob a {
    color: #FDFCF1;
    font-weight: 700;
}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.nav-item {
    text-align: center;
}

.icon_in_box {
    width: 20px;
    height: 20px;
    margin: 5px;
}

.note {
    display: flex;
}

.note-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.box-info {
    /*display: flex;*/
    padding: 15px;
    background: #7DA84980;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.icon-group {
    width: 100%;
    max-width: 58px;
    max-height: 58px;
}

.owl-nav {
    display: none !important;
}

.box-right {
    display: flex;
    flex-direction: column;
    /*width: 100%;*/
    /*padding-left: 80px;*/
    justify-content: space-between;
}

.img-lobby {
    object-fit: contain;
}

.box-top-info {
    /*display: flex;*/
    /*justify-content: space-between;*/
    border-bottom: 2px solid #8F7E61;
}

.box-bottom {
    display: flex;
    flex-wrap: wrap;
}

/*.map-container {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    overflow: auto;*/
/*    max-height: 100%;*/

/*}*/

/*.map-container iframe {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    max-height: 707px;*/
/*    border: 0;*/
/*}*/

.map-container {
    position: relative;
    width: 100%;
}

.map-container iframe {
    width: 100%;
    max-width: 100%;
}

.prefecture-map {
    /*padding-bottom: 50px;*/
}

.box-image {
    width: 100%;
    height: 216px;
    overflow: hidden;
    position: relative
}

.img-cover {
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
    height: 100%
}

.img-cover-homepage {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.box-icon-group {
    width: 20px;
}

.img-cover-service {
    max-width: 644px;
    max-height: 432px;
}

.title {
    font-size: 20px;
    color: #166522;
    font-weight: 700;
}

.search-result-title {
    font-size: 14px;
    color: #166522;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
}

.t-32 {
    font-size: 18px;
    font-weight: 500;
    color: #8F7E61;
}

.t-40 {
    font-size: 40px;
    font-weight: 700;
    text-decoration: none;
}

.service-title {
    font-size: 24px;
    font-weight: 700;
}

.t-green {
    color: #166522;
}

.t-rice {
    color: #FDFCF1 !important;
}


.t-64 {
    color: #7DA849;
    font-size: 32px;
    font-weight: 700;
}

.t-36 {
    font-size: 25px;
    font-weight: 700;
}

.t-36-w500 {
    font-size: 18px;
    font-weight: 500;
}

.t-16 {
    font-size: 16px;
    font-weight: 500;
    color: #166522;
}

.t-19 {
    font-size: 19px;
    font-weight: 500;
    color: #166522;
}

.t-24 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

.t-15 {
    font-weight: 500;
    font-size: 12px;
    color: #8F7E61;
}

.t-11 {
    font-weight: 500;
    font-size: 10px;
    color: #8F7E61;
}

.service-description {
    font-size: 12px;
    font-weight: 500;
    /*overflow: hidden;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 4;*/
    /*-webkit-box-orient: vertical;*/
}

.header-container {
    max-width: 1920px;
    margin: 0 auto;
}

.t-brown {
    color: #8F7E61;
}

.sub-title {
    font-size: 16px;
    color: #166522;
    font-weight: 500;
}

.form-search-header-mobile {
    padding: 20px;
}

.form-search-header-mobile label {
    color: #8F7E61;
    font-size: 14px;
}

.form-search-header-mobile {
    margin-top: 25px;
    background-color: #ECE2C4;
}

.button-search-home {
    margin: 0 auto;
    width: 100px;
}

.button-user-mobile {
    position: absolute;
    top: 70px;
    z-index: 9999;
    right: 0;
    margin: 5px;
    padding: 10px;
}

.box-sub-title {
    padding-top: 9px;
}

.box-sub-title p {
    font-size: 14px;
    color: #166522;
    font-weight: 500;
}

.search-module-1 {
    /*display: flex;*/
}

.box-icon {
}

.icon-box {
    display: flex;
    flex-wrap: wrap;
}

.box-top-info-detail {
    border-bottom: 2px solid #8F7E61;
}

.search-result-title-detail {
    font-size: 22px;
    font-weight: 700;
    color: #166522;
}

.icon-box .icon img {
    object-fit: contain;
}

.icon {
    margin: 10px auto;
    width: 35px;
    height: 35px;
}

.icon img {
    object-fit: fill;
}

.search-link ul li a {
    text-decoration: none;
    color: #8F7E61;
}

.search-link ul li a:hover {
    color: #CD853F;
}

.search-link ul li {
    line-height: 46px;
    color: #8F7E61;
}

.module-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 52px;
    text-align: left;
    color: #166522;
}

.module-title-detail {
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    color: #166522;
}

.search-module-2 > .module-content {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 15px;
}

.search-module-2 > .search-content {
    font-size: 9px;
    color: #8F7E61;
    font-weight: 500;
}

.search-module-3 > .module-content {
    max-width: 1264px;
    margin: 0 auto;
    padding: 0 15px;
}

.search-module-4 > .module-content {
    max-width: 1669px;
    margin: 0 auto;
    padding: 0 15px;
}

.search-module-2 table.table-bordered > thead > tr > th {
    border-right: 2px solid #FDFCF1;
    background-color: #8F7E61;
    border-bottom: 5px solid #8F7E61;
    font-size: 16px;
    border-top: 5px solid #8F7E61;
    color: #FDFCF1;
}

tr {
    height: 94px;
}

.search-module-2 table.table-bordered > thead > tr > th:first-child {
    border-left: 5px solid #8F7E61;
    background-color: #FDFCF1 !important;
}

.search-module-2 table.table-bordered > thead > tr > th:last-child {
    border-right: 5px solid #8F7E61;
}

.search-module-2 table.table-bordered > tbody > tr > td {
    border: 2px solid #8F7E61;
    vertical-align: middle;
    color: #8F7E61;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.search-module-2 table.table-bordered > tbody > tr > th {
    vertical-align: middle;
    font-size: 14px;
}

table.table-bordered > tbody > tr > th {
    font-size: 14px;
}

table.table-bordered > thead > tr > th {
    font-size: 14px;
}

table.table-bordered > tbody > tr > td {
    font-size: 14px;
}

.search-module-2 table.table-bordered {
    border-bottom: 5px solid #8F7E61;
    border-left: 5px solid #8F7E61;
    border-right: 5px solid #8F7E61;
}

.search-module-3 table.table-bordered > thead > tr > th:first-child {
    border-left: 5px solid #8F7E61;
    border-right: 5px solid #8F7E61;
    background: #FDFCF1;
}

.search-module-3 table.table-bordered > thead > tr > th {
    border-right: 2px solid #FDFCF1;
    background-color: #8F7E61;
    border-bottom: 5px solid #8F7E61;
    border-top: 5px solid #8F7E61;
    color: white;
    word-wrap: break-word;
}

.search-module-3 table.table-bordered > thead > tr > th:last-child {
    border-right: 5px solid #8F7E61;
}

.search-module-3 table.table-bordered > tbody > tr > td {
    border: 2px solid #8F7E61;
    color: #8F7E61;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 500;
    word-wrap: break-word;
}

.search-module-3 table.table-bordered > tbody > tr > th {
    vertical-align: middle;
}

/*.search-module-3 table.table-bordered>tbody tr th {*/
/*    background-color: #FDFCF1;*/
/*}*/

.search-module-3 table.table-bordered {
    border-bottom: 5px solid #8F7E61;
    border-left: 5px solid #8F7E61;
    border-right: 5px solid #8F7E61;
}


.search-module-4 .search-link {
    margin-top: 30px;
}

.search-map {
    max-width: 1050px;
    margin: 0 auto;
}

.pd-6 {
    padding: 6px;
}

img {
    object-fit: fill;
}

.module-container {
    max-width: 95%;
    margin: 0 auto;
}

.green-wrapper {
    background-color: #7DA849;
}

.image-gallery-main {

}

/* #InputTextarea {
    height: 555px;
} */

.contact-wrapper .contact-form {
    padding-top: 50px;
}

.btn-submit-contact {
    background-color: #8F7E61;
    color: #FDFCF1;
    font-weight: 700;
    font-size: 18px;
    border-radius: 60px;
    margin: 30px 0 30px 0;
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-title {
    border-bottom: 5px solid #8F7E61;
    padding-top: 30px;
}

.news-box {
    background-color: #FDFCF1;
    border-radius: 15px;
}

.news-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 416px;
}

.news-time {
    width: 265px;
}

.news-title {
    width: 100%;
}

.news-detail a {
    margin-top: 10px;
}

.news-info {
    border-bottom: 2px solid #8F7E61;
}

.news-content {

}

.table-empty {
    background-color: white !important;
}

.news-detail {
    border-bottom: 2px solid #8F7E61;
    padding: 15px 0;
}

.button-center {
    display: flex;
    padding: 30px 0 30px 0;
    justify-content: center;
}

.prefecture-title {
    background-color: #8F7E61;
    padding: 15px;
    border-radius: 60px;
    cursor: pointer;
}

.prefecture-title {
    margin: 15px 15px 20px;
}

.prefecture-title p {
    line-height: 1;
    margin-bottom: 0;
    padding: 9px 0;
}

.prefecture-title {
    display: flex;
    justify-content: center;
    align-content: center;
}

.prefecture-title {
    display: flex;
    justify-content: center;
    align-content: center;
}

.search-map {
    margin-bottom: 90px;
}

.module-news .home-title {
    border: none;
}

.input-contact {
    font-size: 12px;
    font-weight: 500;
    padding: 10px 15px;
    height: auto;
    border-radius: 15px;
    background-color: #FDFCF1;
}

.slide-homepage {

}

.item {
    width: 144px;
    height: 90px;
}

.owl-carousel .owl-item img {
    height: 100% !important;
}

.contact-label {
    font-size: 12px;
}

.th-table {
    background-color: #8F7E61;
    color: #FDFCF1;
    text-align: center;

}

.text-note-detail {
    font-size: 12px;
    color: #8F7E61;
    font-weight: 500;
}

.module-content {
    padding: 0 15px;
}

.detail-capacity {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    margin: 5px;
}

.detail-span {
    font-size: 9px;
    font-weight: 500;
}

.detail-address {
    font-size: 12px;
    font-weight: 500;
    color: #166522;
}


footer {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #ECE2C4;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;

}

.search-content {
    font-size: 9px;
    color: #8F7E61;
    font-weight: 500;
}

footer p {
    font-size: 18px;
    font-weight: 700;
    /*padding: 50px;*/
}

.menu .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px;
}

.btn-search-homepage {
    background-color: #5C9F66;
    border-radius: 60px;
    color: #FDFCF1;
    width: 100%;
    padding: 6px 10px !important;
}

.news-text-time {
    font-size: 16px;
    font-weight: 500;
    color: #8F7E61;
}

.news-text-title {
    font-size: 19px;
    font-weight: 500;
    color: #166522;
}

.news-text-description {
    font-size: 16px;
    font-weight: 400;
    color: #166522;
}

.box-gallery-main {
    height: 117px;
    padding: 3px;
    width: 174px;
}

.box-gallery {
    height: 57.19px;
    padding: 3px;
}

.img-gallery-main {
    max-width: 800px;
    max-height: 537px;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.search-result-capacity {
    font-size: 12px;
    color: #000000;
    font-weight: 700;
    max-width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-list {
    margin: 30px 0;
}

.search-map {
    margin-top: 40px;
}


.image-detail {
    max-width: 783px;
    max-height: 525px;
}

.img-cover-result {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-service {
    max-height: 150px;
}

.box-image-detail {
    width: 100%;
    height: 235px;
}

.img-logo {
    width: 50%;
    margin: 0 auto;
}

.img-logo img {
    width: 100%;
}

.box-image-search-result {
    position: relative;
    overflow: hidden;
}

.box-image-search-result::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.service-description {
    color: #166522;
}

/*.img-cover-result:before {*/
/*    content: "";*/
/*    display: block;*/
/*    padding-bottom: 133%;*/
/*}*/

.icon_in_box img {
    max-width: 100%;
}

.text-people {
    font-size: 9px;
}

.box-top-info-detail {
}

.box-icon-title {
    margin-top: 30px;
    font-size: 15px;
    color: #166522;
    font-weight: 700
}

.row-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* row-gap: 0.55rem; */
}

.column-img-main,
.column-img-main-gal {
    flex: 0 0 50%;
    padding: 0 0;
    max-width: calc(50% - 0.25rem);
    cursor: pointer;
    position: relative;
}

.column-img-main::before {
    display: block;
    content: "";
    padding-top: 75%;
}

.column-img-main img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.column-img-main-1,
.column-img-main-2 {
    margin-bottom: .5rem;
}

.mask-count-img {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0,0,0.3);
    width: 100%;
    height: 100%;
    color: white;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
}

.float-left-news-time a {
    line-height: 1;
}

/*
    Preview Image Modal
 */

.modal-detail {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: auto;
}
.modal-detail-content {
    margin: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-detail-content img {
    width: 100%;
    height: 100%;
}
.modal-detail-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
}

#prevButton, #nextButton {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 42px;
}

#prevButton {
    left: 5px;
}
#nextButton {
    right: 5px;
}

/*.column-img-main img {*/
/*    margin-top: 8px*/
/*}*/

@media (min-width: 360px) {
    .icon_in_box {
        width: 25px;
        height: 25px;
    }

    .img-cover-result {
        max-height: 90px;
    }

    .img-service {
        max-height: 220px;
    }

    .box-image-detail {
        height: 265px;
    }

    .item {
        width: 190px;
        height: 110px;
    }
}

@media (max-width: 480px) {
    .main-menu-function {
        border-radius: 0% 0% 50% 50%/0 100% 10% 10%
    }

    .main-menu-function .main-menu-title {
        margin: 30px auto;
    }

    .main-menu-function .main-menu-title p {
        font-size: 24px !important;
    }

    .main-menu-function {
        padding-bottom: 20px;
        width: 100%;
    }

    .box-icon-group {
        width: 20px;
    }


    .search-module-4 .search-link {
        margin-top: 15px;
    }

    /*.main-menu-image {*/
    /*    display: none;*/
    /*}*/
    /* .main-menu-function .main-menu-title p {
        font-size: 20px !important;
    } */

}

@media (min-width: 480px) {
    .main-menu-function .main-menu-title {
        margin: 30px auto;
    }

    .img-cover-result {
        max-height: 100px;
    }

    .img-service {
        max-height: 280px;
    }

    .box-image-detail {
        height: 285px;
    }

    .icon_in_box {
        width: 30px;
        height: 30px;
    }

    .main-menu-function {
        border-radius: 0% 0% 50% 50%/0 100% 10% 10%
    }

    .main-menu-function .main-menu-title p {
        font-size: 18px !important;
    }

    .main-menu-function {
        padding-bottom: 20px;
        width: 100%;
    }

    /*.item {*/
    /*    width: 200px;*/
    /*    height: 140px;*/
    /*}*/
    .text-people {
        font-size: 12px;
    }

    /*.main-menu-image {*/
    /*    display: none;*/
    /*}*/
    /* .main-menu-function .main-menu-title p {
        font-size: 20px !important;
    } */

}

@media (min-width: 568px) {
    .box-image-detail {
        height: 305px;
    }

    .item {
        width: 220px;
        height: 120px;
    }
}

@media (min-width: 640px) {
    .main-menu-function .main-menu-title {
        margin: 30px auto;
    }

    .item {
        width: 200px;
        height: 120px;
    }

    .main-menu-function .main-menu-title p {
        font-size: 18px !important;
    }

    .main-menu-function {
        border-radius: 0% 0% 0% 180%/0 0 100% 10%;
        padding-bottom: 20px;
        width: 100%;
    }


    .box-image {
        height: 379px;
    }

    .main-menu-image {
        display: flex;
    }

    .button-search-home {
        width: 130px;
    }

}

@media (min-width: 768px) {
    .main-menu-function .main-menu-title {
        margin: 25px auto 20px;
    }

    .main-menu-function .main-menu-title p {
        font-size: 20px !important;
    }

    .img-cover-result {
        max-height: 150px;
    }

    .img-service {
        max-height: 240px;
    }

    .box-image-detail {
        height: 355px;
    }

    .icon_in_box {
        width: 35px;
        height: 35px;
    }

    .box-icon-title {
        font-size: 24px;
    }

    .container-center {
        padding-top: 160px;
    }

    .box-sub-title p {
        font-size: 18px;
    }

    .box-sub-title {

    }

    .input-contact {
        font-size: 14px;
        font-weight: 500;
        height: auto;
        border-radius: 15px;
        background-color: #FDFCF1;
    }

    .contact-label {
        font-size: 22px;
    }

    .t-15 {
        font-size: 16px;
    }

    .detail-address {
        font-size: 22px;
        font-weight: 500;
        color: #166522;
    }

    .icon {
        margin: 20px auto;
        /*width: 40px;*/
        /*height: 40px;*/
    }

    .item {
        width: 250px;
        height: 140px;
    }

    .search-module-2 > .search-content {
        font-size: 32px;
        color: #8F7E61;
        font-weight: 500;
    }

    .text-note-detail {
        font-size: 24px;
        color: #8F7E61;
        font-weight: 500;
    }

    .main-menu-function {
        width: 34%;
        display: flex;
        align-items: center;
        flex-direction: column;
        border-radius: 0% 0% 0% 180%/0 0 100% 10%;
    }

    .main-menu-image {
        display: flex;
        width: 67%;
    }

    .detail-capacity {
        font-size: 20px;
        font-weight: 500;
    }

    .detail-span {
        font-size: 24px;
        font-weight: 500;
    }

    .main-menu-image {
        border-radius: 0% 0% 180% 100%/0 0 20% 0%;
    }

    .news-title {
        width: calc(100% - 265px);
    }

    .service-description {
        font-size: 18px;
        font-weight: 500;
        color: #166522;
    }

    .service-title {
        font-size: 28px;
        font-weight: 700;
    }

    .t-64 {
        color: #7DA849;
        font-size: 40px;
        font-weight: 700;
    }

    .prefecture-title {
        /*margin: 90px 78px 68px;*/
    }

    .news-text-description {
        font-size: 20px;
        font-weight: 200;
        color: #166522;
    }

    .icon_in_box {

    }

    .box-info {
        padding: 30px;
        margin-bottom: 30px;
    }

    .box-icon-group {
        width: 34px;
    }

    .module-title-detail {
        font-size: 26px;
    }

    .module-content {
        padding: 0 30px;
    }

    section {

    }

    .contact-us {
        margin-top: 15px;
    }

}


.box-info:hover {
    cursor: pointer;
}


@media (min-width: 992px) {
    .main-menu {
        height: calc(100vh - 63px);
    }
    .float-left-news-time {
        float: left !important;
    }

    .item {
        width: 320px;
        height: 160px;
    }

    .icon_in_box {
        width: 40px;
        height: 40px;
    }

    .service-list {
        margin: 0 0 120px 0;
    }

    .service-box {
        padding-top: 60px;
    }

    .news-scroll::-webkit-scrollbar {
        width: 5px;
    }

    .img-cover-result {
        max-height: 200px;
    }

    .search-result-title {
        font-size: 28px;
        color: #166522;
        font-weight: 700;
        max-width: 500px;
    }

    /* Track */
    .news-scroll::-webkit-scrollbar-track {
        border-radius: 10px;
    }

    .btn-submit-contact {
        font-size: 20px;
        width: 180px;
        height: 50px;
        margin: 60px 0 60px 0;
    }

    /* Handle */
    .news-scroll::-webkit-scrollbar-thumb {
        background: #8F7E61;
        border-radius: 15px;
    }

    .box-image {
        height: 300px;
    }

    .box-icon-title {
        margin-top: 0
    }

    /* Handle on hover */
    .news-scroll::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }

    .box-image-detail {
        width: 443px;
        height: 350px;
    }

    .icon_in_box img {

    }


    .search-result-capacity {
        font-size: 24px;
        line-height: 1;
        max-width: 200px;
    }

    .news-info {
        border-bottom: 2px solid #8F7E61;
    }

    footer p {
        padding: 0;
    }


    .search-content {
        font-size: 28px;
    }

    .news-detail {
        border-bottom: 2px solid #8F7E61;
    }

    table.table-bordered > tbody > tr > th {
        font-size: 18px;
    }

    table.table-bordered > thead > tr > th {
        font-size: 18px;
    }

    table.table-bordered > tbody > tr > td {
        font-size: 18px;
    }

    .search-module-2 table.table-bordered > tbody > tr > th {
        font-size: 18px;
    }

    .calendar span {
        font-size: 18px;
    }

    .search-result-title-detail {
        font-size: 48px
    }


    .logo-image {
        width: 54px;
    }

    .prefecture-title {
        padding: 20px;
    }
}

@media (min-width: 1200px) {
    .main-menu-function .main-menu-title {
        margin: 10% auto;
    }

    .item {
        width: 350px;
        height: 180px;
    }

    .box-image-detail {
        width: 543px;
        height: 350px;
    }

    .text-people {
        font-size: 16px;
    }

    .img-cover-result {
        max-height: 272px;
    }

    .box-top-info {

        border-bottom: 2px solid #8F7E61;
    }


    .detail-capacity {
        margin: 0;
    }

    .main-menu-function .main-menu-title p {
        font-size: 27px !important;
    }

    .box-image {
        height: 432px !important;
    }

    .box-gallery-main {
        height: 537px;
        padding: 6px;
        width: 800px;
    }

    .box-gallery {
        height: 262.5px;
        padding: 6px;
    }

    .icon_in_box {
        width: 50px;
        height: 50px;
    }

    .module-content {
    }

}

@media (min-width: 1440px) {
    .main-menu-function .main-menu-title {
        margin: 10% auto;
    }

    .item {
        width: 350px;
        height: 180px;
    }

    .main-menu-function .main-menu-title p {
        font-size: 28px !important;
    }

}

@media (min-width: 1920px) {

    .module-container {
        max-width: 1680px;
    }
}
