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

.itopplus-bg0 {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_04052024p382/0/0/bgz-z214448366678.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.itopplus-bg2 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_04052024p382/0/0/2z-z656658320674.jpg");
}

.itopplus-bg3 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_04052024p382/0/0/3z-z1391524517493.jpg");
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    margin: 0;
    padding: 8px 13px;
    border-radius: 0;
    border-bottom: 3px solid transparent;
    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: #07185e !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: 18px;
    padding: 5px 20px;
}
.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #fff !important;
  background: #072e73;
  border-radius: 0px;
}





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

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

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

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

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

  .navbar-header > a::after {
    background: transparent;
  }

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

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

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

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

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

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

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

}

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

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

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

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

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

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

  .itopplus-search {
    width: 50%;
    text-align: right;
    color: #282828;
  }

  .itp-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
    height: 100%;
  }
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-main .thumbnail:hover .album-button1 {
  background:#295eaf;
}




.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%;
}
*/






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

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 {
  background: transparent;
  width: 100%;
  border-radius: 20px;
}
figure.effect-oscar img {
  opacity: 1;
}
figure.effect-oscar:hover img {
  opacity: 1;
}
figure.effect-oscar figcaption::before {
  border: 0px solid #fff;
}
figure.effect-oscar figcaption {
 /*background: 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: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgba(17, 87, 127, 1) 100%);
  border-radius: 20px;
}
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: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgba(17, 87, 127, 1) 100%);
  border-radius: 20px;
}

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: 20px;
}
figure.effect-oscar:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  border-radius: 20px;
}
/*
#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: 20px;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    transition: 0.5s;
}
#Contentmanager img.img-responsive:hover {
    transform: scale(1.1);
    transition: 0.3s;
    position: relative !important;
    overflow: hidden !important;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: transparent;
}
#Contentmanager .thumbnail {
    background-color: transparent;
    position: relative !important;
    overflow: hidden !important;
    border: 0px solid #ebd2c2;
    padding: 0px;
    border-radius: 20px;
}
#Contentmanager .thumbnail:hover {
    border-radius: 20px;
}
.img-thumbnail,
.thumbnail {
    box-shadow: 0 0px 0px rgb(0 0 0 / 8%);
}




/* contenemanager */

.social-icon {
    border-radius: 5px;
}
.managerHeader {
    font-size: 2.5em;
    padding: 2% 0% 2%;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #072e73;
}
#Contentmanager .post-time {
    font-size: 14px;
    font-weight: 300;
    color: #1e2a27;
    display: none;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #000000;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 20px;
    color: #000000;
    padding: 0% 10% 0%;
    font-weight: 500;
    line-height: normal;
    height: 65px;
    margin-bottom: 2%;
    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 .product-button {
    background-color: #27b1e3;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .time .article-b {
    background-color: #c40404;
    color: #fff;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .time .article-b span {
    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: 20px;
    padding: 2%;
}
.Contentmanager .site .col-section .item.-micro a .caption {
    width: 100%;
    background: transparent;
    padding: 3% 0% 8% 0%;
}
.Contentmanager .site .col-section .item.-micro:nth-child(odd) {
    border-right: none;
    border-bottom: none;
    margin: 1%;
    background: #fff;
   border: solid 1px #bdbdbd;
    border-radius: 20px;
    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: #fff;
      border: solid 1px #bdbdbd;
    border-radius: 20px;
    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: #cf9a67;
    color: #000;
}
.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 .btn-sm p {
    display: none;
}



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



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





/*---สไลด์---*/
#carousel67fcb0767dfafa0013861a91 .hidden {
  display: block !important;
  visibility: inherit !important;
  pointer-events: none;
}
 
.carousel-indicators li {
  border: 1px solid #fff;
  background-color: transparent;
  margin: 2px;
  width: 12px;
  height: 12px;
}
.carousel-indicators .active {
  background-color: #fff;
  border-color: #fff;
 /* width: 30px; */
  margin: 2px;
  width: 12px;
  height: 12px;
}
.carousel-indicators {
  bottom: 5px;
}

/*
#carousel65a49d9c5cd042001372bd20 .carousel-indicators {
left: 10%;
}

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

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

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

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





/* ul_icon */

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







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

.head-block {
    display: grid;
    grid-template-columns: 60% auto;
    gap: 10px;
    text-align: left;
    width: 85%;
    margin: 0 auto;
    margin-right: 0;
}
.head-block-line:hover {
    transform: scale(1.05);
}
.head-block-line {
    display: grid;
    grid-template-columns: 13% auto;
    justify-content: center;
    gap: 5px;
    background-color: #01ba03;
    color: #fff;
    padding: 4% 0%;
    border-radius: 50px;
    transition: 0.5s;
}
.head-block-social {
    display: flex;
    width: 100%;
    gap: 10px;
    align-self: center;
}
.head-block-text {
    font-size: 17px;
    font-weight: 600;
    align-self: center;
}
.head-block-image:hover {
    transform: scale(1.05);
}
.head-block-image {
    transition: 0.5s;
}


.footer-grid {
    display: grid;
    grid-template-columns: 34% 22% 22% auto;
    gap: 20px;
}
.footer-block1 {
    display: grid;
    grid-template-columns: 5% auto;
    gap: 10px;
    margin-bottom: 3%;
}
.footer-block2:hover {
    transform: scale(1.05);
}
.footer-block2 {
    display: grid;
    grid-template-columns: 15% auto;
    gap: 5px;
    background-color: #01ba03;
    color: #fff;
    padding: 5%;
    border-radius: 50px;
    transition: 0.5s;
}
.footer-block3:hover {
    transform: scale(1.05);
}
.footer-block3 {
    display: grid;
    grid-template-columns: 22% auto;
    gap: 5px;
    background-color: #072e73;
    color: #fff;
    padding: 5%;
    border-radius: 50px;
    margin-top: 5%;
    width: 70%;
   transition: 0.5s;
}
.footer-block4 {
    display: flex;
    width: 70%;
    gap: 5px;
    margin-top: 10%;
}
.footer-block4-img:hover {
    transform: scale(1.05);
}
.footer-block4-img {
    transition: 0.5s;
}



.footer-logo {
    width: 50%;
}



.footer-text {
    color: #515151;
    border-top: solid 1px #373737;
    padding-top: 2%;
    margin-top: 3%;
}
.footer-text1 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 6%;
    margin-bottom: 3%;
}
.footer-block1-text {
    font-size: 16px;
    white-space: break-spaces;
}
.footer-text2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3%;
}
.footer-text3 {
    font-size: 16px;
    white-space: break-spaces;
    line-height: 1.7;
}

.footer-text4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3%;
}
.footer-text5 {
    font-size: 16px;
    white-space: break-spaces;
    line-height: 1.7;
}
.footer-text6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5%;
    margin-top: 26%;
}



.footer-block2-text {
    align-self: center;
    font-size: 16px;
}
.footer-block3-text {
    align-self: center;
    font-size: 16px;
}



.fmg1 {
    margin-top: 15%;
}
.footer-pd a:hover {
    color: #072e73;
}
.footer-pd a {
    color: #373737;
    transition: 0.5s;
}
.footer-pd {
    padding: 5% 0% 1% 0%;
}

.footer-block-mg {
    margin-top: 20%;
}





/* class  */

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




.empty-space {
  padding: 2%;
}
.empty-space1 {
    text-align: center;
    padding: 4% 0% 3%;
}
.empty-space1 h2 {
    color: #072e73;
    font-weight: 600;
    margin-bottom: 0.5%;
}
.empty-space2 {
    display: grid;
    grid-template-columns: 50% auto;
    gap: 50px;
}
.empty-space2-logo {
    width: 15%;
    margin-bottom: 4%;
}
.empty-space2-text1 {
    font-size: 5.5em;
    font-family: "Onest", sans-serif;
    line-height: 1;
    color: #072e73;
    font-weight: 600;
}
.empty-space2 p {
    white-space: break-spaces;
}
.empty-space2-text2 {
    font-family: "Onest", sans-serif;
    font-size: 4.9em;
    font-weight: 100;
    line-height: 1;
    color: #3e3e3e;
}
.empty-space2 h2 {
    color: #072e73;
    font-weight: 600;
    font-size: 2.4em;
    margin-top: 2%;
    margin-bottom: 2%;
}
.empty-space2-text {
    align-self: center;
}
.empty-space3 h2 {
    color: #072e73;
    font-weight: 600;
    margin-bottom: 0.5%;
    text-align: center;
}
.empty-space3-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 50px;
    margin-top: 4%;
}
.empty-space3 {
    padding: 8% 0%;
}
.empty-space3-img {
    width: 65%;
    margin: 0 auto;
    margin-bottom: 3%;
}
.empty-space3-text {
    text-align: center;
}
.empty-space3 h5 {
    font-weight: 600;
    margin-bottom: 2%;
}
.empty-space3 p {
    white-space: break-spaces;
}
.empty-space3 span {
    font-weight: 600;
}
.empty-space3-block:hover {
    transform: scale(1.05);
}
.empty-space3-block {
    transition: 0.5s;
}
.empty-space4 {
    padding: 2% 0% 0% 25%;
}
.empty-space4 h3 {
    white-space: break-spaces;
}
.empty-space4 span {
    font-weight: 600;
}
.empty-space4 h2 {
    color: #072e73;
    font-weight: 600;
    margin-bottom: 3%;
}
.empty-space5 {
    text-align: center;
    color: #fff;
    padding: 5% 0% 5%;
}
.empty-space5 h2 {
    font-weight: 600;
    margin-bottom: 1%;
}
.empty-space6 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
    padding: 7% 0% 0%;
}
.empty-space6-block {
    display: grid;
    grid-template-columns: auto 45%;
    gap: 15px;
    width: 80%;
}

.empty-space6-block1:hover {
    transform: scale(1.05);
}
.empty-space6-block1 {
    display: grid;
    grid-template-columns: 15% auto;
    gap: 10px;
    background-color: #00ba05;
    color: #fff;
    border-radius: 50px;
    justify-content: center;
    padding: 5% 0%;
    transition: 0.5s;
}
.empty-space6-block2:hover {
    transform: scale(1.05);
}
.empty-space6-block2 {
    display: grid;
    grid-template-columns: 18% auto;
    gap: 10px;
    background-color: #072e73;
    color: #fff;
    border-radius: 50px;
    justify-content: center;
    padding: 5% 0%;
   transition: 0.5s;
}
.empty-space6-block3text {
    align-self: center;
    font-size: 18px;
}
.empty-space6-block1text {
    align-self: center;
    font-size: 18px;
}
.empty-space6-block2img {
    align-self: center;
}
.empty-space6-block1img {
    align-self: center;
}
.empty-space6 h2 {
    color: #072e73;
    font-weight: 600;
}
.empty-space6 h1 {
    white-space: break-spaces;
    font-size: 32px;
}
.empty-space6 h4 {
    margin-top: 3%;
    margin-bottom: 5%;
}
.empty-space6-text {
    margin-top: 7%;
}
.empty-space7 {
    text-align: center;
    padding: 5% 0% 2%;
}
.empty-space7 h2 {
    color: #072e73;
    font-weight: 600;
    /* margin-bottom: 0.5%; */
} /*
.empty-space7 h4 {
    text-transform: uppercase;
}
*/
.empty-space8 h5 {
    text-align: center;
    border-bottom: dashed 1px #999999;
    padding: 2% 0% 2%;
    margin: 0% 1%;
    font-weight: 600;
    color: #072e73;
    font-size: 24px;
}
.empty-space9 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
}
.empty-space9-image {
    width: 15%;
    margin-bottom: 3%;
}
.empty-space9 h4 {
    font-weight: 600;
    margin-bottom: 1%;
}
.empty-space9-text {
    align-self: center;
}
.empty-space9 p {
    white-space: break-spaces;
}
.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 {
    border-radius: 30px;
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.empty-space9-img {
    display: block;
    overflow: hidden;
    border-radius: 30px;
}
.empty-space9-image img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(33%) saturate(4910%) hue-rotate(210deg) brightness(98%) contrast(102%);
}

.empty-space10 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
    text-align: left;
}
.empty-space10 h4 {
    font-weight: 600;
    color: #072e73;
    margin-bottom: 1%;
}
.empty-space10 p {
    white-space: break-spaces;
}
.empty-space10-text {
    align-self: center;
}
.empty-space10-button:hover {
    background-color: #27b1e3;
}
.empty-space10-button {
    background-color: #072e73;
    color: #fff;
    font-size: 16px;
    width: fit-content;
    padding: 3% 6%;
    border-radius: 50px;
    margin-top: 5%;
    transition: 0.5s;
}
.empty-space10-img img {
    width: 100% !important;
}
.empty-space11 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
    margin-bottom: 5%;
}
.empty-space11-text {
    align-self: center;
}
.empty-space11 h6 {
    font-weight: 600;
    font-size: 32px;
}
.empty-space11 h4 {
    white-space: break-spaces;
    color: #072e73;
    font-weight: 600;
}
.empty-space11-border {
    border-bottom: solid 1px #ccc;
    margin-top: 5%;
    margin-bottom: 5%;
}
.empty-space11 p {
    white-space: break-spaces;
}
.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-img img {
    border-radius: 20px;
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.empty-space11-img {
    border-radius: 20px;
    display: block;
    overflow: hidden;
}
.empty-space11-img {
    border-radius: 20px;
}
.empty-space11 span {
    color: #c4272f;
    font-weight: 600;
}
.empty-space11-blocks {
    display: grid;
    grid-template-columns: 15% auto;
    gap: 15px;
    margin-top: 2%;
}
.empty-space11-blocks2 {
    align-self: center;
    font-size: 16px;
}
.empty-space11-blocks1 {
    background-color: #072e73;
    padding: 20%;
    border-radius: 10px;
}
.empty-space11-blocks1 img {
    filter: invert(1);
}
.empty-space11 h5 {
    font-weight: 600;
    font-size: 22px;
}
.empty-space11-texts {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    margin-top: 5%;
}


















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

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







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

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

.album-img {
    width: 35%;
}
.album-pd {
    width: 50%;
    margin: 0 auto;
    margin-right: 0;
    text-align: left;
    margin-top: 10%;
}
.album-pd1 {
    padding: 98% 0% 0% 7%;
}
.album-pd01 {
    padding: 101% 0% 0% 7%;
}
.album-pd01 .album-text1 {
    font-size: 29px;
}





.album-text {
    font-size: 26px;
    font-weight: 600;
    margin-top: 4%;
}
.album-text1 {
    font-size: 21px;
    font-weight: 600;
    text-align: left;
    white-space: break-spaces;
    line-height: 1.2;
    margin-bottom: 3%;
}
.album-text2 {
    font-size: 18px;
    text-align: left;
    font-weight: 400;
}


.album-button {
    font-size: 18px;
    font-weight: 400;
}



.button-text1:hover {
    background-color: #27b1e3;
}
.button-text1 {
    background-color: #072e73;
    color: #fff;
    font-size: 16px;
    width: fit-content;
    padding: 2.5% 5%;
    border-radius: 50px;
    margin-top: 4%;
    transition: 0.5s;
}
.button-text2:hover {
    background-color: #27b1e3;
}
.button-text2 {
    background-color: #072e73;
    color: #fff;
    font-size: 16px;
    width: fit-content;
    padding: 3.5% 8%;
    border-radius: 50px;
    margin-top: 6%;
  transition: 0.5s;
}




.product-button {
    background-color: #072e73;
    color: #fff;
    font-size: 16px;
    width: fit-content;
    margin: 0 auto;
    padding: 3.5% 7%;
    border-radius: 50px;
    margin-top: 4%;
    transition: 0.5s;
}


/* บริการ */

#background682d96272badef00139d4362 {
    width: 92%;
    margin-left: -7%;
}
#background682d96122badef00139d431d {
    padding: 4% 0% 11%;
}



/* youtube */

.yottie-container {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
}








/* tableA */

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











/* ฟอร์ม Style */

#editor1, #editor2, #editor3, #editor4, #editor5, #editor6, #editor7 {
	font-size: 18px;
	margin-top: 3%;
	font-weight: 600;
}
#editor5 {
    margin-top: 1%;
}



/* ฟอร์ม Style */

#formdisplay682f000d30e796001376f32d .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px!important;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    background-color: transparent;
    padding: 5px 10px;
    color: #555 !important;
    height: 50px;
    font-size: 16px;
}
#formdisplay682f000d30e796001376f32d .form-control:focus {
   border-bottom: 1px solid #072e73;
}


#formdisplay682f000d30e796001376f32d .btn-default:hover, 
#formdisplay682f000d30e796001376f32d .btn-default:focus {
    background-position: 0 0px;
    border: 1px solid #072e73;
    background: #072e73;
    color: #ffffff;
}
#formdisplay682f000d30e796001376f32d .btn-default {
    background-repeat: repeat-x;
    border-color: #072e73;
    padding: 14px 40px;
    font-size: 18px;
    border: 1px solid #072e73;
    color: #ffffff;
    text-shadow: none;
    border-radius: 50px;
    background: #072e73;
    transition: 0.5s;
    text-transform: capitalize;
    box-shadow: none;
}
#formdisplay682f000d30e796001376f32d {
    width: 100%;
    padding: 0%;
    background-color: transparent !important;
}
#formdisplay682f000d30e796001376f32d ::placeholder {
    color: #787878;
}
#formdisplay682f000d30e796001376f32d br.k-br {
    display: none;
}

#cookie682f000d30e796001376f32d {
    font-size: 16px;
}
#formdisplay682f000d30e796001376f32d .glyphicon {
    display: none;
}







/* pdpa */

.pdpa-text h5 {
  font-weight: 600;
  margin-top: 2%;
}
.pdpa-text h4 {
  font-weight: 500;
}
.pdpa-text a:hover {
  color: #000;
}
.pdpa-text a {
  color: #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: #072e73 !important;
}
.unknown_prf .btn-main {
  margin-bottom: 100%;
}
.buttonExampleSite:hover {
  background-color: #444 !important; 
  border: 0px solid #444 !important;
  color: #fff !important;
}
.buttonExampleSite {
    border-radius: 0px !important;
   background-color: #072e73 !important;
    font-size: 16px !important;
    border: 0px solid #072e73 !important;
    color: #fff !important;
}



 
 





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


.map-map {
  margin-top: 3%;
}

 

/*from Contact */

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




@media screen and (min-width : 1900px) {
.navbar-default .navbar-nav > li > a {
    padding: 8px 20px;
    font-size: 22px;
}
.no-js .dropdown-menu > li > a {
    font-size: 20px;
}  
.head-block-text {
    font-size: 20px;
}
.head-block {
    width: 70%;
}
.head-block-social {
    gap: 15px;
}
.head-block-social {
    margin-top: 3%;
} 
.album-text {
    font-size: 36px;
}
.album-button {
    font-size: 20px;
} 
.album-pd {
    margin-top: 13%;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 24px;
    padding: 0% 5% 0%;
    height: 65px;
}
.product-button {
    font-size: 18px;
}
.empty-space2-text1 {
    font-size: 7.5em;
} 
.empty-space2-text2 {
    font-size: 7em;
}
.empty-space2 h2 {
    font-size: 3.4em;
}
.button-text1 {
    font-size: 18px;
    padding: 2% 5%;
}  
.empty-space2 {
    gap: 70px;
} 
.button-text2 {
    font-size: 18px;
    padding: 3% 8%;
}
.album-text1 {
    font-size: 28px;
}  
.album-text2 {
    font-size: 20px;
} 
.album-pd1 {
    padding: 100% 0% 0% 9%;
} 
.empty-space6-block1text {
    font-size: 22px;
} 
.empty-space6-block3text {
    font-size: 22px;
} 
.footer-logo {
    width: 30%;
}
.footer-text1 {
    font-size: 20px;
}  
.footer-block1-text {
    font-size: 18px;
} 
.footer-block1 {
    grid-template-columns: 4% auto;
}
.footer-text2 {
    font-size: 20px;
} 
.footer-text4 {
    font-size: 20px;
}
.footer-text6 {
    font-size: 20px;
}
.footer-text3 {
    font-size: 18px;
}
.footer-text5 {
    font-size: 18px;
}
.footer-block2-text {
    font-size: 20px;
}
.footer-block3-text {
    font-size: 20px;
}  
.footer-block2 {
    padding: 5% 8%;
}
.footer-block3 {
    padding: 5% 8%;
}
.footer-block4 {
    width: 60%;
} 
.empty-space11 h6 {
    font-size: 46px;
}  
.empty-space11 h4 {
    font-size: 30px;
}
.empty-space11 {
    gap: 100px;
}
.empty-space11-texts {
    font-size: 22px;
}
.empty-space11-blocks2 {
    font-size: 20px;
}
.empty-space10-button {
    font-size: 18px;
    padding: 2.5% 6%;
}
#tableA td {
    font-size: 20px;
}  
#tableA th {
    font-size: 20px;
} 
.managerHeader {
    font-size: 3em;
} 
.album-pd01 .album-text1 {
    font-size: 40px;
} 
.album-pd01 {
    padding: 104% 0% 0% 8% ;
} 
.empty-space9 {
    gap: 100px;
}  
.empty-space8 h5 {
    font-size: 28px;
}
.tab .nav-tabs li a {
    font-size: 24px;
}
.contact-pd h6 {
    font-size: 30px;
} 
.contact-pd h3 {
    white-space: inherit;
    font-size: 22px;
}
.contact-block-img {
    width: 15%;
}
.contact-pd p {
    font-size: 18px;
} 
.contact-pd h4 {
    font-size: 20px;
}
.no-js .CASS-A-main .form-control {
    padding: 49px 30px;
} 
  
  
  
  
  
  
  
  
  
  
  
  
p {
    font-size: 18.5px;
} 
h2 {
    font-size: 4em;
}
h3 {
    font-size: 22px;
} 
h4 {
    font-size: 26px;
}  
h5 {
    font-size: 30px;
} 
  
}

@media screen and (max-width : 1191px) {
#imagesControl682d8ea5680c700014eec937 {
    padding: 0px ! IMPORTANT;
}
.album-text {
    font-size: 20px;
}
.album-button {
    font-size: 16px;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
      padding: 0% 5% 0%;
    font-size: 18px;
}
.empty-space2-text1 {
    font-size: 4.5em;
}
.empty-space2-text2 {
    font-size: 4.3em;
}
.empty-space2 h2 {
    font-size: 2em;
}  
.empty-space3-grid {
    gap: 20px;
}
.album-text1 {
    font-size: 17px;
}
.album-text2 {
    font-size: 16px;
} 
.empty-space6-block {
    width: 100%;
} 
.footer-block2-text {
    font-size: 12px;
}  
.footer-block3-text {
    font-size: 12px;
}
.album-pd01 .album-text1 {
    font-size: 24px;
}
.contact-pd h6 {
    font-size: 22px;
} 
.contact-pd h3 {
    font-size: 16px;
   line-height: initial;
}  
.contact-pd p {
    font-size: 13px;
} 
.contact-pd h4 {
    font-size: 15px;
}  
.contact-bg {
    gap: 5px;
}
 
  
  
  
  
  
  
  
  
h2 {
    font-size: 2.5em;
}  
  
  
  
}  
  
@media screen and (max-width : 900px) {
.album-text {
    font-size: 16px;
}
.album-button {
    font-size: 14px;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    height: 100px;
} 
.empty-space2-text1 {
    font-size: 3.5em;
}
.empty-space2-text2 {
    font-size: 3.3em;
} 
.empty-space2 p {
    white-space: inherit;
} 
.empty-space2 {
    gap: 35px;
} 
.empty-space3 h5 {
    font-size: 19px;
} 
.empty-space3 p {
    white-space: inherit;
} 
.empty-space4 h3 {
    white-space: inherit;
}  
.album-text1 {
    font-size: 13px;
}
.album-text2 {
    font-size: 13px;
} 
.empty-space6 h1 {
    font-size: 20px;
}
.empty-space6 h4 {
    font-size: 16px;
}
.empty-space6-block1text {
    font-size: 14px;
} 
.empty-space6-block3text {
    font-size: 14px;
} 
.footer-grid {
    display: none;
} 
.footer-text {
    border-top: solid 0px #373737;
    padding-top: 0%;
    margin-top: 0%;
}
.footer-pd {
    padding: 0% 0% 0% 0%;
}
.empty-space11 h6 {
    font-size: 24px;
} 
.managerHeader {
    font-size: 2em;
}
.album-pd01 .album-text1 {
    font-size: 17px;
}  
.contact-block {
    grid-template-columns: repeat(1, 1fr);
}
.tab .nav-tabs li a {
    padding: 10px 10px !important;
    font-size: 16px!important;
} 
.contact-pd h3 {
    white-space: inherit;
} 
.contact-pd h4 {
    font-size: 18px;
}   
.contact-pd p {
    font-size: 16px;
}  
.contact-block-img {
    width: 15%;
} 
  
  
}

@media screen and (max-width : 480px) {
.album-text {
    font-size: 22px;
}
.album-button {
    font-size: 16px;
}
.Contentmanager .site .col-section .item.-micro:nth-child(odd) {
    margin: 5%;
}
.Contentmanager .site .col-section .item.-micro:nth-child(even) {
    margin: 5%;
}
article.col-md-6.item.-micro {
    width: 100%;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    height: inherit;
}  
.empty-space2 {
    grid-template-columns: 100%;
}  
.empty-space2-text {
    padding: 0% 5% 10% 5%;
} 
.empty-space3-grid {
    grid-template-columns: repeat(1, 1fr);
}
.empty-space3 h5 {
	font-size: 24px;
}
.empty-space3 p {
    white-space: break-spaces;
} 
.empty-space4 {
    padding: 2% 0% 0% 0%;
    text-align: center;
}
.empty-space4 h3 {
    white-space: break-spaces;
}
.button-text2 {
    width: fit-content;
    margin: 0 auto;
}
#background682d96272badef00139d4362 {
    width: 100%;
    margin-left: 0%;
} 
.album-text1 {
    font-size: 26px;
} 
.album-text2 {
    font-size: 18px;
}
.itopplus-bg0 {
    background-image: none;
} 
.itopplus-bg2 {
    background-size: cover;
} 
.empty-space6 {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
} 
.empty-space6-text {
    grid-column-start: 1;
    grid-row-start: 1;
}
.empty-space6-block1 {
    gap: 5px;
}
.empty-space6-block2 {
    gap: 5px;
}
.empty-space11 {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
.empty-space10 {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
} 
.table-responsive {
	border: 0px solid #ddd;
	white-space: nowrap;
}  
.album-pd01 .album-text1 {
    font-size: 26px;
}    
.album-pd01 {
    padding: 98% 0% 0% 5%;
}
.empty-space9 {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
.tab .nav-tabs {
    text-align: center;
}  
.contact-pd h4 {
    font-size: 16px;
}   
  
  
  
  
  
}






