@charset "utf-8";

/* CSS Document */
@font-face {
    font-family: Prompt-Medium;
    src        : url("../font/Prompt/Prompt-Medium.ttf");
}

@font-face {
    font-family: Prompt-Regular;
    src        : url("../font/Prompt/Prompt-Regular.ttf");
}

@font-face {
    font-family: Prompt-Light;
    src        : url("../font/Prompt/Prompt-Light.ttf");
}

@font-face {
    font-family: Nunito-ExtraBold;
    src        : url("../font/Nunito/Nunito-ExtraBold.ttf");
}

้html {
    height: 100%;
}

body {
    margin     : 0px;
    font-family: Prompt-Regular;
    height     : 100%;
}

.font-weight {
    font-family: Prompt-Medium;
}

h1 {
    font-size: 45px;
    padding  : 0px;
    margin   : 0px;
}

h1.h1name {
    font-family: Nunito-ExtraBold;
    font-size  : 70px;
    padding    : 0px;
    margin     : 0px;
}

h2 {
    font-size: 45px;
    padding  : 0px;
    margin   : 0px;
}

a:link {
    text-decoration: none;
    color          : #FF0000;
}

a:hover {
    text-decoration: none;
    color          : #FF0000;
}

a:active {
    text-decoration: none;
    color          : #FF0000;
}

a:visited {
    text-decoration: none;
    color          : #FF0000;
}

.margin100-0 {
    margin: 100px 0px;
}

/* HEADER */



.topbar {
    width           : 100%;
    padding         : 5px;
    box-sizing      : border-box;
    background-color: #fff;
    box-shadow      : 1px 0px 5px #e1e1e1;
    position        : relative;
    overflow        : hidden;
    box-sizing      : border-box;
    height          : 60px;

}

.menuIcon {
    display: none;
    float  : left;

}

.logoLayout {
    top      : 50%;
    right    : 0px;
    transform: translate(0%, -50%);


}

.logoLayout img {
    height    : 50px;
    float     : left;
    position  : relative;
    overflow  : hidden;
    box-sizing: border-box;


}

.topbarNav {
    margin    : 0px;
    float     : right;
    overflow  : hidden;
    box-sizing: border-box;
    position  : absolute;
    top       : 50%;
    right     : 0px;
    transform : translate(0%, -50%);
}

.topbarNav ul {
    float : right;
    margin: 0px;


}

.topbarNav li {
    list-style-type: none;
    float          : left;
    padding        : 10px 15px;
    margin         : 0px;

}

.container {
    width     : 1500px;
    height    : 100%;
    overflow  : hidden;
    position  : relative;
    box-sizing: border-box;
    margin    : 0px auto;
    max-width : 100%;
}

/* DETAIL */
.contentLayout {
    width   : 100%;
    overflow: hidden;
    position: relative;
}

.table {
    display   : table;
    text-align: left;

}


.tableRow {
    display   : table-row;
    overflow  : hidden;
    box-sizing: border-box;
    position  : relative;

}

.tableCell {
    display       : table-cell;
    vertical-align: top;
    margin        : 0px;
    font-size     : 25px;
    overflow      : hidden;
    box-sizing    : border-box;
}

.productDetail {
    color      : #666666;
    font-family: Prompt-Light;
    font-size  : 23px;
    margin     : 20px 0px;
}

.contentRight {
    padding-left: 80px;
    float       : right;
}

.contentLeft {
    padding-right: 80px;
    float        : left;
}

.buttonProduct {
    padding         : 2px;
    border          : 1px solid #e1e1e1;
    position        : relative;
    float           : left;
    font-size       : 16px;
    color           : #333333;
    background-color: #ffffff;
    margin-top      : 20px;
    border-radius   : 5px;
    cursor          : pointer;

}

.appButtonImg {
    width : 45px;
    height: 45px;
}

.downloadButton {
    margin-top      : 30px;
    padding         : 13px 35px;
    font-size       : 22px;
    background-color: #F62E2E;
    color           : #ffffff;
    border-radius   : 5px;
    border          : none;
    height          : 68px;
    font-family     : Prompt-Medium;
    cursor          : pointer;
}

.videoLayout {
    width   : 100%;
    overflow: hidden;
    position: relative;
}

.slideLayout {
    width              : 100%;
    overflow           : hidden;
    box-sizing         : border-box;
    position           : relative;
    box-sizing         : border-box;
    background-image   : url("../images/food.jpg");
    height             : 600px;
    background-position: center;
    background-size    : cover;
    background-repeat  : no-repeat;
}

.slideLayoutLeft {
    position  : absolute;
    bottom    : 0px;
    overflow  : hidden;
    box-sizing: border-box;
    font-size : 50px;
    color     : #ffffff;
    padding   : 0 0 0 1rem;
    left      : 0px;
    top       : 50%;
    right     : 0px;
    transform : translate(0%, -50%);
}

.slideLayoutName {
    font-size: 75px;
}

.slideLayoutDetail {
    font-size : 34px;
    margin-top: -15px;
}

.slideModel {
    position  : absolute;
    right     : 100px;
    bottom    : 0px;
    overflow  : hidden;
    box-sizing: border-box;
    display   : inline-flex;
}

.slideModel img {
    height  : 525px;
    bottom  : 0px;
    position: relative;
}

.downloadLayout {
    width     : 100%;
    padding   : 10px;
    border-top: 1px solid #e1e1e1;
    margin-top: 20px;
    position  : relative;
    overflow  : hidden;
    box-sizing: border-box;
}

.containerVideo {
    position   : relative;
    width      : 100%;
    overflow   : hidden;
    padding-top: 62.5%;
    /* 8       :5 Aspect Ratio */
}

.responsive-iframe {
    position: absolute;
    top     : 0;
    left    : 0;
    bottom  : 0;
    right   : 0;
    width   : 100%;
    height  : 100%;
    border  : none;
}

/* FOOTER */

.logoFooter {
    height  : 50px;
    float   : left;
    position: relative;

}

.footerLayout {
    width     : 100%;
    padding   : 10px;
    border-top: 1px solid #e1e1e1;
    margin-top: 20px;
    position  : relative;
    overflow  : hidden;
    box-sizing: border-box;
}

.footerCol4 {

    width     : 25%;
    position  : relative;
    float     : left;
    overflow  : hidden;
    box-sizing: border-box;

}

.footerNav {
    padding: 0px;
}

.footerNav li {
    list-style-type: none;

}

.footerFollow {
    padding: 0px;
}

.footerFollow ul {
    list-style-type: none;


}

.footerFollow li {
    width           : 45px;
    height          : 45px;
    list-style-type : none;
    background-color: #333333;
    float           : left;
    border-radius   : 50px;
    color           : #ffff;
    padding         : 6px;
    overflow        : hidden;
    box-sizing      : border-box;
    position        : relative;
    font-size       : 20px;
    text-align      : center;
    margin-left     : 5px;

}

.footerNavHeader {
    font-size     : 20px;
    padding-bottom: 10px;
}

.textArea {
    width    : 800px;
    max-width: 100%;

}

.imgArea {
    width    : 628px;
    max-width: 100%;

}

.imgArea img {
    width          : 100%;
    height         : 100%;
    object-fit     : cover;
    object-position: center center;
}


.downloadLayoutHead {
    padding   : 3px;
    text-align: center;
    font-size : 45px;
}


@media screen and (max-width: 1500px) {

    .textArea {
        width    : 60%;
        max-width: 100%;

    }

    .imgArea {
        width    : 40%;
        max-width: 100%;


    }

    .contentRight {
        padding-left: 50px;
    }

    .contentLeft {
        padding-right: 50px;
        float        : left;
    }

    .slideModel {
        right: 50px;
    }


}


@media screen and (max-width: 1300px) {
    .slideModel {
        right: 30px;
    }
}



@media screen and (max-width: 960px) {



    .textArea {
        width     : 100%;
        margin-top: 20px;
    }

    .imgArea {
        width: 100%;

    }

    .contentRight {
        padding-right: 0px;
        padding-left : 0px;
        float        : right;
    }

    .contentLeft {
        padding-left: 0px;
        float       : left;
    }


    .rightMenu {
        display: none;
    }

    .logoLayout {

        position       : absolute;
        top            : 50%;
        left           : 50%;
        display        : flex;
        justify-content: center;
        transform      : translate(-50%, -50%);
    }

    .menuIcon {
        display: block;
    }

    .logoLayout img {
        padding: 5px 0;
    }

    .tableCellResponse {
        display: block;
    }

    .footerCol4 {
        width  : 100%;
        display: block;
    }


    .margin100-0 {
        margin: 50px 0px;
    }

    .w3-sidebar {
        height          : 100%;
        width           : 200px;
        background-color: #fff;
        position        : fixed !important;
        z-index         : 1;
        overflow        : auto
    }

}

@media screen and (max-width: 690px) {

    h1 {
        font-size: 45px;
        padding  : 0px;
        margin   : 0px;
    }

    h2 {
        font-size: 25px;
        padding  : 0px;
        margin   : 0px;
    }

    .slideLayout {
        height: calc(100% - 60px);
    }

    .slideLayoutLeft {
        width     : 100%;
        overflow  : hidden;
        box-sizing: border-box;
        position  : absolute;
        padding   : 20px;
        top       : 0px;
        left      : 50%;
        transform : translate(-50%, 0);

    }

    .slideModel {
        overflow       : hidden;
        box-sizing     : border-box;
        display        : inline-flex;
        justify-content: center;
        margin-left    : auto;
        margin-right   : auto;
        width          : 100%;
        right          : unset;
    }

    .slideModel img {
        height: 370px;
    }

    .slideLayoutName {
        font-size: 50px;
    }

    .slideLayoutDetail {
        font-size: 25px;
    }

    .productDetail {
        font-size: 17px;
    }

    .downloadLayoutHead {
        font-size: 25px;
    }


}



.show-device {
    text-align: center;
}

.show-device>.time-out {
    text-align: center;
}