/* // Large devices (desktops, less than 1200px) */
@media (min-width: 1200px) {}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* // Medium devices (tablets, less than 992px) */
@media (min-width: 992px) {
    .w-md-50 {
        width: 50% !important;
    }
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* // Small devices (tablets, less than 992px) */
@media (min-width: 768px) {
    .w-sm-50 {
        width: 40% !important;
    }

    .h-sm-50 {
        height: 40% !important;
    }
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* // Extra small devices (portrait phones, less than 576px) */
@media (min-width: 576px) {}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}

.thaitrade-text-primary {
    color: var(--thaitrade-primary);
}

.text-over-flow-dot-2-line {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.block-video {
    max-width: 800px;
    padding: 0px 20px;
}
.videoWrapper {
    position: relative;
    padding-bottom: 54.8%;
    padding-top: 0;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}