.itopplus-background {

}
body {
  overflow-x: hidden;
  color: #444;
  font-family: "Noto Sans Thai", sans-serif;
}

.itopplus-bg3 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_08002024o126/0/0/2z-z648021677926.webp");
}
.itopplus-pos2 {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_08002024o126/0/0/bgbg-bgbgz-z87243645671.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    background-color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
    margin: 0 4px;
    padding: 8px 15px;
    border-radius: 0px;
    font-size: 20px;
}
.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: #51279c !important;
  box-shadow: none;
  border-color: transparent;
  background: transparent;
  background-color: transparent;
}

.no-js .navbar-nav > li > .dropdown-menu {
	border-radius: 0px;
	background: #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
	border: 0px solid rgba(0, 0, 0, 0.15);
}
.no-js .dropdown-submenu > .dropdown-menu {
	border-radius: 0px;
	background: #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
	border: 0px solid rgba(0, 0, 0, 0.15);
}
.no-js .dropdown-menu > li > a {
    color: #000000;
    font-size: 16px;
    padding: 7px 20px;
    text-transform: uppercase;
}
.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #fff !important;
  background: #65257a;
  border-radius: 0px;
}






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

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

  #itpMenuSideBar span {
    background-color: #000 !important;
  }

  #controlMenu * {
    color: #000 !important;
    border: none;
  }

  #itpphonemobile {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_08002024o126/0/0/telz-z803374117381.png) !important;
  }

  #itpsearchmobile {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_09062024wnrm/0/0/searchz-z1134319420589.png) !important;
  }

  .old-image-icon-facebook {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_09062024wnrm/0/0/facebookz-z1318628404704.png) !important;
  }

  .old-image-icon-line {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_09062024wnrm/0/0/linez-z1655517020729.png) !important;
  }

  .old-image-icon-instragram {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_09062024wnrm/0/0/instagramz-z1066049211157.webp) !important;
  }

  .old-image-icon-youtube {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_09062024wnrm/0/0/youtubez-z1416596488876.webp) !important;
  }

  .new-image-icon-twitter {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_24092023yxze/0/0/cf-twitterz-z1322532545693.webp) !important;
  }
}

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

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

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

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

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

  #nav-menu {
    display: grid;
    justify-content: center;
    background: transparent;
    min-height: auto;
  }

  .itopplus-search {
    text-align: right;
    color: #444;
  }
ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
	margin: 0;
} 
}











/* photo */
.picf {
  transition: 0.5s;
}
.picf:hover {
  transform: translate(0px, -8px);
  transition: 0.5s;
}
.picff:hover {
  transform: scale(1.05);
}
.picff {
  transition: 0.5s;
}

/* bgpt */
.bgpt {
  transition: 0.3s;
}
.bgpt:hover {
  box-shadow: 0 0 5px rgb(162 162 162 / 20%);
}

/* hvr */
.hvr-grow {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  transform: scale(1.1);
}

/*เฉพาะรูปแบบมีขอบ*/

.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% !important;
}
 
/*
#background67b2b6f58d2830001382a3e6 .thumbnail {
  border: solid 0px #eeeeee;
  background: transparent;
  transition: 0.5s;
  color: #231f20;
  padding: 0% !important;
  box-shadow: rgb(0 0 0 / 0%) 0px 3px 8px;
  border-radius: 0px;
}
#background67b2b6f58d2830001382a3e6 .thumbnail:hover {
  border: solid 0px #f25c29;
  background: transparent;
  box-shadow: rgb(0 0 0 / 0%) 0px 3px 8px;
  color: #f25c29;
}
 */









/*------------*/

figure.effect-selena {
  background: transparent;
}
figure.effect-apollo {
  background: transparent;
  border-radius: 20px;
}
.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
}
.fancybox-skin {
  background: #fff;
  border-radius: 0px;
}
.fancybox-lock {
  overflow: auto;
}
.fancybox-margin {
  margin-right: 0px;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: hidden;
}

/*  Layout */
.boderedlayoutClient {
  border-top: 0px dashed transparent;
  border-left: 0px dashed transparent;
  border-right: 0px dashed transparent;
  border-bottom: 0px dashed transparent;
}

/* jazz */
figure.effect-jazz figcaption::after {
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}
figure.effect-jazz {
  background: transparent;
  border-radius:10px;
}

/* oscar*/

.grid figure figcaption {
  padding: 0em;
}

figure.effect-oscar {
  background: transparent;
  width: 100%;
  border-radius: 10px;
}
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;
  border-radius: 0px;
}
figure.effect-oscar:hover figcaption {
      background: transparent;
  border-radius: 0px;
}
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;
  border-radius: 0px 0px 0px 0px;
}
figure.effect-oscar:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  border-radius: 0px 0px 0px 0px;
}
/*
#background66ab00d1bf641000135afae9 figure.effect-oscar:hover img {
    transform: scale(0.97);
}*/

/* oscar */

/* sadie gradient */
/*
#background674fd13584bae400136a4fc9 figure.effect-sadie {
   border-radius: 300px 300px 0px 0px;
}
#background674fd13584bae400136a4fc9 figure.effect-sadie figcaption::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 61%, rgba(0, 0, 0, 1) 100%);
}
#background674fd13584bae400136a4fc9 figure.effect-sadie figcaption {
    opacity: 1;
    background: transparent;
}

#background674fd13584bae400136a4fc9 figure.effect-sadie 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;
   border-radius: 300px 300px 0px 0px;
}
#background674fd13584bae400136a4fc9 figure.effect-sadie:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
   border-radius: 300px 300px 0px 0px;
}
#background674fd13584bae400136a4fc9 figure.effect-sadie h2 {
    top: 77%;
    color: #ffffff;
    opacity: 1;
    z-index: 100;
}
*/
/* sadie gradient */

/* sadie */
figure.effect-sadie figcaption::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 61%, rgba(0, 0, 0, 1) 100%);
}
figure.effect-sadie {
  border-radius: 0px;
}
figure.effect-sadie figcaption {
  opacity: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.76) 100%);
}
/*
figure.effect-sadie figcaption::before {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(138,191,82,0) 68%, rgba(83,161,0,0.92) 100%);
    opacity: 1;
}*/
figure.effect-sadie h2 {
  top: 80%;
  color: #ffffff;
  opacity: 1;
  font-size: 18px;
  font-weight: 400 !important;
  z-index: 100;
}
figure.effect-sadie:hover h2 {
  z-index: 100;
}
figure.effect-sadie h2,
figure.effect-sadie:hover h2 {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
  z-index: 100;
}
figure.effect-sadie 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-sadie:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

/* อัลบั้ม slide  */

.jssorb03 div {
  background-position: -5px -4px;
  background-color: #fff;
  color: #fff !important;
}
.jssorb03 .av,
.jssorb03 div,
.jssorb03 div:hover {
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  width: 10px !important;
  height: 10px !important;
  background-color: #7c674e;
  border: 1px solid #7c674e;
  border-radius: 100px;
  margin-left: -255%;
}
.jssora03l {
  display: none;
}
.jssora03r {
  display: none;
}
.jssora03r.jssora03rds {
  display: none;
}
.jssorb03 div span {
  display: none;
}
img.cursor.force-hight {
  height: 270px !important;
}

/*hvr-backward*/
.hvr-backward:hover,
.hvr-backward:focus,
.hvr-backward:active {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.hvr-backward {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
}
.hvr-backward1:hover,
.hvr-backward1:focus,
.hvr-backward1:active {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.hvr-backward1 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
}

/*  JazzByY */
.JazzByY-Position {
  display: block;
  overflow: hidden;
}
.JazzByY {
  transition: 0.35s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.JazzByY:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
  transition: 0.35s;
}

/*-------สไลด์-------*/
.rslides_tabs {
  list-style: none;
  padding: 0;
  font-size: 18px;
  list-style: gujarati;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  display: flex;
  overflow-x: auto;
  margin-top: 2%;
}
.ef {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: transform 0.25s;
}
.ef li:hover {
  opacity: 0.8;
  transition: 0.32s;
}


/*อัลบั้มในเนื้อหาระบบ jazz*/
.contenemanager-gallery .col-xs-12.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:hover {
  transform: scale(1.1);
  transition: 0.3s;
  position: relative !important;
  overflow: hidden !important;
}
.Contenemanager-gallery .thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.075);
  border-radius: 0px;
  transform: scale(1) !important;
}

#Contentmanager img.img-responsive {
  border-radius: 0px;
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
  transition: 0.5s;
}
#Contentmanager img.img-responsive:hover {
  transform: scale(1.1);
  transition: 0.3s;
  position: relative !important;
  overflow: hidden !important;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: transparent;
}
#Contentmanager .thumbnail {
  background-color: transparent;
  position: relative !important;
  overflow: hidden !important;
  border: 0px solid #ebd2c2;
  padding: 0px;
  border-radius: 20px;
}
#Contentmanager .thumbnail:hover {
  border-radius: 20px;
}
.img-thumbnail,
.thumbnail {
  box-shadow: 0 0px 0px rgb(0 0 0 / 8%);
}

/* contenemanager */

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


.managerHeader {
    font-size: 3em;
    color: #51329c;
    font-weight: 600;
    text-align: center;
    padding: 0% 0% 1%;
    text-transform: uppercase;
    font-family: "Montserrat", "Noto Sans Thai";
}
#Contentmanager .post-time {
  font-size: 14px;
  font-weight: 300;
  color: #1e2a27;
  display: none;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
  color: #231f20;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 18px;
    color: #231f20;
    padding: 7% 0% 7% 0%;
    font-weight: 400;
    line-height: normal;
    height: inherit;
    margin-bottom: 0%;
    text-align: center;
}
/*
.Contentmanager .site .col-section .item.-micro a:hover .caption .time {
  background-color: #7f141a;
   color: #fff;
}*/
.Contentmanager .site .col-section .item.-micro a:hover .caption .time .product-button {
      background-color: #0478fe;
    color: #fff;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
    font-size: 14px;
    display: block;
}
article.col-md-6.item.-micro {
    width: 23.6%;
}
.Contentmanager .site .col-section .item.-micro {
  padding: 0px 0px 0px 0px;
}
.Contentmanager .site .col-section .item.-micro a .image {
    width: 100%;
    margin-bottom: 0px;
    border-radius: 10px 10px 10px 10px;
}
.Contentmanager .site .col-section .item.-micro a .caption {
  width: 100%;
  background: transparent;
  padding: 0% 0% 0% 0%;
}
.Contentmanager .site .col-section .item.-micro:nth-child(odd) {
  border-right: none;
  border-bottom: none;
  margin: 0.7%;
  background: transparent;
  border: solid 0px #cdcdcd;
  border-radius: 10px;
  padding: 0%;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}
.Contentmanager .site .col-section .item.-micro:nth-child(even) {
  border-right: none;
  border-bottom: none;
  margin: 0.7%;
  background: transparent;
  border: solid 0px #cdcdcd;
  border-radius: 10px;
  padding: 0%;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}
.Contentmanager .site .col-section .item.-micro a .post {
  display: none;
}
.fbcomments,
.fbcomments {
  display: none;
}
.nav-template7 li a {
  color: #1c1c1c;
  display: inline-block;
  font-size: 18px !important;
}
.nav-template7 li:hover {
  background-color: #fff7ef;
  text-decoration: none;
}
#contenttype71 {
  font-size: 16px;
  text-align: left;
}
.nav-template7 .fa-plus:before {
  content: "\f101";
  color: #186c8c;
}
.col-md-12.text-justify {
  padding-right: 5px;
  padding-left: 5px;
}
.Textmanager.font-inherit {
  display: flow-root;
}
.page-header {
  border-bottom: 0px solid #eee;
}

#Contentmanager .img-thumbnail {
  border: 0px solid #ddd;
  background: transparent;
}
#Contentmanager .col-md-offset-2 {
  margin-left: 0%;
  padding-right: 0px;
  padding-left: 0px;
}

/* 
#Contentmanager .col-md-8 {
    width: 100%;
}*/

/* contenemanager */

/* contenemanager เรื่องที่น่าสนใจ */

.landingpagemanager {
  display: block;
}
.landingpagemanager #relateContentTitle {
  font-size: 22px !important;
  font-weight: 600;
  color: #000;
}
.landingpagemanager .fa-comments:before {
  display: none;
}
.landingpagemanager {
  padding: 0px;
  margin-left: -1%;
  margin-right: -1%;
  margin-top: 30px;
  border-radius: 0px;
  border: solid 0px #eee;
}
.landingpagemanager .nav-template {
  margin-top: 1%;
}
.landingpagemanager li.col-md-6.col-sm-6.col-xs-12.maxHeight-TP5:hover .product-button {
  background-color: #0478fe;
  color: #fff;
}
.landingpagemanager li.col-md-6.col-sm-6.col-xs-12.maxHeight-TP5 {
    width: 24%;
    background: transparent;
    border: 0px solid #e6c806 !important;
    margin: 5px;
    border-radius: 10px;
    display: inline-table;
    padding: 0%;
}
.landingpagemanager .col-md-4.col-sm-4.col-xs-4.padding {
  width: 100%;
  padding: 0% 0 !important;
}
.landingpagemanager .col-md-8.col-sm-8.col-xs-12 {
  width: 100%;
  text-align: center;
  padding: 0% 0% 5%;
}
.landingpagemanager .col-md-8.col-sm-8.col-xs-12 strong {
    font-size: 18px;
    height: inherit;
    display: block;
    margin-top: 0%;
    font-weight: 400;
    text-align: center;
    color: #000;
    margin-bottom: 0%;
    padding: 5% 0%;
}

/*
.landingpagemanager .btn-sm p {
    font-size: 14px ! IMPORTANT;
}
.landingpagemanager .btn-group-sm&amp;amp;amp;amp;amp;amp;gt;.btn, .landingpagemanager .btn-sm {
    font-size: 16px;
}
.landingpagemanager .col-md-8.col-sm-8.col-xs-12 p {
    background: #e6c806;
    color: #000;
    border: none;
    font-size: 0.9em;
    padding: 6px 20px;
    font-weight: 600;
    border-radius: 50px;
    display: block;
    margin: 5% auto 0;
    transition: 0.5s;
    width: max-content;
}
.landingpagemanager .col-md-8.col-sm-8.col-xs-12:hover p  {
    background: #708c37;
    color: #fff;
}
*/
.landingpagemanager .img-container {
    padding-bottom: 100%;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.landingpagemanager .img-container .img {
  transition: 0.35s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.landingpagemanager .img-container .img:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
  transition: 0.35s;
}
.landingpagemanager .article-t {
  font-size: 14px;
  text-align: left;
}
.landingpagemanager .article-b {
  font-size: 14px;
}
.landingpagemanager .btn-sm p {
  display: block;
}

/*
.PitCustomClass2 {
    width: 70%;
}
.PitCustomClass4 {
    width: 30%;
    height: -webkit-fill-available;
}
.PitCustomClass1 {
    display: flex;
    gap: 30px;
}
*/

/* contenemanager เรื่องที่น่าสนใจ */



/*---สไลด์---*/

#carousel67b407c48d2830001382bdfb .hidden,
#carousel67b55c4186b4710013e0ff19 .hidden {
  display: block !important;
  visibility: inherit !important;
  pointer-events: none;
}

.carousel-indicators li {
    border: 1px solid #fff;
    margin: 2px;
      width: 12px;
    height: 12px;
}
.carousel-indicators .active {
    background-color: #fff;
    border-color: #fff;
    /* width: 30px; */
    margin: 2px;
      width: 12px;
    height: 12px;
}
.carousel-indicators {
    bottom: 5px;
}

/*
#carousel65a49d9c5cd042001372bd20 .carousel-indicators {
    left: 10%;
}
 
*/
/* แนวตั้ง
#carousel62ea17c512014c00143fc050 .carousel-indicators {
    left: 8%;
    width: 0%;
    margin-left: 0;
}
*/

/*
#carousel61b2ee10dd70550013c5007f .carousel-indicators {
    bottom: 50px;
}
*/

.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
  display: none;
}

/*---สไลด์---*/



/* ul_icon */

.icon_aa {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  list-style: none;
  padding: 0% 0% 1% 3%;
  margin: 0 auto;
  margin-bottom: 1%;
}
.icon_aa li::before {
  content: "➤";
  padding-right: 1%;
  color: #7c674e;
}
.icon_b {
  font-size: 16px;
  line-height: normal;
}
.icon_b ::marker {
  color: #000000;
}
.icon_c {
  font-size: 18px;
  /* padding: 0% 5%; */
}







/* class หน้าต้นแบบ */



.head-block a:hover {
    color: #0478fe;
}
.head-block a {
    color: #fff;
    transition: 0.5s;
}
.head-block {
    display: flex;
    width: 100%;
}
.head-block-text {
    width: 75%;
    font-size: 16px;
    align-self: center;
}
.head-block-social {
    width: 25%;
    align-self: center;
}
.head-block1 {
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: flex-end;
}
.head-block-socials {
    display: flex;
    width: 100%;
    gap: 10px;
}
.head-block1-img {
    width: 10%;
    align-self: center;
}
.head-block1-text {
    align-self: center;
    font-size: 16px;
}
.head-icon {
    display: flex;
    width: 45%;
    margin: 0 auto;
    margin-right: 0;
    gap: 10px;
}
.head-icon-img:hover {
    transform: scale(1.05);
}
.head-icon-img {
    transition: 0.5s;
}


.footer-img {
    width: 10%;
    margin-bottom: 2%;
}
.footer-block {
    display: grid;
    grid-template-columns: 38% 21% 21% 15%;
    gap: 20px;
}
.footer-text1 {
    font-size: 18px;
    font-weight: 500;
}
.footer-text2 {
    white-space: break-spaces;
    font-size: 16px;
    margin-top: 1%;
}
.footer-text3 {
    font-size: 18px;
    margin-top: 5%;
    font-weight: 500;
}
.footer-text4 {
    white-space: break-spaces;
    font-size: 16px;
    margin-top: 1%;
}
.footer-text5 {
    font-size: 18px;
    font-weight: 500;
}
.footer-text6 {
    font-size: 18px;
    font-weight: 500;
}
.footer-block2 {
    display: flex;
    width: 100%;
    gap: 10px;
    margin-top: 4%;
}
.footer-block1 {
    display: flex;
    width: 100%;
    gap: 10px;
    margin-top: 4%;
}
.footer-block1-img {
    width: 9%;
    align-self: center;
}
.footer-block1-text {
    width: 90%;
    align-self: center;
    font-size: 16px;
}
.footer-block1-text a:hover {
    color: #0478fe;
}
.footer-block1-text a {
    color: #fff;
    transition: 0.5s;
}
.footer-block2-text a:hover {
    color: #0478fe;
}
.footer-block2-text a {
    color: #fff;
    transition: 0.5s;
}
.footer-block2-img {
    width: 9%;
    align-self: center;
}
.footer-block2-text {
    width: 90%;
    align-self: center;
    font-size: 16px;
}
.footer-block-img {
    width: 90%;
    margin: 0 auto;
    margin-right: 0;
}
.footer-text {
    color: #a1a1a1;
    border-top: solid 1px #ffffff;
    padding-bottom: 1%;
    margin-top: 3%;
    padding-top: 2%;
}
.footer-pd {
    padding: 5% 0% 0%;
}











/* class  */

.comingsoonn {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 3%;
  margin-top: 0%;
}





.empty-space {
  padding: 1.5%;
}
.empty-space1 {
    display: flex;
    width: 90%;
    margin: 0 auto;
    margin-right: 0;
    padding: 9% 0% 10% 0%;
}
.empty-space1-bg {
    background-color: #f3f3f3;
    padding: 10% 10% 10% 20%;
    margin-left: -10%;
}
.empty-space1-img:hover {
    transform: scale(1.05);
}
.empty-space1-img {
    width: 35%;
    align-self: center;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.empty-space1-text {
    width: 65%;
    align-self: center;
}
.empty-space1 h2 {
    font-family: "Montserrat", serif;
    white-space: break-spaces;
    color: #51329c;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
}
.empty-space1 h6 {
    font-weight: 600;
    color: #161616;
}
.empty-space1 h3 {
    color: #161616;
    white-space: break-spaces;
    margin-top: 2%;
}
.empty-space2 {
    display: flex;
    width: 100%;
}
.empty-space2-text {
    width: 40%;
    align-self: center;
}
.empty-space2-img:hover {
    transform: scale(1.05);
}
.empty-space2-img {
    margin-bottom: -15%;
    margin-top: -20%;
    transition: 0.5s;
}
.empty-space2 h2 {
    white-space: break-spaces;
    font-family: "Montserrat", serif;
    line-height: 1.1;
    font-weight: 600;
}
.empty-space2-image {
    width: 60%;
    align-self: center;
}
.empty-space3 {
    font-family: "Montserrat", serif;
    text-align: center;
    padding: 10% 0% 5%;);
}
.empty-space3-text {
    font-size: 8em;
    color: #f3f2f2;
    font-weight: 500;
}
.empty-space3 h2 {
    color: #51329c;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -10%;
}
.empty-space4 {
  padding:5%;
}
.empty-space5 {
    color: #fff;
    width: 50%;
    padding: 7% 5% 11%;
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_08002024o126/0/0/bg-bgz-z1161324358201.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    margin-top: -5%;
}
.empty-space5 h1 {
    white-space: break-spaces;
    font-size: 3em;
    line-height: 1.2;
    font-weight: 500;
    margin-top: 3%;
}
.empty-space5 h5 {
    color: #c5c5c5;
    font-weight: 500;
    font-family: "Montserrat", serif;
}
.empty-space5 h4 {
    font-size: 24px;
    white-space: break-spaces;
    margin-bottom: 5%;
}
.empty-space5-border {
    border-bottom: solid 1px #dadada;
    margin-top: 7%;
    margin-bottom: 7%;
}
.empty-space5-social {
    display: flex;
    width: 70%;
    gap: 10px;
    margin-top: 3%;
}
.empty-space5-block {
    display: flex;
    width: 100%;
    gap: 10px;
}
.empty-space5-img {
    width: 10%;
    align-self: center;
}
.empty-space5-text {
    align-self: center;
    font-size: 18px;
    font-weight: 600;
}
.empty-space6 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    padding: 2% 0%;
}
.empty-space6-block {
    display: flex;
    width: 100%;
    gap: 20px;
}
.empty-space6-img {
    width: 15%;
}
.empty-space6-text {
    width: 85%;
}
.empty-space6 h3 {
    color: #600e7b;
    font-weight: 500;
}
.empty-space6 p {
    white-space: break-spaces;
    font-size: 14px;
    margin-top: 1%;
}
.empty-space7-block:hover {
    transform: scale(1.05);
}
.empty-space7-block {
    transition: 0.5s;
}
.empty-space7-pd {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    margin-top: 4%;
}
.empty-space7 h1 {
    text-align: center;
    font-size: 4em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat", "Noto Sans Thai";
    background: linear-gradient(to bottom, #65257a 0, #4739ad 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.empty-space7-img {
    width: 35%;
    margin: 0 auto;
    /* margin-bottom: 7%; */
    background: linear-gradient(to bottom, #65257a 0, #4739ad 100%);
    color: #fff;
    padding: 7%;
    border-radius: 500px;
    position: relative;
}
.empty-space7 {
    padding: 3% 0% 7%;
}
.empty-space7-text {
    text-align: center;
    font-size: 18px;
    white-space: break-spaces;
    background-color: #ffffff;
    color: #000000;
    padding: 20% 5% 10%;
    margin-top: -15%;
    border-radius: 20px;
}
.empty-space7-img img {
    filter: invert(1);
}
.empty-space8 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
    text-align: left;
}
.empty-space8-img {
    align-self: center;
}
.empty-space8-img img {
    width: 100% !important;!i;!;
}
.empty-space8-text {
    align-self: center;
}
.empty-space8 h4 {
    font-weight: 600;
}
.empty-space9-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 2%;
    margin-bottom: 0%;
    font-family: "Montserrat", "Noto Sans Thai";
}
.empty-space9-block1:hover {
    transform: scale(1.05);
}
.empty-space9-block1 {
    display: flex;
    width: 100%;
    gap: 10px;
    background: #fafafa;
    padding: 3% 4%;
    border-radius: 100px;
    color: #333;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    transition: 0.5s;
}
.empty-space9-Bimg {
    width: 20%;
    align-self: center;
}
.empty-space9-Bimg img {
    width: 100% !important;
}
.empty-space9-Btext {
    width: 80%;
    align-self: center;
}
.empty-space9-Btext1 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.empty-space9-Btext2 {
    font-size: 16px;
}
.empty-space9-Btext2 a {
    color: #333;
}
.empty-space9-block2 {
    /* background: #00c754; */
}
.empty-space9-block1-pdf {
    margin-bottom: 5%;
    /* background: #c90000; */
}
.empty-space10 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding: 0% 0% 0%;
}
.empty-space10-img img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
.empty-space10-img img {
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.empty-space10-img {
    align-self: center;
    display: block;
    overflow: hidden;
}
.empty-space10-text {
    align-self: center;
}
.empty-space10 p {
    white-space: break-spaces;
}
.empty-space10-border {
    border-bottom: solid 1px #999999;
    padding-bottom: 5%;
    margin-bottom: 5%;
}
.empty-space10 h1 {
    font-family: "Montserrat", serif;
    white-space: break-spaces;
    color: #51329c;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    font-size: 3em;
    margin-bottom: 1%;
}
.empty-space10 h4 {
    font-weight: 600;
    color: #000;
    font-size: 26px;
}









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

h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 3.5em;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 30px;
}
p {
  font-size: 16px;
}







/* ส่วนเสริม */

.empty-topic-text {
    font-size: 8em;
    color: #f3f2f2;
    font-weight: 500;
    text-transform: uppercase;
}
.empty-topic h2 {
    color: #51329c;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -10%;
}
.empty-topic {
    font-family: "Montserrat", "Noto Sans Thai";
    text-align: center;
    padding: 0% 0% 4%;
}




.button-text1:hover {
    background-color: #0478fe;
}
.button-text1 {
    background-color: #51329c;
    color: #fff;
    width: fit-content;
    font-size: 16px;
    padding: 2% 5%;
    border-radius: 50px;
    margin-top: 3%;
    transition: 0.5s;
}
.button-text2:hover {
    background-color: #0478fe;
    color: #fff;
}
.button-text2 {
    background-color: #fff;
    width: fit-content;
    color: #000;
    font-size: 16px;
    padding: 2% 5%;
    margin-top: 3%;
    border-radius: 50px;
    transition: 0.5s;
}
.button-text3:hover {
    background-color: #0478fe;
    color: #fff;
}
.button-text3 {
    background-color: #fff;
    width: fit-content;
    color: #000;
    font-size: 16px;
    padding: 2% 5%;
    margin-top: 5%;
    border-radius: 50px;
    transition: 0.5s;
}




.album-pd {
    font-family: "Montserrat", serif;
    text-align: left;
    padding: 5%;
}
.album-text2 {
    font-size: 36px;
    font-weight: 600;
}
.album-text1 {
    font-size: 24px;
    font-weight: 400;
}





.product-button {
    background-color: #51329c;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    font-size: 16px;
    padding: 5% 10%;
    border-radius: 50px;
    margin-top: 3%;
    transition: 0.5s;
}


.no-js #background67b55c4186b4710013e0ff19 {
    display: none;
}



/* pdpa */
 
.pdpa-text h5 {
    font-weight: 600;
    margin-top: 2%;
}
.pdpa-text h4 {
    font-weight: 500;
}
.pdpa-text a:hover {
    color: #000;
}
.pdpa-text a {
    color: #7a7f95;
}
.pdpa-text ul.icon-a {
    font-size: 16px;
    font-weight: 400;
}
.pdpamg1 {
    padding: 2% 0%;
}
.pdpamg1 .icon-a {
    font-size: 16px;
}
.pdpamg1 p {
    white-space: break-spaces;
}

/* นโยบายความเป็นส่วนตัว */

.ITPcookiebar {
    width: 100%!important;
    background-color: rgb(0 0 0 / 50%)!important;
    color: #fff;
}
.ITPlinkToCookiepage:hover {
    color: #65257a!important;
}
.unknown_prf .btn-main {
    margin-bottom: 100%;
}
.buttonExampleSite:hover {
    background: #404040!important;
  border: 1px solid #404040!important;
    color: #fff!important;
}
.buttonExampleSite {
    border-radius: 0px!important;
    background-color: #65257a!important;
    font-size: 16px!important;
    border: 1px solid #65257a!important;
    color: #fff!important;
}









/* ติดต่อเรา */
.contact-pd {
    margin-top: 2%;
    color: #000;
}
.contact-pd h6 {
    font-weight: 600;
    font-size: 26px;
    color: #000;
}
.contact-pd h3 {
    white-space: break-spaces;
    margin-top: 0%;
    font-size: 18px;
    color: #404040;
}
.contact-pd h5 {
    color: #404040;
    font-size: 18px;
    font-weight: 600;
    margin-top: 2%;
    margin-bottom: 2%;
}
.contact-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 1%;
    margin-top: 3%;
}
.contact-bg:hover {
    /* background-color: #2e2c6e; */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color: #444;
}
.contact-bg {
    display: flex;
    gap: 10px;
    width: 100%;
    background-color: #fafafa;
    color: #444;
    border-radius: 100px;
    padding: 10px;
    transition: 0.5s;
}
.contact-block-img {
    width: 18%;
    align-self: center;
}
.contact-block-text {
    width: 80%;
    align-self: center;
}
.contact-pd h4 {
    font-size: 17px;
    font-weight: 600;
}
.contact-pd p {
    font-size: 16px;
}




/*from Contact */

.no-js #Component67b442a286b4710013e0ed7b label {
    display: none !important;
}
.no-js #Component67b442a286b4710013e0ed7b .col-md-6 {
    width: 100%;
    margin-left: auto;
    display: block;
    margin-right: auto;
    float: initial;
}
.no-js #Component67b442a286b4710013e0ed7b .form-control {
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    border-bottom: 1px dashed #ccc;
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    font-size: 16px !important;
    padding: 36.5px 30px;
    background: transparent;
    color: #404040;
}
.no-js #Component67b442a286b4710013e0ed7b .form-control:hover {
    border-color: #65257a;
}
.no-js #Component67b442a286b4710013e0ed7b ::placeholder {
    color: #404040 !important;
    font-weight: 300;
}
.no-js #Component67b442a286b4710013e0ed7b .form-control:focus {
    border-color: #65257a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgba(102, 175, 233, 0);
    color: #404040 !important;
}
.no-js #Component67b442a286b4710013e0ed7b .btn {
    background: #65257a;
    background-repeat: repeat-x;
    border-color: transparent;
    border-radius: 0px;
    padding: 14px 30px;
    font-size: 18px;
    border: 0px solid transparent;
    color: #fff;
}
.no-js #Component67b442a286b4710013e0ed7b .btn-default {
    text-shadow: 0 0 0 #65257a;
}
.no-js #Component67b442a286b4710013e0ed7b .btn-default:active {
    background-color: #65257a;
}
.no-js #Component67b442a286b4710013e0ed7b .btn-default:hover,
.no-js #Component67b442a286b4710013e0ed7b .btn-default:focus {
    background-position: 0 0px;
    background-color: #65257a;
}
.no-js #Component67b442a286b4710013e0ed7b span.label a {
    color: #fff;
}
.no-js #Component67b442a286b4710013e0ed7b button.btn.btn-default {
    opacity: 1;
}



.grid-logoairbest {
    display: grid;
    grid-template-columns: 60% auto;
    margin-top: 3%;
}
.logoairbest {
    align-self: center;
}
.empty-space5 {
    border-radius: 15px 15px 0px 0px;
}




@media screen and (min-width : 1900px) {
.head-block-text {
    width: 80%;
    font-size: 18px;
}
.head-block1-text {
    font-size: 18px;
} 
.head-block-social {
    width: 20%;
}
.navbar-default .navbar-nav > li > a {
    font-size: 24px;
}
.no-js .dropdown-menu > li > a {
    font-size: 20px;
}
.head-icon {
    width: 30%;
}   
.footer-img {
    width: 7%;
}
.footer-text1 {
    font-size: 20px;
}
.footer-text2 {
    font-size: 18px;
}  
.footer-text3 {
    font-size: 20px;
}
.footer-text4 {
    font-size: 18px;
} 
.footer-text5 {
    font-size: 20px;
}
.footer-text6 {
    font-size: 20px;
}
.footer-block1-text {
    font-size: 18px;
}
.footer-block2-text {
    font-size: 18px;
}  
.footer-block2-img {
    width: 7%;
}
.footer-block1-img {
    width: 7%;
}
.footer-block-img {
    width: 80%;
}
.button-text1 {
    font-size: 18px;
} 
.button-text2 {
    font-size: 18px;
}  
.empty-space3-text {
    font-size: 11em;
}
.empty-space3 h2 {
    margin-top: -9%;
}
.album-text2 {
    font-size: 40px;
} 
.album-text1 {
    font-size: 28px;
}
.empty-space5 h1 {
    font-size: 4em;
}
.empty-space5 h4 {
    font-size: 36px;
} 
.empty-space5-text {
    font-size: 24px;
} 
.empty-space5-img {
    width: 10%;
}  
.button-text3 {
    font-size: 18px;
} 
.empty-space6 p {
    font-size: 18px;
} 
.empty-topic-text {
    font-size: 11em;
} 
.empty-topic h2 {
    margin-top: -9.5%;
} 
.empty-space10 h1 {
    font-size: 4em;
} 
.empty-space10 h4 {
    font-size: 34px;
} 
.empty-space7 h1 {
    font-size: 5em;
}
.empty-space7-text {
    font-size: 22px;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 22px;
} 
.product-button {
    font-size: 18px;
}
.managerHeader {
    font-size: 4em;
}
.icon_b {
    font-size: 18px;
    line-height: normal;
}
.empty-space9-Btext1 {
    font-size: 24px;
}
.empty-space9-Btext2 {
    font-size: 18px;
} 
.landingpagemanager .col-md-8.col-sm-8.col-xs-12 strong {
    font-size: 22px;
} 
.contact-pd h6 {
    font-size: 32px;
}
.contact-pd h3 {
    font-size: 20px;
}
.contact-block-img {
    width: 13%;
}  
.contact-pd h4 {
    font-size: 20px;
} 
.contact-pd p {
    font-size: 18px;
}
.no-js #Component67b442a286b4710013e0ed7b .form-control {
    padding: 42px 30px;
}
.empty-space5 {
    margin-top: -6%;
} 
  
  
  
  
  
  

  
  
p {
    font-size: 18px;
}
h1 {
    font-size: 3em;
} 
h2 {
    font-size: 4em;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 32px;
} 
h6 {
    font-size: 34px;
}
  
  
  
  
}



@media screen and (max-width : 1191px) {
#imagesControl67b407c48d2830001382bdfb {
    padding: 0px !important;
}
.head-block-social {
    width: 35%;
} 
.empty-space3-text {
    font-size: 6em;
}
.empty-space3 h2 {
    margin-top: -9.5%;
} 
.album-text2 {
    font-size: 30px;
} 
.album-text1 {
    font-size: 20px;
}
.empty-space5 h5 {
    font-size: 16px;
} 
.empty-space5 h1 {
    font-size: 2em;
}
.empty-space5 h4 {
    font-size: 20px;
}
.empty-space5-social {
    width: 100%;
}
.empty-space5 {
    padding: 8% 5% 11%;
}
.empty-space6 p {
    font-size: 12px;
}  
.footer-text1 {
    font-size: 15px;
}
.footer-text5 {
    font-size: 15px;
} 
.footer-text6 {
    font-size: 15px;
}
.footer-text2 {
    font-size: 14px;
}
.footer-text3 {
    font-size: 15px;
}  
.footer-text4 {
    font-size: 14px;
}
.footer-block1-text {
    font-size: 13px;
}
.footer-block2-text {
    font-size: 13px;
} 
.empty-topic-text {
    font-size: 6em;
}
.empty-space10 h1 {
    font-size: 2em;
} 
.empty-space10 h4 {
    font-size: 18px;
}  
.empty-space7 h1 {
    font-size: 3em;
}
.empty-space9-Btext1 {
    font-size: 16px;
} 
.empty-space9-Btext2 {
    font-size: 14px;
}
.contact-pd h6 {
    font-size: 22px;
} 
.contact-pd h3 {
    font-size: 16px;
}
.contact-pd p {
    font-size: 12px;
}  
.contact-pd h4 {
    font-size: 15px;
}
.no-js #Component67b442a286b4710013e0ed7b .form-control {
    padding: 31.5px 30px;
} 
  
  
  
  
  
  
  
  
h1 {
    font-size: 2em;
}  
h2 {
    font-size: 3em;
}
h3 {
    font-size: 16px;
}
h6 {
    font-size: 26px;
} 
  
  
}  
  
@media screen and (max-width : 900px) {
.empty-space1 h6 {
    font-size: 20px;
} 
.empty-space1 h3 {
    white-space: inherit;
} 
.empty-space3-text {
    font-size: 4.5em;
} 
.album-text2 {
    font-size: 24px;
}   
.album-text1 {
    font-size: 16px;
}
.empty-space5 h5 {
	font-size: 13px;
} 
.empty-space5 h1 {
    font-size: 24px;
} 
.empty-space5 h4 {
    font-size: 16px;
} 
.empty-space5-text {
    font-size: 16px;
}
.empty-space6 p {
    font-size: 12px;
	white-space: inherit;
}    
.empty-space6 h3 {
    font-size: 13px;
}
.footer-img {
    display: none;
}
.footer-block {
    display: none;
}
.footer-text {
    color: #a1a1a1;
    border-top: solid 0px #ffffff;
    padding-bottom: 0%;
    margin-top: 0%;
    padding-top: 0%;
    text-align: center;
}
.footer-pd {
    padding: 0% 0% 0%;
} 
.empty-topic-text {
    font-size: 4.5em;
}
.empty-space10 h1 {
    font-size: 24px;
}  
.empty-space10 h4 {
    font-size: 16px;
}   
.empty-space7-text {
    font-size: 14px;
}  
.empty-space7 h1 {
    font-size: 2em;
} 
.product-button {
    font-size: 14px;
} 
.empty-space8-img {
    align-self: start;
}  
.empty-space9-block {
    grid-template-columns: repeat(1, 1fr);
    width: 70%;
    gap: 10px;
} 
.managerHeader {
    font-size: 2em;
}
.contact-pd h6 {
    font-size: 17px;
}  
.contact-pd p {
    font-size: 10px;
}   
.contact-pd h4 {
    font-size: 14px;
}
.no-js #Component67b442a286b4710013e0ed7b .form-control {
    padding: 28px 30px;
} 

  
  
h2 {
    font-size: 2.3em;
}
}

@media screen and (max-width : 480px) {
.no-js #background67b55c4186b4710013e0ff19 {
    display: block;
} 
#background67b407c48d2830001382bdfb {
    display: none;
}
#imagesControl67b55c4186b4710013e0ff19 {
    padding: 0px !important;
} 
.empty-space1-bg {
    background-color: transparent;
    padding: 0%;
    margin-left: 0%;
}  
.empty-space1 {
    display: grid;
    width: 100%;
    margin: 0 auto;
    margin-right: 0;
    padding: 5% 5% 35%;
    gap: 50px;
}
.empty-space1-img {
    width: 100%;
}  
.empty-space1-text {
    width: 100%;
}  
.empty-space1 h6 {
    font-size: 18px;
} 
.button-text1 {
    padding: 3% 9%;
    margin-top: 6%;
}
.empty-space2 {
    display: grid;
    gap: 20px;
   margin-bottom: 10%;
}  
.empty-space2-text {
    width: 100%;
}
.empty-space2-image {
    width: 100%;
    grid-column-start: 1;
    grid-row-start: 1;
} 
.empty-space2-img {
    width: 115%;
    margin-left: -8%;
    margin-bottom: 0%;
    margin-top: -42%;
    transition: 0.5s;
}
.empty-space2 h2 {
    white-space: inherit;
} 
.button-text2 {
    font-size: 16px;
    padding: 3% 9%;
    margin-top: 5%;
} 
.empty-space3-text {
    font-size: 3.5em;
} 
.empty-space3 h2 {
    margin-top: -14.5%;
}  
#imagesControl67b4273321421f00139b83fe {
    padding: 0px !important;
}  
.album-text2 {
    font-size: 20px;
}    
.album-text1 {
    font-size: 12px;
}
.itopplus-bg3 {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_08002024o126/0/0/bg-mbz-z241872339831.webp);
} 
.empty-space4 {
    padding: 25%;
}
.empty-space5 {
    color: #fff;
    width: 100%;
    padding: 9% 7% 18%;
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_08002024o126/0/0/bg-bgz-z1161324358201.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    margin-top: -40%;
    margin-bottom: 60%;
}
.button-text3 {
    font-size: 16px;
    padding: 3% 9%;
    margin-top: 5%;
}
.empty-space5 h1 {
    font-size: 30px;
} 
.empty-space5 h5 {
	font-size: 16px;
} 
.empty-space6 {
    grid-template-columns: repeat(1, 1fr);
} 
.empty-space6 h3 {
    font-size: 16px;
      font-weight: 600;
}
.empty-space6 p {
    font-size: 15px;
}    
.empty-topic-text {
    font-size: 3em;
}
.empty-topic h2 {
    margin-top: -13%;
} 
.empty-space10 {
    grid-template-columns: repeat(1, 1fr);
} 
.empty-space7-pd {
    grid-template-columns: repeat(1, 1fr);
}  
.empty-space7-text {
	font-size: 18px;
	background-color: #ededed;
}
article.col-md-6.item.-micro {
    width: 48.6%;
}
.empty-space8 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
#imagesControl67b446bbc6f5be0013eb2d2e {
    padding: 0px !important;
}  
#imagesControl67b43cfaf399d90013b09384 {
    padding: 0px !important;
} 
.contact-block {
    grid-template-columns: repeat(1, 1fr);
} 
.contact-pd h6 {
    font-size: 20px;
}  
.contact-pd h4 {
    font-size: 16px;
}
.contact-pd p {
    font-size: 16px;
}   
body {
    overflow-x: hidden;
}  
.empty-space10 h1 {
    font-size: 28px;
}   
.empty-space10 h4 {
    font-size: 18px;
}    
  
  
  
  
h2 {
    font-size: 2em;
} 
  
}


@media screen and (max-width :  375px) {
.empty-space5 h1 {
    font-size: 26px;
} 
.empty-space5 h5 {
	font-size: 14px;
} 
.empty-space1 h6 {
    font-size: 16px;
} 
.empty-space3 h2 {
    margin-top: -15%;
}  
.empty-space3-text {
    font-size: 3em;
}   
.empty-space6 p {
	font-size: 14px;
}
.empty-space10 h1 {
    font-size: 24px;
}   
.empty-space10 h4 {
    font-size: 16px;
}     
.empty-space7-text {
	font-size: 16px;
	background-color: #ededed;
}
.empty-topic-text {
    font-size: 2.9em;
}
.empty-topic h2 {
    margin-top: -15%;
} 
.grid-logoairbest {
    grid-template-columns: 65% auto;
}
.empty-space5 {
    background-size: cover;
}
  
h2 {
    font-size: 1.9em;
}  
}










