
.comment-reply__wrapper{
    display: flex;
    align-items: center;
    background-color: var(--color-theme);
    padding: 1rem;
    border-radius: 0.5rem;
}
.comment-reply__avatar{
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
}
.comment-reply__input{
    background-color: var(--color-grey-60);
    border: none;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border-radius: 0.5rem;
    width: 100%;
    box-sizing: border-box;
    color: var(--color-grey-light);
    border: #546066 .1rem solid;
}
.comment-reply__input:focus-visible{
    outline: none;
}


.comment-container{
    border-radius: 0.5rem;
    padding: 1rem;
    background-color: var(--color-theme);
    display: flex;
}
.comment-img__wrapper{
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
}
.comment-content{
    flex: 1;
}
.comment-header{
    font-size: 0.875rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}
.comment-body{
    font-size: 0.6875rem;
    margin-bottom: 0.75rem;
}
.comment-footer{
    display: flex;
}
.comment-footer__fav-icon{
    margin-right: .3rem;
}


.comment-blur{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    /* height: 5.5rem; */
    background-image: linear-gradient(to bottom, transparent, var(--bg-theme));
    z-index: 2;
}
.comment-first__wrapper{
    height: 6rem;
}
.comment-login__wrapper{
    position: relative;
    top: -2rem;
    z-index: 2;
    margin-left: 1rem;
}
.comment-child__wrapper{
    margin-left: 3rem;
}
.comment-child__reply-count{
    color: var(--color-blue-20);
    border-bottom: 1px solid var(--color-blue-20);
    display: inline-block;
    cursor: pointer;
}
.more-comments__child{
    font-size: 0.8875rem;
    margin-bottom: 1rem;
    text-align: center;
}



.social-media__wrapper{
    display: flex;
    align-items: center;
}
.social-media__container{
    margin-right: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-media__container img {
    width: 100%;
}


.news-detail--container {
    margin-bottom: 24px;
}
.news-detail__container {
    padding: 24px 32px;
    border-radius: 16px;
    background-color: var(--color-background-default-secondary);
}
.news-detail__wrapper {
    /* display: grid; */
    /* grid-template-columns: 65% 35%; */
    /* column-gap: 1rem; */
    margin-top: 2rem;
    background-color: var(--color-background-default-default);
}
.news-detail__title {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.64px;
    font-family: var(--weight-600);
    margin-bottom: 2.0625rem;
    color: var(--color-text-default-default);
    line-height: 120%;
}
.news_detail__author-header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.news_detail__author-wrapper {
    display: flex;
    align-items: center;
}
.news_detail__author-header__social-media {
    display: flex;
}
.news_detail__author-header__social-media__container {
    margin-right: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
}
.news_detail__author-header__social-media__container img {
    width: 100%;
    height: auto;
}
.news_detail__author-icon {
    margin-right: 0.8rem;
    width: 2.0625rem;
    height: 2.0625rem;
}
.news_detail__author-name {
    font-size: 0.875rem;
}
.news_detail__author-tag {
    font-size: 16px;
    letter-spacing: 0.64px;
    color: var(--color-text-default-secondary);
}
.news_detail__author-tag::after {
    content: "|";
    width: 0.1rem;
    height: 1rem;
    margin: 0 0.5rem;
}
.news_detail__author-tag:last-of-type::after {
    display: none;
}
.news-detail__content {
    overflow: hidden;
    width: 800px;
    margin: auto;
    display: block;
    color: var(--color-text-default-default) !important;
}
.news-detail__content div,
.news-detail__content font,
.news-detail__content p,
.news-detail__content h1,
.news-detail__content h2,
.news-detail__content h3,
.news-detail__content h4,
.news-detail__content h5,
.news-detail__content h6,
.news-detail__content strong,
.news-detail__content button,
.news-detail__content blockquote,
.news-detail__content span {
    color: var(--color-text-default-default) !important;
    font-family: var(--weight-400);
    background-color: transparent !important;
    text-align: left !important;
    line-height: 140% !important;
}
.news-detail__content b {
    color: var(--color-text-default-default) !important;
    font-family: var(--weight-700);
    background-color: transparent !important;
}
.news-detail__content b {
    color: var(--color-text-default-default) !important;
    font-family: var(--weight-700);
}
.news-detail__content img {
    max-width: 100%;
    perspective-origin: 0 0;
    transition: all 0.15s ease-out;
    width: 100vw;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}
.news-detail__content video {
    max-width: 100%;
    height: auto;
}
.news-detail__content iframe {
    display: flex;
    /* max-width: 100% !important; */
    width: 100% !important;
    height: 447px !important;
    border: none;
}
.news-detail__content iframe body {
    background-color: transparent !important;
}

/* tag */
.news-detail__tags-wrapper {
    width: 800px;
    margin: auto;
    /* margin-bottom: 3.31rem; */
}
.news-detail__tags-title__wrapper {
    border-top: 0.1rem dotted var(--color-border-default-default);
    padding-bottom: 8px;
    font-size: 16px;
    font-family: var(--weight-700);
    padding-top: 24px;
    color: #555e61;
    letter-spacing: 0.64px;
}
.news-detail__tags {
    display: inline-block;
    background-color: var(--color-background-default-secondary);
    border: 1px solid var(--color-border-default-default);
    padding: 8px 24px;
    font-size: 16px;
    font-family: var(--weight-600);
    border-radius: 24px;
    margin-right: 16px;
    margin-bottom: 8px;
    cursor: pointer;
    color: var(--color-text-default-default);
    letter-spacing: 0.64px;
}
.news-detail__tags:hover {
    background-color: var(--color-background-default-secondary-hover);
    /* color: var(--white-1000); */
}

/* related news */
.news_latest-news__title-wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
}
.news_latest-news__title {
    font-size: 20px;
    font-family: var(--weight-600);
    color: var(--color-text-default-default);
}
.news_latest-news__container {
    display: flex;
    /* padding-bottom: 1rem; */
    border-bottom: 0.1rem solid var(--color-grey-60);
    margin-bottom: 0;
}
.news_latest-news__container-img {
    position: relative;
    width: 100%;
    /* height: 180px; */
}
.news_latest-news__container-img__coverImg {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 8px;
}
.news_latest-news__container-img-icon {
    position: absolute;
    bottom: 0.67rem;
    left: 0.67rem;
    width: 1.87rem;
    height: 1.87rem;
}
.news_latest-news__container-img-icon img {
    width: 100%;
    height: 100%;
}
.news_latest-news__container-tag__wrapper {
    margin: 0.3rem 0;
}
.news_latest-news__container-tag {
    display: inline-block;
    background-color: var(--color-grey-60);
    padding: 0.4rem 0.5rem;
    font-size: 0.6875rem;
    border-radius: 0.4rem;
    margin-right: 0.5rem;
}
.news_latest-news__wrapper {
    display: grid;
    row-gap: 1rem;
}
.news_latest-news__container-desc {
    padding: 8px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.news_latest-news__container-desc__title {
    font-family: var(--weight-600);
    -webkit-line-clamp: 2;
    color: var(--color-text-default-default);
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.news_latest-news__container-desc_tag {
    font-size: 12px;
    color: var(--color-text-default-secondary);
    letter-spacing: 0.2px;
    font-family: var(--weight-400) !important;
}
.news_latest-news__container-desc_tag::after {
    content: "|";
    width: 0.1rem;
    height: 1rem;
    margin: 0 0.5rem;
}
.news_latest-news__container-desc_tag:last-of-type::after {
    display: none;
}
.news-detail__3d-container {
    width: 100%;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #2933bd; */
    background-color: #dae1eb;
    transform-style: preserve-3d;
    border-radius: 1rem;
    transition: all 0.15s ease-out;

    filter: drop-shadow(rgba(0, 0, 0, 0.3) -88.5228px 21.4436px 15px);
}
.news-detail__3d-wrapper {
    position: relative;
    width: 25rem;
    height: 25rem;
    height: inherit;
    display: block;
    margin: 3rem 6rem;
    border-radius: 1rem;
}
.news-detail__3d {
    position: absolute;
    transition: all 0.3s;
    transform-style: preserve-3d;

    height: inherit;
}
.news-detail__3d img {
    width: 100%;
    transform: translateZ(120px);
    height: inherit;
}
.news-detail__3d-phones img {
    transform: translateZ(100px);
}
.news-detail__3d-1 {
    z-index: 2;
}
.news-detail__3d-3 {
    /* z-index: 1; */
}
.news-detail__3d-2 {
    z-index: 3;
    -webkit-animation: 5s moving_1 infinite linear;
}
.news-detail__3d-4 {
    -webkit-animation: 5s moving_1 infinite linear;
}
.news-detail__3d-5 {
    transform: translateZ(30px);
    -webkit-animation: 5s moving_2 infinite linear;
    z-index: 3;
}
.news-detail_3d-floating-1 {
    -webkit-animation: 4s moving_1 infinite linear;
}
.news-detail_3d-floating-2 {
    -webkit-animation: 5s moving_2 infinite linear;
}
.news-detail-3d-trophy {
    z-index: 10;
}
.news-detail__3d-btn {
    width: 115px;
    bottom: 2rem;
    left: 31%;
    border-radius: 1rem;
    position: relative;
    top: -5.5rem;
    display: block;
    perspective: 115px;
}
.news-detail__3d-btn__container {
    overflow: hidden;
    position: relative;
    background: linear-gradient(rgb(107 255 139), rgb(17, 155, 23));
    font-size: 16px;
    color: white;
    padding: 0.8rem;
    line-height: 1rem;
    will-change: transform, filter;
    float: none;
    margin: 0;
    transition: all 0.15s ease-out;
    height: auto;
    border-radius: 100px;
    overflow: hidden;
    display: block;
    margin: 0px auto;
    display: block;
    transform: rotateX(0deg) rotateY(0deg) scale(1);
    filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.3));
    font-weight: 500;
    perspective-origin: 0 0;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
}
.news-detail__3d-phone {
    width: 14rem;
    position: absolute;
    height: 9rem;
    top: 2rem;
    right: 0.5rem;
    z-index: 1;
}
.news-detail__3d-btn img {
    height: 100%;
}
.news-detail_3d-glowing {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 29rem;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.03) 1%,
        rgba(255, 255, 255, 0.6) 30%,
        rgba(255, 255, 255, 0.85) 50%,
        rgba(255, 255, 255, 0.85) 70%,
        rgba(255, 255, 255, 0.85) 71%,
        rgba(255, 255, 255, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#00ffffff", GradientType=1);
    width: 40%;
    height: 100%;
    transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    -moz-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    animation: move 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    -webkit-animation: move 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    -moz-transform: skew(-10deg, 0deg);
    -moz-animation: move 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 1s;
    -ms-transform: skew(-10deg, 0deg);
    -ms-animation: move 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 1s;
    -o-transform: skew(-10deg, 0deg);
    -o-animation: move 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-delay: 1s;
}
.news-detail__3d-content {
    animation: zoom-in-zoom-out 2.5s ease infinite;
    z-index: 1;
}
.card {
    width: 400px;
    height: 200px;
    position: relative;
    background: #00bcd4;
    border-radius: 3px;
    background-position: top center;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.card:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    border-radius: 50%;
    left: 0;
    bottom: 0px;
    box-shadow: 0 30px 20px rgb(0 0 0 / 30%);
}
.card-content {
    transform-style: preserve-3d;
    text-align: center;
    font-size: 24px;
}
.card-content h1 {
    color: #fff;
    transform: translateZ(100px);
}
.card-content p {
    color: #fff;
    transform: translateZ(50px);
}
@keyframes moving_2 {
0% {
        transform: translatex(3px);
}
25% {
        transform: translatex(-3px);
}
50% {
        transform: translatey(3px);
}
75% {
        transform: translatey(-3px);
}
100% {
        transform: translatex(3px);
}
}
@keyframes move {
0% {
        left: 0;
        opacity: 0.2;
}
5% {
        opacity: 0.25;
}
48% {
        opacity: 0.5;
}
80% {
        opacity: 0.1;
}
100% {
        left: 82%;
}
}
@keyframes zoom-in-zoom-out {
0% {
        transform: scale(1, 1);
}
50% {
        transform: scale(1.05, 1.05);
}
100% {
        transform: scale(1, 1);
}
}
.related-articles__container {
    background-color: var(--color-background-default-secondary);
    padding: 24px;
    box-sizing: border-box;
    border-radius: 16px;
    margin: 24px 0;
}
.news_latest-news_grid-display {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 18px));
    gap: 24px;
}
.news_latest-news__container {
    display: block;
    border-bottom: 0;
}
@media (max-width: 992px) {
.news-detail__content {
        width: 100%;
}
}
@media(max-width: 768px) {
    /* for test */
.news-detail__content {
        width: 100%;
}
.news-detail__container,
    .related-articles__container {
        padding: 16px;
        border-radius: 0;
        margin-bottom: 0;
}
.news-detail__3d-wrapper {
        width: 100%;
        left: 0;
        /* height: 52vw; */
        margin: 0;
        box-sizing: border-box;
        padding: 2rem;
}
.news-detail__wrapper {
        display: flex;
        flex-direction: column;
        margin: 0;
}
.news-detail__title {
        font-size: 24px;
        margin-bottom: 8px;
        letter-spacing: -0.64px;
        font-family: var(--weight-600);
}
.news_detail__author-name {
        font-family: var(--weight-700);
        margin-bottom: 0.2rem;
        display: block;
}
.news_latest-news__container {
        /* flex-direction: column; */
        border-bottom: none;
        margin-bottom: 16px;
}
.news_latest-news__container-desc {
        padding-top: 0px;
}
.news_latest-news__container-desc__title {
        height: 2rem;
        font-weight: normal;
}
.news-detail__tags-wrapper {
        display: block;
        /* margin-bottom: 0.51rem; */
        width: 100%;
}
.news_latest-news__title-wrapper {
        margin-bottom: 0;
        border-bottom: none;
}
.news_latest-news__container-img {
        margin-right: 0;
        width: auto;
        min-width: auto;
}
.news-detail__content iframe {
        height: 53vw !important;
}
.news-detail__3d-btn {
        bottom: 20px;
        left: 24vw;
        border-radius: 1rem;
        top: -2.5rem;
        width: 90px;
}
.news-detail__3d-btn__container {
        padding: 0.5rem;
}
.news-detail__3d-phone {
        width: 8rem;
}
.news_latest-news_grid-display {
        display: block;
}
.news_latest-news__container {
        display: flex;
        gap: 16px;
        align-items: center;
        margin-bottom: 16px;
}
.news_latest-news__container-img {
        width: 118px;
        height: auto;
}
.news_latest-news__container-desc__title {
        height: auto;
        font-family: var(--weight-600);
}
.news_latest-news__title {
        font-size: 16px;
        letter-spacing: 0.64px;
}
.news_detail__author-icon {
        display: none;
}
.news_detail__author-tag {
        font-size: 14px;
        letter-spacing: 0.64px;
}
.news_latest-news__title-wrapper {
        padding-bottom: 16px;
}
.news-detail__tags {
        font-size: 13px;
}
.news-detail__tags-title__wrapper {
        font-size: 14px;
}
}


@media(max-width: 768px) {
    /* for test */
.news-detail__wrapper[data-v-4498b6b6] {
        padding-bottom: 60px;
}
}

