.hd-img-section {
    background-image: url(/assets2/image/hd-big-bg-3.png);
}

.hd-img-section .hd-title {
    color: #0A5F25;
}

.title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: fit-content;
    min-width: 360px;
    min-height: 220px;
    z-index: 1;
}

.title-wrapper .title-txt {
    color: #0A5F25;
    font-size: 64px;
    font-weight: bold;
}

.bg-18 {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.original-link .link a {
    font-family: PingFang HK, PingFang HK;
    font-weight: 600;
    font-size: 28px;
    color: #88654F;
    line-height: 50px;
    text-align: center;
    text-decoration: underline;
}

.original-link .link-date {
    font-family: PingFang HK, PingFang HK;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 29px;
    text-align: center;
    padding-bottom: 32px;
}

.details-wrapper .detail-img {
    width: 100%;
    padding-bottom: 62px;
}

.details-wrapper .blog-title {
    font-family: PingFang HK, PingFang HK;
    font-weight: 600;
    font-size: 48px;
    color: #0A5F25;
    line-height: 48px;
    text-align: center;
    padding-top: 32px;
    padding-bottom: 46px;
}

.details-wrapper{
    font-family: PingFang HK, PingFang HK;
    font-weight: 400;
    font-size: 28px;
    color: #88654F;
    line-height: 50px;
    padding-bottom: 62px;
}

.details-wrapper h3, .details-wrapper h2, .details-wrapper h1, .details-wrapper h4{
    font-weight: bold; margin-bottom:10px; margin-top:22px;
}

.details-wrapper p{
	margin-bottom:25px;
}


.details-wrapper iframe,.details-wrapper video{
    margin: 0 auto; display: block; 
}

.back-item{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-right: 20px;
}
.back-item a{
    display: flex;
    align-items: center;
    column-gap: 7px;
}
.back-item a:hover span{
    text-decoration: underline;
    color: #0A5F25;
}
.back-item a span{
    font-size: 20px;
    color: #88654F;
    font-weight: 600;
}


@media (min-width: 1080px) {
.details-wrapper iframe{
    margin: 0 auto; display: block; 
	width: 1080px;
    height: 600px;
    max-width: 100%;
}
}







