.select2-container--default .select2-selection--single {
    -webkit-box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.1);
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
    background-color: #e1dcdc;
    height: 60px;
    background-position: right;
    background-size: 35px;
    /* padding: 2% 10%; */
    border-radius: 0 8px 8px 0 !important;
    border: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #5D95EE;
    border: 1px solid #4C4C4D;
    padding: 1px 12px 2px;
    margin-top: 1.5%;
    font-size: 16px;
    line-height: 21px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    color: #E8E8E8;
    font-size: 16px;
    line-height: 21px;
}

.select2-selection--custom {
    background-color: #2B2B2B !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 10px;
}

.form-control {
    background-color: #E8E8E8 !important;
    height: 60px;
    color: #1E1E1E !important;
    border-radius: 8px;
    border: none !important;
}

.btn-search {
    height: 60px;
    width: 170px;
    font-family: Sarabun;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height */
    /* Headline text */
    color: #E8E8E8;
}

.company-list {
    background-color: #383839;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    padding-left: 3%;
    border-radius: 8px;
    position: relative;
    margin-top: 4%;
    margin-bottom: 4%;
}

h1 {
    font-family: Sarabun;
    font-style: normal;
    font-weight: 800;
    font-size: 44px;
    line-height: 40px;
    /* Headline text */
    color: #E8E8E8;
}

h2 {
    font-family: Sarabun;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 170%;
    margin-top: 8px;
}

.latest-text {
    font-family: Sarabun;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 47px;
    /* identical to box height */
    /* Headline text */
    color: #E8E8E8;
}

.latest-text.top-jobs {
    color: #ffc866;
}

.btn-info {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 0.7%;
}

.wrapper {
    background-repeat: no-repeat;
    background-size: cover !important;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(30 30 30)), url("/_tpl/default/img/background-index.jpg");
}

#landing_title {
    border-radius: 8px 0 0 8px;
    margin-left: -1px;
    border-right-color: #cbcbcb !important;
    border-right-style: solid !important;
    position: inherit;
}

#landing_title[type=text] {
    padding-left: 50px;
    padding-bottom: 10px;
}

img.icon-search {
    position: absolute;
    padding-top: 18px;
    padding-left: 10px;
}

img.icon-location {
    position: absolute;
    margin-top: 18px;
    margin-left: 10px;
}

#landing_location {
    border-radius: 0 0 0 0;
}

.navbar-dark {
    border-color: transparent !important;
}

.tag-text {
    background-color: #4c4c4d;
    color: #c5c5c5;
    border-radius: 4px;
    margin: 0.5%;
    padding: 0.5%;
}

.tag-text:hover {
    color: white !important;
    background: #5D95EE;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 10px;
    padding-left: 36px;
}

.select2-container {
    width: 220px !important;
    position: inherit;
}

.text-resumes {
    display: flex;
    margin-left: -10px;
    margin-top: 6px;
}

.text-resumes b {
    color: white;
}

.text-resumes h3 {
    font-size: 14px;
    margin-top: 13px;
    color: #ababab;
}

.text-resumes h3:nth-child(2) {
    font-size: 14px;
    margin-top: 15px;
    margin-left: 14px;
}

.row.carrousel {
    justify-content: center;
}

.img-hover-zoom {
    overflow: hidden;
}

.img-hover-zoom img {
    transition: transform .5s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.5);
}

.card-title {
    font-size: 0.78rem;
}

.btn.btn-previous,
.btn.btn-next {
    background: #2B2B2B;
    border-radius: 8px;
}

.btn.btn-previous:hover,
.btn.btn-next:hover {
    background: #1E75FF;
}

.icon-next {
    transform: rotate(180deg);
}

.icon-prev,
.icon-next {
    margin-bottom: 3px;
}

.categories-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-previous {
    margin-right: 12px;
}

.card.card-browse-jobs {
    border-radius: 10px;
    margin-top: 120px;
    margin-bottom: 100px;
}

.card-browse-jobs img {
    height: 239px;
    width: 267px;
    margin-left: auto;
}

.card-browse-jobs .card-body {
    display: flex;
    padding: 2.25rem;
}

.card-browse-jobs .card-body .card-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card-browse-jobs .card-body .card-text h5 {
    font-size: 2.25rem;
    text-align: initial;
    font-weight: 800;
}

.btn-browse-jobs {
    margin-top: 30px;
    background-color: #1E75FF;
    width: 166px;
    height: 56px;
    padding: 16px;
    font-size: medium;
    border-radius: 8px;
    font-weight: 600;
    border: #1E75FF;
    color: white;
}

.btn-browse-jobs:hover {
    color: white;
    background-color: #5D95EE;
}

.icon-active-browser-navbar {
    display: none;
}

.icon-active-about-navbar {
    display: none;
}

.title-top-jobs {
    display: flex;
    align-items: center;
}

.icon-top {
    height: 33px;
    margin-right: 5px;
}

.img-responsive {
    margin-left: -15px;
}

@media (min-width: 1393.5px) {
    .row.titles {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 425.98px) {
    .wrapper {
        background-image: url("/_tpl/default/img/background-index-mobile.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }
    .header-content {
        padding: 5% !important;
    }
    #t1 {
        margin-right: -0.5rem;
    }
    .t2 {
        text-align: center;
        font-size: 30px;
    }
    .t3 {
        text-align: center;
    }
    .select2-container {
        width: auto !important;
        position: inherit;
    }
    .select2 .select2-container .select2-container--default {
        width: auto;
    }
    .input-group:not(.has-validation)>.form-control:not(:last-child) {
        border-bottom-left-radius: 0;
        border-top-right-radius: 8px;
    }
    .select2-container--default .select2-selection--single {
        border-radius: 0px !important;
        border-bottom-left-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
        margin-left: -1px;
        margin-right: 1px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 55px;
        right: 1px;
        width: 24px;
    }
    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-top: 10px;
        padding-left: 36px;
    }
    .btn-search {
        margin-top: 26px;
        /*margin-left: 34px;*/
        margin-left: -1rem;
        margin-bottom: 3rem;
        width: 109%;
        border-radius: 8px;
    }
    .btn-info {
        /*padding-right: 18%;*/
        padding-top: 5px;
    }
    .carr_img {
        margin: 1rem 0rem;
    }
    .tag-text {
        background-color: #4c4c4d;
        color: #c5c5c5;
        border-radius: 4px;
        margin: 2%;
        padding: 2%;
        text-align: left;
    }
    .searches {
        padding: 5%;
    }
    .row.titles {
        margin-top: 35px;
        display: flex;
        justify-content: center;
        margin-right: 20px;
    }
    #landing_title {
        border-radius: 8px 8px 0 0;
        margin-left: -1px;
        border: none !important;
        position: inherit;
    }
    #landing_title[type=text] {
        padding-left: 50px;
    }
    #landing_location {
        border-radius: 0 0 8px 8px;
    }
    #form2 {
        display: flex;
        flex-direction: column;
        margin-left: 0px;
    }
    img.icon-search {
        background-color: #e8e8e800 !important;
        border-color: #e8e8e800 !important;
        border-style: double;
        position: absolute;
        padding-left: 8px !important;
        padding-top: 16px;
    }
    img.icon-location {
        background-color: #e8e8e800 !important;
        border-color: #e8e8e800 !important;
        border-style: double;
        position: absolute;
        margin-top: 15px;
        margin-left: 8px;
    }
    .btn.btn-info.btn-search {
        margin-left: 0px;
        width: inherit;
        background: #1E75FF;
        border-color: #1E75FF;
        height: 45px;
    }
    .text-resumes {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: -25px;
        margin-bottom: 70px;
        margin-left: 3px;
    }
    .text-resumes h3 {
        margin-top: 0px;
        font-size: 16px;
    }
    .text-resumes h3:nth-child(2) {
        margin-top: 15px;
        margin-left: 0px;
        font-size: 16px;
    }
    .navbar-toggler.order-1 {
        border: none !important;
    }
}

@media (min-width:767px) {
    .car-mobile {
        display: none;
    }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.carousel-control-prev {
    display: none;
}

.carousel-control-next {
    display: none;
}