body {
    color: #333;
    background: #fff url(../images/bg-1.jpg) no-repeat center 128px;
}

a {
    transition: all 0.3s ease;
}

#sp-header {
    box-shadow: none;
    height: auto;
}
#sp-top2 p {
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 8px;
    line-height: 1.27;
    color: #666;
}
#sp-top2 .align-items-center {
    justify-content: right;
}
#sp-top2 p a {
    color: #333!important;
    text-decoration: underline!important;
}
#sp-header .logo {
    align-items: flex-start;
}
.main-menu {
    margin-top: -25px;
}

.main-menu a:hover, .main-menu .active a {
    text-decoration: underline;
}

#sp-banner {
    margin: 15px 0;
}
.reserve-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.reserve-list li {
    background: #c3e9f0;
    display: flex;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 7px 10px;
    justify-content: space-between;
    align-items: center;
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.15);
}

.reserve-list li a {
    background: #0e7c73;
    background: linear-gradient(0deg, rgba(9,109,97,1) 0%, rgba(11,121,111,1) 50%, rgba(9,109,97,1) 100%);
    padding: 8px 50px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.15);
    color: #fff;
    font-weight: 700;
    display: block;
}

.reserve-list li a:hover {
    background: #005f4e;
    background: linear-gradient(0deg, rgba(0,95,78,1) 0%, rgba(0,95,78,1) 50%, rgba(0,95,78,1) 100%);
}

#sp-main-body {
    padding: 0;
}

.djslider li {
    border-radius: 15px;
    overflow: hidden;
}

.djslider .slide-title {
    margin-bottom: 0!important;
    font-size: 15px!important;
}

.slide-desc-text-default {
    padding: 15px!important;
}

#sp-above-bottom {
    margin: 15px 0;
}

.sp-module-title {
    font-size: 17px;
    font-weight: bold;
    padding: 0 0 13px;
    margin: 0;
}

#sp-title {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#sp-title.col-lg-12 {
    padding: 15px;
}

#sp-title .sp-page-title {
    height: 260px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

#sp-title .sp-page-title .container {
    background: rgba(0,0,0,0.5);
    padding: 10px;
    position: absolute;
    bottom: 0;
}

#sp-title .sp-page-title .sp-page-title-heading {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}

.mod-custom h3, .article-details h3 {
    font-size: 19px;
    font-weight: bold;
    margin: 0 0 10px;
}

.article-list .article {
    padding: 0;
    border: none;
}

#sp-main-body .container-inner {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    overflow: hidden;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
}

#sp-main-body .article-details h2, .article-details .article-header h1, .article-list .article .article-header h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
}

.article-list .article .readmore {
    text-align: right;
}

.article-list .article .readmore a {
    text-decoration: underline;
}

#sp-main-body .article-details a {
    text-decoration: underline;
}

#sp-left .sp-module, #sp-right .sp-module {
    border: none;
    padding: 0;
}

#sp-right .sp-module-title {
    padding-bottom: 10px!important;
    margin: 0!important;
    font-size: 17px!important;
    border-bottom: none!important;
}

#sp-right .mod-articles-category-title {
    padding: 0;
    margin: 0;
    display: inline;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    border: 0 !important;
}

#sp-right .mod-articles-category-readmore {
    text-align: right;
}

#sp-right .mod-articles-category-readmore a {
    text-decoration: underline;
}

#sp-left .sp-module ul>li, #sp-right .sp-module ul>li {
    border-bottom: none;
}

#sp-bottom {
    background: transparent;
    margin: 15px 0;
    padding: 0;
}

#sp-bottom img {
    width: 100%;
    border-radius: 10px;
}

.btn-primary {
    background: #0e7c73;
    background: linear-gradient(0deg, rgba(9,109,97,1) 0%, rgba(11,121,111,1) 50%, rgba(9,109,97,1) 100%);
    padding: 8px 50px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.15);
    color: #fff!important;
    font-weight: 700;
    display: block;
}

.btn-primary:hover {
    background: #005f4e;
    background: linear-gradient(0deg, rgba(0,95,78,1) 0%, rgba(0,95,78,1) 50%, rgba(0,95,78,1) 100%);
}

#sp-bottom .mod-custom {
    position: relative;
}

#sp-bottom .btn-primary {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 5px 5px 10px;
    text-align: center;
}

#sp-bottom .btn-primary:after {
    content: '\f30b';
    font-family: "Font Awesome 6 Free";
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 20px;
}

#sp-footer .container-inner {
    padding: 15px 0 40px;
}

#sp-footer .menu a {
    color: #fff;
}

#sp-footer .menu a:hover, #sp-footer .menu a:active {
    color: #325c68;
}

.landing-page #sp-main-body {
    display: none;
}

#sp-bottom .sp-module {
    position: relative;
    margin-bottom: 15px;
}

#sp-bottom .sp-module-title {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 10px 10px 0 0;
    padding: 10px;
}

.landing-page #sp-bottom .sp-module-title {
    display: none;
}

/*Unit Edit*/
.unit {
    padding-left: 0;
    padding-right: 0;
}

.unit-optionwrap {
    display: flex;
    align-items: center;
}

.unit-option {
    width: 33.3333%;
    display: flex;
    align-items: center;
}

.unit-option label {
    width: 25%;
}

.unit-option input {
    display: inline-block!important;
    width: auto!important;
}

.unit-option input + input {
    margin-left: 5px;
}

.unit-optionwrap + .unit-optionwrap {
    margin-top: 10px;
}

#system-message-container {
    position: relative!important;
    max-width: 100%!important;
    right: 0;
}

@media (min-width: 576px) {
    #sp-title {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    #sp-title {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    #sp-title {
        max-width: 960px;
    }
    .date-label {
        width: auto!important;
        margin-right: 10px;
    }
}
@media (min-width: 1200px) {
    #sp-title {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
    #sp-title {
        max-width: 1140px;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    #sp-logo {
        width: 30%;
    }
    #sp-top2 {
        width: 70%;
    }
    .logo-image {
        height: 60px!important;
    }
    .main-menu {
        margin-top: -45px;
        z-index: 9999;
        position: relative;
    }
}



@media (max-width: 991px) {
    #sp-footer #sp-footer2, #sp-footer #sp-footer1 {
        text-align: center;
    }
    .unit-option {
        display: block;
    }
    .unit-option label {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) { 
    .unit-optionwrap {
        flex-direction: column;
    }
    .unit-option {
        width: 100%;
    }
    .unit-option label {
        width: 40%;
        display: inline-block;
    }
    .unit-option + .unit-option {
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .logo-image {
        height: 60px!important;
    }
    #sp-logo .sp-column, #sp-top2 .sp-column {
        justify-content: center!important;
    }
    #sp-top2 .sp-module {
        margin-left: 0;
    }
    #sp-top2 p {
        text-align: center!important;
    }
    .main-menu {
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 9999;
        margin-top: 0;
    }
    .unit-option label {
        width: 33.33%;
        display: inline-block;
    }
}