
main > .head {
    position: relative;
    width: 100%;
    height: 180px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.container {
    max-width: none !important;
    width: 100% !important;
    height: 180px;
    margin: 0;
    padding: 0;
    background: #F3F4F6;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}


/* Header section */
.container .row.mb-5 {
    padding: 2rem;
}

.container h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 1rem;
}

.container .lead {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 0;
}

/* Buttons */
.btn {
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #C41230;
    border-color: #C41230;
}

.btn-primary:hover {
    background-color: #b1102b;
    border-color: #b1102b;
}

.btn-outline-primary {
    color: #C41230;
    border-color: #C41230;
}

.btn-outline-primary:hover {
    background-color: #b1102b;
    color: white;
}

.btn-outline-secondary {
    color: #495057;
    border-color: #dee2e6;
}

.btn-outline-secondary.active {
    background-color: #f8f9fa;
    border-color: #dee2e6;
    color: #495057;
    font-weight: 500;
}


main > .content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    background: #F3F4F6;
}

main > .content > .left {
    position: relative;
    width: 340px;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    background: white;
}

main > .content > .left > ul {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

main > .content > .left > ul > li:not(.sub) {
    position: relative;
    padding: 0 20px;
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.2vw;
    transition: transform 0.1s linear;
    z-index: 1;
    background: #C4123015;
}

main > .content > .left > ul > .sub {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

main > .content > .left > ul > .sub > ul {
    position: relative;
    padding-left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

main > .content > .left > ul > .sub > ul > li {
    position: relative;
    padding: 0 20px;
    width: 100%;
    height: 48PX;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    transition: background-color, color 0.1s linear;
}

main > .content > .left > ul > .sub > ul > li:hover {
    background-color: #a61b29;
    color: white;
}

main > .content > .left > ul > li > .style {
    position: absolute;
    left: 0;
    width: 6px;
    height: 100%;
    background-color: #a61b29;
}

main > .content > .left > ul > li:not(.sub):hover {
    transform: scale(1.05);
}

main > .content > .left > ul > li > img {
    margin: 0 10px;
    width: 2vw;
    height: 2vw;
}


main > .content > .list {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 32px 32px 0 32px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}

main > .content > .list > span {
    position: relative;
    padding-left: 10px;
    height: 4vw;
    font-size: 1.5vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: 0.2vw;
    font-weight: bold;
}

main > .content > .list > hr {
    position: relative;
    width: 100%;
    height: 1px;
    border: none;
    background-color: #43434344;
    margin: 40px 0;
}

main > .content > .list > ul {
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

main > .content > .list > ul > li {
    position: relative;
    margin: 1vw;
    width: 30%;
    height: 25vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 3px 0 #00000005;
    border-radius: 0.5vw;
    transition: transform 0.1s linear;
}


main > .content > .list > ul > li > .card {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border: none;
}

main > .content > .list > ul > li > .card > img {
    position: relative;
    width: 100%;
    height: 55%;
    border-radius: 0.5vw 0.5vw 0 0;
}

main > .content > .list > ul > li:hover {
    transform: scale(1.01);
}

main > .content > .list > span > img {
    margin: 0 10px;
    width: 2vw;
    height: 2vw;
}

main > .content > .list > .green {
    background: linear-gradient(to right, #318524, #4bc422);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

main > .content > .list > .red {
    background: linear-gradient(to right, #82111f, #f03752);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

main > .content > .list > .blue {
    background: linear-gradient(to right, #15559a, #2177b8);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

main > .content > .list > .yellow {
    background: linear-gradient(to right, #a28f2a, #beb83e);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

main > .content > .list > ul > li > .card > .text {
    position: relative;
    width: 100%;
    height: 45%;
    display: flex;
    padding: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

main > .content > .list > ul > li > .card > .text > .title {
    position: relative;
    width: 100%;
    font-size: 1.2vw;
}

main > .content > .list > ul > li > .card > .text > .subtitle {
    position: relative;
    width: 100%;
    font-size: 0.8vw;
    line-height: 1.6;
    text-overflow: ellipsis;
    overflow: hidden;
}

main > .content > .list > ul > li > .card > .tag {
    position: absolute;
    top: calc(55% - 2vw);
    right: 0;
    height: 2vw;
    width: 100%;
    /*background: #34343455;*/
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

main > .content > .list > ul > li > .card > .tag > span {
    position: relative;
    margin: 5px;
    padding: 0 0.5vw;
    height: 1.5vw;
    background-color: #00000033;
    color: white;
    display: flex;
    border-radius: 0.3vw;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 0.8vw;
}