/* Reset */
html,
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.45;
    color: #000;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}
a {
    transition: opacity 0.25s, color 0.25s;
}
a,
a:hover {
    text-decoration: none;
}
img.img {
    display: block;
    width: 100%;
    height: auto;
}
.img-fill {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
i.zmdi {
    transform: translateY(0.0625rem);
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="tel"],
input[type="number"],
input[type="phone"],
input[type="submit"],
select,
textarea,
button {
    font-family: "Prompt", sans-serif;
}
@media screen and (max-width: 991.98px) {
    html.sidenav-opened,
    body.sidenav-opened {
        overflow-y: hidden !important;
    }
}

/* Section */
.section-padding {
    padding: 4rem 0;
}
.section-padding-01 {
    padding: 3rem 0 0 0;
}
.section-padding-02 {
    padding: 1.25rem 0 0 0;
}
.section-padding-03 {
    padding: 1.25rem 0 4rem 0;
}
@media screen and (max-width: 991.98px) {
    .section-padding {
        padding: 3.5rem 0;
    }
    .section-padding-01 {
        padding: 2.75rem 0 0 0;
    }
    .section-padding-03 {
        padding: 1.25rem 0 3.5rem 0;
    }
}
@media screen and (max-width: 767.98px) {
    .section-padding {
        padding: 3rem 0;
    }
    .section-padding-01 {
        padding: 2.5rem 0 0 0;
    }
    .section-padding-03 {
        padding: 1.25rem 0 3rem 0;
    }
}
@media screen and (max-width: 575.98px) {
    .section-padding {
        padding: 2.75rem 0;
    }
    .section-padding-01 {
        padding: 2.375rem 0 0 0;
    }
    .section-padding-03 {
        padding: 1.25rem 0 2.5rem 0;
    }
}

/* Typography */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.p {
    text-decoration: none;
    margin: 0;
    line-height: 1.4;
}
h3,
.h3 {
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.25;
}
h4,
.h4 {
    font-size: 1.5625rem;
    font-weight: 500;
    line-height: 1.25;
}
h5,
.h5 {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.25;
}
h6,
.h6 {
    font-size: 1.1875rem;
    font-weight: 400;
}
p,
.p {
    font-size: 1rem;
    font-weight: 300;
}
@media screen and (max-width: 991.98px) {
    h3,
    .h3 {
        font-size: 1.5rem;
    }
    h4,
    .h4 {
        font-size: 1.4375rem;
    }
    h5,
    .h5 {
        font-size: 1.3125rem;
    }
    h6,
    .h6 {
        font-size: 1.125rem;
    }
}
@media screen and (max-width: 767.98px) {
    h3,
    .h3 {
        font-size: 1.4375rem;
    }
    h4,
    .h4 {
        font-size: 1.3125rem;
    }
    h5,
    .h5 {
        font-size: 1.1875rem;
    }
    h6,
    .h6 {
        font-size: 1.0625rem;
    }
    p,
    .p {
        font-size: 0.9375rem;
    }
}

/* Input */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="tel"],
input[type="phone"],
input[type="number"],
select,
textarea {
    width: 100%;
    border: 1px solid transparent;
    padding: 0.5rem 0.625rem;
    margin: 0;
    font-size: 1.0625rem;
    color: #000;
    font-weight: 300;
    border-radius: 0.3125rem;
    background: #fff;
    box-shadow: none;
    transition: border-color 0.3s;
}
select {
    padding-right: 1.125rem !important;
}

input[type="text"].lg,
input[type="email"].lg,
input[type="password"].lg,
input[type="date"].lg,
input[type="tel"].lg,
input[type="phone"].lg,
input[type="number"].lg,
select.lg,
textarea.lg {
    padding: 0.875rem 0.625rem;
}

input[type="text"].sm,
input[type="email"].sm,
input[type="password"].sm,
input[type="date"].sm,
input[type="tel"].sm,
input[type="phone"].sm,
input[type="number"].sm,
select.sm,
textarea.sm {
    padding: 0.375rem 0.625rem;
    font-size: 1rem;
}

@media screen and (max-width: 991.98px) {
    input[type="text"].lg,
    input[type="email"].lg,
    input[type="password"].lg,
    input[type="date"].lg,
    input[type="tel"].lg,
    input[type="phone"].lg,
    input[type="number"].lg,
    select.lg,
    textarea.lg {
        padding: 0.75rem 0.625rem;
    }
}
@media screen and (max-width: 767.98px) {
    input[type="text"].lg,
    input[type="email"].lg,
    input[type="password"].lg,
    input[type="date"].lg,
    input[type="tel"].lg,
    input[type="phone"].lg,
    input[type="number"].lg,
    select.lg,
    textarea.lg {
        padding: 0.5rem 0.625rem;
    }
}
@media screen and (max-width: 575.98px) {
    input[type="text"].lg,
    input[type="email"].lg,
    input[type="password"].lg,
    input[type="date"].lg,
    input[type="tel"].lg,
    input[type="phone"].lg,
    input[type="number"].lg,
    select.lg,
    textarea.lg {
        padding: 0.3125rem 0.5rem;
    }
    input[type="text"].sm,
    input[type="email"].sm,
    input[type="password"].sm,
    input[type="date"].sm,
    input[type="tel"].sm,
    input[type="phone"].sm,
    input[type="number"].sm,
    select.sm,
    textarea.sm {
        padding: 0.3125rem 0.5rem;
    }
}

input[type="text"].bg-gradient,
input[type="email"].bg-gradient,
input[type="password"].bg-gradient,
input[type="date"].bg-gradient,
input[type="tel"].bg-gradient,
input[type="phone"].bg-gradient,
input[type="number"].bg-gradient,
select.bg-gradient,
textarea.bg-gradient {
    background-image: linear-gradient(to bottom, #d0d0d0, #fff, #fff);
}
input[type="text"].gray,
input[type="email"].gray,
input[type="password"].gray,
input[type="date"].gray,
input[type="tel"].gray,
input[type="phone"].gray,
input[type="number"].gray,
select.gray,
textarea.gray {
    background: #f8f8f8;
    border-color: #d9d9d9;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
input[type="phone"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
    border-color: #ba9443;
}

.input-inline {
    display: inline-block;
    width: 4rem !important;
}
.input-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.625rem;
    display: flex;
    align-items: center;
    font-size: 1.3125rem;
    line-height: 1;
    color: #d9d9d9;
    pointer-events: none;
}
.input-prefix {
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1;
    color: #000;
    pointer-events: none;
    background: #f2f2f2;
    border-radius: 0.3125rem 0 0 0.3125rem;
    font-weight: 400;
    border-right: 1.5px solid #dee2e6;
}
.input-prefix + input,
.input-prefix + select,
.input-prefix + textarea {
    padding-left: 3.125rem !important;
}
.input-suffix {
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    line-height: 1;
    color: #000;
    pointer-events: none;
    background: #f2f2f2;
    border-radius: 0 0.3125rem 0.3125rem 0;
    font-weight: 400;
    padding: 0 0.5rem;
    border-left: 1.5px solid #dee2e6;
}
.input-suffix i {
    font-size: 1.25rem;
    transform: translateY(-0.0625rem);
}

.radio-container {
    width: 100%;
    position: relative;
    margin: 0.75rem 0 0 0;
}
.radio-container input[type="checkbox"],
.radio-container input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.radio-container input[type="checkbox"] + label,
.radio-container input[type="radio"] + label {
    position: relative;
    width: 100%;
    margin: 0;
    cursor: pointer;
    padding: 0 0 0 1.5rem;
}
.radio-container input[type="checkbox"] + label::before,
.radio-container input[type="radio"] + label::before {
    content: "";
    position: absolute;
    top: 0.1875rem;
    left: 0;
    width: 0.9375rem;
    height: 0.9375rem;
    border-radius: 50%;
    border: 2px solid #ba9443;
}
.radio-container input[type="checkbox"] + label::after,
.radio-container input[type="radio"] + label::after {
    content: "";
    position: absolute;
    top: 0.375rem;
    left: 0.1875rem;
    width: 0.5625rem;
    height: 0.5625rem;
    border-radius: 50%;
    transition: background 0.25s;
}
.radio-container input[type="checkbox"]:checked + label::after,
.radio-container input[type="radio"]:checked + label::after {
    background: #185f3f;
}

.checkbox-container {
    width: 100%;
    position: relative;
    margin: 0.75rem 0 0 0;
}
.checkbox-container input[type="checkbox"],
.checkbox-container input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.checkbox-container input[type="checkbox"] + label,
.checkbox-container input[type="radio"] + label {
    position: relative;
    width: 100%;
    margin: 0;
    cursor: pointer;
    padding: 0 0 0 1.5rem;
}
.checkbox-container input[type="checkbox"] + label::before,
.checkbox-container input[type="radio"] + label::before {
    content: "\f26b";
    position: absolute;
    top: 0.1875rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 0.1875rem;
    background: #d0d0d0;
    color: #fff;
    text-align: center;
    font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
    line-height: 1rem;
    font-size: 0.8125rem;
    transition: background 0.25s, color 0.25s;
}
.checkbox-container input[type="checkbox"]:checked + label::before,
.checkbox-container input[type="radio"]:checked + label::before {
    background: #185f3f;
    color: #d6a94e;
}

.radio-container .input-inline,
.checkbox-container .input-inline {
    margin-top: -0.5rem;
    width: 12rem !important;
}
.radio-container .btn.btn-xs,
.checkbox-container .btn.btn-xs {
    margin-top: -0.3125rem;
}
@media screen and (max-width: 767.98px) {
    .radio-container .d-inline,
    .checkbox-container .input-inline {
        display: block !important;
        width: 100%;
        margin: 0.5rem 0 0 0 !important;
    }
    .radio-container .d-inline > input,
    .checkbox-container .input-inline > input {
        width: 100% !important;
    }
}

.check-toggle {
    display: none;
}

/* Buttons */
.btns {
    width: 100%;
    margin: 1.5625rem 0 0 0;
    text-align: center;
}
.btn {
    min-width: 12rem;
    text-align: center;
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    font-weight: 200;
    border-radius: 0.3125rem;
    box-shadow: none;
    border: 2px solid #d9d9d9;
    color: #000;
    background: #f5f5f5;
    margin-top: 0.25rem;
    transition: all 0.25s;
}
.btn:hover {
    box-shadow: inset 0 0 0 100rem rgba(0, 0, 0, 0.05);
}
.btn:active {
    box-shadow: inset 0 0 0 100rem rgba(0, 0, 0, 0.1);
}
.btn > img {
    display: inline-block;
    height: 0.9375rem;
    width: auto;
}
.btn > i.adaptive {
    font-size: 1.375rem;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
    transform: translateY(0.1875rem);
}
@media screen and (max-width: 991.98px) {
    .btns {
        margin: 1.375rem 0 0 0;
    }
}
@media screen and (max-width: 767.98px) {
    .btns {
        margin: 1.25rem 0 0 0;
    }
    .btn {
        min-width: 9rem;
        padding: 0.4375rem 0.75rem;
        font-size: 1.0625rem;
    }
}

.btn.btn-xs {
    min-width: 5.5rem;
    padding: 0.1875rem 0.5rem;
    font-size: 0.9375rem;
}
.btn.btn-sm {
    min-width: 9rem;
    padding: 0.4375rem 0.875rem;
    font-size: 1rem;
}

.btn.btn-primary {
    background-image: linear-gradient(to bottom, #bf9a4b, #bb9443, #b48c3c);
    color: #fff;
    border-color: #ba9443;
}
.btn.btn-primary:hover {
    box-shadow: inset 0 0 0 100rem rgba(0, 0, 0, 0.05);
}
.btn.btn-primary:active {
    box-shadow: inset 0 0 0 100rem rgba(0, 0, 0, 0.1);
}

.btn.btn-secondary {
    background-image: linear-gradient(to bottom, #1e6848, #175f3f, #145738);
    color: #fff;
    border-color: #145738;
}
.btn.btn-secondary:hover {
    box-shadow: inset 0 0 0 100rem rgba(0, 0, 0, 0.1);
}
.btn.btn-secondary:active {
    box-shadow: inset 0 0 0 100rem rgba(0, 0, 0, 0.2);
}

.btn.btn-gray {
    background-image: linear-gradient(to bottom, #ececec, #fafafa, #fafafa);
    color: #000;
    border-color: #b2b2b2;
}
.btn.btn-gray > i {
    color: #8f8f8f;
}
.btn.btn-gray:hover {
    box-shadow: inset 0 0 0 100rem rgba(0, 0, 0, 0.05);
}
.btn.btn-gray:active {
    box-shadow: inset 0 0 0 100rem rgba(0, 0, 0, 0.1);
}

.btn-file {
    pointer-events: auto !important;
    overflow: hidden;
    cursor: pointer;
}
.btn-file input[type="file"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}

/* Colors */
.color-white {
    color: #fff !important;
}
.color-black {
    color: #000 !important;
}
.color-sgray {
    color: #f7f7f7 !important;
}
.color-gray {
    color: #d0d0d0 !important;
}
.color-primary {
    color: #ba9443 !important;
}
.color-secondary {
    color: #185f3f !important;
}

.h-color-white:hover {
    color: #fff !important;
}
.h-color-black:hover {
    color: #000 !important;
}
.h-color-sgray:hover {
    color: #f7f7f7 !important;
}
.h-color-gray:hover {
    color: #d0d0d0 !important;
}
.h-color-primary:hover {
    color: #ba9443 !important;
}
.h-color-secondary:hover {
    color: #185f3f !important;
}

.bg-white {
    background: #fff !important;
}
.bg-black {
    background: #000 !important;
}
.bg-sgray {
    background: #f7f7f7 !important;
}
.bg-gray {
    background: #d0d0d0 !important;
}
.bg-primary {
    background: #ba9443 !important;
}
.bg-secondary {
    background: #185f3f !important;
}

.bcolor-white {
    border-color: #fff !important;
}
.bcolor-black {
    border-color: #000 !important;
}
.bcolor-sgray {
    border-color: #f7f7f7 !important;
}
.bcolor-gray {
    border-color: #d0d0d0 !important;
}
.bcolor-primary {
    border-color: #ba9443 !important;
}
.bcolor-secondary {
    border-color: #185f3f !important;
}

/* Content Row */
.content-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px dashed #d0d0d0;
}
.content-row:last-child {
    border-bottom: 0;
}
.content-row .text-container {
    width: calc(100% - 10rem);
}
.content-row .text-container > * {
    width: 100%;
}
@media screen and (max-width: 767.98px) {
    .content-row {
        flex-wrap: wrap;
    }
    .content-row .text-container {
        width: 100%;
        margin: 0 0 0.75rem 0;
    }
}
@media screen and (min-width: 768px) {
    .content-row .text-container > * {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* Hamburger */
.hamburger {
    cursor: pointer;
}
.hamburger > * {
    width: 2rem;
    height: 0.14rem;
    background: #000;
    transition: all 0.5s;
}
.hamburger > *:nth-child(2) {
    margin: 0.375rem 0;
}
.hamburger.active > *:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-0.375rem, 0.375rem);
    transform: rotate(-45deg) translate(-0.375rem, 0.375rem);
}
.hamburger.active > *:nth-child(2) {
    opacity: 0;
}
.hamburger.active > *:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-0.375rem, -0.375rem);
    transform: rotate(45deg) translate(-0.375rem, -0.375rem);
}

/* Map Container */
.map-container {
    display: block;
    width: 100%;
    height: 32rem;
    overflow: hidden;
}
.map-container > iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
}
@media screen and (max-width: 1199.98px) {
    .map-container {
        height: 28rem;
    }
}
@media screen and (max-width: 991.98px) {
    .map-container {
        height: 26rem;
    }
}
@media screen and (max-width: 767.98px) {
    .map-container {
        height: 24rem;
    }
}

/* Pagination */
.pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 2.25rem 0 1rem 0;
}

.page-item.disabled .page-link {
    background-color: transparent;
    border-color: unset;
}

.page-link {
    color: #000;
    background-color: transparent;
    border: 0px solid #dee2e6;
}

.pagination .page-item {
    background-image: linear-gradient(to bottom, #ececec, #fafafa, #fafafa);
    color: #000;
    border: 1px solid #d9d9d9;
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.3125rem;
    text-align: center;
    line-height: 2.125rem;
    font-size: 0.9375rem;
    margin: 0.25rem;
    transition: all 0.25s;
}
.pagination .page-item:hover {
    box-shadow: inset 0 0 0 100rem rgba(0, 0, 0, 0.05);
}
.pagination .page-item:active {
    box-shadow: inset 0 0 0 100rem rgba(0, 0, 0, 0.1);
}
.pagination .page-item.decoration {
    pointer-events: none;
}
.pagination .page-item.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.pagination .page-item.active {
    pointer-events: none;
    color: #fff;
    border-color: #145738;
    background-image: linear-gradient(to bottom, #1e6848, #175f3f, #145738);
}

.page-item.active .page-link {
    background-color: transparent;
    border-color: transparent;
}
@media screen and (max-width: 991.98px) {
    .pagination {
        margin: 1.75rem 0 0.5rem 0;
    }
}

/* Popup Container */
.popup-container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.75);
    padding: 0 0 4rem 0;
    backdrop-filter: blur(4px);
    transition: opacity 0.6s;
}
.popup-container.active {
    opacity: 1;
    pointer-events: all;
}
.popup-container > .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    display: flex;
    align-items: center;
}
.popup-container > .wrapper > .close-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    cursor: pointer;
}
.popup-container .popup-box {
    display: block;
    position: relative;
    width: 100%;
    max-width: 30rem;
    padding: 0;
    background: #fff;
    border-radius: 0.375rem;
    overflow: hidden;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity 0.6s, transform 0.6s;
}
.popup-container.active .popup-box {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.15s;
}
.popup-container .popup-header {
    width: 100%;
    height: 8rem;
    background-size: cover;
    background-position: center;
}
.popup-container .hero-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    transform: translateY(4.25rem);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
}
.popup-container .hero-container > img {
    display: block;
    height: 75%;
    width: auto;
}
.popup-container .popup-body {
    width: 100%;
    padding: 4.25rem 1rem 1rem 1rem;
}
.popup-container .scroll-wrapper {
    width: 100%;
    padding: 0 2rem 1rem 2rem;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 26rem);
}
@media screen and (max-width: 991.98px) {
    .popup-container .popup-box {
        max-width: 27rem;
    }
    .popup-container .popup-header {
        height: 7rem;
    }
    .popup-container .hero-container {
        width: 6rem;
        height: 6rem;
        transform: translateY(4.125rem);
    }
    .popup-container .popup-body {
        padding: 4rem 0.5rem 0.5rem 0.5rem;
    }
    .popup-container .scroll-wrapper {
        padding: 0 1.5rem 1rem 1.5rem;
        max-height: calc(100vh - 24rem);
    }
}
@media screen and (max-width: 767.98px) {
    .popup-container .popup-header {
        height: 6rem;
    }
    .popup-container .hero-container {
        width: 5.5rem;
        height: 5.5rem;
        transform: translateY(3.25rem);
    }
    .popup-container .popup-body {
        padding: 3.75rem 0 0.5rem 0;
    }
    .popup-container .scroll-wrapper {
        padding: 0 1rem 0.5rem 1rem;
        max-height: calc(100vh - 22.5rem);
    }
}

/* Separation */
img.sep-01 {
    display: block;
    width: 100%;
    max-width: 12rem;
    height: auto;
    margin: 0.3125rem auto 1.125rem auto;
}
img.sep-02 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

/* Step Bar */
.stepbar {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 1rem 0 2.5rem 0;
}
.stepbar .wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.stepbar .wrapper::before {
    content: "";
    position: absolute;
    top: calc(50% - 0.75px);
    left: 0;
    right: 0;
    height: 1.5px;
    background: #d9d9d9;
}
.stepbar .step {
    position: relative;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
    text-align: center;
    line-height: 1.25rem;
    background: #f2f2f2;
    border: 1.5px solid #d9d9d9;
    display: block;
    font-size: 0.8125rem;
    font-weight: 400;
    margin: 0 0.75rem 0 0;
    color: #00000091;
    cursor: pointer;
    transition: color 0.25s, background 0.25s, border-color 0.25s;
}
.stepbar .step:last-child {
    margin: 0;
}
.stepbar .step.active {
    color: #ba9443;
    background: #185f3f;
    border-color: #185f3f;
}
@media screen and (max-width: 767.98px) {
    .stepbar {
        margin: 0.875rem 0 2rem 0;
    }
}

/* Slide Container */
.slide-container {
    position: relative;
    width: 100%;
}

/* Slick Arrows */
.slide-container .arrows {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}
.slide-container .arrows > .slick-prev,
.slide-container .arrows > .slick-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4375rem;
    height: 3.875rem;
    pointer-events: auto;
    cursor: pointer;
    text-align: center;
    line-height: 3.8375rem;
    outline: none;
    font-size: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.25s;
}
.slide-container .arrows > .slick-prev {
    border-radius: 0 0.3125rem 0.3125rem 0;
    padding-right: 0.25rem;
}
.slide-container .arrows > .slick-next {
    border-radius: 0.3125rem 0 0 0.3125rem;
    padding-left: 0.25rem;
}
.slide-container .arrows > .slick-prev:hover,
.slide-container .arrows > .slick-next:hover {
    background: rgba(0, 0, 0, 0.7);
}
.slide-container .arrows > .slick-prev::before,
.slide-container .arrows > .slick-next::before {
    font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
    font-size: 2.5rem;
    color: #fff;
}
.slide-container .arrows > .slick-prev::before {
    content: "\f2fa";
}
.slide-container .arrows > .slick-next::before {
    content: "\f2fb";
}

/* Slick Dots */
.slide-container .dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-container .dots > .slick-dots {
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
}
.slide-container .dots li {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0 0.25rem;
}
.slide-container .dots button {
    position: relative;
    display: block;
    font-size: 0;
    border: 0;
    box-shadow: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 0;
    margin: 0 auto;
    outline: none;
    width: 0.625rem;
    height: 0.625rem;
    border: 1px solid #fff;
    background: transparent;
    transition: all 0.25s;
}
.slide-container .dots li.slick-active > button {
    background: #fff;
}

/* Special Box */
.ss-box {
    width: 100%;
    padding: 2rem;
    border: 1.5px solid #ba9443;
    border-radius: 0.3125rem;
    background: #f7f7f7;
}
.ss-box.bg-soft-primary {
    background: #f8f3e6;
}
.ss-box .spacing {
    margin-top: 1.315rem;
}
.ss-box .radio-adaptive {
    display: flex;
    flex-wrap: wrap;
}
.ss-box .radio-adaptive > *:nth-child(1) {
    width: 7rem;
}
.ss-box .radio-adaptive > *:nth-child(2) {
    width: calc(100% - 7rem);
}
.ss-box .projects {
    width: 100%;
}
.ss-box .project {
    width: 100%;
    padding: 1.625rem 0;
    border-bottom: 1.5px dashed #d0d0d0;
}
.ss-box .projects > .project:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
@media screen and (max-width: 1199.98px) {
    .ss-box {
        padding: 1.75rem;
    }
}
@media screen and (max-width: 991.98px) {
    .ss-box {
        padding: 1.5rem;
    }
    .ss-box .spacing {
        margin-top: 1.25rem;
    }
    .ss-box .project {
        padding: 1.5625rem 0;
    }
}
@media screen and (max-width: 767.98px) {
    .ss-box {
        padding: 1.25rem;
    }
    .ss-box .spacing {
        margin-top: 1rem;
    }
    .ss-box .radio-adaptive {
        width: 100%;
    }
    .ss-box .radio-adaptive > *:nth-child(1),
    .ss-box .radio-adaptive > *:nth-child(2) {
        width: 100%;
    }
    .ss-box .project {
        padding: 1.5rem 0;
    }
}
.ss-box.element-spacing > *:first-child {
    margin-top: 0;
}

/* Special Card */
.ss-card {
    display: block;
    width: 100%;
    color: #000;
}
.ss-card .content {
    width: 100%;
    padding: 0 1rem;
    background: #efefef;
    display: flex;
    color: #000;
}
.ss-card .content .icon {
    width: 4rem;
    background: #fff;
    padding: 0.5rem;
    margin: 0 1rem 0 0;
    text-align: center;
    transform: translateY(-0.75rem);
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.25);
}
.ss-card .content .icon .num {
    font-size: 1.875rem;
    font-weight: 500;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 0.25rem 0;
    margin: 0 0 0.875rem 0;
}
.ss-card .content .icon .date {
    font-size: 0.75rem;
    font-weight: 400;
}
.ss-card .content .text-container {
    width: calc(100% - 5rem);
    padding: 1rem 0;
}
.ss-card .content h6,
.ss-card .content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ss-card .content p {
    margin: 0.3125rem 0 0 0;
}

/* Special Image & Video */
.ss-img,
.ss-video {
    display: block;
    position: relative;
    padding: 67% 0 0 0;
    overflow: hidden;
}
.ss-img.square,
.ss-video.square {
    padding: 100% 0 0 0;
}
.ss-img.vertical,
.ss-video.vertical {
    padding: 130% 0 0 0;
}
.ss-img.horizontal,
.ss-video.horizontal {
    padding: 50% 0 0 0;
}
.ss-img > .img-bg,
.ss-video > .img-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.45s;
}
.ss-img:hover > .img-bg,
.ss-video:hover > .img-bg {
    transform: scale(1.1);
}
.ss-img.no-hover:hover > .img-bg,
.ss-video.no-hover:hover > .img-bg {
    transform: none !important;
}

.ss-video .play-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ss-video .play-container > .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    background: #19a2de;
    color: #fff;
    font-size: 2.25rem;
    transition: transform 0.45s;
}
.ss-video .play-container > .icon i {
    transform: translateX(0.125rem);
}
.ss-video .play-container > .icon:hover {
    transform: scale(1.1);
}

/* Special Title */
.ss-title {
    width: 100%;
    display: flex;
    align-items: center;
}
.ss-title .icon {
    width: 3.25rem;
    margin: 0 1rem 0 0;
    transform: translateY(-0.1875rem);
}
.ss-title .icon > img {
    display: block;
    width: 100%;
    height: auto;
}
.ss-title .text-container {
    width: calc(100% - 4.25rem);
}

/* Table */
.table-wrapper {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 0.5rem 0;
    margin: 2.25rem 0 0 0;
}
table.table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 1px 0 0;
}

table.table.table-01 th {
    background-image: linear-gradient(to bottom, #1e6848, #175f3f, #145738);
    color: #fff;
    font-weight: 300;
    border: 1px solid #d9d9d9;
    border-right: 0;
}
table.table.table-01 th:first-child {
    border-radius: 0.375rem 0 0 0;
}
table.table.table-01 th:last-child {
    border-radius: 0 0.375rem 0 0;
    border-right: 1px solid #d9d9d9;
}
table.table.table-01 td {
    vertical-align: middle;
    background: #ffffff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}
table.table.table-01 td:last-child {
    border-right: 1px solid #d9d9d9;
}
table.table.table-01 tr:last-child > td:first-child {
    border-radius: 0 0 0 0.375rem;
}
table.table.table-01 tr:last-child > td:last-child {
    border-radius: 0 0 0.375rem 0;
}
table.table.table-01 .icon {
    width: 1.5625rem;
    height: auto;
}
table.table.table-01 .action:hover {
    opacity: 0.7;
}
table.table.table-01 .action > img {
    width: 2rem;
    height: auto;
}

table.table.table-02 th {
    background: #f2f2f2;
    color: #000;
    font-weight: 300;
    font-weight: 500;
    border: 1px solid #d9d9d9;
    border-right: 0;
}
table.table.table-02 th:first-child {
    border-radius: 0.375rem 0 0 0;
}
table.table.table-02 th:last-child {
    border-radius: 0 0.375rem 0 0;
    border-right: 1px solid #d9d9d9;
}
table.table.table-02 td {
    vertical-align: middle;
    background: #ffffff;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}
table.table.table-02 td:last-child {
    border-right: 1px solid #d9d9d9;
}
table.table.table-02 tr:last-child > td:first-child {
    border-radius: 0 0 0 0.375rem;
}
table.table.table-02 tr:last-child > td:last-child {
    border-radius: 0 0 0.375rem 0;
}
table.table.table-02 .checkbox-container,
table.table.table-02 .radio-container {
    margin: 0;
    display: flex;
    justify-content: center;
    padding: 0 0 0 1rem;
}
table.table.table-02 .checkbox-container > label,
table.table.table-02 .radio-container > label {
    width: auto;
}

@media screen and (max-width: 991.98px) {
    .table-wrapper {
        margin: 1.75rem 0 0 0;
    }
}

/* Table Label */
.table-labels {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 2rem 0 1rem 0;
}
.table-labels .label {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin: 0.5rem 1rem 0 1rem;
}
.table-labels .label img {
    display: block;
    width: 1.5625rem;
    height: auto;
}
.table-labels .label span {
    display: block;
    margin: 0 0.5rem;
}
@media screen and (max-width: 991.98px) {
    .table-labels {
        margin: 1.5rem 0 0.5rem 0;
    }
}

/* Utility */
.b-radius {
    border-radius: 0.3125rem;
}
.b-all {
    border: 1.5px solid transparent;
}
.b-top {
    border-top: 1.5px solid transparent;
}
.b-bottom {
    border-bottom: 1.5px solid transparent;
}
.b-bottom-dashed {
    border-bottom: 1.5px dashed transparent;
}

.border {
    border: 1.5px solid #dee2e6 !important;
}
.border:focus {
    border-color: #ba9443 !important;
}

.fw-100 {
    font-weight: 100 !important;
}
.fw-200 {
    font-weight: 200 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
.fw-900 {
    font-weight: 900 !important;
}

.op-100 {
    opacity: 1 !important;
}
.op-0 {
    opacity: 0 !important;
}
.op-10 {
    opacity: 0.1 !important;
}
.op-20 {
    opacity: 0.2 !important;
}
.op-30 {
    opacity: 0.3 !important;
}
.op-40 {
    opacity: 0.4 !important;
}
.op-50 {
    opacity: 0.5 !important;
}
.op-60 {
    opacity: 0.6 !important;
}
.op-70 {
    opacity: 0.7 !important;
}
.op-80 {
    opacity: 0.8 !important;
}
.op-90 {
    opacity: 0.9 !important;
}

.jc-start {
    justify-content: flex-start !important;
}
.jc-center {
    justify-content: center !important;
}
.jc-end {
    justify-content: flex-end !important;
}
.jc-space-between {
    justify-content: space-between !important;
}
.jc-space-evenly {
    justify-content: space-evenly !important;
}
.ai-center {
    align-items: center !important;
}
.ai-start {
    align-items: flex-start !important;
}
.ai-end {
    align-items: flex-end !important;
}
.fw-wrap {
    flex-wrap: wrap !important;
}

.w-auto {
    width: auto !important;
}
.w-full {
    width: 100% !important;
    max-width: 100% !important;
}
.h-auto {
    height: auto !important;
}

.ws-nowrap,
.ws-no-wrap {
    white-space: nowrap !important;
}
.no-br > br {
    display: none;
}

@media screen and (max-width: 1199.98px) {
    .lg-no-br > br {
        display: none;
    }
}
@media screen and (max-width: 991.98px) {
    .md-no-br > br {
        display: none;
    }
}
@media screen and (max-width: 767.98px) {
    .sm-no-br > br {
        display: none;
    }
}
@media screen and (max-width: 575.98px) {
    .xs-no-br > br {
        display: none;
    }
    .xs-mw-adaptive {
        min-width: 6.5rem !important;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.content-detail img {
    max-width: 100% !important;
}

.hide{
    display: none;
}

.color-red{
    color: #dc3545;
}