.yp-middle-h-meta label {
  display: none;
}
#yp-topbar {
  display: none;
}
.yp-header-middle {
  padding: 18px 0 18px 0;
}
.yp-middle-h-meta span {
  font-weight: normal;
  font-size: 14px;
}
.yp-middle-h-icon {
  font-size: 20px;
}

.yp-header-social a.linkedin {
  background-position: 142.2px 0;
}
.yp-header-social a {
  background-size: 71px;
  width: 17px;
  height: 17px;
}
.yp-header-social a.whatsapp {
  background-position: 319px 0px;
}
.yp-header-social a.telegram {
  background-position: 266.1px 0;
}
.yp-header-social a.insta {
  background-position: 301px 0;
}
.yp-header-social a {
    margin:0;
}
.yp-menu {
    gap: 27px;
}
.yp-has-sub > a::before, .yp-menu .yp-menu-item > a::before, .yp-has-sub > a::after {
    content: none;
}
.yp-menu .yp-menu-item > a {
    font-weight: normal;
}
.yp-head-wrap {
    padding-inline: 0px;
}
.yp-main-nav {
  background: var(--primary-color);
}


.lang-dropdown {
    position: relative;
    display: inline-block;
    direction: ltr;
}

.lang-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 8px;

    border: 0;
    background: transparent;
    padding: 6px 10px;

    cursor: pointer;

    font-size: 14px;
    font-weight: normal;
    color: #222;
}

.lang-current-flag {
    width: 22px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
    display: block;
}

.lang-arrow {
    font-size: 15px;
    transition: transform .2s ease;
}

.lang-dropdown.active .lang-arrow {
    transform: rotate(180deg);
}

.lang-dropdown-menu {
    position: absolute;

    top: calc(100% + 8px);
    right: 0;

    min-width: 120px;

    padding: 6px;

    background: #fff;

    border: 1px solid #eee;
    border-radius: 8px;

    box-shadow: 0 8px 25px rgba(0, 0, 0, .10);

    opacity: 0;
    visibility: hidden;

    transform: translateY(-5px);

    transition:
        opacity .2s ease,
        visibility .2s ease,
        transform .2s ease;

    z-index: 9999;
}

.lang-dropdown.active .lang-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-item {
    display: flex;
    align-items: center;
    gap: 9px;

    padding: 8px 10px;

    color: #222;
    text-decoration: none;

    border-radius: 6px;

    transition: background .15s ease;
}

.lang-item:hover {
    background: #f5f5f5;
}

.lang-item img {
    width: 22px;
    height: 16px;

    object-fit: cover;

    border-radius: 2px;

    display: block;
}

.lang-item span {
    font-size: 13px;
    font-weight: 600;
}

.yp-middle-h-item.yp-flex.yp-items-center.yp-head-lang::before {
  content: none;
}

.yp-middle-h-item.yp-flex.yp-items-center.yp-head-lang {
  padding:0;
}


.yp-row.yp-row-6 .yp-col-3 {
  width: 16.6666%;
}

.yp-row.yp-row-6 .yp-col-3 .yp-service-box {
    padding: 12px 10px;
}
.yp-row.yp-row-6 .yp-col-3 .yp-service-icon {
    margin-bottom: 20px;
}
.yp-row.yp-row-6 .yp-col-3 .yp-service-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
}
.yp-row.yp-row-6 .yp-col-3 .yp-service-box {
    min-height: auto;
}
.yp-row.yp-row-6 .yp-col-3 .yp-service-title {
    font-size: 14px;
    margin-bottom: 4px;
}

.yp-marker-count {
  background: #b60db3;
  border-radius: 100px;
  font-size: 11px;
  line-height: 1;
  width: 13px;
  height: 13px;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #fff;
  position: absolute;
  top: -12px;
  right: -9px;
}

.yp-province-agency {
  display: flex;
  font-size: 13px;
}
.yp-province-agency-city {
  color: blue;
    padding: 0 10px 0 0;
}
[dir="rtl"] .yp-province-agency-city {
    padding: 0 0px 0 10px;
}
.yp-province-agency-city::before {
    content:'';
    display: inline-block;
    width: 8px;
    height: 8px;
    background:#000;
    border-radius: 100px;
}

.yp-agency-archive {
    padding: 90px 0;
    background: #f7f8fa;
}

.yp-agency-archive-header {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}

.yp-agency-archive-header .section-title {
    margin: 8px 0 15px;
}

.yp-agency-archive-description {
    margin: 0;
    color: #6b7280;
    line-height: 1.9;
}


/* Filter Result */

.yp-agency-filter-result {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 30px;
    padding: 14px 18px;

    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
}

.yp-agency-filter-result span {
    color: #6b7280;
    font-size: 13px;
}

.yp-agency-filter-result strong {
    font-size: 14px;
}

.yp-agency-filter-result a {
    margin-left: auto;
    font-size: 13px;
    font-weight: 600;
}


/* Province */

.yp-agency-province {
    margin-bottom: 45px;

    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 18px;

    overflow: hidden;

    box-shadow: 0 10px 35px rgba(0, 0, 0, .04);
}


.yp-agency-province-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 22px 25px;

    border-bottom: 1px solid #edf0f2;
}


.yp-agency-province-title {
    display: flex;
    align-items: center;
    gap: 14px;
}


.yp-agency-province-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 13px;

    font-size: 18px;
}


.yp-agency-province-label {
    display: block;

    margin-bottom: 3px;

    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;

    color: #9ca3af;
}


.yp-agency-province-title h2 {
    margin: 0;

    font-size: 21px;
    line-height: 1.4;
}


.yp-agency-count {
    display: flex;
    align-items: center;
    gap: 7px;

    padding: 8px 13px;

    border-radius: 30px;

    font-size: 12px;
}


.yp-agency-count strong {
    font-size: 15px;
}


/* Table */

.yp-agency-table-wrap {
    overflow-x: auto;
}


.yp-agency-table {
    width: 100%;
    min-width: 1050px;

    border-collapse: collapse;
}


.yp-agency-table th {
    padding: 15px 18px;

    text-align: left;

    background: #fafafa;

    border-bottom: 1px solid #edf0f2;

    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;

    color: #7b8491;
}
[dir="rtl"] .yp-agency-table th {
    text-align: right;
}
[dir="rtl"] .yp-agency-phone {
  direction: ltr;
}

.yp-agency-table td {
    padding: 18px;

    border-bottom: 1px solid #f0f1f3;

    vertical-align: middle;

    font-size: 13px;
}


.yp-agency-table tbody tr {
    transition: background .2s ease;
}


.yp-agency-table tbody tr:hover {
    background: #fafbfc;
}


.yp-agency-table tbody tr:last-child td {
    border-bottom: 0;
}


/* City */

.yp-agency-city {
    display: flex;
    align-items: center;
    gap: 10px;

    white-space: nowrap;
}


.yp-agency-city-icon,
.yp-agency-manager-icon {
    width: 32px;
    height: 32px;

    flex: 0 0 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    font-size: 12px;
}


/* Address */

.yp-agency-address {
    max-width: 260px;

    line-height: 1.7;
    color: #555f6d;
}


/* Phone */

.yp-agency-phone {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    white-space: nowrap;

    color: inherit;
    text-decoration: none;

    transition: opacity .2s ease;
}

.yp-agency-phone:hover {
    opacity: .7;
}


/* Manager */

.yp-agency-manager {
    display: flex;
    align-items: center;
    gap: 9px;

    white-space: nowrap;
}


.yp-agency-empty {
    color: #b8bec6;
}


/* Status */

.yp-agency-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    padding: 6px 10px;

    border-radius: 30px;

    font-size: 11px;
    font-weight: 600;

    white-space: nowrap;
}


.yp-status-dot {
    width: 7px;
    height: 7px;

    border-radius: 50%;
}


.yp-status-active {
    background: rgba(34, 197, 94, .08);
    color: #16a34a;
}

.yp-status-active .yp-status-dot {
    background: #22c55e;
}


.yp-status-coming {
    background: rgba(245, 158, 11, .1);
    color: #d97706;
}

.yp-status-coming .yp-status-dot {
    background: #f59e0b;
}


.yp-status-inactive {
    background: rgba(107, 114, 128, .1);
    color: #6b7280;
}

.yp-status-inactive .yp-status-dot {
    background: #9ca3af;
}

.news-count {
    display: none !important;
}

/* Empty */

.yp-agency-empty-state {
    padding: 70px 30px;

    text-align: center;

    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
}


.yp-agency-empty-icon {
    width: 65px;
    height: 65px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 20px;

    border-radius: 50%;

    font-size: 24px;
}


.yp-agency-empty-state h2 {
    margin: 0 0 10px;
}


.yp-agency-empty-state p {
    margin: 0 0 25px;

    color: #6b7280;
}
.yp-agency-container {
    margin-top: -120px;
    position: relative;
  z-index: 2;
}

.yp-icon-nav {
  display: block;
  width: 100%;
  gap: 14px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 15px 0 30px 0;
}
.yp-icon-nav a {
    padding:0;
    background:none;
    text-align: center;
    border: 0;
}
.yp-icon-nav a i {
    background:#fff;
}
.yp-icon-nav a i img {
    filter: invert();
}
.yp-icon-nav a span {
  font-size: 11px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 18px;
  font-weight: normal;
}
.yp-products-archive .yp-icon-nav a span {
    color:#ccc;
}
.yp-icon-nav.is-centered .swiper-wrapper {
    justify-content: center;
}
.yp-icon-nav a.active {
  background: none;
  color: #09459b;
  box-shadow: none;
  border-color: transparent;
}
.yp-icon-nav a:hover {
    box-shadow: none;
    border:0;
}
.yp-icon-nav a.active i {
    background: var(--primary-color);
}
.yp-icon-nav a.active i img {
    filter: invert(0);
}

.yp-icon-nav {
    position: relative;
    padding: 0 30px;
}

.yp-icon-nav .swiper-button-prev,
.yp-icon-nav .swiper-button-next {
    width: 36px;
    height: 36px;

    top: 50%;
    margin-top: -18px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    z-index: 20;
}

.yp-icon-nav .swiper-button-prev {
    left: 0;
    right: auto;
}

.yp-icon-nav .swiper-button-next {
    right: 0;
    left:auto;
}

.yp-icon-nav .swiper-button-prev::after,
.yp-icon-nav .swiper-button-next::after {
    font-size: 14px;
    font-weight: 700;
}

.yp-icon-nav .swiper-button-disabled {
    opacity: .3;
}

html[dir="rtl"] .yp-icon-nav .swiper-button-prev::after {
    content: 'prev';
}

html[dir="rtl"] .yp-icon-nav .swiper-button-next::after {
    content: 'next';
}
.yp-marker-card h4 {
    font-size: 16px;
}
.yp-video-wrapper video, .yp-video-wrapper .mejs-container {
  width: auto !important;
  height: 100% !important;
  aspect-ratio: unset;
  text-align: center;
}

.yp-news-head.video-head {
    padding-top: 70px;
}

.yp-academy-mag img {
  border-radius: 20px;
  max-width: 344px;
  aspect-ratio: 9/11;
  object-fit: cover !important;
}

.yp-related-videos .item > span {
    font-size: 13px;
    font-weight: normal;
}


.yp-content-formater .wp-video {
    width: 100% !important;
    max-width: 900px;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    background: #000;
    overflow: hidden;
      border-radius: 10px;
}

.yp-content-formater .wp-video .mejs-container {
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    aspect-ratio: 16 / 9 !important;
    background: #000;
}

.yp-content-formater .wp-video .mejs-inner,
.yp-content-formater .wp-video .mejs-mediaelement,
.yp-content-formater .wp-video mediaelementwrapper {
    width: 100% !important;
    height: 100% !important;
}

.yp-content-formater .wp-video video.wp-video-shortcode {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    background: #000;
}

.yp-content-formater .wp-caption-text.gallery-caption {
  display: none;
}


.yp-load-more-btn {
    flex: 1;
    height: 58px;
    border: none;
    background: linear-gradient(135deg,var(--primary-color),#0b63db);
    color: #fff;
    border-radius: 18px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
    padding: 0px 53px;
}
.yp-load-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(9,69,155,.25);
}

.chabok-video-box .chabok-video-title {
    font-size: clamp(18px,1.2vw,24px);
}
.chabok-block .chabok-video-description,
.chabok-block .chabok-text-body {
    text-align: justify;
}

.is-coming .yp-marker-dot {
  background-color: #10b981;
}

.yp-map-marker.yp-map-marker-province:hover {
  z-index: 99999;
}

.showcase-btn-group {
  text-align: center;
  margin: 24px 0 0 0;
}
.showcase-btn-group a {
  background: #2563eb;
  padding: 7px 24px;
  color: #fff;
  border-radius: 100px;
  font-size: 13px;
  margin: 0 10px;
  display: inline-block;
}
.showcase-btn-group a:hover {
  background: #0143a0;
  transition: all 300ms;
  transform: translateY(-2px);
}
.yp-row.yp-ajax-grid .yp-col-3 {
    margin-bottom: 20px;
}
.yp-event-gallery-section .yp-gallery-slider {
    overflow: hidden;
}

.yp-secondary-badge {
    position: absolute;
    top: 18px;
    right: 50%;
}
.yp-secondary-badge .yp-product-badge.yp-size-badge,
.yp-secondary-badge .yp-product-badge.yp-color-badge {
  position: relative;
  top: auto;
  right: auto;
}
.yp-product-badge.yp-color-badge {
    background: #2280f9;
}
.yp-product-badge.yp-size-badge {
    background: #2280f9;
}
.yp-product-badge {
    width: max-content;
}

.yp-academy-service .yp-service-icon.with-image.yp-start-card-icon {
    margin-top: -36%;
}
.yp-academy-service .yp-service-box {
  overflow: unset;
}
.yp-academy-service-title {
    float: right;width: 100%;margin-bottom: 145px;
}
@media screen and (max-width:992px) {
    .yp-news-content {
        width:100% !important
    }
}

@media screen and (max-width:768px) {

    .yp-content-formater .gallery {
        display: flex;
        flex-wrap: wrap;
    }

    .yp-content-formater .gallery .gallery-item {
        width: 33.3333% !important;
    }

    
}


@media screen and (max-width:600px) {
    #yp-topbar {
        display: block;
    }
    .yp-header-middle {
        padding:0;
    }
    .yp-row.yp-row-6 .yp-col-3 {
       width: 100%;
    }
    .yp-content-formater .gallery .gallery-item {
        width: 50% !important;
    }
    .yp-academy-service .yp-service-icon.with-image.yp-start-card-icon {
        margin-top: 0;
        margin-bottom: 0;
    }
    .yp-academy-service-title {
        margin-bottom: 25px;
    }
}