:root {
    
}

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

body {
    font-family: "Inter";
}
.custom-search-select {
    height: 44px !important;
}
.bootstrap-select>.dropdown-toggle {
    border: none;
}
.aui .btn {
    line-height: 2.1;
}
.aui .btn:active, .aui .btn:hover, .aui .btn:focus, .aui .btn:focus-visible {
    background-color: #fff !important;
    outline: none !important;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}

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

.brand2 {
    color: #123060 !important;
}

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

.banner {
    height: 506px;
    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: flex-end;
    align-items: center;
}

.banner-image {
    width: 50% !important;
    height: 480px;
    padding-right: 25px;
}

.search {
    width: 435px;
    padding: 25px 0 35px 45px;
    width: 30%;
    position: absolute;
    left: 65%;
    z-index: 1;
}

.form-search {
    background: rgba(255, 255, 255, 0.2);
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

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

.form-group {
    margin-bottom: 0;
}

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

.background-banner-image{
	background-image: url('/eportal-sct-hcm-qlkhoadaotao-portlet/img/tieubieu-bg-web.png');
	height: 40vw;
	justify-content: end;
}

.cards {
    margin-top: 20px;
}

.col-md-3-custom-even{
	width: 100% !important;
	padding-left: 30px !important;
	padding-right: 0px !important;
}

.col-md-3-custom-odd{
	width: 100% !important;
	padding-left: 30px !important;
	padding-right: 0px !important;
}

.cards-header__title {
    font-family: "Inter";
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    text-transform: uppercase;
    color: #123060;
    /*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: grid !important;
    flex-wrap: wrap;
    row-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    margin-left: -30px !important;
}

.grid-products::before {
    display: none !important;
}

.card {
    width: 100%;
    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: 33px;
}

.card-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    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;
}

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

.has-feedback .custom-select  {
    padding-right: 0px !important;
}
.custom-select {
    position: relative;
    display: inline-block;
    appearance: none;
    height: 44px !important;
}
.form-control-feedback {
    top: 40px !important;
    width: 24px !important;
    height: 24px !important;
    right: 6px !important;
}

.form-select-search-control-feedback {
    top: 38px !important;;
}

/* Mobile */
@media (max-width: 767px) {
    .banner {
        height: auto;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 50px;
    }

    .banner-image {
        width: 100% !important;
        height: 200px;
        padding-right: 0;
        display: none;
    }
    
    .px-110 {
	    padding-left: 10px !important;
	    padding-right: 10px !important;
	}

    .search {
        width: 100%;
        padding: 10px;
        height: auto;
        position: static;
    }

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

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

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

    .form-group {
        width: 100%;
    }

    .grid-card {
    	display: grid !important;
        row-gap: 10px !important;
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
        margin-left: -10px !important;
    }
    
     .col-md-3-custom-even{
		width: 100% !important;
		padding-left: 10px !important;
		padding-right: 0px !important;
	}
	
	.col-md-3-custom-odd{
		width: 100% !important;
		padding-left: 10px !important;
		padding-right: 0px !important;
	}

    .cards-header__title {
        font-size: 18px;
        line-height: 36px;
        min-height: 80px;
    }

    .card {
        width: 100%;
    }

    .card-img {
        height: 120px;
    }

    .card-info {
        padding: 8px;
    }

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

    .card-title {
        height: 48px;
    }

    .card-detail {
        padding-right: 10px;
    }
    
    .btn.dropdown-toggle.btn-default.bs-placeholder {
        margin-top: 0px;
    }
    .form-search-custom{
		margin-right: 0px;
		margin-top: 200px;
	}
	
	.background-banner-image{
		background-image: url('/eportal-sct-hcm-qlkhoadaotao-portlet/img/tieubieu-bg-mobile.png');
		justify-content: end;
	}
	
	.cards {
	    margin-top: -25px;
	}
	
	.cards-header__title::after {
	    content: "";
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    border-radius: 2px;
	    border: 2px solid #1C98D8;
	    width: 45px;
	}
}

/* Tablet */
@media (min-width: 768px) and (max-width: 992px) {
    .banner {
       /* height: 434px;*/
    }

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

    .search {
        width: 433px;
        width: 49%;
        left: 48%;
    }

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

    .form-group {
        width: 100%;
    }

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

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

    .card {
        width: 100%;
    }  
    
    .form-search-custom{
		margin-right: 0px;
	}
	
	.background-banner-image{
		background-image: url('/eportal-sct-hcm-qlkhoadaotao-portlet/img/tieubieu-bg-tablet.png');
		justify-content: end;
		height: 480px;
	}
	
	.grid-card {
        display: grid !important;
        row-gap: 30px !important;
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
        margin-left: -30px !important;
    }
    
    .px-110 {
	    padding-left: 30px !important;
	    padding-right: 30px !important;
	}
}

/*web small size*/
@media (min-width: 993px) and (max-width: 1366px) { 
	.banner {
        padding-left: 30px !important; 
        padding-right: 30px !important;
    }
	
	.banner-image {
	    width: 50% !important;
	    height: 480px;
	    padding-right: 25px;
	}
	
	.background-banner-image {
	    justify-content: end !important;
	}
	
	.form-title{
	 	font-size: 14px !important;
	}
	
	.cards-header__title{
		font-size: 30px !important;
	}
	
	.search {
        width: 32.4%;
        left: 62%;
    }
}

@media (min-width: 1024px) and (max-width: 1100px) { 
    .background-banner-image{
		height: 46vw;
	}
	
	.form-search-custom{
		margin-right: 0px;
	}
	
	.background-banner-image{
		background-image: url('/eportal-sct-hcm-qlkhoadaotao-portlet/img/tieubieu-bg-tablet.png');
		justify-content: end;
	}
	
	.cards-header__title {
	    font-family: "Inter";
	    font-size: 32px;
	    font-weight: 700;
	    line-height: 48px;
	    text-align: left;
	    text-transform: uppercase;
	    color: #123060;
	    height: 100px;
	    position: relative;
	}
	
	.grid-card {
        /* display: grid !important;
        row-gap: 30px !important;
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr)); */
        margin-left: -30px !important;
    }
    
    .px-110 {
	    padding-left: 30px !important;
	    padding-right: 30px !important;
	}
	
	.search {
        width: 45%;
        left: 50%;
    }
}

@media (min-width: 430px) and (max-width: 450px) {
	.cards {
	    margin-top: -10px;
	}
}


@media (min-width: 530px) and (max-width: 550px) {
	.cards {
	    margin-top: 0px;
	}
	
	.banner {
	    background-position: inherit !important;
	}
}