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

.no-js a {
  color: #4b4b4b;
  transition: 0.35s;
}
.no-js a:hover {
  color: #21a6a3;
}
.itopplus-footer {
  color: #4b4b4b;
}
.itopplus-footer a {
  color: #4b4b4b;
}
.itopplus-footer a:hover {
  color: #21a6a3;
}



.itopplus-bg {
    background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_300720242ni1/0/0/1z-z602154171950.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}
.itopplus-bg2 {
    background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_300720242ni1/0/0/2z-z885187127158.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}
.itopplus-bg3 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_300720242ni1/0/0/3z-z237681867555.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.itopplus-footer {
  background-color: #f3f3f3;
  color: #4b4b4b;
}
.navbar-default .navbar-nav > li > a {
  color: #4b4b4b;
  margin: 0;
  padding: 8px 20px;
  border-radius: 0;
      font-size: 18px;
}
.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: #21a6a3 !important;
  box-shadow: none;
  border-color: transparent;
  background: transparent;
  background-color: transparent;
}
.no-js .dropdown-menu > li > a {
  color: #4b4b4b;
   font-size: 17px;
}
.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #fff !important;
  background: #21a6a3;
}



@media screen and (max-width: 1023px) {
#controlBanner img {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 45px !important;
    z-index: 10000;
}
#nav-menu,
#ItopplusMainSidebar > div {
    background: #fff !important;
}
#controlMenu *:not(a span) {
    color: #4b4b4b !important;
    border: none;
}
.navbar-header button span {
    background-color: #4b4b4b !important;
}
.navbar-header a::before {
    background-size: 35px;
    background-position: center;
}
.navbar-header a::after {
    background: transparent;
}
#itpphonemobile::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_300720242ni1/0/0/phonez-z504414309740.png) !important;
} 
#itpsearchmobile::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/searchz-z1550057493030.png) !important;
}
.old-image-icon-facebook::before {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_300720242ni1/0/0/facebookz-z336410554481.png) !important;
}
.old-image-icon-line::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/linez-z468194837558.png) !important;
}
.old-image-icon-instragram::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/igz-z261562755399.png) !important;
}
.old-image-icon-youtube::before {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/ytz-z1709509823553.png) !important;
}
.new-image-icon-twitter::before {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_300720242ni1/0/0/twitterz-z754155342789.png) !important;
}
}


@media screen and (min-width: 1024px) {
.no-js .itopplus-banner {
    position: sticky;
    top: 0;
    z-index: 110;
}
.itopplus-banner {
    background: #fff;
    transition: 0.3s;
}
.itopplus-sticky {
    background: #fff !important;
}
#itopplus-nav-bar {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
}
#controlBanner {
    object-fit: contain;
    padding: 15px;
    width: clamp(140px, 12%, 20vw);
    margin: 0 auto;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
   display: block;
   margin: 0;
}  
}



@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 */



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: 3.5em;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 28px;
}
p {
    font-size: 16px;
}
body {
    font-size: 16px;
}
b, strong {
    font-weight: 600;
}



.btnreadmore {
    text-align: center;
    background: #212121;
    color: #fff;
    width: fit-content;
    padding: 8px 25px;
    border-radius: 60px;
    margin: 0 auto;
    font-size: 14px;
    transition: 0.35s;
}
.btnreadmore:hover {
    background: #21a6a3;
    transition: 0.35s;
}
.content-pd {
    white-space: break-spaces;
}
.grid-one {
    text-align: center;
    padding: 5% 0% 0%;
}
.grid-one h6 {
    font-family: "Sriracha", cursive;
    color: #21a6a3;
    margin-top: 10px;
}
.grid-one h5 {
    font-weight: 600;
    padding: 10px 0px;
}
.grid-one h1 {
    font-weight: 600;
    text-transform: uppercase;
}
.grid-one h1 span {
    font-size: 40px;
}
.grid-one .btnreadmore {
    margin-top: 3%;
}
#background68bfae2c4161c900136780a3 .thumbs {
    margin-bottom: 0px;
}
figure.effect-oscar h2 {
  margin: 0;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}
.bg-service {
    color: #000;
    text-align: left;
    position: absolute;
    bottom: 0px;
    padding: 25px 0px;
}
.bg-service-2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
}
.bg-service-3 {
    font-size: 18px;
    white-space: break-spaces;
    font-weight: 500;
}
.grid-two {
    display: grid;
    grid-template-columns: 35% auto;
    gap: 20px;
    padding: 12% 0% 0%;
}
.grid-whychooseus {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
}
.block-whychooseus {
    display: grid;
    grid-template-columns: 110px auto;
    gap: 20px;
}
.grid-two-3 {
    margin-top: 4%;
}
.icon-whychooseus-2 {
    align-self: center;
    white-space: break-spaces;
}
.icon-whychooseus-2 h3 {
    font-weight: 600;
    color: #009296;
}
.bg-whychooseus {
    width: 85%;
}
.grid-two-2 h6 {
    color: #009296;
    font-weight: 600;
}
.grid-two-2 h2 {
    font-weight: 600;
    color: #000;
}
.head-surpassprinting {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 3%;
}
.head-surpassprinting h2 {
    font-weight: 600;
    color: #000;
}
.head-surpassprinting h6 {
    color: #21a6a3;
    font-weight: 600;
}
.empty-feed {
    padding: 4%;
}
.grid-footer {
    display: grid;
    grid-template-columns: 50% auto;
    margin-bottom: 4%;
    gap: 65px;
}
.footer-2 {
    white-space: break-spaces;
}
.block-contact-footer {
    display: grid;
    grid-template-columns: 18px auto;
    gap: 10px;
}
.footer-1 {
    color: #21a6a3;
    font-weight: 600;
    margin-bottom: 3%;
}
.contact-footer-2 {
    white-space: break-spaces;
}
.contact-footer-pd {
  margin-bottom: 10px;
}
.grid-social-footer {
    display: flex;
    width: 35%;
    gap: 10px;
}
.copyright {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 4%;
}
.grid-footer-2 h1 {
    color: #21a6a3;
    font-weight: 600;
}
.grid-footer-2 h4 {
    color: #21a6a3;
    font-weight: 600;
    margin-bottom: 10px;
}
.grid-contact-footer {
    margin-top: 5%;
    display: grid;
    gap: 4px;
}
.border-contact-footer {
    border-top: 1px solid #4b4b4b;
    width: 70%;
    margin-top: 5px;
    padding-bottom: 5px;
}
.empty-footer {
    padding: 2%;
}
.social-footer {
    transition: 0.35s;
}
.social-footer:hover {
    transition: 0.35s;
    transform: scale(1.2);
}
.buttonExampleSite {
  border: 0px solid #fff !important;
  color: #fff !important;
  background: #21a6a3 !important;
  border-radius: 5px !important;
  font-weight: 400;
}
.buttonExampleSite:hover {
    background: #000 !important;
    color: #fff !important;
}
.pdpa-text.pdpamg1 {
  padding: 6% 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;
}


.grid-qrcode {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.block-qr-code {
    display: grid;
    grid-template-columns: 30% auto;
    gap: 30px;
    background: #fff;
    padding: 5% 8%;
    border-radius: 15px;
}
.block-qr-code-3 h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.block-qr-code-3 {
    align-self: center;
}
.block-contact-qrcode {
    display: grid;
    grid-template-columns: 22px auto;
    gap: 10px;
    margin-bottom: 3px;
}
.grid-three {
    text-align: center;
    margin-bottom: 5%;
}
.bg-contact {
    background: linear-gradient(to right, rgba(132,130,130,1) 0%,rgba(166,166,166,1) 22%,rgba(110,107,107,1) 55%,rgba(166,166,166,1) 82%,rgba(132,130,130,1) 100%);
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 12px 60px;
    border-radius: 50px;
    margin-top: 2%;
}
.bg-contact span {
    font-size: 32px;
    font-weight: 600;
}
.grid-icon-tiktok {
    background: #212121;
    color: #fff;
    display: grid;
    grid-template-columns: 125px auto;
    border-radius: 20px 20px 0px 0px;
    justify-content: center;
    gap: 30px;
    padding: 15px 0px;
}
.icon-tiktok-2 h2 {
    font-weight: 600;
}
.no-js .icon-tiktok {
    margin-top: -34%;
}
.no-js .grid-qrcode {
    margin-bottom: 22%;
}
.itopplus-bg2 {
    background-position: bottom;
}
.no-js .grid-three {
    margin-top: 5%;
}
.no-js .grid-icon-tiktok {
    margin-top: -15%;
}
.no-js #Component68bfdc92d4de520013ad0a8c {
    margin-top: -3%;
    background: #fff;
    border-radius: 0px 0px 20px 20px;
    padding-bottom: 3%;
    box-shadow: 0px 5px 10px 0px rgb(117 117 117 / 30%);
}
.empty-pd {
    padding: 2%;
}
.head-surpassprinting.page {
    margin-top: 0%;
    margin-bottom: 0%;
    padding: 2% 0%;
}
.empty-pd-2 {
    padding: 2%;
}
.grid-qrcode-contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 8%;
}
.block-service h1 {
    font-weight: 600;
    color: #21a6a3;
    text-transform: uppercase;
}
.block-service h3 {
    font-weight: 600;
    color: #000;
}
.block-service h4 {
    font-weight: 600;
    margin-top: 4%;
}
.block-service span {
    white-space: break-spaces;
}
.block-bg {
    align-self: center;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}
.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);
}
.grid-service {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 35px;
    margin-bottom: 2%;
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 14px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, 
.pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #1bd1cd;
    border-color: #1bd1cd;
}
.pagination>li>a, .pagination>li>span {
    color: #3b4b4b;
}




/*contenemanager*/
.managerHeader {
    text-align: center;
    font-size: 2.5em;
    font-weight: 600;
    margin-top: 3% !important;
    color: #25adaa;
}
#Contentmanager .post-time {
    display: none;
}
.page-header {
    margin: 0px 0 30px;
    border-bottom: 0px solid #e1723a;
}
.landingpagemanager {
    display: none;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    text-align: center;
    font-size: 18px;
    padding: 8% 0% 5%;
    color: #000;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #444444;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
    display: inherit;
    margin-bottom: 35px;
}
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: 25%;
}
.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: 16px;
}
.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 .site .col-section .item.-micro:hover .btnreadmore {
    background: #21bbb7;
    transition: 0.35s;
}
#Contentmanager img.img-responsive {
    border-radius: 20px;
    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;
    border-radius: 20px;
}
.social-share {
    display: none;
}
.Contentmanager .col-md-12.text-justify {
    padding-right: 10px;
    padding-left: 10px;
}
/*contenemanager*/



#tableA {
  width: 100%;
}
#tableA th {
  background-color: #21a6a3;
  padding: 10px;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #fff;
  font-weight: 600;
  width: 50%;
  text-align: center;
      vertical-align: middle;
}
#tableA td {
  border: 1px solid #eee;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}
#tableA tr:nth-child(odd) {
  background-color: #fff;
}
#tableA tr:nth-child(even) {
  background-color: #f2f2f2;
}
#tableA tr:hover {
  background-color: #21a6a3 !important;
  color: #ffffff;
}


.table-responsive p {
    white-space: inherit;
}
.Textmanager.font-inherit h5 {
    font-weight: 600;
}
.Textmanager.font-inherit h3 {
    font-weight: 600;
}
.grid-one.about h6 {
    margin-top: 20px;
}




ul.nav-template.itp-contentmanager-template5 .col-md-4.col-sm-4.col-xs-12.padding-col {
    width: 49%;
}
ul.nav-template.itp-contentmanager-template5 .col-md-8.col-sm-8.col-xs-12.padding-col {
    width: 49%;
    margin-left: 2%;
}
.detail-knowledge {
    font-size: 16px;
}
ul.nav-template.itp-contentmanager-template5 .btnreadmore {
    margin: initial;
    margin-top: 8%;
}
ul.nav-template.itp-contentmanager-template5 .col-md-8.col-sm-8.col-xs-12.padding-col p {
    white-space: inherit;
}
ul.nav-template.itp-contentmanager-template5 .col-md-8.col-sm-8.col-xs-12.padding-col strong {
    font-size: 18px;
    font-weight: 600;
}
.nav-template li:hover {
    background-color: transparent;
    text-decoration: underline !important;
}
.nav-template li:hover .btnreadmore  {
    background: #21a6a3;
    transition: 0.35s;
}
ul.nav-template.itp-contentmanager-template5 .col-md-4.col-sm-4.col-xs-12.padding-col .img-container {
    padding-bottom: 100%;
}



.pd-contact h1 {
    color: #21a6a3;
    font-weight: 600;
}
.pd-contact {
    text-align: center;
}
.grid-contact .block-qr-code {
    background: transparent;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0px;
}
.grid-contact .grid-qrcode-contact {
    margin-top: 3%;
    gap: 0px;
    margin-bottom: 5%;
}
.block-qr-code:nth-child(2) {
    border-right: 0px solid #eee;
}
.block-qr-code:nth-child(3) {
    border-bottom: 0px solid #eee;
}
.block-qr-code:nth-child(4) {
    border-bottom: 0px solid #eee;
    border-right: 0px solid #eee;
}
.block-social-contact {
    display: grid;
    grid-template-columns: 50px auto;
    gap: 10px;
    background: #eeeeee;
    width: fit-content;
    border-radius: 50px;
    padding: 10px 40px 10px 10px;
}
.grid-social-contact {
    display: flex;
    width: fit-content;
    gap: 20px;
    margin: 0 auto;
    margin-top: 3%;
}
.social-contact-2 {
    align-self: center;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    color: #fff;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev {
    color: #fff;
}
.Textmanager.font-inherit {
    text-align: left;
}







/*from Contact*/
.no-js #Component68c11f2fbaa94200135411de label {
  display: none !important;
  color: #444444;
}
.no-js #Component68c11f2fbaa94200135411de .col-md-6 {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-right: auto;
  float: initial;
  padding-left: 20px;
}
.no-js #Component68c11f2fbaa94200135411de .form-control {
  border: 0px solid #29292933;
  border-bottom: 1px solid #29292933;
  box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
  padding: 20px 0px;
  background: transparent;
  font-size: 16px !important;
  border-radius: 0px !important;
}
.no-js #Component68c11f2fbaa94200135411de .form-control:focus {
  border-bottom: 1px solid #1dcdca !important;
  border: 0px solid #1dcdca;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(102, 175, 233, 0);
}
.no-js #Component68c11f2fbaa94200135411de .btn {
  background: #212121;
  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: 16px;
  font-weight: 400;
  border: 0px solid;
}
.no-js #Component68c11f2fbaa94200135411de .btn-default:active {
  background: #1dcdca;
  color: #fff;
}
.no-js #Component68c11f2fbaa94200135411de .btn-default:hover,
.no-js #Component68c11f2fbaa94200135411de .btn-default:focus {
  background-position: 0 0px;
  background: #1dcdca;
  border: 0px solid transparent;
}
.no-js #Component68c11f2fbaa94200135411de .col-xs-12.col-sm-5.col-md-5.padding {
  width: 100%;
}
.no-js #Component68c11f2fbaa94200135411de span.label {
  font-size: 13px;
  font-weight: 400;
}
.no-js #Component68c11f2fbaa94200135411de ::placeholder {
  color: #444444 !important;
}
#background68c11f2fbaa94200135411de {
    background: #fff !important;
    padding: 5%;
    border-radius: 20px;
}
.head-form {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-top: 3%;
}
.head-form-2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 5%;
}
.CASS-A-head {
    margin-bottom: 0px;
    border-bottom: double #d4d4d400;
}
/*from Contact*/



/*tab*/
.TabItpContentLandingPage6 {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}
.TabItpContentLandingPage6>ul {
    width: 100%;
    background-color: #eee;
    border-radius: 30px;
}
.TabItpContentLandingPage6>ul>li.active>a {
    background-color: #ff346e !important;
}
.TabItpContentLandingPage6>ul>li>a:hover {
    background-color: #fb6c33;
}
.TabItpContentLandingPage6 .tab-itp-background {
    padding: 4% 0% 0% !important;
    margin-top: 1% !imporrtant;
    margin-bottom: 0% !importan;
}
.tab-content {
    padding: 0px 10px !important;
}
iframe {
    border-radius: 20px;
}
/*tab*/



@media screen and (min-width: 1900px) {
h1 {
    font-size: 2.2em;
}
h2 {
    font-size: 3.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;
} 
.navbar-default .navbar-nav > li > a {
    padding: 8px 25px;
    font-size: 22px;
}
.no-js .dropdown-menu > li > a {
    font-size: 20px;
}

.grid-one h1 span {
    font-size: 50px;
}
.btnreadmore {
    font-size: 18px;
}
.grid-two {
    padding: 15% 0% 0%;
}
.bg-service-3 {
    font-size: 22px;
}
.bg-service-2 {
    font-size: 40px;
}
.block-contact-qrcode {
    grid-template-columns: 30px auto;
}
.no-js .grid-three {
    margin-top: 7%;
}
.grid-three {
    margin-bottom: 6%;
}
.grid-icon-tiktok {
    grid-template-columns: 155px auto;
} 
.grid-social-footer {
    width: 30%;
}
.copyright {
    font-size: 16px;
    margin-bottom: 3%;
}
.block-contact-footer {
    grid-template-columns: 22px auto;
}
#iframe68bfdec441150f0013f67796 iframe {
    height: 350px;
}
.ITPcookiebar {
    font-size: 15px !important;
}
.buttonExampleSite {
    font-size: 15px !important;
}
.Contentmanager p {
    font-size: 20px;
}
ul.icon-a {
    font-size: 20px;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 22px;
}
.bg-contact span {
    font-size: 38px;
}
.detail-knowledge {
    font-size: 20px;
}
ul.nav-template.itp-contentmanager-template5 .col-md-8.col-sm-8.col-xs-12.padding-col strong {
    font-size: 22px;
}
.no-js #Component68c11f2fbaa94200135411de .form-control {
    padding: 22px 0px;
    font-size: 19px !important;
}
ul.nav.nav-pills.nav-justified span {
    font-size: 22px !important;
}
.head-form {
    font-size: 36px;
}
.head-form-2 {
    font-size: 22px;
}
.Textmanager.font-inherit iframe {
    height: 610px;
}
#background68c11f2cb9e65c0013efac7f {
    margin-top: 3%;
}
}





@media screen and (max-width: 1191px) {
h2 {
    font-size: 3em;
}
.block-whychooseus {
    grid-template-columns: 85px auto;
}
.grid-two-3 {
    margin-top: 0%;
}
.icon-whychooseus-2 {
    white-space: inherit;
}
.no-js #Component68bfdc92d4de520013ad0a8c {
    margin-top: 0%;
}
.grid-three {
    margin-bottom: 0%;
}
.no-js .grid-qrcode {
    margin-bottom: 20%;
    margin-top: 1%;
}
.no-js .grid-three {
    margin-top: 0%;
    margin-bottom: 3%;
}
.detail-knowledge {
    font-size: 14px;
}
ul.nav-template.itp-contentmanager-template5 .col-md-8.col-sm-8.col-xs-12.padding-col strong {
    font-size: 16px;
}
#background68c100f20764210013330b98 .nav-template li {
    min-height: 230px;
}
.social-contact-2 h3 {
    font-size: 16px;
}
.block-social-contact {
    grid-template-columns: 35px auto;
}
.head-form-2 {
    font-size: 16px;
}
#background68c11f2fbaa94200135411de {
    padding: 7% 6%;
}
.managerHeader {
    font-size: 2em;
}
}




@media screen and (max-width: 900px) {
h2 {
    font-size: 2.5em;
}
h6 {
    font-size: 26px;
}
#carousel68c13117b9e65c0013efb176 {
    display: none;
}
.content-pd {
    white-space: inherit;
}
.bg-service-2 {
    font-size: 24px;
}
.bg-service-3 {
    font-size: 16px;
}
.grid-whychooseus {
    gap: 10px;
}
.block-whychooseus {
    grid-template-columns: 55px auto;
}
.contact-footer-2 {
    word-break: break-all;
}
.grid-icon-tiktok {
    grid-template-columns: 100px auto;
}
.itopplus-bg2 {
    background-position: center;
}  
.itopplus-footer .col-md-3.col-sm-3.col-xs-12.padding {
    display: none;
}
.itopplus-footer .col-md-9.col-sm-9.col-xs-12.padding {
    width: 100%;
}
.itopplus-footer .contact-footer-2 {
    white-space: inherit;
}  
.block-qr-code-3 h4 {
    font-size: 18px;
}
.block-qr-code {
    gap: 20px;
}
#background68bffefef77936001343543b .col-sm-4 {
    width: 25%;
}
.head-form-2 {
    margin-bottom: 10%;
}
.head-form {
    margin-top: 7%;
}
.social-contact-2 h3 {
    font-size: 15px;
}
.Contentmanager .col-md-12.text-justify {
    padding-right: 15px;
    padding-left: 15px;
}
}





@media screen and (max-width: 480px) {
#carousel68c13117b9e65c0013efb176 {
    display: inherit;
} 
.social-contact-2 h3 {
    font-size: 16px;
}
#imagesControl68c13117b9e65c0013efb176 {
    padding: 0px !important;
}
.grid-two {
    grid-template-columns: 100%;
    padding: 10% 0% 10%;
}
.grid-whychooseus {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
}
.block-whychooseus {
    grid-template-columns: 70px auto;
}
.itopplus-bg {
    background: #e6e6e6;
}
.bg-service-3 {
    display: none;
}
.bg-service-2 {
    font-size: 18px;
}
.grid figure figcaption {
    padding: 1em;
}
.bg-service {
    padding: 5px 0px;
}
.itopplus-bg2 {
    background: #25adaa !important;
}
.grid-one {
    padding: 10% 0% 10%;
}
.grid-two-2 h6 {
    text-align: center;
}
.grid-two-2 h2 {
    text-align: center;
}
.bg-whychooseus {
    width: 100%;
    padding: 10% 0% 5%;
}
.head-surpassprinting {
    text-align: center;
    margin-top: 10%;
    margin-bottom: 5%;
}
.grid-qrcode {
    grid-template-columns: repeat(1, 1fr);
}
.bg-contact {
    padding: 12px 15px;
}
.grid-footer {
    grid-template-columns: 100%;
}
.grid-footer-3 {
    display: none;
}
.grid-social-footer {
    width: 50%;
}
.copyright {
    text-align: center;
}
.grid-icon-tiktok {
    grid-template-columns: 50px auto;
    padding: 5% 5%;
    gap: 15px;
}
.icon-tiktok-2 h2 {
    font-size: 22px;
}
.icon-tiktok-2 h5 {
    font-size: 16px;
}
.no-js .icon-tiktok {
    margin-top: 0%;
}
.grid-one .btnreadmore {
    margin-top: 5%;
}
.grid-three h2 {
    color: #fff !important;
    font-size: 26px;
}
.no-js .grid-three {
    margin-top: 5%  !important;
    margin-bottom: 5%  !important;
}
.bg-contact {
    margin: 8% 0% 3%;
}
.itopplus-slide {
    background-size: cover !important;
}
.grid-service {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 5%;
    margin-top: 10%;
}
.head-surpassprinting.page h6 {
    font-size: 18px;
}
.head-surpassprinting.page h2 {
    font-size: 2em;
}
article.col-md-6.item.-micro {
    width: 50%;
}
.block-service span {
    white-space: inherit;
}
.grid-qrcode-contact {
    grid-template-columns: repeat(1, 1fr);
}
.contenemanager-gallery .col-xs-12.col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
} 
.managerHeader {
    margin-top: 10% !important;
    font-size: 1.8em;
}
.page-header {
    margin: 0px 0 10px;
}
ul.nav-template.itp-contentmanager-template5 .col-md-4.col-sm-4.col-xs-12.padding-col {
    width: 100%;
}
ul.nav-template.itp-contentmanager-template5 .col-md-8.col-sm-8.col-xs-12.padding-col {
    width: 100%;
    margin-left: 0%;
    margin-top: 5%;
    margin-bottom: 10%;
}
.detail-knowledge {
    font-size: 16px;
}
ul.nav-template.itp-contentmanager-template5 .col-md-8.col-sm-8.col-xs-12.padding-col strong {
    font-size: 22px;
}
#background68c100f20764210013330b98 .nav-template li {
    min-height: auto;
}
.Contentmanager .col-md-12.text-justify {
    padding-right: 10px;
    padding-left: 10px;
}
.grid-social-contact {
    display: inherit;
}
.block-social-contact {
    grid-template-columns: 35px auto;
    width: 100%;
    margin-bottom: 5%;
}
.grid-contact .grid-qrcode-contact {
    margin-top: 5%;
    gap: 0px;
    margin-bottom: 5%;
}
.grid-contact .block-qr-code {
    background: transparent;
    border-right: 0px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0px;
    padding: 5% 0%;
}
.block-contact-qrcode {
    grid-template-columns: 20px auto;
}
.grid-social-contact {
    width: 100%;
    margin-top: 10%;
}
#background68bffefef77936001343543b .col-sm-4 {
    width: 50%;
}
body, html { 
    overflow-x: hidden; 
}  
}





.CASS-A-top {
    height: auto;
    border-top: solid 0px #d4d4d4;
}
.CASS-A-bottom {
    height: auto;
    border-bottom: solid 0px #d4d4d4;
}
.CASS-A-middle-mid {
    position: relative;
    padding: 0px;
}
.CASS-A-middle-right {
    border-right: solid 0px #d4d4d4;
}
.CASS-A-middle-left {
    border-left: solid 0px #d4d4d4;
}
.CASS-A-main {
    box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, .5);
}





