
.title-page {
    color: var(--color-main);
    font-weight: bold;
}

.item-create4s {
    padding: 1.5rem;
    font-size: 1.6rem;
    height: auto;
    overflow: hidden;
}

.create4s--tile {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.item-create4s .number {
    font-size: calc(3rem + 1vw);
    font-weight: bold;
}

.item-create4s:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -40px;
    transform: skewX(45deg);
    background: linear-gradient(90deg, #0D5DD6 0%, #9747FF 100%);
    z-index: -1;
    transition: all 1s;
}

.item-create4s:hover::before {
    width: 160%;
}

.item-ads {
    text-align: center;
    background: #F5F8FB;
    padding: 3rem;
}

.item-ads .image img {
    width: 100%;
    height: auto;
}

.item-suggest {
    font-size: 1.6rem;
    transition: all .3s ease-out;
}

.item-suggest:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.item-suggest ul {
    list-style: none;
    padding: 0;
}

.item-suggest ul li i {
    color: green;
}

.bg-container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 3rem 0;
}

.html1-agency {
    padding: 13vw 0;
    font-size: 2rem;
}

.html1-agency h2 {
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.item-swich {
    font-size: 1.8rem;
}

.title-cooperate {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 3rem;
}

.table-shadow {
    position: relative;
    margin-bottom: 35px;
    overflow: auto;
}

.table-shadow table {
    border-radius: 10px;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .41);
    position: relative;
    z-index: 3;
    background: #fff;
    width: 100%;
    color: #212529;
    overflow: hidden;
}

.table-shadow table tr th, .table-shadow table tr td {
    font-size: 16px;
    font-weight: 500;
    color: black;
    padding: 10px 18px;
    border: 1px solid #d4d4d4;
    position: relative;
}

.table-shadow table tr td:first-child, .table-shadow table tr th:first-child {
    border-left: none;
    padding-right: 45px;
    font-weight: 600;
}

.html3-agency {
    font-size: 2rem;
}

.heading-cooperate {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.html3-agency h3 {
    font-size: 4.5rem;
    font-weight: bold;
    text-shadow: 0 4px 0 rgba(0, 0, 0, .13);
    text-transform: uppercase;
    padding: 3rem 0;
}

.html3-agency h3 strong {
    font-size: 8rem;
    color: #fff225;
    vertical-align: middle;
    display: inline-block;
}

.html3-agency img.bg-title {
    position: absolute;
    top: 13rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9;
}

.item-step-agency {
    text-align: center;
}

.item-step-agency img {
    height: 13rem;
    object-fit: contain;
    aspect-ratio: 1/1;
}

.step-agency--tile {
    font-size: 24px;
    color: #252525;
    font-weight: bold;
    margin: 1rem 0;
}

.agency2--tile {
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.item-agency3 {
    font-size: 1.8rem;
}

::-webkit-file-upload-button {
   display: none;
}

::file-selector-button {
  display: none;
}

.job-position {
    display: flex;
    font-size: 1.7rem;
    font-weight: bold;
}

.job-position input {
    border: 0;
    width: calc(100% - 15rem);
    background: none;
}

.job-position span {
    margin-right: .5rem;
}

.form-recruitment {
    background: var(--color-main);
    padding: 3rem;
    border-radius: 1rem;
    color: white;
}

.job-position input:disabled {
  color: white;
  font-weight: bold;
}

.form-recruitment .input-group-text {
    background: white;
    color: var(--color-main);
}

.form-recruitment .btn-submit {
    background-color: var(--color-highlight);
    border: 1px solid var(--color-highlight);
}

/*--------------------------------------------------------------------------
|  Modal dang ky dung thu
--------------------------------------------------------------------------*/
#registertrial-daily  {
    background: #0D5DD6;
    background: -moz-linear-gradient(left, #0D5DD6 42.8%, #E6EAF3 42.8%);
    background: -webkit-linear-gradient(left, #0D5DD6 42.8%, #E6EAF3 42.8%);
    background: linear-gradient(to right, #0D5DD6 42.8%, #E6EAF3 42.8%);
    padding: 0 !important;
}

#registertrial-daily .modal-dialog {
    max-width: 1170px;
}

#registertrial-daily button.close {
    position: absolute;
    right: 0;
    top: -30px;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    z-index: 1;
}

#registertrial-daily button.close span {
    font-size: 2.5rem;
    width: 25px;
    height: 25px;
    border: 1px solid;
    border-radius: 100%;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#registertrial-daily .modal-content {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0px 0px 36px rgba(0, 58.78, 147.69, 0.25);
}

.html1-FAQ {
    padding: 10vw 0;
    position: relative;
}

.html1-FAQ:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 26, 35, .8);
    z-index: 1;
}

.html1-FAQ-info {
    z-index: 2;
    color: white;
}

.html1-pay-info {
    font-size: 2rem;
    color: white;
}

.html1-pay-info h1 {
    font-size: 3rem;
}

.html1-pay-info h1 > b {
    font-size: 5rem;
}

.section-payment {
    position: relative;
}

.section-payment:before, .section-payment:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: var(
    --color-main);
    z-index: -1;
}

.section-payment:before {
    left: calc(-30rem + 2vw);
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
}

.section-payment:after {
    right: calc(-77rem + 2vw);
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
}

.html2-pay-info .h3 {
    color: var(--color-main);
}

.html2-pay-info .h3 > b {
    font-size: 3.5rem;
}

.item-pay {
    background-color: #edf6ff;
    padding: 1.5rem;
    border-radius: 1rem;
}

.item-pay-qr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.image-qr img {
    max-height: 25rem;
}

.item-pay-qr span {
    background: var(--color-main);
    color: white;
    padding: 1rem;
    font-size: 2rem;
    margin-right: 2rem;
    border-radius: 1rem;
}

.bg-payment {
    background: #edf6ff;
}

.bg-reg-themes {
    background: #0D5DD6;
    background: -moz-linear-gradient(left, #0D5DD6 42.8%, #E6EAF3 42.8%);
    background: -webkit-linear-gradient(left, #0D5DD6 42.8%, #E6EAF3 42.8%);
    background: linear-gradient(to right, #0D5DD6 42.8%, #E6EAF3 42.8%);
    padding: 0 !important;
}

.why-cooperate--tile {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.search-recruitment {
    font-size: 2rem;
    text-align: left;
    background: rgb(255 255 255 / 50%);
    padding: 2rem 3rem;
    border-radius: 1.5rem;
    text-transform: capitalize;
}

.search-recruitment .form-select {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.7rem + 2px);
    padding: 0.85rem 1.25rem;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f5f5f5;
}

.recruitment-title a {
    font-size: 1.7rem;
    font-weight: bold;
    color: black;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.recruitment-item img {
    height: 6.4rem;
    width: 6.4rem;
    object-fit: cover;
    margin: 0 auto;
}

.recruitment-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.item-recruitment {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.item-recruitment i {
    display: flex;
    height: 5.2rem;
    width: 5.2rem;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
    background: #0D5DD6;
    background: -moz-linear-gradient(top, #0D5DD6 0%, #9747FF 100%);
    background: -webkit-linear-gradient(top, #0D5DD6 0%, #9747FF 100%);
    background: linear-gradient(to bottom, #0D5DD6 0%, #9747FF 100%);
    color: white;
    border-radius: 100%;
    font-size: 2.5rem;
}

.text-recruitment {
    display: flex;
    flex-direction: column;
}
.recruitment-detail .deadline b {
    display: inline-flex;
    align-items: center;
}

.recruitment-detail .deadline b svg {
    margin-right: 5px;
}
.recruitment-detail .deadline {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
}

.ssl-slider-main img {
    width: 6rem;
    object-fit: contain;
    margin-bottom: 2rem;
}

.ssl-slider-item {
    text-align: center;
}

.ssl-slide--tile {
    font-weight: bold;
}

.title-ssl {
    font-weight: bold;
}

.ssl--title {
    font-weight: bold;
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (max-width: 500px) {
    .bg-reg-themes {
        background: #0D5DD6;
        background: -moz-linear-gradient(top, #0D5DD6 39%, #E6EAF3 39%);
        background: -webkit-linear-gradient(top, #0D5DD6 39%, #E6EAF3 39%);
        background: linear-gradient(to bottom, #0D5DD6 39%, #E6EAF3 39%);
    }
}

@supports (position: sticky) {
    .sticky-top {
        top: 9rem;
    }
}




/*css by thaitm*/
[nh-click-chat] {
    display: none;
}

.flex-basis-100 {
    flex-basis: 100% !important;
    max-width: 100% !important;
}
/*css by thaitm*/

