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

.fix {
  transform: rotate(-90deg);
  white-space: nowrap;
  max-width: 60px;
}

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

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

.itopplus-bg {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_110020247ngt/0/0/1z-z1072385126176.webp");
}
.navbar-default .navbar-nav > li > a {
  color: #444;
  margin: 0 10px;
  padding: 15px;
  border-radius: none;
}
.navbar-default .navbar-nav > li > a::after {
  position: absolute;
  left: 0;
  right: 0;
  visibility: hidden;
  display: block;
  content: "";
  background: linear-gradient(to right, #0073bc 0, #00286f 100%);
  height: 3px;
  width: 70%;
  margin: 8px auto;
}
.navbar-default .navbar-nav > li:hover > a::after {
  visibility: visible;
}
.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: #444 !important;
  box-shadow: none;
  border-color: transparent;
  background: transparent;
  background-color: transparent;
}
.dropdown-menu > li > a {
  color: #444;
  font-size: 18px;
}
.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #444;
  background: transparent;
}

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

@media screen and (min-width: 1024px) {
  .itopplus-banner .container {
    display: grid;
    grid-template-columns: 20% auto;
    align-items: center;
    height: 100px;
  }
  .no-js .itopplus-banner {
    position: sticky;
    top: 0;
    z-index: 110;
  }
  .itopplus-banner {
    background: #fff;
    transition: 0.3s;
  }
  .itopplus-sticky {
    background: #fff !important;
  }
  .itopplus-logo {
    position: relative;
    height: 100%;
  }
  #controlBanner {
    position: absolute;
    object-fit: contain;
    padding: 10px;
    width: 150px;
    margin: 0;
    aspect-ratio: 1;
    background: #fff;
    border-radius: 50%;
  }
  #nav-menu {
    display: grid;
    justify-content: end;
    background: transparent;
    min-height: auto;
  }
  .no-js .itopplus-banner {
    box-shadow: 1px 1px 8px 1px #00000021;
  }
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin: 0;
  }
  .Textmanager.font-inherit {
    display: flow-root;
  }
}

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

/*  JazzByYing */
.JazzByYing-Position {
  display: block;
  overflow: hidden;
  border-radius: 15px;
}
.JazzByYing {
  transition: 0.35s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.JazzByYing:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.03, 1.03, 1);
  transition: 0.35s;
}
figure.effect-apollo {
  background: transparent;
  border-radius: 15px;
}
figure.effect-apollo figcaption::before {
  background: rgb(255 255 255 / 0%);
}
/*  JazzByYing */

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

/**ห้ามเกินกรอบ**/
.thumbnail .imgLightbox {
  position: relative !important;
  overflow: hidden !important;
  width: 100.1% !important;
}
#background67bd5d31d4b5fa0013f5b28f .thumbnail,
#background67bd6ed4f3f3120013641476 .thumbnail {
  border: solid 0px #dadada;
  background: transparent;
  color: #000;
  border-radius: 0px;
  padding: 0% !important;
  transition: 0.5s;
  box-shadow: 3px 3px 15px 1px rgba(225, 149, 145, 0);
  margin-bottom: 0%;
}
#background67bd5d31d4b5fa0013f5b28f .thumbnail:hover,
#background67bd6ed4f3f3120013641476 .thumbnail:hover {
  box-shadow: 3px 3px 15px 1px rgba(225, 149, 145, 0);
  background: transparent;
  border-radius: 0px;
  color: #000;
}
#background67bd5d31d4b5fa0013f5b28f .thumbnail .imgLightbox,
#background67bd6ed4f3f3120013641476 .thumbnail .imgLightbox {
  border-radius: 20px 20px 0px 0px;
  box-shadow: 5px 10px 15px 5px rgb(0 117 193 / 30%);
}
/*เฉพาะรูปแบบมีขอบ*/

/*from Contact*/
.no-js #Component67bd68ce7f1bf5001359c5f7 label {
  display: none !important;
  color: #000;
}
.no-js #Component67bd68ce7f1bf5001359c5f7 .col-md-6 {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-right: auto;
  float: initial;
  padding-left: 20px;
}
.no-js #Component67bd68ce7f1bf5001359c5f7 .form-control {
  border: 0px solid #cfcfcf;
  border-bottom: 1px solid #000;
  border-radius: 0px !important;
  box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
  padding: 27px 0px;
  background: transparent;
  color: #000;
  font-size: 18px !important;
}
.no-js #Component67bd68ce7f1bf5001359c5f7 .form-control:focus {
  border-bottom: 1px solid #6f508d !important;
  border: 0px solid #6f508d;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(102, 175, 233, 0);
  color: #444 !important;
}
.no-js #Component67bd68ce7f1bf5001359c5f7 .btn {
  background: linear-gradient(to right, rgba(0, 115, 188, 1) 0%, rgba(0, 50, 122, 1) 100%);
  color: #fff;
  text-shadow: 0 0px 0 #00000000;
  background-repeat: repeat-x;
  border-color: transparent;
  border-radius: 10px;
  padding: 10px 30px 10px 30px;
  font-size: 19px;
  font-weight: 400;
  border: 0px solid;
}
.no-js #Component67bd68ce7f1bf5001359c5f7 .btn-default:active {
  background: linear-gradient(to right, rgba(0, 115, 188, 1) 0%, rgba(0, 50, 122, 1) 100%);
  color: #fff;
}
.no-js #Component67bd68ce7f1bf5001359c5f7 .btn-default:hover,
.no-js #Component67bd68ce7f1bf5001359c5f7 .btn-default:focus {
  background-position: 0 0px;
  background: linear-gradient(to right, rgba(0, 115, 188, 1) 0%, rgba(0, 50, 122, 1) 100%);
  border: 0px solid transparent;
}
.no-js #Component67bd68ce7f1bf5001359c5f7 .col-xs-12.col-sm-5.col-md-5.padding {
  width: 100%;
}
.no-js #Component67bd68ce7f1bf5001359c5f7 span.label {
  font-size: 13px;
  font-weight: 400;
}
.no-js #Component67bd68ce7f1bf5001359c5f7 ::placeholder {
  color: #444 !important;
  font-weight: 400;
}
#background67bd68ce7f1bf5001359c5f7 {
  background: #fff !important;
  padding: 3%;
  border-radius: 20px;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 7%;
}
/*from Contact*/

/*Contact*/
.TabItpContentLandingPage6 {
  background-color: #eee;
  padding: 10px 10px 0px;
  border-radius: 20px;
}
.TabItpContentLandingPage6 > ul {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
}
.TabItpContentLandingPage6 > ul > li.active > a {
  background-color: #00357d !important;
}
.TabItpContentLandingPage6 > ul > li > a:hover {
  background-color: #00357d;
}
.TabItpContentLandingPage6 > ul > li > a {
  border-radius: 15px;
}
.TabItpContentLandingPage6 .tab-itp-background {
  padding: 0% !important;
  margin-top: 1% !important;
  margin-bottom: 0% !important;
}
.TabItpContentLandingPage6 .tab-content {
  padding: 10px 0px 0px !important;
}
.TabItpContentLandingPage6 iframe {
  border-radius: 20px;
}
.TabItpContentLandingPage6 img {
  border-radius: 20px;
}
/*Contact*/

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

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

.copyright {
  font-family: "Barlow Condensed", serif;
  font-size: 14px;
  margin-top: 5%;
}
.grid-iconfooter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: 50%;
}
.grid-footer {
  display: grid;
  grid-template-columns: 35% 35% auto;
  padding: 5% 0% 5%;
}
.footer-atisacool-2 {
  white-space: break-spaces;
}
.footer-atisacool {
  font-size: 18px;
  font-weight: 600;
}
.icontime {
  display: flex;
  width: 100%;
  margin-top: 4%;
}
.icontime-2 {
  width: 6%;
}
.icontime-3 {
  align-self: center;
  margin-left: 2%;
}
.buttonExampleSite {
  border: 0px solid #fff !important;
  color: #fff !important;
  background: #00357d !important;
  border-radius: 0px !important;
  font-weight: 400;
}
.buttonExampleSite:hover {
  background: #00357d !important;
  color: #fff !important;
}
.pdpa-text.pdpamg1 {
  padding: 5% 0%;
}
.ITPcookiebar {
  background-color: #302f2fe0 !important;
  color: #fff !important;
}
.ITPlinkToCookiepage:hover {
  color: #fff !important;
}
.ITPcookiebar {
  width: 100% !important;
  font-size: 14px !important;
}
.pdpa-text.pdpamg1 {
  padding: 5% 0%;
}
ul.icon-a {
  font-size: 18px;
}
.iconfooter {
  transition: 0.35s;
}
.iconfooter:hover {
  transition: 0.35s;
  transform: scale(1.05);
  filter: grayscale(1);
}
.no-js #background67bd4970f3f3120013640bfe {
  margin-top: -8%;
}
.bgourservice-2 {
  background: linear-gradient(to bottom, rgba(0, 111, 184, 1) 0%, rgba(0, 42, 113, 1) 100%);
  color: #fff;
  border-radius: 20px;
  padding: 3% 10% 4.5%;
}
.content-atisacool {
  white-space: break-spaces;
}
.bgourservice-2 h2 {
  font-family: "Barlow Condensed", serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 3.3em;
}
.bgourservice {
  border-radius: 0px 0px 20px 20px;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 5% 0%;
  padding-top: 6%;
  text-align: center;
  background: #00357d;
  font-size: 18px;
  font-weight: 400;
}
figure.effect-oscar h2 {
  margin: 0;
  -webkit-transition: inherit;
  transition: inherit;
  -webkit-transform: inherit;
  transform: inherit;
}
.btnreadmore {
  background: linear-gradient(to right, rgba(0, 115, 188, 1) 0%, rgba(0, 50, 122, 1) 100%);
  font-family: "Barlow Condensed", serif;
  color: #fff;
  width: fit-content;
  padding: 7px 20px 10px;
  font-weight: 300;
  margin-top: 5%;
  transition: 0.35s;
}
.btnreadmore:hover {
  background: linear-gradient(to right, rgb(0 0 0) 0%, rgb(0 0 0) 100%);
  transition: 0.35s;
}
.block-year {
  display: grid;
  grid-template-columns: 30% auto;
  gap: 20px;
  line-height: 1;
  margin-bottom: 3%;
}
.block-year-2 {
  white-space: break-spaces;
  font-size: 2em;
  color: #00357d;
  align-self: center;
  text-align: right;
  line-height: 1.2;
}
.block-year-3 {
  font-size: 3.5em;
  font-weight: 600;
  background: -webkit-linear-gradient(#005691, #00357d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  align-self: center;
  margin-top: -38px;
}
.block-year-3 span {
  font-weight: 600;
  font-family: "Barlow Condensed", serif;
  font-size: 2.2em;
}
.empty-one {
  padding: 15%;
}
.bgone {
  border-radius: 0px 20px 0px 20px;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: fit-content;
  padding: 3% 10%;
  padding-top: 3%;
  text-align: center;
  background: linear-gradient(to right, rgba(0, 115, 188, 1) 0%, rgba(0, 50, 122, 1) 100%);
  font-size: 0.4em;
  font-weight: 600;
}
.head-atisacool {
  margin-top: 5%;
  text-align: center;
  margin-bottom: 2%;
}
.head-atisacool h1 {
  font-family: "Barlow Condensed", serif;
  font-size: 3em;
  color: #00357d;
  font-weight: 600;
  text-transform: uppercase;
}
.empty-atisacool {
  padding: 2%;
}
.grind-ourproject {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: 3%;
}
.block-ourproject-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.block-ourproject-4 .JazzByYing-Position {
  margin-bottom: 20px;
}
.headproduct {
  text-align: center;
  height: 50px;
  white-space: break-spaces;
  margin-top: 5%;
}
.borderproduct {
  border: 0px;
  border-bottom: 10px solid;
  border-image: linear-gradient(90deg, rgb(0 117 193) 0%, rgb(0 51 127) 32%);
  border-image-slice: 1;
  color: white;
  text-decoration: none;
}
#background67bd4a03d4b5fa0013f5b0a9 figure.effect-oscar {
  box-shadow: 2px 2px 15px 2px rgb(0 0 0 / 35%);
}
.bgourservice-2 {
  box-shadow: 2px 2px 15px 2px rgb(0 0 0 / 35%);
}
.head-atisacool.project {
  margin-top: 30%;
}
.grid-iconcontact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.block-iconcontact {
  display: flex;
  width: 100%;
  background: #eee;
  border-radius: 20px;
  padding: 4%;
}
.iconcontact {
  width: 17%;
}
.iconcontac-2 {
  white-space: break-spaces;
  margin-left: 3%;
  width: 82%;
}
.iconcontac-2 span {
  font-weight: 600;
}
.about-1 h6 {
  color: #00357d;
  font-weight: 600;
}
.about-1 h3 {
  font-weight: 600;
  margin-bottom: 2%;
}
.about-1.eng {
  font-family: "Barlow Condensed", serif;
}
.about-1.eng p {
  font-size: 22px;
}
.about-2 {
  border-left: 3px solid #00357d;
  padding-left: 4%;
  margin-top: 5%;
}
.about-1 span {
  font-size: 22px;
}
.about-2 h3 {
  white-space: break-spaces;
  margin-bottom: 1%;
}
#background67bd6ed4f3f3120013641476 .thumbnail {
  margin-bottom: 20%;
}
ul.icon-product ::marker {
  color: #00357d;
}
.about-1.product {
  margin-top: 5%;
}
#background67bd7aab26404e0013a35dc5 .thumbs,
#background67bd7b70ac41820013cd757a .thumbs {
  margin-bottom: 0px;
}

#tableA {
  width: 100%;
}
#tableA th {
  background-color: #00357d;
  padding: 10px;
  color: #ffffff;
  border: 1px solid #fff;
  font-weight: 600;
  text-align: center;
}
#tableA td {
  border: 1px solid #fff;
  padding: 10px;
  text-align: center;
}

#tableA tr:nth-child(even) {
  background-color: #f2f2f2;
}
#tableA tr:hover {
  background-color: #dddddd;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  color: #fff;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev {
  color: #fff;
}

/*contenemanager*/
h3.managerHeader {
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  margin-top: 5%;
  margin-bottom: 2%;
}
#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% 0%;
  color: #444444;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
  color: #444444;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
  display: none;
}
article.col-md-6.item.-micro {
  width: 25%;
}
.Contentmanager .site .col-section .item.-micro {
  padding: 10px 10px 10px 15px;
}
.Contentmanager .site .col-section .item.-micro a .image {
  width: 100%;
  margin-bottom: 0px;
}
.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, 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: 18px;
}
.Contentmanager .thumbnail {
  background-color: transparent;
}
.img-thumbnail {
  background-color: transparent;
}
.Contentmanager .site .col-section .item.-micro a .img-zoom img:hover {
  transform: scale3d(1.05, 1.05, 1) !important;
}
.Contentmanager .site .col-section .item.-micro a:hover .img-zoom img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale3d(1.05, 1.05, 1) !important;
}
#Contentmanager img.img-responsive {
  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 !important;
}
.Textmanager.font-inherit {
  text-align: left;
}
.blockproduct h3 {
  font-weight: 600;
  margin-bottom: 10px;
}
.blockproduct ul.icon-product {
  margin-top: 5px;
}
/*contenemanager*/

.grid-icon-brandair {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    width: 90%;
    justify-self: center;
}

.grid-brandair {
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    width: 90%;
    justify-self: center;
    gap: 10px;
    text-align: center;
}

.blockproduct {
    width: 60%;
    margin: 0px auto;
}

@media screen and (min-width: 1900px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 3em;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 32px;
  }
  h6 {
    font-size: 36px;
  }
  p {
    font-size: 22px;
  }
  body {
    font-size: 22px;
  }
  .dropdown-menu > li > a {
    font-size: 21px;
  }
  .bgourservice {
    font-size: 22px;
  }
  .bgourservice-2 {
    padding: 7.5% 10% 4.5%;
  }
  .block-year {
    grid-template-columns: 28% auto;
  }
  .block-ourproject-4 .JazzByYing-Position {
    margin-bottom: 27px;
  }
  .footer-atisacool {
    font-size: 22px;
  }
  .copyright {
    font-size: 18px;
  }
  ul.icon-a {
    font-size: 22px;
  }
  .about-1.eng h6 {
    font-size: 40px;
  }
  .about-1.eng p {
    font-size: 26px;
  }
  .about-1 span {
    font-size: 26px;
  }
  ul.nav.nav-pills.nav-justified span {
    font-size: 22px !important;
  }
  .TabItpContentLandingPage6 iframe {
    height: 490px;
  }
  .no-js #Component67bd68ce7f1bf5001359c5f7 .form-control {
    padding: 30px 0px;
    font-size: 21px !important;
  }
  .no-js #Component67bd68ce7f1bf5001359c5f7 .btn {
    font-size: 20px;
  }
  .Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 22px;
  }
}

@media screen and (max-width: 1191px) {
  h6 {
    font-size: 28px;
  }
  .navbar-default .navbar-nav > li > a {
    margin: 0 0px;
  }
  .content-atisacool {
    white-space: inherit;
  }
  .block-year {
    grid-template-columns: 45% auto;
  }
  .empty-one {
    padding: 5%;
  }
  .grid-iconfooter {
    width: 65%;
  }
}

@media screen and (max-width: 900px) {
  .itopplus-bg {
    background-size: cover;
  }
  .block-year-2 {
    font-size: 28px;
  }
  .block-year-3 {
    font-size: 3em;
  }
  .empty-one {
    padding: 15%;
  }
  #background67bd6ed4f3f3120013641476 .thumbnail {
    margin-bottom: 20%;
  }
  .grid-iconcontact {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .iconcontact {
    width: 16%;
  }
  .table-responsive {
    border: 0px solid #ddd !important;
  }
  .copyright-2 {
    font-family: "Barlow Condensed", serif;
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  h6 {
    font-size: 24px;
  }
  #imagesControl67bd3a517f1bf5001359bae0 {
    padding: 0px !important;
  }
  .no-js #background67bd4970f3f3120013640bfe {
    margin-top: 0%;
  }
  .itopplus-bg {
    margin-top: -7px;
  }
  .bgourservice-2 {
    margin-top: 10%;
  }
  .itopplus-bg {
    background-size: 100%;
    background-position: bottom;
  }
  .head-atisacool h1 {
    font-size: 2em;
  }
  .head-atisacool h1 {
    text-align: center !important;
  }
  .empty-one {
    padding: 0%;
  }
  .sectionone {
    margin-bottom: 10%;
  }
  #imagesControl67bd4aacac41820013cd6d76 {
    padding: 0px !important;
  }
  .bgourservice-2 h2 {
    font-weight: 600;
    font-size: 2em;
  }
  .bgourservice-2 {
    padding: 10% 10%;
  }
  #imagesControl67bd4a03d4b5fa0013f5b0a9 {
    padding: 0px !important;
    margin-top: 10%;
  }
  #background67bd5d31d4b5fa0013f5b28f .thumbnail,
  #background67bd6ed4f3f3120013641476 .thumbnail {
    margin-bottom: 20%;
  }
  .btnreadmore {
    margin-top: 10%;
  }
  .headproduct {
    height: auto;
  }
  .grind-ourproject {
    grid-template-columns: repeat(1, 1fr);
  }
  .block-ourproject-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .btnreadmore {
    float: inherit !important;
    margin: 0 auto !important;
    margin-top: 10% !important;
  }
  #background67bd68ce7f1bf5001359c5f7 {
    width: 100%;
  }
  .head-atisacool {
    margin-top: 10%;
    margin-bottom: 1%;
  }
  article.col-md-6.item.-micro {
    width: 100%;
  }
  h3.managerHeader {
    font-size: 26px;
    margin-top: 10%;
  }
  .grid-icon-brandair {
    grid-template-columns: repeat(2, 1fr);
}
  
  .grid-brandair {
    grid-template-columns: repeat(2, 1fr);
}
  
  .blockproduct {
    width: 60%;
    margin: 0px auto;
}
  
}

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