body {
    font-weight: 400;
    font-size: 1em;
    color: #666;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #3a596d;
    font-family: 'Poppins', Arial, sans-serif;
}

a {
    color: #14a2b9;
}

a:hover {
    opacity: 0.8;
    color: inherit;
    text-decoration: underline;
}

@media screen and (max-width: 40em) {
    h1 {
        font-size: 2.5em;
    }
}

.shadow {
    -webkit-box-shadow: 0px 8px 20px rgb(0 0 0 / 6%);
    box-shadow: 0px 8px 20px rgb(0 0 0 / 6%);
}

.card {
    border-radius: .75rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.6em + 1.625rem);
    padding: .75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #1e2022;
    background-color: #fff;
    background-clip: padding-box;
    border: .0625rem solid #e7eaf3;
    border-radius: .3125rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn {
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: .575rem 1.5rem;
    border-radius: .3125rem;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.form-control:focus {
    color: #1e2022;
    background-color: #fff;
    border-color: rgba(55, 125, 255, .4);
    outline: 0;
    box-shadow: 0 0 10px rgb(55 125 255 / 10%);
}

label {
    display: block;
    color: #1e2022;
    font-size: .875rem;
    opacity: 0.8
}

.category-nav,
.category-nav ul {
    margin: 0;
    padding: 0;
}

.category-nav li {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-nav a {}

.category-nav a:hover {
    text-decoration: none;
}

.category-nav {
    margin-right: -15px;
    margin-left: -15px;
    display: block;
    width: 100%;
}

.category-nav .submark {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    width: 42px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.category-nav .submark:hover {
    cursor: pointer;
}

.category-nav a {
    display: block;
    padding: 0 15px;
    height: 42px;
    line-height: 42px;
    position: relative;
}

.category-nav>li>a {}

.category-nav>li>a:hover {}

.category-nav>li:last-child>a {
    border-bottom: 0 none;
}

.category-nav .subnav {
    display: none;
    padding-left: 8px;
}

.category-nav .subnav a {}

.category-nav .subnav>ul>.active>a,
.category-nav .subnav a:hover {}

.submark::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.submark::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -7px;
}

.submark::before, .submark::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 25%;
    margin-top: 35%;
    margin-right: 12px;
    top: 0;
    left: 50%;
    background: #95a5a6;
}

h1.h3,
h2.h3 {
    font-size: 32px;
}

.des-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
    border-radius: .75rem;
    scroll-snap-align: start;
    transform-origin: center center;
    transform: scale(1);
}

.comment-item,
.rounded,
.rounded-lg {
    border-radius: .75rem !Important;
}

.des-box img {
    transform: scale(1);
    transition: 0.5s;
}

.des-box:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

.des-top {
    top: 0;
    background: linear-gradient(-180deg, rgba(0, 0, 0, .5) -30%, transparent);
    position: absolute;
    border-radius: 5px;
    width: 100%;
}

.des-title {
    color: #fff !important;
}

.des-bottom {
    bottom: 0;
    position: absolute;
    color: #fff;
    width: 100%;
    background: linear-gradient(180deg, transparent 5%, rgba(0, 0, 0, .5) 90%);
    border-radius: 5px;
}

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

.zi-1 {
    z-index: 1;
}

.caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slider .img-fluid:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, red 20%, transparent 80%);
}

span.prevArrow {
    margin-left: 3px;
    bottom: 0;
    z-index: 2;
    position: absolute;
}

span.nextArrow {
    margin-left: 30px;
    bottom: 0;
    position: absolute;
}

/* slick */
/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/* slick */
.bg-pattern {
    background-color: #e8f5f7;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='72' viewBox='0 0 36 72'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23a3ced6' fill-opacity='0.21'%3E%3Cpath d='M2 6h12L8 18 2 6zm18 36h12l-6 12-6-12z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.bg-light-info {
    background: #e8f5f7;
}

.bg-grad-info-transparent {
    /* background: linear-gradient(0deg, rgba(232, 245, 247, 0), #e8f5f7); */
    background: #e8f5f7;
}

.bg-grad-transparent-info {
    /* background: linear-gradient(-180deg, rgba(232, 245, 247, 0), #e8f5f7); */
    background: #e8f5f7;
}

.lh-2,
.lh-2 p {
    line-height: 190%;
}

.ls-2 {
    letter-spacing: 1px;
    opacity: 0.7;
}

ul.pagination li a {
    padding: 7px 14px;
    background: white;
    min-width: 40px;
    display: block;
    border-radius: 15px !important;
    text-align: center;
    margin-right: 5px;
    color: #18a2b8;
}

.pagination li.active a {
    background: #18a2b8;
    color: #fff;
}

.pagination li.disabled a {
    color: #ddd;
    cursor: not-allowed;
}

.readability {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    color: #292929;
    font-size: 21px;
    letter-spacing: -0.003em;
}

#statistic.show {
    opacity: 1;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1080;
    border-radius: 15px;
}

@media screen and (min-width: 720px) {
    .w-600 {
        width: 720px
    }
}

#statistic {
    position: absolute;
    bottom: 2rem;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    height: auto !important;
    padding: .5rem 1.5rem;
    box-shadow: 0 5px 8px 0 rgb(0 0 0 / 5%), 0 3px 10px 0 rgb(0 0 0 / 10%);
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    bottom: 48px;
    right: 0;
}

#statistic li {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: .5rem 0;
}

.page img {
    max-width: 100%;
    height: auto;
    margin: 2rem 0;
}

.loader {
    border-radius: 8px;
}

h3.title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
h1.h3, h2.h3 {
    font-size: clamp(1.35rem, 1.11rem + 0.71vw, 1.75rem);
}

.menu-button {
    background: #fff;
}
.bg-landmark {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
}
