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

.itopplus-bg2 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_29012024sj0z/0/0/2z-z1462531953067.jpg");
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  margin: 0;
  padding: 8px 15px;
  border-radius: none;
  font-size: clamp(16px, 1vw, 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: #fff !important;
  box-shadow: none;
  border-color: transparent;
  background: transparent;
  background-color: transparent;
}

.dropdown-menu > li > a {
  color: #444;
}

.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #444;
  background: transparent;
}

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

  #nav-menu,
  #ItopplusMainSidebar > div {
    background: linear-gradient(to right, #02588f 0, #3fbfbb 50%, #56cbd9 100%) !important;
  }

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

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

@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: linear-gradient(to right, #02588f 0, #3fbfbb 50%, #56cbd9 100%);
    transition: 0.3s;
  }

  .itopplus-sticky {
    background: linear-gradient(to right, #02588f 0, #3fbfbb 50%, #56cbd9 100%) !important;
  }

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

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

  .itp-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
  }

  .itopplus-search {
    text-align: right;
    color: #444;
  }
}

/**/
h1 {
  font-size: 2.5em;
  font-weight: 600;
  color: #282828;
  margin: 10px 0 20px;
}

h2 {
  font-size: 2.2em;
  font-weight: 600;
  color: #282828;
  margin: 0 0 20px;
}

h3 {
  font-size: 1.5em;
  font-weight: 600;
  color: #282828;
  margin: 0;
}

section span {
  color: #02588f;
  font-size: 18px;
}

strong {
  color: #282828;
  font-weight: 600;
}

button.itp-button {
  display: flex;
  gap: 10px;
  align-items: center;

  padding: 8px 20px;
  color: #fff;
  background: linear-gradient(to right, #02588f 0, #3fbfbb 50%, #56cbd9 100%);
  width: fit-content;
  outline: unset;
  border: unset;
  border-radius: 30px;
}

button.itp-button::after {
  display: block;
  content: url(https://itp1.itopfile.com/ImageServer/z_itp_29012024sj0z/28/0/btn-iconz-z588625003241.png);
  width: 28px;
  height: 28px;
  aspect-ratio: 1;
}

a.itp-button-view {
  display: grid;
  place-content: center;
  margin: 20px 0;
}

#itopPlusTheme section > div:not(.itopplus-banner, .itopplus-slide) {
  padding: 5% 0;
}

.header-contact {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  left: -10px;
}

.header-contact-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.header-contact-text a {
  font-size: clamp(16px, 1vw, 18px);
  color: #fff;
}

.header-contact-items {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-contact img {
  aspect-ratio: 1;
  width: 45px !important;
}

.section-head {
  text-align: center;
}

.section-head.white * {
  color: #fff;
}

.home-service {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 10px;
}

.home-service-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 15px;
  padding: 20px 15%;
  min-height: 20vw;
}

.home-service-icon {
  aspect-ratio: 1;
  max-width: 30%;
  min-width: 120px;
  margin: 0 auto;
}

.home-about {
  display: flex;
  min-height: 65vh;
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 85%;
}

.home-gallery strong {
  color: #02588f;
}

.thumbs {
  margin: 0 !important;
}

.nav-template li {
  overflow: hidden;
 
	padding: 0 !important;
}

.nav-template li:first-child {
    background: #f8f6fa !important;
    width: 45%;
   border-radius: 15px;
}

.nav-template li strong {
	font-size: 1.5em;
}

.nav-template li *:not(button.itp-button, strong) {
    margin: 0 !important;
      padding: 0 !important;
}

.nav-template .img-container {
    padding: 0 !important;
    position: relative;
    height: 100%;
}

.nav-template .img-container > div {
    position: unset !important;
    background-size: 100% !important;
    background-repeat: no-repeat;
    background-position: unset !important;
    min-height: 20vw;
    height: 100% !important;
}

.nav-template li .maxHeight-main {
  min-height: 30vw;

}

.nav-template a.itp-button-view {
    justify-content: start;
}

.maxHeight-main .itp-button-view {
display: none;
}

.maxHeight-main strong {
    display: block;
    padding: 10px 15px;
}

#Contentmanager .maxHeight-TP4 {
  display: grid;
  grid-template-columns: 25% 50%;
  gap: 20px;
  margin: 0 20px 20px;
}

#Contentmanager .maxHeight-TP4 > *:first-child #Contentmanager .maxHeight-TP4 > *:last-child {
  width: 100% !important;
}



#Contentmanager .maxHeight-TP4 .col-md-4,
#Contentmanager .maxHeight-TP4 .col-md-8 {
	width: 100% !important;
}

#Contentmanager .nav-template li:hover,
#Contentmanager .nav-template li:hover a{
    background-color: transparent;
    text-decoration: none !important;
}

