#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%;
}
.home .sidebar {
    display: none;
}

.home.sidebar-content-sidebar .site-main,
.home.sidebar-sidebar-content .site-main,
.home.content-sidebar-sidebar .site-main,
.home.sidebar-content-sidebar .content-sidebar-wrap,
.home.sidebar-sidebar-content .content-sidebar-wrap,
.home.content-sidebar-sidebar .content-sidebar-wrap {
    width: 100%;
}

.header-main {
    background: #14a4d6;
}

.topbar-item {
    margin: 0;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    color: white;
}

.wrap-new-menu {
    height: 86px;
    display: flex;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.logo {
    position: absolute;
    top: -61px;
    z-index: 3;
    left: 0;
}

.site-header.header-banner .main-navigation,
.site-header.header-logo-style2 .main-navigation {
    background: transparent;
}

.main-navigation ul.menu > li > a {
    color: #333333;
    font-size: 15px;
    padding: 0 8px;
    font-weight: normal;
    border: 1px solid #c11a1c;
    line-height: normal;
    margin: 0 3.5px;
    border-radius: 5px;
    height: 32px;
    line-height: 32px;
}

.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 {
    background: #c11a1c;
    color: white !important;
}

.main-navigation ul#menu-right {
    display: flex;
    justify-content: flex-end;
}

.main-navigation ul#menu-right li:last-child a {
    margin-right: 0;
}
.main-navigation ul#menu-left li:first-child a {
    margin-left: 0;
}

.slider-item {
    height: 400px;
    overflow: hidden;
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* transform: scale(1.2); */
}

.slider-home {
    position: relative;
}
/* 
.slider-home::after {
    content: '';
    width: 100%;
    height: 152px;
    background-image: url(../images/bg-top-slider.png);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 1;
} */

.feature-item {
    text-align: center;
}

.block-feature {
    padding: 50px 0;
    background: #078cba;
}

.feature-img {
    margin-bottom: 27px;
}

.featrure-title {
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    color: white;
    margin-bottom: 16px;
}

.feature-desc p {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
}

.block-title {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 44px;
    padding-bottom: 11px;
}

.block-title::after {
    content: '';
    width: 50px;
    height: 3px;
    background: #14a4d6;
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
}

.block-feature-post {
    padding: 50px 0;
    background: #f9f9f9;
}

.block-feature-post .post-inner {
    border-radius: 7px;
    overflow: hidden;
    background: white;
}

.block-feature-post .entry-content {
    padding: 15px;
}

.block-feature-post .entry-title a {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333333;
    line-height: 22px;
}

.block-feature-post .entry-title {
    margin-bottom: 17px !important;
}

.view-more {
    color: #ed0101;
    font-size: 15px;
}

.block-feature-post .slick-arrow::before,
.block-partner .slick-arrow::before {
    color: #6e6e6e;
}

.block-feature-post .slick-arrow:hover:before,
.block-partner .slick-arrow:hover:before {
    color: #ed0101;
}

.block-feature-post .slick-next::before,
.block-partner .slick-next::before {
    content: '\f30b' !important;
}

.block-feature-post .slick-prev::before,
.block-partner .slick-prev::before {
    content: '\f30a' !important;
}

.block-feature-post .slick-next,
.block-partner .slick-next {
    right: -49px;
}

.block-feature-post .slick-prev,
.block-partner .slick-prev {
    left: -49px;
}

.block-recruitment {
    padding: 50px 0;
}

.recruitment-list-title {
    height: 32px;
    border-top: 2px solid #dedede;
    background: #eeeeee;
    color: #c11a1c;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 11px;
    line-height: 32px;
    position: relative;
    margin-bottom: 20px;
}

.recruitment-list-title::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 11px;
    height: 2px;
    width: 93px;
    background: #c11a1c;
}

.recruitment-row {
    margin-bottom: 30px;
}

.sh-blog-shortcode.style-6 .entry-thumb {
    padding: 0;
    border: none;
}

.sh-blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {
    border-bottom: none;
}

.sh-blog-shortcode.style-6 .entry-title a {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.block-learn {
    padding: 50px 0;
    background: #f9f9f9;
}

.learn-item {
    text-align: center;
    margin-bottom: 30px;
}

.learn-item:hover .learn-title {
    color: #bf3538;
}

.learn-img {
    
}

.learn-title {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.block-form {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.block-form .block-title {
    color: white;
}
.block-form .block-title::after {
    display: none;
    padding-bottom: 6;
}

.wrap-form {
    padding: 30px;
    background-color: #00000080;
    border-radius: 30px;
}

.wrap-form .col-md-4 input:not([type='checkbox']) {
    padding: 0 42px;
    height: 40px;
    line-height: 40px;
    color: #666666;
    font-size: 15px;
    border-radius: 20px;
    border: none;
    position: relative;
}

.wrap-form input.form-group {
    margin-bottom: 10px;
}

.form-group.new-input input {
    padding-left: 40px;
}

.fullname,
.dob,
.phone,
.email,
.address {
    position: relative;
    display: block;
}

.fullname::before,
.dob::before,
.phone::before,
.email::before,
.address::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    font-size: 18px;
    color: #14a4d6;
    z-index: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.fullname::before {
    content: '\f007';
}

.dob::before {
    content: '\f073';
}

.phone::before {
    content: '\f879';
}

.email::before {
    content: '\f0e0';
}

.address::before {
    content: '\f3c5';
}

::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.select-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    margin-bottom: 30px;
}

.wrap-form .wpcf7-checkbox {
    display: flex;
    flex-direction: column;
}

.wrap-form .col-md-7 .wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 15px;
}

.wrap-form .wpcf7-list-item-label {
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: normal;
}

.wrap-form .wpcf7-list-item {
    margin-left: 0 !important;
}

.btn-subcribe {
    width: 166px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid white;
    padding: 0;
    background: #c11a1c;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 40px;
    font-weight: bold;
    color: white;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.wrap-form .wpcf7 span.wpcf7-not-valid-tip {
    position: absolute;
    width: 100%;
}

.wrap-form .wpcf7 .new-input span.wpcf7-not-valid-tip {
    position: absolute;
    top: 40px;
}

.wrap-form .new-input .wpcf7-form-control.wpcf7-not-valid {
    margin-bottom: 30px;
}

.block-partner {
    padding: 50px 0;
}

.block-desc {
    margin-bottom: 30px;
    text-align: center;
}

.partner-inner {
    text-align: center;
    height: 114px;
    border-radius: 3px;
    border: 1px solid #dedede;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-inner img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.block-media {
    padding: 50px 0;
}

.block-media .block-title {
    text-align: left;
}

.block-media .block-title::after {
    left: 0;
    transform: unset;
}

.gallery-inner,
.video-inner {
    height: 94px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    display: block;
    margin-bottom: 18px;
}

.gallery-inner img,
.video-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-media .block-title {
    margin-bottom: 14px;
}

.block-media .block-title::after {
    bottom: 0;
}

.block-media .slick-prev {
    top: -23px;
    left: unset;
    right: 37px;
}

.block-media .slick-next {
    top: -23px;
    left: unset;
    right: 15px;
}

.block-media .slick-arrow {
    width: 18px;
    height: 18px;
    background: #e8e8e8;
}

.block-media .slick-arrow::before {
    font-size: 13px;
    color: #878787;
}

.video-inner {
    position: relative;
}

.overlay-video {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    font-size: 30px;
    background: #00000030;
}

.footer-widgets {
    padding: 50px 0 10px 0;
    background: #14a4d6;
}

.footer-widgets h4.widget-title {
    margin-bottom: 30px;
}

.site-info {
    padding: 10px 0;
    background: #0e8fbc;
}

#social-2 {
    margin-bottom: 0;
}

.widget_social ul li a {
    width: 30px;
    height: 32px;
    border-radius: 2px;
    background: #57b1d0;
    color: white !important;
    box-shadow: none;
    line-height: 32px;
}

.wrap-new-menu.stuck {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: white;
}

.logo {
    transition: 0.5s ease-in-out;
}

.wrap-new-menu.stuck .logo {
    top: -30px;
    transition: 0.5s ease-in-out;
}

.clear {
    clear: both;
}

.page-title,
h1.entry-title {
    color: #c11a1c;
}

.sidebar .search-form {
    background: #c11a1c;
}

#showmenu {
    right: 15px;
}

.feature-img {
    width: 50px;
    margin: 0 auto 20px;
}

.slider-wrap {
    background: #078cba;
}

/*--------------------------------------------------------------
# Owl carousel
--------------------------------------------------------------*/

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: pan-Y;
    backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    backface-visibility: hidden;
    transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    margin-top: 10px;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    border: 1px solid#fff;
    display: block;
    backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2a79ff;
}

#supports {
    padding: 60px 0;
    background-image: linear-gradient(to right, #0077fb, #00b1e5);
    color: #fff;
}

#supports .owl-stage-outer {
    padding-top: 20px;
}

#supports h3 {
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

#supports .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    max-width: 25px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fff;
}

#supports .owl-carousel .owl-item .imgtv {
    text-align: center;
    margin-bottom: 10px;
}

#supports .owl-carousel .owl-item .imgtv img {
    display: inline-block;
    width: auto;
    border: 10px solid #4dabf8;
    padding: 2px;
    background-color: #fff;
    border-radius: 50%;
    max-width: 110px;
    height: 110px;
}

.owl-nav {
    display: none;
}

#supports .owl-nav .owl-next {
    right: -40px;
}

#supports .owl-nav .owl-prev {
    left: -40px;
}

.item-tv .name {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    clear: both;
    text-align: center;
    font-weight: 500;
}

.item-tv .tel {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.contact-detail {
    text-align: center;
}

#supports h2.m_1 {
    font-size: 36px;
    text-align: center;
}

#supports p {
    text-align: center;
}

@media (max-width: 1024px) {
    .main-navigation ul.menu > li > a {
        padding: 0 5px;
    }

    .topbar-item {
        font-size: 13px;
    }

    .site-info {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .topbar-item {
        font-size: 12px;
    }

    .logo {
        position: relative;
        top: unset;
        left: unset;
        padding: 10px 0;
        width: 120px;
    }

    .wrap-new-menu {
        height: auto;
    }

    .wrap-new-menu.stuck .logo {
        top: unset;
    }

    .feature-item {
        margin-bottom: 10px;
    }

    .block-title {
        margin-bottom: 36px;
        font-size: 22px;
        line-height: 22px;
        padding-bottom: 10px;
    }

    .recruitment-banner {
        display: none;
    }

    #social-2 {
        margin-top: 10px;
    }

    .learn-item {
        margin-bottom: 10px;
    }

    .slider-item {
        height: 240px;
    }

    .menu-topbar {
        display: none;
    }

    .wrap-form .col-md-7 .wpcf7-checkbox {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .learn-title {
        font-size: 12px;
    }

    .logo img {
        width: 80px;
    }
}
