
.athletes-detail .athletes-info .col-4 img {
    width: 100%;
    object-fit: cover;
}
.athletes-detail .athletes-info .col-4 {
    padding-right: 0px;
}
.athletes-detail .athletes-info .col-8 {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--color-back-2);
}
.athletes-detail .athletes-info .col-8 .social {
    font-size: .9rem;
    color: var(--color-grey);
    padding: 35px;
    display: flex;
    align-items: center;
    top: 0;
    right: 0;
    position: absolute;
}
.athletes-detail .athletes-info .social img {
    margin-left: 10px;
}
.athletes-detail .athletes-info .detail .social .label {
    font-weight: bold;
}

.athletes-detail .athletes-info .detail {
    padding: 0px 45px;
}
.athletes-detail .athletes-info .detail .block-info .athletes-title {
    display: flex;
    align-items: center;
    color: var(--color-yellow-1);
}
.athletes-detail .athletes-info .detail .block-info .athletes-title img {
    margin-right: 10px;
}
.athletes-detail .athletes-info .detail .block-info hr {    
    color: var(--color-grey);
}
.athletes-detail .athletes-info .detail .block-info .athletes-name {
    color: var(--color-white-1);
}
.athletes-detail .athletes-info .detail .block-info .attributes {
    padding-top: 1.5em;
    border-top: 1px solid var(--color1-1);
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
}
.athletes-detail .athletes-info .detail .block-info .attributes .attr {
    min-width: 11rem;
}
.athletes-detail .athletes-info .detail .block-info .attributes .attr .title {
    font-size: 1rem;
    color: var(--color-grey);
}
.athletes-detail .athletes-info .detail .block-info .attributes .attr .value {
    font-size: 1.1rem;
    color: var(--color-white-1);
}

.athletes-detail .athlete-records {
    padding: 30px;
    background-color: var(--color-grey-1);
}
.athletes-detail .block-event-result {
    background-color: var(--color-white-1);
}
.athletes-detail .block-event-result .table th {
    color: var(--color-grey);
}
.athletes-detail .block-event-result .table th,
.athletes-detail .block-event-result .table td {
    vertical-align: middle;
}
.athletes-detail .block-event-result .table .is-lose {
    font-weight: bold;
    color: var(--color-red);
}
.athletes-detail .block-event-result .table .is-win {
    font-weight: bold;
    color: var(--color-green);
}
.athletes-detail .block-event-result .table .is-draw {
    font-weight: bold;
    color: var(--color-grey);
}
.athletes-detail .block-event-result .table .event h5,  
.athletes-detail .block-event-result .table .opponent h5 {
    font-weight: bold;
    color: var(--color-back-2);
}
.athletes-detail .block-event-result .table .actions a {
    font-weight: bold;
    color: var(--color-grey);
}
.athletes-detail .block-event-result .table .actions a:hover {
    color: var(--color-back-2);
}
.athletes-detail .block-event-result .table .actions .icon {
    color: var(--color-yellow-1);
}

.athletes-detail .block-event-result .table .image img {
    width: 80px;
    background-color: var(--color-grey-1);
}

.athletes-detail .athlete-records .show-more {
    margin-top: 50px;
    cursor: pointer;
    width: fit-content;
    padding: 12px 50px;
    color: var(--color-white-1);
    background-color: var(--color-back-1);
}
.athletes-detail .athlete-records .show-more:hover {
    color: var(--color-yellow-1);
}

.athletes-detail .relate-article .block-header,
.athletes-detail .relate-video .block-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid var(--color-back-1);
}
.athletes-detail .relate-article .block-header .title, 
.athletes-detail .relate-video .block-header .title {
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.athletes-detail .relate-article .block-header a,
.athletes-detail .relate-video .block-header a {
    color: var(--color-grey);
}
.athletes-detail .relate-article .block-header a:hover,
.athletes-detail .relate-video .block-header a:hover {
    color: var(--color-back-1);
}

.athletes-detail .relate-video .main figure {
    position: relative;
}
.athletes-detail .relate-article figure .thumbnail,
.athletes-detail .relate-video .relate figure .thumbnail,
.athletes-detail .relate-video .main figure .thumbnail {
    overflow: hidden;
}
.athletes-detail .relate-article figure .thumbnail:hover img,
.athletes-detail .relate-video .relate figure .thumbnail:hover img,
.athletes-detail .relate-video .main figure .thumbnail:hover img {
    -webkit-transform: scale(1.09) rotate(0.5deg);
    transform: scale(1.09) rotate( 0.5deg);
}
.athletes-detail .relate-video .main figure .detail {
    bottom: 0;
    left: 0;
    padding: 30px;
    width: 100%;
    position: absolute;
    background: linear-gradient(0deg,rgba(0,0,0,.8) 0%,rgba(0,0,0,.8) 50%,rgba(0,0,0,0) 100%);
}
.athletes-detail .relate-video .main figure .detail .top {
    display: flex;
}
.athletes-detail .relate-video .main figure .detail .bottom .watch .icon ,
.athletes-detail .relate-video .main figure .detail .bottom .watch a:hover,
.athletes-detail .relate-video .main figure .detail .center .title a:hover,
.athletes-detail .relate-video .main figure .detail .top a:hover {
    color: var(--color-yellow-1);
}
.athletes-detail .relate-video .main figure .detail .top a,
.athletes-detail .relate-video .main figure .detail .top .date {
    color: var(--color-grey);
}
.athletes-detail .relate-video .main figure .detail .top .date::before {
    content: '|';
    margin: 0 0.25em 0 0.45em;
    font-weight: lighter;
    color: var(--color1-2);
    opacity: .5;
}
.athletes-detail .relate-video .main figure .detail .bottom .watch a,
.athletes-detail .relate-video .main figure .detail .center .title a {
    color: var(--color-white-1);
} 

.athletes-detail .relate-video .relate figure {
    display: flex;
}
.athletes-detail .relate-video .relate figure .thumbnail img {
    width: 320px;
    height: 159px;
    object-fit: cover;
}

.athletes-detail .relate-video .relate .right {
    padding-left: 15px;
}
.athletes-detail .relate-article figure .detail .top,
.athletes-detail .relate-video .relate .right .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.athletes-detail .relate-article figure .detail .title a:hover ,
.athletes-detail .relate-article figure .detail .top .category,
.athletes-detail .relate-article figure .detail .top .date,
.athletes-detail .relate-video .relate .right .bottom .title a:hover,
.athletes-detail .relate-video .relate .right .top .category ,
.athletes-detail .relate-video .relate .right .top .date {
    color: var(--color-grey);
}
.athletes-detail .relate-article figure .detail .top .category:hover,
.athletes-detail .relate-video .relate .right .top .category:hover {
    color: var(--color-back-1);
}
.athletes-detail .relate-video .relate .right .bottom .title a {
    font-size: 1rem;
    color: var(--color-back-1);
}
.athletes-detail .relate-video .relate .right .bottom .title .icon {
    font-size: 1rem;
    color: var(--color-yellow-1);
}

.athletes-detail .relate-article figure .detail {
    padding: .6rem 0;
}
.athletes-detail .relate-article figure .detail .title {
    margin-top: 10px;
    line-height: 1.3rem;
    font-size: 1rem;
    font-weight: bold;
    color: var(--color-back-1);
}

.athletes-detail .statistic figure {
    padding: 20px;
    background-color: var(--color-white-1);
}
.athletes-detail .statistic figure .block {
    display: flex;
    gap: 4px;
    justify-content: space-between;
}
.athletes-detail .statistic figure .block .left,
.athletes-detail .statistic figure .block .right {
    padding: 7px;
    width: 50%;
    text-align: center;
    font-weight: bold;
    color: var(--color-white-1);
}
.athletes-detail .statistic figure .block .left {
    background-color: var(--color-green);
}
.athletes-detail .statistic figure .block .right {
    background-color: var(--color-red);
}

.athletes-detail .statistic .stat {
    margin: 15px 0px;
    display: flex;
    justify-content: space-between;
}
.athletes-detail .statistic .stat .left,
.athletes-detail .statistic .stat .right {
    display: flex;
    align-items: center;
    gap: 35px;
}
.athletes-detail .statistic .stat .value {
    font-weight: bold;
}
.athletes-detail .statistic .stat .name {
    font-weight: bold;
    color: var(--color-grey);
}
.athletes-detail .statistic .stat .block-progress {
    display: flex;
    gap: 2px;
}
.athletes-detail .statistic .stat .block-progress .filled,
.athletes-detail .statistic .stat .block-progress .no-filled {
    height: 28px;
    width: 8px;
}
.athletes-detail .statistic .stat .block-progress .filled {
    background-color: var(--color-yellow-1);
}
.athletes-detail .statistic .stat .block-progress .no-filled {
    background-color: var(--color-grey);
}

.athletes-detail .statistic figure {
    height: 100%;
}
.athletes-detail .statistic .stat-list {
    display: flex;
    flex-wrap: wrap;
}
.athletes-detail .statistic .stat-list .attr {
    width: 50%;
    margin-bottom: 10px;
}
.athletes-detail .statistic .stat-list .attr.duration {
    width: 100%;
}
.athletes-detail .statistic .stat-list .attr .title {
    margin: 5px 0px;
    color: var(--color-grey);
}
.athletes-detail .statistic .stat-list .attr .value {
    font-size: 25px;
}
.athletes-detail .statistic .stat-list .attr .title, 
.athletes-detail .statistic .stat-list .attr .value {
    font-weight: bold;
}

/* laptop 1600 */
@media (min-width: 1445.9px) and (max-width: 1600px) {
    .athletes-detail .relate-video .main figure .thumbnail img {
        height: 500px;
        object-fit: cover;
    }
}
/* laptop 1400 */
@media (min-width: 1280px) and (max-width: 1445px) {
    .athletes-detail .relate-video .main figure .thumbnail img {
        height: 500px;
        object-fit: cover;
    }
}
/* ipad pro */
@media (min-width: 769px) and (max-width: 1280px) {
    .athletes-detail .relate-video .relate figure .thumbnail img {
        height: 110px;
    }
}