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

.itopplus-header {
  background-color: #288509;
  color: #fff;
}

.itopplus-bg {
  background: linear-gradient(to right, #e1e2e4 0, #ffffff 100%);
  color: #333333;
}

.itopplus-bg2 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_22072024e79x/0/0/2z-z1611178085483.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.itopplus-bg3 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_22072024e79x/0/0/3z-z607105195176.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.itopplus-bg4 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_22072024e79x/0/0/fn-technologyformz-z159763774349.jpg");
  /*
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_22072024e79x/0/0/4z-z418182334880.jpg");
  */
  background-size: cover;
  background-repeat: no-repeat;
}

.itopplus-footer {
  background: linear-gradient(to right, #18167a 0, #0e0de4 100%);
  color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: #444;
    margin: 0;
    padding: 8px 25px;
    border-radius: 0;
    border-bottom: 3px solid transparent;
    font-size: 18px;
  font-family: "Manrope", "LINE Seed Sans TH";
}

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

.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;
  font-family: "Manrope", "LINE Seed Sans TH";
}
.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #fff !important;
  background: #288509;
  border-radius: 0px;
}





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

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

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

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

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

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

  #itpphonemobile::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/telz-z555807927326.png) !important;
  }

  #itpsearchmobile::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/searchz-z1550057493030.png) !important;
  }

  .old-image-icon-facebook::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/fbz-z1306469976463.png) !important;
  }

  .old-image-icon-line::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/linez-z468194837558.png) !important;
  }

  .old-image-icon-instragram::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/igz-z261562755399.png) !important;
  }

  .old-image-icon-youtube::before {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/ytz-z1709509823553.png) !important;
  }

  .new-image-icon-twitter::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/twz-z1451700767745.png) !important;
  }
}

@media screen and (min-width: 1024px) {
  .no-js .itopplus-banner {
    position: sticky;
    top: 0;
    z-index: 110;
  }

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

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

  .itopplus-banner > .container {
    display: grid;
    grid-template-columns: 15% auto;
    align-items: center;
  }

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

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

  .itopplus-nav-bar li:not(:last-of-type):not(.itopplus-sidebar-menu-parent):not(.dropdown-submenu):after {
        content: "|";
        display: grid;
        place-content: center;
        color: #444;
        font-size: 1.2em;
        position: relative;
        top: -2px
  }

  #itopplus-nav-bar > li {
    display: -webkit-inline-box;
  }
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;
}


 
 
.CASS-A-main .thumbnail .imgLightbox {
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
      border-radius: 20px 20px 0px 0px;
} 
.CASS-A-main .thumbnail {
    border: solid 0px #eeeeee;
    background:#eeeeee;
    transition: 0.5s;
    color: #131313;
    padding: 0% !important;
    box-shadow: rgb(0 0 0 / 0%) 0px 3px 8px;
    border-radius: 20px;
}
.CASS-A-main .thumbnail:hover {
  border: solid 0px #eeeeee;
  background:#eeeeee;
  box-shadow: rgb(0 0 0 / 0%) 0px 3px 8px;
  color: #131313;
}



.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;
}

/*
#background6819a3f082ac8b0013b342d0 .CASS-A-main p {
    text-align: center;
    font-size: 18px;
    padding: 6% 0% 10% 0%;
}
*/



.CASS-B-top {
    border-top: solid 0px #d4d4d4;
}
.CASS-B-middle-left {
    border-left: solid 0px #d4d4d4;
}
.CASS-B-middle-right {
    border-right: solid 0px #d4d4d4;
}
.CASS-B-bottom {
    border-bottom: solid 0px #d4d4d4;
}
.CASS-B-main {
    box-shadow: none;
}
.CASS-B-middle-mid {
    padding: 0px;
}
.CASS-B-border {
    background: transparent;
    border: 0px solid #d4d4d4;
    border-radius: 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: 0px;
}

/* oscar*/

.grid figure figcaption {
  padding: 0em;
}

figure.effect-oscar:hover .album-pd {
    color: #5dc5be;
}
figure.effect-oscar {
  background: transparent;
  width: 100%;
  border-radius: 0px;
}
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: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,0.64) 76%, rgba(0,0,0,1) 100%);*/
      background: transparent;
  border-radius: 0px;
}
figure.effect-oscar:hover figcaption {
/* background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,0.64) 76%, rgba(0,0,0,1) 100%);*/
      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;
}
figure.effect-oscar:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  border-radius: 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: 33.333%;
}
.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, .075);
    box-shadow: 0 0 0 rgba(0, 0, 0, .075);
    border-radius: 0px;
    transform: scale(1.0) !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: 0px;
}
#Contentmanager .thumbnail:hover {
    border-radius: 0px;
}
.img-thumbnail,
.thumbnail {
    box-shadow: 0 0px 0px rgb(0 0 0 / 8%);
}




/* contenemanager */

.social-icon {
    border-radius: 5px;
}
.managerHeader {
    font-size: 2.5em;
    padding: 2% 0% 0%;
    text-transform: capitalize;
    font-weight: 600;
    text-align: left;
    font-family: "Manrope", "LINE Seed Sans TH";
}
#Contentmanager .post-time {
    font-size: 14px;
    font-weight: 300;
    color: #1e2a27;
    display: none;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #288509;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 16px;
    color: #282828;
    padding: 1% 0% 0%;
    font-weight: 400;
    line-height: normal;
    height: inherit;
    margin-bottom: 0%;
    text-align: left;
    text-transform: capitalize;
    font-family: "Manrope", "LINE Seed Sans TH";
}
/*
.Contentmanager .site .col-section .item.-micro a:hover .caption .time {
  background-color: #7f141a;
   color: #fff;
}*/
article.col-md-6.item.-micro:hover .product-button {
    background-color: #27b1e3;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .time .article-button {
    background-color: #288509;
    color: #fff;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .time .article-ab {
    background-color: #03624c;
    color: #fff;
}

.Contentmanager .site .col-section .item.-micro a .caption .time {
    font-size: 14px;
}
article.col-md-6.item.-micro {
    width: 31.333%;
}
.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: 4% 0% 0% 0%;
    display: grid;
    grid-template-columns: auto 9%;
    gap: 10px;
}
.Contentmanager .site .col-section .item.-micro:nth-child(odd) {
    border-right: none;
    border-bottom: none;
    margin: 1%;
    background: transparent;
   border: solid 0px #bdbdbd;
    border-radius: 0px;
    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%;
    background: transparent;
      border: solid 0px #bdbdbd;
    border-radius: 0px;
    padding: 0%;
     /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}


.Contentmanager .site .col-section .item.-micro:nth-child(odd):hover .houseplans-button {
    background-color: #bfac74;
}
.Contentmanager .site .col-section .item.-micro:nth-child(even):hover .houseplans-button {
 background-color: #bfac74;
}

.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: 20px !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 .article-b  {
     background-color: #e9181c;
    color: #fff;
}
.landingpagemanager li.col-md-6.col-sm-6.col-xs-12.maxHeight-TP5:hover .article-ab  {
     background-color: #03624c;
    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: 0px;
    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: 16px;
    height: 50px;
    display: block;
    margin-top: 5%;
    font-weight: 400;
    text-align: center;
    color: #212121;
    margin-bottom: 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: 75%;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}
.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 .article-ab {
    font-size: 14px;
}
.landingpagemanager .btn-sm p {
    display: none;
}



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



/* รูป ไม่เท่ากัน */
/*
.row.contenemanager-gallery {
    column-count: 4;
    --webkit-column-count: 4;
    --moz-column-count: 4;
    gap: 20px;
}
.contenemanager-gallery .col-xs-12.col-md-3 {
  padding-left: 0px;
  padding-right: 0px;
  height: auto;
  width: 100%;
}*/

/* รูป ไม่เท่ากัน */


/* Share */

.itp-newshare-button {
    border-radius: 0px;
    font-size: 16px;
    height: 5rem;
    padding-left: 4rem;
    padding-right: 4rem;
}
.itp-newshare-button:hover {
    background-color: #b5a576;
}
.newShareContainer {
    justify-content: end !important;
}
 
.social-share {
    margin-top: -14%;
}

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






 

 











/* 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-text a {
    color: #fff;
}
.head-text span {
    font-weight: 600;
}
.head-text {
    text-align: right;
    font-size: 16px;
}




.footer-block {
    display: grid;
    grid-template-columns: 40% 35% auto;
    gap: 20px;
}
.footer-block1 {
    display: grid;
    grid-template-columns: 28% auto;
    gap: 25px;
}
.footer-icon {
    display: flex;
    width: 70%;
    gap: 10px;
    margin-top: 5%;
}
.footer-icon-img:hover {
    transform: scale(1.05);
}
.footer-icon-img {
    transition: 0.5s;
}
.footer-pd {
    padding: 3% 0% 1%;
    font-family: "Manrope", "LINE Seed Sans TH";
}
.footer-pd a {
    color: #fff;
}

.footer-text {
    text-align: right;
    font-size: 14px;
    margin-top: 2%;
}
.footer-text1 {
    font-size: 18px;
    font-weight: 500;
}
.footer-text2 {
    font-size: 18px;
    margin-top: 4%;
    margin-bottom: 4%;
    font-weight: 500;
}
.footer-text3 {
    font-size: 16px;
    white-space: break-spaces;
}
.footer-text4 {
    font-size: 18px;
    font-weight: 500;
}
.footer-text5 {
    font-size: 16px;
    white-space: break-spaces;
    margin-top: 3%;
    margin-bottom: 2%;
}
.footer-text6 {
    font-size: 16px;
    font-weight: 500;
}
.footer-text7 {
    font-size: 20px;
    margin-top: 1%;
}
.footer-text8 {
    font-size: 18px;
    font-weight: 500;
}
.footer-text03 {
    font-size: 16px;
    margin-top: 5%;
}


/* class  */

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



.empty-space-topic {
    text-align: center;
    padding: 2% 0% 1%;
    font-family: "Manrope", "LINE Seed Sans TH";
}
.empty-space-topic h2 {
    text-transform: uppercase;
}
.empty-space-topic-mg {
    padding: 3% 0% 4%;
}
.empty-space-topic-border {
    border-bottom: solid 1px #ccc;
    margin-top: 5%;
    margin-bottom: 2%;
}



.empty-space {
	padding: 2.5%;
}
.empty-space1 {
    display: grid;
    grid-template-columns: 65% auto;
    gap: 20px;
    padding: 1% 0%;
}
.empty-space1-button {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}

.empty-space1-text {
    align-self: center;
    font-size: 22px;
}
.empty-space1-text span {
    font-weight: 600;
}
.empty-space2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 70px;
    padding: 7% 0%;
}
.empty-space2 p {
    white-space: break-spaces;
    margin-top: 5%;
    margin-bottom: 10%;
}
.empty-space2 h2 {
    white-space: break-spaces;
    font-weight: 400;
    line-height: 1.3;
  font-size: 3em;
}
.empty-space2 span {
    font-weight: 600;
    color: #171580;
}
.empty-space2 h3 {
    margin-bottom: 3%;
   font-family: "Manrope", "LINE Seed Sans TH";
}
.empty-space2-text {
    margin-top: 3%;
}
.empty-space2-img:hover {
    transform: scale(1.05);
}
.empty-space2-img {
    transition: 0.5s;
}
.empty-space3-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-top: 3%;
}
.empty-space3 {
    font-family: "Manrope", "LINE Seed Sans TH";
    padding: 7% 0%;
}
.empty-space3 h4 {
    text-align: center;
}
.empty-space3 h2 {
    text-align: center;
}
.empty-space3-block {
    position: relative;
    transition: 0.5s;
}
.empty-space3-block:hover .empty-space3-text {
    background-color: #298508;
}
.empty-space3-text {
    position: absolute;
    bottom: 0;
    background-color: #171580;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 17px;
    padding: 5% 1%;
    transition: 0.5s;
    white-space: break-spaces;
}
.empty-space3-block1 {
    display: grid;
    gap: 20px;
}
.empty-space3-img {
    display: block;
    overflow: hidden;
}
.empty-space3-img img {
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.empty-space3-img img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
.empty-space4-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    color: #000;
}
.empty-space4-block:hover {
    transform: scale(1.05);
}
.empty-space4-block {
    width: 32.1%;
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_22072024e79x/0/0/bgz-z1018648599909.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: 30% auto;
    gap: 10px;
    padding: 1.5% 1% 2% 2%;
    align-self: flex-start;
    height: 140px;
    transition: 0.5s;
}
.empty-space4-img {width: 90%;align-self: center;}
.empty-space4-text {
    align-self: center;
    font-size: 18px;
    white-space: break-spaces;
    border-left: solid 1px #c6c6c6;
    padding: 5% 0% 5% 8%;
}
.empty-space4 span {
    font-weight: 600;
}
.empty-space4 h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 4%;
    color: #333333;
}
.empty-space4 {
    padding: 6% 0% 6% 0%;
} 
.empty-space4-block01 {
    padding: 1.4% 1% 2% 2%;
}
.empty-space5 {
    font-family: "Manrope", "LINE Seed Sans TH";
    padding: 0% 0% 7%;
}
.empty-space5 h2 {
    text-align: center;
    font-weight: 600;
    color: #333333;
}
.empty-space5 a:hover {
    color: #298508;
}
.empty-space5 a {
    color: #171580;
    font-weight: 400;
    transition: 0.5s;
}
.empty-space5 span {
    color: #171580;
    font-weight: 400;
}
.empty-space5-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    width: 100%;
    margin: 0 auto;
    margin-top: 3%;
}
.empty-space5-block {
    display: grid;
    grid-template-columns: 30% auto;
    gap: 15px;
}
.empty-space5-line:hover {
    background-color: #298508;
}
.empty-space5-line {
    display: grid;
    grid-template-columns: 10% auto;
    gap: 4px;
    background-color: #01b901;
    color: #fff;
    padding: 3% 5%;
    margin-top: 8%;
    width: 100%;
    justify-content: center;
    transition: 0.5s;
}
.empty-space5-linetext {
    align-self: center;
    font-size: 15px;
}
.empty-space5-block-text {
    align-self: center;
}
.empty-space5 h3 {
    font-weight: 500;
    text-transform: uppercase;
}
.empty-space5-block-img {
    width: 100%;
}
.empty-space6 {
    font-family: "Manrope", "LINE Seed Sans TH";
    text-align: center;
    padding: 5% 0% 2%;
}
.empty-space7 {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_22072024e79x/0/0/ขอบคุณที่ให้ความสนใจz-z974313307747.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 30%;
    margin-left: 58%;
    text-align: center;
    padding: 4% 0% 5% 7%;
    margin-top: 0%;
}
.empty-space7 h4 {
    font-weight: 600;
    color: #171580;
}
.empty-space7 p {
    white-space: break-spaces;
}
.empty-space8 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
    text-align: left;
}
 
.empty-space8-img img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
.empty-space8-img img {
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
   width: 100% !important;
}
.empty-space8-img {
    display: block;
    overflow: hidden;
}
.empty-space8-text {
    align-self: center;
}
.empty-space8 h4 {
    font-weight: 600;
}
.empty-space9 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
}
.empty-space9-block {
    display: grid;
    grid-template-columns: 5% auto;
    gap: 10px;
}
.empty-space9-texts {
    font-size: 16px;
    align-self: center;
}
.empty-space9-grid {
    display: grid;
    gap: 10px;
    margin-top: 2%;
    margin-bottom: 2%;
}
.empty-space9-text {
    align-self: center;
}
.empty-space9 h4 {
    font-weight: 600;
}
.empty-space9 h3 {
    font-weight: 600;
}
.empty-space9-image {
        align-self: flex-start;
   
}
.empty-space9-img img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
.empty-space9-img img {
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.empty-space9-img {
    display: block;
    overflow: hidden;
    align-self: self-start;
}
.empty-space10 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
    margin-top: 2%;
}
.empty-space10 h1 {
    font-weight: 600;
    color: #171580;
    font-size: 2.5em;
}
.empty-space10 h5 {
    font-weight: 600;
    color: #000;
   font-family: "Manrope", "LINE Seed Sans TH";
}
.empty-space10 h3 {
    font-weight: 600;
    color: #000;
}
.empty-space10 p {
    white-space: break-spaces;
}
.empty-space10-text {
    margin-top: 5%;
}
.empty-space10-border {border-bottom: solid 1px #444;margin-bottom: 5%;margin-top: 5%;}

.empty-space10-img:hover {
    transform: scale(1.05);
}
.empty-space10-img {
    transition: 0.5s;
}
.empty-space11 {
    text-align: center;
    font-family: "Manrope", "LINE Seed Sans TH";
    padding: 5% 0% 0%;
}
.empty-space11 h2 {
    text-transform: uppercase;
}
.empty-space11 h5 {
    margin-top: 2%;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    white-space: break-spaces;
}
.empty-space11-textt {
    margin-bottom: 3%;
    margin-top: 1%;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    white-space: break-spaces;
}
.empty-space12 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 7% 0%;
    font-family: "Manrope", "LINE Seed Sans TH";
}
.empty-space12-border {
    padding: 5%;
    border: solid 5px #f7ecdc;
}

.empty-space12-block1 {
    display: grid;
    gap: 20px;
    align-self: end;
}
.empty-space12-block2 {
    display: grid;
    gap: 20px;
}
.empty-space12-bg {
    padding: 9.1%;
    border: solid 5px #171580;
    background-color: #171580;
    color: #ffffff;
}
.empty-space12-img img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
.empty-space12-img img {
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.empty-space12-img {
    display: block;
    overflow: hidden;
}
.empty-space12 h1 {
    text-transform: capitalize;
    margin-bottom: 3%;
}
.empty-space12 h5 {
    font-weight: 600;
}
.empty-space13 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
}
.empty-space13-pd {
    display: grid;
    gap: 50px;
    padding: 7% 0%;
}
.empty-space13-text {
    align-self: center;
}
.empty-space13 h4 {
    font-weight: 600;
    margin-bottom: 2%;
}
.empty-space13-img {
    display: block;
    overflow: hidden;
}
.empty-space13-img img {
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.empty-space13-img img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
















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

h1 {
  font-size: 2em;
}
h2 {
  font-size: 3.5em;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 26px;
}
p {
  font-size: 16px;
}







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

.empty-space3-mb {
    display: none;
}


.button-text1:hover {
    transform: scale(1.05);
}
.button-text1 {
    background: linear-gradient(to right, #18167a 0, #0e0de4 100%);
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 8% 0%;
    transition: 0.5s;
}
.button-text1bg {
    background: #288509;
}
.button-text2:hover {
    transform: scale(1.05);
}
.button-text2 {
    background: linear-gradient(to right, #18167a 0, #0e0de4 100%);
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 3% 8%;
    width: fit-content;
    font-family: "Manrope", "LINE Seed Sans TH";
    transition: 0.5s;
}
.button-text3:hover {
    transform: scale(1.05);
}
.button-text3 {
    background: linear-gradient(to right, #18167a 0, #0e0de4 100%);
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 1.5% 6%;
    width: fit-content;
    margin: 0 auto;
    font-family: "Manrope", "LINE Seed Sans TH";
    margin-bottom: 7%;
    margin-top: 1%;
    transition: 0.5s;
}





/* from home */

.from-text1 {
    font-size: 20px;
    color: #333333;
}
.from-text2 {
    font-size: 2.5em;
    color: #333333;
    font-weight: 600;
}
.from-text3 {
    font-size: 18px;
    white-space: break-spaces;
    text-align: center;
    margin-top: 1%;
}

.CASS-A-main .form-control {
    border: none;
    border-bottom: 1px solid #1f2023;
    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: 50px;
    font-size: 16px;
}
.CASS-A-main .form-control:focus {
   border-bottom: 1px solid #288509;
}

 .CASS-A-main .btn-default:hover, 
.CASS-A-main .btn-default:focus {
    background-position: 0 0px;
    border: 0px solid #0e0de4;
    background: #0e0de4;
    color: #ffffff;
}  
.CASS-A-main .btn-default {
    background-repeat: repeat-x;
    border-color: #288509;
    padding: 15px 40px;
    font-size: 18px;
    border: 0px solid #288509;
    color: #ffffff;
    text-shadow: none;
    border-radius: 0px;
    background: #288509;
    transition: 0.5s;
    text-transform: capitalize;
    box-shadow: none;
    opacity: 1;
}
.CASS-A-main ::placeholder {
    color: #231f20;
}

#formdisplay68a53a5e01bd500013851d9a,
#formdisplay68aff5bc373e350012ba638a,
#formdisplay68aff57d421c34001331718b,
#formdisplay68a82a940375c40012fe2116 {
    background-color: transparent !important;
    width: 50%;
    margin: 0 auto;
    margin-right: 0;
    padding: 3% 0% 0% 0%;
}
#formdisplay68a53a5e01bd500013851d9a .glyphicon,
#formdisplay68aff5bc373e350012ba638a .glyphicon,
#formdisplay68aff57d421c34001331718b .glyphicon,
#formdisplay68a82a940375c40012fe2116 .glyphicon {
    display: none;
}
#btnview68a53a5e01bd500013851d9a,
#btnview68a82a940375c40012fe2116,
#btnview68aff5bc373e350012ba638a,
#btnview68aff57d421c34001331718b {
    margin-left: 32%;
}
#cookie68a53a5e01bd500013851d9a,
#cookie68a82a940375c40012fe2116,
#cookie68aff5bc373e350012ba638a,
#cookie68aff57d421c34001331718b {
    font-size: 16px;
    padding: 0% 0% 0% 3%;
    text-align: left !important;
    margin-top: -5%;
}
/* from */










/* pdpa */

.pdpa-text h5 {
  font-weight: 600;
  margin-top: 2%;
}
.pdpa-text h4 {
  font-weight: 600;
}
.pdpa-text a:hover {
  color: #000;
}
.pdpa-text a {
  color: #000;
}
.pdpa-text ul.icon-a {
  font-size: 16px;
  font-weight: 400;
}
.pdpamg1 {
  padding: 3% 0% 3% 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: #264f96 !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: #264f96 !important;
  font-size: 16px !important;
  border: 1px solid #264f96 !important;
  color: #fff !important;
}






/*---Tab ---*/

#businesss .nav-pills>li.active>a,
#businesss .nav-pills>li.active>a:focus,
#businesss .nav-pills>li.active>a:hover {
	color: #288509;
	background: transparent;
	border-bottom: solid 3px #288509;
	border-radius: 0px;
	font-weight: 400;
}

#businesss .nav>li>a:focus,
#businesss .nav>li>a:hover {
	color: #288509;
	background-color: transparent;
	border-bottom: solid 3px #288509;
	border-radius: 0px;
	font-weight: 400;
}

#businesss .nav-justified {
	text-align: center;
	color: #212121;
	background-color: transparent;
	border-bottom: solid 1px #ccc;
	font-weight: 400;
	font-size: 20px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 3%;
	margin-top: 0%;
	line-height: 3;
}
#businesss .nav-pills>li>a {
    color: #212121;
    padding: 0px 15px;
}
#businesss .nav-justified li::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 35px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 20%;
}
#businesss .nav-justified li:nth-child(2)::before {
    height: 0px;
}

 


/* ติดต่อเรา */

.contact-pd h6 {
  font-weight: 600;
  text-align: center;
}
.contact-pd {
  padding: 0% 0% 0% 0%;
}
.contact-pd h3 {
  text-align: center;
}
.contact-pd span {
  color: #171580;
}
.contact-grid a {
  color: #000;
}
.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 3%;
    margin-bottom: 3%;
    font-family: "Manrope", "LINE Seed Sans TH";
}
.contact-block {
  display: flex;
  width: 100%;
  gap: 20px;
}
.contact-block-img {
  width: 40%;
  border: dashed 1px #ccc;
  padding: 2%;
}
.contact-block-text {
  width: 60%;
  align-self: center;
}

.contact-border {
  border-bottom: dashed 1px #ccc;
  margin-top: 5%;
  margin-bottom: 5%;
}

.contact-text1 {
  font-size: 20px;
  font-weight: 600;
}
.contact-text2 {
    font-size: 16px;
    white-space: break-spaces;
}
.contact-text3 {
  color: #171580;
  font-weight: 600;
}

.contact-mg {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2%;
}


a.nolink {
    pointer-events: none;
    text-decoration: none;
}




/* เลขอัลบัม */
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #288509;
    border-color: #288509;
}
.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #eeeef0;
    border: 1px solid #eeeef0;
}
.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus {
    color: #288509;
    background-color: #eeeef0;
    border-color: #eeeef0;
}
figure.effect-chico figcaption::before {
    z-index: 1;
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff0;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.pagination-sm>li:last-child>a, 
.pagination-sm>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.pagination-sm>li:first-child>a, 
.pagination-sm>li:first-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}



/*FAQ*/

.questions-pda p {
    white-space: break-spaces;
}
.questions-pda {
    background-color: #fafafa;
    padding: 5%;
    border-radius: 20px;
}
.questions-pda h1 {
    font-weight: 600;
    white-space: break-spaces;
    font-size: 24px;
    border-bottom: solid 1px #2a840c;
    padding-bottom: 5%;
    margin-bottom: 5%;
}
.questions-pda h6 {
    font-weight: 600;
    font-size: 22px;
    color: #2a840c;
}
.questions-pda h3 {
    font-weight: 600;
    margin-top: 4%;
}
.questions-pdd {
    display: grid;
    grid-template-columns: 10% auto;
    gap: 10px;
    margin-top: 2%;
}
.questions-pdd-text {
    align-self: center;
    font-size: 16px;
}
.questions-pds-img {
    width: 45%;
    margin-top: 5%;
}



.questions-block a {
  color: #000;
}
.questions-block h4 {
  font-weight: 600;
  white-space: break-spaces;
  margin-bottom: 5%;
  color: #000;
}
.questions-block h3 {
  font-weight: 600;
  color: #2a840c;
}
.questions-border {
  border-bottom: solid 1px #43803b;
  padding-top: 5%;
  margin-bottom: 5%;
}
.questions-block p {
  color: #000;
}
.questions-block p {
  margin-bottom: 0;
  white-space: break-spaces;
}




.nav-template7 {
  padding: 0%;
  font-family: "Outfit", "LINE Seed Sans TH";
}
.nav-template7 li {
  padding: 15px 15px;
  border-bottom: dashed 0px #ccc;
  border-top: 0px solid #f6f6f6;
  background-color: #fafafa;
  border-radius: 50px;
  margin-bottom: 1%;
  border: solid 0px #f9c100;
}
.nav-template7 li:hover {
  background-color: #f1f1f1;
}
.nav-template7 li a {
  color: #444;
  font-size: 20px !important;
  text-align: left;
}
.nav-template7 strong {
  font-weight: 600;
}
.nav-template7 .btn-group-sm > .btn,
.nav-template7 .btn-sm,
.nav-template7 .btn-sm p {
  font-size: 16px;
}
#contenttype71 {
  text-align: left;
}
.nav-template7 #contenttype71 li {
  padding: 0px 0;
  border-bottom: 0px solid #c8c8c8;
  border-top: 0px solid #f6f6f6;
  list-style-type: disc;
  margin-bottom: 0%;
  background: transparent;
  border: solid 0px #f9c100;
}
.nav-template7 li .btn-sm .col-md-12 {
  padding: 5px 10px;
}
.nav-template7 .fa-plus:before {
  content: "\f101";
  color: #2a840c;
}
/*
.nav-template7 .fa-plus:before {
content: "⌵";
color: #ff7f32;
font-size: 1.6em;
}
.nav-template7 .fa, .nav-template7 .fas {
float: right;
position: absolute;
right: 2%;
line-height: 0.5;
}*/

/*FAQ*/






@media screen and (min-width : 1900px) {
.navbar-default .navbar-nav > li > a {
    font-size: 22px;
}
.no-js .dropdown-menu > li > a {
    font-size: 18px;
}
.head-text {
    font-size: 18px;
}  
.empty-space1-text {
    font-size: 28px;
}
.button-text1 {
    font-size: 22px;
}
.empty-space2 h2 {
    font-size: 4em;
}
.button-text2 {
    font-size: 18px;
}  
.empty-space3-text {
    font-size: 22px;
}
.empty-space4-text {
    font-size: 24px;
} 
.empty-space4-block {
    height: 188px;
}
.empty-space5-linetext {
    font-size: 20px;
}
.empty-space5-line {
    width: 95%;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 20px;
}
.Contentmanager .site .col-section .item.-micro a .caption {
    grid-template-columns: auto 7%;
}
.button-text3 {
    font-size: 18px;
    padding: 1.5% 5%;
}
.from-text1 {
    font-size: 22px;
}
.from-text2 {
    font-size: 3.4em;
} 
.from-text3 {
    font-size: 22px;
} 
.CASS-A-main .form-control {
    height: 65px;
    font-size: 18px;
}
#cookie68a53a5e01bd500013851d9a,
#cookie68a82a940375c40012fe2116,
#cookie68aff5bc373e350012ba638a,
#cookie68aff57d421c34001331718b {
    font-size: 18px;
    padding: 0% 0% 0% 2.5%;
}
#formdisplay68a53a5e01bd500013851d9a,
  #formdisplay68aff5bc373e350012ba638a,
  #formdisplay68aff57d421c34001331718b,
#formdisplay68a82a940375c40012fe2116 {
    padding: 5% 0% 0% 0%;
} 
.empty-space7 {
    padding: 4% 0% 10% 7%;
} 
.footer-text1 {
    font-size: 20px;
}
.footer-text2 {
    font-size: 20px;
}
.footer-text3 {
    font-size: 18px;
}
.footer-block1 {
    grid-template-columns: 25% auto;
} 
.footer-text4 {
    font-size: 20px;
}
.footer-text5 {
    font-size: 18px;
}
.footer-text6 {
    font-size: 18px;
} 
.footer-text7 {
    font-size: 24px;
}
.footer-text8 {
    font-size: 20px;
}
.footer-icon {
    width: 50%;
}
.ITPcookiebar {
    font-size: 16px;
}
.footer-text {
    font-size: 16px;
}
.empty-space10 h1 {
    font-size: 3.5em;
}
#businesss .nav-justified {
    font-size: 24px;
}
.empty-space11 h5 {
    font-size: 22px;
}
.empty-space12-bg {
    padding: 12% 6%;
}
.empty-space9-texts {
    font-size: 20px;
}
.contact-text2 {
    font-size: 18px;
} 
.contact-text1 {
    font-size: 22px;
}
.pdpa-text ul.icon-a {
    font-size: 20px;
}  
.empty-space11-textt {
    font-size: 22px;
} 
.contact-block-img {
    width: 32%;
}
.contact-text3 {
    font-size: 16px;
} 
.nav-template7 li a {
    font-size: 24px !important;
}
.questions-pda h1 {
    font-size: 28px;
}
.questions-pda h6 {
    font-size: 24px;
} 
.questions-pdd-text {
    font-size: 20px;
}
  
  
  
  
  
  
  
  
  
  
  
  
.icon_b {
    font-size: 20px;
} 
p {
    font-size: 20px;
} 
h2 {
    font-size: 4.5em;
}
h3 {
    font-size: 22px;
}  
h4 {
    font-size: 24px;
} 
h5 {
    font-size: 28px;
} 
h6 {
    font-size: 30px;
} 
  
  
}

@media screen and (max-width : 1191px) {
#imagesControl68a1b6c7a245000013d92aa9 {
    padding: 0px !important;
}
.empty-space1-text {
    font-size: 18px;
}
.button-text1 {
    font-size: 16px;
} 
.empty-space2 h2 {
    font-size: 2.5em;
}
.empty-space2 p {
    white-space: inherit;
}
.empty-space3-text {
    font-size: 14px;
}
.empty-space4-text {
    font-size: 13px;
}
.empty-space4-block {
    height: 106px;
      width: 31%;
}
.empty-space5-linetext {
    font-size: 15px;
}
.from-text3 {
    font-size: 16px;
    white-space: inherit;
}
.itopplus-bg4 {
    background-size: cover;
    background-position: center;
}
.empty-space7 p {
    font-size: 13px;
} 
.empty-space7 h4 {
    font-size: 16px;
}
.empty-space7 {
    padding: 3.5% 0% 5% 7%;
}
.footer-text3 {
    font-size: 14px;
} 
.footer-text2 {
    font-size: 16px;
}
.footer-text1 {
    font-size: 16px;
}
.footer-text4 {
    font-size: 16px;
}
.footer-text5 {
    font-size: 14px;
}
.footer-text8 {
    font-size: 16px;
}
.empty-space10 h1 {
    font-size: 2em;
} 
.empty-space12-bg {
    padding: 4%;
    border: solid 0px #171580;
} 
.contact-text2 {
    font-size: 13px;
} 
.contact-text1 {
    font-size: 18px;
} 
  
  
  
  
  
  
  
  
  
h2 {
    font-size: 2.5em;
} 
  
}  
  


@media screen and (max-width: 992px) {
  .itopplus-header {
    position: absolute;
    width: 100%;
    top: 50px;
  }

  .itopplus-banner {
    margin-bottom: 40px;
  }
}




@media screen and (max-width : 900px) {
#Component68ab00a4d481ac0013c94aff {
    display: none;
}
.empty-space1 {
    grid-template-columns: 57% auto;
}
.empty-space2 h2 {
      font-size: 26px;
}
.empty-space4-text {
    font-size: 10px;
    white-space: break-spaces;
}
.empty-space4-block {
    height: 80px;
      width: 31%;
}
.empty-space5-linetext {
    font-size: 11px;
} 
.itopplus-bg3 {
    background-size: cover;
    background-position: center;
}
#display3 {
    margin-right: -7%;
}
.from-text2 {
    font-size: 2em;
}
#cookie68a53a5e01bd500013851d9a,
#cookie68a82a940375c40012fe2116,
#cookie68aff5bc373e350012ba638a,
#cookie68aff57d421c34001331718b {
    padding: 0% 4% 0% 5%;
}
.footer-text5 {
    font-size: 12px;
}
.footer-text1 {
    font-size: 14px;
}
.footer-text2 {
    font-size: 14px;
} 
.footer-text3 {
    font-size: 12px;
      white-space: inherit;
} 
.footer-text4 {
    font-size: 14px;
}
.footer-text6 {
    font-size: 14px;
}
.footer-text7 {
    font-size: 18px;
}
.footer-text8 {
    font-size: 14px;
}
.footer-icon {
    width: 45%;
    gap: 5px;
}
.CASS-A-main .btn-default {
    padding: 10px 25px;
    font-size: 16px;
}
.empty-space7 p {
    font-size: 10px;
} 
.empty-space7 h4 {
    font-size: 13px;
} 
.empty-space10 h1 {
    font-size: 24px;
} 
.empty-space12 h1 {
    font-size: 20px;
}
.empty-space12 h5 {
    font-size: 18px;
}
.empty-space12 h4 {
    font-size: 16px;
}
.empty-space9-block {
    grid-template-columns: 7% auto;
}
.empty-space9-image {
    align-self: self-start;
}
.managerHeader {
    font-size: 2em;
    width: 75%;
}
.contact-grid {
    grid-template-columns: repeat(2, 1fr);
}
a.nolink {
    pointer-events: unset !important;
    text-decoration: unset !important;
}  
  
  
  
  
  
h5 {
    font-size: 22px;
}
  
}

@media screen and (max-width : 480px) {
#Component68ab00a4d481ac0013c94aff {
    display: block;
}
#imagesControl68ab00a4d481ac0013c94aff {
    padding: 0px !important;
} 
#carousel68ab00a4d481ac0013c94aff {
    margin-bottom: -2%;
}
.empty-space1 {
    grid-template-columns: 100%;
    padding: 3% 0%;
    text-align: center;
}
.empty-space2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 7% 0%;
}
.empty-space2-text {
    text-align: center;
} 
.button-text2 {
    width: fit-content;
    margin: 0 auto;
}
.itopplus-bg2 {
    background-size: cover;
}
.empty-space3-grid {
    grid-template-columns: repeat(2, 1fr);
} 
.empty-space3-text {
    font-size: 10px;
    padding: 5% 3%;
}   
.empty-space3-pc {
    display: none;
} 
.empty-space3-mb {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
}
.empty-space4-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.empty-space4-text {
    align-self: center;
    font-size: 16px;
    white-space: break-spaces;
    border-left: solid 1px #c6c6c6;
    padding: 5% 0% 5% 8%;
}
.empty-space4-block {
    width: 100%;
    grid-template-columns: 30% auto;
    gap: 10px;
    padding: 6% 3% 7% 5%;
    height: inherit;
}
.empty-space4-block01 {
    padding: 5% 3% 6% 5%;
}  
.empty-space5 h2 {
    white-space: break-spaces;
}  
.empty-space5-grid {
    width: 90%;
}
.empty-space5-block {
    grid-template-columns: 100%;
}
.empty-space5-block-text {
    text-align: center;
}
.empty-space5-linetext {
    font-size: 14px;
}
.empty-space5-line {
    width: 100%;
  padding: 4% 3%; 
}
article.col-md-6.item.-micro {
    width: 48%;
} 
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 13px;
}
.Contentmanager .site .col-section .item.-micro a .caption {
    grid-template-columns: auto 12%;
    gap: 5px;
}
.button-text3 {
    padding: 3% 9%;
}
#formdisplay68a53a5e01bd500013851d9a, #formdisplay68a82a940375c40012fe2116, #formdisplay68aff5bc373e350012ba638a, #formdisplay68aff57d421c34001331718b {
    width: 100%;
}

.from-text1 {
    font-size: 20px;
}
.from-text2 {
    text-align: center;
}
.empty-space7 h4 {
    font-size: 20px;
}
.empty-space7 p {
    font-size: 16px;
}
.empty-space7 {
    width: 100%;
  margin-left: 0%;
    padding: 11% 0% 9% 24%;
}
.head-text {
    font-size: 16px;
    text-align: center;
} 
#btnview68a53a5e01bd500013851d9a,
#btnview68a82a940375c40012fe2116,
#btnview68aff5bc373e350012ba638a,
#btnview68aff57d421c34001331718b {
    margin-left: 3%;
}  
.footer-block {
    grid-template-columns: 100%;
    gap: 20px;
}
.footer-block1 {
    grid-template-columns: 100%;
}
.footer-block1-img {
    width: 30%;
}
.footer-text1 {
    font-size: 18px;
}
.footer-text2 {
    font-size: 18px;
}
.footer-text3 {
    font-size: 16px;
    white-space: break-spaces;
}
.footer-text4 {
    font-size: 18px;
}
.footer-text5 {
    font-size: 16px;
    white-space: break-spaces;
}
.footer-text6 {
    font-size: 18px;
    margin-top: 7%;
}  
.footer-text8 {
    font-size: 18px;
} 
.footer-text7 {
    font-size: 22px;
} 
.footer-icon {
    width: 25%;
    gap: 10px;
    margin-top: 2%;
}
.footer-text {
    font-size: 13px;
    margin-top: 5%;
    text-align: left;    
} 
.empty-space10 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.nav-justified {
	display: -webkit-inline-box;
	overflow: scroll;
	justify-content: center;
	display: flex;
}  
#businesss .nav-justified {
    border-bottom: solid 0px #ccc;
}
.empty-space12 {
    grid-template-columns: repeat(1, 1fr);
}
.empty-space12-bg {
    padding: 5%;
    border: solid 0px #171580;
}  
.empty-space9 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
} 
.empty-space-topic h2 {
    font-size: 24px;
}
.empty-space-topic h4 {
    font-size: 16px;
} 
#imagesControl68abd0498bdc670014ad0e0a {
    padding: 0px !important;
} 
.managerHeader {
    font-size: 24px;
    width: 100%;
}
.social-share {
    margin-top: 0%;
}
.itp-newshare-button {
    font-size: 15px;
    height: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
.newShareContainer {
    justify-content: flex-start !important;
}
.empty-space8 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    text-align: left;
}
.contenemanager-gallery .col-xs-12.col-md-3 {
    width: 50%;
}
.contact-grid {
    grid-template-columns: repeat(1, 1fr);
}
.contact-text2 {
    font-size: 15px;
}   
.from-text1 {
    font-size: 20px;
    text-align: center;
}
.empty-space13 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}
.empty-space13-pd {
    gap: 0px;
    padding: 10% 0%;
}
.empty-space11 h5 {
    font-size: 18px;
    white-space: inherit;
}
.empty-space11-textt {
    font-size: 18px;
    white-space: inherit;
}

.contact-mg {
    grid-template-columns: repeat(1, 1fr);
} 
.questions-pda h1 {
    font-size: 20px;
}
.questions-pda h6 {
    font-size: 20px;
}  
  
  
  
  
  
  
h2 {
    font-size: 2em;
}  
  
}






b, strong {
    font-weight: 600;
}




