*{
    margin: 0;
    padding: 5px;
    box-sizing: border-box;
}

@font-face {
    font-family: fonts1;
    src: url(./NotoSansThai/RobotoCondensed-Regular.woff);
    src: url(./NotoSansThai/AnyConv.com__NotoSansThai_Condensed-Regular.woff);
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

body {
    width: auto;
    font-family: fonts1;
    /* border: 3px solid black; */
    user-select: none;
}

/*ส่วน Header*/

.header {
    height: 100px;
    /*border: 2px solid black;*/
    display: flex;
    justify-content: center;
}

.header a img {
    margin-left: 1%;
    width: 150px;
    height: 75px;
    margin-top: 8%;
}

.header .headerhiddenblock2 {
    width: 700px;
    /*border: 2px solid black;*/
}


.header .navbar {
    margin-top: 50px;
    /*border: 2px solid black;*/
}


.header .navbar a{
    font-size: 22px;
    font-weight: bold;
    color: black;
}
.header .navbar a:hover{
    color: rgba(0, 0, 0, .3);
}

/*จบส่วน Header*/


/* ส่วน ContentSpace */

.ContentSpace {
    width: 80px;
    /*border: 2px solid black;*/
}

/* จบส่วน ContentSpace */

/*ส่วน block1*/

.block1 {
    height: auto;
    /*border: 2px solid black;*/ /*open here*/
    display: flex;
    justify-content: center;
}

/*ส่วน RecommendedProduct*/

.RecommendedProduct #TopicRCM {
    font-size: 22px;
    margin-left: 31%;
}

.RecommendedProduct #Commentusername {
    width: 250px;
    height: 40px;
}

.RecommendedProduct #surname {
    width: 250px;
    height: 40px;
}

.RecommendedProduct #tel {
    width: 250px;
    height: 40px;
}

.RecommendedProduct #email {
    width: 250px;
    height: 40px;
}

.RecommendedProduct #topic {
    width: 513px;
    height: 40px;
}

.RecommendedProduct #detail {
    width: 513px;
    height: 90px;
}

.RecommendedProduct #submit {
    margin-left: 84.8%;
    width: 80px;
    height: 35px;
}

/*จบส่วน RecommendedProduct*/

/* ส่วน ContactData */

.ContactData .ContactHiddenBlock1 {
    height: 63px;
}

.ContactData #companyname {
    font-weight: bold;
    font-size: 30px;
}

.ContactData #address1{
    font-size: 28px;
}

.ContactData #address2{
    font-size: 28px;
}

.ContactData #address3{
    font-size: 28px;
}


/* จบส่วน ContactData */


/*จบส่วน block1*/



/*ส่วน footer*/

.footer {
    text-align: center;
    /* border: 2px solid black; */ /*open here*/
    display: flex;
    justify-content: center;
}

.footer .hiddenblock4 {
    width: 180px;
    /* border: 2px solid black; */
}

.footer .block2 {
    text-align: left;
}
.footer .block2 a {
    color: black;
}

.footer .block3 {
    text-align: left;
}
.footer .block3 a {
    color: black;
}

.footer .block4 {
    text-align: left;
}
.footer .block4 {
    color: black;
}

.footer .hiddenblock5 {
    width: 180px;
    /* border: 2px solid black; */
}


.footer .hiddenblock3 {
    width: 180px;
    /* border: 2px solid black; */
}

/*ซ่อนส่วน mobile footer*/
.Mobilefooter {
    display: none;
}
/*ซ่อนส่วน mobile footer*/

/* ซ่อนฟอร์ม 480px */
#formRE480px {
    display: none;
}


/*จบส่วน footer*/
.TheEndblock {
    width: auto;
    display: flex;
    justify-content: center;
    /*border: 2px solid black;*/
}

.TheEndblock .hiddenblock6 {
    width: 10px;
    /*border: 2px solid black;*/
}

.CPYBlock {
    width: 200px;
    /*border: 2px solid black;*/
}
#CPY {
    font-size: 12px;
}


@media only screen and (max-width: 1329px) {
    
    body {
        width: 100%;
        font-family: fonts1;
        /*border: 3px solid black;*/
        user-select: none;
    }

    .header {
        height: 100px;
        /* border: 2px solid black; */ /*open here*/
        display: flex;
        justify-content: center;
    }
    
    .header a img {
        margin-left: 1%;
        width: 150px;
        height: 75px;
        margin-top: 8%;
    }
    
    .header .headerhiddenblock2 {
        width: 600px;
        /* border: 2px solid black; */
    }
    
    
    .header .navbar {
        margin-top: 50px;
        /*border: 2px solid black;*/
    }
    
    
    .header .navbar a{
        font-size: 22px;
        font-weight: bold;
        color: black;
    }
    .header .navbar a:hover{
        color: rgba(0, 0, 0, .3);
    }
    
    /*จบส่วน Header*/
    
    /* ส่วน content */

    .RecommendedProduct {
        width: 50%;
        /* border: 2px solid red; */
    }

    .RecommendedProduct #submit {
        margin-left: 70%;
        width: 80px;
        height: 35px;
    }
        
    #formRE480px {
        display: none;
    }
    
    .ContentSpace {
        width: 1%;
        /* border: 2px solid skyblue; */
    }

    .ContactData {
        width: 40%;
        /* border: 2px solid green; */
    }

    /* จบส่วน content */
    


    /*ซ่อนส่วน footer ปกติ*/
    .footer {
        display: none;
    }
    /*ซ่อนส่วน footer ปกติ*/

    /*ส่วน Mobilefooter*/
    .Mobilefooter {
        margin: 0 0 50px 50px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        /* border: 2px solid fuchsia; */
        /* grid-gap: 1px; */
    }

    .Mobileblock2 {
        font-size: 18px;
        font-weight: bold;
        /* border: 2px solid green; */
    }

    .Mobileblock3 {
        font-size: 18px;
        font-weight: bold;
        /* border: 2px solid yellow; */
    }

    .Mobilefooter .Mobileblock2 a {
        color: black;
    } 

    .Mobilefooter .Mobileblock3 a {
        color: black;
    } 

    .Mobileblock4 {
        font-size: 18px;
        font-weight: bold;
        /* border: 2px solid red; */
    }

    .insideMobileblock5 {
        width: 100%;
        display: flex;
        justify-content: center;
        /* border: 2px solid red; */
    }

    .MobileblockSpecific1329px {
        margin-top: 45px;
        background-image: url(./Picture/lineAcc.jpg);
        width: 135px; 
        height: 135px;
        background-size: cover;
        text-align: center;
        /* border: 2px solid black; */
    }

    /*จบส่วน Mobilefooter*/

    .TheEndblock {
        width: auto;
        display: flex;
        justify-content: center;
        /*border: 2px solid black;*/
    }
    
    .CPYBlock {
        width: 100%;
        /* border: 2px solid black; */
        text-align: center;
    }
    #CPY {
        font-size: 12px;
    }

}


/*************** MOBILE RESPONSIVE ****************/

@media only screen and (max-width: 1200px) {
    
    body {
        width: 100%;
        font-family: fonts1;
        /* border: 3px solid black; */
        user-select: none;
    }

    .header {
        width: 100%;
        height: 0%;
        /* border: 2px solid red; */
        display: inline-block;
        text-align: center;
        /* justify-content: center; */
    }
    
    .header a img {
        margin: 0 0 0 0;
        width: 140px;
        height: 70px;
    }
    
    .navbar {
        /*border: 2px solid black;*/
        text-align: center;
    }
    
    .navbar a{
        font-size: 22px;
        font-weight: bold;
        color: black;
    }
    .navbar a:hover{
        color: rgba(0, 0, 0, .3);
    }
    
    /*จบส่วน Header*/

        /* ส่วน content */

        .block1 {
            width: 100%;
            display: inline-block;
            justify-content: center;
            /* border: 2px solid gold; */
        }


        .RecommendedProduct {
            margin-left: 0%;
            width: 100%;
            /* border: 2px solid red; */
        }

        .RecommendedProduct #TopicRCM {
            margin: 0 0 0 0;
        }

        .RecommendedProduct #formRE {
            text-align: center;
        }
    
        .RecommendedProduct #submit {
            margin: 0 0 0 0;
        }

        #formRE480px {
            display: none;
        }
    
        .ContentSpace {
            width: 1%;
            /* border: 2px solid skyblue; */
        }
    
        .ContactData {
            margin-left: 0%;
            width: 100%;
            text-align: center;
            justify-content: center;
            /* border: 2px solid green; */
        }

        .ContactData #companyname {
            margin-left: 0 0 0 0;
        }

        .ContactData #address1 {
            font-size: 21px;
        }

        .ContactData #address2 {
            font-size: 21px;
        }

        .ContactData #address3 {
            font-size: 21px;
        }
    
        /* จบส่วน content */
    
    
    /*ซ่อนส่วน footer ปกติ*/
    .footer {
        display: none;
    }
    /*ซ่อนส่วน footer ปกติ*/

    /*ส่วน Mobilefooter*/
    .Mobilefooter {
        margin: 0 0 0 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        /* border: 2px solid black; */
        /* grid-gap: 1px; */
    }

    .Mobileblock2 {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        /* border: 2px solid green; */
    }

    .Mobileblock3 {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        /* border: 2px solid yellow; */
    }

    .Mobilefooter .Mobileblock2 a {
        color: black;
    } 

    .Mobilefooter .Mobileblock3 a {
        color: black;
    } 

    .Mobileblock4 {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        /* border: 2px solid red; */
    }

    .Mobileblock5 {
        margin: 0;
        width: 100%;
        height: 150px;
        display:flex;
        justify-content: center;
        /* border: 2px solid black; */
    }
    
    .lineAcc {
        width: 135px; 
        height: 135px;
        background-image: url(./Picture/lineAcc.jpg);
        background-size: cover;
    }


    /*จบส่วน Mobilefooter*/

    /* ซ่อน QR 1329px */

    .MobileblockSpecific1329px {
        display: none;
    }

    /* /จบส่วนซ่อน QR 1329px */

    .TheEndblock {
        width: auto;
        display: flex;
        justify-content: center;
        /*border: 2px solid black;*/
    }
    
    .CPYBlock {
        width: 100%;
        /* border: 2px solid black; */
        text-align: center;
    }
    #CPY {
        font-size: 12px;
    }
}


@media only screen and (max-width: 1024px) {
    
    body {
        width: 100%;
        font-family: fonts1;
        /* border: 3px solid black; */
        user-select: none;
    }

    .header {
        width: 100%;
        height: 0%;
        /* border: 2px solid red; */
        display: inline-block;
        text-align: center;
        /* justify-content: center; */
    }
    
    .header a img {
        margin: 0 0 0 0;
        width: 140px;
        height: 70px;
    }
    
    .navbar {
        /*border: 2px solid black;*/
        text-align: center;
    }
    
    .navbar a{
        font-size: 22px;
        font-weight: bold;
        color: black;
    }
    .navbar a:hover{
        color: rgba(0, 0, 0, .3);
    }
    
    /*จบส่วน Header*/

        /* ส่วน content */

        .block1 {
            width: 100%;
            display: inline-block;
            justify-content: center;
            /* border: 2px solid gold; */
        }


        .RecommendedProduct {
            margin-left: 0%;
            width: 100%;
            /* border: 2px solid red; */
        }

        .RecommendedProduct #TopicRCM {
            margin: 0 0 0 0;
        }

        .RecommendedProduct #formRE {
            text-align: center;
        }
    
        .RecommendedProduct #submit {
            margin: 0 0 0 0;
        }
    
        #formRE480px {
            display: none;
        }

        .ContentSpace {
            width: 1%;
            /* border: 2px solid skyblue; */
        }
    
        .ContactData {
            margin-left: 0%;
            width: 100%;
            text-align: center;
            justify-content: center;
            /* border: 2px solid green; */
        }

        .ContactData #companyname {
            margin-left: 0 0 0 0;
        }

        .ContactData #address1 {
            font-size: 21px;
        }

        .ContactData #address2 {
            font-size: 21px;
        }

        .ContactData #address3 {
            font-size: 21px;
        }
    
        /* จบส่วน content */
    
    
    /*ซ่อนส่วน footer ปกติ*/
    .footer {
        display: none;
    }
    /*ซ่อนส่วน footer ปกติ*/

    /*ส่วน Mobilefooter*/
    .Mobilefooter {
        margin: 0 0 0 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        /* border: 2px solid black; */
        /* grid-gap: 1px; */
    }

    .Mobileblock2 {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        /* border: 2px solid green; */
    }

    .Mobileblock3 {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        /* border: 2px solid yellow; */
    }

    .Mobilefooter .Mobileblock2 a {
        color: black;
    } 

    .Mobilefooter .Mobileblock3 a {
        color: black;
    } 

    .Mobileblock4 {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        /* border: 2px solid red; */
    }

    .Mobileblock5 {
        margin: 0;
        width: 100%;
        height: 150px;
        display:flex;
        justify-content: center;
        /* border: 2px solid black; */
    }
    
    .lineAcc {
        width: 135px; 
        height: 135px;
        background-image: url(./Picture/lineAcc.jpg);
        background-size: cover;
    }


    /*จบส่วน Mobilefooter*/

    /* ซ่อน QR 1329px */

    .MobileblockSpecific1329px {
        display: none;
    }

    /* /จบส่วนซ่อน QR 1329px */

    .TheEndblock {
        width: auto;
        display: flex;
        justify-content: center;
        /*border: 2px solid black;*/
    }
    
    .CPYBlock {
        width: 100%;
        /* border: 2px solid black; */
        text-align: center;
    }
    #CPY {
        font-size: 12px;
    }
}


@media only screen and (max-width: 900px) {
    
    body {
        width: 100%;
        font-family: fonts1;
        /* border: 3px solid black; */
        user-select: none;
    }

    .header {
        width: 100%;
        height: 0%;
        /* border: 2px solid red; */
        display: inline-block;
        text-align: center;
        /* justify-content: center; */
    }
    
    .header a img {
        margin: 0 0 0 0;
        width: 140px;
        height: 70px;
    }
    
    .navbar {
        /*border: 2px solid black;*/
        text-align: center;
    }
    
    .navbar a{
        font-size: 22px;
        font-weight: bold;
        color: black;
    }
    .navbar a:hover{
        color: rgba(0, 0, 0, .3);
    }
    
    /*จบส่วน Header*/

        /* ส่วน content */

        .block1 {
            width: 100%;
            display: inline-block;
            justify-content: center;
            /* border: 2px solid gold; */
        }


        .RecommendedProduct {
            margin-left: 0%;
            width: 100%;
            /* border: 2px solid red; */
        }

        .RecommendedProduct #TopicRCM {
            margin: 0 0 0 0;
        }

        .RecommendedProduct #formRE {
            text-align: center;
        }
    
        .RecommendedProduct #submit {
            margin: 0 0 0 0;
        }
        
        #formRE480px {
            display: none;
        }
        
        .ContentSpace {
            width: 1%;
            /* border: 2px solid skyblue; */
        }
    
        .ContactData {
            margin-left: 0%;
            width: 100%;
            text-align: center;
            justify-content: center;
            /* border: 2px solid green; */
        }

        .ContactData #companyname {
            margin-left: 0 0 0 0;
        }

        .ContactData #address1 {
            font-size: 21px;
        }

        .ContactData #address2 {
            font-size: 21px;
        }

        .ContactData #address3 {
            font-size: 21px;
        }
    
        /* จบส่วน content */
    
    
    /*ซ่อนส่วน footer ปกติ*/
    .footer {
        display: none;
    }
    /*ซ่อนส่วน footer ปกติ*/

    /*ส่วน Mobilefooter*/
    .Mobilefooter {
        margin: 0 0 0 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        /* border: 2px solid black; */
        /* grid-gap: 1px; */
    }

    .Mobileblock2 {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        /* border: 2px solid green; */
    }

    .Mobileblock3 {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        /* border: 2px solid yellow; */
    }

    .Mobilefooter .Mobileblock2 a {
        color: black;
    } 

    .Mobilefooter .Mobileblock3 a {
        color: black;
    } 

    .Mobileblock4 {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        /* border: 2px solid red; */
    }

    .Mobileblock5 {
        margin: 0;
        width: 100%;
        height: 150px;
        display:flex;
        justify-content: center;
        /* border: 2px solid black; */
    }
    
    .lineAcc {
        width: 135px; 
        height: 135px;
        background-image: url(./Picture/lineAcc.jpg);
        background-size: cover;
    }


    /*จบส่วน Mobilefooter*/

    /* ซ่อน QR 1329px */

    .MobileblockSpecific1329px {
        display: none;
    }

    /* /จบส่วนซ่อน QR 1329px */

    .TheEndblock {
        width: auto;
        display: flex;
        justify-content: center;
        /*border: 2px solid black;*/
    }
    
    .CPYBlock {
        width: 100%;
        /* border: 2px solid black; */
        text-align: center;
    }
    #CPY {
        font-size: 12px;
    }
}


@media only screen and (max-width: 768px) {
    
    body {
        width: 100%;
        font-family: fonts1;
        /* border: 3px solid black; */
        user-select: none;
    }

    .header {
        width: 100%;
        height: 0%;
        /* border: 2px solid red; */
        display: inline-block;
        text-align: center;
        /* justify-content: center; */
    }
    
    .header a img {
        margin: 0 0 0 0;
        width: 140px;
        height: 70px;
    }
    
    .navbar {
        /*border: 2px solid black;*/
        text-align: center;
    }
    
    .navbar a{
        font-size: 22px;
        font-weight: bold;
        color: black;
    }
    .navbar a:hover{
        color: rgba(0, 0, 0, .3);
    }
    
    /*จบส่วน Header*/

        /* ส่วน content */

        .block1 {
            width: 100%;
            display: inline-block;
            justify-content: center;
            /* border: 2px solid gold; */
        }


        .RecommendedProduct {
            margin-left: 0%;
            width: 100%;
            /* border: 2px solid red; */
        }

        .RecommendedProduct #TopicRCM {
            margin: 0 0 0 0;
        }

        .RecommendedProduct #formRE {
            text-align: center;
        }
    
        .RecommendedProduct #submit {
            margin: 0 0 0 0;
        }
        
        #formRE480px {
            display: none;
        }
        
        .ContentSpace {
            width: 1%;
            /* border: 2px solid skyblue; */
        }
    
        .ContactData {
            margin-left: 0%;
            width: 100%;
            text-align: center;
            justify-content: center;
            /* border: 2px solid green; */
        }

        .ContactData #companyname {
            margin-left: 0 0 0 0;
        }

        .ContactData #address1 {
            font-size: 21px;
        }

        .ContactData #address2 {
            font-size: 21px;
        }

        .ContactData #address3 {
            font-size: 21px;
        }
    
        /* จบส่วน content */
    
    
    /*ซ่อนส่วน footer ปกติ*/
    .footer {
        display: none;
    }
    /*ซ่อนส่วน footer ปกติ*/

    /*ส่วน Mobilefooter*/
    .Mobilefooter {
        margin: 0 0 0 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        /* border: 2px solid black; */
        /* grid-gap: 1px; */
    }

    .Mobileblock2 {
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        /* border: 2px solid green; */
    }

    .Mobileblock3 {
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        /* border: 2px solid yellow; */
    }

    .Mobilefooter .Mobileblock2 a {
        color: black;
    } 

    .Mobilefooter .Mobileblock3 a {
        color: black;
    } 

    .Mobileblock4 {
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        /* border: 2px solid red; */
    }

    .Mobileblock5 {
        margin: 0;
        width: 100%;
        height: 150px;
        display:flex;
        justify-content: center;
        /* border: 2px solid black; */
    }
    
    .lineAcc {
        width: 135px; 
        height: 135px;
        background-image: url(./Picture/lineAcc.jpg);
        background-size: cover;
    }


    /*จบส่วน Mobilefooter*/

    /* ซ่อน QR 1329px */

    .MobileblockSpecific1329px {
        display: none;
    }

    /* /จบส่วนซ่อน QR 1329px */

    .TheEndblock {
        width: auto;
        display: flex;
        justify-content: center;
        /*border: 2px solid black;*/
    }
    
    .CPYBlock {
        width: 100%;
        /* border: 2px solid black; */
        text-align: center;
    }
    #CPY {
        font-size: 12px;
    }
}


@media only screen and (max-width: 600px) {
    
    body {
        width: 100%;
        font-family: fonts1;
        /* border: 3px solid black; */
        user-select: none;
    }

    .header {
        width: 100%;
        height: 0%;
        /* border: 2px solid red; */
        display: inline-block;
        text-align: center;
        /* justify-content: center; */
    }
    
    .header a img {
        margin: 0 0 0 0;
        width: 140px;
        height: 70px;
    }
    
    .navbar {
        /*border: 2px solid black;*/
        text-align: center;
    }
    
    .navbar a{
        font-size: 22px;
        font-weight: bold;
        color: black;
    }
    .navbar a:hover{
        color: rgba(0, 0, 0, .3);
    }
    
    /*จบส่วน Header*/

        /* ส่วน content */

        .block1 {
            width: 100%;
            display: inline-block;
            justify-content: center;
            /* border: 2px solid gold; */
        }


        .RecommendedProduct {
            margin-left: 0%;
            width: 100%;
            /* border: 2px solid red; */
        }

        .RecommendedProduct #TopicRCM {
            margin: 0 0 0 0;
        }

        .RecommendedProduct #name {
            width: 150px;
        }

        .RecommendedProduct #surname {
            width: 150px;
        }

        .RecommendedProduct #call {
            width: 150px;
        }

        .RecommendedProduct #email {
            width: 150px;
        }

        .RecommendedProduct #topic {
            width: 315px;
        }

        .RecommendedProduct #detail {
            width: 315px;
        }

        .RecommendedProduct #formRE {
            text-align: center;
        }
    
        .RecommendedProduct #submit {
            margin: 0 0 0 0;
        }
        
        #formRE480px {
            display: none;
        }
        
        .ContentSpace {
            width: 1%;
            /* border: 2px solid skyblue; */
        }
    
        .ContactData {
            margin-left: 0%;
            width: 100%;
            text-align: center;
            justify-content: center;
            /* border: 2px solid green; */
        }

        .ContactData #companyname {
            margin-left: 0 0 0 0;
        }

        .ContactData #address1 {
            font-size: 19px;
        }

        .ContactData #address2 {
            font-size: 19px;
        }

        .ContactData #address3 {
            font-size: 19px;
        }
    
        /* จบส่วน content */
    
    
    /*ซ่อนส่วน footer ปกติ*/
    .footer {
        display: none;
    }
    /*ซ่อนส่วน footer ปกติ*/

    /*ส่วน Mobilefooter*/
    .Mobilefooter {
        margin: 0 0 0 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        /* border: 2px solid black; */
        /* grid-gap: 1px; */
    }

    .Mobileblock2 {
        width: 100%;
        font-size: 13px;
        font-weight: bold;
        /* border: 2px solid green; */
    }

    .Mobileblock3 {
        width: 100%;
        font-size: 13px;
        font-weight: bold;
        /* border: 2px solid yellow; */
    }

    .Mobilefooter .Mobileblock2 a {
        color: black;
    } 

    .Mobilefooter .Mobileblock3 a {
        color: black;
    } 

    .Mobileblock4 {
        width: 100%;
        font-size: 13px;
        font-weight: bold;
        /* border: 2px solid red; */
    }

    .Mobileblock5 {
        margin: 0;
        width: 100%;
        height: 150px;
        display:flex;
        justify-content: center;
        /* border: 2px solid black; */
    }
    
    .lineAcc {
        width: 135px; 
        height: 135px;
        background-image: url(./Picture/lineAcc.jpg);
        background-size: cover;
    }


    /*จบส่วน Mobilefooter*/

    /* ซ่อน QR 1329px */

    .MobileblockSpecific1329px {
        display: none;
    }

    /* /จบส่วนซ่อน QR 1329px */

    .TheEndblock {
        width: auto;
        display: flex;
        justify-content: center;
        /*border: 2px solid black;*/
    }
    
    .CPYBlock {
        width: 100%;
        /* border: 2px solid black; */
        text-align: center;
    }
    #CPY {
        font-size: 12px;
    }
}

/* MARGIN 115% */
@media only screen and (max-width: 480px) {
    
    body {
        width: 100%; /*body default 100%*/
        font-family: fonts1;
        /* border: 3px solid black; */
        user-select: none;
    }

    .header {
        margin: 0 0 0 0;
        width: 115%;
        /* border: 2px solid red; */
        display: inline-block;
        text-align: center;
        /* justify-content: center; */
    }
    
    .header a img {
        margin: 0 0 0 0;
        width: 140px;
        height: 70px;
    }
    
    .navbar {
        margin: 0 0 0 0;
        width: 100%;
        font-size: 10px;
        font-weight: bold;
        /* border: 2px solid black; */
        text-align: center;
    }
    
    .navbar a{
        font-weight: bold;
        color: black;
    }
    .navbar a:hover{
        color: rgba(0, 0, 0, .3);
    }
    
    /*จบส่วน Header*/

        /* ส่วน content */

        .block1 {
            width: 100%;
            display: inline-block;
            justify-content: center;
            /* border: 2px solid gold; */
        }


        .RecommendedProduct {
            margin-left: 0%;
            width: 100%;
            /* border: 2px solid red; */
            text-align: center;
        }


        .RecommendedProduct #formRE480px {
            margin: 0 0 0 0;
            display: inline-block;
            justify-content: center;
            text-align: center;
        }

        .RecommendedProduct #TopicRCM {
            margin: 0 0 0 0;
        }

        .RecommendedProduct #name {
            width: 315px;
        }

        .RecommendedProduct #surname {
            width: 315px;
        }

        .RecommendedProduct #call {
            width: 315px;
        }

        .RecommendedProduct #email {
            width: 315px;
        }

        .RecommendedProduct #topic {
            width: 315px;
        }

        .RecommendedProduct #detail {
            width: 315px;
        }
    
        .RecommendedProduct #submit {
            margin: 0 0 0 0;
        }

        /* ซ้อนฟอร์มส่วนของ 600px ขึ้นไป */
        #formRE {
            display: none;
        }
        
        .ContentSpace {
            width: 1%;
            /* border: 2px solid skyblue; */
        }
    
        .ContactData {
            margin-left: 0%;
            width: 115%;
            text-align: center;
            justify-content: center;
            /* border: 2px solid green; */
        }

        .ContactData #companyname {
            margin-left: 0 0 0 0;
        }

        .ContactData #address1 {
            font-size: 19px;
        }

        .ContactData #address2 {
            font-size: 19px;
        }

        .ContactData #address3 {
            font-size: 19px;
        }
    
        /* จบส่วน content */
    
    
    /*ซ่อนส่วน footer ปกติ*/
    .footer {
        display: none;
    }
    /*ซ่อนส่วน footer ปกติ*/

    /*ส่วน Mobilefooter*/
    .Mobilefooter {
        margin: 0 0 0 0;
        width: 115%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        /* border: 2px solid black; */
        /* grid-gap: 1px; */
    }

    .Mobileblock2 {
        width: 100%;
        font-size: 9px;
        font-weight: bold;
        /* border: 2px solid green; */
    }

    .Mobileblock3 {
        width: 100%;
        font-size: 9px;
        font-weight: bold;
        /* border: 2px solid yellow; */
    }

    .Mobilefooter .Mobileblock2 a {
        color: black;
    } 

    .Mobilefooter .Mobileblock3 a {
        color: black;
    } 

    .Mobileblock4 {
        width: 100%;
        font-size: 9px;
        font-weight: bold;
        /* border: 2px solid red; */
    }

    .Mobileblock5 {
        margin: 0;
        width: 115%;
        height: 150px;
        display:flex;
        justify-content: center;
        /* border: 2px solid black; */
    }
    
    .lineAcc {
        width: 135px; 
        height: 135px;
        background-image: url(./Picture/lineAcc.jpg);
        background-size: cover;
    }


    /*จบส่วน Mobilefooter*/

    /* ซ่อน QR 1329px */

    .MobileblockSpecific1329px {
        display: none;
    }

    /* /จบส่วนซ่อน QR 1329px */

    .TheEndblock {
        width: 115%;
        display: flex;
        justify-content: center;
        /*border: 2px solid black;*/
    }
    
    .CPYBlock {
        width: 100%;
        /* border: 2px solid black; */
        text-align: center;
    }
    #CPY {
        font-size: 12px;
    }
}

/* MARGIN 140% */
@media only screen and (max-width: 320px) {
    
    body {
        width: 100%; /*body default 100%*/
        font-family: fonts1;
        /* border: 3px solid black; */
        user-select: none;
    }

    .header {
        margin: 0 0 0 0;
        width: 140%;
        /* border: 2px solid red; */
        display: inline-block;
        text-align: center;
        /* justify-content: center; */
    }
    
    .header a img {
        margin: 0 0 0 0;
        width: 140px;
        height: 70px;
    }
    
    .navbar {
        margin: 0 0 0 0;
        width: 100%;
        font-size: 10px;
        font-weight: bold;
        /* border: 2px solid black; */
        text-align: center;
    }
    
    .navbar a{
        color: black;
    }
    .navbar a:hover{
        color: rgba(0, 0, 0, .3);
    }
    
    /*จบส่วน Header*/

        /* ส่วน content */

        .block1 {
            width: 100%;
            display: inline-block;
            justify-content: center;
            /* border: 2px solid gold; */
        }


        .RecommendedProduct {
            margin-left: 0%;
            width: 100%;
            /* border: 2px solid red; */
            text-align: center;
        }


        .RecommendedProduct #formRE480px {
            margin: 0 0 0 0;
            display: inline-block;
            justify-content: center;
            text-align: center;
        }

        .RecommendedProduct #TopicRCM {
            margin: 0 0 0 0;
        }

        .RecommendedProduct #name {
            width: 315px;
        }

        .RecommendedProduct #surname {
            width: 315px;
        }

        .RecommendedProduct #call {
            width: 315px;
        }

        .RecommendedProduct #email {
            width: 315px;
        }

        .RecommendedProduct #topic {
            width: 315px;
        }

        .RecommendedProduct #detail {
            width: 315px;
        }
    
        .RecommendedProduct #submit {
            margin: 0 0 0 0;
        }

        /* ซ้อนฟอร์มส่วนของ 600px ขึ้นไป */
        #formRE {
            display: none;
        }
        
        .ContentSpace {
            width: 1%;
            /* border: 2px solid skyblue; */
        }
    
        .ContactData {
            margin-left: 0%;
            width: 140%;
            text-align: center;
            justify-content: center;
            /* border: 2px solid green; */
        }

        .ContactData #companyname {
            margin-left: 0 0 0 0;
        }

        .ContactData #address1 {
            font-size: 19px;
        }

        .ContactData #address2 {
            font-size: 19px;
        }

        .ContactData #address3 {
            font-size: 19px;
        }
    
        /* จบส่วน content */
    
    
    /*ซ่อนส่วน footer ปกติ*/
    .footer {
        display: none;
    }
    /*ซ่อนส่วน footer ปกติ*/

    /*ส่วน Mobilefooter*/
    .Mobilefooter {
        margin: 0 0 0 0;
        width: 140%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        text-align: center;
        /* border: 2px solid black; */
        /* grid-gap: 1px; */
    }

    .Mobileblock2 {
        width: 100%;
        font-size: 8px;
        font-weight: bold;
        /* border: 2px solid green; */
    }

    .Mobileblock3 {
        width: 100%;
        font-size: 8px;
        font-weight: bold;
        /* border: 2px solid yellow; */
    }

    .Mobilefooter .Mobileblock2 a {
        color: black;
    } 

    .Mobilefooter .Mobileblock3 a {
        color: black;
    } 

    .Mobileblock4 {
        width: 100%;
        font-size: 8px;
        font-weight: bold;
        /* border: 2px solid red; */
    }

    .Mobileblock5 {
        margin: 0;
        width: 140%;
        height: 150px;
        display:flex;
        justify-content: center;
        /* border: 2px solid black; */
    }
    
    .lineAcc {
        width: 135px; 
        height: 135px;
        background-image: url(./Picture/lineAcc.jpg);
        background-size: cover;
    }


    /*จบส่วน Mobilefooter*/

    /* ซ่อน QR 1329px */

    .MobileblockSpecific1329px {
        display: none;
    }

    /* /จบส่วนซ่อน QR 1329px */

    .TheEndblock {
        width: 140%;
        display: flex;
        justify-content: center;
        /*border: 2px solid black;*/
    }
    
    .CPYBlock {
        width: 100%;
        /* border: 2px solid black; */
        text-align: center;
    }
    #CPY {
        font-size: 12px;
    }
}
