/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 11, 2022, 11:37:57 AM
    Author     : yot_o
*/

@media screen and (min-width: 768px) {/* มากกว่า 768px ขึ้นไป */
    .content-mobile-status{
        display: none !important;
    }

    .content-pc-status{
        display: block !important;
    }

    .content-menu-button-status{
        display: none !important;
    }

    .show_product{
        padding: 0 1%;
    }

    .tempate_billboard_underline{
        font-size: 32px !important;
    }

    .tempate_header_page{
        font-size: 28px !important;
    }

    .web_news_img{
        width: 65% !important;
    }
}
