.itopplus-background {

}
body {
  font-size: 17px;
  overflow-x: hidden;
  color: #454841;
  font-family: "Karla", sans-serif;
}
a {
    color: #454841;
}
a:hover  {
    color: #f36f21;
}
.itp-border {
  background: linear-gradient(to right, #f36f21 0, #f36f21 65%, #454840 65%, #454840 100%);
  height: 8px;
  width: 100%;
}

.itopplus-bg {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_05012024yt36/0/0/bgz-z151001794813.webp);
    background-size: cover;
    background-position: bottom;
}

.itopplus-bg2 {
  background-image: url("http://itp1.itopfile.com/ImageServer/z_itp_05012024yt36/1410/0/21415729304634z-z458717583121.png");
  background-position: bottom;
  background-size: cover;
}

.itopplus-bg3 {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_05012024yt36/0/0/bg3z-z1298933730354.webp);
    color: #fff;
    background-size: cover;
    background-position: bottom;
    background-color: #f36f21;
}
.itopplus-bg4 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_05012024yt36/0/0/4z-z1118692330082.webp");
}

.itopplus-bg5 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_05012024yt36/0/0/5z-z1116926780323.webp");
  background-size: cover;
}

.navbar-default .navbar-nav > li > a {
  font-size: 1em;
  color: #444;
  margin: 0 5px;
  padding: 7px 15px;
  border-radius: 20px;
  border-bottom: 3px solid transparent;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #fff !important;
  box-shadow: none;
  border-color: transparent;
  background: transparent;
  border-radius: 20px;
  background-color: #f36f21;
}

.dropdown-menu > li > a {
    font-size: 1.2em;
    color: #444;
    padding: 7px 15px;
}

.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #fff;
  background: #f36f21;
}

@media screen and (max-width: 992px) {
  #controlBanner img {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 90px !important;
    z-index: 10000;
  }

  #nav-menu,
  #ItopplusMainSidebar > div {
    background: #fff !important;
  }

  #itpMenuSideBar span {
    background-color: #000 !important;
  }

  #controlMenu * {
    color: #000 !important;
    border: none;
  }
}

@media screen and (min-width: 1024px) {
  .itopplus-banner > .container {
    display: grid;
    grid-template-columns: 22% auto;
    align-items: center;
  }

  .no-js .itopplus-banner {
    position: sticky;
    top: 0;
    z-index: 110;
  }

  .itopplus-banner {
    background: #fff;
    transition: 0.3s;
  }

  .itopplus-sticky {
    background: #fff !important;
  }

  #controlBanner {
    object-fit: contain;
    padding: 15px;
    width: clamp(120px, 100%, 20vw);
    margin: 0 auto;
  }

  #itopplus-nav-bar {
    display: flex;
    width: 100%;
    justify-content: end;
  }

  .itp-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
    height: 100%;
  }

  .itopplus-search {
    width: 15%;
    text-align: right;
    color: #444;
  }

}


/**/
.h1, h1 {
    font-size: 4em;
    font-weight: bolder;
}
.h2, h2 {
    font-size: 3.3em;
    font-weight: bolder;
}
.h3, h3 {
    font-size: 3.1em;
     font-weight: bolder;
}
.h4, h4 {
    font-size: 1.2em;
    font-weight: bolder;
}
.h5, h5 {
    font-size: 1.1em;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bolder;
}
.boderedlayoutClient {
    border-top: 0px dashed transparent;
    border-left: 0px dashed transparent;
    border-right: 0px dashed transparent;
    border-bottom: 0px dashed transparent;
}
ol, ul {
    margin-top: 10px;
    margin-bottom: 10px;
}
/**/



/*header*/
.header-icon-img {
    display: flex;
    gap: 7px;
}
/*header*/



/*footer*/
.itopplus-footer {
    font-size: 14px;
    line-height: 1.6;
}
.itopplus-footer h4 {
    margin: 0px 0 0px;
    line-height: 1.3;
    font-size: 1.15em;
}
.itopplus-footer h3 {
    font-size: 1.5em;
    margin: 0px 0 0px;
    line-height: 1.3;
}
.itopplus-footer a {
    color: #fff;
}
.itopplus-footer a:hover , .itopplus-footer h4 a:hover {
    color: #f36f21;
}
.footer-logo {
    width: 45%;
    margin: 0 auto;
}
.footer-icon-img {
    display: flex;
    gap: 7px;
    justify-content: center;
    width: 10%;
    margin: 10px auto 10px;
}
.icon-img  {
    transition: 0.5s;
}
.icon-img:hover {
    transform: scale(1.1);
}
.copy-right {
    font-size: 0.9em;
    text-align: center;
    padding-bottom: 5%;
}
.footer-pd {
    padding-left: 10%;
}
.ITPcookiebar {
    width: 100% !important;
}
.buttonExampleSite {
    border: 1px solid #f36f21 !important;
    color: #f36f21 !important;
    font-family: "LINE Seed Sans TH" !important;
}
.buttonExampleSite:hover {
    background: #f36f21 !important;
    color: #ffffff !important;
}
.ITP-pdpa-template-titleFont {
    font-size: 1.2em !important;
    padding-bottom: 0rem !important;
    font-weight: 600 !important;
}
.ITP-pdpa-template-contentFont {
    font-size: 1em !important;
}
.itpPDPALandingPage {
    padding: 6% 2% 2%;
}
/*footer*/






/*หน้าแรก*/
.padding-pd {
    padding: 2%;
}
.about-us {
    width: 55%;
    background: rgba(255, 255, 255, .7);
    float: right;
    clip-path: polygon(100% 0, 100% 50%, 85% 100%, 0 100%, 30% 0);
    padding: 10% 7% 10% 19%;
    text-align: justify;
    letter-spacing: -1px;
}
.about-us h4 {
    letter-spacing: 1px;
    margin: 0 0 15px;
}
.about-us-year {
    margin-bottom: 20px;
}
.about-us h3 {
    white-space: pre-line;
    text-transform: uppercase;
    display: contents;
}
.about-us h3 span {
    font-weight: bolder;
}
.about-us h2 {
    text-transform: uppercase;
    display: contents;
    margin: 10px 0 20px;
}
.about-us h2 span {
    color: #f36f21;
    font-size: 2em;
    line-height: 0.7;
    font-weight: bolder;
}
.btn-more {
    background: #f36f21;
    color: #fff;
    border: none;
    font-size: 0.85em;
    padding: 11px 15px;
    border-radius: 5px;
    transition: 0.5s;
}
.btn-more:hover {
    background: #454841;
    color: #fff;
}
.menu-align {
    text-align: center;
    padding: 10% 0 2%;
}
.menu-align h4 {
    font-size: 1.5em;
    font-weight: 500;
    color: #f36f21;
    margin: 0;
}
.menu-align h2 {
    white-space: pre-line;
    text-transform: uppercase;
    text-shadow: 3px 2px 8px rgba(243,111,33,.6);
}
.menu-align h2 span {
    font-weight: bolder;
}
.menu-align-border {
    border-bottom: 5px solid #f36f21;
    width: 9%;
    margin: 20px auto;
}
figure.effect-phoebe {
    background: transparent;
    margin-bottom: 40px !important;
}
.grid figure figcaption {
    padding: 0.5em;
}
.grid figure h2 {
    word-spacing: normal;
    font-weight: 500;
}
figure.effect-phoebe h2 {
    margin-top: 0em;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    font-size: 1em;
    text-align: left;
    padding: 0 0 0 20%;
}
figure.effect-phoebe img {
    opacity: 1;
    transition: 0.5s;
}
figure.effect-phoebe:hover img {
    opacity: 1;
    transform: translateY(-20px);
}
.btn-view {
    display: block;
    background: #454841;
    color: #fff;
    border: none;
    line-height: 1;
    padding: 1px 7px 4px;
    margin: 15px 0 0;
    font-size: 0.9em;
    transition: 0.5s;
}
.btn-view:hover , figure.effect-phoebe:hover .btn-view {
    background: #fff;
    color: #f36f21;
}
.padding-pd-2 {
    padding: 16%;
}
.menu-align2 {
    display: grid;
    grid-template-columns: auto 10%;
    align-items: center;
}
.menu-align2-text1 h3 {
    text-transform: uppercase;
    text-shadow: 3px 2px 8px rgba(243, 111, 33, .6);
    font-size: 2.3em;
    margin: 0;
}
.menu-align2-text1 h3 span {
    font-weight: bolder;
}
.menu-align2-text2 h4 {
    font-size: 1.5em;
    font-weight: 500;
    color: #f36f21;
}
figure.effect-jazz {
    background: transparent;
    border-radius: 20px 0 0 20px;
}
figure.effect-jazz figcaption::after {
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
}
.moventor-bg {
    background: #fff;
    border: 1px solid #eee;
    border-left: 1px solid #f36f21;
    border-radius: 0 20px 20px 0;
    transition: 0.5s;
}
.moventor-bg:hover {
    background: #464841;
    color: #fff;
    border: 1px solid #eee;
    border-left: 1px solid #f37c34;
}
.moventor-bg h1 {
    text-transform: uppercase;
    text-align: center;
    margin: 17.37% 0;
}
.view-bg {
    background: #454841;
    color: #fff;
    display: grid;
    grid-template-columns: auto 5%;
    padding: 30px;
    border-radius: 0 0 20px 0;
    transition: 0.5s;
}
.moventor-bg:hover .view-bg {
    background: #f36f21;
    color: #fff;
}
.padding-pd {
    padding: 4%;
}
.slogan-block {
    padding: 23% 8% 23% 24%;
}
.slogan-block h3 {
    font-size: 2.6em;
    line-height: 1.2;
    margin: 0 0 20px;
}
figure.effect-oscar {
    background: transparent;
}
figure.effect-oscar figcaption {
    background-color: rgba(58, 52, 42, .0);
}
figure.effect-oscar:hover figcaption {
    background-color: rgba(58, 52, 42, .7);
}
figure.effect-oscar figcaption::before {
    border: 0px solid #fff;
}
figure.effect-oscar img {
    opacity: 1;
    transition: 0.5s;
}
figure.effect-oscar:hover img {
    opacity: 1;
    transform: scale(1.1);
}
.effect-sadie {
    border-radius: 30px;
}
figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4em 1em 0.7em !important;
    width: 100%;
    opacity: 1;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 0, 0);
    text-align: left;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0) 100%);
    color: #f36f21;
    text-transform: none;
    font-size: 0.9em;
    font-weight: 600;
}
figure.effect-sadie figcaption::before {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top,rgba(72,76,97,0) 0,rgba(252, 232, 220, 1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(252, 232, 220, 1) 100%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}
.grid figure p {
    letter-spacing: 0px;
}
.grid figure img {
    opacity: 1;
}
.service-name {
    padding: 10% 1% 10% 25%;
}
.service-name-block {
    display: grid;
    grid-template-columns: auto 6%;
    align-items: end;
}
.service-name-text {
    color: #454841;
}
.service-name-text h4 {
    white-space: pre-line;
    font-size: 1.7em;
    font-weight: 500;
    margin: 0;
}
.effect-sadie .btn-view {
    background: #f36f21;
    color: #fff;
}
.effect-sadie:hover .btn-view {
    background: #454841;
    color: #fff;
}
/*หน้าแรก*/



/*form*/
#form67d2b929dec2b80013dd681f , #form67d3d7bbe8f9ab00133108e6 {
    padding: 0 !important;
}
.CASS-H-head, .CASS-H-head {
    font-family: "Karla", sans-serif;
}
.CASS-H-head {
    border-bottom: none;
    margin-bottom: 0px;
    background: transparent;
    padding-left: 0px;
    padding-top: 0px;
}
.CASS-H-head h3.form-inline {
    font-size: 2.1em;
    font-weight: bolder;
    text-align: center;
    margin: 0 0 5px;
    color: #f36f21;
}
.CASS-H-head h3.form-inline h2 {
    color: #000;
    margin: 0 0 5px;
}
.CASS-H-border .form-control {
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #828282;
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    font-size: 1em !important;
    padding: 23px 0;
    font-weight: 400;
    color: #444444 !important;
}
.CASS-H-border .form-control::placeholder {
    color: #444444 !important;
}
.CASS-H-border .form-control:hover  {
    border-bottom: 2px solid #f36f21;
}
.CASS-H-border .form-control:focus {
    border-bottom: 2px solid #f36f21;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, 0);
    color: #444!important;
}
.CASS-H-border .btn {
    background-image: -webkit-linear-gradient(top, #111f39 0, #111f39 100%);
    background-image: -o-linear-gradient(top, #4d4d4d 0, #4d4d4d 100%);
    background: #f36f21;
    color: #ffffff;
    text-shadow: 0 0px 0 #282828;
    background-repeat: repeat-x;
    border-color: #0000;
    border-radius: 5px;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 0.9em;
    border: 0px solid #fff;
    box-shadow: none;
}
.CASS-H-border .btn-default:active {
   background-color: #f36f21;
      color: #fff;
}
.CASS-H-border .btn-default:hover, .CASS-H-border .btn-default:focus {
    background-position: 0 0px;
    background-color: #f36f21;
        color: #fff;
}
.CASS-H-border .ITPcheckboxAuthen {
    font-size: 0.9em;
    color: #444444;
    text-align: left !important;
    padding-left: 2.5%;
    margin-bottom: 2%;
}
.CASS-H-border span#contactUsAcceptPolicyText2 {
    color: #000000;
    display: block;
    font-weight: bold;
}
.CASS-H-border #display5 {
  margin-bottom: -20px;
}
.CASS-H-border #editor1 , .CASS-H-border #editor2 , .CASS-H-border #editor3 , .CASS-H-border #editor4 , .CASS-H-border #editor5 , .CASS-H-border #editor6 ,
.CASS-H-border #editor8 , .CASS-H-border #editor7 {
    display: none;
}
.CASS-H-border #selectbox4 , .CASS-H-border #selectbox5  , .CASS-H-border #selectbox6 {
    
}
.CASS-H-border .glyphicon-ok-circle:before {
      display: none;
}
.CASS-H-border .form-control-feedback {
    top: 10px !important;
    color: #444444 !important;
}
.CASS-H-border .form-control option {
    color: #444444;
}
.CASS-H-middle-mid {
    padding: 0px;
}
.CASS-H-main {
    background: transparent;
}
#btnview67d2b929dec2b80013dd681f {
    margin-left: 35%;
}
.CASS-H-border {
    width: 85%;
    margin: 15% auto;
    background: rgba(255, 255, 2555, .9);
    padding: 10% 10% 7%;
    border-radius: 20px;
}
/*form*/




/*ABOUT US*/
.about-sub {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: center;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    background: rgba(255, 255, 255, .7);
    margin-bottom: 8%;
}
.about-us2 .about-us {
    width: 100%;
    clip-path: none;
    padding: 5% 21% 5% 3%;
    background: rgba(255, 255, 255, .0);
}
.about-img {
    clip-path: polygon(5% 0%, 100% 0%, 92% 100%, 0% 100%);
    overflow: hidden;
}
.about-img img {
    overflow: hidden;
    transition: 0.5s;
}
.about-img:hover img {
    transform: scale(1.1);
}
/*ABOUT US*/





/*PRODUCTS*/
.product-detail-1 {
    text-align: justify;
    letter-spacing: -1px;
}
.product-detail2-display {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 7%;
    gap: 20px;
}
.product-detail-2 {
    padding: 3% 0;
    letter-spacing: -1px;
}
.product-detail-2 h3 {
    font-size: 2.4em;
    margin: 0 0 3%;
    background: #f36f21;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.detail2-sub1 {
    padding: 0px 0 20px;
    border-bottom: 1px solid #ccc;
    text-align: justify;
    letter-spacing: -1px;
}
.detail2-sub1 h4 {
    color: #000;
    margin: 0 0 5px;
}
.product-detail-3 {
    padding: 10% 0 0 9%;
    letter-spacing: -1px;
    text-align: justify;
}
table.tj2 {
   width:100%;
}
table.tj2 td {
    border-bottom: 1px solid #ccc;
    padding: 15px 0px;
}
table.tj2 td:nth-child(1) {
    width: 30%;
    font-weight: bold;
    color: #000;
}
.product-detail-4 {
    padding: 3% 0;
    text-align: justify;
     letter-spacing: -1px;
}
.product-sub-bg {
    background: rgba(255, 255, 2555, .7);
    border-radius: 20px;
    text-align: justify;
    letter-spacing: -1px;
    margin-top: 5%;
}
.product-sub-bg .product-detail-2 {
    padding: 0;
    border-radius: 20px 20px 0 0;
}
.product-sub-bg h3 {
    margin: 0;
    border-radius: 20px 20px 0 0;
}
.product-sub-pd-bg {
    padding: 4% 5%;
}
.padding-pd3 {
    padding: 15%;
}
.moventor-bg-sub .moventor-bg h1 {
    margin: 24.89% 0;
}
.moventor-bg-sub .moventor-bg:hover {
    background: #fff;
    color: #454841;
}
/*PRODUCTS*/



/*SERVICES*/
.coming-soon {
    width: 80%;
    margin: 5% auto 35%;
}
/*SERVICES*/



/*ติดต่อเรา*/
.text-contact {
    text-align: center;
    padding: 0% 0% 0;
}
.text-contact h4 {
    font-size: 1.7em;
    line-height: 1.2;
    margin: 0 0 5px;
    color: #f36f21;
}
.contact-block2 {
    display: grid;
    grid-template-columns: repeat(4,1fr););
    gap: 10px;
    margin: 20px 0 10px;
    justify-content: center;
}
.contact-bg {
    display: grid;
    grid-template-columns: 40px auto;
    gap: 10px;
    align-items: center;
    background: #fff;
    color: #454841;
    border-radius: 50px;
    padding: 7px;
}
.contact-bg:hover {
    background: #f36f21;
    color: #fff;
}
#iframe67d3dac131ebfc001324fb57 iframe {
    border-radius: 15px;
}
/*ติดต่อเรา*/



/*pagination*/
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #f36f21;
    border-color: #f36f21;
}
.pagination>li>a, .pagination>li>span {
    color: #f36f21;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #f36f21;
    background-color: #f7f7f7;
}
/*pagination*/





/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {
body {
    font-size: 21px;
}
    .container {
        width: 1440px;
    }
  .dropdown-menu > li > a {
    font-size: 1.5em;
}
      .itopplus-search {
        width: 13%;
    }
  
.about-us {
    padding: 10% 9% 10% 19%;
}
  .padding-pd-2 {
    padding: 21%;
}
  .moventor-bg h1 {
    margin: 18.47% 0;
}
  .slogan-block {
    padding: 25% 12% 25% 24%;
}
  .CASS-H-border .ITPcheckboxAuthen {
    padding-left: 2.2%;
}
  .itopplus-footer {
    font-size: 18px;
}
  .ITPcookiebar , .buttonExampleSite {
    font-size: 16px !important;
}
  .about-us2 .about-us {
    padding: 5% 21% 5% 4%;
}
}




/* Large Devices, Wide Screens */
@media only screen and (max-width:1191px) {
.navbar-default .navbar-nav > li > a {
    margin: 0 0px;
}
  .about-us h4 {
    font-size: 1em;
}
  .about-us-year {
    font-size: 0.7em;
}
  .padding-pd-2 {
    padding: 9%;
}
  .moventor-bg h1 {
    margin: 14.3% 0;
}
  .slogan-block h3 {
    font-size: 2.3em;
}
  .slogan-block {
    padding: 12% 0% 10% 10%;
}
  .service-name-block {
    grid-template-columns: auto 9%;
}
  .service-name-text h4 {
    font-size: 1.5em;
}
  .CASS-H-head h3.form-inline {
    font-size: 1.7em;
}
  .itopplus-footer {
    font-size: 12px;
}
  .about-us2 .about-us {
    padding: 5% 15% 5% 0%;
}
  .product-detail-3 {
    padding: 3% 0 0 2%;
}
  .contact-bg {
    grid-template-columns: 35px auto;
    gap: 7px;
    font-size: 0.9em;
}
  div#form67d3d7bbe8f9ab00133108e6 {
    padding: 0 !important;
}
}






/* Large Devices, Wide Screens */
@media only screen and (max-width:900px) {
.about-us {
    width: 65%;
    padding: 10% 7% 10% 20%;
}
       .moventor-bg h1 {
        margin: 12% 0;
        font-size: 3em;
    }
  .menu-align2 {
    grid-template-columns: auto 12%;
    font-size: 0.8em;
}
      .slogan-block h3 {
        font-size: 1.8em;
    }
      .slogan-block {
        padding: 8% 0% 5% 5%;
    }
  figure.effect-phoebe h2 {
    font-size: 0.8em;
}
  figure.effect-sadie p {
    font-size: 0.7em;
}
  .CASS-H-middle-mid div {
    padding: 0px;
}
      .CASS-H-head h3.form-inline {
        font-size: 2em;
    }
  
.CASS-H-border span#contactUsAcceptPolicyText2 {
    display: inline;
}
  .itopplus-bg4 {
    background-size: cover;
}
  .about-sub {
    align-items: start;
}
      .product-detail-3 {
        padding: 0% 0 0 0%;
    }
      .table-responsive {
        border: 0px solid #ddd;
    }
  table.tj2 td:nth-child(1) {
    width: 45%;
}
  .moventor-bg-sub .moventor-bg h1 {
    margin: 22.89% 0;
}
      .contact-bg {
        grid-template-columns: 25px auto;
        font-size: 0.65em;
    }
}


/* Large Devices, Wide Screens */
@media only screen and (max-width:480px) {
#imagesControl67d2a8d1fe310400135ff7c3 {
    padding: 0 !important;
}
  .h2, h2 {
    font-size: 2.6em;
}
  .about-us {
        width: 100%;
        padding: 10% 10% 10% 10%;
        clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0 100%, 0% 0);
    }
  figure.effect-phoebe h2 {
        font-size: 1em;
    }
      .menu-align2 {
        grid-template-columns: auto 30%;
    }
  figure.effect-jazz {
    border-radius: 20px;
}
  .moventor-bg {
    border: 0px solid #eee;
    border-left: 0px solid #f36f21;
}
  .view-bg {
    border-radius: 0 0 20px 20px;
}
      .moventor-bg h1 {
        font-size: 2.7em;
    }
      figure.effect-sadie p {
        font-size: 0.6em;
    }
  .CASS-H-border {
    width: 100%;
    padding: 10% 15% 7%;
}
  .CASS-H-border .ITPcheckboxAuthen {
    padding-left: 0%;
}
  .about-sub {
    grid-template-columns: repeat(1, 1fr);
}
  .about-img {
    clip-path: polygon(0 0%, 100% 0%, 98% 100%, 0% 100%);
}
  .about-us2 .about-us {
        padding: 5% 15% 5% 15%;
    }
  .product-detail-2 h3 {
    font-size: 2em;
}
  
.product-detail2-display {
    grid-template-columns: repeat(1, 1fr);
}
      table.tj2 td:nth-child(1) {
        width: 50%;
    }
  table.tj2 td {
    padding: 15px 10px 15px 0;
}
      .moventor-bg-sub .moventor-bg h1 {
        margin: 5% 0;
    }
  .coming-soon {
    width: 90%;
    margin: 5% auto 10%;
}
  .footer-icon-img {
    display: none;
}
  .copy-right {
    padding-bottom: 0;
}
  .contact-block2 {
    grid-template-columns: repeat(1, 1fr);
}
      .contact-bg {
        grid-template-columns: 35px auto;
        font-size: 1em;
    }
}


.icon-img img {
    width: 35px !important;
    height: 35px !important;
    object-fit: cover;
}

#Contentmanager .landingpagemanager {
    display: none;
}


/* ของเดิม
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.page-header.font-inherit > div {
   text-align: left;
}*/

.page-header {
	display: none;
}

