/* MAIN SLIDER */
#mainSlider .navs-main-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 320px;
    height: 32px;
    margin: 12px auto 0;
}

@media (min-width: 992px) {
    #mainSlider .navs-main-slider {
        position: absolute;
        top: 0;
        z-index: 1;
        max-width: 128px;
        margin: auto;
        background: #ffffff;
    }
}

#mainSlider .swiper-button-prev,
#mainSlider .swiper-button-next {
    position: static;
    margin: auto;
}

.main-slider-container {
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    .main-slider-container {
        width: auto;
    }
}

#mainSlider {
    position: relative;
    height: 100%;
}

#mainSlider .swiper {
    height: 100%;
}

#mainSlider .swiper-wrapper {
    height: 100%;
    min-height: 300px;
}

#mainSlider .swiper-slide {
    min-height: 100%;
    -webkit-transition: -webkit-transform 1.3s ease-in-out;
    transition: -webkit-transform 1.3s ease-in-out;
    -o-transition: transform 1.3s ease-in-out;
    transition: transform 1.3s ease-in-out;
    transition: transform 1.3s ease-in-out, -webkit-transform 1.3s ease-in-out;
}

#mainSlider .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 340px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 576px) {
    #mainSlider .swiper-slide img {
        min-height: 480px;
    }
}

#mainSlider .background-slider {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 45%;
}

#mainSlider .background-slider svg {
    width: 100%;
    height: 100%;
}

#mainSlider .caption-slider {
    position: absolute;
    bottom: 0;
    top: 20%;
    left: 0;
    right: 0;
    padding: 3%;
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    color: #fff;
    text-align: center;
}

@media (min-width: 768px) {
    #mainSlider .caption-slider {
        padding: 5%;
    }
}

#mainSlider .caption-slider .title-slider {
    position: relative;
    z-index: 2;
    text-align: left;
}

#mainSlider .caption-slider .tags-slider {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#mainSlider .caption-slider .publicate-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#mainSlider .caption-slider .tags-slider ul,
#mainSlider .caption-slider .publicate-slider ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#mainSlider .caption-slider .tags-slider li,
#mainSlider .caption-slider .publicate-slider li:first-child {
    list-style-type: none;
    margin: 0px 16px;
}

#mainSlider .caption-slider .publicate-slider li {
    margin: 0px 16px;
}

#mainSlider .caption-slider .tags-slider li a,
#mainSlider .caption-slider .publicate-slider li a {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    color: #fff;
}

#mainSlider .caption-slider .tags-slider li a:hover,
#mainSlider .caption-slider .publicate-slider li a:hover {
    color: var(--df-default);
}

#mainSlider .caption-slider .title-slider h2 {
    margin: 0;
    color: #fff;
    font-weight: 900;
    font-size: 38px;
    line-height: 120%;
}

@media (min-width: 992px) {
    #mainSlider .caption-slider .title-slider h2 {
        font-size: 45px;
        line-height: 100%;
    }
}

/* Category Tabs */
.ct-title-padding {
    padding: 96px 0 30px;
}

/* E-book */
.e-book-slider-item {
    padding: 48px;
    padding-left: 0;
    border: 1px solid #dde3eb;
    margin: 100px 0 0;
}

.e-book-slider__row.row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: grid;
    grid-template-columns: 444px auto;
}

@media (max-width: 768px) {
    .e-book-slider__row.row {
        grid-template-columns: 1fr;
    }
}

/* Video */
.player-modal {
    position: relative;
    cursor: pointer;
}

.player-modal img {
    width: 100%;
    height: auto;
}

.player-modal-margin {
    margin-top: 96px;
    position: relative;
}

.player-content {
    max-width: 315px;
    margin-left: 45px;
    margin-top: 70px;
}

.player-sub-title span {
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    opacity: 0.85;
}

.player-title h2 a {
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color: #333333;
    margin: 12px 0px;
}

.player-title h2 a:hover {
    color: var(--df-default);
}

.player-publicate ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin-bottom: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 12px;
    list-style-type: none;
}

.player-publicate ul li {
    margin-left: 24px;
    line-height: 0;
    position: relative;
}

.player-publicate ul li::before {
    content: '•';
    color: #828282;
    font-size: 25px;
    position: absolute;
    left: -15px;
    top: 5px;
}

.player-publicate ul li:first-child {
    content: '';
    margin-left: 0;
}

.player-publicate ul li:first-child::before {
    content: '';
    margin-left: 0;
}

.player-publicate ul li a,
.player-publicate ul li .ttr,
.player-publicate ul li time {
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: #828282;
}

.player-publicate ul li a:hover,
.player-publicate ul li .ttr:hover,
.player-publicate ul li time:hover {
    color: var(--df-default);
}

@media (max-width: 660px) {
    .swiper-webinar-button-prev {
        left: 2px !important;
        top: 322px !important;
        bottom: auto !important;
    }

    .swiper-webinar-button-next {
        right: 2px !important;
        top: 322px !important;
        bottom: auto !important;
    }

    .bt-image {
        margin: 0;
    }

    .bt-content {
        margin-left: 0;
    }

    .bt-image img {
        max-width: 100% !important;
    }

    .nav-tabs .nav-link {
        margin-right: 10px;
    }

    .wvl-image img {
        max-width: 96px;
    }

    .wvl-image {
        max-width: 96px;
    }

    .subscribe-main h2 {
        font-size: 19px;
        margin-left: 0 !important;
    }

    .yikes-easy-mc-form {
        display: block !important;
    }

    .subscribe-main form input.sub-input {
        margin-bottom: 10px !important;
        margin-left: 0px !important;
        width: 295px !important;
    }

    .subscribe-main form button.sub-btn {
        margin-left: 0px;
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    html:lang(en) .f-third-section ul {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    html:lang(en) .f-third-section ul li:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    html:lang(en) .f-third-section ul li:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    html:lang(en) .f-third-section ul li:nth-child(5) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    html:lang(en) .f-third-section ul li:nth-child(3) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    html:lang(en) .f-third-section ul li:nth-child(6) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .card-post-net .cpn-title h3 {
        width: 100%;
    }

    .pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .read_more_tab {
        right: 0 !important;
    }

    .tabs-swiper-navs {
        margin-top: 32px !important;
    }

    #net .row>* {
        margin-top: 32px;
    }

    #table .row>* {
        margin-top: 32px;
    }

    .single-content h2 {
        margin: 48px 0 !important;
    }

    .ct-title-padding {
        padding-top: 32px;
    }

    .ebs-content-container .ebs-title h2 strong {
        font-size: 21px;
        line-height: 100%;
    }

    .btn-close {
        top: 30px;
        right: 20px;
    }

    .cat-publicate-container .cpc-publicate ul {
        left: 0;
    }

    .single-title h1 {
        font-size: 34px !important;
        margin-top: 40px;
    }

    .lang-dropdown.dropdown-menu[data-bs-popper] {
        right: 0 !important;
        top: 45px !important;
        left: auto;
    }

    .main {
        background: 0 !important;
    }

    .navbar-padding {
        padding-top: 6px !important;
        padding-bottom: 11px !important;
    }

    .blog-margin {
        margin-top: 0;
    }

    .main {
        padding-top: 0;
    }

    .menu-button {
        margin: 0 !important;
    }

    .collapse {
        margin-bottom: 10px;
    }

    .main-slider-container {
        padding: 0;
    }

    .slider-m-prev {
        bottom: -40px;
        left: 25%;
    }

    .slider-m-next {
        bottom: -40px;
        left: 60%;
    }

    .main-slider-container .carousel-item img {
        max-width: 100%;
    }

    #mainSlider .caption-slider .title-slider h2 {
        font-size: 26px;
        line-height: 32px;
    }

    #mainSlider .caption-slider .ru.title-slider h2 {
        font-size: 28px;
        line-height: 32px;
    }

    #mainSlider .caption-slider .tags-slider {
        bottom: -8px;
    }

    #mainSlider .caption-slider .tags-slider ul,
    #mainSlider .caption-slider .publicate-slider ul {
        padding: 0;
    }

    #mainSlider .caption-slider .tags-slider {
        left: 22px;
    }

    #mainSlider .caption-slider .tags-slider li a,
    #mainSlider .caption-slider .tags-slider li a:hover,
    #mainSlider .caption-slider .publicate-slider li a,
    #mainSlider .caption-slider .publicate-slider li a:hover {
        font-size: 11px;
        line-height: 13px;
    }

    #mainSlider .caption-slider .tags-slider li,
    #mainSlider .caption-slider .publicate-slider li:first-child {
        margin: 0;
        margin-right: 5px;
    }

    #mainSlider .caption-slider .publicate-slider {
        left: 22px;
        bottom: -34px;
    }

    .widget-vertical-latest {
        margin-top: 88px;
    }

    .wvl-title h2 {
        font-size: 34px;
    }

    .mobile-padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .wmp-title-padding {
        padding: 48px 0 18px;
    }

    .ebs-image-container {
        margin: auto;
        padding: 24px;
    }

    .ebs-content-container .ebs-title h2 {
        font-size: 21px;
        line-height: 22px;
    }

    .ebs-content-container .ebs-title h2 span {
        font-size: 21px;
        line-height: 22px;
    }

    .ebs-content-container .ebs-excerpt {
        width: 100%;
    }

    .e-book-slider-item {
        padding: 25px 16px;
        margin-bottom: 48px;
        margin-top: 68px;
    }

    .player-modal-margin {
        margin-top: 48px;
    }

    .player-title h2 {
        font-size: 21px;
        line-height: 21px;
    }

    .player-content {
        max-width: 100%;
        text-align: center;
        margin: 0;
        margin-top: 21px;
        padding: 0 28px;
    }

    .player-publicate {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .f-first-section {
        padding: 40px 16px 15px;
        margin-bottom: 32px;
    }

    .f-second-section {
        padding: 40px 0;
        background: #f4f7f9;
    }

    .fsc-two {
        margin: 20px 0 0;
    }

    .f-third-section {
        padding: 0;
        border-bottom: none;
        margin: 0;
    }

    .f-third-section ul {
        display: block;
        margin-top: 24px;
    }

    .f-third-section ul li {
        margin-bottom: 16px;
    }

    .fp-mob {
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 48px;
    }

    .fr-mob {
        padding-left: 13px;
        padding-right: 13px;
    }

    .navbar-collapse {
        padding: 20px 16px;
        padding-top: 20px !important;
    }

    .navbar-collapse ul li.nav-item {
        padding-top: 24px;
    }

    .navbar-collapse ul li.nav-item a {
        padding: 0;
    }

    .dropdown-menu li {
        padding: 12px;
        padding-top: 12px !important;
    }
}

@media only screen and (min-device-width: 556px) and (max-device-width: 700px) {
    #mainSlider .caption-slider .title-slider {
        top: -122px !important;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 650px) {
    #mainSlider .caption-slider .title-slider {
        bottom: 205px;
        top: auto;
    }

    #mainSlider .caption-slider .tags-slider {
        bottom: 182px;
    }

    #mainSlider .caption-slider .publicate-slider {
        bottom: 182px;
        right: 0;
        left: auto;
    }

    #mainSlider .caption-slider .tags-slider li a,
    #mainSlider .caption-slider .tags-slider li a:hover,
    #mainSlider .caption-slider .publicate-slider li a,
    #mainSlider .caption-slider .publicate-slider li a:hover {
        font-size: 11px;
        line-height: 15px;
    }

    #mainSlider .caption-slider .title-slider h2 {
        font-size: 28px;
        line-height: 34px;
    }
}

@media only screen and (min-device-width: 650px) and (max-device-width: 991px) {
    #mainSlider .caption-slider .title-slider {
        bottom: 205px;
        top: auto;
    }

    #mainSlider .caption-slider .tags-slider {
        bottom: 182px;
    }

    #mainSlider .caption-slider .publicate-slider {
        bottom: 182px;
        right: 57px;
        left: auto;
    }

    #mainSlider .caption-slider .tags-slider li a,
    #mainSlider .caption-slider .tags-slider li a:hover,
    #mainSlider .caption-slider .publicate-slider li a,
    #mainSlider .caption-slider .publicate-slider li a:hover {
        font-size: 11px;
        line-height: 15px;
    }

    #mainSlider .caption-slider .title-slider h2 {
        font-size: 32px;
        line-height: 36px;
        width: auto;
        max-width: 500px;
    }

    .widget-vertical-latest {
        margin-top: 64px !important;
        padding-left: 0 !important;
    }

    .wmp-title-padding {
        padding: 64px 0 48px;
    }
}

@media only screen and (min-device-width: 1020px) and (max-device-width: 1025px) {
    .background-slider {
        top: -410px !important;
    }

    #mainSlider .caption-slider .title-slider h2 {
        width: auto !important;
        max-width: 100% !important;
        font-size: 38px !important;
        line-height: 47px !important;
    }

    #mainSlider .caption-slider .title-slider {
        bottom: 213px !important;
    }

    #mainSlider .caption-slider .tags-slider {
        bottom: 190px !important;
    }

    #mainSlider .caption-slider .publicate-slider {
        bottom: 190px !important;
    }
}

@media only screen and (min-device-width: 991px) and (max-device-width: 1025px) {
    #mainSlider .caption-slider .title-slider {
        bottom: 205px;
        top: auto;
    }

    #mainSlider .caption-slider .tags-slider {
        bottom: 182px;
    }

    #mainSlider .caption-slider .publicate-slider {
        bottom: 182px;
        right: 57px;
        left: auto;
    }

    #mainSlider .caption-slider .tags-slider li a,
    #mainSlider .caption-slider .tags-slider li a:hover,
    #mainSlider .caption-slider .publicate-slider li a,
    #mainSlider .caption-slider .publicate-slider li a:hover {
        font-size: 11px;
        line-height: 15px;
    }

    #mainSlider .caption-slider .title-slider h2 {
        font-size: 32px;
        line-height: 36px;
        width: auto;
        max-width: 500px;
    }

    .widget-vertical-latest {
        margin-top: 64px !important;
        padding-left: 0 !important;
    }

    .wmp-title-padding {
        padding: 64px 0 48px;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {

    .wvl-content .wvl-publicate ul li a,
    .wvl-content .wvl-publicate ul li .ttr,
    .wvl-content .wvl-publicate ul li time {
        font-size: 9px;
    }

    .wvl-content {
        margin-left: 0;
        margin-top: 16px;
    }

    .player-title h2 a {
        font-size: 21px;
    }

    .subscribe-main form input.sub-input {
        margin-left: 0;
        width: 199px;
    }

    .widget-vertical-latest {
        width: 100%;
        max-width: 100%;
    }

    .wvl-content {
        max-width: 100%;
    }

    .e-book-slider-item {
        padding: 48px !important;
    }

    .main-slider-container .carousel-item img {
        max-width: 100%;
    }

    .subscribe-main {
        margin: 60px 0 0;
    }

    .subscribe-main form h2 {
        font-size: 18px;
    }

    .subscribe-main form input {
        margin-left: 20px;
        width: 220px;
    }

    .subscribe-main form button {
        margin-left: 20px;
    }

    .ct-title-padding {
        padding: 64px 0 30px;
    }

    .player-content {
        max-width: 100%;
        margin-bottom: 50px;
    }

    .fsc-two {
        margin: 0;
    }

    .f-third-section ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
    }

    .f-third-section ul li {
        margin-right: 16px;
    }

    .f-third-section ul:last-child {
        margin-right: 0px;
    }

    .video {
        /* override other styles to make responsive */
        width: 100% !important;
        min-height: 400px !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1200px) {
    .navbar-brand img {
        height: 20px;
    }

    a.menu-button {
        margin: 0 28px 0 15px;
    }

    .navbar-expand-lg .navbar-nav {
        margin-left: 12px;
    }

    .main-slider-container {
        width: 100%;
        max-width: 100%;
    }

    #mainSlider .carousel-item {
        width: 100%;
    }

    #mainSlider .caption-slider .title-slider {
        bottom: 126px;
        width: 100%;
    }

    .wvl-content {
        max-width: 100%;
    }

    .main-slider-container .carousel-item img {
        max-width: 100%;
    }

    #mainSlider .caption-slider .title-slider h2 {
        font-size: 30px;
        line-height: 34px;
    }

    #mainSlider .caption-slider .publicate-slider ul {
        padding-left: 10px;
    }

    .widget-vertical-latest {
        padding: 0;
        margin-top: 50px;
        max-width: 100%;
    }

    .wmp-title-padding {
        padding: 50px 0 40px;
    }

    .subscribe-main form input {
        width: 350px;
    }

    .ebs-content-container .ebs-title h2 {
        font-size: 32px;
    }

    .ebs-content-container .ebs-title h2 span {
        font-size: 32px;
    }

    #ebsWidgetSlider .carousel-control-prev {
        bottom: 113px !important;
        left: 100px !important;
    }

    #ebsWidgetSlider .carousel-control-next {
        bottom: 113px !important;
        left: 160px !important;
    }

    .player-modal-margin {
        margin-bottom: 0;
    }

    .player-modal img {
        width: 100%;
    }

    .player-content {
        margin: 40px 0 50px;
        max-width: 100%;
    }

    .f-first-section {
        padding: 33px 34px 33px;
    }

    .f-second-section {
        padding: 0;
        padding-bottom: 30px;
        margin-bottom: 15px;
    }

    .f-third-section {
        padding: 0 0px 18px;
        margin-bottom: 12px;
    }

    .subscribe-main {
        margin-top: 50px;
    }

    #mainSlider .caption-slider .tags-slider {
        bottom: 80px;
    }

    #mainSlider .caption-slider .publicate-slider {
        bottom: 80px;
    }
}

@media (min-width: 768px) {

    #mainSlider .swiper-button-next,
    #mainSlider .swiper-button-prev {
        top: 0;
        bottom: auto;
    }

    .widget-vertical-latest {
        margin-top: 88px;
    }
}

@media (min-width: 1200px) {
    .widget-vertical-latest {
        margin-top: 0;
    }
}

.iframe-modal-video,
.is-provider-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wvl-fixed {
    position: relative;
    display: block;
}

.wvl-fixed::before {
    position: absolute;
    content: url('../images/items/pin-f.svg');
    top: 0;
    left: -10px;
    left: 0px;
    width: 24px;
}

.swiper-webinar-button-prev,
.swiper-webinar-button-next {
    height: 70px;
    z-index: 1;
    width: 23px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.swiper-webinar-button-prev::after,
.swiper-webinar-button-next::after {
    content: '';
}

.swiper-webinar-button-prev {
    -webkit-mask: url('../images/items/icons/webinar_prev.svg') no-repeat center / contain;
            mask: url('../images/items/icons/webinar_prev.svg') no-repeat center / contain;
    background: #333333;
    left: -41px;
}

.swiper-webinar-button-next {
    -webkit-mask: url('../images/items/icons/webinar_next.svg') no-repeat center / contain;
            mask: url('../images/items/icons/webinar_next.svg') no-repeat center / contain;
    background: #333333;
    right: -41px;
}

.swiper-webinar-button-prev:hover, 
.swiper-webinar-button-next:hover {
    background: #FF3C32;
}

.webinar_link_container {
    margin-top: 32px;
}

/* Most popular slider */
.swiper-most-popular .swiper-slide,
.swiper-latest .swiper-slide {
    max-height: 114px;
    max-width: 356px;
}

.swiper-most-popular .wvl-publicate ul li:nth-child(3) {
    display: none;
}

@media only screen and (min-device-width: 556px) and (max-device-width: 1200px) {

    .swiper-most-popular .swiper-slide,
    .swiper-latest .swiper-slide {
        max-height: 100%;
        max-width: 202px;
    }
}

@media (max-width: 767px) {
    .swiper-most-popular .swiper-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .swiper-most-popular .swiper-slide {
        /* width: auto;
        max-width: none;
        max-height: none;
        margin: 28px 0 0; */
    }

    .swiper-most-popular .swiper-slide:first-child {
        margin: 0;
    }

    .swiper-most-popular .wmp-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .swiper-most-popular .wmp-card .wmp-content {
        width: auto;
        margin-right: 0;
    }

    .navs-most-popular {
        display: none;
    }
}

/* modal Video */
[id^="videoModal"] {
    background: #ff3c32;
}

[id^="videoModal"] .btn-close {
    position: absolute;
    right: 15px;
    top: 120px;
    height: 7px;
    width: 7px;
}

@media (min-width: 1200px) {
    [id^="videoModal"] .modal-xl {
        max-width: 1000px;
    }
}

@media (max-width: 576px) {
    #mainSlider .caption-slider .title-slider h2 {
        font-size: 22px;
        font-weight: 800;
        line-height: 26px;
    }

    .footer .nav__list:nth-child(3) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%;
        gap: 8px 24px;
    }

    .footer .nav__list:nth-child(3) .nav__item:first-child {
        max-width: 100%;
    }

    .footer .nav__list:nth-child(3) .nav__item {
        width: 100%;
        max-width: calc(50% - 12px);
    }
}
