.itopplus-background {

}
body {
  overflow-x: hidden;
  color: #444;
  font-family: "LINE Seed Sans TH";
}


.no-js a {
  color: #fff;
  transition: 0.35s;
}
.no-js a:hover {
  color: #ff4b00;
}
.itopplus-footer {
  color: #fff;
}
.itopplus-footer a {
  color: #fff;
}
.itopplus-footer a:hover {
  color: #ff4b00;
}



.eapps-widget-toolbar {
  display: none;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  margin: 0 5px;
  padding: 8px 10px;
  border-radius: none;
}
.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: #ff4b00 !important;
  box-shadow: none;
  border-color: transparent;
  background: transparent;
  background-color: transparent;
}
.dropdown-menu > li > a {
  color: #fff;
}
.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #ff4b00;
  background: transparent;
}


@media screen and (max-width: 992px) {
#controlBanner img {
    position: fixed;
    top: 8px;
    left: 10px;
    width: 75px !important;
    z-index: 10000;
}
#nav-menu,
#ItopplusMainSidebar > div {
    background: #000 !important;
}
#itpMenuSideBar span {
    background-color: #fff !important;
}
#controlMenu * {
    color: #fff !important;
    border: none;
}
}

@media screen and (min-width: 1024px) {
.itopplus-banner > .container {
    display: grid;
    grid-template-columns: 20% auto 20%;
    align-items: center;
}
.no-js .itopplus-banner {
    position: sticky;
    top: 0;
    z-index: 110;
}
.itopplus-banner {
    background: #000000;
    transition: 0.3s;
}
#controlBanner {
    object-fit: contain;
    padding: 25px;
    width: clamp(120px, 85%, 20vw);
    margin: 0 auto;
}
#itopplus-nav-bar {
    display: flex;
    width: 100%;
    justify-content: center;
}
.itopplus-search {
    text-align: right;
    color: #fff;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
   display: block;
   margin: 0;
}  
.row.Contenemanager-gallery {
    width: 63% !important;
}
}

@media screen and (min-width: 1366px) {
}



/* oscar*/
figure.effect-oscar {
    background: transparent;
    border-radius: 20px;
}
figure.effect-oscar img {
    opacity: 1;
}
figure.effect-oscar:hover img {
    opacity: 1;
}
figure.effect-oscar figcaption::before {
	border: 0px solid #fff;
}
figure.effect-oscar figcaption {
   background: transparent;
}
figure.effect-oscar:hover figcaption {
    background: transparent;
}
figure.effect-oscar h2 {
       margin: 0% 0 0px 0;
    -webkit-transition: -webkit-transform 0.32s;
    transition: transform 0.32s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-oscar:hover h2 {
    opacity: 1;
    transition: 0.32s;
  transform: none!important;
}
.grid figure h2 {
    word-spacing: 0em;
    font-weight: 300;
    text-transform: none;
}
figure.effect-oscar img {
	max-width: none;
	-webkit-transition: opacity 0.32s, -webkit-transform  0.32s;
	transition: opacity  0.32s, transform  0.32s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-oscar:hover img {
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.05,1.05,1);
}
/* oscar */


/* search */
.ui.input input:focus, .ui.input.focus input {
    border-color: rgb(255 255 255 / 100%);
    background: #000000;
    color: #fff;
    box-shadow: none;
}
.ui.input input {
    font-family: "LINE Seed Sans TH";
    background: #000000;
    border: 1px solid #fff;
    color: #fff;
}
.ui.icon.input>i.circular.icon {
    background: #ff4b00 !important;
    color: #fff;
}
.ui.icon.input>i.icon {
    opacity: 1;
}
#background67f3ac4bca1ba300132acf20 ::placeholder {
  color: #fff;
}
/* search */



/*from Contact*/
.no-js #Component67f3b26d19f683001362a337 label {
    display: none!important;
    color: #fff;
}
.no-js #Component67f3b26d19f683001362a337 .col-md-6 {
    width: 100%;
    margin-left: auto;
    display: block;
    margin-right: auto;
    float: initial;
    padding-left: 20px;
}
.no-js #Component67f3b26d19f683001362a337 .form-control {
    border: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0px !important;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    padding: 25px 20px;
    background: transparent;
    color: #000;
    font-size: 16px !important;
    border-radius: 10px !important;
}
.no-js #Component67f3b26d19f683001362a337 .form-control:focus {
   border-bottom: 1px solid #ff4b00 !important;
   border: 1px solid #ff4b00;
   box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, 0);
   color: #fff !important;
}
.no-js #Component67f3b26d19f683001362a337 .btn {
   background: #ff4b00;
   color: #fff;
   text-shadow: 0 0px 0 #00000000;
   background-repeat: repeat-x;
   border-color: transparent;
   border-radius: 50px;
   padding: 10px 30px 10px 30px;
   font-size: 15px;
   font-weight: 400;
   border: 0px solid;
}
.no-js #Component67f3b26d19f683001362a337 .btn-default:active {
   background: #ff4b00;
   color: #fff;
}
.no-js #Component67f3b26d19f683001362a337 .btn-default:hover,
.no-js #Component67f3b26d19f683001362a337 .btn-default:focus {
   background-position: 0 0px;
   background: #ff4b00;
   border: 0px solid transparent;
}
.no-js #Component67f3b26d19f683001362a337  .col-xs-12.col-sm-5.col-md-5.padding {
  width: 100%;
}
.no-js #Component67f3b26d19f683001362a337 span.label {
  font-size: 13px;
  font-weight: 400;
}
.no-js #Component67f3b26d19f683001362a337 ::placeholder {
  color: #fff !important;
  font-weight:400;
}
#iframe67e2d5452517c2001388c39b iframe {
    border-radius: 15px;
}
/*from Contact*/



h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h1 {
    font-size: 2em;
}
h2 {
    font-size: 2.5em;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 28px;
}
p {
    font-size: 16px;
}
body {
    font-size: 16px;
}
b, strong {
    font-weight: 600;
}



.head-ndsignrich h2 {
    font-weight: 600;
    color: #ff4b00;
}
.btn-menu {
    background: #ff4b00;
    width: fit-content;
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: 600;
    transition: 0.35s;
}
.btn-menu:hover {
    background: #e7b53a;
    transition: 0.35s;
}
.grid-headndsignrich {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 1% 0%;
}
.grid-headndsignrich-2 {
    border-left: 1px solid #626262;
    padding-left: 4%;
}
.grid-headndsignrich-3 {
    align-self: center;
    display: flex;
    justify-content: flex-end;
}
.empty-headndsignrich {
    padding: 1%;
}
.empty-headndsignrich-2 {
    padding: 2%;
}
#background67f3931a19f683001362a186 .row-fluid [class*=col-sm-5fix],
#background67f3ab2020a26b001354091a .row-fluid [class*=col-sm-5fix] {
    width: 16.6% !important;
}
figure.effect-oscar h2 {
  margin: 0;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}
.bgproduct {
    padding: 7% 10%;
    padding-top: 10%;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}
.thumbs:hover .bgproduct {
    color: #ff4b00;
}
.dropdown-menu {
    background-color: #000000;
    color: #fff;
}
.grid-icon-ndsignrich {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: 75%;
    margin: 0 auto;
    gap: 20px;
    padding-top: 5%;
}
.icon-ndsignrich {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20%;
    transition: 0.35s;
}
.icon-ndsignrich-2 {
    text-align: center;
    white-space: break-spaces;
}
.icon-ndsignrich-2 span {
    color: #ff4b00;
    font-weight: 600;
}
.block-icon-ndsignrich {
    transition: 0.35s;
}
.block-icon-ndsignrich:hover {
    transition: 0.35s;
    transform: translateY(-7px);
}
.block-icon-ndsignrich:hover .icon-ndsignrich {
    filter: grayscale(1);
    transition: 0.35s;
}
.contenr-ndsignrich {
    white-space: break-spaces;
}
.one-ndsignrich {
    padding: 5% 0% 8%;
    text-align: center;
}
.one-ndsignrich h2 {
    font-size: 2.5em;
    font-weight: 600;
    margin-bottom: 3%;
}
.gridlogo-brand {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 75%;
    gap: 20px;
    margin: 0 auto;
}
.Layout__LayoutContainer-sc-kw8iuy-0.febHFm {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
}
.WidgetTitle__Header-sc-ruy1gu-2.kjUTuv {
    display: none;
}
#background67f3a081d287470013b8aeb6 .row-fluid [class*=col-sm-5fix] {
    width: 11.1% !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}
#background67f3a081d287470013b8aeb6 figure.effect-oscar {
    border-radius: 10px;
}
#background67f3a081d287470013b8aeb6 .thumbs {
    margin-bottom: 0px;
}
.bg-portfolio {
    padding: 3% 0%;
}
.grid-iconsocial {
    display: flex;
    gap: 10px;
    margin-top: 4%;
}
.btn-iconsocial {
    background: #fff;
    color: #000;
    border-radius: 50px;
    display: grid;
    grid-template-columns: auto 35px;
    width: fit-content;
    padding: 5px 13px;
    gap: 10px;
    transition: 0.35s;
}
.iconsocial-2 {
    align-self: center;
}
.btn-iconsocial:hover .iconsocial {
    filter: grayscale(1);
    transition: 0.35s;
}
.copyright {
    margin-bottom: 5%;
}
.buttonExampleSite {
  border: 0px solid #fff !important;
  color: #fff !important;
  background: #ff4b00 !important;
  border-radius: 50px !important;
  font-weight: 400;
}
.buttonExampleSite:hover {
  background: #181818 !important;
  color: #fff !important;
}
.pdpa-text.pdpamg1 {
  padding: 5% 0%;
}
.ITPcookiebar {
  background-color: #302f2fe0 !important;
  color: #fff !important;
}
.ITPlinkToCookiepage:hover {
  color: #fff !important;
}
.ITPcookiebar {
  width: 100% !important;
  font-size: 14px !important;
}
.pdpa-text.pdpamg1 {
  padding: 5% 0%;
}
ul.icon-a {
  font-size: 16px;
}
.no-js .fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.no-js .fancybox-skin {
    background: transparent;
}
.grid-footer {
    display: grid;
    grid-template-columns: 25% 25% 30% auto;
    gap: 20px;
    padding: 3% 0% 2%;
}
.block-iconfooter {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.iconfooter {
    width: 13%;
}
.iconfooter-2 {
    align-self: center;
}
.head-footer h3 {
    font-weight: 600;
}
.head-footer {
    margin-bottom: 5%;
}
.detail-footer {
    white-space: break-spaces;
}
.grid-iconsocial-footer {
    display: flex;
    gap: 10px;
    width: 80%;
    margin-top: 10%;
}
.iconsocial-footer {
    transition: 0.35s;
}
.iconsocial-footer:hover {
    filter: grayscale(1);
    transition: 0.35s;
}
.grid-footer-3 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.block-iconline {
    display: grid;
    grid-template-columns: 39px auto;
    border-radius: 50px;
    border: 1px solid #ff4b00;
    padding: 8px 15px;
    gap: 10px;
    margin-top: 10%;
    width: fit-content;
}
.qrcode-footer {
    width: 85%;
}
.itopplus-bg3 {
    border-bottom: 0px solid #202224;
}
.head-ndsignrich-menu {
    text-align: center;
    padding: 1% 0%;
}
.itopplus-pos2 {
    background: #202224;
    color: #ffff;
}
.comingsoon {
    padding: 10% 5% 15%;
}
figure.effect-jazz {
    background: transparent;
}
figure.effect-jazz figcaption::after {
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
}
#background67f3b5d5d287470013b8b0dc .thumbs {
    margin-bottom: 0px;
}
.iconfooter-contact {
    width: 7%;
}


#itpphonemobile {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_25032024186a/0/0/telz-z193789880060.png) !important;
}
.old-image-icon-facebook {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_25032024186a/0/0/facebookz-z1009318583472.png) !important;
}
.old-image-icon-line {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_25032024186a/0/0/linez-z787215883829.png) !important;
}



.no-js .panel {
    background-color: #202224;
}
.ui.icon.input input {
    font-family: "LINE Seed Sans TH";
}
.ui.input input:focus, .ui.input.focus input {
    background: #000000;
}
.jssorb03 .av, .jssorb03 div, .jssorb03 div:hover {
    background: transparent;
    overflow: hidden;
    cursor: pointer;
    background-color: #ff4b00;
    border: 0px solid #ff4b00;
    border-radius: 50%;
    color: transparent !important;
    width: 10px !important;
    height: 10px !IMPORTANT;
}
#slidermaster67f3b5d5d287470013b8b0dc,
#slidermaster67f4c4071813f90013b0acfc {
    height: 270px !important;
}
.jssorb03 div {
    background-position: -5px -4px;
    background-color: #fff;
    color: #fff !important;
}
.jssorb03 {
    width: 100% !important;
    left: 0 !important;
    margin-left: 165%;
}
.jssora03l {
    display: none;
}
.jssora03r {
    display: none;
}
span.jssora03r.jssora03rds {
    display: none;
}
.slidermaster img {
    padding: 0px 5px !important;
}
#slidermaster67f4c4071813f90013b0acfc .jssorb03 {
    margin-left: 150%;
}


.iconfooter-map {
    width: 13%;
}


/* modquee */
.modquee-contanier {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 3%;
}
.modquee-box {
  display: flex;
  width: fit-content;
  animation: scroll 65s linear infinite;
  justify-content: space-around;
  align-items: center;
}
.modquee-box img {
  height: 100%;
  width: 130px !important;
  border: 0px solid #ccc;
}
.logocustumer {
    padding: 0px 5px;
    border-radius: 10px;
}
.logocustumer img {
    border-radius: 10px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}
/* modquee */




/*contenemanager*/
h3.managerHeader {
    margin-top: 10px;
    text-align: left;
    font-size: 2em;
    font-weight: 600;
    color: #ff4b00;
}
#Contentmanager .post-time {
    display: none;
}
.page-header {
    margin: 0px 0 0px;
    border-bottom: 0px solid #e1723a;
}
.landingpagemanager {
    display: none;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    text-align: center;
    font-size: 16px;
    padding: 8% 0% 0%;
    color: #fff;
    display: none;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #ff4b00;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
    display: inherit;
    color: #fff;
}
article.col-md-6.item.-micro {
    width: 25%;
}
.Contentmanager .site .col-section .item.-micro {
    padding: 10px 10px 10px 10px;
}
.Contentmanager .site .col-section .item.-micro a .image {
    width: 100%;
    margin-bottom: 0px;
    border-radius: 20px;
}
.Contentmanager .site .col-section .item.-micro a .caption {
    width: 100%;
    background: transparent;
    padding-left: 0;
}
.Contentmanager .site .col-section .item.-micro:nth-child(odd) {
    border-right: none;
    border-bottom: none;
}
.Contentmanager .site .col-section .item.-micro:nth-child(even) {
    border-bottom: none;
}
.Contentmanager .site .col-section .item.-micro a .post {
    display: none;
}
.contenemanager-gallery .col-xs-12.col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.3%;
}
.Contenemanager-gallery .col-xs-6.col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
}
.contenemanager-gallery .thumbnail {
    padding: 0px;
    border: 0px solid #fff;
    border-radius: 0px;
    transition: 0.3s;
}
.Contenemanager-gallery .thumbnail {
    padding: 0px;
    border: 0px solid #fff;
    border-radius: 0px;
    transition: 0.3s;
}
.Contenemanager-gallery .thumbnail:hover {
    transition: 0.3s;
    border: 0px solid #fff;
    background-color: white;
}
.contenemanager-gallery .thumbnail:hover {
    transition: 0.3s;
    border: 0px solid #fff;
    background-color: white;
}
.contenemanager-gallery .thumbnail, .img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
     box-shadow: 0px 0px 20px 5px rgb(217 217 217 / 40%);
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: transparent;
}
.fbcomments, .fbcomments {
    display: none;
}
.thumbnail {
    border: 0px solid #ddd;
}
.img-thumbnail, .thumbnail {
    box-shadow: 0 0px 0px rgb(0 0 0 / 8%);
}
.Contentmanager .img-thumbnail {
    border: 0px solid #ddd;
}
.Contentmanager p {
    white-space: break-spaces;
    font-size: 14px;
}
.Contentmanager .thumbnail {
    background-color: transparent;
}
.img-thumbnail {
    background-color: transparent;
}
.Contentmanager .site .col-section .item.-micro a .img-zoom img:hover {
    transform: scale3d(1.05,1.05,1) !important;
}
.Contentmanager .site .col-section .item.-micro a:hover .img-zoom img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
    transform: scale3d(1.05,1.05,1) !important;
}
#Contentmanager img.img-responsive {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    transition: 0.5s;
}
#Contentmanager img.img-responsive:hover {
    transform: scale(1.05);
}
#Contentmanager .thumbnail {
    background-color: transparent;
    position: relative !important;
    overflow: hidden !important;
    padding: 0px !important;
    box-shadow: none !important;
}
.social-share {
    display: none !important;
}
.Contentmanager .col-md-12.text-justify {
    padding-right: 0px;
    padding-left: 10px;
}
/*contenemanager*/


.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-color: #428bca;
    color: #ff4b00;
}
.nav>li>a:hover {
    background-color: transparent !important;
}
.countReadContainer {
    display: inherit !important;
    color: #fff;
    font-size: 14px;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
    padding: 5% 0% 0%;
}
.name-product h3 {
    font-weight: 600;
}
.sku-product {
    margin: 10px 0px;
    border-left: 1px solid;
    padding-left: 10px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent !important;
}
.menuVertical .dropdown-menu {
  display: block;
  position: relative;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  width: 100%;
  padding: 0px !important;
  margin: 2px 0 0;
  color: #fff;
  font-weight: normal;
  text-align: left;
  list-style: none;
  background-color: transparent;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 7%;
  border-radius: 0;
}
.menuVertical ul.nav-stacked li > ul > li > ul > li > a {
  padding-left: 25% !important;
}
.menuVertical ul.nav-stacked li > ul > li > a {
  padding-left: 20% !important;
  padding: 10px 0px 10px 10px;
  font-size: 15px;
}
.menuVertical .dropdown-menu {
  padding: 0px !important;
  margin: 0px 0 10px !important;
}
.dropdown-menu > li > a {
    font-size: 15px;
}
.head-ndsignrich h2 {
    font-size: 2em;
}



.detail-product {
    font-size: 13px;
}
.sku-product {
    font-size: 13px;
}
.name-product h3 {
    font-size: 16px;
}

/*เฉพาะรูปแบบมีขอบ*/
.thumbnail img.imageGallery:hover{
   -webkit-transform: scale(1.1);
   transform: scale(0.98);
 -moz-transition: all 0.5s;
   -webkit-transition: all 0.5s;
   transition: all 0.5s;
}
.thumbnail .imageWidth.imageGallery {
   transform: scale(1.0);
   transition: 0.32s;
}
.thumbnail .imageWidth.imageGallery:hover {
   transform: scale(1.05);
   transition: 0.32s;
}

/**ห้ามเกินกรอบ**/
 .thumbnail .imgLightbox {
    position: relative!important;
    overflow: hidden!important;
    width: 100.1%!important;
}
#background67f3931a19f683001362a186 .thumbnail {
    border: solid 0px #dadada;
    background: transparent;
    border-radius: 0px;
    padding: 0%!important;
    transition: 0.5s;
    box-shadow: 3px 3px 15px 1px rgba(225,149,145,0);
  	margin-bottom: 10%;
}
#background67f3931a19f683001362a186 .thumbnail:hover {
    box-shadow: 3px 3px 15px 1px rgba(225,149,145,0);
	background: transparent;
    border-radius: 0px;
    color: #ff4b00;
}
#background67f3931a19f683001362a186 .thumbnail .imgLightbox {
    border-radius: 15px;
}
#background67f3931a19f683001362a186 .col-md-4.col-sm-4.col-xs-6.col-sm-5fix:hover {
    transform: scale(1.08);
    transition: 0.32s;
}
#background67f3931a19f683001362a186 .col-md-4.col-sm-4.col-xs-6.col-sm-5fix {
    transition: 0.32s;
}


.menuVertical .dropdown-menu {
    background: transparent;
}
.menuVertical ul.nav-stacked li > ul > li > a {
    background: #202224;
}
.menuVertical .nav>li>a:focus, 
.menuVertical .nav>li>a:hover {
    background-color: transparent;
}

.menuVertical ul.nav-stacked li > ul > li > a {
    background: #202224 !important;
}
.menuVertical .nav-pills>li>a {
    padding: 15px 20px;
    margin-bottom: 5px;
}


.menuVertical > ul > li {
  display: flex;
  flex-direction: column;
}

.menuVertical > ul > li > a {
  color: #a68b3b;
  background: linear-gradient(to right, #070707 0, #4f505300 100%);
  border-radius: 50px 0px 0px 50px;
}



li#menu67f3959c13e56f0013e7a6c0 {
    display: inline-block;
    width: 100%;
}
li#menu67f395a413e56f0013e7a6ce {
    margin-top: 6px;
}
.col-md-3.itopplus-layout1 .grid-headndsignrich {
    padding: 4% 0%;
    margin-left: 25% !important;
}
.row.Contenemanager-gallery {
    width: 100%;
    margin: 0 auto;
    margin-top: -5%;
}
.Textmanager.font-inherit {
    padding: 0px 10px;
    text-align: left;
}
.border-detailproduct {
    padding-bottom: 15px;
}




#tableA {
  width: 100%;
}
#tableA th {
  background-color: transparent;
  padding: 10px 0px;
  color: #ffffff;
  border-bottom: 1px solid #626262;
  font-weight: 400;
  text-align: left;
  width: 20%;
}
#tableA td {
  border-bottom: 1px solid #626262;
  padding: 10px;
  text-align: left;
}



.sku-product {
    color: #ff4b00;
}
.headpage-project {
    border-left: 1px solid #f6da79;
    padding-left: 2%;
    margin-top: 5%;
    margin-bottom: 1%;
}
.headpage-project h1 {
    font-weight: 400;
}



/*เฉพาะรูปแบบมีขอบ*/
.thumbnail img.imageGallery:hover{
   -webkit-transform: scale(1.1);
   transform: scale(0.98);
 -moz-transition: all 0.5s;
   -webkit-transition: all 0.5s;
   transition: all 0.5s;
}
.thumbnail .imageWidth.imageGallery {
   transform: scale(1.0);
   transition: 0.32s;
}
.thumbnail .imageWidth.imageGallery:hover {
   transform: scale(1.05);
   transition: 0.32s;
}

/**ห้ามเกินกรอบ**/
 .thumbnail .imgLightbox {
    position: relative!important;
    overflow: hidden!important;
    width: 100.1%!important;
}
#background686ddbdd3199950013f132e4 .thumbnail {
    border: solid 0px #dadada;
    background: transparent;
    color: #fff;
    border-radius: 0px;
    padding: 0%!important;
    transition: 0.5s;
    box-shadow: 3px 3px 15px 1px rgba(225,149,145,0);
  	margin-bottom: 0%;
}
#background686ddbdd3199950013f132e4 .thumbnail:hover {
    box-shadow: 3px 3px 15px 1px rgba(225,149,145,0);
	background: transparent;
    border-radius: 0px;
    color: #fff;
}
.headname-project {
    padding: 5% 0%;
}
#background686ddbdd3199950013f132e4 .thumbnail .imgLightbox {
    border-radius: 20px;
    border: 1px solid #f6da79;
}
/**ห้ามเกินกรอบ**/


.block-bg {
    align-self: center;
    display: block;
    overflow: hidden;
}
.block-bg img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
.block-bg img {
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.block-bg img {
    width: 100% !important;
}
.grid-bg-project {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}
.grid-bg-project-2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}
.page-bg-project {
    display: grid;
    gap: 10px;
}
.block-bg-project-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.block-bg-project-5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.blockdetail-project {
    margin-top: 10%;
}
.grid-bg-project-3 {
    display: grid;
    grid-template-columns: 59% auto;
    gap: 10px;
}
.block-bg-project-7 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 10px;
}






#background687f2dc5222e380013df54bb .Contentmanager .site .col-section .item.-micro a .caption .title,
#background687f3068222e380013df5696 .Contentmanager .site .col-section .item.-micro a .caption .title,
#background687f3163e6aa8c0013442e37 .Contentmanager .site .col-section .item.-micro a .caption .title,
#background687f351b41d4e30013975ff9 .Contentmanager .site .col-section .item.-micro a .caption .title {
    display: inherit;
    text-align: left;
}
#background687f2dc5222e380013df54bb .Contentmanager .site .col-section .item.-micro a .caption .time,
#background687f3068222e380013df5696 .Contentmanager .site .col-section .item.-micro a .caption .time,
#background687f3163e6aa8c0013442e37 .Contentmanager .site .col-section .item.-micro a .caption .time,
#background687f351b41d4e30013975ff9 .Contentmanager .site .col-section .item.-micro a .caption .time {
    display: none;
}
#background687f2dc5222e380013df54bb .countReadContainer,
#background687f3068222e380013df5696 .countReadContainer,
#background687f3163e6aa8c0013442e37 .countReadContainer,
#background687f351b41d4e30013975ff9 .countReadContainer {
    display: none !important;
}
#background687f2dc5222e380013df54bb .Contentmanager .site .col-section .item.-micro a .image,
#background687f3068222e380013df5696 .Contentmanager .site .col-section .item.-micro a .image,
#background687f3163e6aa8c0013442e37 .Contentmanager .site .col-section .item.-micro a .image,
#background687f351b41d4e30013975ff9 .Contentmanager .site .col-section .item.-micro a .image {
    border: 1px solid #ffd75b;
}
#background687f2dc5222e380013df54bb .Contentmanager .site .col-section .item.-micro a .caption .title,
#background687f3068222e380013df5696 .Contentmanager .site .col-section .item.-micro a .caption .title,
#background687f3163e6aa8c0013442e37 .Contentmanager .site .col-section .item.-micro a .caption .title,
#background687f351b41d4e30013975ff9 .Contentmanager .site .col-section .item.-micro a .caption .title {
    padding: 10% 0% 3%;
}
#background687f2dc5222e380013df54bb article.col-md-6.item.-micro,
#background687f3068222e380013df5696 article.col-md-6.item.-micro,
#background687f3163e6aa8c0013442e37 article.col-md-6.item.-micro,
#background687f351b41d4e30013975ff9 article.col-md-6.item.-micro {
    width: 25%;
}
#background687f2dc5222e380013df54bb .Contentmanager .site .col-section .item.-micro a .img-zoom img,
#background687f3068222e380013df5696 .Contentmanager .site .col-section .item.-micro a .img-zoom img,
#background687f3163e6aa8c0013442e37 .Contentmanager .site .col-section .item.-micro a .img-zoom img,
#background687f351b41d4e30013975ff9 .Contentmanager .site .col-section .item.-micro a .img-zoom img {
    border: 1px solid #ffd75b;
}




@media screen and (min-width: 1900px) {
h1 {
    font-size: 2em;
}
h2 {
    font-size: 2.5em;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 26px;
}
h5 {
    font-size: 30px;
}
h6 {
    font-size: 34px;
}
p {
    font-size: 20px;
}
body {
    font-size: 20px;
}
.dropdown-menu > li > a {
    font-size: 19px;
}
.bgproduct {
    font-size: 22px;
    min-height: 85px;
}
.copyright {
    margin-bottom: 3%;
    font-size: 18px;
}
.iconfooter {
    width: 12%;
}
.block-iconline {
    grid-template-columns: 45px auto;
}
.grid-iconsocial-footer {
    width: 70%;
}
.ITPcookiebar {
    font-size: 16px !important;
}
.buttonExampleSite {
    font-size: 16px !important;
}  
ul.icon-a {
    font-size: 20px;
}  
.iconfooter-contact {
    width: 6%;
} 
.no-js #Component67f3b26d19f683001362a337 .form-control {
    padding: 29px 20px;
    font-size: 19px !important;
}
.no-js #Component67f3b26d19f683001362a337 .btn {
    font-size: 18px;
}
#slidermaster67f4c4071813f90013b0acfc .jssorb03 {
    margin-left: 175%;
}  
#slidermaster67f3b5d5d287470013b8b0dc, 
#slidermaster67f4c4071813f90013b0acfc {
    height: 365px !important;
}
.jssorb03 {
    margin-left: 190%;
}
.iconfooter-map {
    width: 12%;
}
.container {
    width: 75vw
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 20px;
    padding: 6% 0% 5%;
}
.menuVertical ul.nav-stacked li > ul > li > a {
    font-size: 19px;
}
.dropdown-menu > li > a {
    font-size: 19px;
}
.detail-product {
    font-size: 16px;
}
.sku-product {
    font-size: 16px;
}
.name-product h3 {
    font-size: 18px;
}
.row.Contenemanager-gallery {
    margin-top: -3%;
}
.Contentmanager p {
    font-size: 18px;
}
h3.managerHeader {
    margin-top: 20px;
    font-size: 1.6em;
}
.head-ndsignrich h2 {
    font-size: 1.6em;
    margin-top: 8px;
}
}



@media screen and (max-width: 1191px) {
.contenr-ndsignrich {
    white-space: inherit;
}
.navbar-default .navbar-nav > li > a {
    margin: 0 5px;
    padding: 8px 5px;
}
.ui.icon.input input {
    padding-right: 0em !important;
}  
.iconfooter-contact {
    width: 8%;
}  
}



@media screen and (max-width: 900px) {
#background67f3931a19f683001362a186 .row-fluid [class*=col-sm-5fix], 
#background67f3ab2020a26b001354091a .row-fluid [class*=col-sm-5fix] {
    width: 25% !important;
}
.grid-icon-ndsignrich {
    width: 100%;
}
.icon-ndsignrich-2 {
    white-space: inherit;
} 
#background67f3a081d287470013b8aeb6 .row-fluid [class*=col-sm-5fix] {
    width: 20% !important;
} 
.grid-iconsocial {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}  
.btn-iconsocial {
    width: 100%;
}  
.iconfooter-contact {
    width: 12%;
}
.itopplus-slide {
    margin-top: 50px;
    margin-bottom: -60px;
}
.table-responsive {
    border: 0px solid #ddd !important;
} 
}



@media screen and (max-width: 480px) {
h2 {
    font-size: 2em;
}
#background67f3931a19f683001362a186 .row-fluid [class*=col-sm-5fix], 
#background67f3ab2020a26b001354091a .row-fluid [class*=col-sm-5fix] {
    width: 50% !important;
}
#imagesControl67f38d971813f90013b09bb8 {
    padding: 0px !important;
}  
.grid-headndsignrich {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 5% 0%;
}
.grid-headndsignrich-3 {
    justify-content: left;
    margin-top: 5%;
}
.one-ndsignrich h2 {
    font-size: 2em;
}  
.grid-icon-ndsignrich {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 15%;
}
.gridlogo-brand {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}
.grid-iconsocial {
    grid-template-columns: repeat(1, 1fr);
}
#background67f3a081d287470013b8aeb6 .row-fluid [class*=col-sm-5fix] {
    width: 33.3% !important;
}
#slidermaster67f3b5d5d287470013b8b0dc, 
#slidermaster67f4c4071813f90013b0acfc {
    height: 85px !important;
}  
#slidermaster67f4c4071813f90013b0acfc .jssorb03 {
    margin-left: 95%;
}
.jssorb03 {
    margin-left: 115%;
}  
.itopplus-slide {
    margin-top: 50px;
    margin-bottom: 0px;
}
article.col-md-6.item.-micro {
    width: 50%;
}
.contenemanager-gallery .col-xs-12.col-md-3 {
    width: 50%;
}
h3.managerHeader {
    text-align: center;
}
.contenemanager-gallery .col-xs-12.col-md-3 {
    padding-left: 0px;
    padding-right: 20px;
} 
h3.managerHeader {
    text-align: center;
    font-size: 2em;
    margin-top: 5%;
}
.itopplus-layout .col-md-9.itopplus-layout2 {
    padding-right: 10px;
    padding-left: 10px;
}
.Contenemanager-gallery .col-xs-6.col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
}
#tableA th {
    width: 35%;
}
.col-md-3.itopplus-layout1 {
    display: none;
}
.Contentmanager .col-md-12.text-justify {
    padding-right: 5px;
    padding-left: 5px;
} 
.grid-bg-project {
    grid-template-columns: repeat(1,1fr);
}
.grid-bg-project-2 {
    grid-template-columns: repeat(1,1fr);
}
.block-bg-project-3 {
    grid-template-columns: repeat(1, 1fr);
}
.block-bg-project-5 {
    grid-template-columns: repeat(1, 1fr);
}
.grid-bg-project-3 {
    grid-template-columns: 100% auto;
}
.block-bg-project-7 {
    grid-template-columns: repeat(1, 1fr);
}
#background687f2dc5222e380013df54bb article.col-md-6.item.-micro,
#background687f3068222e380013df5696 article.col-md-6.item.-micro,
#background687f3163e6aa8c0013442e37 article.col-md-6.item.-micro,
#background687f351b41d4e30013975ff9 article.col-md-6.item.-micro {
    width: 100%;
} 
}



.menuVertical > ul > li {
    display: flex
;
    flex-direction: column;
}


