.detail-page {
    padding-bottom: 80px;
}

.detail-page .h-title {
    font-weight: var(--fw-bold);
    font-size: var(--typo-lg);
    line-height: 1em;
    margin-bottom: 25px;
}

.detail-title {
    font-size: var(--typo-lg);
    font-weight: var(--fw-bold);
    line-height: 1em;
    margin-bottom: 0;
}

.detail-tool {
    margin-top: 10px;
    display: flex;
    align-items: center;
    width: 50%;
    float: left;
}

.detail-tool .info {
    margin-right: 20px;
    font-size: var(--typo-xs);
}

.detail-tool .info span {
    font-size: 0.8em;
    position: relative;
    padding-right: 4px;
}

.detail-share {
    margin-top: 20px;
    width: 50%;
    float: left;
    text-align: right;
}

.detail-share .share {
    display: flex;
    justify-content: right;
}

.detail-share .icon {
    width: 36px;
    height: 36px;
    margin-right: 8px;
}

.detail-content {
    margin-top: 40px;
    display: block;
    float: left;
    width: 100%;
    border-top: solid 1px var(--color-gray-200);
    padding-top: 10px;
}

.detail-gallery {
    margin-top: 80px;
}

.detail-gallery-list .item-list {
    margin: 0 -15px;
}

.detail-gallery-list .item {
    width: calc(100% / 6);
    padding: 0 15px;
    margin-bottom: 30px;
}

.detail-gallery-list .cover {
    padding-top: 62%;
    border-radius: var(--rounded);
    position: relative;
    overflow: hidden;
}

.detail-gallery-list .cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-attech {
    margin-top: 80px;
}

.detail-attech-list .link {
    display: block;
    color: var(--color-default);
    background-color: #F7F8FA;
    border-radius: var(--rounded);
    padding: 30px 35px;
    transition: all 200ms ease;
}

.detail-attech-list .link:hover {
    background-color: #fff;
    box-shadow: 0 16px 30px rgba(146, 146, 146, 0.16);
}

.detail-attech-list .thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: var(--color-primary);
    background-color: var(--color-white);
    transition: all 200ms ease;
}

.detail-attech-list .link:hover .thumb {
    color: var(--color-white);
    background: linear-gradient(139.21deg, #F7C52A -19.62%, #05AFAE 87.2%);
}

.detail-attech-list .inner {
    padding-left: 20px;
}

.detail-attech-list .title {
    font-weight: var(--fw-bold);
    font-size: var(--typo-default);
    line-height: 1.2em;
    height: 1.2em;
    margin: 0;
}

.detail-attech-list .info {
    margin-top: 2px;
    line-height: 1em;
    font-size: var(--typo-xs);
    color: var(--color-gray);
}

.detail-attech-list .owl-carousel .owl-stage {
    padding: 0;
    margin: 0;
}

.detail-attech-list .owl-carousel .owl-dot {
    position: relative;
}

.detail-attech-list .owl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
    position: relative;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.detail-attech-list .owl-carousel .owl-nav.disabled+.owl-dots.disabled {
    display: none;
}

.detail-attech-list .owl-carousel .owl-dots .owl-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-attech-list .owl-carousel .owl-dots .owl-dot span {
    margin: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    color: var(--color-gray-100);
}

.detail-attech-list .owl-carousel .owl-dots .owl-dot.active {
    border-color: var(--color-primary);
}

.detail-attech-list .owl-carousel .owl-dots .owl-dot.active span,
.detail-attech-list .owl-carousel .owl-dots .owl-dot:hover span {
    background: none;
    background-color: var(--color-primary);
    box-shadow: none;
}

.detail-attech-list .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.detail-attech-list .owl-item .wrapper {
    transition: all 200ms ease;
    opacity: 0;
    visibility: hidden;
}

.detail-attech-list .owl-item.active .wrapper {
    opacity: 1;
    visibility: visible;
}

.detail-other {
    margin-top: 80px;
}

.detail-other-list .owl-carousel .owl-stage {
    padding: 0;
    margin: 0;
}

.detail-other-list .owl-carousel .owl-dot {
    position: relative;
}

.detail-other-list .owl-carousel .owl-dots {
    margin-top: 40px;
    position: relative;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.detail-other-list .owl-carousel .owl-dots .owl-dot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-other-list .owl-carousel .owl-dots .owl-dot span {
    margin: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--color-gray-100);
}

.detail-other-list .owl-carousel .owl-dots .owl-dot.active {
    border-color: var(--color-primary);
}

.detail-other-list .owl-carousel .owl-dots .owl-dot.active span,
.detail-other-list .owl-carousel .owl-dots .owl-dot:hover span {
    background: none;
    background-color: var(--color-primary);
    box-shadow: none;
}

.detail-other-list .cover {
    padding-top: 60.7%;
}

.detail-other-list .wrapper {
    border-radius: var(--rounded);
    overflow: hidden;
    display: block;
    position: relative;
}

.detail-other-list .wrapper:hover {
    text-decoration: none;
    box-shadow: 0 16px 30px rgba(146, 146, 146, 0.16);
    /* -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); */
}

.detail-other-list .wordbox {
    height: 150px;
    width: 100%;
    padding: 20px;
}

.detail-other-list .title {
    font-size: var(--typo-sm);
    font-weight: var(--fw-bold);
    color: var(--color-default);
    line-height: 1em;
    height: calc(1em * 2);
    -webkit-line-clamp: 2;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}

.detail-other-list .desc {
    font-size: var(--typo-xs);
    color: var(--color-gray);
    margin-top: 10px;
    line-height: 1em;
    height: calc(1em * 2);
    -webkit-line-clamp: 2;
}

.detail-other-list .date {
    margin-top: 20px;
    color: var(--color-default);
    font-size: var(--typo-sm);
}

.detail-other-list .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.detail-other-list .owl-item .wrapper {
    transition: all 200ms ease;
    opacity: 0;
    visibility: hidden;
}

.detail-other-list .owl-item.active .wrapper {
    opacity: 1;
    visibility: visible;
}

.detail-other-list.-text .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.detail-other-list.-text .owl-carousel.owl-drag .owl-item {
    opacity: 0;
    transition: .4s;
}

.detail-other-list.-text .owl-carousel.owl-drag .owl-item.active {
    opacity: 1;
}

.detail-other-list.-text .link {
    background-color: #F7F8FA;
    padding: 15px;
    display: block;
}

.detail-other-list.-text .link:hover {
    background-color: #fff;
    box-shadow: 0 16px 30px rgba(146, 146, 146, 0.16);
}

.detail-other-list.-text .title {
    overflow: hidden;
}

@media (max-width: 991px) {
    .detail-attech-list .owl-carousel .owl-dots .owl-dot {
        width: 18px;
        height: 18px;
    }
    .detail-attech-list .owl-carousel .owl-dots .owl-dot span {
        width: 6px;
        height: 6px;
    }
    .detail-attech-list .link {
        padding: 15px 15px;
    }
    .detail-attech-list .thumb {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    .detail-other-list .owl-carousel .owl-dots .owl-dot {
        width: 18px;
        height: 18px;
    }
    .detail-other-list .owl-carousel .owl-dots .owl-dot span {
        width: 6px;
        height: 6px;
    }
    .detail-other-list .item {
        width: 220px;
    }
    .detail-other-list .wordbox {
        padding: 15px;
    }
    .detail-other-list.-text .item {
        width: 220px;
    }
}