/* ----- Style : General ----- */
* {
    box-sizing: border-box;
    letter-spacing: 0.5px;
}
.desktopView {
    display: block;
}
.mobileView {
    display: none;
}
.disabled {
    background-color: #555 !important;
    cursor: auto !important;
}
body {
    margin: 0;
    font-family: "Kanit";
    background-color: #efefef;
}
.bodyContainer {
    width: 100%;
    /* max-width: 1407px; */
    margin: 0 auto;
    background-color: #fff;
}
button {
    cursor: pointer;
    font-family: "Kanit";
}
.fullstretch {
    width: 100%;
}
.flex.middle {
    display: flex;
    align-items: center;
}
.flex.middle.center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.verticalBar {
    width: 1.5px;
    height: 25px;
    margin: 0 10px 0 10px;
    background-color: #ccc;
}
blockquote {
    width: 992px;
    margin: 0 auto;
    padding: 20px;
    background-color: #26082db0;
    border-radius: 4px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 300;
    font-family: kanit;
    text-align: center;
    line-height: 1.5;
    position: relative;
}
blockquote:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 800;
    font-size: 32px;
    color: #efefef;
    content: "\f10d";
    position: absolute;
    top: -23px;
    left: 15px;
}
blockquote h1 {
    font-size: 30px;
    font-weight: 500;
    margin-top: 8px;
    text-shadow: 0 0 12px #fff;
}
blockquote div {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Sarabun';
    margin-bottom: 8px;
    line-height: 1.75;
}
.wrap {
    width: 100%;
    max-width: 992px;
    height: 200px;
    margin: 0 auto;
    margin-top: 6em;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.landingSectionBtn {
    width: 296px;
    height: 296px;
    display: flex;
    font-family: 'Kanit';
    font-size: 20px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #fff;
    background: #3c087cc7;
    border: none;
    border-radius: 1000px;
    box-shadow: 0 1px 24px #4c00ffa6;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
}
.buttonTitle {
    font-weight: 600;
}
.buttonDescription {
    margin-top: 0.5em;
    font-size: 18px;
    font-weight: 300;
}
.landingSectionBtn::before {
    content: '';
    border-radius: 1000px;
    /* min-width: calc(300px + 12px);
    min-height: calc(60px + 12px); */
    border: 6px solid #00FFCB;
    box-shadow: 0 0 60px rgba(0,255,203,.64);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s ease-in-out 0s;
}
.landingSectionBtn:hover {
    transform: translateY(-8px);
}
.landingSectionBtn:hover .buttonTitle {
    /* animation: textGlowing 1.5s infinite; */
    text-shadow: 0 0 8px #fff;
}
/* .landingSectionBtn:hover::before, 
.button:focus::before {
    opacity: 1;
}
.button::after {
    content: '';
    width: 30px; height: 30px;
    border-radius: 100%;
    border: 6px solid #00FFCB;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 1.5s infinite;
}
.landingSectionBtn:hover::after, 
.button:focus::after {
    animation: none;
    display: none;
}
@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }
    100% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
} */
@keyframes textGlowing {
    0% {
        text-shadow: 0 0 0 #fff;
    }
    100% {
        text-shadow: 0 0 8px #fff;
    }
}
#aiVisionTitle {
    background: radial-gradient(circle, #3c087c, #35211bde);
    padding: 8px 32px; 
    border-radius: 32px; 
    font-family: 'Kanit';
    font-weight: 300;
}
#tailorMadeTitle {
    margin: 1.5em 0; 
    font-family: 'Kanit'; 
    font-size: 24px;
}
#tailorMadeTitle strong {
    font-size: 28px;
}
#tailorMadeDescription {
    font-size: 18px;
}
.contentContainer {
    width: 100%;
    padding-bottom: 4em;
    display: flex;
    flex-wrap: wrap;
}
.contentContainer .innerContent {
    width: 1320px;
    margin: auto;
}
.contentContainer .innerContent.solomon {
    margin-top: auto;
    margin-bottom: auto;
}
.contentContainer .innerContent.solomonCard {
    margin-top: 88px;
    margin-bottom: 55px;
}
.contentHeader {
    /* height: 136px; */
    height: auto;
    display: flex;
    align-items: center;
}
.descriptionWrapper {
    width: 80%; 
    margin: 0 auto;
}
.styleLink {
    text-decoration: none;
    display: contents;
}
.activeLink {
    text-decoration: none;
    color: #000;
}
.activeLink:hover {
    text-decoration: underline;
}
.textLink {
    text-decoration: none;
    color: #3740b7;
}
.textLink:hover {
    text-decoration: underline;
}
.mainButton {
    padding: 10px 17px;
    background-color: #571269;
    border: 0;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    transition: background-color 0.25s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.mainButton:hover {
    background-color: #451846;
}
.mainButton.light {
    background-color: #fff;
    color: #571269;
}
.mainButton.purple {
    border: 1px solid #841F21;
    background-color: #841F21;
    color: #fff;
}
.mainButton.transparent {
    border: 1px solid #fff !important;
    background-color: transparent !important;
    color: #fff !important;
}
.headerContainer {
    position: relative;     
    background-size: cover;
}
.headerContainer .innerContent {
    display: flex;
    align-items: center;
}
.videoPlayerContainer {
    width: 100%; 
    font-size: 24px; 
    font-weight: 600; 
}
.videoPlayerContainer a {
    color: #841F21;
    font-family: "Kanit";
}
.videoPlayerContainer a:hover {
    text-decoration: underline;
}
.parent {
    position: fixed;
    width: 100%; /* can be any width */
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000000;
    display: none;
    text-align: center;
}
.parent:before { /* pseudo element to force vertical centering of child element */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.parent:after { /* pseudo element to create overlay */
    background: black;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 10;
}
/* Centered child element can be any width and height */
.centeredchild {
    position: relative; /* position element to participate in z-indexing */
    z-index: 20; /* higher z-index than overlay */
    display: inline-block;
    vertical-align: middle;
    width: 50%; /* can be any width */
}
@media (max-width: 991px){
    .centeredchild{
        width: 80% !important;
    }
}
/* Video container to maintain Youtube 16:9 aspect ratio */
.videowrapper{
    position: relative;
    padding-top: 25px;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
}
/* Make Youtube IFRAME responsive */
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ----- Style : Prerequesite */
/* Font Awesom Version 6 Overridden */
.fa, .far, .fas {
    font-family: "Font Awesome 6 Free" !important;
}
/* For Customizing Contact Shop Variables */
.contactShopContainer a {
    color: #002688;
}
.contactShopContainer a:hover {
    text-decoration: underline !important;
}
.contactShopIconContainer a {
    color: #002688;
}
.contactShopIconContainer a:hover {
    text-decoration: underline !important;
}
.contactShopIconContainer {
    list-style-type: none;
}
.contactShopIconContainer li {
    display: flex;
    align-items: center;
}
.lazy {
    opacity: 0;
    overflow: hidden;
}
.lazy.loaded {
    opacity: 1;
    height: auto;
}	
#Certificate-banners {
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
}
p, .blockDescription.Sarabun, .body-fh, .body-bs, .text_des_icon, .text_detail_des, .block_descriptions, .block_div_descriptions, .text_box_how_to, .body_modal {
    font-family: "Sarabun" !important;
    line-height: 1.75 !important;
    font-weight: 300;
}
/* ----- Style : Header and Footer ----- */
.headerInner, .footerInner {
    width: 1320px;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    position: relative;
}
.topMenuLeft, .middleMenuLeft, .bottomMenuLeft {
    display: flex;
    align-items: center;
}
.topMenuRight, .middleMenuRight, .bottomMenuRight {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.widgetMenuButton {
    border: 0;
    border-radius: 10px;
    color: #fff;
    padding: 6px 9px 6px 9px;
    display: flex;
    align-items: center;
    font-size: 18px;
}
#thaiwareShopWidgetButton {
    background-color: #00B900;
}
#teamviewerWidgetButton {
    background-color: #841F21;
}
#footerThaiwareShopLineIcon {
    color: #fff;
    margin-right: 10px;
    font-size: 36px;
}
#footerThaiwareShopFacebookIcon {
    color: #fff;
    margin-right: 10px;
    font-size: 36px;
}
.footerInner .topMenuRight.fixed {
    width: 100% !important;
    max-width: 1320px;
    bottom: 0;
    z-index: 105;
    position: fixed;
}
.topMenuRight.fixed .widgetMenuButton {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
/* ----- Style : Header ----- */
.header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: -100px;
    z-index: 99;
    display: block;
    background: radial-gradient(circle, #0c2c48, #571269, #3c087c);
    max-height: 75px; /* Set the initial max-height */
    transition: top 0.2s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add shadow as needed */
}
.header * {
    font-size: 16px;
    font-weight: 300;
}
.header a {
    text-decoration: none;
}
.header strong {
    font-weight: 500;
}
.header.fixed {
    top: 0;
}
.headerTop {
    width: 100%;
    max-width: 1407px;
    height: 46.5px;
    background-color: #fff;
}
.headerTop .topMenuLeft {
    width: 25%; 
}
.headerTop .topMenuRight {
    width: 75%;
}
.mainMenuLogoImg {
    height: 36px;
    margin-right: 10px;
}
.mainMenuLogoImgMobile {
    height: auto;
    margin-left: 6px;
    margin-right: 8px;
    display: none;
}
.headerBottom {
    width: 100%;
    /* max-width: 1407px; */
    height: 75px;
    display: flex;
    align-items: center;
    position: relative;
}
.headerBottom.fixed {
    top: 0;
    position: fixed;
    z-index: 99;
}
.headerBottom .bottomMenuLeft {
    width: 85%;
}
.headerBottom .bottomMenuRight {
    width: 15%;
}
.headerMenuButton {
    margin-left: 8px;
    padding: 5px 11px;
    font-weight: 300;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
}
.headerMenuButton.selected {
    background-color: #571269;
    color: #fff;
}
.headerMenuButton.purple.selected {
    background-color: #841F21;
}
.headerMenuButton.purple {
    color: #fff;
    display: flex;
    align-items: center;
}
.headerMenuTitle {
    height: 32px;
    padding: 8px;
    border-radius: 4px;
    background-color: #73297a;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    text-align: left;
    display: flex;
    align-items: center;
}
.headerMenuTittleSub {
    font-size: 12px;
    margin-top: -6px;
    text-align: left;
}
.headerMenuTittleSub strong {
    font-size: 20px;
}
#resellerButton {
    border: 1px solid #841F21;
    border-radius: 3px;
    color: #841F21;
    font-weight: 400;
}
.headerURLSubItem {
    padding-top: 0px;
    position: relative;
}
.headerURLSubItemList {
    width: 205px !important;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-top: 5px !important;
    left: 10px;
    position: absolute;
    z-index: 101;
    display: none;
}
.headerURLSubItemList.remote {
    margin-top: 30px !important;
    left: 141px;
}
.headerURLSubItemList.frontline {
    margin-top: 30px !important;
    left: 441.5px;
}
.headerURLSubItemList.toggled {
    display: block;
}
#mobileMenuButton, #mobileMenuLogo {
    display: none;
}
.resellerURLSubItemContainer {
    position: relative;
}
.resellerSubButton {
    width: 100%;
    padding: 10px 10px 10px 20px;
    border: 0;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    font-weight: 300;
    text-align: left;
}
.resellerSubButton:hover {
    background-color: #571269;
    color: #fff;
}
#contactButton {
    height: 33px;
    margin-right: 0;
    border: 0;
    background-color: #721c75;
    border-radius: 3px;
    padding-left: 8px;
    padding-right: 8px;
    color: #fff;
}
#facebookButton {
    padding: 8px 10px; 
    border-radius: 4px;
    background-color: #841F21; 
    color: #fff; 
}
#powerByThaiwareButton {
    height: 33px;
    margin-left: 3.5px;
    margin-right: 0;
    border: 0;
    border-radius: 3px;
    background-color: #841F21;
    display: flex;
    align-items: self-end;
    color: #fff;
}
.mobileHeaderWidgetList {
    padding: 0;
    display: flex;
    align-items: center;
    color: #fff;
    display: none;
}
.mobileHeaderWidgetList button {
    width: 40px;
    border: 0;
    background-color: transparent;
}
.mobileHeaderWidgetList button i {
    font-size: 40px;
}
.mobileHeaderWidgetList .widgetLayout {
    width: 32px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.mobileHeaderWidgetList #lineMobileWidget i {
    color: #00B900;
    line-height: 0.65;
}
.mobileHeaderWidgetList #facebookMobileWidget i {
    color: #333990;
    line-height: 0.65;
}
#getStartedButton {
    background-color: #841F21;
    border-radius: 6px;
    padding: 7px 12px;
    color: #fff;
    position: relative;
}
#contactTopButton {
    width: 185px;
    background-color: #6c1283;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    padding: 7px 18px;
    transition: background-color 0.25s ease-in-out;
    font-size: 16px;
}
#contactTopButton:hover {
    background-color: #451846;
}
#contactTopButton span {
    font-size: 18px;
    font-weight: 600;
}
#contactButtonLongText {
    display: block;
}
#contactButtonShortText {
    display: none;
}
.AllMenuContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}
.desktopMenuContainer {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.desktopMenuList {
    margin-right: 4px;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
}
.desktopMenuList:hover {
    outline: 2px solid #ccc;
}
.mobileHeaderMenu {
    display: none;
}
.mobileHeaderMenu.toggled {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: block;
}
.mobileMenuList {
    border-bottom: 1px solid #ddd;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
/* ----- Style : Footer ----- */
.footerOnTop {
    background-color: #571269;
}
.footer #topFooter {
    display: flex;
    align-items: center;
    height: 80px;
}
.navigation {
    width: 100%;
}
.navigation .nav {
    display: flex;
    justify-content: space-between;
    padding: 0.2rem;
    list-style-type: none;
    background-color: #ffefef;
    border-radius: 8px;
}
.navigation .nav li {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.25s background-color;
}
.navigation .nav a:link, .navigation .nav a:visited, .navigation .nav a:active {
    width: 100%;
    padding: 0.3rem 0.8rem;
    font-weight: 300;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    color: #841F21;
    display: inline-block;
}
.navigation .nav li:not(:first-child):after {
    content: "";
    background-color: #841F21;
    height: 1rem;
    width: 0.5px;
    display: block;
    position: absolute;
    top: calc(50% - 0.5rem);
    left: 0;
    overflow: unset;
}
.navigation .nav li:hover {
    background-color: #841F21;
    border-radius: 4px;
}
.navigation .nav a:hover {
    color: #fff;
}
.btn-item {
    margin: 10px;
    background-color: #ffefef;
    border: 0;
    padding: 10px;
    border-radius: 5px;
}
.btn-item a {
    color: #841F21;
    text-decoration: none;
}
.footerOnTop, .footerTop, .footerMiddle, .footerBottom {
    width: 100%;
    height: 64px;
    background-color: #571269;
    display: flex;
    align-items: center;
    color: #fff;
}
.footerTop {
    height: 64px;
}
.footerMiddle {
    height: 80px;
}
.footerBottom {
    height: 60px;
    background-color: #0C0E11;
}
.footerTop .topMenuLeft {
    width: 50%;
}
.footerTop .topMenuRight {
    width: 50%;
}
.footerMiddle .middleMenuLeft {
    width: 50%;
}
.footerMiddle .middleMenuRight {
    width: 50%;
}
.footerBottom .bottomMenuLeft {
    width: 50%;
}
.bottomMenuLeft a {
    margin-right: 10px;
}
.footerBottom a, .footerTop a {
    color: #fff;
    text-decoration: none;
}
.footerBottom a {
    font-size: 14px;
}
.footerBottom a:hover {
    text-decoration: underline;
}
.footerBottom .bottomMenuRight {
    width: 50%;
}
.footerInner .topMenuLeft a {
    text-align: center;
}
.footerMenuButton {
    width: 100%;
    margin-left: 8px;
    padding: 5px 11px;
    font-weight: 300;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.footerMenuButton:hover {
    border: 1px solid #fff;
}

/* ----- Page : Landing ----- */


.landingHighlightContainer {
    background: linear-gradient(to left bottom, rgba(191, 240, 152, 0.8), rgba(125, 227, 172, 0.8), rgba(50, 210, 194, 0.8), rgba(0, 190, 209, 0.8), rgba(0, 166, 212, 0.8), rgba(0, 156, 215, 0.8), rgba(0, 145, 217, 0.8), rgba(0, 133, 216, 0.8), rgba(0, 134, 226, 0.8), rgba(0, 135, 236, 0.8), rgba(0, 136, 245, 0.8), rgba(16, 136, 254, 0.8)), url(https://images.thaiware.site/microsite/thaiwareshop.com/minitab/landing/landing-page-section.jpg?v=0.102), lightgray 50% / contain no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.videoHighlight {
    display: flex; justify-content: center; align-items: center; overflow: hidden; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
}
.videoPlayer {
    width: 100%;
    height: 100vh;
    /* min-height: 1080px; */
    position: absolute;
    right: 0;
    bottom: 0;
    object-fit: cover;
    z-index: 1;
}
.videoOverlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    z-index: 2;
}
#landingPageTopContainer {
    /* height: 100vh; */
    height: auto;
    background-image: url(https://images.thaiware.site/microsite/ultromate.ai/landing/landing-page-section-with-line.jpg?v=0.100);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    display: block;
}
#landingPageTopContainer .innerContent {
    height: 100vh;
    position: relative; 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
    z-index: 3;
}
.landingPageSectionLogo {
    max-width: 100%;
}
.landingPageBrandTitle {
    height: 48px;
    padding: 8px;
    border-radius: 4px;
    font-size: 32px;
    font-weight: 500;
    text-align: left;
    background-color: #571269;
    display: flex;
    align-items: center;   
}
#landingPageH1 {
    width: auto;
    margin-top: 26px;
    text-align: center;
}
#landingPageH1 #mainTitle {
    height: 150px;
    font-size: 80px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#landingPageH1 #subTitle {
    margin-top: 32px;
    font-size: 28px;
    font-weight: 300;
}
.cardContainer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
    grid-gap: 2em;
}
/* .card {
    width: 22%;
} */
.cardTitle {
    display: flex;
    height: 108px;
    padding: 0.5em;
    text-align: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #571269;
}
.cardTitle h3 {
    margin: 0;
    color: #c6aac0;
    font-size: 24px;
    font-family: 'Kanit';
}
.cardImage {
    width: auto;
    height: 200px;
}
.cardDescription {
    width: auto;
    height: auto;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    font-family: "Sarabun";
    line-height: 1.75;
    word-wrap: break-word;
}
#imageContainer {
    margin-top: 2em;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(28%, 1fr));
    grid-gap: 2em;
}
#imageContainer .imageFrame {
    width: 100%;
    height: auto;
    /* border-radius: 8px;
    border: 8px solid #3c087c; */
    overflow: hidden;
}
#imageContainer .imageFrame img {
    max-width: 100%;
}
#imageContainer .imageDescription {
    margin-top: 16px;
    padding-left: 16px;
    font-size: 20px;
    font-family: 'Kanit';
    text-align: center;
}
#imageContainer .imageSubDescription {
    font-size: 16px;
    color: #ddd;
    line-height: 1.5;
}
#hardwareContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
}
#hardwareContainer .hardwareTitle {
    color: #b494e6;
    font-family: 'Kanit';
    text-align: center;
}
#hardwareContainer .hardwareDescription { 
    font-weight: 300;
    font-size: 20px;
    font-family: 'Kanit';
    text-align: center;
}
#hardwareContainer .hardwareImage {
    width: 100%;
    height: auto;
    margin-top: 1.25em;
}
#hardwareContainer .hardwareImage.customHardware {
    padding-top: 1em;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(28%, 1fr));
    grid-gap: 2em;
}
#hardwareContainer .hardwareImage.customHardware img {
    max-width: 100%;
}
#hardwareContainer .hardwareCard:nth-child(1),
#hardwareContainer .hardwareCard:nth-child(2) {
    flex: 1 1 48%; /* Each takes up 50% width */
}
#hardwareContainer .hardwareCard:nth-child(3),
#hardwareContainer .hardwareCard:nth-child(4) {
    flex: 1 1 100%; /* Each takes up 100% width */
}
#useCaseContainer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
    grid-gap: 1em;
}
#useCaseContainer .boxTitle {
    font-family: 'Kanit';
    color: #c6aac0;
}
#useCaseContainer .boxDescription {
    font-size: 20px;
    font-family: 'Kanit';
}
#trustBrandContainer h2 {        
    margin: 48px 0 0 0;
    font-size: 14px;
    font-weight: 300;
    color: #838383;
    line-height: 1;
}
#moreDetailsButton {
    font-size: 20px; 
    position: absolute; 
    bottom: 48px; 
    color: #fff;
    transition: padding-bottom 0.1s linear;
}
#moreDetailsButton:hover {
    padding-bottom: 16px;
}
.brandContainer {
    width: 100%;
    margin-top: 29px;
    margin-bottom: 41px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.brandListContainer {      
    width: 100%;
    margin-top: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.brandListContainer img {
    max-height: 62px;
    margin: 24px 16px 24px 16px;
}
.brandListContainer #bmw {
    margin: 0 72px 0 72px;
}
.brandListContainer #siemens {
    margin: 0 36px 0 36px;
}
.brandListContainer #adidas {
    margin: 0 72px 0 72px;
}
.superTitle {
    font-size: 24px;
    color: #606060;
}
.contentTitle {
    width: 100%;
    margin: 1.2em 0 1em 0;
    /* background: linear-gradient(to bottom, #571269, #11395d, #3c087c); */
    background: radial-gradient(
        circle,
        #0c2c48, 
        #571269,
        #3c087c    
    );
    padding: 16px 40px;
    border-radius: 64px;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 1px;
    text-align: center;
    text-shadow: 0 0 4px #fff;
}
.contentTitle span {
    color: #571269;
}
.contentDescription {
    font-size: 24px;
    font-weight: 300;
    font-family: "Sarabun";
    line-height: 1.75;
}
.contentDescription .descriptionHead {
    font-weight: 600;
    font-size: 28px;
    font-family: "Kanit";
    color: #571269;
}
.cardSlider {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 64px;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    grid-gap: 40px;
}
.arrowContainer {
    width: auto;
    height: auto;
    top: 43%;
    border: 0;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
}
.arrowContainer.prev {
    left: 0;
    justify-content: flex-start;
    /* background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.1)); */
}
.arrowContainer.next {
    right: 0;
    justify-content: flex-end;
    /* background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0.1)); */
}
.sliderArrow {
    background-color: rgba(132, 31, 33, 0.3);
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    padding: 6px 24px 6px 24px;
}
#manyIndustriesTitle {
    font-size: 29px;
}

.deviceContainer {
    width: 100%;
    margin-top: 61px;
    display: flex;
    justify-content: center;
}
.device {
    width: 340px;
    margin: 0 50px 0 50px;
    border-radius: 28px;
    background-color: #fff;
    text-align: center;
}
.deviceImage {
    height: 198px;
}
.deviceName {
    width: 312px;
    font-size: 20px;
    font-weight: 600;
}
.deviceDescription {
    width: 312px;
    height: 176px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300;
    font-family: "Sarabun";
    line-height: 1.75;
    word-wrap: break-word;
}
.featureContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contentContainer .featureLayout {
    padding: 88px 0 88px 0;
}
.featureContainer.reverse {
    flex-flow: row-reverse;
}
.featureContainer h3 {
    margin: 0;
    font-size: 1.8em;
    color: #571269;
}
.featureContainer a {
    color: #571269;
}
.featureTitleSub {
    margin-top: 0;
    font-size: 17px;
    color: #333990;
}
.featureContainer .featureImage {
    width: 65%;
}
.featureImage img {
    width: 100%;
}
.featureImage iframe {
    width: 783px;
    height: 442px;
}
.featureContainer .featureImage {
    display: flex;
    justify-content: flex-start;
}
.featureContainer.reverse .featureImage {
    display: flex;
    justify-content: flex-end;
}
.featureContainer .featureDescription {
    width: 35%;
}
.featureDescription button {
    font-size: 1.2em;
}
.featureDescription p {
    /* color: #555; */
    font-size: 24px;
}
.featureDescription ul {
    /* color: #555; */
    font-size: 24px;
    font-weight: 300;
    font-family: "Sarabun";
    line-height: 1.75;
}
#contactSection {
    background: radial-gradient(38.89% 276.93% at 88.89% 95.27%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(22.45% 93.93% at 22.4% 29.89%, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%), #571269;
}
#contactQuote {
    text-align: center; 
    color: #fff; 
    font-size: 24px; 
    font-weight: 300;
}
#contactContainer {
    margin-top: 70px; 
    padding: 32px; 
    background-color: #fff; 
    border-radius: 24px; 
    display: flex; 
    justify-content: center;
}
#contactForm {
    width: 50%; 
    margin-right: 80px;
}
#contactInfo {
    width: 50%; 
    margin-left: 80px;
}   
.contactShopIconContainer {
    font-size: 21px;
}
#contactForm label {               
    font-size: 20px;
}
#contactForm br {
    margin-bottom: 32px;
}
.formInput, .textInput {
    width: 100%;
    height: 46px;
    margin-top: 16px;
    padding: 0 16px 0 16px;
    border-radius: 8px;
    border: 0;
    background-color: #eee;
    font-size: 20px;
}
.textInput {
    height: 181px;
}
.formButtonContainer {
    margin-top: 46px;
}
#contactFormSubmitButton {
    width: 264px;
    height: 80px;
    font-size: 24px;
    font-weight: 600;
}
.contactShopIconContainer a, .contactShopIconContainer i {
    color: #841F21;
}
#mapContainer {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 0;
}
.mapDetailLayout {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
#gg-map-Layout {
    margin-right: 1em;
}
#tw-map {
    width: 636px;
    height: 547px;
    margin-right: 0;
}
#map {
    width: 636px; 
    height: 547px;
}
.contactShopIconContainer {
    font-size: 22px;
}
#contactForm label {               
    font-size: 20px;
}
#contactForm br {
    margin-bottom: 32px;
}
.formInput, .textInput {
    width: 100%;
    height: 46px;
    margin-top: 16px;
    padding: 0 16px 0 16px;
    border-radius: 8px;
    border: 0;
    background-color: #eee;
    font-size: 20px;
}
.textInput {
    height: 181px;
}
.formButtonContainer {
    margin-top: 46px;
}
#contactFormSubmitButton {
    width: 264px;
    height: 80px;
    font-size: 24px;
    font-weight: 600;
}
.contactShopIconContainer a, .contactShopIconContainer i {
    color: #571269;
}
#contact-location-th, #contact-location-en {
    font-size: 24px;
}
#footerUltromateLineIcon {
    color: #fff;
    margin-right: 10px;
    font-size: 36px;
}
.widgetMenuButton {
    border: 0;
    border-radius: 10px;
    color: #fff;
    padding: 6px 9px 6px 9px;
    display: flex;
    align-items: center;
    font-size: 18px;
}
#ultromateWidgetButton {
    background-color: #00B900;
}   
/* --- Responsive View --- */
@media (max-width: 1600px) { 
    /* Header */
    .headerBottom {
        height: 56px;
    }
    .mainMenuLogoImg {
        height: auto;
        margin-right: 8px;
    }
    .headerMenuTitle {
        height: auto;
        font-size: 16px;
    }
    #contactTopButton {
        width: 168px;
        font-size: 14px;
    }
    .desktopMenuContainer {
        height: 32px;
    }
    .desktopMenuList {
        font-size: 16px;
    }
    #contactTopButton span {
        font-size: 16px;
    }
    .headerInner, .footerInner {
        width: 1152px;
    }
    .contentContainer .innerContent {
        width: 1152px;
    }
    #landingPageH1 #subTitle {
        margin-top: 16px;
        font-size: 24px;
        font-weight: 300;
    }
    blockquote h1 {
        margin-top: 4px;
        font-size: 24px;
    }
    blockquote div {
        font-size: 16px;
    }
    .landingSectionBtn {
        width: 256px;
        height: 256px;
        font-size: 18px;
    }
    .buttonDescription {
        margin-top: 12px;
        font-size: 16px;
    }
    .contentTitle {
        font-size: 36px;
    }
    .contentDescription {
        font-size: 20px;
    }
    .cardTitle {
        height: 96px;
    }
    .cardTitle h3 {
        font-size: 20px;
    }
    .cardDescription {
        font-size: 16px;
    }
    #imageContainer .imageDescription {
        font-size: 18px;
    }
    #imageContainer .imageSubDescription {
        font-size: 16px;
    }
    /* Contact */
    #contactQuote {
        font-size: 16px;
    }
    #contactForm label {
        font-size: 16px;
    }
    #contactContainer {
        margin-top: 64px; 
        padding: 48px; 
        background-color: #fff; 
        border-radius: 24px; 
        display: flex; 
        justify-content: center;
    }
    #contactForm {
        width: 50%; 
        margin-right: 64px;
    }
    #contactInfo {
        width: 50%; 
        margin-left: 64px;
    }   
    #contact-location-th, #contact-location-en {
        font-size: 20px;
    }   
    .contactShopIconContainer {
        font-size: 18px;
    }
    #contactForm br {
        margin-bottom: 32px;
    }
    .formInput, .textInput {
        height: 40px;
        margin-top: 16px;
        font-size: 16px;
    }
    .textInput {
        height: 181px;
    }
    .formButtonContainer {
        margin-top: 46px;
    }
    #contactFormSubmitButton {
        width: 232px;
        height: 64px;
        font-size: 18px;
    }
    #mapContainer {
        margin-top: 0;
        margin-bottom: 0;
    }
    #tw-map {
        width: 500px;
        height: 424px;
        margin-right: 0;
    }
    #map {
        width: 500px;
        height: 424px;
    }
}
@media (max-width: 1200px) {
    /* Header */
    .headerBottom {
        height: 56px;
    }
    .mainMenuLogoImg {
        height: auto;
        margin-right: 8px;
    }
    .headerMenuTitle {
        height: 22px;
        font-size: 15px;
    }
    #contactTopButton {
        width: 168px;
        font-size: 14px;
    }
    .headerBottom .bottomMenuLeft {
        width: 90%;
    }
    .headerBottom .bottomMenuRight {
        width: 15%;
    }
    /* .desktopMenuList {
        margin-right: 16px;
        font-size: 12px;
    } */
    .desktopMenuList {
        font-size: 12px;
    }
    #contactTopButton span {
        font-size: 12px;
    }
    /* .headerInner, .footerInner {
        width: 1152px;
    }
    .contentContainer .innerContent {
        width: 1152px;
    } */
    /* Footer */
    .nav-item a {
        padding: 5px 7px;
        font-size: 15px;
    }
    /* Container */
    .contentContainer .innerContent.solomonCard {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .contentContainer .innerContent.solomon {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .superTitle {
        font-size: 16px;
    }
    .contentTitle {
        font-size: 32px;
    }
    .contentDescription {
        font-size: 16px;
    }
    .contentDescription .descriptionHead {
        font-size: 18px;
    }
    #imageContainer .imageDescription {
        font-size: 16px;
    }
    #imageContainer .imageSubDescription {
        font-size: 13px;
    }
    /* Landing Top */
    .videoContainer {
        top: 0;
        height: 56vw;
    }
    #landingPageTopContainer {
        height: auto;
        overflow: auto;
    }
    .contentContainer .innerContent {
        width: 960px;
    }
    .headerInner, .footerInner {
        width: 960px !important;
    }
    .footerInner .topMenuRight.fixed {
        width: 960px !important;
    }
    #landingPageTopContainer .innerContent {
        height: auto;
    }
    #landingPageH1 {
        width: 576px;
        margin-top: 24px;
    }
    #landingThaiwareLogo {
        width: 168px;
        height: 32px;
    }
    .landingPageBrandTitle {
        height: 32px;
        font-size: 20px;
    }
    #landingPageH1 #mainTitle {
        height: 144px;
        font-size: 64px;
    }
    #landingPageH1 #subTitle {
        font-size: 18px;
        margin-top: 16px;
    }
    .landingPageTopButtonContainer {
        display: flex;
    }
    #landingPageContactButton {
        width: 200px;
        height: 56px;
        margin-top: 48px;
        font-size: 16px;
    }
    blockquote {
        width: auto;
    }
    #moreDetailsButton {
        bottom: 40px;
        margin-top: 56px;
        margin-left: 24px;
        font-size: 12px;
        position: static;
    }
    #moreDetailsButton img {
        height: 48px;
    }
    .brandContainer {
        margin-bottom: 32px;
    }
    .brandContainer img {
        max-width: 144px;
        max-height: 40px;
        margin: 8px;
    }
    .contentTitle {
        line-height: normal;
    }
    #tailorMadeTitle strong {
        font-size: 24px;
    }
    #tailorMadeTitle {
        font-size: 20px;
    }
    #tailorMadeDescription {
        font-size: 16px;
    }
    #hardwareContainer .hardwareDescription {
        font-size: 18px;
    }
    #useCaseContainer .boxDescription {
        font-size: 18px;
    }
    /* Card Content */
    .cardSlider {
        margin-bottom: 48px;
    }
    .cardContent {
        padding: 24px 24px 8px 24px;
    }
    .cardTitle {
        font-size: 22px;
    }
    .cardTitle h3 {
        font-size: 22px;
    }
    #manyIndustriesTitle {
        font-size: 22px;
    }
    .cardDescription {
        width: auto;
        height: auto;
    }
    .cardImage, .cardImage img {
        width: 320px;
        height: 200px;
    }
    .contentContainer .featureLayout {
        padding: 48px 0 48px 0;
    }
    /* Feature Content */
    .featureContainer h3 {
        font-size: 22px;
    }
    .featureDescription p, .featureDescription ul {
        font-size: 16px;
    }
    .featureImage iframe {
        width: 480px;
        height: 268px;
    }
    .featureContainer .featureImage {
        width: 55%;
    }
    .featureContainer .featureDescription {
        width: 45%;
    }
    /* Device Content */
    .device {
        width: 272px;
        margin: 0px 40px 0 40px;
    }
    .deviceImage {
        width: 272px;
    }
    .deviceName {
        width: 272px;
        font-size: 16px;
    }
    .deviceDescription {
        width: 272px;
        height: 104px;
        margin-top: 20px;
        font-size: 14px;
    }
    /* Brand List */
    .brandListContainer {
        margin-top: 40px;
    }
    .brandListContainer img {
        max-width: 144px;
        max-height: 56px;
        margin: 16px;
    }
    /* Contact */
    #contactQuote {
        font-size: 16px;
    }
    #contactForm label {
        font-size: 16px;
    }
    #contactContainer {
        margin-top: 56px; 
        padding: 48px; 
        background-color: #fff; 
        border-radius: 24px; 
        display: flex; 
        justify-content: center;
    }
    #contactForm {
        width: 50%; 
        margin-right: 56px;
    }
    #contactInfo {
        width: 50%; 
        margin-left: 56px;
    }   
    #contact-location-th, #contact-location-en {
        font-size: 18px;
    }   
    .contactShopIconContainer {
        font-size: 18px;
    }
    #contactForm br {
        margin-bottom: 32px;
    }
    .formInput, .textInput {
        height: 40px;
        margin-top: 16px;
        font-size: 16px;
    }
    .textInput {
        height: 181px;
    }
    .formButtonContainer {
        margin-top: 46px;
    }
    #contactFormSubmitButton {
        width: 216px;
        height: 56px;
        font-size: 18px;
    }
    #mapContainer {
        margin-top: 0;
        margin-bottom: 0;
    }
    #tw-map {
        width: 436px;
        height: 376px;
        margin-right: 0;
    }
    #map {
        width: 436px;
        height: 376px;
    }
} 
@media (max-width: 992px) {
    /* //////////////////////////////////////////////////////////// */
    /* Header */
    .headerBottom {
        height: 56px;
    }
    .mainMenuLogoImg {
        height: auto;
        margin-right: 8px;
        display: none;
    }
    .headerMenuTitle {
        height: auto;
        font-size: 16px;
    }
    #contactTopButton {
        width: 168px;
        font-size: 14px;
    }
    #mobileMenuButton {
        display: block;
        margin-right: 8px;
        padding: 7px 10px 6px 10px;
        border-radius: 5px;
    }
    #mobileMenuButton i {
        font-size: 18px;
    }
    #mobileMenuLogo {
        display: block;
    }
    .desktopMenuContainer {
        display: none;
    }
    .headerBottom .bottomMenuLeft {
        width: 75%;
    }
    .headerBottom .bottomMenuRight {
        width: 25%;
    }
    .middleMenuRight div {
        font-size: 12px !important;
        padding-left: 16px;
    }
    .bottomMenuLeft a {
        font-size: 12px !important;
    }
    .bottomMenuRight div div {
        font-size: 8px !important;
    }
    /* Footer */
    .nav-item a {
        padding: 5px 7px !important;
        font-size: 1.2vw;
    }
    .widgetMenuButton {
        border-radius: 8px;
        padding: 3px 6px 3px 6px;
        font-size: 14px;
    }
    #footerThaiwareShopLineIcon {
        color: #fff;
        margin-right: 8px;
        font-size: 32px;
    }
    /* Container */
    .contentContainer .innerContent.solomonCard {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .contentContainer .innerContent.solomon {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .superTitle {
        font-size: 16px;
    }
    .contentTitle {
        font-size: 28px;
    }
    .contentDescription {
        font-size: 16px;
    }
    .contentDescription .descriptionHead {
        font-size: 18px;
    }
    /* Landing Top */
    #landingPageTopContainer {
        height: auto;
        overflow: auto;
    }
    
    .videoContainer {
        top: 0;
        height: 56vw;
    }
    .contentContainer .innerContent {
        width: 720px;
    }
    .headerInner, .footerInner {
        width: 720px !important;
    }
    .footerInner .topMenuRight.fixed {
        width: 720px !important;
    }
    #landingPageH1 {
        width: 576px;
        margin-top: 3em;
    }
    #landingThaiwareLogo {
        width: 168px;
        height: 32px;
    }
    .landingPageBrandTitle {
        height: 32px;
        font-size: 16px;
    }
    #landingPageH1 #mainTitle {
        height: 136px;
        font-size: 56px;
    }
    #landingPageH1 #subTitle {
        font-size: 18px;
        margin-top: 16px;
    }
    .landingPageTopButtonContainer {
        display: flex;
    }
    #landingPageContactButton {
        width: 200px;
        height: 56px;
        margin-top: 48px;
        font-size: 16px;
    }
    #moreDetailsButton {
        bottom: 40px;
        margin-top: 56px;
        margin-left: 24px;
        font-size: 12px;
        position: static;
    }
    #moreDetailsButton img {
        height: 48px;
    }
    .brandContainer {
        margin-bottom: 32px;
    }
    .brandContainer img {
        max-width: 144px;
        max-height: 40px;
        margin: 8px;
    }
    .contentTitle {
        line-height: normal;
    }
    .wrap {
        margin-top: 4em;
    }
    #imageContainer {
        grid-template-columns: repeat(auto-fit, minmax(44%, 1fr));
    }
    #hardwareContainer .hardwareDescription {
        font-size: 16px;
    }
    #useCaseContainer .boxDescription {
        font-size: 16px;
    }
    .boxDescription ul {
        padding-left: 1em;
    }
    #hardwareContainer .hardwareImage.customHardware {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        place-items: center;
    }
    #hardwareContainer .hardwareImage.customHardware img {
        max-width: 60%;
    }
    /* Card Content */
    .cardContent {
        padding: 24px 24px 8px 24px;
    }
    .cardTitle {
        font-size: 20px;
    }
    .cardTitle h3 {
        font-size: 18px;
    }
    #manyIndustriesTitle {
        font-size: 20px;
    }
    .cardDescription {
        width: auto;
        height: auto;
        font-size: 14px;
    }
    .cardImage, .cardImage img {
        width: 320px;
        height: 200px;
    }
    .contentContainer .featureLayout {
        padding: 48px 0 48px 0;
    }
    /* Feature Content */
    .featureContainer h3 {
        font-size: 22px;
    }
    .featureDescription p, .featureDescription ul {
        font-size: 16px;
    }
    .featureContainer .featureImage {
        width: 100%;
    }
    .featureContainer .featureDescription {
        width: 100%;
    }
    .featureContainer {
        flex-direction: row;
    }
    .featureContainer.reverse {
        flex-direction: row-reverse;
    }
    .featureContainer.reverse .featureImage {
        justify-content: flex-start;
    }
    .featureImage iframe {
        width: 328px;
        height: 184px;
    }
    /* Device Content */
    .deviceContainer {
        margin-top: 40px;
    }
    .device {
        width: 232px;
        margin: 0px 16px 0 16px;
    }
    .deviceImage {
        width: 232px;
    }
    .deviceImage img {
        width: 232px;
    }
    .deviceName {
        width: 232px;
        font-size: 16px;
    }
    .deviceDescription {
        width: 232px;
        height: 104px;
        margin-top: 16px;
        font-size: 14px;
    }
    /* Brand List */
    .brandListContainer {
        margin-top: 40px;
    }
    .brandListContainer img {
        max-width: 96px;
        max-height: 40px;
        margin: 12px;
    }
    .brandListContainer #bmw {
        margin: 0 36px 0 36px;
    }
    .brandListContainer #siemens {
        margin: 0 36px 0 36px;
    }
    .brandListContainer #adidas {
        margin: 0 36px 0 36px;
    }
    /* Contact */
    #contactQuote {
        font-size: 16px;
    }
    #contactForm label {
        font-size: 16px;
    }
    #contactContainer {
        margin-top: 56px; 
        padding: 32px; 
        background-color: #fff; 
        border-radius: 24px; 
        display: flex; 
        justify-content: center;
    }
    #contactForm {
        width: 50%; 
        margin-right: 24px;
    }
    #contactInfo {
        width: 50%; 
        margin-left: 24px;
    }   
    #contact-location-th, #contact-location-en {
        font-size: 18px;
    }   
    .contactShopIconContainer {
        font-size: 18px;
    }
    #contactForm br {
        margin-bottom: 32px;
    }
    .formInput, .textInput {
        height: 40px;
        margin-top: 16px;
        font-size: 16px;
    }
    .textInput {
        height: 181px;
    }
    .formButtonContainer {
        margin-top: 46px;
    }
    #contactFormSubmitButton {
        width: 216px;
        height: 56px;
        font-size: 18px;
    }
    #mapContainer {
        margin-top: 0;
        margin-bottom: 0;
    }
    #tw-map {
        width: 352px;
        height: 336px;
        margin-right: 0;
    }
    #map {
        width: 352px;
        height: 336px;
    }
}
@media (max-width: 768px) {
    /* //////////////////////////////////////////////////////////// */
    /* Header */
    .headerBottom {
        height: 56px;
    }
    .mainMenuLogoImg {
        height: auto;
        margin-right: 8px;
    }
    .headerMenuTitle {
        height: 21px;
        font-size: 14px;
    }
    #contactButtonLongText {
        display: none;
    }
    #contactButtonShortText {
        display: block;
    }
    #contactTopButton span {
        font-size: 14px;
    }
    #contactTopButton {
        width: 112px;
    }
    .mobileHeaderWidgetList {
        display: flex;
    }
    .mobileHeaderWidgetList button {
        margin-right: 8px;
    }
    #mobileMenuButton {
        display: block;
        margin-right: 8px;
        padding: 7px 10px 6px 10px;
    }
    #mobileMenuButton i {
        font-size: 18px;
    }
    #mobileMenuLogo {
        display: block;
    }
    .headerBottom .bottomMenuLeft {
        width: 60%;
    }
    .headerBottom .bottomMenuRight {
        width: 40%;
    }
    .mainMenuLogoImg {
        display: none;
    }
    .mainMenuLogoImgMobile {
        display: block;
    }
    /* Footer */
    .nav.desktop {
        display: none;
    }
    .navMenuList.mobile {
        display: block !important;
    }
    .footerTop .topMenuLeft {
        width: 100%;
        justify-content: center;
        font-size: 16px;
    }
    .footerTop .topMenuRight {
        width: 100%;
        display: none;
    }
    .footerMiddle .middleMenuLeft {
        width: 100%;
        justify-content: center;
    }
    .footerMiddle .middleMenuRight {
        width: 100%;
        margin-top: 1em;
        justify-content: center;
    }
    .footerMiddle .middleMenuRight div {
        text-align: center !important;
    }
    .footerOnTop {
        height: auto;
    }
    .footerTop {
        height: 16px;
    }
    .footerMiddle {
        height: 150px;
    }
    .footerBottom {
        height: 96px;
    }
    .footerBottom .bottomMenuLeft {
        width: 100%;
        margin-top: 1em;
        justify-content: center;
    }
    .footerBottom .bottomMenuRight {
        width: 100%;
        margin-top: 1em;
        margin-bottom: 0.5em;
        justify-content: center;
    }
    .footerBottom .bottomMenuRight div {
        text-align: center !important;
    }
    .footerMiddle .footerInner {
        flex-direction: column;
    }
    .footerBottom .footerInner {
        flex-direction: column;
    }
    /* Container */
    .contentContainer .innerContent.solomonCard {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .contentContainer .innerContent.solomon {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .superTitle {
        font-size: 16px;
    }
    .contentTitle {
        font-size: 24px;
    }
    .contentDescription {
        font-size: 16px;
    }
    .contentDescription .descriptionHead {
        font-size: 18px;
    }
    /* Landing Top */
    #landingPageTopContainer {
        height: auto;
        overflow: auto;
    }
    .videoContainer {
        top: 0;
        height: 56vw;
    }
    .contentContainer .innerContent {
        width: 100%;
        padding: 0 16px 0 16px;
    }
    .headerInner, .footerInner {
        width: 100%;
        padding: 0 16px 0 16px !important;
    }
    .footerInner .topMenuRight.fixed {
        width: 100%;
        padding: 0 16px 0 16px !important;
    }
    #landingPageH1 {
        width: auto;
        margin-top: 24px;
    }
    #landingThaiwareLogo {
        width: 168px;
        height: 32px;
    }
    .landingPageBrandTitle {
        height: 32px;
        font-size: 16px;
    }
    #landingPageH1 #mainTitle {
        height: 136px;
        font-size: 56px;
    }
    #landingPageH1 #subTitle {
        font-size: 18px;
        margin-top: 4px;
    }
    .landingPageTopButtonContainer {
        display: flex;
    }
    #landingPageContactButton {
        width: 200px;
        height: 56px;
        margin-top: 48px;
        font-size: 16px;
    }
    #moreDetailsButton {
        bottom: 40px;
        margin-top: 56px;
        margin-left: 24px;
        font-size: 12px;
        position: static;
    }
    #moreDetailsButton img {
        height: 48px;
    }
    .brandContainer {
        margin-bottom: 32px;
    }
    .brandContainer img {
        max-width: 144px;
        max-height: 40px;
        margin: 8px;
    }
    .contentTitle {
        line-height: normal;
    }
    #trustBrandContainer h2 {
        margin: 32px 0 0 0;
    }
    .cardContainer {
        grid-template-columns: repeat(auto-fit, minmax(44%, 1fr));
    }
    /* Card Content */
    .cardSlider {
        margin-bottom: 40px;
        grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
        grid-gap: 16px;
        place-items: center;
    }
    .cardContent {
        padding: 24px 24px 8px 24px;
    }
    .cardTitle {
        font-size: 20px;
    }
    .cardTitle h3 {
        font-size: 20px;
    }
    #manyIndustriesTitle {
        font-size: 20px;
    }
    .cardTitle {
        height: 64px;
        font-size: 18px;
    }
    .cardDescription {
        width: 100%;
        height: auto;
        margin-top: 20px;
        font-size: 14px;
    }
    .cardImage, .cardImage img {
        width: 100%;
        height: 28vw;
    }
    .contentContainer .featureLayout {
        padding: 40px 16px 40px 16px;
    }
    /* Feature Content */
    .featureContainer h3 {
        font-size: 3.1vw;
    }
    .featureDescription p, .featureDescription ul {
        font-size: 2.1vw;
    }
    .featureContainer .featureImage {
        width: 100%;
    }
    .featureContainer .featureDescription {
        width: 100%;
    }
    .featureContainer {
        flex-direction: row;
    }
    .featureContainer.reverse {
        flex-direction: row-reverse;
    }
    .featureContainer.reverse .featureImage {
        justify-content: flex-start;
    }
    .featureImage iframe {
        width: 46vw;
        height: 26vw;
    }
    /* Device Content */
    .deviceContainer {
        margin-top: 40px;
    }
    .device {
        width: 28vw;
        margin: 0px 16px 0 16px;
    }
    .deviceImage {
        width: 28vw;
    }
    .deviceImage img {
        width: 28vw;
    }
    .deviceName {
        width: 28vw;
        font-size: 16px;
    }
    .deviceDescription {
        width: 28vw;
        height: 104px;
        margin-top: 16px;
        font-size: 14px;
    }
    /* Brand List */
    .brandListContainer {
        margin-top: 40px;
    }
    .brandListContainer img {
        max-width: 64px;
        max-height: 48px;
        margin: 12px;
    }
    .brandListContainer #bmw {
        margin: 0 24px 0 24px;
    }
    .brandListContainer #siemens {
        margin: 0 24px 0 24px;
    }
    .brandListContainer #adidas {
        margin: 0 24px 0 24px;
    }
    /* Contact */
    #contactQuote {
        font-size: 16px;
    }
    #contactForm label {
        font-size: 16px;
    }
    #contactContainer {
        margin-top: 56px; 
        padding: 32px; 
        background-color: #fff; 
        border-radius: 24px; 
        display: flex; 
        justify-content: center;
        flex-direction: column;
    }
    #contactForm {
        width: 100%; 
        margin-right: 0;
    }
    #contactInfo {
        width: 100%; 
        margin-left: 0;
        margin-top: 64px;
        display: flex;
        justify-content: center;
    }   
    #contact-location-th, #contact-location-en {
        font-size: 18px;
    }   
    .contactShopIconContainer {
        font-size: 18px;
    }
    #contactForm br {
        margin-bottom: 32px;
    }
    .formInput, .textInput {
        height: 40px;
        margin-top: 16px;
        font-size: 16px;
    }
    .textInput {
        height: 181px;
    }
    .formButtonContainer {
        margin-top: 46px;
    }
    #contactFormSubmitButton {
        width: 216px;
        height: 56px;
        font-size: 18px;
    }
    #mapContainer {
        margin-top: 0;
        margin-bottom: 0;
    }
    #tw-map {
        width: 280px;
        height: 240px;
        margin-right: 0;
    }
    #map {
        width: 280px;
        height: 240px;
    }
}
@media (max-width: 576px) {
    /* //////////////////////////////////////////////////////////// */
    /* Header */
    .headerBottom {
        height: 56px;
    }
    .mainMenuLogoImg {
        height: auto;
        margin-right: 8px;
    }
    .headerMenuTitle {
        height: 4vw;
        font-size: 2.85vw;
        overflow: hidden;
    }
    #contactTopButton {
        width: 112px;
        font-size: 14px;
    }
    .landingPageSectionLogo {
        width: 100%;
    }
    #mobileMenuButton {
        display: block;
        margin-right: 8px;
        padding: 7px 10px 6px 10px;
    }
    #mobileMenuButton i {
        font-size: 18px;
    }
    #mobileMenuLogo {
        display: block;
    }
    /* Container */
    .contentContainer .innerContent.solomonCard {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .contentContainer .innerContent.solomon {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .superTitle {
        font-size: 16px;
    }
    .contentTitle {
        font-size: 24px;
    }
    .contentDescription {
        font-size: 16px;
    }
    .contentDescription .descriptionHead {
        font-size: 18px;
    }
    #imageContainer .imageDescription {
        padding-left: 8px;
    }
    .descriptionWrapper {
        width: 100%;
    }
    /* Landing Top */
    #landingPageTopContainer {
        height: auto;
        overflow: auto;
    }
    
    .videoContainer {
        top: 0;
        height: 56vw;
    }
    .contentContainer .innerContent {
        width: 100%;
        padding: 0 16px 0 16px;
    }
    .headerInner, .footerInner {
        width: 100%;
        padding: 0 16px 0 16px !important;
    }
    .footerInner .topMenuRight.fixed {
        width: 100%;
        padding: 0 16px 0 16px !important;
    }
    #landingPageH1 {
        width: auto;
        margin-top: 24px;
    }
    #landingThaiwareLogo {
        width: 168px;
        height: 32px;
    }
    .landingPageBrandTitle {
        height: 32px;
        font-size: 16px;
    }
    #landingPageH1 #mainTitle {
        height: 136px;
        font-size: 36px;
    }
    #landingPageH1 #subTitle {
        font-size: 18px;
        margin-top: 0;
    }
    .landingPageTopButtonContainer {
        display: flex;
    }
    #landingPageContactButton {
        width: 200px;
        height: 56px;
        margin-top: 48px;
        font-size: 16px;
    }
    blockquote h1 {
        font-size: 20px;
    }
    blockquote div {
        font-size: 15px;
    }
    .wrap {
        margin-top: 3em;
        justify-content: space-between;
    }
    .landingSectionBtn {
        width: 224px;
        height: 224px;
        font-size: 16px;
    }
    .buttonDescription {
        margin-top: 10px;
        font-size: 12px;
    }
    #moreDetailsButton {
        bottom: 40px;
        margin-top: 56px;
        margin-left: 24px;
        font-size: 12px;
        position: static;
    }
    #moreDetailsButton img {
        height: 48px;
    }
    .brandContainer {
        margin-bottom: 32px;
    }
    .brandContainer img {
        max-width: 144px;
        max-height: 40px;
        margin: 8px;
    }
    .contentTitle {
        line-height: normal;
    }
    #tailorMadeTitle strong {
        font-size: 20px;
    }
    #tailorMadeTitle {
        font-size: 18px;
    }
    #imageContainer .imageDescription {
        margin-top: 8px;
        padding-left: 4px;
        font-size: 14px;
    }
    #imageContainer .imageSubDescription {
        font-size: 11px;
    }
    /* Card Content */
    .cardContent {
        padding: 24px 24px 8px 24px;
    }
    .cardTitle {
        width: 100%;
        height: 80px;
        font-size: 3.5vw;
    }
    .cardTitle h3 {
        font-size: 4.0vw;
    }
    #manyIndustriesTitle {
        font-size: 3.25vw;
    }
    .cardDescription {
        width: 100%;
        height: auto;
        margin-top: 16px;
        margin-bottom: 16px;
        font-size: 14px;
    }
    .cardImage, .cardImage img {
        width: 100%;
        height: 28vw;
    }
    .contentContainer .featureLayout {
        padding: 36px 0 36px 0;
    }
    /* Feature Content */
    .featureContainer h3 {
        font-size: 22px;
    }
    .featureDescription p, .featureDescription ul {
        font-size: 16px;
    }
    .featureContainer .featureImage {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .featureContainer .featureDescription {
        width: 100%;
        margin-top: 32px;
        display: flex;
        /* justify-content: center; */
    }
    .featureContainer .featureDescription {
        width: 93vw;
    }
    .featureContainer {
        flex-direction: column;
    }
    .featureContainer.reverse {
        flex-direction: column;
    }
    .featureContainer.reverse .featureImage {
        justify-content: center;
    }
    .featureImage iframe {
        width: 93vw;
        height: 53vw;
    }
    /* Device Content */
    .deviceContainer {
        margin-top: 40px;
        display: grid;
        place-items: center;
        grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    }
    .device {
        width: 198px;
        /* margin: 0px 16px 0 16px; */
    }
    .deviceImage {
        width: 198px;
    }
    .deviceImage img {
        width: 198px;
    }
    .deviceName {
        width: 198px;
        font-size: 16px;
    }
    .deviceDescription {
        width: 232px;
        height: 104px;
        margin-top: 16px;
        font-size: 14px;
    }
    /* Brand List */
    .brandListContainer {
        margin-top: 40px;
    }
    .brandListContainer img {
        max-width: 96px;
        max-height: 40px;
        margin: 12px;
    }
    .brandListContainer #bmw {
        margin: 0 36px 0 36px;
    }
    .brandListContainer #siemens {
        margin: 0 36px 0 36px;
    }
    .brandListContainer #adidas {
        margin: 0 36px 0 36px;
    }
    /* Contact */
    #contactQuote {
        font-size: 16px;
    }
    #contactForm label {
        font-size: 16px;
    }
    #contactContainer {
        margin-top: 56px; 
        padding: 32px; 
        background-color: #fff; 
        border-radius: 24px; 
        display: flex; 
        justify-content: center;
        flex-direction: column;
    }
    #contactForm {
        width: 100%; 
        margin-right: 0;
    }
    #contactInfo {
        width: 100%; 
        margin-left: 0;
        margin-top: 64px;
        display: flex;
        justify-content: center;
    }   
    #contact-location-th, #contact-location-en {
        font-size: 18px;
    }   
    .contactShopIconContainer {
        font-size: 18px;
    }
    #contactForm br {
        margin-bottom: 32px;
    }
    .formInput, .textInput {
        height: 40px;
        margin-top: 16px;
        font-size: 16px;
    }
    .textInput {
        height: 181px;
    }
    .formButtonContainer {
        margin-top: 46px;
    }
    #contactFormSubmitButton {
        width: 216px;
        height: 56px;
        font-size: 18px;
    }
    #gg-map-Layout {
        margin-right: 0;
    }
    #mapContainer {
        margin-top: 0;
        margin-bottom: 0;
        flex-direction: column;
    }
    #tw-map {
        width: 352px;
        height: 336px;
        margin-right: 0;
        margin-top: 16px;
    }
    #map {
        width: 352px;
        height: 336px;
    }
}
/* SPECIAL & SPECIFIC Size */
@media (max-width: 520px) { 
    .deviceContainer {
        margin-top: 40px;
        display: grid;
        place-items: center;
        grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    }
    .device, .deviceImage, .deviceName, .deviceDescription {
        width: 100%;
    }
    .deviceImage img {
        width: 40vw;
    }
    .deviceImage {
        height: 32vw;
    }
    #contactTopButton {
        width: 112px;
        font-size: 14px;
    }
}
@media (max-width: 480px) { 
    blockquote div {
        font-size: 14px;
    }
    .wrap {
        margin-top: 1em;
        justify-content: space-around;
    }
    .landingSectionBtn {
        width: 168px;
        height: 168px;
        font-size: 14px;
    }
    .buttonDescription {
        margin-top: 10px;
        font-size: 12px;
    }
    .cardImage, .cardImage img {
        width: 320px;
        height: 192px;
    }
    #manyIndustriesTitle {
        font-size: 20px;
    } 
    #useCaseContainer .boxDescription {
        font-size: 15px;
    }
}
@media (max-width: 416px) { 
    .landingPageTopButtonContainer {
        display: flex;
        flex-wrap: wrap;
    }
    #landingPageContactButton {
        width: 100%;
    }
    /* .deviceContainer {
        margin-top: 40px;
        display: grid;
        place-items: center;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    } */
}