.container {
    /*padding: 0 130px;*/
    background: #F6F6F2;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 50px;
    width: 100%;
}
#content {
    background: #F6F6F2;
}

.content-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
}

.content-img {
    width: 100%;
    height: 342px;
    object-fit: cover;
}

.main-content {
    display: flex;
    flex-direction: row;
    gap: 34px;
    flex: 1;
    padding: 16px 40px;
}

.left-content {
    flex: 1;
}

.left-content img {
    vertical-align: top;
}

.right-content {
    width: 336px;
    position: relative;
}

.float-card {
    background: white;
    border-radius: 16px;
    box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 24px;
    padding: 16px;
    margin-top: -200px;
    width: 100%;
    transition: top 0.2s ease;
}

/*.title-post {*/
/*    margin-top: 50px;*/
/*}*/

.right-content {
    display: flex;
    justify-content: center;
}

.float-card {
    background: #fff;
    padding: 30px 24px;
    border-radius: 20px;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05), 0 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 320px;
    font-family: 'Inter', sans-serif;
    max-height: 526px;
}

.logos img {
    display: block;
    margin: 0 auto 16px auto;
    max-height: 60px;
}

.item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    font-size: 16px;
    color: #1e1e1e;
    line-height: 1.4;
}

.item img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    flex-shrink: 0;
    margin-top: 2px;
}

.item span {
    display: inline-block;
}

.item span b {
    font-weight: 600;
}

.item:last-of-type span {
    color: #085571;
    font-weight: 600;
}

.btn {
    display: block;
    width: 100%;
    padding: 12px;
    text-align: center;
    font-size: 16px;
    border-radius: 30px;
    text-decoration: none;
    margin-top: 14px;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #085571;
    color: white;
    font-weight: 500;
    border: none;
}

.btn-primary:hover {
    background-color: #00697a;
}


.btn-secondary {
    border: 1.5px solid #085571;
    color: #085571;
    background: transparent;
    font-weight: 500;
}

.btn-secondary:hover {
    background-color: #085571;
}

.right-text{
    color: #666666;
}
.right-text-b{
    color: #2B2B2B !important;
}

.fw {
    margin-top: 70px;
    color: #085571;
    font-size: 42px;
}

.tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.tabs .tab {
    padding: 10px 24px;
    border-radius: 9999px; /* Bo tròn tối đa */
    border: 2px solid #085571;
    background-color: white;
    color: #085571;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
}

.tabs .tab.selected {
    background-color: #085571;
    color: white;
    font-weight: 700;
    border-color: #085571;
}

.single-course-page .tabs a.selected {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

.single-course-page .tabs a{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

.single-course-page .tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 25px;
}



.single-course-page .content-area {
    float: left;
    margin-right: 5%;
    width: 100%;
}

.single-course-page .tabs a {
    border-radius: 40px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 50px;
    padding-right: 50px;
    text-decoration: none;
}

.top-strip {
    background: url('../img/panel-edge-xl-log.svg');
    width: 105%;
    margin-left: -10px;
}

.content-card
{
    margin-top: 75px;
}

.single-course-page .content-area{
    margin-top: 18px;
}