#page {
    overflow: hidden;
}

.slick-slider .slick-prev {
    left: 15px;
}

.slick-slider .slick-next {
    right: 15px;
}

.slider-home:hover {
    cursor: pointer;
}

.home .sidebar-content .site-main,
.home .content-sidebar .site-main {
    width: 100%;
}

.slider-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 3000 / 1055;
    width: 100%;
    height: auto;
}

.slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-navigation ul.menu > li > a:hover,
.main-navigation ul.menu > li.current-menu-item > a,
.site-header.logo-left .main-navigation ul.menu > li > a:hover,
.site-header.logo-left .main-navigation ul.menu > li.current-menu-item > a {
    color: white !important;
}

.block-feature-box {
    background: #f2f2f2;
    padding: 20px 0;
}

.feature-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.feature-box-icon {
    display: block;
    margin-bottom: 10px;
}

.feature-box-icon img {
    width: 60px;
    height: 60px;
}

.feature-title {
    color: #666;
    font-weight: normal;
    font-size: 18px;
}

.introduce-block-title {
    border-bottom: 1px solid;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
}

.introduce-block-post-image {
    display: block;
}

.introduce-block-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s ease-in-out all;
}

.introduce-block-post-image img:hover {
    transform: scale(1.2);
    transition: 0.5s ease-in-out all;
}

.introduce-post-larger .introduce-block-post-image {
    aspect-ratio: 448 / 298;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.introduce-post-small .introduce-block-post-image {
    aspect-ratio: 103 / 77;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.introduce-post-small {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    background: #f9f9f9;
}

.introduce-post-small .introduce-block-post-image {
    width: 103px;
}

.introduce-post-small .introduce-post-meta {
    width: calc(100% - 113px);
}

.introduce-block-post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.introduce-post-small .introduce-block-post-title {
    -webkit-line-clamp: 2;
}

.introduce-post-small .introduce-block-post-title {
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.introduce-post-larger .introduce-block-post-image {
    margin-bottom: 10px;
}

.introduce-post-larger .introduce-block-post-title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    -webkit-line-clamp: 2;
    margin-bottom: 12px;
}

.introduce-block-post-expert {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 16px;
    margin-top: 10px;
}

.introduce-post-notice {
    display: flex;
    background: #f9f9f9;
    align-items: center;
    margin-bottom: 15px;
    justify-content: space-between;
}

.introduce-post-date {
    width: 126px;
    border-radius: 5px;
    background: rgb(59 79 254);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    height: 63px;
}

.introduce-post-day {
    font-weight: bold;
    font-size: 24px;
    border-bottom: 1px solid;
}

.introduce-post-month-year {
    font-size: 15px;
}

.introduce-post-notice .introduce-post-title {
    width: calc(100% - 136px);
}

.introduce-post-notice .introduce-post-title-link {
    font-weight: bold;
    color: #000;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.block-introduce {
    padding: 40px 0;
}

.block-video-title {
    border-bottom: 1px solid;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
}

.block-video {
    background-color: #f2f2f2;
    padding: 40px 0;
}

.video-box-larger {
    position: relative;
}

.video-box-larger .video-box-thumbnail {
    overflow: hidden;
    margin-bottom: 4px;
    width: 100%;
    height: auto;
    aspect-ratio: 570 / 322;
}

.video-box-larger .video-box-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-box-small .video-box-thumbnail {
    overflow: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: 187 / 105;
}

.video-box-small .video-box-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-box-small {
    position: relative;
}

.video-box-thumbnail {
    position: relative;
    z-index: 1;
}

.video-box-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: rgb(0, 0, 0, 0.5);
    flex-direction: column;
}

.video-box-overlay-icon {
    font-size: 40px;
}

.video-box-overlay-title {
    padding-bottom: 4px;
    font-size: 14px;
}

.video-box-slide {
    position: relative;
}

.video-box-slide .swiper-pagination {
    bottom: -30px;
}

.video-box-overlay:hover {
    cursor: pointer;
}

.block-video-introduce-post-image {
    overflow: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: 570 / 320;
    margin-bottom: 10px;
    display: block;
}

.block-video-introduce-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-video-introduce-post-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
}

.block-video-introduce-post-expert {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 10px;
}

.block-video-introduce-post-viewmore {
    font-size: 16px;
}

.block-posts {
    padding: 40px 0;
}

.box-category-title {
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

.box-category-title span {
    background: rgb(59 79 254);
    padding: 5px 10px;
    display: inline;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}

.box-category-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    background-color: #f9f9f9;
}

.box-category-thumb {
    display: block;
    width: 126px;
    height: auto;
    aspect-ratio: 126 / 94;
    overflow: hidden;
}

.box-category-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-category-title-meta {
    width: calc(100% - 136px);
}

.box-category-item-title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.box-category-item-date,
.introduce-block-post-date {
    font-style: italic;
    font-size: 13px;
    opacity: 0.7;
}

.block-training {
    padding: 40px 0;
    background-color: #f2f2f2;
}

.training-title {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 30px;
}

.training-cate {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 30px;
    background: white;
}

.training-cate:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.22);
}

.training-category-icon {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.training-category-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.training-category-icon-title {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    padding: 10px;
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.block-number-title {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 30px;
}

.block-number {
    padding: 40px 0;
}

.number-box-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.number-box-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.number-box-icon img {
    width: 100%;
    height: 100%;
}

.number-box-title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
    color: rgb(59 79 254);
}

.number-box-value {
    display: flex;
    align-items: flex-end;
}

.number-box-value-larger {
    font-size: 55px;
    line-height: 48px;
    font-weight: bold;
    color: red;
}

.number-box-value-small {
    font-size: 20px;
    margin-left: 5px;
    color: red;
    font-weight: bold;
}

.block-social-title {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 30px;
}

.block-social {
    padding: 40px 0;
    background-color: #f2f2f2;
}

.block-social ul li a {
    font-size: 18px;
    color: rgb(59 79 254);
}

.block-social ul li a:hover {
    color: rgb(59 79 254);
}

.block-social ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block-social ul li {
    width: 48%;
    margin-bottom: 10px;
}

.widget_information li {
    padding-left: 0;
}

.footer-widgets h4.widget-title {
    font-size: 20px;
}

.slogan {
    color: rgb(59 79 254);
    font-size: 16px;
    text-align: right;
    font-weight: bold;
    font-style: italic;
}

.site-header.header-logo-style2 .main-navigation {
    background: transparent;
}

.menu-menu-container {
    border-top: 1px solid rgb(59 79 254);
}

.main-navigation ul.menu > li > a {
    color: black;
}

.main-navigation ul.menu > li > a:hover,
.main-navigation ul.menu > li.current-menu-item > a,
.site-header.logo-left .main-navigation ul.menu > li > a:hover,
.site-header.logo-left .main-navigation ul.menu > li.current-menu-item > a {
    color: rgb(59 79 254) !important;
}

.main-navigation ul.menu > li > a {
    height: 50px;
    line-height: 50px;
}

a {
    color: rgb(59 79 254);
}

.footer-widgets {
    background: rgb(59 79 254);
}

.site-info {
    background: #4f4f4f;
    color: rgba(255, 255, 255, 0.5);
}

.main-navigation ul ul {
    border-top-color: rgb(59 79 254);
}

.main-navigation ul.menu ul > li > a:hover,
.main-navigation ul.menu ul > li.current-menu-item > a,
.site-header.logo-left .main-navigation ul.menu ul > li > a:hover,
.site-header.logo-left .main-navigation ul.menu ul > li.current-menu-item > a {
    color: rgb(59 79 254);
}

#showmenu {
    transform: translateY(-50%);
    display: block;
}

.block-brand {
    padding: 40px;
}

.brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.brand-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

#metu .tg-container {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    z-index: 9999;
}

#metu .mmt-app {
    position: relative;
    display: flex;
    flex-direction: row;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    justify-content: center;
    box-sizing: border-box;
    min-height: 56px;
    -webkit-transition: all 0.24s;
    transition: all 0.24s;
}

#metu .mmt-menu__item--mobile {
    background-color: hsla(0, 0%, 100%, 0.2);
    margin: 10px 5px;
}

#metu .mmt-button--mobile {
    height: 40px;
    justify-content: center;
}

#metu .mmt-button {
    display: flex;
    align-items: center;
    align-self: stretch;
    padding: 0 10px;
    flex-direction: row;
    cursor: pointer;
}

#metu .mmt-button--mobile .mmt-button__icon {
    margin-right: 10px;
}

#metu .mmt-button__icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    box-sizing: border-box;
}

#metu .mmt-button--mobile .mmt-button__label {
    font-size: 12px;
    line-height: 13px;
    max-height: 26px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#metu .mmt-button--mobile .mmt-button__label a {
    color: #fff;
}

.metu-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #c00d00 !important;
    opacity: 1;
    color: rgb(232, 232, 232);
    border-top: 1px solid #efefef;
}

.logo a {
    display: block;
}

.logo a img {
    width: 100%;
    height: auto;
    aspect-ratio: 590 / 267;
}

.entry-content table,
.entry-content th,
.entry-content td {
    border: 1px solid;
}

.entry-content *,
.entry-content li,
.post-next-prev-content a,
.related-posts ul li a {
    font-size: 18px !important;
}

.related-posts ul li a {
    font-weight: 500 !important;
}

.single .entry-meta {
    display: none;
}

.create-profile {
    position: fixed;
    top: 40%;
    right: 0;
    width: 71px;
    height: 77px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    background: #c00d00;
    padding: 10px 3px;
    z-index: 100000;
}

.create-profile a {
    line-height: 15px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.create-profile a .img {
    margin-bottom: 5px;
    overflow: hidden;
    transition: ease-in-out 0.3s;
}

html .form-custom {
    background: #047640 !important;
    padding: 30px 50px !important;
    color: white !important;
}

.form-custom.wpforms-container .wpforms-field,
.wp-core-ui div.form-custom .wpforms-container .wpforms-field {
    padding: 0;
    margin-bottom: 12px;
}

div.form-custom.wpforms-container-full .wpforms-field-label,
.wp-core-ui div.form-custom.wpforms-container-full .wpforms-field-label {
    color: white;
}

div.form-custom.wpforms-container-full button[type='submit'] {
    width: 100%;
    border-radius: 14px;
    height: 50px;
    background: #f2bb22 !important;
}

.form-custom .wpforms-title {
    text-align: center;
    color: white !important;
    text-transform: uppercase;
}

.form-custom .wpforms-head-container {
    padding: 0 !important;
}

.form-custom .wpforms-head-container .wpforms-title {
    font-size: 24px !important;
}

.entry-meta span.date-time {
    display: none;
}

.sh-blog-shortcode .element.item-new .entry-description {
    color: black;
}

.page-title,
h1.entry-title {
    color: rgb(59 79 254);
}

.sh-blog-shortcode.style-1 .element .entry-title a {
    color: black;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery-item {
    width: 32%;
    margin-bottom: 8px;
}

.gallery-item .gallery-icon {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}

.gallery-item .gallery-icon a {
    display: block;
    width: 100%;
    height: 100%;
}

.sidebar .widget-title {
    margin-bottom: 12px;
}

.sidebar .widget .list-post-item li {
    padding: 10px;
    display: flex !important;
    background: #f7f7f7;
}

.sidebar .widget .list-post-item .alignleft {
    height: 82px;
    overflow: hidden;
    display: block;
}

.sidebar .widget .list-post-item .alignleft img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-sidebar-meta .entry-meta {
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
}

.widget .list-post-item h3 {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    flex: 1;
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 934px;
    }
}

.modal-custom {
    z-index: 99999999999999999 !important;
}

.modal-custom .close {
    z-index: 999;
    position: absolute;
    right: -24px;
    top: -24px;
    width: 24px;
    height: 24px;
    background-color: red;
    color: white;
    opacity: 1;
    border-radius: 100%;
}

.modal-custom .modal-dialog .modal-content {
    border-radius: 20px;
    padding: 40px 56px 48px 26px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.modal-custom .modal-dialog .modal-body {
    position: relative;
    z-index: 2;
}

.popup-overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popup-form {
    background-color: #002b54 !important;
    padding: 30px !important;
    color: white !important;
    border-radius: 20px !important;
}

div.wpforms-container-full.form-subscribe-xettuyen .wpforms-field-label {
    margin-bottom: 4px;
}

div.wpforms-container-full.form-subscribe-xettuyen .wpforms-field {
    padding: 4px 0;
}

div.wpforms-container-full.form-subscribe-xettuyen .wpforms-submit.btn.btn-success {
    width: 100%;
    color: white !important;
    background-color: #c00d00 !important;
    border-color: #c00d00 !important;
    font-weight: bold !important;
}

.popup-slogan-title {
    font-size: 24px;
    font-weight: bold;
    color: #002b54 !important
}

.popup-slogan-desc {
    font-size: 22px;
    font-weight: bold;
    color: rgb(197, 51, 47);
}

.close {
    color: white !important;
}

.subscribe-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.entry-content div.wpforms-container-full.form-subscribe-xettuyen {
    background-color: #047640;
    padding: 20px;
    border-radius: 10px;
}

@media (max-width: 600px) {
    .popup-slogan-title{
        font-size: 21px;
    }

    .popup-slogan-desc{
        font-size: 19px;
    }

    .slogan {
        display: none;
    }

    .feature-box {
        margin-bottom: 12px;
    }

    .introduce-post-larger {
        margin-bottom: 12px;
    }

    .block-social ul {
        margin-bottom: 12px;
    }

    .number-box-item {
        margin-bottom: 12px;
    }

    .block-social ul li {
        width: 100%;
    }

    .training-category-icon {
        aspect-ratio: 16 / 9;
    }

    .sh-blog-shortcode.style-1 .element .entry-description p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .modal-custom .close {
        right: 0;
        top: 0;
    }

    .modal-custom .modal-dialog .modal-content {
        padding: 12px;
    }

    .popup-slogan {
        text-align: center;
        margin-bottom: 20px;
        padding-top: 20px;
    }
}
