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





.itp-layouts .container {
    display: grid;
    grid-template-columns: 30% auto;
}
.itp-layouts-1 {
    flex: 0.3;
    position: relative;
    z-index: 1;
}
.itp-layouts-2 {
    flex: 1;
    position: relative;
    z-index: 0;
}




.itopplus-header {
  background: linear-gradient(to right, #56850c 0, #56850c 50%, #e2e2e2 50%, #e2e2e2 100%);
}
.itopplus-bg {
  background-color: #639810;
  color: #fff;
}
.itopplus-bg2 {
    /* background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_03002025umxf/0/0/2z-z1481363584895.jpg); */
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_03002025umxf/0/0/bgz-z542773000955.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
}
.itopplus-bg3 {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_03002025umxf/0/0/3z-z1044666713778.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.itopplus-footer {
  background-color: #ecf0f3;
  color: #212121;
}
.navbar-default .navbar-nav > li > a {
    color: #212121;
    margin: 0;
    padding: 8px 15px;
    border-radius: 0;
    font-size: 18px;
}

.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: #212121;
  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: #3c3c3c;
    font-size: 16px;
    padding: 5px 20px;
}
.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #fff !important;
  background: #56850c;
  border-radius: 0px;
}




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

  #nav-menu {
    background: #fff !important;
  }

  .navbar-collapse,
  #ItopplusMainSidebar {
    background: #fff !important;
  }

  #ItopplusMainSidebar *:is(li, a) {
    color: #444 !important;
    border: none;
  }

  #nav-menu .icon-bar {
    background: #444 !important;
  }

  #itpMenuSideBar {
    background-color: transparent !important;
  }

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

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

  #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 25%;
    align-items: center;
  }

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

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

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

@media screen and (min-width: 1200px) {
  .container {
    width: 86vw;
  }
}









/* 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;
 box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
} 
.CASS-A-main .thumbnail {
    border: solid 0px #eeeeee;
    background: transparent;
    transition: 0.5s;
    color: #fff;
    padding: 0% !important;
    border-radius: 0px;
}
.CASS-A-main .thumbnail:hover {
  border: solid 0px #eeeeee;
  background: transparent;
  color: #165bdc;
}






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



.CASS-D-border {
    background-image: unset;
    background-position: unset;
    background-size: unset;
}
.CASS-D-main {
    position: unset;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.CASS-D-head h3 {
    margin: 0;
    font-size: unset;
    font-weight: unset;
    padding-left: unset;
}
.CASS-D-top {
    position: unset;
    height: unset;
    width: 100%;
    top: 0;
}
.CASS-D-top-left,.CASS-D-top-mid,.CASS-D-top-right {
    height: inherit;
    background-position: unset;
    background-size: 100% 100%;
    z-index: 1;
    position: unset;
}
.CASS-D-top-left {
    left: 0;
}
.CASS-D-top-mid {
    width: unset;
}
.CASS-D-top-right {
    right: 0;
    width: unset;
}
.CASS-D-bottom {
    position: unset;
    height: unset;
    width: unset;
    bottom: 0;
}
.CASS-D-bottom-left,.CASS-D-bottom-mid,.CASS-D-bottom-right {
    height: unset;
    background-position: unset;
    background-size: unset;
    z-index: 0;
    position: unset;
}
.CASS-D-bottom-left {
    left: 0;
}
.CASS-D-bottom-mid {
    width: unset;
}
.CASS-D-bottom-right {
    right: 0;
    width: unset;
}
.CASS-D-middle-left,.CASS-D-middle-right {
    position: unset;
}
.CASS-D-middle-left {
    height: unset;
    left: unset;
    width: unset;
    background-size: unset;
}
.CASS-D-middle-right {
    height: unset;
    right: 0;
    width: unset;
}
.CASS-D-middle-mid {
    padding: unset;
    position: unset;
}



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

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: 20px;
}

/* oscar*/

.grid figure figcaption {
  padding: 0em;
}

figure.effect-oscar:hover .album-pd {
    color: #edd994;
}
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%, rgb(3 59 242 / 67%) 76%, #033bf2 100%); */
  background: transparent;
  border-radius: 0px;
  border-bottom: solid 6px #edd994;
}
figure.effect-oscar:hover figcaption {
  /* background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 45%, rgb(3 59 242 / 67%) 76%, #033bf2 100%); */
  background: transparent;
  border-radius: 0px;
  border-bottom: solid 6px #edd994;
}

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: 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, .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: 2em;
    padding: 5% 0% 0%;
    text-transform: capitalize;
    font-weight: 400;
    text-align: left;
    width: 80%;
}
#Contentmanager .post-time {
    font-size: 14px;
    font-weight: 300;
    color: #1e2a27;
    display: none;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #639810;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 16px;
    color: #212121;
    padding: 2% 1% 2%;
    font-weight: 400;
    line-height: normal;
    height: inherit;
    margin-bottom: 5%;
    text-align: center;
    text-transform: capitalize;
}
/*
.Contentmanager .site .col-section .item.-micro a:hover .caption .time {
  background-color: #7f141a;
   color: #fff;
}*/
article.col-md-6.item.-micro:hover .products-button {
    background-color: #000;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .time .article-b {
    background-color: #137eb6;
    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;
 
}
.CASS-B-main article.col-md-6.item.-micro {
    width: 31.333%;
}
article.col-md-6.item.-micro {
    width: 23%;
}

#background68c12e30e6f1bf0013027b88 article.col-md-6.item.-micro {
    width: 23%;
}


.Contentmanager .site .col-section .item.-micro {
    padding: 0px 0px 0px 0px;
}
.Contentmanager .site .col-section .item.-micro a .image {
    width: 100%;
    margin-bottom: 0px;
    border-radius: 10px 10px 0px 0px ;
}
.Contentmanager .site .col-section .item.-micro a .caption {
    width: 100%;
    background: transparent;
    padding: 3% 0% 0% 0%;
}
.Contentmanager .site .col-section .item.-micro:nth-child(odd) {
    border-right: none;
    border-bottom: none;
    margin: 1%;
    background: transparent;
    border: solid 1px #c9c9c9;
    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%;
    background: transparent;
    border: solid 1px #c9c9c9;
    border-radius: 10px;
    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;
  margin: 0px 0 20px;
}

#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
 {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 .products-button  {
     background-color: #000;
    color: #fff;
}
.landingpagemanager li.col-md-6.col-sm-6.col-xs-12.maxHeight-TP5:hover .products-button {
     background-color: #000;
    color: #fff;
}
.landingpagemanager li.col-md-6.col-sm-6.col-xs-12.maxHeight-TP5 {
    width: 30%;
    background: transparent;
    border: 1px solid #c9c9c9 !important;
    margin: 10px;
    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: 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: 100%;
    display: block;
    overflow: hidden;
    border-radius: 20px 20px 0px 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 .article-ab {
    font-size: 14px;
}



.landingpagemanager .products-button {
    margin-bottom: 5%;
}

/*
.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: 50px;
    font-size: 14px;
    height: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
.itp-newshare-button:hover {
    background-color: #639810;
}
.newShareContainer {
    justify-content: end !important;
}
 
.social-share {
    margin-top: -15%;
}

 
#Contentmanager .pull-left {
    padding: 0px;
}
#Contentmanager .contenemanager-gallery {
    padding: 0% 0.5%;
}


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






 

 






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

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

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

/*
#carousel68de537d41641e00135117f9 .carousel-indicators {
    left: 13%;
}
 */

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

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



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

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







/* ul_icon */

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











/* ค้นหา head 1 */

#background692d0fcf2bbcb3001347d852 .ui.icon.input input {
       font-family: "LINE Seed Sans TH";
}
#background692d0fcf2bbcb3001347d852 .ui.icon.input,
#background692d0fcf2bbcb3001347d852 .ui.input input {
    width: -webkit-fill-available;
}
#background692d0fcf2bbcb3001347d852 .ui.icon.input>i.circular.icon {
    background-color: transparent !important;
}
 
#background692d0fcf2bbcb3001347d852 .ui.input input {
    background: transparent;
    border: 1px solid #e2e2e2;
    color: #3c3c3c;
}
#background692d0fcf2bbcb3001347d852 .ui.icon.input>i.icon {
    opacity: 1;
    color: #3c3c3c;
}
#background692d0fcf2bbcb3001347d852 i.circular.icon {
    box-shadow: 0 0 0 .1em transparent inset;
}
#background692d0fcf2bbcb3001347d852 ::placeholder {
    color: #3c3c3c;
}

#background692d0fcf2bbcb3001347d852 .ui.search .prompt {
    border-radius: 5px;
}



/* ค้นหา head 2 */

#background692e657c2bbcb3001347ec40 .ui.icon.input input {
       font-family: "LINE Seed Sans TH";
}
#background692e657c2bbcb3001347ec40 .ui.icon.input,
#background692e657c2bbcb3001347ec40 .ui.input input {
    width: -webkit-fill-available;
}
#background692e657c2bbcb3001347ec40 .ui.icon.input>i.circular.icon {
    background-color: transparent !important;
}
 
#background692e657c2bbcb3001347ec40 .ui.input input {
    background: transparent;
    border: 1px solid #e2e2e2;
    color: #3c3c3c;
}
#background692e657c2bbcb3001347ec40 .ui.icon.input>i.icon {
    opacity: 1;
    color: #3c3c3c;
}
#background692e657c2bbcb3001347ec40 i.circular.icon {
    box-shadow: 0 0 0 .1em transparent inset;
}
#background692e657c2bbcb3001347ec40 ::placeholder {
    color: #3c3c3c;
}
#background692e657c2bbcb3001347ec40 .ui.search .prompt {
    border-radius: 5px;
}




/* ค้นหา home */

#background692d32da4a6d3c001304e70d .ui.icon.input input {
    font-family: "LINE Seed Sans TH";
    height: 50px;
}
#background692d32da4a6d3c001304e70d .ui.icon.input,
#background692d32da4a6d3c001304e70d .ui.input input {
    width: -webkit-fill-available;
}
#background692d32da4a6d3c001304e70d .ui.icon.input>i.circular.icon {
    background-color: transparent !important;
}
 
#background692d32da4a6d3c001304e70d .ui.input input {
    background: transparent;
    border: 1px solid #e2e2e2;
    color: #3c3c3c;
}
#background692d32da4a6d3c001304e70d .ui.icon.input>i.icon {
    opacity: 1;
    color: #3c3c3c;
    top: 25%;
}
#background692d32da4a6d3c001304e70d i.circular.icon {
    box-shadow: 0 0 0 .1em transparent inset;
}
#background692d32da4a6d3c001304e70d ::placeholder {
    color: #3c3c3c;
}

#background692d32da4a6d3c001304e70d .ui.search .prompt {
    border-radius: 5px;
}
#background692d32da4a6d3c001304e70d {
    margin-left: -15%;
}




/* ค้นหา land */
 
.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .05);
    border-radius: 30px;
}
.panel-default {
    border-color: #fff;
    background-color: #fff;
}




.itopplus-search-image-flex-item a {
    color: #444;
}
.itopplus-search-image-flex-item {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 0px 0px, rgb(0 0 0 / 23%) 0px 0px 0px !important;
    border: solid 1px #e2e2e2;
    border-radius: 10px;
    width: 265px !important;
      padding-top: 20px!important;
}
.search_titleText {
    margin-top: 5%;
}
p.help-block {
    display: none;
}
.ui.icon.input input {
    font-family: "LINE Seed Sans TH";
}






.itopplus-search-image-flex-container {
    gap: 10px;
}
.itopplus-search-image-flex-container .col-md-4.col-sm-4.col-xs-12 {
    width: 24%;
    text-align: left;
    background-color: #fff;
    padding: 1% !important;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.row.row-col.text_search_timeCreate {
    display: none;
}
.text_search_briefDescription strong {
    font-weight: 400;
    font-size: 18px;
    color: #040404;
}
.text_search_briefDescription {
    margin-top: 10%;
}
.newImageClass_search_itp img {
    border-radius: 10px;
}





/* ค้นหา เนื้อหาระบบ land */

#background684a569d67efa100130fc456 .form-group {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr);
    width: 100% !important;
    gap: 10px;
}
#background684a569d67efa100130fc456 .btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid transparent;
    border-radius: 50px !important;
    height: 48px !important;
}
#background684a569d67efa100130fc456 .form-control {
	width: 100%;
    height: 48px;
    padding: 6px 12px;
    font-size: 16px;
    color: #000000;
    background-color: #f7ecec;
    border: 1px solid #f7ecec;
    border-radius: 50px;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
}
#background684a569d67efa100130fc456 .SearchITPCMcomponent {
    width: 100% !important;
}
#background684a569d67efa100130fc456 button.btn.ITPsearchTagContentmanagerButton {
    width: 100%;
}
#background684a569d67efa100130fc456 i.fas.fa-search.fa-1x {
    display: none;
}






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


.head-block a:hover {
    color: #558509;
}
.head-block a {
    color: #212121;
    transition: 0.5s;
}
.head-block {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    font-size: 16px;
}
.head-block-text {
    color: #fff;
}
.head-block-social {
    display: grid;
    grid-template-columns: auto 25% 25% 25%;
    width: 100%;
    gap: 10px;
    justify-content: end;
    margin-left: 5%;
}
.head-block1 {
    display: grid;
    grid-template-columns: 15% auto;
    gap: 5px;
}
.head-block1-text {
    align-self: center;
}
.head-block01 {
    margin-left: -10%;
    margin-right: 10%;
}

.footer-block {
    display: grid;
    grid-template-columns: 35% 13% 32% auto;
    gap: 20px;
}
.footer-logo {
    width: 30%;
    margin-bottom: 5%;
}
.footer-text1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3%;
}
.footer-text2 {
    font-size: 16px;
    white-space: break-spaces;
}
.footer-text3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5%;
}
.footer-text4 {
    white-space: break-spaces;
    font-size: 16px;
    line-height: 2;
}
.footer-text5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3%;
}
.footer-text6 {
    font-size: 16px;
}
.footer-block1 {
    display: grid;
    grid-template-columns: 5% auto;
    gap: 10px;
    margin-top: 2%;
}
.footer-block1-text {
    white-space: break-spaces;
    font-size: 16px;
}
.footer-text7 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7%;
}
.footer-icon {
    display: flex;
    width: 45%;
    gap: 10px;
}
.footer-block2:hover {
    background-color: #469c0f;
}
.footer-block2 {
    background-color: #212121;
    color: #fff;
    display: grid;
    grid-template-columns: 20% auto;
    justify-content: center;
    gap: 10px;
    padding: 5%;
    margin-top: 15%;
    width: 90%;
    font-size: 16px;
    transition: 0.5s;
}
.footer-block2-text {
    align-self: center;
}
.footer-text {
    font-size: 14px;
    border-top: solid 1px #a3a3a3;
    padding-top: 2%;
    margin-top: 5%;
}
.footer-pd {
    padding: 5% 0% 2%;
}
.footer-pd a:hover {
    color: #469c0f;
}
.footer-pd a {
    color: #212121;
    transition: 0.5s;
}









/* class  */

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







.empty-space {
	padding: 3%;
}
.empty-space-topics h1 {
    font-weight: 600;
    border-bottom: solid 1px #c9c9c9;
    padding: 4% 2% 3%;
}
.empty-service {
    margin-bottom: 3%;
}
.empty-space1 h2 {
    text-align: center;
    white-space: break-spaces;
    font-weight: 600;
}
.empty-space1 span {
    color: #038100;
    font-weight: 400;
}
.empty-space1 {
    padding: 5% 0% 0%;
}
.empty-space2 span {
    color: #459c10;
}
.empty-space2 {
    text-align: center;
    width: 60%;
    margin-top: 1%;
}
.empty-space2 h5 {
    font-size: 22px;
    white-space: break-spaces;
}
.empty-space3-block:hover {
    transform: scale(1.03);
}
.empty-space3-block {
    position: relative;
    transition: 0.5s;
}
.empty-space3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0% 1%;
    margin-bottom: 5%;
}
.empty-space3-text {
    position: absolute;
    width: 100%;
    top: 23%;
    left: 50%;
    color: #fff;
}
.empty-space3-icon {
    width: 8%;
    margin-bottom: 2%;
}
.empty-space3 h1 {
    text-transform: uppercase;
    font-weight: 600;
}
.empty-space3 h3 {
    color: #dbdbdb;
}
.empty-space4-image img {
    border-radius: 10px;
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.empty-space4-image {
    border-radius: 10px;
    display: block;
    overflow: hidden;
}
.empty-space4-image img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
.empty-space4 {
    display: grid;
    grid-template-columns: 15% auto;
    gap: 20px;
    background-color: #639810;
    color: #fff;
    justify-content: center;
    padding: 4% 0%;
    border-radius: 10px 10px 0px 0px;
}
.empty-space4-text {
    align-self: center;
}
.empty-space4 h5 {
    font-weight: 600;
}
.empty-space5 h2 {
    text-align: center;
    font-weight: 600;
    padding: 4% 0% 2%;
}
.empty-space6 h2 {
    text-align: center;
    font-weight: 600;
}
.empty-space6 {
    padding: 5% 0% 7%;
}
.empty-space6-blocks {
    display: grid;
    grid-template-columns: 49% auto;
    gap: 20px;
    margin-top: 4%;
}
.empty-space6-block2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    color: #3c3c3c;
}
.empty-space6-block1 a {
  color: #fff;
}
.empty-space6-block2 a {
    color: #3c3c3c;
}
.empty-space6-pd {
    position: relative;
    text-transform: uppercase;
}
.empty-space6-text {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}
.empty-space6-text h6 {
    font-weight: 600;
}
.empty-space6-text h4 {
    font-weight: 600;
}
.empty-space6-img img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
.empty-space6-img img {
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.empty-space6-img {
    display: block;
    overflow: hidden;
}
.empty-space7 h2 {
    text-align: center;
    font-weight: 600;
    padding: 4% 0% 2%;
}
.empty-space7-block {
    display: grid;
    grid-template-columns: repeat(8,1fr);
    gap: 20px;
}
.empty-space7-img:hover {
    transform: scale(1.05);
}
.empty-space7-img {
    transition: 0.5s;
}
.empty-space8 {
    display: grid;
    grid-template-columns: auto 37%;
    margin-top: 7%;
    margin-bottom: 7%;
    background-color: #ffffff;
}
.empty-space8 h4 {
    color: #575757;
    font-weight: 600;
}
.empty-space8 h3 {
    white-space: break-spaces;
}
.empty-space8 h2 {
    text-transform: uppercase;
    white-space: break-spaces;
    color: #639810;
    font-weight: 600;
    font-size: 6em;
    line-height: 1;
    margin-bottom: 3%;
    margin-top: 3%;
}
.empty-space8 h3 span {
    font-weight: 600;
}
.empty-space8 h2 span {
    color: #2b2c2a;
    font-weight: 400;
}
.empty-space8-text {
    align-self: center;
    padding-left: 10%;
}
.empty-space9 h2 {
    text-align: center;
    font-weight: 600;
}
.empty-space9 h4 {
    text-align: center;
    color: #3c3c3c;
    white-space: break-spaces;
}
.empty-space9-block {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-top: 4%;
}
.empty-space9 {
    padding: 7% 0% 8% 0%;
}
.empty-space9 h3 {
    white-space: break-spaces;
    text-align: center;
    font-weight: 600;
    margin-bottom: 3%;
    transition: 0.5s;
}
.empty-space9 p {
    white-space: break-spaces;
    text-align: center;
    color: #3c3c3c;
}
.empty-space9-text {
    padding: 5% 0% 0% 0%;
}
.empty-space9-pd:hover {
    color: #469c0f;
}
.empty-space9-pd {
    padding: 0% 0% 0% 0%;
      color: #3c3c3c;
}
.empty-space9-pd h4 {
    font-size: 18px;
}
.empty-space9-pd .empty-space9-block {
    margin-top: 0%;
}
.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;
}
.empty-space10 a {
    color: #fff;
}
.empty-space10 {
    display: grid;
    grid-template-columns: auto 20% 20% auto;
    color: #fff;
    justify-content: center;
}
.empty-space10-block {
    display: grid;
    grid-template-columns: 13% auto;
    gap: 15px;
    padding: 10% 0%;
    justify-content: center;
}
.empty-space10 h3 {
    margin-bottom: -1%;
}
.empty-space10-img {
    align-self: center;
}
.empty-space10 p {
    font-weight: 600;
}
.empty-space10-text {
    align-self: center;
}
.empty-space10-block:nth-child(1) {
    background-color: #005a01;
    padding-left: 35%;
}
.empty-space10-block:nth-child(2) {
    background-color: #01a203;
}
.empty-space10-block:nth-child(3) {
    background-color: #1877f2;
}
.empty-space10-block:nth-child(4) {
    background-color: #212121;
    padding-right: 35%;
}
.empty-space11 {
    display: grid;
    grid-template-columns: 50% auto;
    gap: 50px;
    padding: 0% 0% 0%;
}
.empty-space11 h1 {
    font-size: 5em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    color: #639810;
}
.empty-space11 p {
    white-space: break-spaces;
    margin-top: 3%;
}
.empty-space11-border {
    border-bottom: solid 1px #ccc;
    margin-bottom: 4%;
    margin-top: 2%;
}
.empty-space11 h5 {
    margin-bottom: 2%;
    color: #575757;
    font-weight: 600;
    font-size: 22px;
}
.empty-space11-text {
    align-self: center;
}
.empty-space11 h4 {
    font-weight: 600;
}
.empty-space11-img {
    display: block;
    overflow: hidden;
  border-radius: 0px;
}
.empty-space11-img img {
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    border-radius: 0px;
}
.empty-space11-img img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
.empty-space11 p span {
    font-weight: 600;
}
.empty-space11 h1 span {
    color: #2b2c2a;
    font-weight: 400;
}
.empty-space11 h3 {
    font-weight: 600;
    font-size: 16px;
    font-style: italic;
    margin-top: 1%;
}
.empty-space12-blocks {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.empty-space12-img {
    width: 20%;
    margin-bottom: 7%;
}
.empty-space12-block {
    background-color: #fafafa;
    padding: 10%;
    position: relative;
}
.empty-space12 h1 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 3%;
}
.empty-space12 {
    padding: 0% 0% 8%;
}
.empty-space12 p {
    white-space: break-spaces;
}
.empty-space12-img img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(100%) saturate(1956%) hue-rotate(54deg) brightness(100%) contrast(88%);
}
.empty-space12-block h6 {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #65980f;
    padding: 1% 4%;
    color: #fff;
    font-weight: 600;
}
.empty-space13-img1:hover {
  transform: scale(1.05);
}
.empty-space13-img1 {
  transition: 0.5s;
  background-color: #639810;
}
.empty-space13-img1 img {
   /* filter: brightness(0) saturate(100%) invert(17%) sepia(32%) saturate(2216%) hue-rotate(203deg) brightness(90%) contrast(88%); */
}
.empty-space13-img1 img:hover {
   /* filter: brightness(0) saturate(100%) invert(64%) sepia(87%) saturate(1611%) hue-rotate(358deg) brightness(101%) contrast(102%); */
}
.empty-space13-block {
  display: flex;
  width: 100%;
  gap: 10px;
  margin-bottom: 2%;
}
.empty-space13-img {
  width: 5%;
  align-self: center;
}
.empty-space13 h3 {
    font-weight: 600;
    margin-bottom: 4%;
    margin-top: 7%;
    font-size: 18px;
}
.empty-space13-block1 {
  display: flex;
  width: 45%;
  gap: 5px;
  margin-top: 4%;
}
.empty-space13 p {
  white-space: break-spaces;
}
.empty-space13 p span {
    font-weight: 600;
}
.empty-space13-text {
  font-size: 16px;
}
.empty-space13 {
  border-left: solid 1px #676767;
  padding-left: 15%;
  margin-left: 10%;
}
.empty-space13 a:hover {
  color: #459c10;
}
.empty-space13 a {
  color: #212121;
  transition: 0.5s;
}
.empty-space13-text1 {
    font-size: 18px;
    font-weight: 600;
}
h3.empty-space13-topic {
    font-size: 20px;
}









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

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







/* ส่วนเสริม */
.button-text1 {
    background-color: #2b2c2a;
    color: #fff;
    width: fit-content;
    font-size: 16px;
    padding: 2% 7%;
    margin-top: 4%;
    transition: 0.5s;
}
.button-text1:hover {
    background-color: #649710;
}







/* เมนูข้างเดียว */

/* border */
#Component692d3d5d395f380013911048,
#Component692e69a34a6d3c001304f902 {
    border: solid 1px #c9c9c9;
    border-top: 0px;
    padding: 0% 5%;
    margin: 0% 2.5%;
    border-radius: 0px 0px 10px 10px;
}

#background692d3d5d395f380013911048,
#background692e69a34a6d3c001304f902 {
    margin-top: 4%;
    margin-bottom: 10%;
}
.menuVertical .nav-pills > li > a {
    position: relative;
    border-radius: 0px;
    color: #212121;
    margin: 0px 2px;
    padding: 17px 0;
    font-size: 18px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
      background-color: transparent;
}
.menuVertical .nav-pills > li > a::after {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 0;
  height: 3px;
  background: #639810;
  transition: 0.3s;
}
.menuVertical .nav > li > a:hover:after {
  width: 100%;
}
.menuVertical .nav > li > a:focus,
.menuVertical .nav > li > a:hover {
  color: #639810 !important;
  background-color: transparent;
}
.menuVertical ul.dropdown-menu {
    width: 100%;
      background: #fafafa;
}
.menuVertical .dropdown-submenu > .dropdown-menu {
    background: #fafafa;
} 
.menuVertical ul.dropdown-menu {
    width: 100%;
    background: #fff;
    border: 0px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.menuVertical .dropdown-menu > li > a {
    font-size: 15px;
    padding: 7px 0px;
}
.menuVertical ul.nav-stacked > li {
    display: flex;
    flex-direction: column;

}
.menuVertical ul.nav-stacked > li ul {
  position: relative;
  top: 10px;
  right: auto;
  left: 0;
}
.menuVertical .dropdown-menu > li > a:focus,
.menuVertical .dropdown-menu > li > a:hover {
  color: #639810 !important;
  background: transparent;
  border-radius: 0px;
}

/*
.menuVertical ul.nav-stacked > li > ul {
  top: 10px;
  right: auto;
  left: 100%;
}
*/

/*
#menusub6909cb59aa4b650013033ff9 {
	padding: 0 !important;
}
*/
#background692e6981e5e2d50013f211e5 {
    margin-bottom: 10%;
    margin-top: 5%;
}




/* pdpa */
.pdpa-ppd {
    padding: 3% 0% 7% 0%;
}
.pdpa-text h5 {
  font-weight: 600;
  margin-top: 2%;
}
.pdpa-text h4 {
  font-weight: 500;
}
.pdpa-text a:hover {
  color: #283464;
}
.pdpa-text a {
  color: #444;
}
.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;
    font-size: 16px;
}

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

.ITPcookiebar {
  width: 100% !important;
  background-color: rgb(0 0 0 / 50%) !important;
  color: #fff;
}
.ITPlinkToCookiepage:hover {
  color: #459c10 !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: #459c10 !important;
  font-size: 16px !important;
  border: 1px solid #459c10 !important;
  color: #fff !important;
}



 
/* products */
.CASS-B-main .Contentmanager {
    padding: 0% 1%;
}

.products-button {
    background-color: #639810;
    color: #fff;
    text-align: center;
    width: fit-content;
    padding: 4% 20%;
    font-size: 16px;
    margin: 0 auto;
    transition: 0.5s;
    margin-bottom: 10%;
}
.product-space {
    text-align: left;
    padding: 0% 5% 5% 5%;
}
.product-space h4 {
    font-weight: 600;
}
.product-space h3 {
    font-weight: 600;
    color: #639810;
}
.product-button {
    background-color: #639810;
    width: fit-content;
    color: #fff;
    font-size: 15px;
    padding: 3% 6%;
    text-transform: uppercase;
    margin-top: 8%;
    transition: 0.5s;
}
.product-button:hover {
    background-color: #212121;
}
.product-space p {
    white-space: break-spaces;
}



/* topic */

.empty-space-topics {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
  /* border-bottom: dashed 1px #ccc; */
  /* padding: 4.5% 0% 2.5%; */
  margin-top: 4%;
  margin-bottom: -1%;
}
.empty-space-topics span {
  position: relative;
  padding: 6px 10px;
}
.empty-space-topics span::after {
  content: "›";
  margin-left: 20px;
  color: #aaa;
}
.empty-space-topics span:last-child::after {
  content: "";
}
.empty-space-topics a {
  color: #212121;
  text-decoration: none;
      transition: 0.5s;
}
.empty-space-topics a:hover {
  color: #639810;
}
.empty-space-topics a:hover {
  text-decoration: underline;
}
.empty-space-topics .currents {
  color: #639810;
}

.empty-space-topic h2 {
    text-align: center;
    font-weight: 600;
    padding: 2% 0% 2%;
}




/* ตาราง */

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

/* เลขอัลบัม */
.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: #639810;
    border-color: #639810;
}
.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: #ecf0f3;
    border: 1px solid #ecf0f3;
}
.pagination>li>a:hover, 
.pagination>li>span:hover, 
.pagination>li>a:focus, 
.pagination>li>span:focus {
    color: #639810;
    background-color: #ecf0f3;
    border-color: #ecf0f3;
}
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 a:hover {
    color: #469c0f;
}
.questions-pda a {
    color: #212121;
    transition: 0.5s;
}
.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 #469c0f;
    padding-bottom: 5%;
    margin-bottom: 5%;
    text-transform: capitalize;
}
.questions-pda h6 {
    font-weight: 600;
    font-size: 22px;
    color: #469c0f;
}
.questions-pda h3 {
    font-weight: 600;
    margin-top: 4%;
    text-transform: capitalize;
}
.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-pdd-img img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(24%) saturate(4559%) hue-rotate(61deg) brightness(87%) contrast(88%);
}





.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: #469c0f;
    margin-top: 1%;
}
.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;
}

.questions-button:hover {
    background-color: #252525;
    text-decoration: none;
}
.questions-button {
    background-color: #469c0f;
    color: #fff;
    font-size: 16px;
    padding: 1.5% 4%;
    width: fit-content;
    margin-top: 2%;
    transition: 0.5s;
}
 .contentmanager-template7 a:hover {
    text-decoration: none !important;
  }


.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 #fafafa;
  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: #212121;
  font-size: 20px !important;
  text-align: left;
      width: 100%;
}
.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: #469c0f;
}
/*
.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*/









/* from แบบฟอร์มติดต่อกลับ */
.from-text1 {
    font-size: 2.5em;
    text-align: center;
    font-weight: 600;
}
.from-text2 {
    text-align: center;
    font-size: 20px;
    color: #3c3c3c;
    margin-top: 1%;
    margin-bottom: -3%;
}



.CASS-A-main .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: #444444 !important;
    height: 45px;
    font-size: 16px;
    padding-right: 0px !important;
}
.CASS-A-main .form-control:focus {
   border-bottom: 1px solid #459c10;
}
.CASS-A-main .btn-default:hover, 
.CASS-A-main .btn-default:focus {
    background-position: 0 0px;
    border: 1px solid #459c10;
    background: #459c10;
    color: #ffffff;
}
.CASS-A-main .btn-default {
    background-repeat: repeat-x;
    border-color: #212121;
    padding: 10px 40px;
    font-size: 18px;
    border: 1px solid #212121;
    color: #fff;
    text-shadow: none;
    border-radius: 0px;
    background: #212121;
    transition: 0.5s;
    text-transform: capitalize;
    box-shadow: none;
    opacity: 1;
}
.CASS-A-main ::placeholder {
    color: #444444;
}
#cookie692d579a395f380013911731 {
    font-size: 16px;
    text-align: center !important;
}

#btnview692d579a395f380013911731 .glyphicon {
    display: none;
}
#btnview692d579a395f380013911731 {
    margin-top: 0%;
    margin-left: 35%;
}
#formdisplay692d579a395f380013911731 {
    width: 60%;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 2% 4% 2%;
    border-bottom: solid 7px #459c10;
}




/* from บริการของเรา */

#cookie692fa8db2bbcb3001347fc60 {
    font-size: 16px;
    text-align: center !important;
}

#btnview692fa8db2bbcb3001347fc60 .glyphicon {
    display: none;
}
#btnview692fa8db2bbcb3001347fc60 {
    margin-top: 0%;
    margin-left: 35%;
}
#formdisplay692fa8db2bbcb3001347fc60 {
    width: 60%;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 2% 4% 2%;
    border-bottom: solid 7px #459c10;
}






/* from Contact us */

.from-texts {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0%;
    margin-left: 2%;
    text-transform: capitalize;
    margin-bottom: -2%;
}
#formdisplay692ebb824a6d3c00130500ed {
    background-color: transparent !important;
    border-radius: 0px;
    padding: 0% 0% 0% 0%;
    margin-top: 0%;
}
#formdisplay692ebb824a6d3c00130500ed .btn-default .glyphicon {
    display: none;
}
#formdisplay692ebb824a6d3c00130500ed .form-control-feedback {
    color: #444 !important;
    top: 22% !important;
}
#btnview692ebb824a6d3c00130500ed {
    margin-left: 64%;
    margin-top: 0%;
}
#cookie692ebb824a6d3c00130500ed {
    font-size: 16px;
    padding: 0% 12% 0% 4%;
    text-align: left !important;
    margin-top: -5%;
}

 
.CASS-B-main .form-control {
    border: none;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    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: 5px 0px;
    color: #444444 !important;
    height: 55px;
    font-size: 16px;
    padding-right: 0px !important;
}
.CASS-B-main .form-control:focus {
   border-bottom: 1px solid #639810;
}
.CASS-B-main .btn-default:hover, 
.CASS-B-main .btn-default:focus {
    background-position: 0 0px;
    border: 1px solid #639810;
    background: #639810;
    color: #ffffff;
}
.CASS-B-main .btn-default {
    background-repeat: repeat-x;
    border-color: #639810;
    padding: 13px 40px;
    font-size: 18px;
    border: 1px solid #639810;
    color: #ffffff;
    text-shadow: none;
    border-radius: 0px;
    background: #639810;
    transition: 0.5s;
    text-transform: capitalize;
    box-shadow: none;
    opacity: 1;
}
.CASS-B-main ::placeholder {
    color: #444444;
}
.maps-maps {
    margin-bottom: -0.5%;
}







/* from ร่วมงานกับเรา */
.from-text3 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding: 5% 0% 2%;
}

.CASS-D-main .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: #444444 !important;
    height: 45px;
    font-size: 16px;
    padding-right: 0px !important;
}
.CASS-D-main .form-control:focus {
   border-bottom: 1px solid #459c10;
}
.CASS-D-main .btn-default:hover, 
.CASS-D-main .btn-default:focus {
    background-position: 0 0px;
    border: 1px solid #459c10;
    background: #459c10;
    color: #ffffff;
}
.CASS-D-main .btn-default {
    background-repeat: repeat-x;
    border-color: #459c10;
    padding: 15px 40px;
    font-size: 18px;
    border: 1px solid #459c10;
    color: #fff;
    text-shadow: none;
    border-radius: 0px;
    background: #459c10;
    transition: 0.5s;
    text-transform: capitalize;
    box-shadow: none;
    opacity: 1;
}
.CASS-D-main ::placeholder {
    color: #444444;
}
#cookie692ec3484a6d3c00130501ef {
    font-size: 16px;
    text-align: center !important;
}

#btnview692ec3484a6d3c00130501ef .glyphicon {
    display: none;
}
#btnview692ec3484a6d3c00130501ef {
    margin-top: 0%;
    margin-left: 42%;
}
 

/*ปุ่มเลือกไฟล์*/
.CASS-D-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: 10px 10px 10px 10px;
    border-radius: 100px;
    margin-top: -3px;
}
.CASS-D-main .btn-success:hover {
    background-position: 0px;
    background: #459c10;
    color: #ffffff;
}

.CASS-D-main .btn-success span {
    font-size: 16px;
}
.CASS-D-main .progress {
    width: 532%;
    height: 40px;
    border-radius: 50px;
    margin-top: 0% !important;
    background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
}

/*ปุ่มเลือกไฟล์*/






@media screen and (min-width : 1900px) {
.navbar-default .navbar-nav > li > a {
    padding: 8px 24px;
    font-size: 22px;
}
#background692d0fcf2bbcb3001347d852 .ui.icon.input input {
    font-size: 16px;
}
.head-block {
    font-size: 18px;
} 
.head-block1 {
    grid-template-columns: 12% auto;
    gap: 8px;
}
.head-block-social {
    grid-template-columns: auto 23% 23% 23%;
    margin-left: 9%;
}
.empty-space2 h5 {
    font-size: 26px;
    line-height: 1;
}
#background692d32da4a6d3c001304e70d .ui.icon.input input {
    font-size: 18px;
}
.menuVertical .nav-pills > li > a {
    padding: 27.5px 0;
    font-size: 20px;
}
#Component692d3d5d395f380013911048,
#Component692e69a34a6d3c001304f902 {
    margin: 0% 1.8%;
} 
.menuVertical .dropdown-menu > li > a {
    font-size: 18px;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 20px;
}
.products-button {
    font-size: 18px;
}
.empty-space6-blocks {
    grid-template-columns: 49.1% auto;
}  
.empty-space8 h2 {
    font-size: 8em;
} 
.button-text1 {
    font-size: 18px;
}
.empty-space8 {
    grid-template-columns: auto 38%;
}
.from-text1 {
    font-size: 3.5em;
} 
.CASS-A-main .form-control {
    font-size: 18px;
}
.CASS-B-main .form-control {
    font-size: 18px;
} 
.CASS-C-main .form-control {
    font-size: 18px;
}
.footer-logo {
    width: 25%;
}
.footer-text1 {
    font-size: 20px;
} 
.footer-text2 {
    font-size: 18px;
} 
.footer-text3 {
    font-size: 20px;
}
.footer-text4 {
    font-size: 18px;
}
.footer-text5 {
    font-size: 20px;
}
.footer-text6 {
    font-size: 18px;
}
.footer-block1-text {
    font-size: 18px;
} 
.footer-text7 {
    font-size: 20px;
}
.footer-block2 {
    font-size: 18px;
}
.footer-icon {
    width: 35%;
}
.footer-block2 {
    grid-template-columns: 17% auto;
}
.empty-space11 h1 {
    font-size: 6em;
}
.empty-space11 h5 {
    font-size: 24px;
} 
.empty-space11 h3 {
    font-size: 20px;
} 
.empty-space-topics {
    font-size: 28px;
    margin-bottom: 0%;
}
.icon_b {
    font-size: 20px;
} 
.itp-newshare-button {
    font-size: 16px;
}
#background692e657c2bbcb3001347ec40 .ui.icon.input input {
    font-size: 16px;
}
.landingpagemanager .col-md-8.col-sm-8.col-xs-12 strong {
    font-size: 18px;
}
.managerHeader {
    font-size: 2.5em;
} 
.questions-pdd-text {
    font-size: 18px;
}
.questions-pda h6 {
    font-size: 24px;
}
.nav-template7 li a {
    font-size: 22px !important;
}
.from-text3 {
    font-size: 28px;
}
.from-texts {
    font-size: 24px;
}
h3.empty-space13-topic {
    font-size: 24px;
}
.empty-space13-text1 {
    font-size: 22px;
}  
.empty-space13-text {
    font-size: 20px;
} 
.empty-space13 h3 {
    font-size: 22px;
}
.empty-space13-img {
    width: 4%;
}
.CASS-B-main .form-control {
    height: 80px;
}
#cookie692ebb824a6d3c00130500ed {
    font-size: 18px;
    padding: 0% 22% 0% 3%;
}
#btnview692ebb824a6d3c00130500ed {
    margin-left: 75%;
}  
.CASS-B-main .btn-default {
    font-size: 20px;
}    
.CASS-D-main .progress {
    width: 720%;
} 
.CASS-D-main .btn-default {
    font-size: 20px;
} 
.nav-template7 li {
    padding: 22px 20px;
} 
.CASS-D-main .form-control {
    height: 65px;
}
#cookie692ec3484a6d3c00130501ef {
    font-size: 18px;
}
.itopplus-search-image-flex-item {
    width: 240px !important;
}
  
  
  
  
  
  
  
  
  
  
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 3.5em;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 26px;
}
h6 {
  font-size: 28px;
}
p {
  font-size: 20px;
}
  
  
  
}

@media screen and (max-width : 1191px) {
.head-block {
    font-size: 13px;
}
#imagesControl692d0f57cb64ce0013283323 {
    padding: 0px !important;
}
.menuVertical .nav-pills > li > a {
    padding: 11px 0;
    font-size: 16px;
}
#Component692d3d5d395f380013911048, #Component692e69a34a6d3c001304f902 {
    margin: 0% 3%;
} 
.Contentmanager .site .col-section .item.-micro a .caption .title {
    height: 50px;
}
.empty-space8 h2 {
    font-size: 4em;
} 
.empty-space8 {
    grid-template-columns: auto 38%;
} 
.itopplus-bg2 {
    background-attachment: inherit;
}
.empty-space9 p {
    white-space: inherit;
}
#formdisplay692d579a395f380013911731 {
    width: 80%;
}
#formdisplay692fa8db2bbcb3001347fc60 {
    width: 80%;
} 
.footer-block {
    grid-template-columns: 30% 13% 32% auto;
}
.footer-text2 {
    white-space: inherit;
}
.empty-space11 h1 {
    font-size: 4em;
}
.empty-space12 p {
    white-space: inherit;
}  
  
#background692e604fe5e2d50013f210a6 .nav-template strong {
    font-weight: 400;
} 
#background692e604fe5e2d50013f210a6 .nav-template .col-md-8.col-sm-8.col-xs-8 {
    width: 100%;
    padding: 0% 0%;
    text-align: center;
}
.landingpagemanager.PitCustomClass3 {
    display: none;
}
.questions-pdd-text {
    font-size: 15px;
}
.questions-pda p {
    white-space: inherit;
}
.CASS-D-main .progress {
    width: 400%;
} 
#mainmenu692ebe314a6d3c0013050154 > div {
    padding: 0px ! IMPORTANT;
}
.questions-pda h6 {
    font-size: 18px;
} 
  
  
  
  
  
  
  
  
  
h1 {
    font-size: 1.5em;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 18px;
} 
h6 {
    font-size: 22px;
} 
  
  
  
}  
  
@media screen and (max-width : 900px) {
.empty-space2 {
    width: 100%;
}
#background692d32da4a6d3c001304e70d {
    margin-left: 0%;
}
.empty-space3 h1 {
    font-size: 15px;
}
.empty-space3 h3 {
    font-size: 14px;
}
.empty-space4 h6 {
    font-size: 16px;
    gap: 10px;
}
.menuVertical .nav-pills > li > a {
          padding: 7px 0;
    font-size: 14px;
}
.menuVertical .dropdown-menu > li > a {
    font-size: 10px;
}
#Component692d3d5d395f380013911048, #Component692e69a34a6d3c001304f902 {
    margin: 0% 4.5%;
}  
.empty-space6-text h4 {
    font-size: 12px;
}
.empty-space8 h2 {
    font-size: 3em;
} 
.empty-space8 h3 {
    white-space: inherit;
}
.empty-space8-text {
    padding-left: 6%;
}
#formdisplay692d579a395f380013911731 {
    width: 100%;
}
#formdisplay692fa8db2bbcb3001347fc60 {
    width: 100%;
} 
.empty-space10 p {
    font-size: 12px;
}  
.empty-space10 h3 {
    font-size: 14px;
}
.footer-block {
    display: none;
} 
.footer-pd {
    padding: 0% 0% 0%;
}  
.footer-text {
    font-size: 14px;
    border-top: solid 0px #a3a3a3;
    padding-top: 0%;
    margin-top: 0%;
    text-align: center;
}
.empty-space10-block:nth-child(1) {
    padding-left: 0%;
}
.empty-space10-block:nth-child(4) {
    padding-right: 0%;
}
.empty-space10 {
    grid-template-columns: repeat(4,1fr);
}
.empty-space11 h1 {
    font-size: 3em;
} 
.itp-layouts .container {
    grid-template-columns: 100%;
} 
#Contentmanager .col-md-6.pull-left {
    width: 50%;
} 
.CASS-D-main .progress {
    width: 365%;
} 
#btnview692ec3484a6d3c00130501ef {
    margin-left: 37%;
}
.empty-space13 p {
    white-space: inherit;
}
.empty-space13-img {
    width: 10%;
}
.empty-space13-text {
    font-size: 14px;
} 
#btnview692ebb824a6d3c00130500ed {
    margin-left: 5%;
}  
#cookie692ebb824a6d3c00130500ed {
    font-size: 16px;
    padding: 0% 5% 0% 5%;
}
  
  
  
  
  
}

@media screen and (max-width : 480px) {
.empty-space1 h2 {
    font-size: 20px;
}
#background692d32da4a6d3c001304e70d {
    margin-left: 0%;
    margin-top: -5%;
}  
.empty-space2 h5 {
    font-size: 18px;
    white-space: inherit;
} 
.empty-space3 {
    grid-template-columns: repeat(1, 1fr);
}
.empty-space3 h1 {
    font-size: 20px;
}
.empty-space3 h3 {
    font-size: 16px;
}
#Component692d3d5d395f380013911048,
#Component692e69a34a6d3c001304f902 {
    border: solid 0px #c9c9c9;
    border-top: 0px;
    padding: 0%;
    margin: 0%;
    border-radius: 0px;
} 
#contentnewmode692d32fd2bbcb3001347dc26 {
    padding: 0px !important;
}
#contentnewmode692d32e74a6d3c001304e71b {
    padding: 0px !important;
}
.Contentmanager .site .col-section .item.-micro:nth-child(odd) {
    margin: 3%;
}
.Contentmanager .site .col-section .item.-micro:nth-child(even) {
    margin: 3%;
}
article.col-md-6.item.-micro {
    width: 44%;
}
.empty-space7-block {
    grid-template-columns: repeat(2, 1fr);
}
.empty-space6-blocks {
    grid-template-columns: 100%;
}
.empty-space6-block2 {
    grid-template-columns: repeat(1, 1fr);
}
.empty-space6-text h4 {
    font-size: 22px;
}
.empty-space8 {
    grid-template-columns: 100%;
} 
.empty-space8 h2 {
    font-size: 2.8em;
}  
.itopplus-bg2 {
    background-size: cover;
}
.empty-space9 h4 {
    white-space: inherit;
    font-size: 16px;
}
.empty-space9-block {
    grid-template-columns: repeat(1, 1fr);
}
.empty-space9 h3 {
    font-size: 18px;
} 
.from-text1 {
    font-size: 26px;
}
.from-text2 {
    font-size: 16px;
}
#cookie692d579a395f380013911731 {
    font-size: 14px;
    text-align: left !important;
    padding: 0% 5% 0% 7%;
}
#btnview692d579a395f380013911731 {
    margin-left: 5%;
}
.empty-space10 {
    grid-template-columns: repeat(2,1fr);
}
.empty-space8-text {
    padding-left: 5%;
    padding-top: 5%;
    padding-right: 5%;
    text-align: center;
}
.button-text1 {
    width: fit-content;
    margin: 0 auto;
    margin-top: 4%;
}
.empty-space11 {
    grid-template-columns: 100%;
    gap: 30px;
}
.empty-space12-blocks {
    grid-template-columns: repeat(1, 1fr);
}
.empty-space-topics {
    font-size: 16px;
}
.empty-space-topics span {
    padding: 3px 3px;
} 
.empty-space-topics span::after {
  margin-left: 3px;
}
.CASS-B-main article.col-md-6.item.-micro {
    width: 44%;
}
.products-button {
    font-size: 14px;
}
#Contentmanager .col-md-6.pull-left {
    width: 100%;
} 
.Textmanager.font-inherit {
    display: block;
}
.managerHeader {
    font-size: 20px;
    width: 100%;
}
.social-share {
    margin-top: 0%;
} 
.newShareContainer {
    justify-content: flex-start !important;
}
#cookie692fa8db2bbcb3001347fc60 {
    font-size: 14px;
    text-align: left !important;
    padding: 0% 5% 0% 7%;
}
#btnview692fa8db2bbcb3001347fc60 {
    margin-left: 5%;
}
.nav-template7 li a {
    font-size: 18px !important;
}
.CASS-D-main .progress {
    width: 150%;
}   
#cookie692ec3484a6d3c00130501ef {
    font-size: 16px;
    text-align: left !important;
    padding: 0% 6% 0% 6%;
}
#btnview692ec3484a6d3c00130501ef {
    margin-left: 5%;
}
#form692ebb824a6d3c00130500ed {
    padding: 0px !important;
}
#btnview692ebb824a6d3c00130500ed {
    margin-left: 0%;
}  
#cookie692ebb824a6d3c00130500ed {
    font-size: 16px;
    padding: 0% 2% 0% 4%;
}
.empty-space13 {
    border-left: solid 0px #676767;
    padding-left: 0%;
    margin-left: 0%;
}
.empty-space13-img {
    width: 5%;
}
.empty-space9 p {
    white-space: break-spaces;
}
.table-responsive {
white-space: nowrap;
}
.modal-content {
    position: fixed;
} 
  
  
h2 {
    font-size: 2em;
} 
  
}





