.itopplus-background {

}
.unknown { position: fixed; bottom: 8% !important; } .unknown_prf .btn-main, .unknown_prf:hover .btn-main { margin-bottom: 0 !important; }

body {
  overflow-x: hidden;
  color: #000;
  font-family: "DM Sans", "LINE Seed Sans TH";
}

.itopplus-bg {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_1906202478lr/0/0/1z-z1160082444522.jpg");
}

.itopplus-bg2 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_1906202478lr/0/0/2z-z1705090503234.jpg");
}

.itopplus-bg3 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_1906202478lr/0/0/3z-z1260448409062.jpg");
  color: #fff;
}

.itopplus-pos2 {
    background-image: url('http://itp1.itopfile.com/ImageServer/z_itp_1906202478lr/0/0/bg-aboutz-z70567804883.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
}

.navbar-default .navbar-nav > li > a {
  color: #282828;
  margin: 0;
  padding: 8px 15px;
  border-radius: 0;
  border-bottom: 3px solid transparent;
}

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

.no-js .dropdown-menu > li > a {
  color: #282828;
}

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

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

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

  #controlMenu *:not(a span) {
    color: #444 !important;
    border: none;
  }

  .navbar-header button span {
    background-color: #444 !important;
  }

  .navbar-header a::before {
    background-size: 30px;
    background-position: center;
  }

  .navbar-header a::after {
    background: #3944bc;
  }

  #itpphonemobile::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/telz-z555807927326.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(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/fbz-z1306469976463.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(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/twz-z1451700767745.png) !important;
  }
  
    .no-js #langWidget {
    top: 15px !important;
    right: 100px !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-banner > .container {
    display: grid;
    grid-template-columns: 20% auto;
    align-items: center;
  }

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

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

}

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

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

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

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


 #language_member_bar {
    display: none;
  }

  .skiptranslate iframe {
    display: none !important;
  }

  .skiptranslate {
    margin-top: -40px;
  }

  .no-js #langWidget {
    position: fixed;
    top: 5px;
    right: 10px;
    width: fit-content;
    height: auto;
    z-index: 10000;
    color: #444;
  }

  #langWidget img {
    max-width: 28px;
    object-fit: contain;
    border: 1px solid #dddddd;
  }

  .langSelected {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
  }

  .langOption {
    position: relative;
    top: 5px;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 #ccc;
    height: 0;
    overflow: hidden;
    background: #fff;
  }

  #langWidget:hover .langOption {
    height: auto;
  }

  .langFlag {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    padding: 8px 15px;
  }

  .langFlag:hover {
    background: #eee;
  }




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

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

h1 {
    font-size: 4.125em;
}

h2 {
    font-size: 3.4em;
}

h3 {
    font-size: 3em;
}

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

h5 {
    font-size: 2em;
}

h6 {
    font-size: 1.6em;
}

p, .btn-more {
    font-size: 16px;
}

.footer h6, .text-product h6, .text-catalog h6, 
.pre-product h6 {
    font-size: 18px;
}

.footer p, .pre-product .btn-more,
div#background6870829af43f35001a1a3d09 button{
    font-size: 14px;
}

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

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

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

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

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


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

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

.social-footer {
    display: flex;
    gap: 10px;
}

.logo-footer {
    width: 75%;
}

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

.footer h6 {
    margin-bottom: 1rem;
}

.footer p {
    margin: 2% 0;
    line-height: inherit;
}

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

.footer h6,  .h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5,
.items-partner p, span#contactUsAcceptPolicyText2{
    font-weight: 600;
}

.sect-product h3, .sect-service h3, .sect-catalog h3,
.head-page h3, .text-sling h4 {
    font-weight: 700;
}

.sect-about h1, .sect-about h5 {
    font-weight: 500;
}

h6 {
    font-weight: 400;
}

.sect-product, .sect-about-two h5, .page-quality h4,
.contact-page h6 {
    margin-bottom: 2%;
}

.sect-about h5, .sect-service h6, .sect-project,
.about-page h6, .about-page p {
    margin-bottom: 3%;
}

.sect-catalog h6, .img-partner, .pre-product h6 {
    margin-bottom: 5%;
}

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

.CASS-A-middle-right, .CASS-A-middle-left,
.CASS-A-bottom, .CASS-A-top, .boderedlayoutClient,
figure.effect-oscar figcaption::before, .CASS-B-border,
figure.effect-jazz figcaption::after, .dropdown-menu {
    border: none;
}

.CASS-A-main {
    box-shadow: none;
}

figure.effect-oscar, .CASS-B-border, figure.effect-jazz,
.CASS-D-border {
    background: transparent;
}

.CASS-A-main figcaption {
    background: transparent !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

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

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

.text-product {
    background: #fff;
    color: #444;
    padding: 10px 20px;
    border-left: 4px solid #f28500;
    position: absolute;
    bottom: 25px;
    text-align: left;
    transition-duration: 0.3s;
}

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

.CASS-A-main figure, .CASS-B-main figure {
    overflow: hidden;
    border-radius: 20px;
}

div#background686de32766fe1f00130ce83c figure {
    overflow: hidden;
    border-radius: 30px;
}

div#background686de32766fe1f00130ce83c {
    width: 80%;
    margin: auto;
    margin-right: 2%;
    margin-top: -90px;
}

.sect-about {
    padding-left: 14%;
    padding-top: 11%;
    padding-right: 16%;
    color: #fff;
}

.sect-about p, .sect-about-two p {
    text-align: justify;
}

p {
    line-height: 26px;
}

.sect-about-two {
    background: #f28500;
    color: #fff;
    padding: 5%;
    padding-left: 7%;
    padding-right: 17%;
    margin-top: 41px;
    margin-left: 7%;
    border-radius: 70px 0 0 0;
}

.img-service {
    width: 85%;
    margin: auto;
    margin-right: 0;
}

.sect-service p, .items-partner, .about-page p,
.page-quality p, .detail-product p {
    color: #444;
}

.sect-service {
    padding-top: 15%;
    margin-bottom: 8%;
}

.sect-catalog h3, .pre-product h6 {
    text-transform: uppercase;
}

.btn-more {
    width: fit-content;
    background: #f28500;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 10px;
    transition-duration: 0.3s;
}

.sect-catalog {
    padding-top: 12%;
    padding-bottom: 40%;
}

.sect-project, .managerHeader {
    text-align: center;
}

.blog-partner {
    text-align: center;
    width: 65%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12%;
    margin: auto;
}

.items-partner p {
    text-decoration: underline;
    transition-duration: 0.3s;
}

.img-partner img {
    height: 85px;
    object-fit: contain;
}

div#background686df2dc7840db0013145cb4 figure {
    border-radius: 0 0 50px 0;
    overflow: hidden;
    box-shadow: 0 4px 8px rgb(0, 0, 0, 0.1);
}

.head-page {
    text-align: center;
    padding: 2% 0;
    background: #f28500;
    color: #fff;
}

.about-page {
    padding-right: 10%;
}

div#background686e06a64511d300132cf122 .col-md-4.col-sm-4.col-xs-4:nth-child(3) {
    margin-top: 20px;
}

div#background686e06a64511d300132cf122 .col-md-4.col-sm-4.col-xs-4:nth-child(2) {
    margin-top: 40px;
}

.img-quality02 {
    border-radius: 20px;
    overflow: hidden;
    width: 75%;
    margin: auto;
    margin-right: 0;
    border: 4px solid #3944bc;
}

.img-quality01 {
    width: 50%;
    border-radius: 20px;
    overflow: hidden;
    border: 4px solid #3944bc;
}

.blog-quality {
    position: relative;
}

.text-quality {
    position: absolute;
    right: 5%;
    bottom: 8%;
    margin: auto;
    width: 55%;
    text-align: right;
}

.text-sling {
    color: #444;
    width: fit-content;
    margin: auto;
    margin-right: 0;
    margin-bottom: 5%;
    border-left: 4px solid #f28500;
    padding-left: 4%;
    padding-right: 4%;
}

.page-quality {
    padding-left: 10%;
    padding-right: 6%;
    padding-top: 10%;
}

figure.effect-jazz h2 {
    padding-top: 0;
    -webkit-transition: inherit;
    transition: inherit;
}

figure.effect-jazz h2, figure.effect-jazz p {
    opacity: 1;
    -webkit-transform: inherit;
    transform: inherit;
}

.CASS-D-main figcaption {
    position: relative !important;
    padding: 0 !important;
    text-transform: none !important;
}

.text-catalog {
    color: #444;
    background: #f5f5f7;
    padding: 15px 10px;
    border-top: 4px solid #f28500;
    display: grid;
    grid-template-columns: 35px auto;
    justify-content: center;
    gap: 8px;
    align-items: center;
}

.CASS-D-main figure {
    border: 1px solid #ebebeb;
    overflow: hidden;
    border-radius: 20px;
}

.CASS-D-main .thumbs {
    margin: 0;
}

figure.effect-jazz p {
    padding: 0;
    font-size: initial;
}

 figure.effect-jazz p {
    -webkit-transition: inherit;
    transition: inherit;
}

.grid figure p {
    letter-spacing: unset;
    font-size: inherit;
}

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

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

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

.pre-product {
    text-align: left;
    padding: 15px;
    color: #282828;
}

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

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

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

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

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

.ps-8 {
    padding-right: 8%;
}

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

.detail-product h6 {
    margin-bottom: 1rem;
}

.detail-product p {
    margin-bottom: 2rem;
}

.detail-product h5 {
    margin-bottom: 1rem;
    border-left: 3px solid #f28500;
    padding-left: 15px;
}

.pre-product .btn-more {
    padding: 0.75rem 1rem;
}

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

div#background6870749c821aed001a8d29c1 .img-container .img {
    background-position: top !important;
}

div#HtmlTool687082eea1a4fb001a71e654 {
    margin-bottom: -5px;
}

.sect-form {
    text-align: center;
    padding: 6% 3% 1%;
  background: #ffffffad;
}

div#background6870829af43f35001a1a3d09 .col-xs-12.col-sm-3.col-md-3 {
    display: none !important;
}

div#background6870829af43f35001a1a3d09 .col-xs-12.col-sm-6.col-md-6 {
    width: 100%;
}

div#background6870829af43f35001a1a3d09 {
    padding: 1% 10% 5%;
  background: #ffffffad;
}

div#background6870829af43f35001a1a3d09 input::placeholder, 
div#background6870829af43f35001a1a3d09 textarea::placeholder {
    color: #444;
}

div#background6870829af43f35001a1a3d09 .form-control {
    height: 40px;
    background: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #959595;
    border-radius: 0;
    color: #444 !important;
    margin-bottom: 0.5rem;
}

div#background6870829af43f35001a1a3d09 .col-md-offset-3 {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

div#background6870829af43f35001a1a3d09 button {
    width: fit-content;
    background: #f28500;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 10px;
    text-shadow: none;
    border: none;
    box-shadow: none;
    transition-duration: 0.3s;
}

.contact-page li {
    display: grid;
    grid-template-columns: 40px auto;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
}

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

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

.contact-page h5 {
    color: #3944bc;
}

.contact-page a {
    color: #000;
}

.footer a {
    color: #fff;
}

.footer a:hover, .items-partner:hover, .contact-page a:hover {
    color: #f28500;
}

.CASS-A-main .imgLightbox img, .img-service img,
.img-partner img, .social-footer img,
.img-container .img, .img-quality02 img,
.img-quality01 img, .contact-page li img {
    transition: transform 0.2s ease-out;
}

.CASS-A-main figure:hover img, .img-service img:hover,
.items-partner:hover img, .social-footer img:hover,
.template1 .col-md-4.col-sm-4.col-xs-12:hover .img, 
.img-quality02 img:hover, .img-quality01 img:hover,
.contact-page li:hover img{
    transform: scale(1.05);
}

.CASS-A-main figure:hover .text-product,
.CASS-D-main figure:hover .text-catalog{
    background: #f28500;
    color: #fff;
}

.btn-more:hover, .template1 .col-md-4.col-sm-4.col-xs-12:hover .btn-more,
div#background6870829af43f35001a1a3d09 button:hover {
    background: #3944bc;
}

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

figure.effect-jazz img, figure.effect-jazz:hover img {
    opacity: 1;
}

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

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

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

.ITPlinkToCookiepage:hover {
    color: #f28500 !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;
}

.ITPcheckboxAuthen {
    margin-bottom: 5%;
    margin-top: 2%;
}

div#Contentmanager .carousel-control .glyphicon {
    color: #a7a8a6 ;
}

   div#Contentmanager .carousel-control .glyphicon-chevron-left, 
div#Contentmanager .carousel-control .icon-prev {
        margin-left: -70px;
    }

   div#Contentmanager .carousel-control .glyphicon-chevron-right, 
div#Contentmanager .carousel-control .icon-next {
        margin-right: -70px;
    }

div#background687f117000067f0013ff329a figure {
    border: 3px solid #3944bc;
    border-radius: 25px !important;
}

div#background687f117000067f0013ff329a {
    width: 80%;
    margin: auto;
}
/*******************responsive******************/

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

h1 {
    font-size: 4.7em;
}

h2 {
    font-size: 3.8em;
}

h3 {
    font-size: 3.4em;
}

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

h5 {
    font-size: 2.4em;
}

h6 {
    font-size: 2em;
}

p, .btn-more {
    font-size: 20px;
}

.footer h6, .text-product h6, .text-catalog h6, 
.pre-product h6 {
    font-size: 22px;
}

.footer p, .pre-product .btn-more,
div#background6870829af43f35001a1a3d09 button{
    font-size: 18px;
}
  
  div#background686de32766fe1f00130ce83c {
    margin-top: -120px;
}
  
  p {
    line-height: 30px;
}
  
  .sect-about-two {
    margin-top: 115px;
}
  
  .sect-service {
    padding-right: 6%;
}
  
  .about-page {
    padding-top: 3%;
}
  
  .text-catalog {
    grid-template-columns: 40px auto;
}
  
  .contact-page {
    padding-top: 5%;
}
  
  div#background6870829af43f35001a1a3d09 .form-control {
    font-size: 16px !important;
    height: 45px;
}
  
  .social-footer img {
    width: 45px !important;
}
  
  .contact-page h5 {
    font-size: 2.8em;
}
  
  .ITP-pdpa-template-titleFont {
    font-size: 24px !important;
  }
  
  .ITP-pdpa-template-contentFont {
    line-height: 32px;
    font-size: 18px !important;
}
  
  div#Contentmanager .carousel-control .glyphicon-chevron-left, div#Contentmanager .carousel-control .icon-prev {
    margin-left: -90px;
}
  
  div#Contentmanager .carousel-control .glyphicon-chevron-right, div#Contentmanager .carousel-control .icon-next {
    margin-right: -90px;
}
}

@media screen and (max-width: 1366px) {
  
  div#background686de32766fe1f00130ce83c {
    margin-top: -75px;
}
  
  .sect-about {
    padding-left: 10%;
    padding-right: 14%;
    padding-top: 6%;
}
  
  .sect-about-two {
    padding-right: 13%;
    padding-left: 5%;
    margin-left: 5%;
    margin-top: 46px;
}
  
  p {
    line-height: 24px;
}
  
  .sect-catalog {
    padding-top: 9%;
    padding-bottom: 40%;
}
  
  .sect-catalog h6 {
    margin-bottom: 3%;
}
  
  .about-page {
    padding-right: 5%;
}
  
  .page-quality {
    padding-left: 6%;
    padding-right: 0;
    padding-top: 8%;
}
  
  .contact-page h5 {
    font-size: 1.8em;
}
  
  .contact-page li {
    grid-template-columns: 35px auto;
}
}

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

h2 {
    font-size: 3em;
}

h3 {
    font-size: 2.4em;
}

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

h5 {
    font-size: 1.8em;
}

h6 {
    font-size: 1.4em;
}
  
  .footer h6, .text-product h6, .text-catalog h6, 
  .pre-product h6 {
    font-size: 16px;
}
  
  .sect-about {
    padding-right: 9%;
    padding-left: 8%;
}
  
  .sect-about-two {
    padding: 4%;
    padding-right: 8%;
    margin-top: 44px;
}
  
  .text-sling {
    padding-right: 0;
}
  
      .contact-page h5 {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 900px) {
  
  div#background686de069f7bc1500135d6e7d .col-md-3.col-sm-4.col-xs-4,
  div#background686e1fa17840db001314601a .col-md-3.col-sm-6.col-xs-12{
    width: 25%;
}
  
    h1 {
    font-size: 34px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 26px;
}

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

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}
  
  .text-product {
    padding: 5px 8px;
}
  
  div#background686de32766fe1f00130ce83c {
    width: 90%;
}
  
      .sect-about {
        padding-right: 4%;
        padding-left: 8%;
    }
  
      .sect-about-two {
        padding: 4%;
        padding-right: 5%;
        margin-top: 5%;
        padding-left: 6%;
        border-radius: 40px 0 0 40px;
    }
  
  .sect-service {
    padding-top: 6%;
  }
  
  .itopplus-bg2, .itopplus-bg3 {
    background-position: center;
    background-size: cover;
}
  
  div#background686decffedd1d40013d300c6 .col-md-3.col-sm-6.col-xs-12 {
    width: 25%;
}
  
  br {
    display:none;
  }
  
  .img-partner img {
    height: 75px;
  }
  
  div#background686ddd184b29ef001318916a .col-md-3.col-sm-6.col-xs-12 {
    width: 100%;
    text-align: center;
}
  
  .pre-product {
    padding: 10px;
}
  
 .pre-product h6 {
        font-size: 13px;
    }
  
  div#Contentmanager .col-md-6.pull-left, 
  div#Contentmanager .col-md-6.pull-right {
    width: 50%;
    padding: 0;
}
  
  .detail-product {
    padding-top: 0;
}
  
  .text-sling h6 {
    font-size: 16px;
}
  
  .text-product br {
    display: block;
}
  
      p {
        line-height: inherit;
    }
  
  .ITPcheckboxAuthen {
    text-align: left !important;
}
  
  div#Contentmanager .carousel-control .glyphicon-chevron-left, div#Contentmanager .carousel-control .icon-prev {
    margin-left: -50px;
}
  
  div#Contentmanager .carousel-control .glyphicon-chevron-right, div#Contentmanager .carousel-control .icon-next {
    margin-right: -50px;
}
  
  .pe-8 {
    padding-left: 10%;
}
}

@media screen and (max-width: 480px) {
  
  .CASS-A-border,.CASS-B-border {
    margin: -10px;
}
  
  .CASS-A-main .thumbs {
    margin: 0;
}
  
.CASS-A-main .thumbs, .CASS-A-main .col-md-12.col-sm-12.col-xs-12,
  .CASS-A-main .col-md-6.col-sm-6.col-xs-12,
  .CASS-A-main .col-md-3.col-sm-4.col-xs-12,
  div#mainmenu686ddf6c4b29ef0013189375>div,
  div#mainmenu686de31db80be100136125dc>div,
  div#imagesControl686de9b54a451900130e590c,
  div#mainmenu686decffedd1d40013d300c6>div,
  div#mainmenu686dd724f7bc1500135d6c3b>div,
  div#imagesControl686e06a64511d300132cf122,
  div#imagesControl686df2dc7840db0013145cb4,
  div#mainmenu686df2dc7840db0013145cb3>div,
  div#mainmenu686e1fa17840db001314601a>div,
  div#mainmenu6870829af43f35001a1a3d09>div,
  div#mainmenu687082eea1a4fb001a71e654>div {
    padding: 0 !important;
}
  
  .CASS-A-main .col-md-12.col-sm-12.col-xs-12{
        margin-bottom: 5%;
  }
  
  .CASS-A-main .col-md-6.col-sm-6.col-xs-12, 
  .CASS-A-main .col-md-3.col-sm-4.col-xs-12 {
    width: 46%;
    margin: auto;
   margin-bottom: 5%;
}
  
  .text-product {
    bottom: 15px;
    width: fit-content;
}
  
      div#background686de32766fe1f00130ce83c {
        width: 100%;
        margin-top: -60px;
    }
  
  .itopplus-bg {
    background-size: cover;
}
  
  .sect-about {
    padding: 0 6%;
}
  
  .sect-about-two {
        padding: 6%;
        margin-top: 8%;
        border-radius: 30px 0 0 0;
        margin-left: 5%;
}
  
  .sect-about p, .sect-about-two p {
    text-align: left;
}
  
  p, .btn-more, .footer h6, .text-product h6,
  .text-catalog h6, .pre-product h6 {
    font-size: 15px;
}
  
  .img-service {
    margin: auto;
    margin-top: 5%;
}
  
      .sect-catalog {
        padding-top: 12%;
        padding-bottom: 40%;
        text-align: center;
    }
  
  .sect-catalog .btn-more {
    margin: auto;
}
  
      .sect-catalog h6 {
        margin-bottom: 5%;
    }
  
  div#background686decffedd1d40013d300c6 .col-md-3.col-sm-6.col-xs-12 {
    width: 50%;
}
  
  .blog-partner {
    width: 100%;
    gap: 8%;
}
  
      .img-partner img {
        height: 55px;
    }
  
  .about-page, .detail-product, .page-quality,
  .contact-page {
    padding: 0;
}
  
  .blog-quality {
    margin-bottom: 8%;
}
  
  .about-page {
    margin-bottom: 10%;
}
  
  div#background686e06a64511d300132cf122 .col-md-4.col-sm-4.col-xs-12 {
    width: 33.33%;
}
  
  div#background686e06a64511d300132cf122 .col-md-4.col-sm-4.col-xs-12:nth-child(3) {
    margin-top: 10px;
}
  
div#background686e06a64511d300132cf122 .col-md-4.col-sm-4.col-xs-12:nth-child(2) {
    margin-top: 20px;
}
  
  div#contentnewmode686df2dc7840db0013145cc5 {
    display: none;
}
  
  .template1 {
    grid-template-columns: repeat(1, 1fr);
}
  
  .head-page h3 {
    font-size: 22px;
}
  
  .head-page {
    padding: 5% 0;
}
  
  .pre-product {
        padding: 15px 10px;
    }
  
  div#Contentmanager .col-md-12.text-justify {
    padding: 0 2%;
}
  
  div#Contentmanager .col-md-6.pull-left, div#Contentmanager .col-md-6.pull-right {
    width: 100%;
    float: none !important;
}
  
  .social-share {
    display: none;
}
  
  .managerHeader {
    margin-top: 5%;
    display: block !important;
    font-size: 20px;
}
  
  .text-quality {
    right: 0;
}
  
  .text-sling h4 {
    font-size: 20px;
}
  
      .text-sling h6 {
        font-size: 14px;
    }
  
  div#background686e1fa17840db001314601a .col-md-3.col-sm-6.col-xs-12 {
    width: 100%;
}
  
      .contact-page li {
        grid-template-columns: 30px auto;
    }
  
   .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;
}
  
      div#Contentmanager .carousel-control .glyphicon-chevron-right, div#Contentmanager .carousel-control .icon-next {
        margin-right: -45px;
    }
  
      div#Contentmanager .carousel-control .glyphicon-chevron-left, div#Contentmanager .carousel-control .icon-prev {
        margin-left: -45px;
    }
  
  .img-quality02 {
    width: 85%;
}
  
  div#background687f117000067f0013ff329a {
    width: 100%;
    margin: auto;
}
  

}





