:root {
    
}

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

.px-110 {
    padding-left: 70px;
    padding-right: 70px;
}

body {
    font-family: "Inter";
}

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

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

.brand2 {
    color: #123060 !important;
}

.banner {
    height: 506px;
    /* height: 79vh; */
    background-image: url('/eportal-sct-hcm-qlkhoadaotao-portlet/img/Group12.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chuluc-content .banner {
	position: relative;
    display: flex;
    justify-content: end;
    align-items: center;
    background-position: center;
    background-image: url(/eportal-sct-hcm-qlkhoadaotao-portlet/img/chuluc-bg-web.png);
}

.banner-image {
    /* width: 50% !important;
    height: 480px;
    padding-right: 25px; */
    width: 35% !important;
    height: 480px;
    padding-right: 25px;
    display: none;
}

.search {
    /* width: 580px; */
    /* width: 540px; */
    width: 40%;
    /* margin-left: 450px; */
    position: absolute;
    /* left: 60%; */
    left: 54%;
    top: 9%; /* anh Hung 20241119 */
    top: 12%; /* chi Thuy 20241119 */
}

.form-search {
    background: rgba(255, 255, 255, 0.2);
    /* padding: 25px; */
    padding: 25px 25px 30px 25px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 1;
}

.form-title {
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 0 94px;
}

.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: 6px; /* anh Hung 20241119 */
    row-gap: 10px; /* chi Thuy 20241119 */
}

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

.cards {
    margin-top: 20px;
}

.cards-header__title {
    font-family: "Inter";
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    text-transform: uppercase;
    color: #123060;
    min-height: 60px;
    position: relative;
}

.cards-header__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 2px solid #1C98D8;
    width: 71px;
}

.grid-card {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
	padding-right: 55px;	
    padding-left: 55px;
}

.card {
    box-shadow: -10px 10px 20px 0px #00000014;
    background-color: #F5F6FB;
    border-radius: 8px;
    border: 1px;
}

.card-sticky {
    width: 20px;
    position: absolute;
}

.card-img {
    width: 100%;
    height: 187px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card-info {
    padding: 12px;
}

.card-title {
    font-family: "Inter";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #454545;
    position: relative;
    height: 31px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-title::after {
    content: "";
    position: absolute;
    /* bottom: -4px; */
    bottom: -1px;
    left: 0;
    border: 1px solid #E8E8E8;
    width: 100%;
}

.card-description {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #454545;
    height: 77px;
    padding-top: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: uppercase;
}

.card-detail {
    font-family: "Inter";
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.001em;
    text-align: right;
    color: #1C98D8;
    margin-top: 8px;
}

.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;
}



.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%;
}
.aui .btn {
    line-height: 2.46;
}
.aui .btn:active, .aui .btn:hover, .aui .btn:focus, .aui .btn:focus-visible {
    background-color: #fff !important;
    outline: none !important;
}
.custom-DNCL .bs-caret {
    display: none !important;
}
.custom-select {
    position: relative;
    display: inline-block;
    appearance: none;
}
.form-group {
    margin-bottom: 0;
}
.form-control-feedback {
    top: 40px !important;
    width: 24px !important;
    height: 24px !important;
    right: 6px !important;
}
.bootstrap-select>.dropdown-toggle{
    border: none;
    padding-left: 10px;
}

.has-feedback .custom-select  {
    padding-right: 25px !important;
}

.has-feedback .custom-select-DNCL {
    padding-right: 0 !important;
}

.custom-SPCNCL-select{
    padding-right: 25px !important;
}

/* responsive */


/* Desktop */
@media (min-width: 1025px) {
    .banner {
        /* background-size: 100% 100%; */
        height: 39.4vw;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
	.px-110 {
	    padding-left: 35px;
	    padding-right: 35px;
	}
	.grid-card {
        padding-left: 25px;
	    padding-right: 25px;
	}
	.custom-card-cltn {
		padding-left: 10px !important;
	    padding-right: 10px !important;
	}
    .chuluc-content .banner {
        background-position: left;
        background-image: url(/eportal-sct-hcm-qlkhoadaotao-portlet/img/chuluc-bg-tablet.png);
        padding-right: 35px;
    }
    .search {
        /* width: 500px; */
        width: 49%;
        left: 47%;
        top: 8%;
    }
    .form-search {
        padding: 20px 10px 20px 10px;
    }
}

/* Mobile & Tablet */
@media (max-width: 992px) { 
    
}
/* Tablet */
@media (min-width: 768px) and (max-width: 992px) {
    .banner {
        height: 434px;
    }
    
    /* .header-image {
        width: 215px;
        height: 120px;
    } */

    .banner-image {
        width: 45% !important;
        height: 289.24px;
        padding-right: 40px;
    }

    /* .search {
        width: 433px;
        width: 56%;
    } */

    .form-title { 
        font-size: 16px;
        padding: 0px 60px;
    }

    .form-group {
        width: 49%;
    }

    .cards-header__title {
        font-size: 28px;
        line-height: 40px;
        /* min-height: 53px; */
    }

    .form-search {
        padding: 20px 10px;
    }

    .aui .btn {
        line-height: 1.8;
        font-size: 14px;
    }
    
    .custom-DNCL {
        display: flex !important;
        align-items: center !important;
    }
}
/* Mobile */
@media (max-width: 767px) {
    .px-110 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .chuluc-content .banner {
        background-size: 100% 100%;
        height: 700px;
        flex-direction: column;
        justify-content: center;
        background-position: top;
        background-image: url(/eportal-sct-hcm-qlkhoadaotao-portlet/img/chuluc-bg-mobile.png);
        height: 770px;
    }
    
    .custom-card-cltn {
		padding-left: 5px !important;
	    padding-right: 5px !important;
	}

    .banner-image {
        /* width: 50% !important; */
        width: 45% !important;
        height: 348.55px;
    }

    .search {
        width: 100%;
        /* padding: 10px; */
        padding: 3px;
        height: auto;
        margin-top: 159px;
        margin-bottom: 25px;
        width: 90%;
	    left: 5%;
	    top: 8%;
    }

    .form-title {
        font-size: 20px;
        padding: 0;
    }

    .form-search {
        padding: 20px 25px 10px 25px;
    }

    .form-line {
        flex-wrap: wrap;
    }

    .form-group {
        width: 100%;
    }

    .grid-card {
		padding-left: 5px;
	    padding-right: 5px;
    }

    .cards-header__title {
        font-size: 24px;
        line-height: 36px;
        min-height: 85px;
    }

    .card-img {
        height: 120px;
    }

    .card-info {
        padding: 8px;
    }

    .card-description {
        font-size: 14px;
        line-height: 20px;
        height: 67px;
    }

    .card-title {
        /* height: 48px; */
        height: 31px;
    }

    .card-detail {
        padding-right: 10px;
    }
    
    .btn.dropdown-toggle.btn-default.bs-placeholder {
	    margin-top: 0px;
        background-color: unset;
        height: 48px;
        padding: 10px;
        font-size: inherit;
	}

	.aui .btn {
	    line-height: 1.8;
        margin-top: 0px;
	}
	.card-name {
        padding: 0 10px;
        font-size: 14px;
        height: 50px !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    
    .banner>img {
        width: 428px;
        height: 166px;
        margin-top: 16px;
        object-fit: cover;
    }
}