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

.itopplus-bg {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_270220251ysn/0/0/1z-z525542935503.webp");
      background-size: cover;
}

.itopplus-bg2 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_270220251ysn/0/0/2z-z153936690724.webp");
      background-size: cover;
}

.itopplus-bg3 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_270220251ysn/0/0/3z-z1367177782785.webp");
      background-size: cover;
}

.itopplus-bg4 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_270220251ysn/0/0/4z-z637381230340.webp");
      background-size: cover;
}

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

.itopplus-bg6 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_270220251ysn/0/0/6z-z487992433992.webp");
      background-size: cover;
}

.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  margin: 0;
  padding: 20px 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: #ec1c2f !important;
  box-shadow: none;
  border-color: transparent;
  background: transparent;
  background-color: transparent;
}

.dropdown-menu > li > a {
  color: #444;
}

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

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

  #nav-menu,
  #ItopplusMainSidebar > div {
    background: #1b1b1b !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: 25% auto;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding: 0;
  }
  
  .itopplus-sticky  > .container  {
      border-bottom: 1px solid transparent;
  }

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

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

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

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

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

  .itp-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
    height: 100%;
  }
  
  .itp-block-sub {
    display: grid;
    grid-template-columns: auto 18%;
    align-items: center;
    width: 100%;
}

  .itopplus-search {
    width: 100%;
    text-align: right;
    color: #fff;
  }
}

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

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

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

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

/************font-size***************/

.navbar-default .navbar-nav>li>a,
.dropdown-menu>li>a{
    font-size: 16px;
}

h1 {
    font-size: 4.4em;
}

h2 {
    font-size: 3.2em;
}

h3 {
    font-size: 2.8em;
}

h4, h3.managerHeader {
    font-size: 2.4em;
}

h5 {
    font-size: 1.8em;
}

h6 {
    font-size: 1.6em;
}

p, .pre-article h6, .table-product>thead>tr>th, 
.table-product>tbody>tr>td {
    font-size: 16px;
}

.btn-quotation, .btn-more, .btn-maps, 
.btn-contact, .CASS-A-main button {
    font-size: 14px;
}

.footer h6, .blog-values h6, .text-product h6 {
    font-size: 18px;
}

.blog-values h5 {
    font-size: 22px;
}

.pt-3 {
	padding-top:3%;
}

.pt-5 {
	padding-top:5%;
}

.pt-8 {
	padding-top:8%;
}


/*********************master-page*******************/


.navbar-nav>li:hover>.dropdown-menu {
    display: block;
}

.contact-tell ul {
    display: flex;
    gap: 20px;
      margin: 0;
    padding: 0;
}

.contact-tell li img {
    width: 22px !important;
}

.contact-tell li, .contact-social, .social-footer {
    display: flex;
    gap: 10px;
    align-items: center;
}

.contact-social {
    gap: 15px;
}

.contact-social img {
    width: 35px !important;
}

.head-contact {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: end;
    padding-top: 1%;
}

.btn-quotation {
    width: fit-content;
    background: #ec1c2f;
    padding: 0.75rem 2rem;
    border-radius: 30px;
    margin: auto;
    margin-right: 0;
    color: #fff;
    transition: all 0.2s ease-out;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
    margin: 0;
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5,.footer h6,
.fw-semi, .art-detail h6, .product-detail h6,
.table-product>thead>tr>th, .head-serv h6{
    font-weight: 600;
}

.sect-about p , .blog-values h6, .pre-article h6 {
    margin-bottom: 5%;
}

.sect-history p, .sect-slogan h4, .head-page,
.contact-more hr{
    margin-bottom: 3%;
}

.footer h5, .sect-cert, .blog-values h5 {
    margin-bottom: 2%;
}

.footer h6, .sect-history h1, .sect-vision h2,
.art-detail p, .art-detail h5,  .art-detail h6,
.product-detail h6, .product-detail p, .sect-vision h4{
    margin-bottom: 1rem;
}

.art-detail h5, .art-detail h6, .product-detail h6{
    margin-top: 2rem;
}

.table-product{
    margin-top: 3rem;
}

.art-detail ul, .product-detail ul {
    margin-bottom: 2rem;
}

.art-detail li p, .product-detail li p {
    margin-bottom: 0.5rem;
}

.footer li {
    display: grid;
    grid-template-columns: 25px auto;
    gap: 10px;
    align-items: baseline;
      margin-bottom: 3%;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.social-footer img {
    width: 35px !important;
}

.footer.pe-20 {
    padding-left: 20%;
}

.footer p {
    margin: 2% 0;
}

.sub-policy p, div#background67eba5da20a26b001353b303 .thumbs {
    margin: 0;
}

.sub-policy {
    display: flex;
    gap: 10px;
    align-items: center;
    text-transform: uppercase;
}

.copy-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
    padding-top: 2%;
    margin-top: 2%;
}

figure.effect-selena, .CASS-D-border {
    background: transparent;
}

.text-red, .about-page h3, .blog-values h5,
.page-contact h3, .art-detail h5, .product-detail h6,
.head-serv h6{
   color: #ec1c2f;
}

.sect-about h1 {
    line-height: 68px;
}

.sect-about h5, .sect-slogan h4, .about-page h5,
.sect-vision h5{
    font-weight: 400;
}

.sect-about h5, .about-page h5, .blog-values h6,
 .art-detail h6{
    color: #cecece;
}

.text-white, .contact-more a, .page-contact a, .head-contact a{
    color: #fff;
}

.footer a, .copy-right a{
    color:#ccc;
}

.sect-about hr{
    border-color: #ec1c2f;
    margin: 8% 0 6%;
}

.about-page hr, .contact-more hr, .mission-page hr,
.news-detail hr{
    border-color: #ec1c2f;
}

.news-detail hr {
    width: 50px;
    border-width: 3px;
}

.btn-more {
    background: #ec1c2f;
    width: fit-content;
    padding: 1rem 3rem;
    border-radius: 30px;
    /*font-weight: 600;*/
    color: #fff;
    transition: all 0.2s ease-out;
}

.sect-about {
    padding-top: 8%;
    width: fit-content;
}

div#Component67eba5da20a26b001353b303,
div#Component67ebb42dca1ba300132a7bf1,
div#Component68785f9d33d022001361af90,
div#Component68785f9d33d022001361af76{
    padding-right: 5%;
}

.sect-about p, .sect-history p, .about-page p,
.art-detail p, .product-detail p, .sect-vision p,
.mission-page p{
    line-height: 24px;
}

.sect-about.sect-service {
    padding-top: 20%;
}

.sect-history, .sect-cert, .sect-slogan, h3.managerHeader,
.sect-vision, .sect-values, .head-page, .form-contact, .contact-more,
.news-detail{
    text-align: center;
}

.sect-history .btn-more {
    margin: auto;
    margin-bottom: 5%;
}

.sect-why li:last-child, .items-values:last-child, .boderedlayoutClient,
.CASS-A-middle-right, .CASS-A-middle-left, .CASS-A-bottom, .CASS-A-top,
.contact-more li:last-child, .CASS-B-border, figure.effect-oscar figcaption::before,
.dropdown-menu {
    border: none;
}

.navbar-nav>li>.dropdown-menu, .dropdown-menu > li > a {
    border-radius: 10px !important;
}

.sect-why li img {
    width: 50% !important;
    margin-bottom: 3%;
}

.sect-why li {
    text-align: center;
    padding: 2% 3%;
    border-right: 1px solid #ec1c2f;
}

.sect-why ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 70%;
    margin: auto;
}

.slidermaster img {
    width: 100% !important;
    margin: auto;
    height: auto !important;
    padding: 0 4% !important;
}

.jssorb03 div {
    background: transparent !important;
    background-position: -5px -4px;
    border: 1px solid #D9D9D9 !important;
    color: #D9D9D9 !important;
    border-radius: 50%;
    width: 10px !important;
    overflow: hidden;
    height: 10px !important;
}

.jssorb03 div span, .jssora03r, .jssora03l {
    display: none !important;
}

div#slidermaster67ebb87cd287470013b85ac5 {
    height: 460px !important;
}

.jssorb03 .av:hover, .jssorb03 div:hover, .jssorb03 .av {
    background-color: #D9D9D9 !important;
}

#slidermaster67ebb87cd287470013b85ac5 > div:nth-child(3) {
    right: 40% !important;
}

.sect-slogan, .sect-vision {
    padding: 10% 0;
}

.btn-maps {
    background: #fff;
    color: #000;
    /*font-weight: 600;*/
}

.btn-contact {
    background: #ec1c2f;
    color: #fff;
    /*font-weight: 600;*/
}

.btn-maps, .btn-contact {
    width: fit-content;
    padding: 1rem 3rem;
    border-radius: 30px;
    transition: all 0.2s ease-out;
}

.btn-merg {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.img-about {
    position: relative;
}

.img-about02 {
    width: 35%;
    position: absolute;
    bottom: -45px;
    right: 10px;
}

.pe-5 {
    padding-left: 5%;
}

.about-two {
    padding-right: 5%;
    padding-top: 12%;
}

.img-about01 img {
    border-radius: 18px;
}

.img-about01::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(to left, #003db3, #000c22, #002c83);
}

.img-about01 {
    width: 80%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding: 5px;
}

.blog-values {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 3%;
}

.icon-values {
    width: 45%;
    margin: auto;
    margin-bottom: 6%;
}

.sect-values h3 {
    text-transform: uppercase;
}

.items-values {
    padding: 2% 6%;
    border-right: 1px solid #ec1c2f;
}

.Text_seller2, .post-time, .landingpagemanager {
    display: none;
}

.social-icon {
    border-radius: 5px;
}

.template1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.template1 .col-md-4.col-sm-4.col-xs-12 {
    width: 100%;
    padding: 0 !important;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.Contentmanager .template1 .template-panel {
    padding-bottom: 100%;
    }

.pre-article {
    background: #fff;
    color: #282828;
    padding: 6% 3% 7% 5%;
    text-align: left;
}

.pre-article .btn-more {
    padding: 0.75rem 2rem;
}

.form-contact {
    padding: 5% 3% 2%;
    background: #fff;
    color: #282828;
  border-radius: 20px 20px 0 0;
}

.CASS-A-main {
    background: #fff;
    color: #282828;
    padding: 1% 5% 5%;
    margin-top: -1px;
    box-shadow: none;
  border-radius: 0 0 20px 20px;
}

.CASS-A-main .col-xs-12.col-sm-3.col-md-3 {
    display: none !important;
}

.CASS-A-main .col-xs-12.col-sm-6.col-md-6 {
    width: 100%;
}

.CASS-A-middle-mid, .CASS-B-middle-mid,
.CASS-D-middle-mid{
    padding: 0;
}

.page-contact li {
    display: grid;
    grid-template-columns: 38px auto;
    gap: 10px;
    align-items: baseline;
    margin-bottom: 1.5%;
}

.page-contact ul {
    list-style: none;
    padding: 0;
    margin-top: 4%;
}

.CASS-A-main .form-control {
    height: 45px;
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ddd;
}

.page-contact {
    padding-top: 8%;
}

.CASS-A-main .col-md-offset-3 {
    margin: 0;
    width: 100%;
    padding: 0;
    margin-top: 3%;
    text-align: center;
}

.CASS-A-main button {
    background: #ec1c2f;
    width: fit-content;
    padding: 1rem 3rem;
    border-radius: 30px;
    font-weight: 600;
    color: #fff;
    text-shadow: none;
    border: none;
}

.page-header {
    padding-bottom: 0;
    margin: 5% 0 0;
    border-bottom: none;
}

.Textmanager {
    text-align: left;
    display: flow-root;
}

div#Contentmanager .img-thumbnail, div#Contentmanager .thumbnail {
    padding: 0;
    border: none;
    box-shadow: none;
      background: transparent;
}

.contact-more li {
    display: grid;
    grid-template-columns: 35px auto;
    align-items: center;
    gap: 8px;
    padding-right: 3%;
    border-right: 1px solid #ec1c2f;
}

.contact-more ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    margin-top: 2%;
}

    .social-share {
        top: 0;
    }

.btn-tw .social-icon {
    filter: invert(1);
}

.CASS-B-main figcaption {
    background: transparent !important;
    text-transform: none !important;
    padding: 0 !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    text-align: left !important;
}

.CASS-B-main figure {
    background: #eeeeee;
    overflow: hidden;
    border-radius: 25px;
}

.grid figure h2 {
    word-spacing: 0;
    font-weight: unset;
    font-size: inherit;
}

figure.effect-oscar h2 {
    margin: 0;
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-transform: inherit;
    transform: inherit;
}

figure.effect-oscar:hover h2 {
    -webkit-transform: inherit;
    transform: inherit;
}

.text-product {
    position: absolute;
    bottom: 0;
    padding: 20px;
    padding-top: 60px;
    background: linear-gradient(0deg, #636363, #656565e0, #7d7d7dcf, #62626269, #57575733, #6d6d6d14, #6d6d6d00);
    width: 100%;
    color: #fff;
    border-radius: 0 0 20px 20px;
}

.table-product>thead {
    background: #ec1c2f;
}

.table-product>tbody>tr:nth-child(even) {
    background: #9898983d;
}

.table-product>thead>tr>th, .table-product>tbody>tr>td {
    border: none;
    text-align: center;
    vertical-align: middle !important;
      padding: 1%;
}

.table-product>thead>tr>th, .table-product  {
    border: 1px solid #434343;
}

.CASS-D-main .img-container .img {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center 90%!important;
}

.CASS-D-main .Contentmanager .template1 .template-panel {
    padding-bottom: 85%;
}

div#Contentmanager .thumbnail>img {
    border-radius: 20px;
}

@media screen and (min-width: 1024px) {
.contact-social img:hover, .social-footer img:hover {
    filter: brightness(0) saturate(100%) invert(20%) sepia(66%) saturate(7364%) hue-rotate(348deg) brightness(97%) contrast(91%);
}

.contact-social img, .sect-why li img,.CASS-D-main .img-container .img,
.social-footer img, .icon-values img,.template1 .col-md-4.col-sm-4.col-xs-12 .img,
.contact-more li img, .page-contact li img, div#Contentmanager .thumbnail>img,
  .CASS-B-main .imgLightbox img, .head-serv img{
   transition: transform 0.2s ease-out;
}

.contact-social img:hover, .sect-why li:hover img,
.social-footer img:hover, .items-values:hover .icon-values img,
div#Contentmanager .thumbnail>img:hover,.contact-more li:hover img,
.template1 .col-md-4.col-sm-4.col-xs-12:hover .img, .head-serv:hover img,
.page-contact li:hover img,  .CASS-B-main figure:hover img{
   transform: scale(1.05);
}

.btn-quotation:hover, .btn-more:hover, .btn-contact:hover,
.template1 .col-md-4.col-sm-4.col-xs-12:hover .btn-more{
    background: #ccc;
    color: #000;
}

.btn-maps:hover, .table-product>tbody>tr:hover {
    background: #ec1c2f;
    color: #fff;
}

.contact-more a:hover,.page-contact a:hover, .head-contact a:hover, .footer a:hover,
 .copy-right a:hover{
   color: #ec1c2f;
}
  
 .CASS-B-main figure:hover  .text-product{
    background: linear-gradient(0deg, #830909, #6d0404cf, #780404a3, #85050569, #7c03033b, #7102021c, #7e050500);
}

}

.pre-article h6 {
    min-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

div#Contentmanager .img-container {
    overflow: hidden;
}

.ITPcookiebar {
  width: 100% !important;
 background-color: #ec1c2fb0 !important;
    color: #fff;
}

.buttonExampleSite {
    border-radius: 5rem !important;
    border: 1px solid #ec1c2fb0!important;
    color: #171717 !important;
}

.buttonExampleSite:hover {
    background: #ec1c2f !important;
    color: #ffffff !important;
}

.ITPlinkToCookiepage:hover {
    color: #eee !important;
}

.itpPDPALandingPage ,
.ITP-pdpa-template-contentFont{
    font-size: 16px !important;
    margin-bottom: 3% !important;
}


.itpPDPALandingPage {
    margin-top: 3%;
}

.ITP-pdpa-template-titleFont {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.ITP-pdpa-template-contentFont {
    line-height: 28px;
}

.CASS-B-main .imgLightbox {
    border-radius: 20px;
    overflow: hidden;
}

.head-serv {
    display: grid;
    grid-template-columns: 65px auto;
    gap: 15px;
    align-items: center;
    margin-top: 3%;
}

.service-detail ul {
    padding-left: 16%;
}

.service-detail {
    padding-left: 8%;
}

.sect-vision h4 {
    margin-top: 5%;
}

div#background6808cb281c0caf001a298279 .imgLightbox img,
div#background68785fb879abdf00137fd265 .imgLightbox img{
    border-radius: 30px;
    border: 4px solid #003db3;
}

.mission-page {
    padding-left: 9%;
    padding-top: 9%;
}

.mission-page hr {
    margin: 5% 0;
}

.CASS-D-middle-mid > div > div.bootstrap-collum > div > div.CustomImageGalleryType_2 {
    justify-content: center;
}

.beam-detail {
    padding: 5% 3%;
}

.CASS-E-main, .CASS-E-border {
    color: unset !important;
}

.CASS-E-border {
    background: transparent;
    border: none;
    padding: 0;
}

.TabItpContentLandingPage10>.tab-content {
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
}

.tab-itp-background, .TabItpContentLandingPage10 {
    padding: 0 !important;
}

.Contenemanager-gallery .col-xs-6.col-md-3 {
    width: 100%;
    padding: 0;
    min-height: 185px;
}

.TabItpContentLandingPage10 .Contenemanager-gallery {
    column-count: 3;
    gap: 20px;
}

div#Contentmanager .thumbnail {
    overflow: hidden;
    border-radius: 20px;
}

.TabItpContentLandingPage10>.nav-tabs>li>a:before {
    background-color: #ec1c2f;
}

.TabItpContentLandingPage10>.nav-tabs {
    padding-right: 3%;
}

.nav-tabs>li.active>a:focus {
    color: #fff !important;
}

.TabItpContentLandingPage10>.nav-tabs>li>a {
    padding: 1.5rem 2rem !important;
    border-radius: 30px;
  font-family: "LINE Seed Sans TH";
}

.contenemanager-gallery .col-xs-12.col-md-3 {
    padding: 0 1%;
    width: 33.33%;
}
/*******************responsive*********************/

@media screen and (min-width: 1900px) {
  
  
.navbar-default .navbar-nav>li>a,
.dropdown-menu>li>a{
    font-size: 20px;
}

h1 {
    font-size: 5em;
}

h2 {
    font-size: 3.6em;
}

h3 {
    font-size: 3.2em;
}

h4, h3.managerHeader {
    font-size: 3em;
}

h5 {
    font-size: 2.2em;
}

h6 {
    font-size: 1.8em;
}

p, .pre-article h6, .table-product>thead>tr>th, 
.table-product>tbody>tr>td {
    font-size: 20px;
}

.btn-quotation, .btn-more, .btn-maps, 
.btn-contact, .CASS-A-main button {
    font-size: 18px;
}

.footer h6, .blog-values h6, .text-product h6 {
    font-size: 22px;
}

.blog-values h5 {
    font-size: 26px;
}
  
  .sect-about p, .sect-history p, .about-page p, 
  .art-detail p, .product-detail p, .sect-vision p,
  .mission-page p{
    line-height: 30px;
}
  
  .sect-about h1 {
    line-height: 82px;
}
  
  .sect-about {
    padding-left: 8%;
    padding-top: 12%;
}
  
  div#Component67eba5da20a26b001353b303,
  div#Component67ebb42dca1ba300132a7bf1,
  div#Component68785f9d33d022001361af90,
div#Component68785f9d33d022001361af76{
    padding-right: 0;
}
  
  .sect-about.sect-service {
    padding-top: 26%;
}
  
  div#slidermaster67ebb87cd287470013b85ac5 {
    height: 670px !important;
}
  
  .footer li {
    grid-template-columns: 30px auto;
}
  
  .logo-footer {
    width: 80%;
}
  
  .pre-article h6 {
    min-height: 65px;
    line-height: 30px;
  }
  
  .pre-article {
    padding: 5% 6%;
}
  
  .art-detail h5 {
    margin-top: 3.5rem;
}
  
  .art-detail h6 {
    margin-top: 3rem;
}
  
  .CASS-A-main .form-control {
    font-size: 18px !important;
    margin-bottom: 5px;
}
  
  .page-contact li {
    grid-template-columns: 45px auto;
}
  
  .ITP-pdpa-template-titleFont {
    font-size: 26px !important;
  }
  
  .ITP-pdpa-template-contentFont {
    line-height: 32px;
    font-size: 20px !important;
}
  
  .service-detail {
    padding-top: 5%;
}
  
  .head-serv {
    grid-template-columns: 75px auto;
}
  
  .service-detail ul {
    padding-left: 12%;
}
  
  .Contenemanager-gallery .col-xs-6.col-md-3 {
    min-height: 266px;
}
}

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

  .sect-about h1 {
    margin-bottom: 2%;
}
  
  .sect-about hr {
    margin: 5% 0;
}
  
  .sect-about {
    padding-left: 8%;
}
  
  div#Component67eba5da20a26b001353b303, 
  div#Component67ebb42dca1ba300132a7bf1,
  div#Component68785f9d33d022001361af90,
div#Component68785f9d33d022001361af76{
    padding-right: 0;
}
}

@media screen and (max-width: 1200px) {
  
  
h1 {
    font-size: 3.8em;
}

h2 {
    font-size: 2.8em;
}

h3 {
    font-size: 2.3em;
}

h4, h3.managerHeader {
    font-size: 2em;
}

h5 {
    font-size: 1.6em;
}

h6 {
    font-size: 1.4em;
}
  
  .head-contact {
    padding-right: 2%;
}
  
  .btn-quotation {
    margin-right: 5%;
}
  
  br {
    display: none;
}
  
  .sect-about {
    padding-top: 4%;
  }
  
  div#slidermaster67ebb87cd287470013b85ac5 {
    height: 380px !important;
}
  
  .about-two {
    padding-top: 9%;
}
  
  .sect-vision br, .sect-why li br, .sect-slogan br {
    display: block;
}
  
  .pre-article h6 {
    min-height: 48px;
  }
  
  .art-detail.pt-8,.art-detail.pt-5 {
    padding-top: 0;
}
  
  .page-contact li {
    grid-template-columns: 35px auto;
}
  
  .contact-more ul {
    gap: 10px;
}
  
  .contact-more li {
    padding-right: 2%;
}
  
  .service-detail ul {
    padding-left: 22%;
}
  
  .Contenemanager-gallery .col-xs-6.col-md-3 {
    min-height: 155px;
}
}

@media screen and (max-width: 900px) {
  
  div#contentnewmode67eb9dc1ca1ba300132a78ae,
  div#contentnewmode67eb9dceca1ba300132a78e7,
  div#Component67edfab213e56f0013e77651,
  div#Component67edfd8113e56f0013e77718,
   .sub-policy, div#background680af460ff201000133c5ec4{
    display: none;
}
  
  ul#slider67eb8b0920a26b001353adc9 {
    margin-bottom: -6px;
}
  
h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 26px;
}

h4, h3.managerHeader {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}
  
  .sect-about h1 {
    line-height: inherit;
}
  
  .sect-slogan h4 {
    font-size: 22px;  
  }
  
  .sect-about h5 {
    font-size: 18px;
}
  
      .sect-about {
        padding-top: 0;
    }
  
  .sect-why ul {
    width: 80%;
}
  
      div#slidermaster67ebb87cd287470013b85ac5 {
        height: 300px !important;
    }
  
  .copy-right {
    margin-top: 0;
    border: none;
        padding: 0;
    justify-content: center;
}
  
  .sect-about.sect-service {
    padding-top: 12%;
}
  
      .pre-article h6 {
        min-height: 52px;
        line-height: 26px;
    }
  
  div#Contentmanager .col-md-6.pull-left, div#Contentmanager .col-md-6.pull-right {
    float: none !important;
    width: 100%;
    padding: 0;
}
  
  .pe-5 {
    padding-left: 0;
}
  
  .clearfix {
    margin: 0 !important;
}
  
      .page-contact li {
        grid-template-columns: 30px auto;
        margin-bottom: 2%;
    }
  
  .sect-about p, .sect-history p, .about-page p, 
  .art-detail p, .product-detail p, .sect-vision p,
  .mission-page p{
    line-height: inherit;
}
  
  div#cookie67ecb87dca1ba300132a8c41 {
    padding: 2% 0 7% 3%;
    text-align: left;
}
  
  .service-detail {
    padding-left: 5%;
}
  
      .service-detail ul {
        padding-left: 28%;
    }
  
      .Contenemanager-gallery .col-xs-6.col-md-3 {
        min-height: 120px;
    }
  
  div#background681077b8a4a3ee0013e7c26d {
    display: none;
}
}

@media screen and (max-width: 480px) {
  
  div#imagesControl67eb8b0920a26b001353adc9,
  div#imagesControl67eba5da20a26b001353b303,
  div#imagesControl67ebab13d287470013b85921,
div#imagesControl67ebb42dca1ba300132a7bf1,
  div#imagesControl67edfab213e56f0013e77651,
  div#imagesControl67eca0cc19f6830013625608,
  div#imagesControl67edfd8113e56f0013e77718,
  div#mainmenu67ecb87dca1ba300132a8c41>div,
  .CASS-B-main .thumbs, .CASS-B-main .col-md-4.col-sm-4.col-xs-12,
  div#mainmenu6801f394d41e5f00139f92e3>div,
  div#imagesControl6808cb281c0caf001a298279,
  div#imagesControl681077b8a4a3ee0013e7c26d{
    padding: 0 !important;
}
  
  .CASS-B-main .thumbs {
     margin: 0;
  }
  
  ul#slider681077b8a4a3ee0013e7c26d {
    margin-bottom: -5px;
}
  
  .sect-about, .sect-about.sect-service,
  .about-page.about-two, .page-contact{
    padding: 0;
}
  
      .sect-about hr {
        margin: 6% 0;
    }
  
  .sect-about p, .sect-history p, .sect-slogan h4,
  .sect-values h3, .product-detail p, .page-contact {
    margin-bottom: 7%;
}
  
  .about-two, .CASS-B-main .col-md-4.col-sm-4.col-xs-12 {
    margin-bottom: 5%;
}
  
  .art-detail li p, .product-detail li p {
    margin-bottom: 0.75rem;
}
  
  div#Component67edfab213e56f0013e77651,
  div#Component67edfd8113e56f0013e77718,
  div#background680af460ff201000133c5ec4,
   div#background681077b8a4a3ee0013e7c26d{
    display:block;
  }
  
  h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4, h3.managerHeader {
    font-size: 24px;
}

.sect-why ul {
    width: 100%;
    margin-top: 8%;
    padding-left: 8%;
    grid-template-columns: repeat(1, 1fr);
}
  
  .sect-why li img {
    width: 100% !important;
    margin-bottom: 0;
}
  
  .sect-why li {
    display: grid;
    grid-template-columns: 35% auto;
    text-align: left;
    gap: 20px;
    margin-bottom: 3%;
    border: none;
}
  
      div#slidermaster67ebb87cd287470013b85ac5 {
        height: 150px !important;
    }
  
  .pt-8.sect-cert, .pt-8.sect-history {
    padding-top: 10%;
}
  
  .sect-slogan br {
    display: none;
}
  
      .sect-slogan h4,  .sect-vision h5 {
        font-size: 17px;
    }
  
  .sect-slogan, .sect-vision {
    padding: 15% 0;
}
  
  .sub-policy,  .sect-vision br {
    display: none;
}
  
  .copy-right p {
    text-align: center;
    font-size: 14px;
}
  
  .img-about01 {
    z-index: 1;
    width: 90%;
}

  .img-about02 {
    z-index: 2;
    right: 0;
    width: 40%;
}
  
  .img-about {
    margin-bottom: 20%;
}
  
  .blog-values {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
}
  
  .items-values:nth-child(even) {
    border: none;
}
    
  .items-values:nth-child(odd) {
    padding-right: 15px;
}
  
  .items-values {
    padding: 2% 0;
}
  
  .icon-values {
    width: 70px;
  }
  
  .template1 {
    grid-template-columns: repeat(1, 1fr);
}
  
  .CASS-D-main .Contentmanager .template1 .template-panel {
    padding-bottom: 80%;
}
  
      .pre-article h6 {
        min-height: unset;
        line-height: inherit;
        margin-bottom: 3%;
    }
  
  .pre-article {
    padding: 3% 5% 7%;
}
  
  div#Contentmanager .col-md-12.text-justify {
    padding: 0 2%;
}

  .table-product>thead>tr>th, .table-product>tbody>tr>td {
    padding: 2% !important;
}
  
  .art-detail h6 {
    margin-top: 3rem;
}
  
  div#Contentmanager .img-container {
    background: #eee;
}
  
   .ITPcookiebar {
    padding: 3% 2%;
    display: flex !important;
}
  
  .ITPcookieLeftText {
    /* color: white; */
    float: unset !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
}
  
  .ITPcookieButton {
    float: unset !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}
  
   .ITPcookieLeftText span {
    font-size: 12px;
}
  
      .service-detail, .mission-page {
        padding: 0;
    }
  
  .head-serv {
    grid-template-columns: 60px auto;
}
  
  .sect-vision h4 {
    margin-top: 12%;
}
  
  .beam-detail {
    padding: 0;
}
  
  .TabItpContentLandingPage10>.nav-tabs {
    padding: 0;
    width: 100%;
    margin-bottom: 3%;
}
  
.TabItpContentLandingPage10 {
    display: flex;
    flex-wrap: wrap;
}
  
  .TabItpContentLandingPage10 .Contenemanager-gallery {
    column-count: 1;
}
  
      .Contenemanager-gallery .col-xs-6.col-md-3 {
        min-height: unset;
    }
  
  .TabItpContentLandingPage10>.tab-content {
    padding: 0 8% !important;
}
  
  .TabItpContentLandingPage10>.nav-tabs>li>a {
    margin-right: 0;
     margin-bottom: 1.5rem;
}
  
  .contenemanager-gallery .col-xs-12.col-md-3 {
    padding: 0 4%;
    width: 100%;
}
  
  div#background681077b8a4a3ee0013e7c26d {
    margin-bottom: -6px;
}
}



