.video_tiktok {
    font-size: 14px;
    color: #fff;
    background: url(../images/background_3.png) #1b242d fixed;
    background-size: contain;
    padding-bottom: 2rem;
}
.video_tiktok .title {
    /* color: #c79c5d; */
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    padding: 50px 0 20px;
    background: -webkit-linear-gradient(135deg, #F1E075, #AE7F41);
    background: linear-gradient(to right, #F1E075 0%, #AE7F41 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    text-transform: uppercase;
}
.video_tiktok .desc {
    padding: 0 0 50px;
}
.video_tiktok .box .item {
    margin-bottom: 20px;
    border: 1px solid #c79c5d;
    border-radius: 8px;
    overflow: hidden;
}
.video_tiktok .box .item img {
    width: 100% !important;
    height: auto !important;
}
.video_tiktok .box .item h3{
    color: #c79c5d;
    font-size: 1.2rem;
    margin: 10px 0 15px;
    font-weight: bold;
    text-align: center;
}
.video_tiktok .box .item iframe{
    width: 100% !important;
    max-height: 524px !important;
}
.video_tiktok .box .item .iconPlay {
    content: "";
    background-image: url(../images/video/iconPlay.png);
    width: 48px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    height: 48px;
    background-size: cover;
}
.video_tiktok .embed-container {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
}
.video_tiktok {
    font-size: 14px;
    color: #fff;
    background: url(../images/background_3.png) #1b242d fixed;
    background-size: contain;
    padding-bottom: 2rem;
}
.video_tiktok h1 {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    padding: 50px 0 20px;
    background: -webkit-linear-gradient(135deg, #F1E075, #AE7F41);
    background: linear-gradient(to right, #F1E075 0%, #AE7F41 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    text-transform: uppercase;
}
.video_tiktok h2 {
    color: #c79c5d;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
    /* .video_tiktok .box .item iframe{
        max-height: 401px !important;
    } */
}
@media screen and (max-width: 668px) {
    .video_tiktok h1 {
        font-size: 20px;
        padding: 3rem 0 0 0;
    }
    .video_tiktok .box .item h3{
        font-size: 1rem;
    }
    /* .video_tiktok .box .item iframe{
        height: 280px !important;
    } */
}