/*
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: 1870px) {/* มากกว่า 1870px ขึ้นไป */
    .content-mobile-status{
        display: none !important;
    }

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

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

    /*Tempate*/
    .tempate_top_menu_txt{
        /*        font-size: 26px !important;
                padding-left: 10px !important;*/
        font-family: NotoSansThai;
        font-size: var(--tempate_top_menu_txt) !important;
        color: #202020;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 1850px !important;
    }

    .show_product{
        padding: 0 15%;
    }

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

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

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