.breadcumd-detail-post {
    display: flex;
}
.breadcumd-detail-post p {
    font-family: SF Pro Text;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #666666;
    padding: 0 5px;
}
.breadcumd-detail-post p:first-child {
    padding-left: 0;
}
.detail-post h2 {
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    color: #323232;
}
.detal-date {
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #666666;
}
.detail-post p {
    font-family: SF Pro Text;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #666666;
    text-align: left;
}
.image-note {
    display: flex;
    justify-content: space-between;
}
.image-note p {
    font-family: SF Pro Text;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #666666;
}
.detail-post .img{
    margin-top: 70px;
    margin-bottom: 50px;
}
.detail-source {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.share-icon {
    display: flex;
    align-items: center;
}
.share-icon a {
    margin-right: 15px;
}
.share-icon a img {
    filter: brightness(0);
}
.detail-source p {
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #323232;
}
.share-icon p:nth-child(1) {
    margin-right: 15px;
}
.keyword-post {
    display: flex;
    align-items: center;
}
.keyword-post p {
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #323232;
    margin-bottom: 0;
    margin-right: 10px;
}
.keyword-post span {
    font-family: SF Pro Text;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #666666;
    border: 0.5px solid #c4c4c4;
    border-radius: 5px;
    padding: 7px 12px;
    margin-left: 10px;
    display: inline-block;
    min-width: 100px;
}
.head-post-related {
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    color: #323232;
    padding-top: 50px;
    padding-bottom: 30px;
}
.detail-post .image-note {
    margin-top: 30px;
}
.row-post-related .box-image{
    height: 290px;
}
.row-post-related .box-image>div{
    height: 100%;
}
.row-post-related .box-image img{
    height: 100%;
}
.meta-post-custom{
        display: flex;
    justify-content: space-between;
}
.meta-post-custom p:nth-child(1) {
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    background: -moz-linear-gradient( 90deg, #7b4102 -91.22%, #b28a4c 57.42%, #d0ad6a 164.87%, #fdedc9 271.35% );
    background: -webkit-linear-gradient( 
90deg, #7b4102 -91.22%, #b28a4c 57.42%, #d0ad6a 164.87%, #fdedc9 271.35% );
    background: -o-linear-gradient( 90deg, #7b4102 -91.22%, #b28a4c 57.42%, #d0ad6a 164.87%, #fdedc9 271.35% );
    background: -ms-linear-gradient( 90deg, #7b4102 -91.22%, #b28a4c 57.42%, #d0ad6a 164.87%, #fdedc9 271.35% );
    background: linear-gradient( 
90deg, #7b4102 -91.22%, #b28a4c 57.42%, #d0ad6a 164.87%, #fdedc9 271.35% );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    text-fill-color: transparent;
}
.meta-post-custom p:nth-child(2) {
    font-family: SF Pro Display;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #666666;
}
@media (max-width: 1440px) and (min-width: 768px) {
    .section-detail-post {
        padding: 30px 5%;
    }
    
}
@media (max-width: 768px) {
    .breadcumd-detail-post p {
        font-size: 16px;
    }
    .detail-post h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .image-note p {
        font-size: 13px;
        width: 50%;
    }
    .image-note p:last-child {
        text-align: right;
    }
    .keyword-post {
        align-items: normal;
    }
    .detail-source p {
        font-size: 16px;
    }
    .keyword-post p {
        min-width: 70px;
        font-size: 16px;
    }
    .keyword-post span {
        font-size: 14px;
        padding: 5px 5px;
        min-width: 90px;
        margin-bottom: 10px;
    }
    .head-post-related {
        font-size: 28px;
        padding-top: 25px;
    }
    .detail-post .img {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .detail-post .image-note {
        padding-bottom: 20px;
    }
    .detail-post p {
        text-align: justify;
    }
    .row-post-related .box-image{
    height: 200px;
}
}
