:root {
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inter";
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

.brand1 {
    color: #1C98D8 !important;
}

.brand2 {
    color: #123060 !important;
}

.banner {
    /* height: 78vh; */
    /* background: linear-gradient(102.68deg, #002584 5.25%, #2488C0 97.54%); */
    background-image: url("/eportal-sct-hcm-qlkhoadaotao-portlet/img/daotao-bg-web.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    padding: 38px 0;
}
.banner-left {
    display: flex;
    align-items: center;
    height: 460px;
    overflow: hidden;
}
/* .banner-image {
    max-width: 100%;
    height: auto;
} */
.banner-image {
    opacity: 0;
}

.search {
    width: 100%;
    padding-right: 110px;
    padding-left: 25px;
}

.form-search {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    border-radius: 15px;
}

.form-group {
    margin-bottom: 0;
    width: 47%;
}

.form-group>label {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #fff;
}

.form-body {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.form-line {
    display: flex;
    justify-content: space-between;
}

.form-footer {
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
}

.nav-tabs {
    border-top: none;
    background: rgba(130, 138, 158, 0.3);
    height: 90px;
    list-style: none;
    background: rgba(0, 37, 132, 0.8);
}

.nav-tabs>li {
    width: 200px;
    height: 90px;
    position: relative;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #005ED3 !important;
}
.nav-tabs>li>a:hover{
    color:  #fff;
}

.nav-tabs>li>a {
    font-family: "Inter";
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 90px;
    align-items: center;
    justify-content: center;
    color: #fff;
    row-gap: 10px;
}

.nav-tabs>li.active::after {
    display: none;
}

.nav-tabs>li::after {
    content: "";
    position: absolute;
    /* right: 0; */
    right: -2px;
    top: 25px;
    height: 40px;
    width: 1px;
    border: 1px solid #D2D6E466;
}

.nav-tabs>li>a>i {
    font-size: 32px;
}

.tab-content {
    margin-top: 20px;
}

.grid-training {
    display: flex;
    flex-wrap: wrap;
    /* row-gap: 24px; */
    row-gap: 18px;
}

.training-item {
    display: flex;
    align-items: center;
    column-gap: 5px;
    /* height: 128px; */
    height: 180px;
    position: relative;
}

.training-item::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    border: 1px solid #D1D4E0;
    left: 0;
    bottom: 0;
}

.training-item-date {
    width: 70px;
}

.training-item-day {
    font-family: "Inter";
    font-size: 28px;
    font-weight: 800;
    line-height: 40px;
    text-align: left;
    color: #273266;
}

.training-item-month {
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #636B90;
}

.training-item-img {
    width: 108px;
    height: 108px;
    border-radius: 4px;
}

.training-item-info {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    width: 342px;
    padding-left: 10px;
}

.training-item-name {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #273266;
    max-height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.training-item-price {
    font-family: "Inter";
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #1C98D8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

 .training-item-description {
    display: flex;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #636B90;
    column-gap: 2px;
    margin-bottom: 5px;
}

.training-item-trainer {
    display: flex;
    column-gap: 8px;
    align-items: center;
}
.training-item-trainer .avatar {
    flex-shrink: 0;
}
.training-item-trainer .username {
    font-size: 14px;
    color: #636B90;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.pagination {
    margin-top: 30px !important;
    display: flex !important;
    justify-content: center;
    column-gap: 10px;
    align-items: center;
}
.pagination-prev, .pagination-next {
    width: 24px;
    height: 24px;
    border: 0;
    background-color: transparent;
    color: #C4CAD5;
    padding: 4px;
}
.pagination-btn.active {
    color: #fff;
    background-color: #1C98D8;;
}

.pagination-btn {
    width: 28px;
    height: 28px;
    padding: 4px;
    border-radius: 8px;
    border: 1px solid #DDDFE3;
    font-family: "Inter";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: #123060;
}

.business-header {
    font-family: "Inter";
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: #123060;
    position: relative;
    padding-bottom: 10px;
}

.business-header::after {
    content: "";
    position: absolute;
    border-radius: 4px;
    border: 2px solid #1C98D8;
    width: 6%;
    bottom: 0;
    left: 47%;
}

.carousel-bussiness {
    margin-top: 50px;
    display: flex;
    overflow: hidden;
    column-gap: 16px;
}

.card-bussiness {
    width: 160px;
    height: 82px;
    border-radius: 12px;
    border: 1px solid var(--Neutral-100, #E1E1EA);
    align-content: center;
    /* animation: moveRight 6s linear infinite; */
}

@keyframes moveRight {
    0% {
        transform: translateX(100%);
        /* Bắt đầu từ vị trí ngoài cùng bên trái */
    }

    100% {
        transform: translateX(-100%);
        /* Kết thúc ở vị trí ngoài cùng bên phải */
    }
}

.card-bussiness>img {
    width: 100%;
}

.training-item-place{
	height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 1; */
    -webkit-line-clamp: 3;
}
.aui .form-control, .aui input[type="text"] {
    height: 48px;
    color: #333;
}
.aui .form-control::placeholder {
    color: #333;
}
.aui .form-control-feedback {
    top: 36px	
}
#ulTab li svg path {
	stroke: #fff;
}
#ulTab li.active svg path {
    stroke: #005ED3;
}
.tabs-tranning a:hover svg path {
    stroke: blue !important;
}
.ds-daotao .banner.row .form-control,
.ds-daotao .banner.row .form-control::placeholder {
    color: #6C7093;
}
.training-item-quantity {
    height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    min-width: 105px;
}
.training-item-time {
    height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    min-width: 125px;
}
.ds-daotao .avatar {
    width: 22px;
    height: 22px;
}