html{
    font-family: 'Open Sans', sans-serif;
}
/* HEADER - MENU */
.header {
    padding-bottom: 76px !important;
}

.header-logo {
    width: 295px;
    height: fit-content;
}

.header-logo img {
    width: 100%;
    object-fit: cover;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
}

.menu {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 0 30px;
    white-space: nowrap;
    flex-wrap: nowrap;
    list-style: none;
}

.menu-toggle {
    background-color: transparent !important;
    border: none;
    width: fit-content;
    height: fit-content;
}

.menu-nav-header {
    display: none;
}

.menu-nav-header button {
    border: none;
    background-color: transparent;
    width: fit-content;
    height: fit-content;
}

.menu-close:hover .menu {
    background-color: red !important;
}

.menu-nav-header img:hover~i {
    color: red;
}

.menu-toggle {
    display: none;
    cursor: pointer;
}

.menu-link {
    color: black;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    padding: 0px !important;
}

.menu-link-home {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #009bff;
}

.navbar-default .navbar-toggle:hover {
    background-color: none !important;
}

.btn-menutoggle {
    margin: 15px;
    border: none;
    width: fit-content;
    height: fit-content;
    padding: 0;
    margin: 0;
}

.header-button {
    display: flex;
    border: none;
    justify-content: center;
    gap: 0 10px;
    align-items: center;
    padding: 12px 30px;
    border-radius: 8px;
    background-color: #009bff;
    width: 238px;
}

.header-button-icon {
    font-size: 25px;
    color: white;
}

.header-button-link {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: white;
}

.hero-banner {
    background-image: url("../../images/background/Banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 792px !important;
    margin: auto auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-search-mobile {
    display: none !important;
}

.hero-search {
    gap: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.hero-form {
    background-color: white;
    justify-content: space-between;
    border-radius: 8px;
    display: flex;
    gap: 0 9px;
    padding: 6px;
    width: 100%;
    height: 72px;
    align-items: center;
}

.search-dad {
    display: flex;
    align-items: center;
    gap: 0 9px;
    width: 100%;
}

.search-box-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 12px;
}

.search-header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 14px;
    align-items: center;
    display: none;
    width: 100%;
    border-bottom: 1px solid white;
}

.search-categories {
    display: flex;
    flex-direction: column;
}

.search-location {
    display: flex;
    flex-direction: column;
}

.search-categories-heading {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: white;
    text-align: left;
    display: none;
    white-space: nowrap;
    margin: 0 0 8px 0;
}

.search-location-heading {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: white;
    text-align: left;
    display: none;
    white-space: nowrap;
    margin: 0 0 8px 0;
}

.search-heading {
    color: white;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    margin: 15px 0 0 0;
}

.search-close {
    background-color: transparent;
    border: none;
    width: fit-content;
    height: fit-content;
}

.button-search-mobile {
    display: none;
}

.hero-nav {
    display: none;
    background-color: white;
    border: none;
    height: 100%;
    height: fit-content;
    border-radius: 8px;
}

.hero-nav i {
    color: #009bff;
    font-size: 50px;
}

.hero-button-search {
    font-size: 24px !important;
    color: #009bff;
}

.dropdown-toggle {
    height: 63px !important;
    background-color: #009bff;
    border-radius: 8px !important;
    padding: 19px 0 !important;
    text-align: center !important;
    color: white !important;
    font-size: 18px !important;
}

.search-keywords {
    max-width: 646px;
    width: 100%;
    border: 1px solid #009bff;
    background-color: #e9f7ff;
    border-radius: 8px;
    min-width: 60px;
}

#search-keywords {
    text-overflow: ellipsis;
    font-style: italic;
}

.job-search-form {
    padding: 15px;
    width: 100%;
}

.job-search-form input {
    width: 100%;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 8px;
    font-size: 18px;
    padding: 30px 0;
    padding-left: 16px;
    color: #5b5b5b;
    background-color: #e9f7ff;
}

.skill-title {
    display: block;
    color: white;
    font-weight: 700;
    font-size: 18px;
    margin-top: 24px;
    text-transform: uppercase;
}

.toggle-checkbox {
    position: relative;
    display: inline-block;
}

.toggle-checkbox input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.toggle-checkbox a {
    border-radius: 80px;
    padding: 6px 18px;
    background-color: white;
    color: #9e9e9e !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 350ms;
    cursor: pointer;
}

.toggle-checkbox:hover a {
    box-shadow: 0 0 5px 3px #ffa426;
}

.toggle-checkbox input:checked~a {
    background: #ffa426;
    color: #fff !important;
}


/* ////////////////PAGE JOB APPLY////////////////// */

.job-container {
    display: flex;
    flex-direction: column;
}

.job-form-info {
    margin-top: 30px;
    padding-bottom: 48px;
    border-bottom: 2px solid #f9f9f9;
}

.job-form-image {
    margin-top: 48px;
    padding-bottom: 48px;
    border-bottom: 2px solid #f9f9f9;
}

.job-form-submit {
    margin-top: 48px;
}

.job-heading {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    margin-top: 60px;
}

.job-heading-desc {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 24px;
    border-bottom: 2px solid #f9f9f9;
}

.job-form-heading-h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
}

.job-form-heading {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

.text-red {
    color: red;
}

.job-button-submit {
    display: flex;
    border: none;
    justify-content: center;
    gap: 0 10px;
    align-items: center;
    padding: 12px 30px;
    border-radius: 8px;
    background-color: #009bff;
    max-width: 519px;
    width: 100%;
    margin: 0 auto;
    margin-top: 48px;
}

.form-group-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0 24px;
}

.form-item-phone {
    max-width: 360px;
    width: 100%;
}

.form-item-email {
    max-width: 750px;
    width: 100%;
}

.form-item-dob {
    max-width: 360px;
    width: 100%;
}

.form-item-gender {
    max-width: 750px;
    width: 100%;
}

.form-group-gender {
    display: flex;
    justify-content: flex-start;
    gap: 0 24px;
    align-items: center;
}

.gender-group {
    display: flex;
    gap: 0 8px;
    justify-content: center;
    align-items: center;
}

.gender-checkbox {
    width: 25px;
    height: 25px;
    margin: 0 !important;
}

.gender-label {
    text-align: center;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.form-item-image {
    width: 100%;
    height: 165px;
    background: #f9f9f9;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-item-image input {
    width: 200px;
}

.file-type {
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}

.form-control {
    background: #f9f9f9;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    border-radius: 3px;
    height: 50px;
}

.form-check input {
    width: 38px;
    height: 38px;
}

.form-check label {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}

.form-item {
    width: 50%;
}


/* //////////////////////////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////PAGE BLOG/////////////////////////////////////////// */


/* ////////////////////////////////////////////////////////////////////////////////////////// */

.blog-container {
    margin: 80px 0 0 0;
    padding: 15px;
    display: flex;
    justify-content: center;
    gap: 0 30px;
}

.blog-banner {
    background-image: url("../../images/background/Banner_blog.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: local;
    height: 400px !important;
    margin: auto auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.blog-banner h1 {
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 48px;
    line-height: calc(65/40);
}

.blog-category {
    width: 356px;
    height: fit-content;
    background: #f9f9f9;
    border: 1px solid #009bff;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 26px 22px;
    margin-bottom: 24px;
}

.blog-category h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #5b5b5b;
    max-width: 356px;
    width: 100%;
}

.blog-category-list {
    display: flex;
    flex-direction: column;
    gap: 18px 0;
    width: 100%;
}

.blog-category-list li {
    padding: 12px 0 12px 17px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #5b5b5b;
}

.blog-category-list li:hover {
    background-color: white;
    border-left: 3px solid #009bff;
    color: #009bff;
}

.blog-content {
    display: flex;
    flex-direction: column;
}

.blog-item {
    background: #ffffff;
    border: 2px solid #009bff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: space-between;
    margin-bottom: 24px;
}

.blog-item:hover {
    border: 2px solid #009bff;
    box-shadow: -7px 7px 11px 0px #0000002b;
}

.blog-thumbnail {
    background: #fcfcfc;
    width: 323px;
    height: 323px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fcfcfc;
    border-radius: 8px 0px 0px 8px;
}

.blog-thumbnail a {
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.blog-thumbnail a img {
    object-fit: cover;
    width: 100%;
}

.blog-info {
    position: relative;
    max-width: 800px;
    width: 100%;
    padding: 30px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px 0;
}

.blog-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #5b5b5b;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    width: inherit;
}

.blog-info-heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    margin: 0;
    color: #5b5b5b;
}

.blog-info-desc {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.blog-info-type {
    display: none;
}

.blog-info-time {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: right;
    color: #5b5b5b;
}

.blog-info-title {
    background: #009bff;
    border-radius: 60px;
    color: white;
    padding: 5px 35px;
    width: fit-content;
    text-align: center;
}

.blog-info-more {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    width: fit-content;
    color: #009bff;
}

/* //////////////////////////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////PAGE ABOUT//////////////////////////////////// */


/* ////////////////////////////////////////////////////////////////////////////////////////// */

.about-banner {
    background-image: url("../../images/background/Banner_about.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: local;
    height: 400px !important;
    margin: auto auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-banner h1 {
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 48px;
    line-height: calc(65/40);
}

/* //////////////////////////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////PAGE CONTACT//////////////////////////////////// */


/* ////////////////////////////////////////////////////////////////////////////////////////// */

.contact-banner {
    background-image: url("../../images/background/Banner_contact.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: local;
    height: 400px !important;
    margin: auto auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-banner h1 {
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 48px;
    line-height: calc(65/40);
}

/* //////////////////////////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////PAGE BLOG DETAIL//////////////////////////////////// */


/* ////////////////////////////////////////////////////////////////////////////////////////// */


.blogdt-container {
    margin-top: 80px;
    padding: 15px;
    display: flex;
    justify-content: center;
    gap: 0 30px;
}

.blogdt-banner {
    background-image: url("../../images/background/Banner_blog.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: local;
    height: 400px !important;
    margin: auto auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.blogdt-banner h1 {
    
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    line-height: calc(65/40);
    color: #FFFFFF;
}

.breadcumb {
    background-color: #F9F9F9;
    height: 60px;
    width: 100%;
    align-items: center;
    display: flex;
}

.breadcumb-container {
    display: flex;
    overflow: hidden;
}

.breadcumb-container span {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #5B5B5B;
    white-space: nowrap;
}

.breadcumb-container p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #009BFF;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.blogdt-title {
    margin: 0 0 48px 0;
}

.blogdt-title h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    color: #000000;
    margin: 0 0 24px 0;
}

.blogdt-info-title {
    background: #009bff;
    border-radius: 60px;
    color: white;
    padding: 5px 35px;
    width: fit-content;
    text-align: center;
    margin: 24px 0 0 0;
}

.blogdt-img {
    height: 436px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FCFCFC;
    border-radius: 8px;
}

.blogdt-img img {
    width: 100%;
    object-fit: cover;
}

.blogdt-content-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #5B5B5B;
    margin: 48px 0 0 0;
}


/* //////////////////////////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////JOB-DETAIL BLOG/////////////////////////////////////////// */


/* ////////////////////////////////////////////////////////////////////////////////////////// */

.jobdt-container {
    margin: 80px 0;
    display: flex;
    justify-content: space-between;
    gap: 0 25px;
}

.jobdt-banner {
    background-image: url("../../images/background/Banner_job-detail.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: local;
    margin: auto auto;
    height: 400px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.jobdt-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    color: #000000;
    margin: 0;
    margin-bottom: 24px;
}

.jobdt-content {
    display: flex;
    flex-direction: column;
    gap: 24px 0;
    width: 100%;
}

.jobdt-desc {
    background: #fcfcfc;
    border-radius: 8px;
    padding: 42px 30px;
    display: flex;
    flex-direction: column;
    gap: 48px 0;
}

.jobdt-desc-title {
    margin: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #d7d7d7;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #009bff;
}

.jobdt-desc-text {
    margin-top: 24px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #5b5b5b;
}

.jobdt-company-logo {
    height: 436px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fcfcfc;
    border-radius: 8px;
}

.jobdt-company-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ul_header {
    list-style: none;
    padding: 11px 34px;
    background: #f9f9f9;
    border: 0.5px solid #009bff;
    border-radius: 8px;
    width: 336px;
    box-shadow: 6px 6px 16px 0 #00000045;
}

.ul_header i {
    color: #009bff !important;
}

.ul_header h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #5b5b5b;
}

.jobdt-social-facebook {
    width: 100%;
    background: #ffffff;
    border: 2px solid #009bff;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 12px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #009bff;
}

.jobdt-social-facebook i {
    margin-left: 5px;
}

.jobdt-form-apply {
    width: 336px;
    display: flex;
    flex-direction: column;
    gap: 24px 0;
}

.jobdt-skill-box{
    display: flex;
    gap: 0 10px;
}

.jobdt-list-skill {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    gap: 10px 10px;
    flex-wrap: wrap;
}

.jobdt-list-skill a {
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
    background: #397ab0;
    border-radius: 60px;
    text-align: center;
    padding: 5px 35px;
    width: fit-content;
}

.jobdt-list-category{
    height: fit-content;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
    background: #FFA426;
    border-radius: 60px;
    text-align: center;
    padding: 5px 35px;
    width: fit-content;
}


.single-job-post:hover {
    box-shadow: 6px 6px 14px 0 #00000042;
}


/* //////////////////////////////////////////////////////////////////////////////////////////// */


/* ///////////////////////////////////////FOOTER PAGE/////////////////////////////////////////// */


/* ////////////////////////////////////////////////////////////////////////////////////////// */

.site-footer {
    background-image: url("../../images/background/footer-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: auto;
    margin: auto auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 58px;
    margin-bottom: 0;
}

.footer-container {
    padding: 0 15px;
    display: grid;
    grid-template-columns: 3fr 1fr 2fr;
    gap: 0 60px;
    margin-bottom: 97px;
}

.footer-heading {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    padding-bottom: 12px;
    border-bottom: 2px solid white;
    width: 100%;
    margin-bottom: 24px;
}

.footer-content {
    overflow: hidden;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

.footer-desc {
    display: flex;
    flex-direction: column;
}

.footer-info {
    display: flex;
}

.footer-social {
    margin-top: 51px;
    font-size: 48px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.footer-link {
    color: white !important;
    cursor: pointer;
    margin-bottom:12px;
}


.footer-cr {
    background-color: #004175;
    padding: 14px 0;
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}

@media screen and (max-width: 1200px) {
    .menu {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: white;
        width: 500px;
        z-index: 99;
        border-left: 1px solid #d7d7d7;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        transform: translateX(100%);
        will-change: transform;
        transition: all 0.2s linear;
        text-align: center;
        padding: 0 24px;
    }
    .menu-item{
        margin-bottom:24px;
    }
    .menu-nav-header {
        align-items: center;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 18px 0;
        border-bottom: 1px solid #d7d7d7;
    }
    .menu-nav-header img {
        width: 167px;
        object-fit: contain;
    }
    .is-show {
        transform: translateX(0%) !important;
    }
    .menu-toggle {
        display: inline-flex;
    }
    .footer-heading {
        font-size: 20px;
    }
    .blog-container {
        display: flex;
        flex-direction: column;
        margin-bottom:48px;
    }
}

@media screen and (max-width: 1023px) {
    .footer-container {
        display: flex;
        flex-direction: column;
    }
    .footer-image {
        min-height: 300px;
    }
    .jobdt-container {
        display: flex;
        flex-direction: column;
        gap: 48px 0;
        align-items: center;
    }
    .jobdt-form-apply {
        width: 100%;
    }
    .ul_header {
        width: 100%;
    }
    .blog-item {
        display: flex;
        flex-direction: column;
    }
    .blog-thumbnail {
        width: 100%;
    }
    .blogdt-container {
        flex-direction: column;
        gap: 48px 0;
    }
}

@media screen and (min-width: 768px) {
    .search-checkbox {
        padding-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .hero-nav {
        display: inline-flex;
    }
    .hero-search-mobile {
        display: inline-flex !important;
    }
    .hero-banner {
        height: 350px !important;
    }
    .contact-banner {
        height: 350px !important;
    }
    .about-banner {
        height: 350px !important;
    }
    .blog-banner {
        height: 350px !important;
    }
    .blogdt-banner {
        height: 350px !important;
    }
    
    .search-mobile {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: white;
        width: 100%;
        height: 100%;
        z-index: 1001;
        border-left: 1px solid #d7d7d7;
        flex-direction: column;
        gap: 24px 0;
        justify-content: flex-start;
        align-items: center;
        transform: translateX(100%);
        will-change: transform;
        transition: all 0.2s linear;
        text-align: center;
        padding: 0 24px 34px;
        background-image: linear-gradient(262.52deg, #009bff 5.04%, #0167ff 95.57%);
        overflow-y: scroll;
    }
    .search-header {
        display: inline-flex;
    }
    .is-show {
        transform: translateX(0%) !important;
    }
    .hero-button-search {
        font-size: 12px !important;
    }
    .hero-form {
        flex-wrap: wrap;
        background-color: transparent;
        gap: 24px 10px;
    }
    .search-dad {
        background-color: white;
        border-radius: 4px;
        padding: 5px;
    }
    .search-checkbox {
        padding-top: 220px !important;
    }
    .search-categories {
        width: 45%;
    }
    .search-location {
        width: 45%;
    }
    .search-categories-heading {
        display: inline-flex;
    }
    .search-location-heading {
        display: inline-flex;
    }
    .dropdown-toggle {
        background-color: white;
        border-radius: 4px !important;
        padding: 10px 0 !important;
        color: #5b5b5b !important;
        font-size: 10px !important;
        width: 100%;
        height: 40px !important;
        font-size: 12px !important;
        font-style: italic;
    }
    .skill-title {
        color: white;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        text-align: left;
        margin-top: 24px;
        padding-bottom: 8px;
        border-bottom: 1px solid white;
    }
    .toggle-checkbox {
        margin: 12px 12px 0 0 !important;
    }
    .button-search-mobile {
        display: flex;
        margin-top: 48px;
        width: 100%;
        color: #009bff;
        font-weight: 700;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        padding: 12px 0;
        border-radius: 8px;
        justify-content: center;
    }
    /* //PAGE JOB APPLY// */
    .form-group-box {
        display: flex;
        flex-direction: column;
    }
    .form-item-phone {
        max-width: 100%;
    }
    .form-item-email {
        max-width: 100%;
    }
    .form-item-dob {
        max-width: 100%;
    }
    .form-item-gender {
        max-width: 100%;
    }
    .form-item-facebook {
        max-width: 100%;
    }
    .form-item-linkedin {
        max-width: 100%;
    }
    .form-item {
        width: 100%;
    }
}

@media screen and (max-width: 599px) {
    .header-logo {
        width: 200px;
    }
    .menu {
        width: 100%;
        height: 100%;
    }
    #search-keywords {
        font-size: 12px;
    }
    .hero-button-search {
        font-size: 12px !important;
    }
    .jobdt-company-logo {
        height: 250px;
    }
    .blog-thumbnail {
        height: 200px;
    }
    .blog-info {
        padding: 5px 8px;
        align-items: center;
    }
    .blog-category {
        padding: 10px 10px;
        width: 100%;
    }
    .blog-info-heading a {
        font-size: 18px;
    }
    .blog-info-title {
        display: none;
    }
    .blog-info-type {
        font-size: 14px;
        display: inline-flex;
    }
    .blog-info-time {
        font-size: 14px;
    }
    .blog-info-desc {
        padding: 0 10px;
        position: absolute;
        transform: translateY(-35px);
    }
    .blogdt-img {
        height: 300px;
    }
    .blogdt-title h2 {
        font-size: 25px;
    }

    .blogdt-banner h1{
        font-size:25px ;
    }
    
    .jobdt-skill-box{
        flex-direction: column;
        gap: 10px 0;
    }
}