@charset "utf-8";
@media only screen and (min-width: 1366px) and (max-width: 1600px) {}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 1600px) {}

@media only screen and (min-width: 1300px) and (max-width: 1599px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 991px) {
    .mobile {
        display: block!important;
    }
    .desktop {
        display: none!important;
    }
    .home-feature img{
        /* width: 100%; */
    }
    .ads_section .aside-box-content{
        /* max-height: 250px;; */
    }
}

@media only screen and (max-width: 767px) {

    .home-feature .post-group--hero .post {
        /* border-bottom: 1px solid rgba(0, 0, 0, 0.5); */
        box-shadow: 0px 0 15px -2px #888;

        margin-bottom: 15px;
    }
    .mobile {
        display: block!important;
    }
    .desktop {
        display: none!important;
    }

    .one-column-wrap .post__vertical--single{
        padding-bottom: 10px;
    }

    .page-footer .menu>li {
        padding-right: .5em;
    }
    .home-feature .post__inside .post__header.first-feature .post__title {
        padding: 0;
    }
    .ads_section .aside-box-content {
        /* max-height: 250px; */
        margin-top: 15px;
    }
    .video-sharing .page-content {
        padding: 0;
    }
    .post-group--hero .post {
        margin-right: 0;
    }
    .side-content {
        padding-top: 25px;
    }
    .page-footer .contact-form-group {
        justify-content: center;
    }
    .post__vertical--single .post__content {
        padding-top: 10px;
    }
    .words-warp {
        margin-bottom: 25px;
    }
    .words-warp .left {
        top: -30px;
    }
    .one-column-wrap .post__title {
        /* margin-top: 10px; */
        margin: 0;

    }
    .our-team-wrap .post__thumbnail {
        padding: 0;
    }
    .words-warp .right {
        bottom: -40%;
    }
    .words-warp .post__vertical--single .post__content p {
        padding: 0 15px;
    }
    .next-arrow {
        right: 0;
    }
    .prev-arrow {
        left: 0;
    }
    .post__vertical .post__title a{
        font-weight: 700;

    }
    .post__horizontal .post__title a {
        color:  var(--color-1st);
        /* line-height: 30px; */
        font-size: 22px;    
        letter-spacing: 1px;

        font-weight: 700;
    }
    .home-feature .post__inside--feature-small .post__title a {
        font-weight: 700;
    }

    .two-column-warp .post__horizontal--single .post__title a {
        color:  var(--color-1st);
    }
    .magazine-warp .post__vertical--single .post__thumbnail img{
        width: 50%;
        padding-bottom: 15px;
    }
    .words-warp .right {
        right: 5px;
        position: absolute;
        bottom: -50%;
    }
    .words-warp .left, .words-warp .right {
        font-size: 80px;
        font-family: 'Microsoft JhengHei Boot';
    }
}