.itopplus-background {

}
body {
  overflow-x: hidden;
  color: #444;
  /* font-family: "Prompt", sans-serif; */
      font-family: "LINE Seed Sans TH";
}
.itopplus-pos2 {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_260120259ugl/0/0/bg-newz-z380956481106.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
}

.backToTop {

    bottom: 60px!important;
    right: 30px;
  
}
.backToTop img{
    width: 70%;
}

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

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

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

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

.itopplus-footer {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_260120259ugl/0/0/fz-z873946129422.webp");
}

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

.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: #f28109;
  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: #444;
    font-size: 16px;
    padding: 5px 20px;
    text-transform: uppercase;
}
.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #fff !important;
  background: #f28109;
  border-radius: 0px;
}







@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;
    text-transform: uppercase;
  }
}

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

  .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;
        inset: 0;
        object-fit: contain;
        padding: 15px;
        width: clamp(160px, 13vw, 185px);
        margin: auto;
            transition: 0.3s;
    }
  
  
 .itopplus-sticky #controlBanner {
        width: 130px;

    }

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

  .itp-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
    height: 100%;
  }

  .itopplus-search {
    text-align: right;
    color: #444;
    width: 50%;
  }
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;
}
/*
#background67b7feb180f7ef001316bf35 .thumbnail {
  border: solid 0px #eeeeee;
  background: transparent;
  transition: 0.5s;
  color: #000;
  padding: 0% !important;
  box-shadow: rgb(0 0 0 / 0%) 0px 3px 8px;
  border-radius: 0px;
}
#background67b7feb180f7ef001316bf35 .thumbnail:hover {
  border: solid 0px #f25c29;
  background: transparent;
  box-shadow: rgb(0 0 0 / 0%) 0px 3px 8px;
  color: #d92738;
}
*/





.CASS-A-main .thumbnail {
    border: solid 0px #eeeeee;
    background: #fafafa;
    transition: 0.5s;
    color: #000000;
    padding: 0% !important;
    border-radius: 0px 0px 20px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.CASS-A-main .thumbnail:hover {
  border: solid 0px #f25c29;
  background: #fafafa;
  color: #000000;
  border-radius: 0px 0px 20px 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
 
.CASS-A-top {
    border-top: solid 0px #d4d4d4;
}
.CASS-A-middle-left {
    border-left: solid 0px #d4d4d4;
}
.CASS-A-middle-right {
    border-right: solid 0px #d4d4d4;
}
.CASS-A-bottom {
    border-bottom: solid 0px #d4d4d4;
}
.CASS-A-main {
    box-shadow: none;
}
.CASS-A-middle-mid {
    padding: 0px;
}







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

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(13, 161, 75, 0) 0%, rgba(13, 161, 75, 0) 45%, rgba(13, 161, 75, 1) 100%);
   border-bottom: solid 2px #0da14b;
}
figure.effect-sadie {
  border-radius: 0px;
}
figure.effect-sadie figcaption {
    opacity: 1;
    border-bottom: solid 2px #0da14b;
}
/*
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: 83%;
  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: 0px 0;
  text-align: center;
  width: 100%;
  display: flex;
  overflow-x: clip;
  margin-top: 1%;
      gap: 8px;
}
.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;
    padding: 3% 0% 3%;
    line-height: 1.2;
    color: #083e87;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
#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: 24px;
    color: #000000;
    padding: 7% 0% 7% 0%;
    font-weight: 600;
    line-height: 1.2;
    height: 90px;
    margin-bottom: 0%;
    text-align: left;
}
/*
.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 .trainings-button {
    background-color: #c86700;
    color: #fff;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
    font-size: 14px;
    display: block;
}
article.col-md-6.item.-micro {
    width:29.9%;
}
.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: 0px;
}
.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: 1.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: 1.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: none;
}
.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: #05392a;
    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: 0px;
}
.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 เรื่องที่น่าสนใจ */



/*---สไลด์---*/
#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;
}

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



 .glyphicon {
    font-family: "LINE Seed Sans TH"!important;


}

#require18, #require19, #require20, #require21, #require22, #require23, #require24, #require25, #require26  {
    font-size: 20px!important;
    top: 0;
   color: red;
      font-weight: 200!important;
}




/* 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 {
    display: flex;
    width: 100%;
    gap: 5px;
}
.head-block-img:hover img {
   filter: brightness(0) saturate(100%) invert(50%) sepia(96%) saturate(962%) hue-rotate(356deg) brightness(96%) contrast(98%);
}
.head-block-img:hover {
    transform: scale(1.05);
}
.head-block-img {
    transition: 0.5s;
}


.footer-text1 {
    font-size: 16px;
    white-space: break-spaces;
}
.footer-text2 {
    font-size: 18px;
    border-bottom: solid 1px;
    width: fit-content;
    margin-bottom: 7%;
}

.footer-text3 a:hover {
    color: #ff9c00;
}
.footer-text3 a {
    color: #fff;
    transition: 0.5s;
}
.footer-text3 {
    font-size: 16px;
    white-space: break-spaces;
    line-height: 1.6;
}
.footer-text4 {
    font-size: 16px;
    font-weight: 500;
}
.footer-text5 {
    font-size: 16px;
    white-space: break-spaces;
}
.footer-text6 {
    font-size: 18px;
    border-bottom: solid 1px;
    width: fit-content;
    margin-bottom: 7%;
}
.footer-text7 {
    font-size: 16px;
    margin-top: 5%;
}
.footer-text {
    text-align: center;
    padding: 1% 0%;
    font-size: 16px;
    display: none;
}



.footer-block {
    display: grid;
    grid-template-columns: 30% 17% 22% 26%;
    gap: 20px;
}
.footer-block04-img {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 5px;
}
.footer-block04-image:hover {
    transform: scale(1.05);
}
.footer-block04-image {
    transition: 0.5s;
}
.footer-block04-image:hover img , .empty-space26-block1image img:hover {
    filter: brightness(0) saturate(100%) invert(78%) sepia(42%) saturate(6102%) hue-rotate(359deg) brightness(101%) contrast(106%);
}
.footer-logo {
    width: 45%;
    margin-bottom: 8%;
}

.footer-pd {
    padding: 4% 0%;
}


.footer-mg1 {
    margin-top: 10%;
    margin-bottom: 5%;
}
.footer-mg2 {
    margin-bottom: 5%;
}







/* class  */

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



.empty-spaces {
  padding: 1.5%;
}
.empty-space {
  padding: 2.5%;
}
.empty-space1 {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 50px;
    padding: 5% 0%;
}
.empty-space1-image:hover {
    transform: scale(1.05);
}
.empty-space1-image {
    align-self: center;
    width: 22%;
    transition: 0.5s;
}
.empty-space1-text {
    align-self: center;
    /* width: 78%; */
}
.empty-space1 h2 {
    text-transform: uppercase;
    color: #083e87;
     /* font-family: "Prompt", sans-serif; */
    font-weight: 600;
    margin-bottom: 1%;
}
.empty-space1 span {
    font-weight: 600;
}
.empty-space1 p {
    white-space: break-spaces;
}
.empty-space2 {
    text-align: center;
    color: #fff;
    padding: 7% 0% 3% 0%;
}
.empty-space2 h2 {
    /* font-family: "Prompt", sans-serif; */
    font-weight: 600;
    text-transform: uppercase;
}
.empty-space2-border {
    border-bottom: solid 5px #f28109;
    width: 7%;
    margin: 0 auto;
    margin-top: 1%;
}
.empty-space3 {
    text-align: center;
    padding: 7% 0% 0%;
}
.empty-space3 h2 {
    color: #083e87;
    font-weight: 600;
}
.empty-space3-border {
    border-bottom: solid 5px #f28109;
    width: 7%;
    margin: 0 auto;
    margin-top: 1%;
}
.empty-space3 p {
    white-space: break-spaces;
    margin-top: 2%;
}
.empty-space3-block {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 4%;
}
.empty-space3-img {
    width: 2%;
    align-self: center;
}
.empty-space3-text {
    align-self: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.empty-space4 {
    color: #fff;
    text-align: center;
    padding: 8% 0%;
}
.empty-space4-block {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-top: 4%;
}
.empty-space4-text {
    align-self: center;
}
.empty-space4 h1 {
    font-weight: 500;
    text-transform: uppercase;
}
.empty-space4 h2 {
    font-weight: 600;
}
.empty-space5 {
    text-align: center;
    padding: 7% 0% 3%;
}
.empty-space5 h1 {
    color: #002558;
    text-transform: uppercase;
    font-weight: 600;
}
.empty-space5-border {
    border-bottom: solid 5px #f28109;
    width: 7%;
    margin: 0 auto;
    margin-top: 2%;
}
.empty-space6 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 50px;
}
.empty-space6-block {
    align-self: center;
}
.empty-space6-image {
    width: 65%;
    margin: 0 auto;
    margin-bottom: 5%;
}
.empty-space6-text {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.empty-space6-pd:hover {
    transform: scale(1.05);
    color: #f28107;
}
.empty-space6-pd {
    margin-top: 15%;
    margin-bottom: 15%;
    transition: 0.5s;
    color: #000;
}
.empty-space7 h2 {
    color: #083e87;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 3.5em;
}
.empty-space7 h5 {
    white-space: break-spaces;
}
.empty-space7 {
    margin-top: 35%;
}
.empty-space8 {
    text-align: center;
    padding: 4% 0% 2% 0%;
}
.empty-space8 h2 {
    color: #083e87;
    font-weight: 600;
    text-transform: uppercase;
}
.empty-space8-border {
    border-bottom: solid 5px #f28109;
    width: 7%;
    margin: 0 auto;
    margin-top: 1%;
}
.empty-space9 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
}
.empty-space9-img {
    width: 100%;
    margin-bottom: 8%;
}
.empty-space9-text {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
.empty-space9-block:hover {
    transform: scale(1.05);
    color: #f28107;
}
.empty-space9-block {
    transition: 0.5s;
    color: #000;
}
.empty-space10 span {
    color: #203262;
    font-weight: 600;
}
.empty-space10 {
    display: flex;
    gap: 30px;
    padding: 2% 0% 0% 0%;
}
.empty-space10-block {
    width: 50%;
    align-self: center;
}
.empty-space10-blockimg {
    display: flex;
    width: 100%;
    gap: 10px;
}
.empty-space10-text1 {
    width: 5%;
    left: calc(0% - 0rem);
    position: relative;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    align-self: flex-end;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}
.empty-space10-img {
    width: 90%;
}
.empty-space10 h1 {
    margin-bottom: 0%;
    line-height: initial;
    font-size: 2.5em;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
}
.empty-space10 h5 {
    font-weight: 400;
    font-size: 20px;
}
.empty-space10 p {
    white-space: break-spaces;
    margin-bottom: 0%;
    text-align: left;
    line-height: initial;
}
.empty-space10-border {
    border-bottom: solid 1px #ccc;
    width: 100%;
    margin-top: 3%;
    margin-bottom: 4%;
}
.empty-space10 h4 {
    font-weight: 600;
    color: #073e87;
    font-size: 2.5em;
    margin-top: 2%;
}
.empty-space10-text {
    font-weight: 600;
    font-size: 18px;
    color: #000;
}
.empty-space10-block-text01 {
    font-size: 20px;
}
.empty-space10-block-detail {width: 83%;align-self: center;}
.empty-space10-block-block {
    display: flex;
    width: 100%;
    gap: 10px;
    margin-top: 2%;
    background-color: #fafafa;
    padding: 2%;
}
.empty-space10-block-image {
    width: 17%;
    align-self: center;
    background-color: #073e87;
    padding: 2%;
}
.empty-space10-block-detail1 {
    font-size: 20px;
    font-weight: 600;
}
.empty-space10-block-detail2 {
    font-size: 16px;
}
.empty-space10-block-image img {
    filter: invert(1);
}
.empty-space11 {
    display: flex;
    width: 100%;
    gap: 50px;
    padding: 2% 0% 7% 0%;
}
.empty-space11-img {
    width: 40%;
}
.empty-space11-detail {
    width: 60%;
}
.empty-space11-text {
    text-align: center;
    margin-top: 10%;
}
.empty-space11-text h5 {
    font-weight: 600;
    color: #000;
}
.empty-space11-detail h4 {
    font-weight: 600;
    color: #000;
}
.empty-space11-button {
    background-color: #e57f12;
    border-radius: 10px;
    width: fit-content;
    padding: 3% 7%;
    margin-top: 7%;
    font-size: 18px;
    color: #ffffff;
    transition: 0.5s;
}
.empty-space12-block {
    text-align: left;
}
.empty-space12-image {
    margin-bottom: 2%;
}
.empty-space12-image img {
    width: 100% !important;!i;!;
}
.empty-space12-block h5 {
    font-weight: 600;
}
.empty-space12-block h3 {
    color: #083e87;
    font-weight: 600;
    margin-top: 1.5%;
}
.empty-space12-block p {
    white-space: break-spaces;
}
.empty-space13 {
    text-align: left;
}
.empty-space13 h5 {
    font-weight: 600;
}
.empty-space13 h4 {
    color: #083e87;
    font-weight: 600;
    margin-top: 2%;
}
.empty-space13 h3 {
    font-weight: 600;
}
.empty-space13 p {
    white-space: break-spaces;
}
.empty-space13-block {
    font-size: 16px;
    display: flex;
    width: 100%;
    gap: 20px;
    margin-bottom: 0.5%;
}
.empty-space13-text1 {
    width: 12%;
}
.empty-space13-text2 {
    width: 87%;
    white-space: break-spaces;
}
.empty-space13-text0 {
    width: 1.5%;
}
.empty-space13-grid {
    margin-top: 1%;
    margin-bottom: 1%;
}
.empty-space13-detail {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 1%;
}
.empty-space13-text2 span {
    font-weight: 600;
}
.empty-space13-button {
    background-color: #e57f12;
    border-radius: 10px;
    width: fit-content;
    padding: 1.5% 3%;
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 18px;
    color: #ffffff;
    transition: 0.5s;
}
.empty-space13-image {
    margin-bottom: 2%;
}
.empty-space13-image img {
    width: 100% !important;
}

.empty-space14 p {
    text-align: center;
}
.empty-space15 h5 {
    color: #002558;
    font-weight: 600;
    margin-bottom: 4%;
}
.empty-space15 {
    padding: 20% 10%;
}
.rslides_tabs li {
    margin-right: 0px;
}
.itp-image-gallery-slider {
    height: 73px!important;
}
.bullet-icon {
    display: grid;
    grid-template-columns: 20px auto;
    gap: 15px;
    margin-bottom: 10px;
    padding: 0 5%;
}
.empty-space16 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
    margin-bottom: 8%;
}
.empty-space16-text {
    align-self: center;
}
.empty-space16 h5 {
    font-weight: 600;
}
.empty-space16 h3 {
    color: #073e87;
    margin-bottom: 1%;
}
.empty-space16 p {
    white-space: break-spaces;
}
.empty-space16 h4 {
    font-weight: 600;
}
.empty-space16-image {
    width: 60%;
    margin-top: 3%;
}
.empty-space17 {
    padding: 8% 12%;
}
.empty-space17-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    width: 50%;
    margin-top: 2%;
}
.empty-space17-block a {
    color: #fff;
}
.empty-space17-block {
    background-color: #e57f12;
    border: solid 1px #e57f12;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 7% 0%;
border-radius: 10px;
}
.empty-space17 h1 {
    font-weight: 600;
    text-transform: capitalize;
}
.empty-space17-block1 {
    background-color: transparent;
    border: solid 1px #ffffff;
}
.empty-space18 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    border-radius: 50px;
    border: solid 1px #e57f12;
    padding: 1%;
}
.empty-space18-grid {
    transition: 0.5s;
    text-align: center;
    font-size: 18px;
    padding: 8% 0%;
    border-radius: 50px;
}
a.empty-space18-grid {
    color: #444;
}
.empty-space18-grid:hover {
  background-color: #e57f12;
  color: #fff;
}
.empty-space18-grid:hover a {
  color: #fff;
}

.empty-space19-block {
    display: grid;
    grid-template-columns: 60% 40%;
    margin-top: 2%;
    /* background-color: #fafafa; */
    /* padding: 1%; */
    /* border: solid 1px #ccc; */
}

.empty-space19 {
    padding: 0% 0% 8% 0%;
}
.empty-space19-block1 {
    display: grid;
    grid-template-columns: 17% 5% 78%;
    font-size: 16px;
    margin-top: 1%;
    margin-bottom: 1%;
}
.empty-space19 h4 {
    font-weight: 600;
}
.empty-space19-text {
    align-self: center;
}
.empty-space19-block2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-top: 4%;
}

.empty-space19-block3 {
    display: flex;
    width: 100%;
    gap: 20px;
    background-color: #fafafa;
    border-radius: 100px;
    margin-bottom: 5%;
}
.empty-space19-block3-img {
    width: 20%;
    background-color: #e57f12;
    padding:  5%;
    border-radius: 100px;
}
.empty-space19-block3-img img {
    filter: invert(1);
}
.empty-space19-block3-text {
    font-size: 26px;
    align-self: center;
    font-weight: 600;
}
.empty-space19-block2-1 {display: grid;gap: 20px;}
.empty-space19-block2 p {

}
.empty-space19-block2-3 {
    display: flex;
    width: 100%;
    gap: 10px;
    margin-bottom: 2%;
    padding: 0% 5%;
}

.empty-space19-block2-3-img img {
    filter: invert(1);
}
.empty-space19-block2-3-img {
    width: 12%;
    background-color: #083e87;
    border-radius: 100px;
    padding: 3%;
}
.empty-space19-block2-3-text {
    font-size: 18px;
    align-self: center;
}
.empty-space20 {
    text-align: center;
    padding: 7% 0% 3%;
}
.empty-space20 h2 {
    color: #083e87;
    font-weight: 600;
    text-transform: capitalize;
}
.empty-space20-border {
    border-bottom: solid 5px #f28109;
    width: 7%;
    margin: 0 auto;
    margin-top: 1%;
}

.empty-space21 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 6%;
    padding: 0% 1%;
}
.empty-space21-block {
    border: solid 2px #f28107;
    padding: 6% 6%;
    border-radius: 10px;
}
.empty-space21 ul.icon_b {
    padding: 0% 5%;
    font-weight: 600;
    font-size: 18px;
}
.empty-space21 ul.icon_c {
    font-size: 16px;
    font-weight: 400;
    padding: 0% 5%;
}
.empty-space21-blocks {
    grid-template-columns: repeat(2, 1fr);
}
.empty-space21-blocks p {
    padding: 0% 0% 0% 3%;
}
.empty-space22 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 50px;
    margin-bottom: 9%;
}
.empty-space22-img {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 5%;
}
.empty-space22-block {
    text-align: center;
}
.empty-space22 h4 {
    font-weight: 600;
}
.empty-space22 h3 {
    white-space: break-spaces;
}
.empty-space22 h3 {
    white-space: break-spaces;
}
.empty-space23 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
    width: 70%;
    margin: 0 auto;
      margin-bottom: 8%;
    margin-top: 2%;
}
.empty-space23-block1 {
    display: flex;
    width: 100%;
    gap: 20px;
    margin-bottom: 1%;
}
.empty-space23-img {
    width: 10%;
    align-self: center;
}
.empty-space23-text {
    align-self: center;
    font-size: 16px;
}
.empty-space23-button {
    background-color: #e57f12;
    border: solid 1px #e57f12;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 5% 0%;
    margin-bottom: 4%;
    margin-top: 4%;
    border-radius: 10px;
    transition: 0.5s;
}
.empty-space23-block01 {
    align-self: center;
}
.empty-space23-block2 {
    align-self: center;
}
.empty-space23-button1 {
    background-color: transparent;
    color: #000;
}
.empty-space24 {
    display: grid;
    grid-template-columns: 61% 37%;
    gap: 20px;
    margin-bottom: 8%;
}
.empty-space24 p {
    white-space: break-spaces;
}
.empty-space24 h4 {
    font-weight: 600;
}
.empty-space24-text {
    margin-top: 2%;
}
.empty-space24 h5 {
    font-weight: 600;
}
.empty-space24-block1 {
    align-self: center;
}
.empty-space24-block2 {
    align-self: center;
    border: solid 1px #ccc;
    padding: 4%;
}
.empty-space25 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}
.empty-space25-block {
    background-color: #fff;
    border-radius: 0px 0px 20px 20px;
}
.empty-space26-block {
    display: flex;
    width: 100%;
    gap: 20px;
    background-color: #ffffff;
    padding: 5% 3%;
    border-radius: 10px;
    margin-bottom: 3%;
}
.empty-space26-img {
    width: 13%;
    align-self: flex-start;
}
.empty-space26-text {
    width: 88%;
    align-self: center;
}
.empty-space26-text1 {
    font-size: 28px;
    font-weight: 600;
}
.empty-space26-text2 {
    font-size: 15px;
    white-space: break-spaces;
}
.empty-space26-block1image {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 10px;
    margin-top: 5%;
    width: 85%;
        margin: 4% 7.5%;
}
.empty-space26-block1text {
    font-size: 36px;
    font-weight: 600;
}
.empty-space26-block1 {
    background-color: #093f87;
    color: #fff;
    padding: 3%;
    border-radius: 10px;
}
.empty-space26 h4 {
    font-weight: 600;
    margin-bottom: 5%;
    font-size: 24px;
}
.empty-space26-text2 a:hover {
    color: #073e87;
}
.empty-space26-text2 a {
    color: #000;
    transition: 0.5s;
}
.empty-space31 {
    width: 50%;
    margin: 0 auto 9%;
}
.empty-space31 .bullet-icon {
    padding: 0;
}
.empty-space31 .icon_b {
    padding: 0 0 0 10%;
}
.empty-space31 strong {
    font-weight: 600;
}
.empty-space31-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin: 20px 0 0;
}
.empty-space32 {
    padding: 8% 10%;
}
.empty-space32 h1 {
    font-weight: 600;
}
.empty-space31-grid .empty-space17-block1 {
    padding: 10px;
    text-align: left;
    background-color: rgba(8, 62, 135, .8);
    border: none;
    display: grid;
    grid-template-columns: auto 50px;
    font-size: 16px;
    gap: 10px;
    transition: 0.5s;
}
.empty-space31-grid .empty-space17-block1:hover {
    background-color: rgba(229, 127, 18, .8);
}











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

h1 {
  font-size: 3em;
}
h2 {
  font-size: 4.5em;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 26px;
}
h6 {
  font-size: 28px;
}
p {
  font-size: 16px;
}







/* ส่วนเสริม */
.icon-img1 {
    width: 20%;
    padding: 2% 2% 1%;
}


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

.map-mb {
    display: none;
}


.button-text1 {
    background-color: #f28109;
    color: #fff;
    font-size: 16px;
    width: fit-content;
    padding: 3% 5%;
    margin-top: 5%;
    border-radius: 10px;
    transition: 0.5s;
}



/* search */
#background67c5232ef3f3120013648342 .ui.input input {
    background: #f7f7f7;
    border: 1px solid #e2e2e2;
    color: #a6a6a6;
}
#background67c5232ef3f3120013648342 .ui.input input:active, .ui.input.down input {
    border: 1px solid #e2e2e2;
    background: #f7f7f7;
    color: #a6a6a6;
}
#background67c5232ef3f3120013648342 .ui.input input:focus, .ui.input.focus input {
    border: 1px solid #e2e2e2;
    background: #f7f7f7;
    color: #a6a6a6;
}
#background67c5232ef3f3120013648342 i.circular.icon {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .1) inset;
}
#background67c5232ef3f3120013648342 .ui.icon.input>i.circular.icon {
    background: transparent !important;
}






#background67c5225bd4b5fa0013f622f0 .itopplus-search-image-flex-item {
    width: 195px !important;
    box-shadow: rgb(0 0 0 / 19%) 0px 0 0, rgb(0 0 0 / 23%) 0px 0 0 !important;
    border: solid 0px #ccc;
    border-radius: 0px;
   min-height: 260px!important;
}
#background67c5225bd4b5fa0013f622f0 .col-centered .ui.input,
#background67c5225bd4b5fa0013f622f0 .ui.icon.input input {
    width: -webkit-fill-available;
    right: 0%;
      font-family: "LINE Seed Sans TH";
}
#background67c5225bd4b5fa0013f622f0 .panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: 0px solid transparent;
    background-color: transparent;
    border-radius: 0px;
}
p.search_titleText {
    color: #000;
}
p.search_text {
    color: #000;
}




/* ลูกศร Public Training 2025 */

#background67c54b667f1bf500135a3cfc .owl-carousel .owl-nav button.owl-prev {
    color: #ffffff;
}
#background67c54b667f1bf500135a3cfc .owl-carousel .owl-nav button.owl-next {
    color: #ffffff;
}






/* Public Training 2025 */

#background67c54b667f1bf500135a3cfc .text-center {
    background-color: #fff;
    text-align: left;
    padding: 0px !important;
    border-radius: 0px 0px 20px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#background67c54b667f1bf500135a3cfc .Contentmanager .caption {
    height: inherit;
    overflow: hidden;
    font-size: 24px;
    padding: 5% 5% 0%;
    color: #000000;
    font-weight: 600;
}
#background67c54b667f1bf500135a3cfc .brifDescription_slide {
    padding: 0% 5% 5% 5%;
}
#background67c54b667f1bf500135a3cfc {
    margin-bottom: 3%;
}





.training-pd a {
    color: #444;
}
.CASS-A-main .training-pd {
    padding: 6% 8% 8% 8%;
}
.training-topic {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
}
.training-detail {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    height: 55px;
    white-space: break-spaces;
}
.training-block1 {
    display: flex;
    width: 100%;
    gap: 8px;
    margin-top: 2%;
    color: #444;
}
.training-block1-img {
    width: 7%;
    align-self: center;
}
.training-block1-img img {
    filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(0%) hue-rotate(224deg) brightness(89%) contrast(88%);
}
.training-block1-text {
    width: 93%;
    align-self: center;
    font-size: 16px;
}
.training-text1 {
    margin-top: 5%;
    font-size: 16px;
    color: #444444;
    text-decoration: line-through;
}
.training-text2 {
    font-size: 16px;
    color: #444444;
}
.training-text2 span {
    font-size: 26px;
    color: #ff9c00;
    font-weight: 600;
    line-height: 1;
}
.training-button {
    border-radius: 10px;
    border: solid 1px #f28109;
    width: fit-content;
    padding: 4% 9%;
    margin-top: 7%;
    font-size: 16px;
    color: #444;
    transition: 0.5s;
}
.training-button:hover {
    background-color: #f28109;
    color: #fff;
}




/* เนื้อหาระบบข้างใน Public Training */

#background67c589efe2aecd0013aa73d2 .Contentmanager .site .col-section .item.-micro a .caption .title {
    padding: 5% 0% 0% 0%;
    height: inherit;
    margin-bottom: 0%;
}
#background67c589efe2aecd0013aa73d2 .Contentmanager .site .col-section .item.-micro a .caption {
    padding: 2% 5% 5% 5%;
    border-radius: 0px 0px 20px 20px;
}
#background67c589efe2aecd0013aa73d2 .Contentmanager .site .col-section .item.-micro:nth-child(odd) {
    background: #fafafa;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#background67c589efe2aecd0013aa73d2 .Contentmanager .site .col-section .item.-micro:nth-child(even) {
    background: #fafafa;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#background67c589efe2aecd0013aa73d2 .Contentmanager .site .col-section .item.-micro a:hover .caption .time .training-button {
      background-color: #f28109;
    color: #fff;
}




/* slide Public Training 2025 Home */
#background67c54b667f1bf500135a3cfc .main-contentmanager-67c54b667f1bf500135a3cfc .owl-theme .custom-nav {
    position: absolute;
    top: 35%;
    left: -10px;
    right: -10px;
}
#background67c54b667f1bf500135a3cfc .main-contentmanager-67c54b667f1bf500135a3cfc .owl-nav button {
    background: transparent !important;
   margin: 0px -50px 0px -50px !important;
}
 




/* IN-HOUSE TRAINING */

.trainings-text {
    font-size: 16px;
    height: 40px;
    color: #4d4d4d;
}
.trainings-button {
    background-color: #e57f12;
    border-radius: 10px;
    width: fit-content;
    padding: 4% 9%;
    margin-top: 7%;
    font-size: 16px;
    color: #ffffff;
    transition: 0.5s;
}
#background67c559c726404e0013a3d6f7 article.col-md-6.item.-micro:nth-child(1) h3.title,
#background67c58a070d39bb001366b3e5 article.col-md-6.item.-micro:nth-child(1) h3.title {
    height: 55px !important;
}
#background67c559c726404e0013a3d6f7 article.col-md-6.item.-micro:nth-child(2) h3.title,
#background67c58a070d39bb001366b3e5 article.col-md-6.item.-micro:nth-child(2) h3.title {
    height: 55px !important;
}
#background67c559c726404e0013a3d6f7 article.col-md-6.item.-micro:nth-child(3) h3.title,
#background67c58a070d39bb001366b3e5 article.col-md-6.item.-micro:nth-child(3) h3.title {
    height: 55px !important;
}








/* review */

.review-text1 {
    font-family: "Oswald", sans-serif;
    font-size: 10em;
    font-weight: 600;
    line-height: 0;
    color: #005cb1;
    margin-top: -2%;
}
.review-grid {
    display: flex;
    width: 100%;
    gap: 10px;
    background-color: #fff;
    border-radius: 0px 0px 15px 15px;
    padding: 5% 5%;
    height: 200px;
}
.review-image {
    width: 35%;
}
.review-detail {
    width: 65%;
    align-self: center;
}
.review-detail span {
    color: transparent;
}
.review-block {
    border: solid 4px #d3d4d7;
    border-radius: 20px;
    margin-top: 3%;
}
.review-block a {
    color: #444;
}
.review-bg {
    background-color: #eff1f4;
    border-radius: 15px 15px 0px 0px;
    padding: 10% 7%;
}
.review-text2 {
    font-size: 16px;
    margin-top: 4%;
    color: #444;
}
.review-detail1 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}
.review-detail2 {
    font-size: 16px;
    color: #000000;
}
.review-detail3 {
    white-space: break-spaces;
    font-size: 14px;
    color: #444444;
    margin-top: 3%;
    height: 40px;
}


/* เนื้อหาระบบข้างใน IN-HOUSE TRAINING */

#background67c58a070d39bb001366b3e5 .Contentmanager .site .col-section .item.-micro a:hover .caption .time .trainings-button {
      background-color: #c86700;
    color: #fff;
}





/* modquee */
.modquee-contanier {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
    height: 130px;
    width: 100%;
    gap: 20px;
    margin-bottom: 0%;
    margin-top: 0%;
}
.modquee-box {
   display: flex;
   width: fit-content;
   animation: scroll 80s linear infinite;
   justify-content: space-around;
   gap: 30px;
}
.modquee-box img {
   height: 100px;
   width: 100px;
   border-radius: 0px;
   border: 1px solid #ccc;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}
/* modquee */





/* ฟอร์ม Style Home */

 .from-text {
    font-size: 2.5em;
    text-align: center;
    font-weight: 600;
    color: #000;
}

#formdisplay67c56a7c7f1bf500135a43bb .form-control {
    border: none;
    border-bottom: 1px solid #d7dbdf;
    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%);
    background-color: transparent;
    padding: 0px 0px;
    color: #231f20 !important;
    height: 60px;
    font-size: 16px;
}
#formdisplay67c56a7c7f1bf500135a43bb .form-control:focus {
   border-bottom: 1px solid #ff9c00;
}


#formdisplay67c56a7c7f1bf500135a43bb .btn-default:hover, 
#formdisplay67c56a7c7f1bf500135a43bb .btn-default:focus {
    background-position: 0 0px;
    border: 1px solid #f28107;
    background: #f28107;
    color: #ffffff;
}
#formdisplay67c56a7c7f1bf500135a43bb .btn-default {
    background-repeat: repeat-x;
    border-color: #083e87;
    padding: 14px 40px;
    font-size: 18px;
    border: 1px solid #083e87;
    color: #ffffff;
    text-shadow: none;
    border-radius: 0px;
    background: #083e87;
    transition: 0.5s;
    text-transform: capitalize;
    box-shadow: none;
    opacity: 1;
    border-radius: 10px;
}
#formdisplay67c56a7c7f1bf500135a43bb {
    width: 100%;
    margin: 0 auto;
    padding: 5%;
    background-color: #fff !important;
    margin-top: 10%;
    margin-bottom: 10%;
    border-radius: 20px;
}
#formdisplay67c56a7c7f1bf500135a43bb ::placeholder {
    color: #231f20;
}
#formdisplay67c56a7c7f1bf500135a43bb br.k-br {
    display: none;
}

 
#formdisplay67c56a7c7f1bf500135a43bb #selectbox2 {
    margin-bottom: -2%;
}

#btnview67c56a7c7f1bf500135a43bb {
    margin-left: 30%;
}
#cookie67c56a7c7f1bf500135a43bb {
    font-size: 16px;
    padding: 0% 5%;
    text-align: left !important;
}


span.glyphicon.glyphicon-ok-circle {
    display: none;
}
/* ฟอร์ม Style Home */









/* ฟอร์ม IN-HOUSE TRAINING*/


.from-texts {
    text-align: center;
    font-size: 30px;
    color: #073e87;
    font-weight: 600;
    margin-bottom: 3%;
}

#formdisplay67c7f0800c921800138764b4 .form-control {
    border: none;
    border: 1px solid #ccc;
    border-radius: 5px !important;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    background-color: transparent;
    padding: 5px 8px;
    color: #000 !important;
    height: 45px;
    font-size: 14px;
}
#formdisplay67c7f0800c921800138764b4 .form-control:focus {
   border: 1px solid #083e87;
}


#formdisplay67c7f0800c921800138764b4 .btn-default:hover, 
#formdisplay67c7f0800c921800138764b4 .btn-default:focus {
    background-position: 0 0px;
    border: 1px solid #f28109;
    background: #f28109;
   color: #fff;
}
#formdisplay67c7f0800c921800138764b4 .btn-default {
    background-repeat: repeat-x;
    border-color: #083e87;
    padding: 15px 40px;
    font-size: 18px;
    border: 1px solid #083e87;
    color: #ffffff;
    text-shadow: none;
    border-radius: 10px;
    background: #083e87;
    transition: 0.5s;
    text-transform: capitalize;
}
#formdisplay67c7f0800c921800138764b4 {
    width: 67%;
    margin: 0 auto;
    padding: 5%;
    background-color: #fff !important;
    margin-bottom: 3%;
    margin-top: 3%;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
}
#formdisplay67c7f0800c921800138764b4 ::placeholder {
    color: #787878;
} 
#formdisplay67c7f0800c921800138764b4 br.k-br {
    display: none;
}

#cookie67c7f0800c921800138764b4 {
    font-size: 16px;
}

#btnview67c7f0800c921800138764b4 {
    margin-left: 35%;
}

/*ปุ่มเลือกไฟล์*/
#upload67c7f0800c921800138764b40 .btn-success {
    color: #2e2f33;
    background-image: linear-gradient(to bottom, #f0f0f0 0, #e1e2e5 100%);
    background-color: transparent;
    border-color: #ffffff00;
    box-shadow: none;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    margin-top: -3px;
    font-size: 12px ! IMPORTANT;
}
#upload67c7f0800c921800138764b40 .btn-success:hover {
    background-position: 0px;
    background: #083e87;
    color: #ffffff;
}
#upload67c7f0800c921800138764b40 .progress {
    width: 275%;
}
/*ปุ่มเลือกไฟล์*/



/* ฟอร์ม IN-HOUSE TRAINING*/







/* ฟอร์ม PUBLIC TRAINING */

.from-public2 {
    background: #083e87;
    color: #fff;
    padding: 15px;
    font-weight: 600;
    font-size: 20px;
}
.from-public1 h4 {
    font-weight: 600;
}
.from-public1 p {
    white-space: break-spaces;
}
.from-public1 {
    padding: 2%;
    border: solid 1px #f28107;
}
.from-border {
    border-bottom: solid 1px #0a3e87;
    margin-top: 5%;
    margin-bottom: 5%;
}
.from-public-mg {
    margin-top: 5%;
}
.from-public-name span {
    font-weight: 600;
    color: #e57f12;
}


.CASS-A-main .form-control {
    border: none;
    border: 1px solid #ccc;
    border-radius: 5px !important;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    background-color: transparent;
    padding: 5px 8px;
    color: #000 !important;
    height: 45px;
    font-size: 14px;
}
.CASS-A-main .form-control:focus {
   border: 1px solid #083e87;
}


.CASS-A-main .btn-default:hover, 
.CASS-A-main .btn-default:focus {
    background-position: 0 0px;
    border: 1px solid #f28109;
    background: #f28109;
   color: #fff;
}
.CASS-A-main .btn-default {
    background-repeat: repeat-x;
    border-color: #083e87;
    padding: 15px 40px;
    font-size: 18px;
    border: 1px solid #083e87;
    color: #ffffff;
    text-shadow: none;
    border-radius: 10px;
    background: #083e87;
    transition: 0.5s;
    text-transform: capitalize;
}
.CASS-A-main ::placeholder {
    color: #787878;
} 
.CASS-A-main br.k-br {
    display: none;
}


#formdisplay67c7f0800c921800138764b4 {
    width: 67%;
    margin: 0 auto;
    padding: 5%;
    background-color: #fff !important;
    margin-bottom: 3%;
    margin-top: 3%;
}
#btnview67c7f0800c921800138764b4 {
    margin-left: 35%;
}

/*ปุ่มเลือกไฟล์*/
.CASS-A-main .btn-success {
    color: #2e2f33;
    background-image: linear-gradient(to bottom, #f0f0f0 0, #e1e2e5 100%);
    background-color: transparent;
    border-color: #ffffff00;
    box-shadow: none;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    margin-top: -3px;
    font-size: 12px ! IMPORTANT;
}
.CASS-A-main .btn-success:hover {
    background-position: 0px;
    background: #083e87;
    color: #ffffff;
}
.CASS-A-main .progress {
    width: 500%;
}
/*ปุ่มเลือกไฟล์*/



/* ฟอร์ม PUBLIC TRAINING */








/* ฟอร์ม ติดต่อเรา */

.from-textss {
    text-align: center;
    font-size: 30px;
    color: #073e87;
    font-weight: 600;
    margin-bottom: 3%;
    display: none;
}

#formdisplay67ea3c5eca1ba300132a663d .form-control {
    border: none;
    border: 1px solid #ccc;
    border-radius: 5px !important;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    background-color: transparent;
    padding: 5px 8px;
    color: #000 !important;
    height: 45px;
    font-size: 14px;
}
#formdisplay67ea3c5eca1ba300132a663d .form-control:focus {
   border: 1px solid #083e87;
}

#formdisplay67ea3c5eca1ba300132a663d .btn-default:hover, 
#formdisplay67ea3c5eca1ba300132a663d .btn-default:focus {
    background-position: 0 0px;
    border: 1px solid #f28109;
    background: #f28109;
   color: #fff;
}
#formdisplay67ea3c5eca1ba300132a663d .btn-default {
    background-repeat: repeat-x;
    border-color: #083e87;
    padding: 15px 40px;
    font-size: 18px;
    border: 1px solid #083e87;
    color: #ffffff;
    text-shadow: none;
    border-radius: 10px;
    background: #083e87;
    transition: 0.5s;
    text-transform: capitalize;
}
#formdisplay67ea3c5eca1ba300132a663d {
    width: 100%;
    margin: 0 auto;
    padding: 2%;
    background-color: #fff !important;
    margin-bottom: 3%;
    margin-top: 0%;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    border-radius: 10px;
}
#formdisplay67ea3c5eca1ba300132a663d ::placeholder {
    color: #787878;
} 
#formdisplay67ea3c5eca1ba300132a663d br.k-br {
    display: none;
}

#btnview67ea3c5eca1ba300132a663d {
    margin-left: 35%;
}


/* ฟอร์ม ติดต่อเรา */






/* tableA */

#tableA {
  width: 100%;
}
#tableA th {
    background-color: #083e87;
    padding: 20px;
    color: #ffffff;
    font-size: 16px;
    border: 5px solid #fff;
    text-align: center;
    font-weight: 400;
}
#tableA td {
    border: 5px solid #fff;
    padding: 20px;
    font-size: 16px;
    text-align: center;
}
#tableA tr:nth-child(even){ background-color: #fafafa;}
#tableA tr:nth-child(odd){ background-color: #fafafa;}
#tableA tr:hover {background-color:#e57f12; color: #fff;}
 


/* tableB */

#tableB {
  width: 100%;
}
#tableB th {
    background-color: #083e87;
    padding: 15px 5px;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #fff;
    text-align: center;
    font-weight: 400;
}
#tableB td {
    border: 1px solid #fff;
    padding: 20px 5px;
    font-size: 16px;
    text-align: center;
    width: 16.666%;
}
#tableB tr:nth-child(even){ background-color: #fafafa;}
#tableB tr:nth-child(odd){ background-color: #fafafa;}

 





/* count value */

.count-value {
    display: flex;
    gap: 10px;
	justify-content: center;
}
.count-value.plus::after {
	content: "+";
}
.count-value.year::after {
	content: "year";
}








/* pdpa */

.pdpa-text h5 {
  font-weight: 600;
  margin-top: 2%;
}
.pdpa-text h4 {
  font-weight: 500;
}
.pdpa-text a:hover {
  color: #f28109;
}
.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: #f28109 !important;
}
.unknown_prf .btn-main {
  margin-bottom: 100%;
}
.buttonExampleSite:hover {
  background: #444 !important;
  border: 1px solid #444 !important;
  color: #fff !important;
}
.buttonExampleSite {
  border-radius: 0px !important;
  background-color: #f28109 !important;
  font-size: 16px !important;
  border: 1px solid #f28109 !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: #083e87;
    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: #083e87;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color: #ffffff;
}
.contact-bg {
    display: flex;
    gap: 5px;
    width: 100%;
    background-color: #fafafa;
    color: #444;
    border-radius: 100px;
    padding: 10px;
    transition: 0.5s;
}
.contact-block-img {
    width: 15%;
    align-self: center;
}
.contact-block-img img {
    border: solid 1px #fff;
    border-radius: 100px;
}
.contact-block-text {
    width: 85%;
    align-self: center;
}
.contact-pd h4 {
    font-size: 16px;
    font-weight: 600;
}
.contact-pd p {
    font-size: 14px;
}
iframe.map-maps {
    margin-bottom: -1%;
}

/*from Contact */

.no-js #Component67c670320c92180013874420 label {
    display: none !important;
}
.no-js #Component67c670320c92180013874420 .col-md-6 {
    width: 100%;
    margin-left: auto;
    display: block;
    margin-right: auto;
    float: initial;
}
.no-js #Component67c670320c92180013874420 .form-control {
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    border-bottom: 0px dashed #ccc;
    border: 1px solid #fafafa;
    border-radius: 10px !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: 32px 30px;
    background: #fafafa;
    color: #404040;
}
.no-js #Component67c670320c92180013874420 .form-control:hover {
    border-color: #f28107;
}
.no-js #Component67c670320c92180013874420 ::placeholder {
    color: #404040 !important;
    font-weight: 300;
}
.no-js #Component67c670320c92180013874420 .form-control:focus {
    border-color: #f28107;
    -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 #Component67c670320c92180013874420 .btn {
    background: #f28107;
    background-repeat: repeat-x;
    border-color: transparent;
    border-radius: 10px;
    padding: 14px 30px;
    font-size: 18px;
    border: 0px solid transparent;
    color: #fff;
}
.no-js #Component67c670320c92180013874420 .btn-default {
    text-shadow: 0 0 0 #f28107;
}
.no-js #Component67c670320c92180013874420 .btn-default:active {
    background-color: #f28107;
}
.no-js #Component67c670320c92180013874420 .btn-default:hover,
.no-js #Component67c670320c92180013874420 .btn-default:focus {
    background-position: 0 0px;
    background-color: #f28107;
}
.no-js #Component67c670320c92180013874420 span.label a {
    color: #fff;
}
.no-js #Component67c670320c92180013874420 button.btn.btn-default {
    opacity: 1;
}









@media screen and (min-width : 1900px) {
#background67c52311f3f312001364833d {
    width: 70%;
    margin: 0 auto;
    margin-right: 0;
}
.navbar-default .navbar-nav > li > a {
    font-size: 18px;
} 
#background67c54b667f1bf500135a3cfc .Contentmanager .caption {
    font-size: 32px;
}  
.training-detail {
    font-size: 23px;
    height: 65px;
}
.training-block1-text {
    font-size: 20px;
}
.training-text1 {
    font-size: 20px;
}
.training-text1 {
    font-size: 20px;
}
.training-text2 span {
    font-size: 32px;
}
.training-button {
    font-size: 18px;
} 
.empty-space3-text {
    font-size: 20px;
} 
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 32px;
    height: 115px;
} 
.trainings-text {
    font-size: 18px;
    height: 40px;
}
#background67c559c726404e0013a3d6f7 article.col-md-6.item.-micro:nth-child(1) h3.title,
#background67c58a070d39bb001366b3e5 article.col-md-6.item.-micro:nth-child(1) h3.title {
    height: 80px !important;
}
#background67c559c726404e0013a3d6f7 article.col-md-6.item.-micro:nth-child(2) h3.title,
#background67c58a070d39bb001366b3e5 article.col-md-6.item.-micro:nth-child(2) h3.title {
    height: 80px !important;
}
#background67c559c726404e0013a3d6f7 article.col-md-6.item.-micro:nth-child(3) h3.title,
#background67c58a070d39bb001366b3e5 article.col-md-6.item.-micro:nth-child(3) h3.title {
    height: 80px !important;
}
.trainings-button {
    font-size: 18px;
}  
.empty-space6-text {
    font-size: 22px;
}
.review-text2 {
    font-size: 19px;
} 
.review-detail1 {
    font-size: 24px;
}  
.review-detail2 {
    font-size: 18px;
}
.review-detail3 {
    font-size: 18px;
}
.from-text {
    font-size: 3.5em;
}
.empty-space7 h2 {
    font-size: 4.5em;
}
.footer-logo {
    width: 35%;
    margin-bottom: 5%;
}
.footer-text1 {
    font-size: 18px;
}
.footer-text2 {
    font-size: 20px;
}
.footer-text3 {
    font-size: 18px;
}
.footer-text4 {
    font-size: 18px;
}
.footer-text5 {
    font-size: 18px;
}
.footer-text6 {
    font-size: 20px;
} 
.Contentmanager .site .col-section .item.-micro a .caption {
    padding: 0% 3% 0% 0%;
}
.empty-space9-text {
    font-size: 22px;
} 
.managerHeader {
    font-size: 4em;
}
.empty-space13-block {
    font-size: 20px;
}
.empty-space13-block {
    font-size: 20px;
}
.icon_b {
    font-size: 20px;
} 
#tableA td {
    font-size: 20px;
} 
#tableA th {
    font-size: 20px;
}
.empty-space11-button {
    font-size: 20px;
} 
.empty-space10-text {
    font-size: 22px;
} 
.empty-space10-block-detail1 {
    font-size: 26px;
} 
.empty-space10-block-detail2 {
    font-size: 20px;
} 
.empty-space10-block-block {
    gap: 30px;
}
.empty-space10-block-text01 {
    font-size: 24px;
}
.empty-space10 h4 {
    font-size: 3.5em;
}
.empty-space10 h1 {
    font-size: 3.5em;
}
.empty-space10 h5 {
    font-size: 28px;
}
.contact-pd h6 {
    font-size: 32px;
}
.contact-pd h3 {
    font-size: 22px;
}  
.contact-pd h5 {
    font-size: 24px;
}
.contact-pd h4 {
    font-size: 20px;
}
.contact-pd p {
    font-size: 20px;
}
.no-js #Component67c670320c92180013874420 .form-control {
    padding: 44px 30px;
}  

#btnview67c56a7c7f1bf500135a43bb {
    margin-left: 35%;
}  
.empty-space1 p {
    font-size: 22px;
}
.empty-space1 {
    gap: 80px;
} 
#upload67c7f0800c921800138764b40 .progress {
    width: 400%;
} 
 .from-texts {
    font-size: 36px;
}
#background67c5225bd4b5fa0013f622f0 .itopplus-search-image-flex-item {
    width: 250px !important;
}
.empty-space13-detail {
    font-size: 20px;
}
.empty-space13 h4 {
    margin-top: 2%;
}  
.empty-space26 h4 {
    font-size: 30px;
} 
.empty-space26-text1 {
    font-size: 36px;
}
.empty-space26-text2 {
    font-size: 20px;
}
.empty-space26-block1image {
    width: 75%;
        margin: 4% 11.5%;
} 
#formdisplay67ea3c5eca1ba300132a663d {
    padding: 5%;
} 
.empty-space17-block {
    font-size: 24px;
}
.empty-space18-grid {
    font-size: 22px;
} 
.empty-space19-block1 {
    font-size: 20px;
}
.empty-space19-block3-text {
    font-size: 30px;
}
.empty-space19-block2-3-text {
    font-size: 22px;
}
.empty-space21 ul.icon_b {
    font-size: 20px;
} 
.empty-space21 ul.icon_c {
    font-size: 20px;
}
.empty-space23-text {
    font-size: 20px;
}  
 .empty-space23-button {
    font-size: 26px;
}
#tableB th {
    font-size: 20px;
} 
#tableB td {
    font-size: 20px;
}
#tableB td {
    padding: 30px 5px;
} 
#tableB th {
    padding: 22px 5px;
} 
 .empty-space31-grid .empty-space17-block1 {
    font-size: 20px;
} 
  .empty-space32 {
    padding: 8% 14%;
}
.itp-image-gallery-slider {
    height: 107px !important;
} 
.CASS-A-main .progress {
    width: 720%;
} 
.CASS-A-main .form-control {
    font-size: 16px;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
p {
    font-size: 20px;
} 
h1 {
    font-size: 4em;
} 
h2 {
    font-size: 5.5em;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 26px;
}
h5 {
    font-size: 30px;
}
h6 {
    font-size: 34px;
}
}

@media screen and (max-width : 1191px) {
#background67c52311f3f312001364833d {
    width: 130%;
    margin-left: -10%;
}
.head-block {
    margin-top: 5%;
} 
#imagesControl67c5220ff3f312001364832c {
    padding: 0px !important;
}  
.empty-space1 p {
    white-space: inherit;
}
#background67c54b667f1bf500135a3cfc .Contentmanager .caption {
    font-size: 18px;
} 
.training-detail {
    font-size: 15px;
}
.training-block1-text {
    font-size: 14px;
}
.training-text1 {
    font-size: 14px;
}  
.training-text2 {
    font-size: 14px;
} 
.itopplus-bg {
    background-size: cover;
}  
.review-detail1 {
    font-size: 15px;
}
.review-detail2 {
    font-size: 13px;
}
.review-detail3 {
    font-size: 10px;
}
.review-text2 {
    font-size: 14px;
}
#btnview67c56a7c7f1bf500135a43bb {
    margin-left: 26%;
}
.footer-text1 {
    font-size: 13px;
}
.footer-text2 {
    font-size: 15px;
}  
.footer-text6 {
    font-size: 15px;
} 
.footer-text3 {
    font-size: 13px;
}
.footer-text4 {
    font-size: 13px;
}
.footer-text5 {
    font-size: 13px;
} 
.footer-text5 {
    font-size: 13px;
} 
.empty-space13-text1 {
    width: 15%;
} 
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 22px;
} 
.contact-pd h4 {
    font-size: 14px;
    line-height: 1;
} 
.contact-pd p {
    font-size: 11px;
}  
  
  
  
  
  
  
  
h2 {
    font-size: 3.5em;
} 
  
  
}  
  
@media screen and (max-width : 900px) {
#background67c54b667f1bf500135a3cfc .Contentmanager .caption {
    font-size: 16px;
} 
.training-detail {
    font-size: 14px;
  height: inherit;
}  
.training-block1-text {
    font-size: 13px;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 18px;
} 
.trainings-text {
    font-size: 14px;
}
.trainings-button {
    font-size: 14px;
}
.training-button {
    font-size: 14px;
}
.itopplus-bg2 {
    background-size: cover;
} 
.itopplus-bg3 {
    background-size: cover;
} 
.empty-space4-block {
    gap: 10px;
}  
.empty-space4 h4 {
    font-size: 16px;
} 
.empty-space4-text {
    align-self: start;
}
.empty-space6-text {
    font-size: 16px;
} 
.empty-space7 h5 {
    white-space: inherit;
}  
.empty-space7 h2 {
    font-size: 2em;
} 
.from-text {
    font-size: 2em;
}
#display3 {
    margin-right: -8%;
}  
#btnview67c56a7c7f1bf500135a43bb {
    margin-left: 5%;
}  
.footer-block {
    display: none;
}  
.footer-text {
    padding: 1% 0%;
      display: block;
}
.footer-pd {
    padding: 0% 0%;
} 
.empty-space13-text1 {
    width: 20%;
}  

.managerHeader {
    font-size: 2em;
} 
.empty-space9-text {
    font-size: 16px;
} 
.empty-space10 h1 {
    font-size: 2em;
}  
.contact-pd h6 {
    font-size: 20px;
}  
.contact-pd h3 {
    font-size: 16px;
}
.contact-block {
    grid-template-columns: repeat(1, 1fr);
}
.contact-pd h4 {
    font-size: 20px;
} 
.contact-pd p {
    font-size: 16px;
}   
.empty-space10 {
    display: grid;
} 
.empty-space10-block {
    width: 100%;
}
.empty-space10-block-image {
    width: 15%;
} 
.empty-space10-block01 {
    grid-column-start: 1;
    grid-row-start: 1;
}
.empty-space32 {
    padding: 8% 2%;
}

.empty-space15 {
    padding: 0% 0%;
}
.space15-mb {
    display: none;
} 

  
  
h1 {
    font-size: 2em;
} 
h2 {
    font-size: 2.5em;
} 
 
h4 {
    font-size: 18px;
}  
h5 {
    font-size: 22px;
}
}




@media screen and (max-width : 480px) {
#background67c54b667f1bf500135a3cfc .Contentmanager .caption {
    font-size: 22px;
} 
.empty-space1 {
    display: grid;
    width: 100%;
    gap: 20px;
    padding: 5% 0%;
} 
.empty-space1-image {
    width: 60%;
    margin: 0 auto;
} 
.empty-space1-text {
    width: 100%;
      text-align: center;
}
.training-detail {
    font-size: 18px;
}    
.training-block1-text {
    font-size: 16px;
}
.training-text1 {
    font-size: 16px;
}  
.training-text2 {
    font-size: 16px;
} 
    #background67c54b667f1bf500135a3cfc .main-contentmanager-67c54b667f1bf500135a3cfc .owl-theme .custom-nav {
        left: 0;
        right: 0;
        width: 80%;
        margin: auto;
    }
  
 .empty-space3-img {
        width: 7%;
}
article.col-md-6.item.-micro {
    width: 46.6%;
} 
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 16px;
}  
#background67c559c726404e0013a3d6f7 article.col-md-6.item.-micro:nth-child(1) h3.title,
#background67c58a070d39bb001366b3e5 article.col-md-6.item.-micro:nth-child(1) h3.title {
    height: 70px !important;
}
#background67c559c726404e0013a3d6f7 article.col-md-6.item.-micro:nth-child(2) h3.title,
#background67c58a070d39bb001366b3e5 article.col-md-6.item.-micro:nth-child(2) h3.title {
    height: 70px !important;
}
#background67c559c726404e0013a3d6f7 article.col-md-6.item.-micro:nth-child(3) h3.title,
#background67c58a070d39bb001366b3e5 article.col-md-6.item.-micro:nth-child(3) h3.title {
    height: 70px !important;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    height: 70px;
} 
.trainings-text {
    font-size: 14px;
    height: 60px;
}
.empty-space4-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.map-mb {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
}
.map-com {
    display: none;
}
.empty-space6-image {
    width: 85%;
} 
.empty-space4-text {
    width: 48%;
}
.empty-space7 {
    margin-top: 5%;
}
.empty-space7 h5 {
    white-space: inherit;
    font-size: 18px;
}  
#background67c589efe2aecd0013aa73d2 article.col-md-6.item.-micro {
    width: 100%;
} 
#background67c589efe2aecd0013aa73d2 .Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 24px;
}   

.empty-space13-block {
    display: grid;
    gap: 0px;
  margin-bottom: 2.5%;
}
.empty-space13-text0 {
    display: none;
} 
.empty-space13-text1 {
    font-weight: 600;
    width: 100%;
}
.empty-space13 h4 {
    margin-top: 5%;
}
.empty-space13-text2 {
    width: 100%;
    white-space: break-spaces;
}
.empty-space13-button {
    padding: 3.5% 5%;
    font-size: 16px;
} 
/*.table-responsive {
	white-space: nowrap;
}*/
.table-responsive {
	border: 0px solid #ddd;
} 
.managerHeader {
    font-size: 20px;
}  
.empty-space9 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
}  
.empty-space9-img {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 8%;
}
.empty-space11 {
    display: grid;
}
.empty-space11-img {
    width: 100%;
}
.empty-space11-detail {
    width: 100%;
}
.empty-space10-block-detail1 {
    font-size: 18px;
    font-weight: 600;
}
.empty-space10 {
    padding: 5% 0% 5% 0%;
}
.contact-pd h6 {
    font-size: 22px;
}   
.contact-pd h4 {
    font-size: 18px;
} 
.contact-pd p {
    font-size: 15px;
}  

.from-texts {
    font-size: 24px;
}  
#upload67c7f0800c921800138764b40 .progress {
    width: 136%;
} 
#cookie67c7f0800c921800138764b4 {
    font-size: 16px;
    padding: 0% 5%;
} 
  
  
  .owl-theme .owl-controls {
  width: 100%;
  height: 50px;
  opacity: 1;
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
}
#background67c54b667f1bf500135a3cfc .main-contentmanager-67c54b667f1bf500135a3cfc .owl-nav button {
   margin: 0px -10px 0px -10px !important;
}
#formdisplay67c7f0800c921800138764b4 {
    width: 100%;
    margin-bottom: 1%;
    margin-top: 1%;
}
.empty-space16 {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}  
.itopplus-slide {
    background-size: cover;
}  
.empty-space17 {
    padding: 5% 5%;
} 
.empty-space17-grid {
    width: 100%;
}  
.empty-space17 h6 {
    font-size: 18px;
} 
.empty-space17-block {
    font-size: 16px;
}
.empty-space17-grid {
    gap: 10px;
}  
.empty-space18 {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 10px;
    padding: 1%;
}
.empty-space18-grid {
    font-size: 16px;
    padding: 5% 0%;
}
.itopplus-slide {
    background-size: cover !important;
}   
.empty-space19-block {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.empty-space19-block1 {
    grid-template-columns: 35% 5% 60%;
} 
.empty-space19-block2 {
    grid-template-columns: repeat(1, 1fr);
} 
.empty-space19-block3-text {
    font-size: 22px;
}
.empty-space19-block2-3-img {
    width: 15%;
    padding: 3%;
}
.empty-space21 {
    grid-template-columns: repeat(1, 1fr);
} 
.empty-space22 {
    grid-template-columns: repeat(1, 1fr);
} 
.empty-space23 {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    width: 100%;
}
.empty-space24 {
    grid-template-columns: repeat(1, 1fr);
}  
/*.table-responsive {
white-space: nowrap;
} */ 
.empty-space21-blocks {
    grid-template-columns: repeat(1, 1fr);
} 

button.owl-prev {
    top: 0%;
}
.CASS-A-main .owl-prev:after, 
.CASS-A-main .owl-next:after {
    color: #fff !important;
} 
  
  
  
  
  
  .empty-space26-text1 {
    font-size: 22px;
 
}
  
  
.empty-space26-block1text {
    font-size: 22px;
  
}  
  
  
h1 {
    font-size: 24px;
}   
h2 {
    font-size: 2em;
} 
h4 {
    font-size: 18px;
}  
h5 {
    font-size: 20px;
} 
  .empty-space31-grid {
    grid-template-columns: repeat(2, 1fr);
}
  
.empty-space31 {
    width: 90%;
}
  .empty-space31-grid .empty-space17-block1 {
    padding: 10px;
    grid-template-columns: auto 35px;
    font-size: 14px;
    gap: 3px;
    height: 80px;
}
#tableB td {
    width: 100%;
    white-space: nowrap;
}
  .empty-space24-block1 {
    display: inherit;
}
#tableB thead {
    white-space: nowrap;
}
  
.CASS-A-main .col-md-12.col-sm-12 {
    display: grid;
} 
.CASS-A-main .col-md-12.col-sm-12 #form112 {
    grid-row-start: 3;
} 

  
.space15-mb {
    display: block;
}
.space15-pc {
    display: none;
} 
  
  
  
}























