.itopplus-background {

}
body {
      font-size: 16px;
      overflow-x: hidden;
      color: #1d1d1d;
}
a {
    color: #1d1d1d;
}
a:hover {
    color: #8dc540;
}
b, strong {
    font-weight: 600;
}
.itopplus-slide {
    background: linear-gradient(0deg, rgba(94, 162, 0, 1) 0%, rgba(170, 230, 88, 1) 100%);
    color: #fff;
}
.itopplus-bg {
    background-image: url('https://itp1.itopfile.com/ImageServer/z_itp_07072024d5jf/0/0/bgz-z332066397132.webp');
}

.itopplus-bg2 {
    background-image: url('https://itp1.itopfile.com/ImageServer/z_itp_07072024d5jf/0/0/2z-z1056828881581.webp');
}

.itopplus-bg3 {
    background-image: url('https://itp1.itopfile.com/ImageServer/z_itp_07072024d5jf/0/0/3z-z588036290188.webp');
}

.itopplus-bg4 {
    background-image: url('https://itp1.itopfile.com/ImageServer/z_itp_07072024d5jf/0/0/4z-z927092445325.webp');
      background-size: cover;
      background-attachment: fixed;
}

.navbar-default .navbar-nav>li>a {
    font-size: 1em;
    color: #1d1d1d;
    margin: 0 5px;
    padding: 7px 15px;
}

.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-radius: 30px;
    background: linear-gradient(to bottom, #aae658 0%, #62a505 100%);
    background-color: transparent;
}

.dropdown-menu>li>a {
    font-size: 1.1em;
    color: #1d1d1d;
    padding: 7px 20px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    background: linear-gradient(to bottom, #aae658 0%, #62a505 100%);
}

#itopplus-nav-bar-sticky .itopplus-sidebar-menu-parent {
    color: #1d1d1d;
    font-size: 1em;
    border-bottom: none !important;
}



@media screen and (max-width: 992px) {

    #controlBanner img {
        position: fixed;
        top: 0px;
        left: 10px;
        width: 45px !important;
        z-index: 10000;
    }

    .navbar-default,
    .navbar-header,
    #ItopplusMainSidebar {
        background: #fff !important;
    }

    #ItopplusMainSidebar a {
        color: #000 !important;
        text-align: left !important;
    }

    #itpMenuSideBar span.icon-bar {
        background: #000 !important;
    }

     #itpMenuSideBar, .menu-mobile-custom {
        width: 50px !important;
    }
  
      .navbar-header i {

        width: 28px !important;
    

    }
  
      #itpphonemobile i {
        width: 26px !important;
    }
  
  .navbar-toggle .icon-bar {
    width: 25px !important;;
    height: 3px !important;
}
}

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

    .itopplus-banner .container::before,
    .itopplus-banner .container::after {
        display: none;
    }

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

  
   .no-js #controlBanner {
      	position: absolute;
      	top: 0;
     	z-index: 9999;
  }

    #controlBanner {
        object-fit: contain;
        padding: 0;
        width: 140px;
       margin-left: 5%;
    }

    #nav-menu {
        text-align: right;
        background-color: transparent;
    }
  
    .itopplus-sticky-nav-bar-inside {
    width: 80vw !important;
    display: grid;
    grid-template-columns: 15% auto 0 0;
    align-items: center;
  }

  #itopplus-nav-bar-sticky {
    text-align: right;
    float: right;
  }

  .itopplus-sticky-nav-bar-inside::before,
  .itopplus-sticky-nav-bar-inside::after {
    display: none;
  }

  .itopplus-sticky-nav-bar-inside .nav>li {
    display: -webkit-inline-box;
  }

  .itopplus-menu-logo {
    height: 130px !important;
    padding: 15px;
  }

}




/**/
.h1, h1 {
    font-size: 4.2em;
    font-weight: 600;
}
.h2, h2 {
    font-size: 2.6em;
    font-weight: 600;
}
.h3, h3 {
    font-size: 2.1em;
    font-weight: 600;
}
.h4, h4 {
    font-size: 1.2em;
    font-weight: 600;
}
.h5, h5 {
    font-size: 1.1em;
}
.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-block {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    width: 80%;
    float: right;
}
.header-facebook {
    width: 18%;
}
.header-line {
    width: 82%;
}
.header-facebook img {
    transition: 0.5s;
}
.header-facebook img:hover {
    transform: scale(1.1);
}
.btn-line {
    display: grid;
    grid-template-columns: 25px auto;
    background: linear-gradient(0deg, rgba(108, 175, 16, 1) 0%, rgba(170, 230, 88, 1) 100%);
    color: #fff;
    border: none;
    padding: 5px;
    border-radius: 50px;
    width: 100%;
    justify-content: center;
    gap: 10px;
    transition: 0.5s;
}
.btn-line:hover {
    background: linear-gradient(0deg, rgba(170, 230, 88, 1) 0%, rgba(108, 175, 16, 1) 100%);
    color: #fff;
}
/*header*/




/*footer*/
.itopplus-footer {
    font-size: 14px;
}
.itopplus-footer h4 {
    margin: 0px 0 20px;
    font-weight: 600;
    color: #8dc540;
}
.itopplus-footer a {
    color: #fff;
}
.itopplus-footer a:hover {
    color: #8dc540;
}
.footer-logo {
    width: 40%;
    margin: 0 0 20px;
}
.follow-icon {
    display: grid;
    grid-template-columns: 55% 45%;
    margin: 35px 0 0px;
    align-items: baseline;
    gap: 10px;
    width: 80%;
}
.follow-icon img {
    width: 30% !important;
}
.footer-btn {
    width: 60%;
}
.footer-btn .btn-line {
    color: #000;
    font-weight: 600;
}
.footer-pd {
    padding-left: 25%;
}
.footer-contact img {
    width: 80% !important;
}
.footer-contact .media-body {
    padding: 1px 0 0;
}
.copy-right {
    font-size: 0.8em;
    text-align: right;
    padding-bottom: 5%;
}
.ITPcookiebar {
    width: 100% !important;
}
.buttonExampleSite {
    border: 1px solid #8dc540 !important;
    color: #8dc540 !important;
    font-family: "LINE Seed Sans TH" !important;
}
.buttonExampleSite:hover {
    background: #8dc540 !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*/





/*หน้าแรก*/
.why-head {
    text-align: center;
    padding: 5% 0 2%;
}
.why-head h1 {
    margin: 0;
    background: linear-gradient(90deg, rgba(17, 17, 17, 1) 0%, rgba(115, 115, 115, 1) 50%, rgba(17, 17, 17, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    padding: 2px;
    font-weight: 700;
    width: fit-content;
    margin: 0 auto;
}
.why-head h2 {
    font-size: 3em;
    color: #8dc540;
    margin: 15px 0;
}
.why-proce-bg {
    background: linear-gradient(90deg, rgba(17, 17, 17, 1) 0%, rgba(115, 115, 115, 1) 50%, rgba(17, 17, 17, 1) 100%);
    color: #fff;
    font-size: 1.6em;
    padding: 10px 35px;
    width: fit-content;
    margin: 0 auto;
    border-radius: 50px;
}
.why-proce-bg span {
    color: #8dc540;
    font-weight: 600;
    font-size: 1.3em;
    line-height: 1.2;
}
.why-block {
    display: grid;
    grid-template-columns: 25% 50% 25%;
    gap: 10px;
    font-size: 1.1em;
}
.why-block1 {
    text-align: right;
}
.why-icon {
    white-space: pre-line;
    padding: 0 0 10%;
    transition: 0.5s;
}
.why-icon:hover {
    transform: translateY(-10px);
}
.why-icon img {
    width: 35% !important;
}
.why-icon h4 {
    color: #8dc540;
    font-size: 1.4em;
    margin: 20px 0 5px;
}
.why-pd {
    padding: 7%;
}
.team-img {
    margin-top: -22%;
}
.team-line {
    padding: 10% 2% 0;
}
.team-line h2 {
    color: #9be437;
    margin: 0;
    font-size: 3em;
}
.team-line h3 {
    font-size: 1.8em;
    margin: 15px 0;
}
.line-bg {
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 1.4em;
    font-weight: 600;
    border-radius: 50px;
    margin: 20px 0 0;
}
.line-bg-text {
    width: 60%;
    text-align: center;
}
.line-bg2 {
    background: linear-gradient(0deg, rgba(0, 151, 2, 1) 0%, rgba(44, 232, 46, 1) 100%);
    color: #fff;
    display: grid;
    grid-template-columns: 30px auto;
    gap: 10px;
    width: 40%;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-radius: 0 50px 50px 0;
}
.padding-pd {
    padding: 2%;
}
figure.effect-phoebe {
    background: transparent;
}
figure.effect-phoebe h2 {
    transform: translate3d(0, 0px, 0);
    font-size: 1em;
}
.grid figure h2 {
    word-spacing: normal;
    font-weight: 400;
}
figure.effect-phoebe img , figure.effect-phoebe:hover img {
    opacity: 1;
      transition: 0.5s;
}
figure.effect-phoebe:hover img {
     transform: scale(1.1);
}
.new-product {
    white-space: pre-line;
    padding: 30% 0;
}
.new-product h3 {
    line-height: 1.2;
    font-size: 2.4em;
}
.new-product img {
    width: 50% !important;
    margin: 0 auto;
}
.product-border {
    border-bottom: 4px solid #fff;
    width: 25%;
    margin: 20px auto 0;
}
figure.effect-oscar {
    background: transparent;
}
figure.effect-oscar figcaption {
    padding: 0em;
    background-color: rgba(58, 52, 42, .0);
}
figure.effect-oscar:hover figcaption {
    background-color: rgba(0, 0, 0, .7);
}
figure.effect-oscar figcaption::before {
    border: 0px solid #fff;
}
figure.effect-oscar h2 {
    margin: 0% 0 0px 0 !important;
    transform: translate3d(0, 0%, 0);
    font-size: 1em;
}
.btn-align {
    position: absolute;
    left: 15px;
    top: 0;
    margin-top: 58%;
}
.btn-product {
    background: linear-gradient(0deg, rgba(108, 175, 16, 1) 0%, rgba(170, 230, 88, 1) 100%);
    color: #000;
    font-weight: 600;
    border: none;
    box-shadow: 0 4px 0px #000;
    border-radius: 50px;
    font-size: 1.1em;
    padding: 7px 15px;
    transition: 0.5s;
}
.padding-pd2 {
    padding: 9%;
}
#iframe66c32528e402200013000062 {
    margin-top: -17%;
}
.facebook-feed {
    margin-top: -17%;
}
.menu-align {
    text-align: center;
    padding: 5% 0 2%;
}
.project-name {
    padding: 10% 0;
}
.project-name h4 {
    color: #212121;
    font-size: 1.3em;
    margin: 0;
}
.btn-more {
    background: linear-gradient(0deg, rgba(94,162,0,1) 0%, rgba(170,230,88,1) 100%);
    color: #fff;
    font-weight: 600;
    border: none;
    box-shadow: 0 4px 0px #000;
    border-radius: 50px;
    font-size: 0.8em;
    margin-top: 15px;
    padding: 7px 15px;
    transition: 0.5s;
}
.btn-more:hover {
    background: linear-gradient(0deg, rgba(170,230,88,1) 0%, rgba(94,162,0,1) 100%);
    color: #fff;
}
.btn-more span {
    padding: 0 0 0 10px;
    line-height: 1;
}
.imageWidth.imageGallery {
    transform: scale(1.0);
    transition: 0.5s;
}
.imageWidth.imageGallery:hover {
    transform: scale(1.1);
}
.imgLightbox {
  position: relative!important;
  overflow: hidden!important;
  width: 100%!important;
}
/*หน้าแรก*/



/*เกี่ยวกับเรา*/
.menu-align2 {
    text-align: center;
    padding: 1.5% 0;
}
.about-block {
    padding: 2% 0;
}
.about-block2 {
    padding-bottom: 5%;
    text-align: center;
}
.about-block h3 {
    background: linear-gradient(0deg, rgba(94, 162, 0, 1) 0%, rgba(170, 230, 88, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    padding: 2px;
    width: fit-content;
    margin: 0 0 10px;
}
.about-block3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 30px;
}
.about-block3 .why-icon {
    text-align: center;
}
/*เกี่ยวกับเรา*/



/*คอนกรีตพิมพ์ลาย*/
.product-name2 {
    text-align: center;
    padding: 5% 5%;
    font-weight: 600;
    background: linear-gradient(90deg, rgba(17, 17, 17, 1) 0%, rgba(115, 115, 115, 1) 50%, rgba(17, 17, 17, 1) 100%);
    color: #fff;
    transition: 0.5s;
}
.thumbs:hover .product-name2 {
      background: linear-gradient(0deg, rgba(94, 162, 0, 1) 0%, rgba(170, 230, 88, 1) 100%);
      color: #fff;
}
/*คอนกรีตพิมพ์ลาย*/



/*การติดตั้ง*/
.step-block {
    padding: 8% 5%;
}
.step-block h3 {
    font-size: 1.9em;
    margin: 0;
}
.step-border {
    border-bottom: 5px solid #8dc540;
    width: 15%;
    margin: 25px 0;
}
.TabItpContentLandingPage10 {
    font-family: "LINE Seed Sans TH";
    padding: 0;
    box-shadow: none;
    margin-bottom: 5%;
}
.TabItpContentLandingPage10>.nav-tabs {
    padding-top: 0px ! IMPORTANT;
}
.TabItpContentLandingPage10>.nav-tabs>li>a {
    background: linear-gradient(90deg, rgba(17, 17, 17, 1) 0%, rgba(115, 115, 115, 1) 50%, rgba(17, 17, 17, 1) 100%);
    color: #fff;
    font-size: 1em !important;
    padding: 17px 0;
    border-radius: 0px;
    font-weight: 600;
}
.TabItpContentLandingPage10>.nav-tabs>li>a:before {
    background: linear-gradient(0deg, rgba(94,162,0,1) 0%, rgba(170,230,88,1) 100%);
    color: #fff;
    border-radius: 0px;
}
.TabItpContentLandingPage10>.nav-tabs>li>a span {
    font-size: 1em !important;
}
.nav-tabs>li.active>a:focus {
    color: #ffffff !important;
}
.TabItpContentLandingPage10>.tab-content {
    font-size: 1em;
    letter-spacing: 0px;
    line-height: 1.4;
    border: none ! IMPORTANT;
    border-radius: 0px;
    background: #f9f9f9;
    box-shadow: none !important;
}
.TabItpContentLandingPage10 .tab-itp-background {
    padding: 2% !important;
    margin-top: 1% !important;
    margin-bottom: 0% !important;
}
/*การติดตั้ง*/



/*ผลงานของเรา*/
.col-section {
    padding: 0 0% 3%;
}
article.col-md-6.item.-micro {
    width: 25%;
}
.Contentmanager .site .col-section .item.-micro {
    padding: 0px 10px 20px;
}
.Contentmanager .site .col-section .item.-micro:nth-child(odd) {
    border-right: solid 0px #e8e6e8;
    border-bottom: solid 0px #e8e6e8;
}
.Contentmanager .site .col-section .item.-micro:nth-child(even) {
    border-bottom: solid 0px #e8e6e8;
}
.Contentmanager .site .col-section .item.-micro a .image {
    width: 100%;
    border-radius: 0px;
    background-color: transparent;
    border: 1px solid #eee;
}

.Contentmanager .site .col-section .item.-micro a .post {
    display: none;
}
.Contentmanager .site .col-section .item.-micro a .caption {
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    padding: 0 0;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
    padding: 0% 0;
    color: #000;
    text-align: left;
    font-weight: 400;
    font-size: 1em;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 1.1em;
    font-weight: 600;
    background: transparent;
    color: #000;
    padding: 7% 0% 0%;
    margin-bottom: 0px;
    line-height: 1.3;
    text-align: left;
    height: 65px;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #000;
}
h3.managerHeader {
    font-size: 2.6em;
    text-align: center;
    font-weight: 600;
}
#Contentmanager .post-time {
    display: none;
}
.page-header {
    border-bottom: 0px solid #eee;

}
.col-md-6.pull-left {
    padding: 0;
    width: 50%;
    margin: 0 4% 0 0;
}
.Textmanager.font-inherit {
    text-align: left;
    display: flow-root;
}
.Textmanager.font-inherit h4 {
    font-weight: 600;
    margin: 25px 0 5px;
    line-height: 1.3;
}
.Textmanager.font-inherit h3 {
    font-weight: 600;
    margin: 20px 0 10px;
    font-size: 1.8em;
}
.Textmanager.font-inherit p {
    margin: 0 0 0px;
}
.Textmanager.font-inherit strong {
    font-weight: 600;
}
.contenemanager-gallery .col-xs-12.col-md-3,.Contenemanager-gallery .col-xs-6.col-md-3 {
    padding: 10px 10px 0;
}
.contenemanager-gallery .thumbnail,.Contenemanager-gallery .thumbnail {
    padding: 0px;
    border: 0px solid #cecece;
    border-radius: 0px;
    transition: 0.3s;
}
.Contenemanager-gallery .thumbnail:hover,.contenemanager-gallery .thumbnail:hover {
    transition: 0.3s;
}
.Contenemanager-gallery .thumbnail,.img-thumbnail,.contenemanager-gallery .thumbnail,.img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 0 0 rgba(0, 0, 0, .075);
    border-radius: 0px;
    transform: scale(1.0) !important;
}
#Contentmanager img.img-responsive {
    border-radius: 0px;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    transition: 0.5s;
}
#Contentmanager img.img-responsive:hover {
    transform: scale(1.1);
}
a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
    border-color: transparent;
}
#Contentmanager .thumbnail {
    background-color: #fff;
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid #eee;
    padding: 0px !important;
    box-shadow: none !important;
    border-radius: 0px;
}
.img-thumbnail {
    padding: 0px;
    border: 0px solid #ddd;
    border-radius: 0px;
}
.social-icon {
    border-radius: 5px;
}
.social-share {
    top: 15px;
}
.landingpagemanager {
    display: none;
}
/*ผลงานของเรา*/



/*เกร็ดความรู้*/
.nav-template li {
    display: inline-table;
}
.nav-template li:hover {
    background-color: transparent;
}
.nav-template strong {
    font-size: 1.8em;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    margin: 5px 0;
}
.nav-template p {
    font-size: 15px;
}
.nav-template .col-md-4.col-sm-4.col-xs-4.padding-col {
    width: 50%;
}
.nav-template .col-md-8.col-sm-8.col-xs-8.padding-col {
    width: 50%;
    padding: 0 0 0 2%!important;
}
.nav-template .col-md-4.col-sm-4.col-xs-4.padding-col .img-container {
    padding-bottom: 62%;
}
.nav-template li.col-md-6.col-sm-4.col-xs-12.maxHeight-TP4 {
    height: inherit;
    margin: 0 auto 7px;
    display: inline-table;
}
/*เกร็ดความรู้*/



/*ติดต่อเรา*/
.contact-text {
    padding: 3% 0;
}
.contact-text .col-md-1.col-sm-1.col-xs-1.padding {
    width: 4%;
}
.contact-text .col-md-11.col-sm-11.col-xs-11.padding-col {
    width: 96%;
}
.contact-text .media-body {
    padding: 3px 0 0;
}
.contact-block-display {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
}
.contact-block-display h4 {
    color: #8dc540;
}
.contact-block img {
    width: 80% !important;
    filter: invert(1);
}
.contact-block .media-body {
    padding: 2px 0;
}
/*form Contact*/
.no-js #Component66c3124b9effe100135f169d label {
    display: none !important;
}
.no-js #Component66c3124b9effe100135f169d .col-md-6 {
    width: 100%;
    margin-left: auto;
    display: block;
    margin-right: auto;
    float: initial;
}
.no-js #Component66c3124b9effe100135f169d .form-control {
    border: 1px solid #ccc;
    border-radius: 10px !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: 29px 20px;
    font-weight: 400;
    line-height: 1.5;
    background: #fff;
    color: #000 !important;
}
.no-js #Component66c3124b9effe100135f169d .form-control:hover {
    border: 1px solid #8dc540;
}
.no-js #Component66c3124b9effe100135f169d .form-control:focus {
    border: 1px solid #8dc540;
    -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: #000 !important;
}
.no-js #Component66c3124b9effe100135f169d .btn {
    background-image: -webkit-linear-gradient(top, #111f39 0, #111f39 100%);
    background-image: -o-linear-gradient(top, #f9a71f 0, #f9a71f 100%);
    background: linear-gradient(0deg, rgba(94,162,0,1) 0%, rgba(170,230,88,1) 100%);
    color: #fff;
    text-shadow: 0 0px 0 #3173ed;
    background-repeat: repeat-x;
    border-color: #7a2d8d;
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 0.9em;
    font-weight: 400;
    border: 0px solid transparent;
}
.no-js #Component66c3124b9effe100135f169d .btn-default:active {
    background: linear-gradient(0deg, rgba(94,162,0,1) 0%, rgba(170,230,88,1) 100%);
    color: #fff;
}
.no-js #Component66c3124b9effe100135f169d .btn-default:hover,
.no-js #Component66c3124b9effe100135f169d .btn-default:focus {
    background-position: 0 0px;
    background: linear-gradient(0deg, rgba(94,162,0,1) 0%, rgba(170,230,88,1) 100%);
    color: #fff;
}
.no-js #Component66c3124b9effe100135f169d .col-xs-12.col-sm-5.col-md-5.padding {
    width: 100%;
}
.no-js #Component66c3124b9effe100135f169d span.label {
    font-size: 0.85em;
    font-weight: 400;
}
.no-js #Component66c3124b9effe100135f169d .ITPcheckboxAuthen {
    font-size: 0.9em;
    padding: 0 0 0 0%;
}
/*ติดต่อเรา*/



/*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: #8dc540;
    border-color: #8dc540;
}
.pagination>li>a, .pagination>li>span {
    color: #8dc540;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #8dc540;
    background-color: #f7f7f7;
}
/*pagination*/





/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {
body {
    font-size: 20px;
}
  .dropdown-menu>li>a {
    font-size: 1.4em;
}
      .container {
        width: 1440px;
    }
  .itopplus-footer {
    font-size: 17px;
}
  .ITPcookiebar , .buttonExampleSite {
    font-size: 16px !important;
}
  .follow-icon {
    width: 70%;
}
  .footer-btn {
    width: 55%;
}
  .TabItpContentLandingPage10>.nav-tabs>li>a {
    padding: 21px 0;
}
  .Contentmanager .site .col-section .item.-micro a .caption .title {
    height: 85px;
}
  .nav-template p {
    font-size: 19px;
}
  .nav-template strong {
    font-size: 2.2em;
}
  .nav-template li.col-md-6.col-sm-4.col-xs-12.maxHeight-TP4 {
    margin: 0 auto 9px;
}
  
.no-js #Component66c3124b9effe100135f169d .form-control {
    padding: 35px 20px;
}
}



/* Large Devices, Wide Screens */
@media only screen and (max-width:1191px) {
.navbar-default .navbar-nav>li>a {
    margin: 0 0px;
    padding: 7px 10px;
}
  .header-block {
    width: 95%;
}
  .why-block {
    font-size: 1em;
}
  .why-icon {
    white-space: inherit;
}
  .itopplus-bg2 , .itopplus-bg3  {
    background-size: cover;
}
  .team-line {
    padding: 7% 2% 0;
    font-size: 0.8em;
}
  figure.effect-oscar h2 {
    font-size: 0.8em;
}
  .new-product h3 {
    font-size: 2em;
}
  .itopplus-footer {
    font-size: 12px;
}
      .itopplus-sticky-nav-bar-inside {
        width: 90vw !important;
    }
  .step-block {
    padding: 5% 3%;
}
  .step-block h3 {
    font-size: 1.6em;
}
  .Contentmanager .site .col-section .item.-micro a .caption .title {
    height: 80px;
}
  .nav-template strong {
    font-size: 1.5em;
}
}





/* Large Devices, Wide Screens */
@media only screen and (max-width:900px) {
.why-block {
    grid-template-columns: 20% 55% 20%;
}
  .why-icon h4 {
    font-size: 1.2em;
}
      .team-line {
        padding: 4% 0% 0;
        font-size: 0.7em;
    }
  .grid figure figcaption {
    padding: 0em;
}
  .new-product {
    padding: 15% 0;
}
  .btn-product {
    font-size: 1em;
    padding: 5px 7px;
}
  .btn-align {
    left: 5px;
    margin-top: 56%;
}
  .copy-right {
    text-align: center;
    padding-bottom: 0;
}
      .Contentmanager .site .col-section .item.-micro a .caption .title {
        font-size: 1em;
    }
  .nav-template .col-md-4.col-sm-4.col-xs-4.padding-col , .nav-template .col-md-8.col-sm-8.col-xs-8.padding-col {
    width: 100%;
}
  .Textmanager.font-inherit {
    display: block;
}
  .contact-text h3 {
    font-size: 1.6em;
}
  .contact-block-display {
    grid-template-columns: repeat(1, 1fr);
}
  .contact-block {
    margin-bottom: 20px;
}
}


/* Large Devices, Wide Screens */
@media only screen and (max-width:480px) {
#imagesControl66c2c9714200a80013a7392f {
    padding: 0 !important;
}
  .h1, h1 {
    font-size: 3em;
}
  .h2, h2 , h3.managerHeader {
    font-size: 2.2em;
}
  .why-head h1 {
    width: 100%;
    font-size: 2.1em;
}
  .why-head h2 {
    font-size: 1.5em;
}
  .why-proce-bg {
    font-size: 1.1em;
    padding: 10px 15px;
    width: 100%;
}
  .why-block {
        grid-template-columns: repeat(1, 1fr);
    }
    .why-block1 , .why-block3 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
    }
  .team-line h2 {
    font-size: 2.9em;
}
  .line-bg {
    font-size: 1.2em;
}
  .line-bg2 {
    padding: 7px;
}
      .btn-align {
        left: 10px;
        margin-top: 58%;
    }
  .itopplus-bg4 {
    background-attachment: inherit;
}
  .about-block2 {
    text-align: left;
    padding: 0 2%;
}
  .about-block3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
  .TabItpContentLandingPage10>.nav-tabs {
        width: 100%;
        min-width: auto;
        overflow-x: scroll;
        display: -webkit-inline-box;
        min-height: fit-content;
    }
  .TabItpContentLandingPage10 {
    display: grid;
}
  .TabItpContentLandingPage10>.nav-tabs>li>a {
    padding: 15px 10px;
}
  .col-md-6.pull-left {
    width: 100%;
    margin: 0 0% 0 0;
}
  .col-section {
    padding: 0 5% 3%;
}
  article.col-md-6.item.-micro {
    width: 100%;
}
      .Contentmanager .site .col-section .item.-micro a .caption .title {
        font-size: 1em;
        padding: 7% 0;
    }
  .contenemanager-gallery .col-xs-12.col-md-3, .Contenemanager-gallery .col-xs-6.col-md-3 {
    width: 100%;
}
  .col-md-8.col-md-offset-2.text-center {
    padding: 0;
}
  .contact-text .col-md-1.col-sm-1.col-xs-1.padding {
    width: 8%;
}
  .contact-text .col-md-11.col-sm-11.col-xs-11.padding-col {
    width: 91%;
}
  .no-js #Component66c3124b9effe100135f169d .col-md-6 {
    padding: 0 15px;
}
      .why-icon h4 {
        font-size: 1.1em;
    }
      .team-line {
        text-align: center;
    }
}


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


    .old-image-icon-line i {
        content: url(https://itp1.itopfile.com/ImageServer/z_itp_07072024d5jf/0/0/linez-z228370205491.webp) !important;
    }


    .old-image-icon-facebook i {
        content: url(https://itp1.itopfile.com/ImageServer/z_itp_07072024d5jf/0/0/fbz-z1229904740418.webp) !important;
    }

#itpphonemobile i {
filter: brightness(0) saturate(100%) invert(14%) sepia(94%) saturate(7500%) hue-rotate(5deg) brightness(100%) contrast(119%);
}


