::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}


@font-face {
    src: url("../fonts/UTM-Davida.ttf");
    font-family: "UTM-Davida";
}

:root {
    --primary-color2: #F0B925;
    --primary-color3: #FBF19F;
    --primary-color4: #F0B925;
    --primary-color5: #FCF7AB;
    --font-family: "UTM-Davida";
}

.absolute-footer, html {
    background-color: #fff !important;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.button_style {
    background-color: var(--primary-color);
    color: #fff !important;
    text-align: center;
    padding: 0px 30px;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: normal;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/**back to top**/
.progress-wrap {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-family: 'Font Awesome 6 Pro';
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap {
    bottom: 30px;
    height: 46px;
    width: 46px;
    border-radius: 46px;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #cccccc;
}

.progress-wrap.btn-left-side {
    left: 30px;
}

.progress-wrap.btn-right-side {
    right: 30px;
}

.progress-wrap::after {
    width: 46px;
    height: 46px;
    color: #1f2029;
    font-size: 24px;
    content: '\f341';
    line-height: 46px;
}

.progress-wrap:hover::after {
    color: #1f2029;
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 2px;
}

/**header**/
div#masthead {
    background: url(../images/header.jpg) no-repeat !important;
    background-size: 100% !important;
    height: auto !important;
}

/**menu**/
div#wide-nav {
    background: linear-gradient(90deg, var(--primary-color2) 0%, var(--primary-color3) 50%, var(--primary-color4) 100%);
}

div#mega-menu-wrap-primary {
    width: 100% !important;
}

#mega-menu-wrap-primary #mega-menu-primary {
    display: flex !important;
    justify-content: space-around;
}

div#mega-menu-wrap-primary ul li a {
    color: var(--primary-color) !important;
    font-weight: 600 !important;
    text-transform: unset !important;
    font-size: 15px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center;
    padding: 0 15px !important;
}

div#mega-menu-wrap-primary ul li a:hover {
    color: var(--primary-color) !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    display: block !important;
    border-radius: 8px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    padding: 0px 10px !important;
    display: block !important;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 14px !important;
    color: var(--color-1) !important;
    text-transform: uppercase !important;
    background: #fff !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid #f2f2f2 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 16px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--primary-color2) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff !important;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    padding: 15px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    margin-bottom: 0px !important;
    text-align: left !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    border-bottom: 1px solid #f2f2f2;
}

/**home title**/
.home-title {
    text-align: center;
}

.home-title h3 {
    font-family: var(--font-family);
    font-size: 36px;
    line-height: 42px;
    color: var(--primary-color2);
    font-weight: 400;
    width: auto;
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
}

.home-title h3:before {
    content: '';
    width: 100px;
    height: 3px;
    background: var(--primary-color2);
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.color5 h3 {
    color: var(--primary-color5);
}

.color5 h3:before {
    background: var(--primary-color5);
}

.color-primary {
    text-align: left;
}

.color-primary h3 {
    color: var(--primary-color)
}

.home-button {
    margin: 15px 0 0 0;
}

.home-button a {
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    position: relative;
}

.home-button a:before, .home-button a:after {
    content: '';
    display: block;
    height: 3px;
    background: var(--primary-color);
    width: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.home-button a:before {
    left: -50px;
}

.home-button a:after {
    right: -50px;
}

/**abouts**/
.abouts {
    color: var(--primary-color5);
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    font-style: italic;
}

/**contact**/
.form-contact .home-title h3 {
    margin-bottom: 0;
}

.form-contact .home-title h3:before {
    display: none;
}

.form-contact .input_contact {
    border: 1px solid var(--primary-color) !important;
    border-radius: 10px !important;
    box-shadow: unset !important;
    height: 40px !important;
}

.form-contact .textarea_contact {
    border: 1px solid var(--primary-color) !important;
    border-radius: 10px !important;
    box-shadow: unset !important;
}

.form-contact .contactButton {
    text-align: right;
}

.form-contact .contactButton button {
    border-radius: 50px;
    text-transform: capitalize;
    font-weight: normal;
    margin: 0;
}

/**footer**/
footer#footer {
    width: 100%;
    padding: 35px 0 20px 0;
}

footer#footer .footer-top {
    width: 100%;
}

footer#footer .footer-top .footer-logo img {
    width: 300px;
}

footer#footer p {
    margin-bottom: 8px;
    color: #fff;
    font-size: 15px;
}

footer#footer b, footer#footer strong {
    color: var(--primary-color5)
}

footer#footer .footer-menu ul li {
    border-color: rgba(255, 255, 255, 0.4);
}

footer#footer .footer-menu ul li a {
    color: #fff;
    padding: 5px 0;
}

footer#footer .footer-menu ul li a:hover {
    color: var(--primary-color5)
}

footer#footer .footer-title h3 {
    color: var(--primary-color5);
    font-family: var(--font-family);
    font-weight: normal;
    position: relative;
    margin-bottom: 12px;
}

footer#footer .footer-title h3:before {
    content: "";
    background: var(--primary-color2);
    width: 50px;
    height: 3px;
    display: block;
    position: absolute;
    bottom: -5px;
}

footer#footer .footer-social a {
    width: 35px;
    height: 35px;
    background: linear-gradient(90deg, var(--primary-color2) 0%, var(--primary-color3) 50%, var(--primary-color4) 100%);
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    transition: 0.3s ease-in-out;
    color: #000
}

footer#footer .footer-social a:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
}

footer#footer .footer-social a:not(:last-child) {
    margin-right: 8px;
}

.footer-copyright {
    padding: 8px 0;
    background: linear-gradient(90deg, var(--primary-color2) 0%, var(--primary-color3) 50%, var(--primary-color4) 100%);
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: var(--primary-color);
}

/*category**/
section.breadcrumbs p {
    margin: 0;
}

section.breadcrumbs a, section.breadcrumbs span {
    color: gray !important;
    font-size: 15px;
    font-weight: normal;
}

.breadcrumb_body {
    padding: 10px 0 5px 0;
    border-bottom: 1px solid #D9D9D9;
}

/**slide**/
body .swiper-button-next, body .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    transform: translateY(-50%) !important;
    top: 50% !important;
    border-radius: 50% !important;
}

body .swiper-button-next img, body .swiper-button-prev img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body .swiper-button-next span svg path, body .swiper-button-prev span path {
    stroke: #fff;
}

body .swiper-button-next:hover span svg path, body .swiper-button-prev:hover span path {
    stroke: var(--primary-color2)
}

body .swiper-button-prev.swiper-button-disabled,
body .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    content: '' !important;
    font-size: 15px;
    color: #000;
}

/**alert**/
.alert {
    position: relative;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-success {
    color: #0f5132 !important;
    background-color: #d1e7dd !important;;
    border-color: #badbcc !important;;
}

.alert-danger {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

/**pagination**/
.pagination {
    width: 100%;
    display: inline-block;
}

.pagination ul li a, .pagination ul li span {
    color: #000;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    background: #fff;
    border-radius: 99px !important;
}

.pagination ul li a:hover, .pagination ul li span:hover {
    background: var(--primary-color) !important;
    color: #fff;
    font-weight: normal !important;
    border: 1px solid var(--primary-color) !important;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    background: #fff;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    display: inline-block;
    border-radius: 99px !important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current, .pagination span.current {
    background: var(--primary-color) !important;
    color: #fff;
    font-weight: normal !important;
    border: 1px solid var(--primary-color) !important;
}

/**category**/
.category-entry {
    padding: 40px 0;
}

/**category**/
.category-description {
    box-shadow: 0px 4px 45px 0px #0000000D;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    font-weight: 300;
    font-size: 15px;
}

.entry-content {
    padding: 0 !important;
    font-weight: 300;
    font-size: 15px;
}

.category-description p
.category-description ul li,
.category-description ol li,
.entry-content p,
.entry-content ul li,
.entry-content ol li {
    margin: 0 0 10px 0 !important;
}

.category-description ul,
.category-description ol,
.entry-content ul,
.entry-content ol {
    margin-left: 15px !important;
}

.category-description table,
.category-description table tr td,
.entry-content table,
.entry-content tr td {
    border-collapse: collapse;
    border: 1px solid #3333;
}

.category-description table tr td,
.category-description table tr th,
.entry-content tr td,
.entry-content tr th {
    padding: 10px;
    color: #333 !important;
}

/**widget**/
.widget-post-list {
    width: 100%;
}

.widget-post-list .widget-post-item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
    align-items: center;
}

.widget-post-list .widget-post-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.widget-post-list .widget-post-item a {
    display: flex;
    align-items: center;
}

.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 100px;
    float: left;
    height: 100px;
    border-radius: 15px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.widget-post-list .widget-post-item .widget-post-content {
    width: calc(100% - 100px);
    float: left;
    padding-left: 10px;
}

.widget-post-list .widget-post-item .widget-post-content h3 {
    display: inline-block;
    color: #000;
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    line-height: 20px;
}

.widget-post-list .widget-post-item .widget-post-content h3:hover {
    color: var(--primary-color);
}

.widget-post-list .widget-post-item .widget-post-content .post-meta {
    color: gray;
    font-size: 14px
}

.widget-title span {
    padding: 6px 10px;
    margin: 0 0 20px 0;
    width: 100%;
    display: block;
    background: var(--primary-color) !important;
    text-align: center;
    font-size: 20px !important;
    line-height: 26px !important;
    border-radius: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
}

.widget-title h3 {
    padding: 6px 10px;
    margin: 0 0 20px 0;
    width: 100%;
    display: block;
    font-weight: normal;
    background: var(--primary-color) !important;
    text-align: center;
    font-size: 20px !important;
    line-height: 26px !important;
    border-radius: 15px;
    color: #fff;
    text-transform: uppercase;
}

.widget-post-vertical a {
    display: block !important;
    flex-flow: wrap;
}


.widget-post-vertical .widget-post-thumbnail {
    width: 100% !important;
    height: 180px !important;
}

.widget-post-vertical .widget-post-content {
    width: 100% !important;
    padding: 10px 0 0 0 !important;
    border: 0px;
}

.is-divider.small {
    display: none;
}

.widget_categories ul, .widget_product_categories ul {
    margin-top: -5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAEklEQVQImWNgYGCQYiAAhoYCAEfjALcmCP1hAAAAAElFTkSuQmCC)
}

.widget_categories ul li, .widget_product_categories ul li {
    width: 100%
}

.widget_categories ul li a, .widget_product_categories ul li a {
    width: 100%;
    display: block;
    color: #333;
    padding: 10px 15px !important;
    background: #e4e4e499;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s
}

.widget_categories ul li a:before, .widget_product_categories ul li a:before {
    content: "\f45c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 6px;
    vertical-align: middle;
    margin-right: 10px;
    color: var(--primary-color)
}

.widget_categories ul li:hover a, .widget_product_categories ul li:hover a {
    background: var(--primary-color) !important;
    color: #fff
}

/**post item**/
.post-item {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 200px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    transition: 0.3s ease-in-out;
}

.post-item .post-content {
    background: #FFFDDC;
    border-radius: 0 0 20px 20px;
    padding: 15px;
}

.post-item .post-content h4 {
    margin: 0;
}

.post-item .post-content h4 a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 24px;
    color: var(--primary-color);
    height: 45px;
}

.post-item .post-content h4 a:hover {
    color: var(--primary-color)
}

.post-item .post-content .post-desc {
    color: #4F4F4F;
    font-size: 14px;
    font-style: italic;
    margin: 10px 0 0 0;
}

.post-item .post-content .post-meta {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 16px;
    color: #4F4F4F;
}

.post-item:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.category .post-thumbnail {
    height: 220px;
}

/**single**/
#header-single {
    margin-bottom: 20px;
    text-align: left;
}

#header-single h1 {
    color: #000;
}

#header-single .post-meta {
    color: #666666;
    font-size: 14px;
}

div#single-thumbnail {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}

div#single-thumbnail img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


input#s {
    box-shadow: 0px 6px 30px 0px #0000000D;
    border-radius: 50px !important;
    padding: 5px 20px;
    height: 45px !important;
    margin: 0;
    border: 1px solid #4F4F4F;
}

button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background: var(--primary-color);
    border-radius: 99px !important;
    width: 40px !important;
    height: 40px !important;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 3px;
    top: 3px;
}

/**featured**/
.hole-featured {
    width: 100%;
    display: inline-block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 20px;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.hole-featured::-webkit-scrollbar {
    height: 5px;
}

.hole-item {
    width: 200px;
    height: 300px;
    display: inline-block;
    position: relative;
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

.hole-item:hover {
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    width: 280px;
}

.hole-item .hole-thumbnail {
    width: 100%;
    height: 100%;
}

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

.hole-item .hole-content {
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #F0B925 60%);
    width: 100%;
    padding: 30px 15px 15px 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 0 15px 15px;
}

.hole-item .hole-content h4 {
    text-align: center;
    margin: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: "UTM-Davida";
    font-weight: normal;
}

.hole-item:hover .hole-content {
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #E51E25 60%);
}

/**genealogy**/
.genealogy-item {
    width: 100%;
    display: inline-block;
}

.genealogy-item .genealogy-thumbnail {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    border: 3px solid var(--primary-color);
    border-radius: 50%;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.genealogy-item .genealogy-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.genealogy-item:hover .genealogy-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.genealogy-item .genealogy-content {
    text-align: center;
    width: 100%;
}

.genealogy-item .genealogy-content p.chitiet {
    font-size: 16px;
}

.genealogy-item .genealogy-content p.chucvu {
    font-size: 20px;
}

.genealogy-item .genealogy-content h4 {
    margin: 5px 0 0 0;
}

.genealogy-item .genealogy-content h4 a {
    color: var(--primary-color);
    font-size: 18px;
    line-height: 24px;
}

.genealogy-item .genealogy-content p {
    text-align: center;
    margin: 0;
    font-family: "UTM-Davida";
    font-weight: normal;
    text-transform: uppercase;
}

/*8single**/
.genealogy-author {
    width: 100%;
    display: inline-block;
}

.genealogy-author .genealogy-thumbnail {
    width: 250px;
    height: 250px;
    margin: 0 auto 20px;
    border: 3px solid var(--primary-color);
    border-radius: 50%;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.genealogy-author .genealogy-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.genealogy-author:hover .genealogy-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.genealogy-author .genealogy-content {
    text-align: center;
    width: 100%;
}

.genealogy-author .genealogy-content p.chitiet {
    font-size: 16px;
}

.genealogy-author .genealogy-content p.chucvu {
    font-size: 20px;
}

.genealogy-author .genealogy-content h1 {
    color: var(--primary-color);
    margin: 0;
}

.genealogy-author .genealogy-content p {
    text-align: center;
    margin: 0;
    font-family: "UTM-Davida";
    font-weight: normal;
    text-transform: uppercase;
}

.genealogy-title {
    color: var(--primary-color);
    font-family: "UTM-Davida";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
}

/**search**/
.formSearch {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.formSearch h3 {
    color: var(--primary-color);
    font-family: "UTM-Davida";
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

input.input_search, .select_search {
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1) !important;
    border-radius: 50px !important;
    padding: 5px 20px;
    height: 45px !important;
    margin: 0;
    border: 1px solid #4F4F4F !important;
    font-size: 15px;
}

.button_for_primary {
    height: 45px !important;
    line-height: 45px !important;
    font-weight: 700;
    border-radius: 99px !important;
    margin: 0;
}

.formButton {
    text-align: center;
    margin: 10px 0;
}
