/* Theme Name: Gimont Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of gimont
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: gimont
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  gimont-child
*/

/* common */
.text-hover-underline>*:hover a {
    text-decoration: underline;
    /* text-decoration-thickness: 1px; */
    /* text-underline-offset: 3px; */
}

span.page-numbers:not(.current, .dots) {
    display: none !important;
}

body .container_site {
    padding-left: 0px;
    padding-right: 0px;
}

.portal-slider .prev-next-btn {
    width: 54px;
    height: 54px;
    left: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 90%;
    opacity: 0.3;
    backdrop-filter: blur(5px);
}

.portal-slider .prev-next-btn i {
    color: #6B6C70;
}

.prev-next-btn i{
    font-size: 20px;
    display: flex;
}

.dropdown {
    width: 100% !important;
    border-radius: 5px !important;
}

blockquote {
    padding: 25px 20px 20px 20px;
    border: 3px solid var(--primary);
}

blockquote:before {
    left: 10px;
    top: -15px;
    background-color: white;
}

/* end common */


/* search and filter */
.search_and_filter {
    margin-bottom: 50px;
}

.search_and_filter form {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
}

.search_and_filter form input {
    height: 50px;
    display: inline-block;
}

.search_and_filter form .ovaev_cat_search {
    width: 28%;
    position: relative;
}

.search_and_filter form .ovaev_cat_search .ovaev_type {
    background-image: none;
}

.search_and_filter form .ovaev_cat_search i {
    font-size: 22px;
    color: var(--primary);
    position: absolute;
    top: 13px;
    right: 15px;
}

.search_and_filter form .ova-label-search {
    display: inline-block;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--heading);
    margin-bottom: 8px;
}

.search_and_filter form .select2-selection {
    width: 100%;
    outline: none;
    height: 100%;
    padding: 4px 15px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}

.search_and_filter form .select2-selection.select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    color: var(--text);
    line-height: 40px;
    padding: 0;
    opacity: 1;
}

.search_and_filter form .select2-selection .select2-selection__arrow {
    height: 100%;
    top: 0;
    display: none;
}

.search_and_filter form .start_date,
.search_and_filter form .end_date {
    width: 28%;
    position: relative;
}

.search_and_filter form .start_date input,
.search_and_filter form .end_date input {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    line-height: 50px;
}

.search_and_filter form .start_date input::placeholder,
.search_and_filter form .end_date input::placeholder {
    font-size: 16px;
    line-height: 50px;
    opacity: 1;
}

.search_and_filter form .start_date i,
.search_and_filter form .end_date i {
    font-size: 16px;
    color: var(--primary);
    position: absolute;
    bottom: 16px;
    right: 15px;
}

.search_and_filter form .wrap-ovaev_submit {
    width: 16%;
}

.search_and_filter form .wrap-ovaev_submit .ovaev_submit {
    transition: 0.3s all linear;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.search_and_filter form .wrap-ovaev_submit .ovaev_submit:hover {
    background-color: var(--heading);
    color: #fff;
    border: none;
    transition: 0.3s all linear;
}

.ova-contact-info .top .title-category {
    display: flex;
    align-items: center;
}

/* end search and filter */

.ova-counter-list {
    text-align: unset;
}

.ova-counter-list-wrapper.template_2 .ova-counter-list {
    border-bottom: 0;
    display: flex;
    grid-gap: 0px;
    flex-direction: column;
}

.ova-counter-list-wrapper.template_2 .ova-counter-list:hover {
    border-bottom: 0;
}

.owl-carousel .owl-stage {
    display: flex;
}

.doi-tac-slider .owl-carousel .owl-stage {
    align-items: center;
}

.doi-tac-slider .ova-images-slider.owl-carousel img {
    max-height: 80px;
    object-fit: contain;
}

.doi-tac-slider .ova-images-slider.owl-carousel .item-images-slider {
    padding-top: 20px;
    padding-bottom: 20px;
}

.dot-type-1 .owl-dots {
    text-align: center;
    margin-top: 50px;
}

.dot-type-1 .owl-dots .owl-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 2px;
    width: 21px;
    padding: 0;
    background: transparent;
    border-color: transparent;
    height: 21px;
}

.dot-type-1 .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
    background: var(--heading);
    display: block;
    border-radius: inherit;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
}

.dot-type-1 .owl-dots .owl-dot.active {
    border: 1px solid var(--primary);
}

.dot-type-1 .owl-dots .owl-dot.active span {
    opacity: 1;
    background: var(--primary);
}

.dot-type-1 .owl-dots .owl-dot.active span {
    width: 6px !important;
}

.cpel-switcher__icon {
    font-size: 8px !important;
}

.btn-noboder .ova-contact-box.template_2 .box-button {
    border: none !important;
}

.ova-blog.v1_template_2, .ova-blog.version_1 {
    row-gap: 60px;
}

.ova-blog.version_2 .item {
    background-color: transparent;
    border: 2px solid #E8EAF0;
}

.ova-blog.dao-tao-post .item {
    box-shadow: 0px 0px 25px 0px #0B017C12 !important;
}

.ova-blog.dao-tao-post .item .content .post-title {
    border-top: 0 !important;
}

.ova-blog.dao-tao-post .item .content .post-meta {
    margin-bottom: 0px !important;
}

.ova-blog.dao-tao-post .item .content {
    padding: 36px 24px !important;
}

.ova-blog.dao-tao-post .item .content .post-title {
    padding-bottom: 0px !important;
}

.ova-blog.dao-tao-post .item .media .post-category {
    left: 24px;
    right: unset !important;
}

.ova-blog.version_2 .item .content .read-more,
.ova-wrap-exhibition .post-items .content .link-to-detail {
    color: var(--primary);
}

.ova-wrap-exhibition .post-items .img-exhibition img {
    height: 256px;
    width: 100%;
    object-fit: cover;
}

.ova-wrap-exhibition .post-items .content h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-content,
.ovaev-event-content {
    text-align: justify;
    font-size: 16px;
}

.ova-blog-modern.ptit-blog .item .post-meta {
    margin: 13px 0 20px 0;
    padding: 0 0 20px 0;
    background-color: transparent;
    justify-content: flex-start;
    border-bottom: 1px solid #051A531A;
}

.ova-blog-modern.ptit-blog .item .post-meta li>* {
    font-size: 15px;
    color: var(--heading);
}

.ova-blog-modern.ptit-blog .item .content .post-title {
    margin-bottom: 15px;
    padding: 0px;
    border-bottom: none;
}

.ova-blog-modern.ptit-blog .item .content {
    margin-top: 20px;
}

.ova-blog-modern.ptit-blog .item .content .post-category,
.ova-blog-modern.ptit-blog .item .content .post-category .category,
.ova-blog-modern.ptit-blog .read-more {
    color: var(--primary);
}

.ova-blog-modern.ptit-blog .item .content i {
    margin-right: 5px;
    color: var(--primary);
}

.break-text-3,
.break-text-3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.break-text-2,
.break-text-2 .elementor-widget-container {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.break-text-6,
.break-text-6 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.image-circle.elementor-widget-image img {
    width: 132px;
    height: 132px;
    border-radius: 132px;
    border: 2px solid #E8EAF0;
    object-fit: cover;
}

.elementor-pagination {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.elementor-pagination .page-numbers {
    width: 45px;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 45px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--text);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #f1f1f1;
}

.elementor-pagination .page-numbers.current,
.elementor-pagination .page-numbers:hover {
    color: #fff;
    background-color: var(--primary);
}

.elementor-pagination .page-numbers i {
    font-size: 0.7em;
    line-height: 1;
}

.ova-blog.version_2.v2_template_2 .item {
    border: none;
}

.ova-blog.version_2.v2_template_2 .item:first-child .post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ova-blog.version_2.v2_template_2 .item:not(:first-child) .post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ova-blog.version_2.v2_template_2 .item:not(:first-child) {
    background-color: #F3F4F7;
}

.ova-blog.version_2.v2_template_2 .item:not(:first-child) .media {
    min-width: 230px;
}

.breadcrumb-container {
    background-image: url("/wp-content/images/breadcrumb.webp");
    background-position: 0 80%;
    background-size: cover;
}

.breadcrumb-container .breadcrumb-wrapper {
    padding-top: 145px;
    padding-bottom: 145px;
    background-color: #08133980;
}

.breadcrumb-container .breadcrumb-wrapper .container_site {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.breadcrumb-container .breadcrumb-wrapper h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.breadcrumb-container .breadcrumb-wrapper .breadcrumb li {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.09px;
    letter-spacing: 0.03em;
}

.breadcrumb-container .breadcrumb-wrapper .breadcrumb * {
    color: white;
}

.ova-dir-category .directory-cat-list .item-link.active {
    background-color: var(--primary);
    pointer-events: none;
}

.card-lien-he .ova-contact-info .top .main-icon { 
    width: unset;
    height: unset;
    box-shadow: none !important;
    background: transparent;
    min-width: unset;
}

.card-lien-he .ova-contact-info .top .main-icon svg {
    width: 35px;
    height: 35px;
}

.ova-contact-info.template_2 .icon svg {
    width: 15px;
    fill: var(--heading);
}

.card-lien-he .ova-contact-info {
    padding: 28px 20px;
}

.card-lien-he .elementor-widget-gimont_elementor_contact_info:nth-child(odd) {
    background-color: #F3F4F7;
}

.card-lien-he .elementor-widget-gimont_elementor_contact_info {
    border: 1px solid #F3F4F7;
}

.ova-dir-category .directory-cat-list {
    padding: 15px;
}

.ova-dir-wrapper {
    display: flex;
    column-gap: 30px;
    row-gap: 50px;
    justify-content: space-between;
}

/*custom style đào tạo bồi dưỡng*/

.ova-contact-box.template_4 {
    background-color: #fff;
    text-align: center;
}

.ova-contact-box.template_4 .title {
    margin: 0 0 14px 0;
    font-size: 24px;
    color: var(--heading);
    max-width: 100%;
}

.ova-contact-box.template_4 .description {
    color: var(--text);
}

.ova-contact-box.template_4 .box-button {
    font-size: 15px;
    background: #fff;
    border: 0;
    border-bottom: 1px solid;
    line-height: 18px !important;
}

.dao-tao-ngan-han .ova-icon-box.template_2 .icon svg {
    fill: none;
}

.single.layout_1c #main-content {
    max-width: unset;
    margin: unset;
}

.ova-dir-wrapper .ova_dir_content {
    width: calc(100% - 300px);
}

.ova-dir-wrapper .ova-dir-sidebar-wrapper {
    flex: 0 0 300px;
    max-width: 300px;
    word-wrap: break-word;
    position: sticky;
    top: 120px;
    left: 0;
    height: 100%;
    margin-bottom: 50px;
}

.breadcrumb-container .breadcrumb-wrapper h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fancybox__container {
    z-index: 10000000000 !important;
}

/*style for contact 5*/
.ova-blog.version_2.template_5 .item .media .box-img img {
    width: 60px;
    height: 60px;
    min-width: 60px;
}

.ova-blog.version_2.template_5 .item {
    align-items: flex-start;
}

.ova-blog.version_2.template_5 .item .content {
    margin-top: 0;
}

.ova-blog.version_2.template_6 .item {
    flex-direction: column;
}

.ova-blog.version_2.template_6.ova-blog,
.ova-blog.version_2.template_6.ova-blog .item {
    height: 100%;
}

.ova-image-box.template_2 .content_inner {
    padding: 32px 28px;
    background-color: #fff;
    box-shadow: none;
    border: 2px solid #E8EAF0;
}

.ova-image-box.template_2,
.ova-image-box.template_2>* {
    height: 100%;
}


.ova-image-box.template_2 .img-box {
    margin: 0 auto 24px auto;
    height: 80px;
    width: 80px;
}

.ova-image-box.template_2 .divider {
    height: 1px;
    background-color: #E5E5E4;
    margin: 20px 0;
}

/*custom select css*/
.select-style {
    position: relative;
}

/*custom for search pagination*/
.search-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-pagination>* {
    margin: 0px 3px 10px 3px;
    transition: all 0.3s ease;
    cursor: pointer;
    min-width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--text);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #f1f1f1;
}

.search-pagination>*:hover {
    background-color: var(--primary);
    color: #fff;
}

.search-pagination .page-numbers.current {
    color: #fff;
    background-color: var(--primary);
}

.search-pagination .page-numbers i {
    font-size: 0.7em;
    line-height: 1;
}

.ova-blog.version_2.v2_template_2 .item:first-child .media {
    max-height: 320px;
}

.ova-blog-modern {
    gap: 60px 30px;
}

.ova-doc-single {
    padding: 80px 0;
}

/*for sidebar sibling*/
.sidebar-sibling .pagenav,
.sidebar-sibling .pagenav ul {
    list-style: none;
}

.sidebar-sibling .pagenav ul {
    padding: 15px;
    border: 1px solid var(--primary);
    margin: 0;
}

.sidebar-sibling .pagenav ul li:not(:last-child) {
    margin-bottom: 10px;
}

.sidebar-sibling .pagenav ul li a {
    display: flex;
    padding: 16px 24px;
    align-items: center;
    justify-content: space-between;
    background: #f3f4f7;
    transition: all 0.3s linear;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 700;
    color: var(--heading);
}

.sidebar-sibling .pagenav ul li a:hover {
    color: var(--primary);
}

.sidebar-sibling .pagenav ul li.current_page_item a {
    background-color: var(--primary);
    pointer-events: none;
    color: white;
}

.ova-blog-modern .item .content .post-title a {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-size: 22px;
    line-height: 33px;
    height: 100px;
    color: var(--heading);
}

.ova-blog-modern .item .content .post-title a:hover {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/*style for default post*/
.ova-blog-slider .ova-blog.version_1 .item,
.ova-blog.version_1 .item {
    box-shadow: none;
}

.ova-blog.version_1 .item .media .box-img img {
    height: 256px;
}

.ova-blog.version_1 .item .content {
    padding: 30px 0 0 0;
}

.ova-blog.version_1 .item .content .post-meta {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ova-blog.version_1 .item .content .post-meta .category {
    font-weight: bold;
    color: var(--primary);
}

.ova-blog.version_1 .item .content .post-title {
    margin: 0;
    padding: 18px 0;
    font-size: 22px;
    border-top: 1px solid #E8EAF0;
    line-height: 33px;
}

.ova-blog.version_1 .item .content .post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ova-blog .item .content .post-title a {
    height: 100px;
}

.ova-blog .item .content .post-title a:hover {
    color: var(--heading);
    text-decoration: underline;
}

.ova-blog .item:hover .content .post-title a {
    color: var(--heading);
}

.content-search .ova-blog.version_1 .item .content .post-title a {
    -webkit-line-clamp: 3;
}

.ova-blog.version_1 .item .content .post-title a:hover {
    text-decoration: underline;
}

.ova-blog.version_1 .item .content .read-more i {
    display: inline-flex;
    font-size: 15px;
    color: var(--heading);
}

.ova-blog.version_1 .content .read-more {
    background-color: transparent !important;
    justify-content: start !important;
    margin-top: 0 !important;
}

.ova-blog.version_1 .item .content {
    background-color: transparent;
}

.ova-blog.version_1 .content .read-more .text-button,
.ova-blog-modern .item .read-more .text-button {
    font-size: 15px;
    color: var(--primary);
    border-bottom: 1px solid;
    line-height: 20px;
}

.ova-blog .item .post-title a:hover {
    text-decoration: underline;
}

.archive_event .type5 {
    height: 100%;
}

.archive_event .type5 .event_title>* {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 67px;
}


/*highlight menu parent*/
.main-navigation ul li.menu-item.current-menu-ancestor>a {
    color: var(--primary) !important;
}


.ova-blog.version_1.v1_template_2 .content .read-more {
    text-transform: unset !important;
    padding: 0;
}

.ova-blog.version_1.v1_template_2 .content .read-more i {
    font-size: 16px;
    color: var(--primary);
}

.ovaev-search-ajax-events.border .type5,
.search-ajax-content.border .type5 {
    background-color: unset;
    box-shadow: none;
    border: 2px solid #E8EAF0;
}


/* custom style for search */
.ova_wrap_search_popup .ova_search_popup {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
}

.ova_wrap_search_popup .ova_search_popup .search-popup__overlay {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--heading);
    opacity: 0.75;
    cursor: pointer;
    z-index: -1;
}

.ova_wrap_search_popup .ova_search_popup .container {
    width: 100%;
    max-width: 500px;
}

.ova_wrap_search_popup .ova_search_popup .container .search-form {
    display: inline-flex;
    justify-content: center;
    width: 100%;
}

.ova_wrap_search_popup .ova_search_popup .container .search-form .search-field {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 100%;
    background-color: #fff;
    color: var(--heading);
    font-weight: 500;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
    transition: all 0.3s;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.ova_wrap_search_popup .ova_search_popup .container .search-form .search-field::placeholder {
    opacity: 1;
    color: var(--text);
    font-weight: 500;
}

.ova_wrap_search_popup .ova_search_popup .container .search-form .search-field::-webkit-search-cancel-button {
    filter: invert(63%) sepia(43%) saturate(286%) hue-rotate(351deg) brightness(93%) contrast(97%);
    opacity: 1;
    background-color: black;
}

.ova_wrap_search_popup .ova_search_popup .container .search-form .search-submit {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: var(--primary);
}

.ova_wrap_search_popup .ova_search_popup .container .search-form .search-submit i {
    font-size: 24px;
    color: #fff;
    line-height: 1;
}

.ova_wrap_search_popup .ova_search_popup .container .search-form .search-submit:hover {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: var(--heading);
}


/* custom css for slide banner */
.slide-banner .elementor-swiper-button {
    border-radius: 90%;
    background-color: #0000007b;
    padding: 15px;
}

.slide-banner .elementor-swiper-button svg {
    width: 0.8em !important;
    height: 0.8em !important;
}

.event-card .elementor-widget-container>a {
    width: 100%;
}

.event-card .elementor-post-info>li:first-child time {
    color: var(--primary) !important;
    font-size: 48px;
    font-weight: 600;
    line-height: 57.28px;
    text-align: center;
    padding-right: 15px;
    position: relative;
}

.event-card .elementor-post-info>li:last-child time {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.48px;
    text-align: center;
    color: #73787E;

}

.event-card .elementor-post-info>li:first-child time::after {
    position: absolute;
    width: 2px;
    height: 37px;
    content: '';
    right: 0;
    background-color: #73787E;
    top: 15px;
}

form.search-form input.search-field {
    line-height: 17.9px;
}

form.search-form {
    display: flex;
    justify-content: center;
}

.menu-canvas .dropdown-toggle {
    top: 10px;
}

.pt-80-40 {
    padding-top: 80px;
}

.pb-80-40 {
    padding-bottom: 80px;
}

/* style for search form */
.form-search {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 24px;
}

/* responsive table */
.table-responsive {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}
.table-responsive td {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.71px;
    text-align: left;
    color: var(--heading);
    padding: 20px 10px;
}

.table-responsive th {
    background-color: #1421410F;
}

input.search {
    padding: 5px 35px 5px 20px;
    background-color: #1421410F;
    outline: none;
    border: 0;
    Width: 300px;
    background-image: url(/wp-content/images/Vector-search-primary.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 97% 50%;
}

select.search {
    padding: 5px 35px 5px 20px !important;
    Width: 180px;
    border: 1px solid #FFFFFF !important;
    box-shadow: 0px 0px 4px 0px #0000001A;
}

select:not([size]):not([multiple]) {
    Width: 180px;
}

.elementor-social-icon {
    display: inline-flex !important;
}

article.post-wrap .post-media img {
    max-height: unset;
}

/* custom for slider banner 1 */

.slide-banner-1 .elementor-slides .swiper-slide-inner {
    background-color: #010B2B59;
}

.slide-banner-1 .elementor-slides .swiper-slide-inner .elementor-slide-description {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.03em;
    text-align: center;
}

.slide-banner-1 .elementor-swiper-button {
    width: 54px;
    height: 54px;
    border-radius: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #80808070;
}

.calendar-card ul.elementor-icon-list-items.elementor-inline-items {
    flex-direction: column;
    align-items: center;
    background-color: var(--primary);
    margin-left: 0;
}

.calendar-card ul.elementor-icon-list-items.elementor-inline-items>li:first-child time {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.09px;
    letter-spacing: 0.03em;
    text-align: center;
    color: white;
}

.calendar-card ul.elementor-icon-list-items.elementor-inline-items>li:last-child time {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.32px;
    letter-spacing: 0.03em;
    text-align: center;
    color: white;
}

.elementor-button-wrapper .elementor-button {
    text-transform: unset;
}


.elementor-widget-image-carousel .swiper .swiper-slide figure {
    line-height: 0 !important;
}

.overflow-show .swiper {
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
}

.overflow-show .swiper-slide {
    overflow: visible;
}

/* tab custom */
.tab-custom .elementor-tab-desktop-title.elementor-active {
    border-bottom: 3px solid !important;
 
}

.tab-custom .elementor-tab-desktop-title {
    justify-content: center;
}

/* for card mon hoc */
.card-mon-hoc {
    padding: 16px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
linear-gradient(0deg, rgba(253, 230, 230, 0.1), rgba(253, 230, 230, 0.1));
    border: 1px solid var(--Coral-Dark-100, #FDE6E6);
    box-shadow: 2px 2px 0px 0px #F06D6D1A;
    border-radius: 4px;
    position: relative;
    height: 100%;
}

.card-mon-hoc .tag{
    padding: 2px 10px;
    border-radius: 15px;
    background-color: #FDE6E6;
    width: max-content;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #F06D6D;
}
.card-mon-hoc .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.09px;
    text-align: left;
    color: #BC2626;
    margin-top: 20px;
}

.card-mon-hoc .flag {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 6px;
    height: 100%;
    border-radius: 4px 0px 0px 4px;
    background-color: #75DEE3;
}
/* end for card mon hoc */

/* scroll bar */
::-webkit-scrollbar {
    height: 6px;              /* height of horizontal scrollbar ← You're missing this */
    width: 6px;  
}

::-webkit-scrollbar-track {
    border-radius: 6px;
    background: #eeeeee;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #b0b0b0;
}
/* end scroll bar */

/* for portal */

.video-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    cursor: pointer;
}

.video-link img {
    transition: .2s;
}

.video-link span {
    text-decoration: underline; 
    text-underline-offset: 3px;
}

.video-link:hover img {
    transform: scale(1.1);
}

/* card mon hoc pop */
.popover {
    position: absolute;
    padding: 28px;
    border-radius: 6px;
    z-index: 1;
    bottom: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
    display: none;
    width: 380px;
}

.card-mon-hoc:hover .popover {
    display: block;
}

ul.breadcrumb {
    text-align: center;
}

/* for responsive */
@media (max-width: 1024px) {
	.mtop {
		margin-top: 40px !important;
	}
    body .row_site {
        padding-left: 15px;
        padding-right: 15px;
    }

    .search_and_filter form {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .search_and_filter form .ovaev_cat_search {
        width: 25%;
    }

    .search_and_filter form .ovaev_cat_search {
        width: 310px;
    }

    .search_and_filter form .start_date,
    .search_and_filter form .end_date {
        width: 25%;
    }

    .search_and_filter form .start_date,
    .search_and_filter form .end_date {
        width: 310px;
    }

    .search_and_filter form .wrap-ovaev_submit {
        width: 310px;
    }

    .ova-dir-wrapper {
        flex-direction: column;
    }
}

@media screen and (min-width: 768.1px) {
    .ova-blog-modern.ptit-blog.highlight-first .item:first-child {
        grid-column: 1 / span 2;
    }

    .ova-blog-modern.ptit-blog.highlight-first .item:first-child .media .box-img img {
        height: 347px;
    }

    .ova-blog-modern.ptit-blog.highlight-first .item:first-child .post-category,
    .ova-blog-modern.ptit-blog.highlight-first .item:first-child .post-meta {
        display: none;
    }

    form.search-form input.search-field {
        width: 400px;
    }

    .content-search .ova-blog.version_1 .item .content .post-title a {
        height: 100px;
    }

    .slide-banner {
        position: relative;
    }

    .slide-banner.with-bottom-gradient::after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 1;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) -7.04%, rgba(188, 38, 38, 0) 42.68%, #BC2626 91.41%);
        height: 135px;
    }

    .slide-banner .swiper-slide-inner {
        width: 674.5px;
        margin: unset !important;
        padding: 0 !important;
    }

    .slide-banner .swiper-slide-inner::after {
        content: '';
        position: absolute;
        clip-path: polygon(0px 0px, 70% 0px, 100% 100%, 0% 100%);
        background: linear-gradient(89.41deg, rgba(255, 255, 255, 0.77) 33.53%, rgba(255, 255, 255, 0) 109.74%);
        box-shadow: rgba(0, 0, 0, 0.05) 0px -10px 20px;
        backdrop-filter: blur(10px);
        width: 100%;
        height: 100%;
    }

    .slide-banner .swiper-slide-inner .swiper-slide-contents {
        max-width: 100% !important;
        padding: 57px 125px 57px 146px;
        position: relative;
        z-index: 1;
    }

    .slide-banner .swiper-slide-inner .elementor-slide-description {
        text-align: justify;
    }

    .slide-banner .swiper-slide-inner .swiper-slide-contents::after {
        content: '';
        clip-path: polygon(0px 0px, 83% 0px, 100% 100%, 0% 100%);
        background: linear-gradient(90deg, rgb(158, 6, 0) 0%, rgb(222, 34, 26) 94.79%);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .slide-banner .swiper-slide-inner .swiper-slide-contents::before {
        content: '';
        position: absolute;
        bottom: -27.5px;
        right: 0;
        width: 45px;
        height: 28.5px;
        background-image: url('/wp-content/images/rect-htqt.svg');
    }
}
.visible-desktop {
	display: inline-block;
}
.visible-mobile {
	display: none;
	margin-right: 5px;
}
@media (max-width: 768px) {
	.visible-mobile {
		display: inline-block;
	}
	.visible-desktop {
		display: none;
	}
    .portal-slider .prev-next-btn {
        width: 40px;
        height: 40px;
    }
    .ova-dir-wrapper .ova_dir_content {
        width: 100%;
    }
    .ova-dir-wrapper .ova-dir-sidebar-wrapper {
        display: block;
        flex: unset;
        max-width: unset;
        margin-bottom: 0;
    }

    .form-search {
        flex-direction: column;
    }

    .form-search>*,
    .form-search>select.search {
        width: 100% !important;
    }

    .slide-banner .elementor-swiper-button {
        padding: 10px;
    }

    .slide-banner .swiper-slide-inner {
        background-color: #010B2B59;
    }

    .pt-80-40 {
        padding-top: 40px;
    }

    .pb-80-40 {
        padding-bottom: 40px;
    }

    .table-responsive {
        border: 0;
    }

    .table-responsive thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .table-responsive tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .table-responsive td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: left;
    }

    .table-responsive td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .table-responsive td:last-child {
        border-bottom: 0;
    }

    .elementor-tabs .elementor-tabs-wrapper {
        display: block !important;
    }

    .elementor-tabs .elementor-tab-mobile-title {
        display: none !important;
    } 

    .elementor-widget-tabs .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
        justify-content: flex-start;
        padding: 10px 0px;
    }

    .breadcrumb-container .breadcrumb-wrapper {
        padding-top: 50px;
        padding-bottom: 60px;
    }    

    .breadcrumb-container .breadcrumb-wrapper h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .ova-blog.version_2.v2_template_2 .item:not(:first-child) {
        background-color: unset;
    }   
}

@media (max-width: 600px) {
    .ova_wrap_search_popup .ova_search_popup .container {
        max-width: 300px;
    }
}

/* end for responsive */

.video-bg {
    object-fit: cover;
}

.portal-slider .swiper-slide-bg.elementor-ken-burns--active, .video-bg {
    height: 100%;
}

.hidden-item {
    transition: .2s;
    visibility: hidden;
}

.ovaev-content .type1 .venue {
    display: none;
}

.post-content p, .post-content ul li {
	margin-bottom: 10px;
}

/* style for post detail */

ul.posts-sidebar, ul.post-meta {
    list-style-type: none;
    padding: 0;
}

ul.posts-sidebar .posts-related {
    display: flex;
    gap: 16px;
    position: relative;
    margin-bottom: 20px;
}

ul.posts-sidebar .posts-related .post-date i {
    color: var(--primary);
}

ul.posts-sidebar .posts-related .post-date {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}
ul.posts-sidebar .posts-related .content {
    width: calc(100% - 120px);
}
ul.posts-sidebar .posts-related .post-date span {
    font-size: 14px;
    font-weight: 600;
}
ul.posts-sidebar .posts-related .post-title {
    margin-top: 0;
    line-height: 20px;
}

ul.posts-sidebar .posts-related .post-title:hover a {
    text-decoration: underline;
}

ul.posts-sidebar .posts-related .post-title a{
    font-weight: 800;
    color: var(--heading);
    font-size: 18px;
}

ul.posts-sidebar .posts-related .media img {
    width: 120px;
    height: 80px;
    object-fit: cover;
}