.no-scroll {
    overflow: hidden;
 }

.main-header-row-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    position: relative;
    padding: 5px;
    background-color: #ffffff;
    overflow-y: auto;
}
.main-header-row-3-buttons {
    width: 100%;
    display: flex;
    align-items: stretch;
}

.main-header-chinese-conversion-button {
    flex:  0 0 20%;
    position: relative;
}

.main-header-chinese-conversion {
    position: absolute;
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}


.main-header-row-3 .main-header-button {
    flex: 0 0 40%;
    text-align: center;
}

.main-header-row-3 .main-header-button a {
    text-decoration: none;
    padding: 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
}

.main-header-row-3 .main-header-button a img {
    width: 100%;
}

.main-header-row-3> .main-header-tab {
    width: 100%;
}

.main-header-row-3 > .main-header-tab > .menu-tab {
    background-color: #F6F6F6;
    padding: 5px 15px;
    margin: 10px auto;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-header-row-3 > .main-header-tab a {
    display: block;
    text-decoration: none;
    color: #000000;
}

.main-header-row-3 > .main-header-tab > .menu-tab > a > .menu-tab_heading {
    padding: 5px 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  	font-weight: bold;
}

.main-header-row-3 > .main-header-tab > .menu-content {
    display: flex;
    flex-wrap: wrap;
    max-height: 1000px;
    overflow: hidden;
    transition: 0.5s;
}

.main-header-row-3 > .main-header-tab > .menu-content.collapsed {
    max-height: 0;
}

.main-header-row-3 > .main-header-tab > .menu-content > .menu-tab {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  	border-bottom: 1px solid #cdcdcd;
    height: 45px;
}

.main-header-row-3 > .main-header-tab > .menu-content > .menu-tab:last-child,
.main-header-row-3 > .main-header-tab > .menu-content > .menu-tab:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
}

.main-header-row-3 > .main-header-tab > .menu-content > .menu-tab > a > .menu-tab_heading {
  	padding: 0px 15px;
  	margin: 10px 0px;
  	border-right: 1px solid #cdcdcd;
}

.main-header-row-3 > .main-header-tab > .menu-content > .menu-tab:nth-child(even) > a > .menu-tab_heading {
    border-right: none;
}

.more-menu-footer {
    background-color: #F6F6F6;
    width: 100%;
    text-align: center;
}

.footer-social a {
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    flex: 1;
}

.footer-social {
    display: flex;
    margin-top: 15px;
}

.subsite-links {
    padding: 30px 10px;
}

.footer-links-subtitle {
    color: grey;
    margin-bottom: 10px;
}

.footer-links-col {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-links-subcol {
    display: flex;
    flex-direction: column;
    padding: 0 5px;
    align-items: center;
}

.footer-links-subcol a {
    text-decoration: none;
    color: #413f3f;
    text-align: left;
    margin-bottom: 10px;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.2;
}

.bottom-links {
    margin-top: 30px;
    padding-top: 20px;
    border-top: solid 1px #acacac;
}
/** custom-video-widget end*/

/** hotpost start*/
.hotpost-header {
    display: flex;
    align-items: flex-end;
}

.hotpost-header span {
    display: inline-block;
    margin-bottom: 5px;
}

.hotpost-header span:nth-child(2) {
    font-weight: bold;
    margin-left: 10px;
    margin-right: 20px;
    font-size: 1.3rem;
}

.vertical-site-hotpost-wrapper .hotpost-header .hotpost-time-toggle:nth-child(3){
    margin-left: auto;
}

.hotpost-header .hotpost-time-toggle {
    color: #A0A0A0;
    margin-left: 20px;
    margin-right: 20px;
}


.hotpost-header .hotpost-time-toggle.active {
    color: #000000;
    border-bottom: solid 3px #824CEF;
    margin-bottom: 3px;
}

.hotpost-header span.separator {
    border-left: solid 1px #A0A0A0;
    width: 1px;
    height: 24px;
    margin-bottom: 2px;
}

.hotpost-header .hotpost-time-toggle:hover{
    cursor: pointer;
}

.hotpost-slider-wrapper:not(.active),
.hotpost-wrapper:not(.active){
    display:none;
}

.vertical-site-hotpost-wrapper .hotpost-wrapper {
    background-color: #F2F2F2;
    margin-top: 15px;
    padding: 15px;
    overflow-y: auto;
    max-height: calc(100vh - 182px);
}

@media (max-width: 767px) {
    .vertical-site-hotpost-wrapper .hotpost-wrapper {
        max-height: 100%;
    }
}

.vertical-site-hotpost-wrapper .horizontal-post {
    padding-top: 20px;
}

.vertical-site-hotpost-wrapper .horizontal-post:first-child {
    padding-top: 0px;
}

.vertical-site-hotpost-wrapper .horizontal-post .title{
    font-size: 0.9rem;
    font-weight: 400;
}

.vertical-site-hotpost-wrapper .horizontal-post .horizontal-post-right{
    justify-content: center;
}
/** hotpost end*/

/** mobile banner */
.mobile-banner {
    position: relative;
}

.mobile-banner-swiper .swiper-slide {
    background-position: center;
    background-size: cover;
}

.mobile-banner-swiper .swiper-slide a{
    position: relative;
    width: 100%;
    padding-bottom: 25.73%;
    overflow: hidden;
    display: block;
}

.mobile-banner-swiper .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

/** mobile banner end */

/**swiper style*/

.swiper-button-prev-style4, .swiper-button-next-style4 {
    position: absolute;
    z-index:1;
}

.swiper-button-prev-style4 {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.swiper-button-next-style4 {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-prev-style4:not(.swiper-button-disabled) img:hover,
.swiper-button-next-style4:not(.swiper-button-disabled) img:hover{
    cursor: pointer;
}


.slider-wrapper-style5 {
    position: relative;
    padding-top: 20px;
}

.swiper-button-prev-style5 {
    position: absolute;
    right: 75px;
    bottom: 15px;
    transform: translateY(-15px);
    z-index: 1;
}

.swiper-button-next-style5 {
    position: absolute;
    right: 40px;
    bottom: 15px;
    transform: translateY(-15px);
    z-index: 1;
}

.swiper-button-prev-style5:not(.swiper-button-disabled) img:hover,
.swiper-button-next-style5:not(.swiper-button-disabled) img:hover {
    cursor: pointer;
}

.swiper-button-prev-style5.swiper-button-disabled {
    display: none;
}

.swiper-button-next-style5.swiper-button-disabled {
    display: none;
}

.slider-wrapper-style5 .swiper-pagination-wrapper {
    width: 50%;
    position: absolute;
    left: 15px;
    bottom: 15px;
    transform: translateY(-15px);
    height: 15px;
    z-index: 21;
}

.slider-wrapper-style5 .swiper-pagination-wrapper .swiper-pagination-bullets {
    position: absolute;
    right: 20px;
    text-align: center;
    bottom: auto !important;
    width: 100% !important;
    left: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.slider-wrapper-style5 .swiper-pagination-wrapper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 10px;
    background: #FFFFFF;
    opacity: 1;
    transition: all 0.3s;
}

.slider-wrapper-style5 .swiper-pagination-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FF4993;
    height: 8px;
    width: 8px;
}

.slider-wrapper-style5 .swiper-pagination-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.slider-wrapper-same-height-style .swiper-slide{
    height: auto;
    display: flex;
    align-items: stretch;
}
/**swiper style end*/

/** bottom floating icons*/
.bottom-scroll{
    opacity: 0;
    position: fixed;
    bottom: 145px;
    right: 5px;
    z-index: 998;
}

body.article .bottom-scroll .mywheels{
    display: none !important;
}

.bottom-scroll > * {
    cursor: pointer;
    margin-top: 10px;
}

.scroll-up {
    width: 45px;
    height: 45px;
    background: #824CEF;
    border-radius: 50%;
    opacity: 0.5;
}

.scroll-up img {
    width: 45px;
    height: 45px;
    filter: brightness(0) invert(1);
}
/** bottom floating icons end */
/** ECLASSIFIED STYLE **/
.eclassified-new-featured {
    padding-bottom: 10px;
}

.eclassified-new-featured-title {
    display: flex;
    justify-content: space-between;
    padding: .25rem 0;
}

.eclassified-new-featured-logo {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    border-bottom: 3px solid #3f6869;
    margin-bottom: 3px;
}

.eclassified-new-featured-logo img {
    max-width: 100%;
    height: auto
}

.eclassified-new-featured-toggle {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.eclassified-new-featured-ads-buttons {
    text-align: center;
}

.eclassified-new-featured-ads-buttons span {
    display: inline-block;
    font-size: 16px;
    padding: 4px 0px;
}

.eclassified-new-featured-ads-buttons span a {
    font-size: 14px;
    text-decoration: none;
}

.eclassified-new-featured-post-ads {
    background: #ffffff;
    border: 2px solid #000000;
}

.eclassified-new-featured-post-ads a {
    color: #000000; 
}

.eclassified-new-featured-more-ads {
    background: #bc0000;
    border: 2px solid #bc0000;
}

.eclassified-new-featured-more-ads a {
    color: #ffffff; 
}

.eclassified-new-featured-more-ads:hover {
    background-color: #ffffff;
}

.eclassified-new-featured-more-ads:hover a {
    color: #bc0000;
}

@media (min-width: 768px) {
    .eclassified-new-featured-logo {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .eclassified-new-featured-ads-buttons span {
        padding: 4px 16px;
    }
}

.ec_jobs_slider_slider {
    display: flex;
    flex-wrap: wrap;
}

.ec-jobs-slider-slider-card {
    border: 4px solid;
    border-image: linear-gradient(to bottom right, #ffff16 0%, #ea1d25 33%, #009c85 69%, #83519f 100%);
    border-image-slice: 1;
    padding: 0;
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
}

.ec-jobs-slider-slider-card a {
    width: 100%;
    text-decoration: none;
}

.eclassified-new-featured-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 120px;
}

.eclassified-new-featured-card-logo {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.eclassified-new-featured-card-logo img {
    width: 120px; 
    height: 22px;
}

.eclassified-new-featured-card-logo span {
    background: #febf0f;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    padding-left: .25rem;
    padding-right: .25rem;
}

.eclassified-new-featured-card-row1 {
    display: flex;
    margin: 5px 0px;
}

.eclassified-new-featured-card-image {
    display: inline-block;
    width: 25%;
    float: left;
    padding: 0px 5px;
}

.eclassified-new-featured-card-image img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.eclassified-new-featured-card-meta {
    display: inline-block;
    width: 75%;
    float: left;
}

.eclassified-new-featured-card-meta-title {
    color: #3f6869;
    font-weight: 700;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.eclassified-new-featured-card-meta-company {
    color: #000000;
    font-weight: 700;
    font-style: italic;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.eclassified-new-featured-card-meta-location {
    font-style: italic;
    font-size: 12px;
    color: #696969;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.eclassified-new-featured-card-meta-action {
    color: #ff0000;
    font-weight: 700;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.ec-jobs-slider-wrapper-style {
    position: relative;
}

.swiper-button-prev-ec-jobs-slider, .swiper-button-next-ec-jobs-slider {
    position: absolute;
    z-index:1;
}

.swiper-button-prev-ec-jobs-slider {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.swiper-button-next-ec-jobs-slider {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-button-prev-ec-jobs-slider:not(.swiper-button-disabled) img:hover,
.swiper-button-next-ec-jobs-slider:not(.swiper-button-disabled) img:hover{
    cursor: pointer;
}

.ec-jobs-slider-wrapper-style .swiper-pagination-wrapper {
    width: 100%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 40px;
}

.ec-jobs-slider-wrapper-style .swiper-pagination-wrapper .swiper-pagination-bullets {
    position: absolute;
    z-index: 21;
    right: 20px;
    text-align: center;
    bottom: auto !important;
    transform: translateX(-50%);
    left: 50% !important;
    top: 10px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ec-jobs-slider-wrapper-style .swiper-pagination-wrapper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all 0.3s;
}

.ec-jobs-slider-wrapper-style .swiper-pagination-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFDE43;
    height: 8px;
    width: 26px;
}

.ec-jobs-slider-wrapper-style .swiper-pagination-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

/** ECLASSIFIED END **/

/**HEADER SITE SEARCH*/
div#site-search-suggestion > ul {
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0px;
    padding: 0 0px;
    margin-bottom: 10px;
    position: relative;
    border: none;
}

div#site-search-suggestion > ul li {
    list-style: none;
    margin: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0px;
}

div#site-search-suggestion > ul li div{
    padding: 5px 10px;
}

div#site-search-suggestion  .ui-state-active{
    border: 1px solid #FDC744;
    background: #FDC744;
}
/**HEADER SITE SEARCH END*/

/** COOKIES **/
.cookies-container {
    width: 300px;
    position: fixed;
    top: 170px;
    right: 0;
    z-index: 999999999;
    display: none;
}

.cookies-container div {
    box-sizing: border-box
}

.cookies-container .cookies-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    margin: 0 auto;
    background-color: #edebeb;
    color: #444444;
}

.cookies-container .cookies-details {
    margin-bottom: 5px;
}

.cookies-container .cookies-buttons {
    padding: 5px 25px;
    margin-left: auto;
    border-radius: 5px;
    color: #FFFFFF;
    background-color: #1B1B1B;
    cursor: pointer;
}

.cookies-container a {
    color: #444444;
    text-decoration: none;
}

.cookies-visible {
    display: block;
}
/** COOKIES END **/

.logout-prompt-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000000000000000000;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.logout-prompt-dialog {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.logout-prompt-dialog > div:first-child {
    background: #F0F0F8;
    padding: 15px 10px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #585858;
}

.logout-prompt-dialog > div:nth-child(2) {
    padding: 20px 50px 10px 50px;
}

.logout-prompt-dialog > div:nth-child(2) > span {
    display: block;
    margin-bottom: 6px;
}



.logout-prompt-confirm-buttons {
    padding: 0 20px 20px 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.logout-prompt-confirm-buttons >span {
    flex:  0 0 35%;
    max-width: 35%;
    padding: 10px 16px;
    border-radius: 5px;
}

.logout-prompt-confirm-buttons >span:first-child {
    background: #7C7C7C;
    color: #ffffff;
}

.logout-prompt-confirm-buttons >span:nth-child(2) {
    background: #FFDE43;
}

.logout-prompt-confirm-buttons >span:hover {
    cursor: pointer;
    box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.75);
}
