:root {
    --bg-main-color: #f6f6f6;
    --color-main: #2D5991;
    --color-second: #DD2839;
}

@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
    @font-face {
        font-family: 'SVN-Poppins';
        font-weight: 300;
        font-style: normal;
        src: url('../fonts/SVN-Poppins-Light.woff2') format('woff2'), url('../fonts/SVN-Poppins-Light.woff') format('woff');
    }

    @font-face {
        font-family: 'SVN-Poppins';
        font-weight: 400;
        font-style: normal;
        src: url('../fonts/SVN-Poppins-Regular.woff2') format('woff2'), url('../fonts/SVN-Poppins-Regular.woff') format('woff');
    }

    @font-face {
        font-family: 'SVN-Poppins';
        font-weight: 500;
        font-style: normal;
        src: url('../fonts/SVN-Poppins-Medium.woff2') format('woff2'), url('../fonts/SVN-Poppins-Medium.woff') format('woff');
    }

    @font-face {
        font-family: 'SVN-Poppins';
        font-weight: 600;
        font-style: normal;
        src: url('../fonts/SVN-Poppins-SemiBold.woff2') format('woff2'), url('../fonts/SVN-Poppins-SemiBold.woff') format('woff');
    }

    @font-face {
        font-family: 'SVN-Poppins';
        font-weight: 700;
        font-style: normal;
        src: url('../fonts/SVN-Poppins-Bold.woff2') format('woff2'), url('../fonts/SVN-Poppins-Bold.woff') format('woff');
    }

    @font-face {
        font-family: 'SVN-Poppins';
        font-weight: 900;
        font-style: normal;
        src: url('../fonts/SVN-Poppins-Black.woff2') format('woff2'), url('../fonts/SVN-Poppins-Black.woff') format('woff');
    }
}

@layer utilities {
    .alignfull {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        max-width: 100vw;
        width: 100vw;
    }

    .aligncenter {
        @apply left-1/2 transform -translate-x-1/2
    }
}

body {
    background-color: var(--bg-main-color);
    font-family: "Fira Sans", sans-serif;
    font-size: 15px;
}

.post-entry p,
.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6,
.post-entry hr {
    font-family: 'SVN-Poppins', sans-serif;
}

.more:hover i {
    background-color: #df243b !important;
    color: white;
    transition-duration: 300ms;
    margin-left: 5px;
}

.job h2 {
    color: #2b5a93;
}

.jd li {
    list-style: "- " !important;
}

.blog-item.layout-2 .img_in a.date {
    display: none !important;
}

.breadcrumbs .active::after {
    content: "\f0da";
    font-family: "FontAwesome";
    font-size: smaller;
    color: #DD2839;
}

.breadcrumbs .active a {
    text-decoration: none;
    font-weight: normal;
}

.breadcrumbs .inactive {
    color: #868e96;
}

a.nile-bottom.layout-2.btn.text-right.right-button:hover i {
    margin-right: -5px;
    margin-left: 10px;
    transition-duration: 300ms;
}

a.nile-bottom.layout-2.btn.text-left.left-button:hover i {
    margin-right: 10px;
    margin-left: -5px;
    transition-duration: 300ms;
}

@media only screen and (min-width: 1024px) {
    #fan-of-pmc .vc_gitem-zone-c h4 {
        font-size: 48px !important;
    }

    .dis {
        margin: 10px !important;
    }

    .content .text,
    .page-id-4268 .text {
        font-size: 16px !important;
    }

    .service-item.layout-3 h3,
    a.link {
        font-size: 16px !important;
    }

    #career-post p,
    #career-post ul,
    ul.services-menu li,
    div.facebook.career-contact {
        font-size: 16px !important;
    }

    .niletheme-section-row.niletheme_row.niletheme_row.full_width .service-item.layout-3 a .out .text,
    .service-item.layout-3 .more,
    .address,
    .archive.paged.category.category-vi-tri-tuyen-dung.category-55.vc_responsive .excerpt,
    #latest-research .vc_pageable-slide-wrapper .vc_gitem-zone.vc_gitem-zone-c h4,
    #latest-research .vc_pageable-slide-wrapper .vc_gitem-zone.vc_gitem-zone-c p {
        font-size: 16px !important;
    }

    #research .vc_pageable-slide-wrapper .vc_gitem-zone.vc_gitem-zone-c h4 {
        font-size: 16px !important;
    }
}

header#layout-1 .header-body ul.nav-menu li>a {
    text-transform: uppercase
}

#layout-1 .header-body .call_us h3,
#layout-1 .header-body .call_us .icon-phone,
#layout-1 .header-body ul.tools .fa.fa-shopping-basket,
#layout-1 .header-body ul.tools .sidebar-var-link,
.owl-dots .owl-dot span,
.testimonial-item.layout-2 .dis {
    display: none !important;
}

#menu-main.nav-menu,
#layout-1 .header-body ul.tools,
#layout-1 .header-body ul.tools .search-btn {
    margin-top: 24px !important;
}

.vc_grid-owl-next.vc_arrow-icon-arrow_07_right.vc_grid-nav-next-outside,
.vc_grid-owl-prev.vc_arrow-icon-arrow_07_left.vc_grid-nav-prev-outside {}


.testimonial-item.layout-2 .say-zoal .img_in {
    margin: auto !important;
    width: 100% !important;
}

.news.vc_row.wpb_row.vc_row-fluid.vc_row-has-fill {
    margin: 0 !important;
}

.service-item .img_in,
.service-item .img_in img {
    width: 100% !important;
    height: auto;
}

.vc_pagination-item a {
    margin: 15px !important;
    opacity: 1 !important;
}

.facebook.career-contact .facebook-icon {
    position: relative;
    left: 0;
}

.facebook.career-contact .link {
    position: absolute;
    left: 72px;
    top: 10px;
}

.page-id-1423,
.page-id-4271 {
    background-color: #ffffff !important;
}

.team-item .more {
    display: none !important;
}

.portfolio-info {
    padding: 40px !important;
}

.service-item .out,
.service-item .out h3 {
    text-align: center !important;
}

.service-item .out .numb {
    display: none;
}

.niletheme-section-row.niletheme_row.niletheme_row.full_width .service-item.layout-3 a .out .text span.more {
    transition: 0.3s;
    background: white !important;
    color: #2b5a93 !important;
    font-weight: bold;
}

.niletheme-section-row.niletheme_row.niletheme_row.full_width .service-item.layout-3 a .out .text span.more span.icon1 {
    padding: auto !important;
    position: inherit;
    margin-top: -16px;
}

.niletheme-section-row.niletheme_row.niletheme_row.full_width .service-item.layout-3 a .out .text span.more span.icon1 i {
    transition: 0.3s;
    display: inline-block;
    border: 2px solid #2b5a93;
    border-radius: 50%;
    background-color: inherit;
    color: #2b5a93;
    padding: 4px 5px;
    margin-left: 5px;
}

.niletheme-section-row.niletheme_row.niletheme_row.full_width .service-item.layout-3:hover a .out .text span.more {
    color: #df243b !important;
}

.niletheme-section-row.niletheme_row.niletheme_row.full_width .service-item.layout-3:hover a .out .text span.icon1 i {
    border: 2px solid #df243b !important;
    background-color: #df243b !important;
    color: white !important;
    margin-left: 10px !important;
}

.tp-bullet {
    border: none !important;
    background-color: rgba(255, 255, 255, 0.6) !important;
    width: 10px !important;
    height: 10px !important;
}

.tp-bullet:hover,
.tp-bullet.selected {
    background-color: rgba(255, 255, 255, 1) !important;
}

.vc_pageable-slide-wrapper .vc_gitem-zone.vc_gitem-zone-c {
    background-color: white !important;
    width: 90% !important;
    height: 120px !important;
    border-radius: 24px;
    margin-top: -30px;
    left: 5%;
    padding-top: 40px !important;
}

.vc_pageable-slide-wrapper .vc_gitem-zone.vc_gitem-zone-c h4 {
    text-align: center !important;
}

#research:hover .vc_pageable-slide-wrapper .vc_gitem-zone.vc_gitem-zone-c,
#latest-research:hover .vc_pageable-slide-wrapper .vc_gitem-zone.vc_gitem-zone-c {
    color: black !important;
}

#research .vc_pageable-slide-wrapper .vc_gitem-zone.vc_gitem-zone-c,
#latest-research .vc_pageable-slide-wrapper .vc_gitem-zone.vc_gitem-zone-c {
    background-color: rgba(255, 255, 255, 0) !important;
    width: 100% !important;
    border-radius: 0 !important;
    left: 0 !important;
    top: 32px !important;
    padding: 10px !important;
    height: fit-content !important;
    text-align: center !important;
}

#latest-research .vc_pageable-slide-wrapper .vc_gitem-zone.vc_gitem-zone-c h4 {
    text-align: left !important;
}

#latest-research .vc_pageable-slide-wrapper .vc_gitem-zone.vc_gitem-zone-c {
    background-color: rgba(255, 255, 255, 0) !important;
    width: 100% !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    padding: 10px !important;
    position: absolute;
    left: 100% !important;
    top: 0 !important;
}

.vc_pageable-slide-wrapper .vc_gitem-zone.vc_gitem-zone-c .vc_btn3-container.vc_btn3-left {
    display: none !important;
}

.vc_grid-item-zone-c-bottom:hover .vc_gitem-zone.vc_gitem-zone-c {
    background-color: #df243b !important;
    color: white;
    transition: 0.3s;
}

.service-item.layout-3 h3 {
    margin: auto !important;
}

.pagination.pagination-md.pagination-style-1.color {
    text-align: center;
}

#research-banner {
    height: 900px !important;
    background-size: cover;
    background-image: url("//pmcweb.vn/wp-content/uploads/media-bg.png");
}

#projects .portfolio-info,
#projects .nile-portfolio img,
.related-portfolio,
.related-portfolio img,
.related-portfolio .portfolio-info {
    width: 100% !important;
    left: 0 !important;
}

.prev-post.pagination-btn,
.next-post.pagination-btn,
.portfolio-info-in {
    display: none !important;
}

.container.padding-tb-100px {
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 82px !important;
}

.single-portfolio .col-lg-8.content-project {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.single-portfolio .row.margin-bottom-60px .col-lg-4 {
    display: none !important;
}

.post-thumb-single {
    display: none;
}

.mapouter.d-none.d-lg-block {
    position: relative;
}

.single-portfolio .niletheme-section-row.niletheme_row.niletheme-container {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.brochure a {
    color: white !important;
}

.brochure a:hover {
    color: white !important;
}

#layout-1 img {
    width: 75% !important;
}

.testimonial-item.layout-2 .text {
    font-size: 24px !important;
}

#omotenashi img {
    width: 75%;
}

.brochure {
    font-size: 32px !important;
}

.top-footer span {
    display: none !important;
}

#projects .portfolio-info {
    border-radius: 0;
    border: 1px solid #f6f6f6 !important;
    z-index: 0 !important;
    text-align: left !important;
}

#projects .portfolio-info:hover,
#projects .nile-portfolio.layout-2:hover .portfolio-info {
    background-color: white !important;
}

#projects .portfolio-info:hover a,
#projects .nile-portfolio.layout-2:hover .portfolio-info a {
    color: black !important;
}

#projects .portfolio-info:hover a .details {
    color: #df243b !important;
    transition-duration: 0.3s;
}

#projects .portfolio-info:hover a .details span {
    border-color: #df243b !important;
    background-color: #df243b !important;
    color: white !important;
    transition-duration: 0.3s;
}

#projects .portfolio-info .title {
    margin: auto !important;
}

#projects .portfolio-info .info [rel] {
    display: none !important;
}

#projects .img-in {
    z-index: 1 !important;
}

#projects .portfolio-info a .details:hover span {
    margin-left: 5px;
    transition-duration: 0.3s;
}

#all-services .more i {
    border: 2px solid #2b5a93 !important;
    background-color: #2b5a93 !important;
    padding: 6px !important;
    border-radius: 50%;
    color: white !important;
}

#all-services .nile-inner-row:hover .more {
    color: #df243b !important;
}

#all-services .nile-inner-row:hover .more i {
    background-color: #df243b !important;
    border: 2px solid #df243b !important;
}

.media-main .vc_gitem-zone-c {
    display: none !important;
}

#related-portfolio .related-portfolio h2.title {
    visibility: hidden !important;
}

#related-portfolio h2.title::after {
    content: "Các dự án liên quan";
    visibility: visible !important;
    display: block;
}

.people-content {
    background-color: #1ac5f3;
    color: white;
    padding: 20px !important;
}

.people-title {
    background-color: #1ac5f3;
    color: white !important;
    text-align: center;
    margin-bottom: 1px !important;
    padding-top: 30px !important;
}

.people-photo img,
#titleBlock img {
    width: 100% !important;
}

#fan-of-pmc .vc_gitem-zone-c {
    background-color: inherit !important;
    border-radius: 0;
    width: 100% !important;
    margin-top: 0 !important;
    left: 0 !important;
}

#fan-of-pmc .vc_gitem-zone-c p {
    display: none !important;
}

#fan-of-pmc .vc_grid-item-zone-c-bottom:hover .vc_gitem-zone.vc_gitem-zone-c {
    color: black !important;
}

#comments textarea {
    width: 50% !important;
}

#news-sidebar ul li {
    list-style: none !important;
}

#news-sidebar .widget-title h2::after {
    content: "";
    color: #2D5991;
    margin-left: 5px !important;
    font-family: "FontAwesome" !important;
    font-size: 10px !important;
}

#news-sidebar #categories-2 li::before {
    content: "";
    font-size: 10px !important;
    color: #2D5991;
    margin-right: 5px !important;
    font-family: "FontAwesome" !important;
}

#news-sidebar #categories-2 li:hover {
    margin-left: 5px !important;
    transition-duration: 300ms;
}

#news-sidebar #categories-2,
#news-sidebar #niletheme_latest_news_widget-1,
#news-sidebar #tag_cloud-1 {
    background: white !important;
    padding: 20px !important;
    margin: 20px !important;
}

#news-sidebar .vc_gitem-zone-c {
    width: 100% !important;
    margin: 0 !important;
    left: 0 !important;
    padding: 20px !important;
    border-radius: 0 0 15px 15px !important;
}

#news-sidebar .vc_gitem-zone-a {
    border-radius: 15px 15px 0 0 !important;
}

#news-sidebar .vc_gitem-zone-c .vc_gitem-col .vc_custom_heading h4,
#news-sidebar .vc_gitem-zone-c .vc_gitem-col .vc_custom_heading p {
    text-align: left !important;
}

#nile-go-top {
    display: none !important;
}

.top-footer ul.contact-list li {
    vertical-align: middle;
}

.top-footer ul.contact-list li:last-child a {
    display: none !important;
}

.top-footer ul.contact-list li:last-child::after {
    content: '(+84) 24 3773 7777';
    display: inline-block;
    color: #0E214D;
    text-decoration: none;
    font-weight: 500;
    background-image: url('//pmcweb.vn/wp-content/uploads/fax.png');
    background-repeat: no-repeat;
    padding-left: 48px !important;
    height: 48px !important;
}

#all-services .service-item:hover .more .icon1 i.fas {
    background-color: #df243b !important;
    border: 2px solid #df243b !important;
    transition-duration: 300ms;
}

.post-entry hr {
    background-color: #2b5a93 !important;
}

.pmc-readmore {
    @apply tw-bg-second hover:tw-bg-main tw-inline-block tw-rounded-lg tw-text-white hover:tw-text-white tw-px-10 tw-py-3 tw-text-base tw-font-bold;
}

/* Header */
.sl-nav {
    display: inline;
}

.sl-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: inline-block;
}

.sl-nav li {
    cursor: pointer;
    padding-bottom: 10px;
}

.sl-nav li ul {
    display: none;
}

.sl-nav li:hover ul {
    position: absolute;
    top: 29px;
    right: -15px;
    display: block;
    background: #fff;
    width: 120px;
    padding-top: 0px;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li:hover .triangle {
    position: absolute;
    top: 15px;
    right: -10px;
    z-index: 10;
    height: 14px;
    overflow: hidden;
    width: 30px;
    background: transparent;
}

.sl-nav li:hover .triangle:after {
    content: "";
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(0px) translatex(10px);
    height: 15px;
    background: #fff;
    border-radius: 2px 0 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li ul li {
    position: relative;
    text-align: left;
    background: transparent;
    padding: 15px 15px 0;
    z-index: 2;
    font-size: 15px;
    color: #3c3c3c;
}

.sl-nav li ul li:last-of-type {
    padding-bottom: 15px;
}

.sl-nav li ul li span {
    padding-left: 5px;
}

.sl-nav li ul li span:hover,
.sl-nav li ul li span.active {
    color: #146c78;
}

.sl-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    width: 15px;
    height: 15px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
}

/* End Header */

.project-item {}

.project-item .project-item-inner {
    cursor: pointer
}

.project-item h3 {
    @apply tw-text-lg;
}

.portfolio__img {
    background-color: transparent;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    @apply tw-relative tw-mb-2;
}

/* Create a pseudo element that uses padding-bottom to take up space */
.portfolio__img::after {
    display: block;
    content: "";
    /* 16:9 aspect ratio */
    padding-bottom: 56.25%;
}

/* Image is positioned absolutely relative to the parent element */
.portfolio__img img {
    /* Image should match parent box size */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.list-custom-taxonomy-widget {
    @apply tw-bg-white tw-border tw-py-10 tw-px-8;
    border: 3px solid #e6e6e1;
    margin-bottom: 45px;
}

.list-custom-taxonomy-widget .widget-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: -0.8px;
}

.list-custom-taxonomy-widget ul {
    @apply tw-m-0 tw-p-0;
}

.list-custom-taxonomy-widget ul li {
    list-style: none;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 8px;
    background: #e6e9f0;
}

.list-custom-taxonomy-widget ul li:nth-child(even) {
    background: #fafafa;
}

.list-custom-taxonomy-widget ul li a {
    display: block;
    padding: 13px 20px;
}

.list-custom-taxonomy-widget ul li a:before {
    font-family: FontAwesome;
    content: "\f061";
    margin-right: 10px;
    font-size: 11px;
    color: #DD2839;
}

.single-magazine .nile-page-title {
    position: relative;
}

.single-magazine .nile-page-title:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, var(--color-main), var(--color-second));
    opacity: .6;
}

.single-magazine .nile-page-title .container {
    position: relative;
}

.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide,
.splide--nav>.splide__track>.splide__list>.splide__slide {
    border: solid 1px transparent;
}

.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,
.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
    border: solid 1px var(--color-main);
}

@media (max-width: 767px) {
    .magazine-container>.row {
        flex-flow: column-reverse;
    }

    .magazine-container.padding-top-100px {
        padding-top: 15px;
    }

    .nile-blog-sidebar .nile-widget {
        padding: 0;
    }

    .list-custom-taxonomy-widget {
        padding: 1rem;
        border-width: 2px;
        margin-bottom: 0;
    }
}

.portfolio-filter .filter {
    display: inline-block;
    text-decoration: none;
}

.portfolio-filter .filter::after {
    content: '';
    display: block;
    height: 2px;
    background: var(--color-main);
    width: 0;
    transition: width .3s;
}

.portfolio-filter .filter:hover,
.portfolio-filter .active .filter {
    color: var(--color-main);
}

.portfolio-filter .filter:hover::after,
.portfolio-filter .active .filter::after {
    width: 100%;
    transition: width .3s;
}

.pmc-post__thumbnail {
    @apply tw-block tw-relative tw-overflow-hidden;
    transition: opacity .2s ease-in-out;
}

.pmc-post__thumbnail:after {
    content: "";
    display: block;
    padding-top: 75%;
}

.pmc-post__thumbnail img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .2s ease-in-out;
}

.flag {
    position: relative;
    width: 50px;
    cursor: pointer;
}

.flag::after {
    @apply tw-absolute tw-bg-gray-400 tw-w-0 lg:tw-w-px tw-h-1/2 tw-left-[-10px] tw-top-[13px] tw-bottom-0;
    content: "";
}


.flag::before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f078";
    padding-right: 3px;
    vertical-align: middle;
    right: -19px;
    font-weight: 900;
}

header#layout-1 .header-top {
    padding: 0;
}

header#layout-1 .header-top ul {

    line-height: 3;
}

header#layout-1 .header-top ul.contact li {
    margin-right: 15px;
}

/* ======================
   Flag
====================== */

.flag {
    margin: 0 !important;
}

.flag .current-flag {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list_flag {
    position: absolute;
    padding: 10px 0;
    display: none;
    background-color: #fff;
    line-height: 2 !important;
    border-radius: 3px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.list_flag::before {
    content: "";
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(255, 255, 255);
    left: 50%;
    position: absolute;
    margin-right: 50px;
    transform: translateX(-50%);
}

.list_flag li:hover {
    background-color: rgb(198, 198, 198);
}

.list_flag li {
    margin: 0 !important;
}

.list_flag li a {
    display: flex;
    align-items: center;
    padding: 5px;
    align-items: center;
}

.img_flag {
    width: 80px;
}

.list_flag li a div {
    width: 30px;
    color: #000;
    font-weight: 500;
    text-align: center;
}

.flag:hover .list_flag {
    display: block;
}

.single-video .post-entry p {
    margin-bottom: 0;
}

.single-video .tags {
    @apply alignfull tw-my-4;
}

.container-page {
    max-width: 1200px;
    margin: auto;
}

/* ======================
   End Flag
====================== */

/* ======================
   Search & Fillter Project
====================== */

.filter-bar ul li:nth-child(2),
.filter-bar ul li:first-child {
    @apply tw-col-span-4;
}

.filter-bar ul li:nth-child(3),
.filter-bar ul li:last-child {
    @apply tw-col-span-2;
}

.filter-bar ul li label {
    @apply tw-w-full;
}

.filter-bar ul select {
    @apply tw-w-full tw-bg-black/5 tw-border-0 tw-max-w-full tw-text-lg tw-p-3 tw-pl-5 tw-pr-10 tw-rounded tw-outline-none tw-appearance-none tw-bg-no-repeat tw-bg-right tw-bg-center tw-cursor-pointer;
    background-image: url('../images/select_arrow.png');
    background-size: 10px;
}

.filter-bar ul input[type="text"] {
    @apply tw-p-3 tw-pl-5 tw-border-0 tw-bg-black/5 tw-outline-none;
}

.filter-bar ul input[type="submit"] {
    @apply tw-w-full tw-bg-[#1966B0] tw-text-white tw-p-3 tw-pl-5 tw-border-0 tw-outline-none tw-cursor-pointer tw-rounded;
}

.search-filter-reset {
    @apply !tw-bg-black/5 !tw-text-black;
}

.search-filter-results {
    @apply tw-my-12 tw-grid tw-grid-cols-1 tw-gap-12 tw-p-2.5;
}

.searchandfilter select.sf-input-select {
    @apply tw-text-sm tw-text-gray-500;
}

.filter-bar ul {
    @apply tw-grid tw-grid-cols-1 tw-gap-5 tw-items-end tw-mt-12 tw-px-2.5;
}

.pagination-project {
    @apply tw-col-span-1;
}

@media (min-width: 768px) {
    .search-filter-results {
        @apply tw-my-12 tw-grid tw-grid-cols-2 tw-gap-12;
    }

    .pagination-project {
        @apply tw-col-span-2;
    }
}

@media (min-width: 1024px) {
    .search-filter-results {
        @apply tw-my-12 tw-grid tw-grid-cols-3 tw-gap-12 tw-p-0;
    }

    .filter-bar ul {
        @apply tw-grid tw-grid-cols-12 tw-gap-5 tw-items-end tw-mt-12 tw-p-0 tw-pl-0;
    }

    .pagination-project {
        @apply tw-col-span-3;
    }
}


/* ======================
   End Search & Fillter Project
====================== */

/* ======================
   Job Manager
====================== */

.application_button {
    @apply tw-bg-blue-700 tw-text-white tw-rounded-full tw-border-none tw-outline-none tw-cursor-pointer;
}

.single_job_listing .company {
    @apply tw-hidden;
}

.custom-job-manager .post-layout {
    @apply !tw-bg-inherit !tw-border-none !tw-p-0
}

.custom-phone-jobs,
.custom-location-jobs a {
    text-decoration: none !important;
    font-weight: 400 !important;
}

.custom-phone-jobs {
    color: #2F2F2F;
}

.application_button {
    font-size: 13px !important;
    font-weight: 400;
    border-radius: 5px !important;
}

.testerminal-jobs {
    background-color: #2b5a93;
}

.apply-button-job {
    text-decoration: none !important;
    background-color: #2D5991;
    color: white;
    padding: 10px 20px !important;
    border-radius: 10px;
    border: none !important;
    outline: none;
}

.apply-button-job:hover {
    color: white;
    background-color: #DD2839;
}

/* ======================
   End Job Manager
====================== */

header#layout-1 img {
    @apply lg:tw-w-[75%] tw-w-[55%] !important;
}

summary::-webkit-details-marker{display:none}
details[open] .arrow{transform: translateX(0.25rem) rotate(90deg);}