.blog_user {
    position: relative;
    margin: 40px 0px;
    display: flex;
    align-items: center;
}

.blog_user img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.blog_user .text {
    margin-left: 20px;
}

.blog_user .text h5 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.5px;
}

.blog_user .text p {
    color: #D4D4D4;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.5px;
    margin: 0px;
}

.blog_user .text_name {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #30465F;
    color: #B1B0B0;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 2.3px;
    text-transform: capitalize;
    text-align: center;
}

.section.blog_inner {
    background: #1E1E23;
}

.blog_table {
    position: relative;
}

.table_container {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.table_container .table_list {
    position: relative;
    width: 270px;
}

.table_sticky {
    position: sticky;
    top: 90px;
}

.table_container .table_list h3 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    border-bottom: 1px solid #616161;
    padding: 8px 0px;
    padding-top: 0;
    display: table;
}

.table_container .table_list ul {
    margin-top: 16px;
}

.table_container .table_list ul li {
    color: #c4c4c4e6;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.24px;
    margin: 12px 0px;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
}

.table_container .table_list ul li.active {
    color: #3A99FF;
}

.table_container .table_list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    background-color: #c4c4c4e6;
}

.table_container .table_list ul li.active::before {
    background-color: #3A99FF;
}

.table_container .table_content {
    position: relative;
    width: calc(100% - 360px);
}

.blog_inner_block {
    position: relative;
    width: 100%;
}

.blog_inner_content {
    position: relative;
    width: 100%;
    margin: auto;
    display: table;
}

.blog_item {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.blog_item:nth-of-type(1) {
    margin-top: 0px;
}


.blog_title {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 16px;
}

.blog_title.gray {
    color: #808080;
}

.single_blog_content {
    border-radius: 10px;
    background: #20252D;
    width: 100%;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
}

.blog_desc {
    color: #AEAEAE;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.blog_desc.gap {
    margin-top: 20px;
}

.blog_image {
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.blog_image img {
    width: 100%;
    border-radius: 10px;
}

.blog_list {
    position: relative;
    list-style: disc;
    padding-left: 20px;
    margin-top: 20px;
}

.blog_list li,
.blog_list li a {
    color: #939393;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    list-style: disc;
    margin: 10px 0px;
}

.blog_list.num {}

.blog_list.num li {
    list-style: decimal;
}

.blog_list a {
    cursor: pointer;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
}

.blog_list a:hover {
    text-decoration: none;
}

.blog_contact_social {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.blog_contact {
    position: relative;
    padding: 35px 50px;
    padding-bottom: 40px;
    border-radius: 8px;
    box-sizing: border-box;
    width: 66%;
    width: calc(100% - 360px);
}

.blog_contact::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/webp/blog/blog_contact_layer.webp);
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

.blog_contact h3 {
    color: #4EA9C5;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}

.blog_cont_info {
    position: relative;
    margin-top: 16px;
}

.blog_cont_info ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog_cont_info ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}

.blog_cont_info ul li img {
    width: 48px;
}

.blog_cont_info ul li .text {
    width: calc(100% - 60px);
}

.blog_cont_info ul li .text h5 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog_cont_info ul li .text a {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 4px;
    display: block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.blog_cont_info ul li .text a:hover{
    color: #00b5b8;
}


@media screen and (max-width:1300px) {
    .blog_contact {
        padding: 30px 44px;
        padding-bottom: 34px;
    }

}


@media screen and (max-width:1024px) {


    .blog_title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .blog_desc {
        font-size: 17px;
    }

    .single_blog_content {
        padding: 26px;
    }

    .blog_item {
        margin-top: 40px;
    }

    .table_container .table_list h3 {
        font-size: 19px;
    }

    .table_container .table_list ul li {
        font-size: 15px;
    }

    .table_container .table_list {
        width: 250px;
    }

    .table_container .table_content,
    .blog_contact {
        width: calc(100% - 330px);
    }



    .blog_list li,
    .blog_list li a {
        font-size: 17px;
    }

    .blog_user .text h5 {
        font-size: 22px;
    }

    .blog_user .text p {
        font-size: 18px;
    }

    .blog_user .text_name {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 18px;
    }

    .blog_contact {
        padding: 25px 40px;
        padding-bottom: 30px;
    }

    .blog_cont_info ul li .text h5 {
        font-size: 16px;
    }

    .blog_cont_info ul li .text a {
        font-size: 14px;
    }

    .blog_cont_info ul li img {
        width: 40px;
    }

    .blog_cont_info ul li .text {
        width: calc(100% - 54px);
    }

}

@media screen and (max-width: 999px) {
    .table_container .table_list h3 {
        font-size: 18px;
    }

    .table_container .table_list ul li {
        font-size: 14px;
    }

    .table_container .table_list {
        width: 230px;
    }

    .table_container .table_content,
    .blog_contact {
        width: calc(100% - 300px);
    }


    .blog_user .text h5 {
        font-size: 20px;
    }

    .blog_user .text p {
        font-size: 17px;
    }

    .blog_contact {
        padding: 15px 30px;
        padding-bottom: 20px;
    }

    .blog_cont_info ul li .text h5 {
        font-size: 15px;
    }

    .blog_cont_info ul li .text a {
        font-size: 13px;
    }

    .blog_cont_info ul li img {
        width: 34px;
    }

    .blog_cont_info ul li .text {
        width: calc(100% - 46px);
    }

}

@media screen and (max-width: 900px) {

    .table_container .table_content,
    .blog_contact {
        width: calc(100% - 280px);
    }
}

@media screen and (max-width:768px) {
    .blog_title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .blog_desc {
        font-size: 16px;
    }

    .single_blog_content {
        padding: 24px;
    }

    .blog_item {
        margin-top: 30px;
    }

    .table_container .table_list {
        display: none;
    }

    .table_container .table_content {
        width: 100%;
    }

    .blog_list li,
    .blog_list li a {
        font-size: 16px;
    }

    .blog_user .text h5 {
        font-size: 19px;
    }

    .blog_user .text p {
        font-size: 16px;
    }

    .blog_user .text_name {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 17px;
    }

    .blog_contact_social {
        display: block;
    }

    .blog_contact {
        width: 100%;
        margin-top: 20px;
    }

    .blog_contact h3 {
        font-size: 13px;
    }

}

@media screen and (max-width:600px) {
    .blog_title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .blog_desc {
        font-size: 15px;
    }

    .single_blog_content {
        padding: 20px;
    }

    .blog_item {
        margin-top: 20px;
    }

    .blog_list li,
    .blog_list li a {
        font-size: 15px;
    }

    .copy_link {
        font-size: 13px;
        padding: 8px 14px;
        padding-left: 42px;
    }

    .copy_link::before {
        background-size: 18px;
    }


    .blog_user .text h5 {
        font-size: 18px;
        color: #555;
        line-height: normal;
    }

    .blog_user .text p {
        font-size: 15px;
    }

    .blog_user .text_name {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }

    .blog_contact {
        padding: 15px 20px;
    }

}

@media screen and (max-width: 500px) {
    .blog_cont_info ul li img {
        width: 28px;
    }

    .blog_cont_info ul li .text {
        width: calc(100% - 38px);
    }

    .blog_cont_info ul li .text h5 {
        font-size: 13px;
    }

    .blog_cont_info ul li .text a {
        font-size: 11px;
    }
}

@media screen and (max-width:400px) {
    .blog_user .text h5 {
        font-size: 16px;
    }

    .blog_user .text p {
        font-size: 14px;
    }


    .blog_list li,
    .blog_list li a {
        font-size: 14px;
    }

    .blog_desc {
        font-size: 14px;
    }

    .blog_contact {
        padding: 10px 15px;
    }
}

@media screen and (max-width: 370px) {
    .blog_cont_info ul {
        display: block;
    }

    .blog_cont_info ul li {
        width: 100%;
        margin-top: 15px;
    }

    .blog_cont_info ul li:nth-of-type(1) {
        margin-top: 0px;
    }
}