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

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

.no-js a {
  color: #444;
  transition: 0.35s;
}
.no-js a:hover {
  color: #012060;
}
.itopplus-footer {
  color: #fff;
}
.itopplus-footer a {
  color: #fff;
}
.itopplus-footer a:hover {
  color: #c7a32d;
}

.itopplus-bg2 {
  background-image: url("http://itp1.itopfile.com/ImageServer/z_itp_290120240yfq/0/0/BG(1)z-z487564624343.jpg");
}
.itopplus-bg3 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_290120240yfq/0/0/3z-z45932264684.jpg");
}
.navbar-default .navbar-nav > li > a {
  color: #333333;
  margin: 0 5px;
  padding: 15px 15px;
  border-radius: none;
}
.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: #333333 !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: 0;
    left: 10px;
    width: 80px !important;
    z-index: 10000;
  }
  #nav-menu,
  #ItopplusMainSidebar > div {
    background: #fff !important;
  }
  #itpMenuSideBar span {
    background-color: #000 !important;
  }
  #controlMenu * {
    color: #000 !important;
    border: none;
  }
}

@media screen and (min-width: 1024px) {
  .itopplus-banner > .container {
    display: grid;
    grid-template-columns: 16% 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: 10px;
    width: clamp(120px, 100%, 20vw);
    margin: 0 auto;
  }
  #itopplus-nav-bar {
    display: flex;
    width: 100%;
    justify-content: end;
  }
  .itp-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: end;
    height: 100%;
    gap: 10px;
  }
  .itopplus-search {
    text-align: right;
    color: #444;
    width: 50%;
  }
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin: 0;
  }
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin: 0;
  }
}

@media screen and (min-width: 1366px) {
}

/* oscar*/
figure.effect-oscar {
  background: transparent;
}
figure.effect-oscar img {
  opacity: 1;
}
figure.effect-oscar:hover img {
  opacity: 1;
}
figure.effect-oscar figcaption::before {
  border: 0px solid #fff;
}
figure.effect-oscar figcaption {
  background: transparent;
}
figure.effect-oscar:hover figcaption {
  background: transparent;
}
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;
}
figure.effect-oscar:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.05, 1.05, 1);
}
/* oscar */

/* tab */
.block-iconnext {
  display: grid;
  grid-template-columns: 25px auto;
  gap: 10px;
}
.iconnext-2 {
  white-space: break-spaces;
  text-align: left;
  color: #444444;
}
.TabItpContentLandingPage .nav-justified {
  width: 40% !important;
  padding-right: 3%;
}
.grid-blockbg-service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.blockbg-service {
  margin-bottom: 20px;
}
.tab-detailservice img {
  border-radius: 25px;
}
.tab-service {
  margin-bottom: 10%;
}
.tab-detailservice .block-bg {
  border-radius: 25px;
}
.tab-detailservice-2 {
  text-align: left;
}
.tab-detailservice-2 h1 {
  white-space: break-spaces;
  font-weight: 600;
  color: #001f5f;
  padding: 5% 0% 3%;
}
.btndetail {
  background: #2e75b5;
  color: #fff;
  width: fit-content;
  border-radius: 10px;
  padding: 10px 20px;
  font-family: "Karla", sans-serif;
  font-weight: 300;
  margin-top: 5%;
  transition: 0.35s;
}
.btndetail:hover {
  background: #001f5f;
  transition: 0.35s;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #444444;
  background-color: #f0f6fa;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #f0f6fa;
}
.TabItpContentLandingPage .tab-content {
  border-left: 2px solid #dadada !important;
  background-color: transparent !important;
  padding: 0% 3% !important;
}
.TabItpContentLandingPage .nav > li > a {
  margin: 5px 0px;
}
/* tab */

/*เฉพาะรูปแบบมีขอบ*/
.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.1% !important;
}
.thumbnail {
  border: solid 0px #dadada;
  background: transparent;
  border-radius: 0px;
  padding: 0% !important;
  transition: 0.5s;
  box-shadow: 3px 3px 15px 1px rgba(225, 149, 145, 0);
  margin-bottom: 10%;
}
.thumbnail:hover {
  box-shadow: 3px 3px 15px 1px rgba(225, 149, 145, 0);
  background: transparent;
  border-radius: 0px;
}
.blockproject {
  font-family: "Karla", sans-serif;
  text-align: center;
  padding: 5% 0%;
  background: #010447;
  color: #fff;
  border-radius: 0px 0px 25px 25px;
}
.no-js .fancybox-skin {
  background: transparent;
  border-radius: 0px !important;
  padding: 15px !important;
}
.no-js .fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
}
/*เฉพาะรูปแบบมีขอบ*/

/*from Contact*/
.no-js #Component67e528e075b2ac0013d309bc label {
  display: none !important;
  color: #444444;
}
.no-js #Component67e528e075b2ac0013d309bc .col-md-6 {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-right: auto;
  float: initial;
  padding-left: 20px;
}
.no-js #Component67e528e075b2ac0013d309bc .form-control {
  border: 0px solid #cfcfcf;
  border-bottom: 1px solid #444444;
  border-radius: 0px !important;
  box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
  padding: 24px 0px;
  background: transparent;
  color: #444444;
  font-size: 15px !important;
}
.no-js #Component67e528e075b2ac0013d309bc .form-control:focus {
  border-bottom: 1px solid #2e75b5 !important;
  border: 0px solid #2e75b5;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(102, 175, 233, 0);
  color: #444 !important;
}
.no-js #Component67e528e075b2ac0013d309bc .btn {
  background: #2e75b5;
  color: #fff;
  text-shadow: 0 0px 0 #00000000;
  background-repeat: repeat-x;
  border-color: transparent;
  border-radius: 30px;
  padding: 10px 30px 10px 30px;
  font-size: 15px;
  font-weight: 400;
  border: 0px solid;
}
.no-js #Component67e528e075b2ac0013d309bc .btn-default:active {
  background: #2e75b5;
  color: #fff;
}
.no-js #Component67e528e075b2ac0013d309bc .btn-default:hover,
.no-js #Component67e528e075b2ac0013d309bc .btn-default:focus {
  background-position: 0 0px;
  background: #2e75b5;
  border: 0px solid transparent;
}
.no-js #Component67e528e075b2ac0013d309bc .col-xs-12.col-sm-5.col-md-5.padding {
  width: 100%;
}
.no-js #Component67e528e075b2ac0013d309bc span.label {
  font-size: 13px;
  font-weight: 400;
}
.no-js #Component67e528e075b2ac0013d309bc ::placeholder {
  color: #444 !important;
  font-weight: 400;
}
#background67e528e075b2ac0013d309bc {
  border-left: 1px solid #444444;
  padding-left: 5%;
}
/*from Contact*/

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

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: 22px;
}
h6 {
  font-size: 28px;
}
p {
  font-size: 16px;
}
body {
  font-size: 16px;
}
b,
strong {
  font-weight: 600;
}

.block-bg {
  align-self: center;
  display: block;
  overflow: hidden;
}
.block-bg img:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
  transition: 0.35s;
}
.block-bg img {
  transition: 0.35s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.grid-sectionone-peakfm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.content-peakfr {
  white-space: break-spaces;
}
.block-sectionone-peakfm-3 {
  align-self: center;
  padding: 20% 0% 0% 15%;
}
.block-sectionone-peakfm-3 span {
  font-weight: 600;
}
.block-sectionone-peakfm-3 h2 {
  font-family: "Karla", sans-serif;
  font-size: 5em;
  font-weight: 800;
  color: #00205f;
  margin-left: 5%;
  margin-bottom: 2%;
}
.block-sectionone-peakfm-3 h1 {
  color: #00205f;
  line-height: 0;
  margin-left: 6%;
}
.sectiontwo-peadkfm {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 3% 0%;
}
.block-sectiontwo-peadkfm-2 {
  text-align: center;
  align-self: center;
  border-right: 1px solid #2f3171;
}
.block-sectiontwo-peadkfm-2:last-child {
  border-right: 0px;
}
.block-sectiontwo-peadkfm-2 h2 {
  font-family: "Karla", sans-serif;
  font-size: 7em;
  line-height: 1;
  font-weight: 700;
}
.block-sectiontwo-peadkfm-2 h1 {
  font-family: "Karla", sans-serif;
}
.font-k {
  width: 22%;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 20px;
}
.head-peakfm {
  text-align: center;
  margin-top: 6%;
  margin-bottom: 2%;
  color: #012061;
}
.head-peakfm span {
  text-transform: uppercase;
  font-family: "Karla", sans-serif;
  font-weight: 800;
  font-size: 1.2em;
}
.head-peakfm h1 {
  font-weight: 600;
}
.empty-peakfm {
  padding: 2%;
}
.no-js .itopplus-bg0 {
  position: relative;
  z-index: -1;
}
.no-js .grid-sectiontop-peakfm {
  height: 0;
}
.grid-sectiontop-peakfm {
  display: grid;
  grid-template-columns: 30% auto;
  gap: 30px;
  margin: 0 auto;
  position: relative;
  top: -10vw;
}
.block-sectiontop-peakfm-2 {
  background: #010447;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  padding: 22% 0% 0%;
}
.block-sectiontop-peakfm-3 {
  background: #f0f6fa;
  border-radius: 30px;
  padding: 10% 5%;
}
.block-sectiontop-peakfm-3 .head-peakfm {
  margin-top: 0%;
  margin-bottom: 2%;
  text-align: left;
}
.block-sectiontop-peakfm-2 h1 {
  line-height: 1;
  margin-top: 5%;
  font-size: 2.5em;
}
.block-sectiontop-peakfm-2 h1 span {
  font-size: 1.5em;
}
.block-sectiontop-peakfm-2 h1 span {
  font-weight: 600;
}
.block-border h5::before {
  content: " ";
  width: 120px;
  height: 120px;
  background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_290120240yfq/0/0/mskz-z1291186639447.png);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  left: 19%;
  margin-top: -9%;
}
.block-border-2 h5 {
  display: flex;
  flex-direction: row;
}
.block-border-2 h5::before {
  content: "";
  flex: 1 1;
  border-bottom: 2px solid #fff;
  margin: auto;
}
.block-border-2 h5::after {
  content: "";
  flex: 1 1;
  border-bottom: 2px solid #fff;
  margin: auto;
  width: 10px;
}
.block-border-2 h5 span {
  padding: 0px 10px;
}
.block-border::before {
  content: " ";
  width: 120px;
  height: 120px;
  background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_290120240yfq/0/0/mskz-z1291186639447.png);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  left: 10%;
  margin-top: -11%;
}
.block-border-2 {
  padding: 0px 35px;
}
.grid-sectionbg-ourwork {
  display: grid;
  grid-template-columns: 23.5% 36.5% auto;
  gap: 20px;
  margin-bottom: 7%;
}
.grid-sectionbg-ourwork img {
  border-radius: 25px;
}
.bg-ourwork {
  margin-bottom: 20px;
}
.bg-ourwork .block-bg {
  border-radius: 25px;
}
.gridhead-social-peadlfm {
  display: flex;
  width: 50%;
  gap: 10px;
}
.head-social-peadlfm {
  display: flex;
  justify-content: flex-end;
}
.social-peadlfm {
  transition: 0.35s;
}
.social-peadlfm:hover {
  filter: grayscale(1);
  transition: 0.35s;
}
.no-js .itopplus-banner {
  box-shadow: 1px 1px 8px 1px #00000021;
}
.itopplus-banner.itopplus-sticky {
  box-shadow: 1px 1px 8px 1px #00000021 !important;
}
.grid-footer-peakfm {
  display: grid;
  grid-template-columns: 35% 35% auto;
  gap: 20px;
  padding: 5% 0% 6%;
}
.head-footer h3 {
  font-weight: 600;
}
.copyright {
  font-size: 14px;
  margin-top: 10%;
}
.head-footer {
  margin-bottom: 10px;
}
.footer-2 {
  white-space: break-spaces;
}
.gridfooter-social-peadlfm {
  display: flex;
  width: 60%;
  gap: 10px;
  margin: 0 auto;
}
.logopeak-footer {
  width: 63%;
  margin: 0 auto;
  margin-bottom: 8%;
}
.block-footer-peakfm-3 {
  padding-left: 15%;
}
.buttonExampleSite {
  border: 0px solid #fff !important;
  color: #000 !important;
  background: #9cc2e6 !important;
  border-radius: 5px !important;
  font-weight: 400;
}
.buttonExampleSite:hover {
  background: #012060 !important;
  color: #fff !important;
}
.pdpa-text.pdpamg1 {
  padding: 5% 0%;
}
.ITPcookiebar {
  background-color: #302f2fe0 !important;
  color: #fff !important;
}
.ITPlinkToCookiepage:hover {
  color: #fff !important;
}
.ITPcookiebar {
  width: 100% !important;
  font-size: 14px !important;
}
.pdpa-text.pdpamg1 {
  padding: 5% 0%;
}
ul.icon-a {
  font-size: 16px;
}
.grid-section-project {
  display: grid;
  grid-template-columns: 60% auto;
  padding: 1% 0% 5%;
}
.block-section-project-2 {
  align-self: center;
  text-align: center;
}
.block-section-project-2 h1 {
  font-weight: 600;
  color: #012060;
  font-size: 2.3em;
}
.bgbook {
  width: 80%;
  margin: 0 auto;
}
.itopplus-bg2 {
  background-size: cover;
  background-position: center;
}
.number-peak span {
  font-size: 5em;
  font-weight: 700;
  color: #2e75b5;
  font-family: "Karla", sans-serif;
}
.grid-number-peak {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 5% 0%;
}
.block-number-peak {
  border-right: 1px solid #cad8e2;
}
.block-number-peak:last-child {
  border-right: 0px;
}
.block-number-peak h4 {
  font-weight: 600;
  color: #2e75b5;
}
.bg-iconstrengths {
  background: #f0f6fa;
  border-radius: 30px;
  padding: 10%;
  margin-bottom: 15%;
  min-height: 340px;
}
.iconstrengths-2 {
  text-align: left;
}
.iconstrengths-2 h3 {
  white-space: break-spaces;
  font-weight: 600;
  margin-bottom: 3%;
}
.iconstrengths {
  width: 50%;
  margin-bottom: 10%;
}
.comingsoon {
  padding: 5% 5% 10%;
}
.block-iconcontact {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}
.iconcontact {
  width: 8%;
}
.iconcontact-2 {
  align-self: center;
}
.block-sectionone-peakfm-4 {
  align-self: center;
}
.block-sectionone-peakfm-4 h2 {
  font-family: "Karla", sans-serif;
  font-size: 5em;
  font-weight: 800;
  color: #00205f;
  line-height: 1;
}
.block-sectionone-peakfm-4 h1 {
  font-family: "Karla", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5%;
}
.grid-sectionabout-peakfm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 5% 0% 10%;
  gap: 40px;
}
.grid-sectionservice-peakfm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 1% 0% 1%;
  gap: 30px;
}
.head-conatactservice {
  text-align: center;
  padding: 4% 0% 6%;
}
.grid-iconconservice {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 2%;
  width: 85%;
}
.block-iconcontact-2 {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
  background: #01055c;
  padding: 10px;
  border-radius: 50px;
  transition: 0.35s;
}
.iconcontact-4 {
  align-self: center;
  color: #fff;
}
.iconcontact-3 {
  width: 13%;
}
.block-iconconservice {
  display: flex;
  justify-content: center;
}
.block-iconcontact-2:hover {
  background: #2e75b5;
  transition: 0.35s;
}
.grid-bgservice {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 20px;
}
.block-sectionservice-peakfm-3 h3 {
  font-weight: 600;
  margin-top: 15px;
}
.grid-sectionservice-peakfm .block-bg {
  border-radius: 25px;
}
.block-sectionservice-peakfm-4 h5 {
  font-weight: 600;
}
.border-service {
  border-left: 2px solid;
  padding-left: 3%;
  margin-top: 1%;
  padding-right: 5%;
}
ul.icon-product ::marker {
  color: #c7a32d;
}
.grid-sectionservice-peakfm ul.icon-product {
  margin-left: -4%;
  margin-top: 2px;
}

.job-title {
  font-size: clamp(20px, 1.8vw, 32px);
  color: #012061;
  font-weight: 600;
  margin-bottom: 10px;
}
.job-desc {
  border-radius: 15px;
  display: flex;
  padding: 15px;
  flex-direction: column;
  gap: 10px;
}

.job-desc ul {
  padding-inline-start: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.job-desc span {
  text-decoration: underline;
}

.job-desc ul li {
  display: grid !important;
  grid-template-columns: 20px auto;
  align-items: center;
  gap: 5px;
}

.job-desc ul li::before {
  display: block;
  width: 16px;
  aspect-ratio: 1;
  content: "";
  background: url(https://itp1.itopfile.com/ImageServer/z_itp_290120240yfq/0/0/diamondz-z1300087195916.png);
  background-repeat: no-repeat;
  background-size: 100%;
  filter: brightness(0) saturate(100%) invert(7%) sepia(49%) saturate(5173%) hue-rotate(238deg) brightness(94%) contrast(118%);
}

.TabItpContent {
  display: grid;
  grid-template-columns: 25% auto;
  gap: 3vw;
  background-color: #fff;
  padding: 0;
  width: 100%;
  margin: auto;
}
.TabItpContent > ul {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  padding: 0 !important;
  gap: 10px;
}
.TabItpContent .nav-justified > li > a {
  padding: 0 !important;
  margin: 0 !important;
}
.TabItpContent > ul li {
    padding: 15px !important;
    width: 100%;
    border-radius: 8px;
}
.TabItpContent .nav-justified::before,
.TabItpContent .nav-justified::after {
  display: none;
}
.TabItpContent .tab-content,
.TabItpContent .tab-content div {
  width: 100%;
  padding: 0 !important;
}
.TabItpContent .nav-justified > li {
  background-color: #f7f7f7;
}
.TabItpContent .nav-justified > li > a {
  background-color: transparent !important;
}
.TabItpContent .nav-pills > li.active > a,
.TabItpContent .nav-pills > li.active,
.TabItpContent .nav-pills > li.active > a:focus,
.TabItpContent .nav-pills > li.active > a:hover {
  background-color: #012061 !important;
      color: #fff !important;
}
.TabItpContent .nav-pills > li.active > a span,
.TabItpContent .nav-pills > li.active > a:focus span,
.TabItpContent .nav-pills > li.active > a:hover span {
  color: #fff !important;
}
ul.nav.nav-pills.nav-justified span {
    font-size: 16px !important;
}


/* ฟอร์ม Style 2 */
#formdisplay68340919a97982001a1f1e4e .form-control {
  border: 0px solid #464646;
  border-bottom: 1px solid #464646;
  border-radius: 0px !important;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  background-color: transparent;
  padding: 0px 0px 10px;
  font-size: 16px;
  width: 100% !important;
  margin: 10px 0px;
  color: #000 !important;
  padding-right: 0px !important;
}
#formdisplay68340919a97982001a1f1e4e .form-control:focus {
  border-bottom: 1px solid #2f3171 !important;
  border: 0px solid #2f3171;
  color: #000 !important;
}
#formdisplay68340919a97982001a1f1e4e .form-control:hover {
  border-bottom: 1px solid #2f3171 !important;
  border: 0px solid #2f3171;
}
#formdisplay68340919a97982001a1f1e4e .btn-default:hover,
#formdisplay68340919a97982001a1f1e4e .btn-default:focus {
  background-position: 0 0px;
  background: #2f3171 !important;
  color: #fff !important;
  transition: 0.35s;
}
#formdisplay68340919a97982001a1f1e4e .btn-default {
  border-color: #0000;
  padding: 10px 30px;
  font-size: 15px;
  border: 0px solid #2f3171 !important;
  background: #2f3171 !important;    
  text-shadow: none;
  border-radius: 50px !important;
  color: #fff !important;
}
#formdisplay68340919a97982001a1f1e4e ::placeholder {
  color: #000;
}
#formdisplay68340919a97982001a1f1e4e span.label {
  display: contents;
}
#formdisplay68340919a97982001a1f1e4e a#capchatxt {
  font-weight: 300;
  color: #000;
  margin-left: 2%;
}
#formdisplay68340919a97982001a1f1e4e {
  background: transparent !important;
  color: #000 !important;
  width: 100%;
  margin: 0 auto;
}
#formdisplay68340919a97982001a1f1e4e .form-control::placeholder {
  color: #000 !important;
}
#formdisplay68340919a97982001a1f1e4e .form-group.col-md-2.col-sm-12 {
    width: fit-content;
}
#formdisplay68340919a97982001a1f1e4e .form-group.col-md-6.col-sm-12 {
    margin-bottom: 0px !important;
}
#formdisplay68340919a97982001a1f1e4e .col-md-12.col-sm-12 {
    padding-right: 10px;
    padding-left: 10px;
}
#form68340919a97982001a1f1e4e {
    padding: 0px !important;
}
#background68340919a97982001a1f1e4e {
    background: transparent !important;
    width: 70%;
    margin: 0 auto;
}
span.glyphicon.glyphicon-ok-circle {
    display: none;
}
#cookie68340919a97982001a1f1e4e {
    margin-top: -20px;
}
/* ฟอร์ม Style 2 */






@media screen and (min-width: 1900px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 3em;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 32px;
  }
  h6 {
    font-size: 36px;
  }
  p {
    font-size: 20px;
  }
  body {
    font-size: 20px;
  }
  .dropdown-menu > li > a {
    font-size: 19px;
  }
  .gridhead-social-peadlfm {
    width: 40%;
  }
  .block-border-2 {
    padding: 0px 70px;
  }
  .block-border::before {
    left: 12%;
    margin-top: -10%;
  }
  .font-k {
    width: 19%;
    margin-top: 14px;
  }
  .iconstrengths {
    width: 45%;
  }
  .grid-sectionbg-ourwork {
    grid-template-columns: 24% 37% auto;
  }
  .gridfooter-social-peadlfm {
    width: 55%;
  }
  .copyright {
    font-size: 16px;
  }
  .ITPcookiebar {
    font-size: 16px !important;
  }
  .buttonExampleSite {
    font-size: 16px !important;
  }
  .bg-iconstrengths {
    min-height: 440px;
  }
  .itp-block {
    height: 85%;
  }
  ul.icon-a {
    font-size: 20px;
  }
  .grid-sectionservice-peakfm ul.icon-product {
    margin-left: -2%;
  }
  .grid-iconconservice {
    width: 70%;
  }
  .block-sectionservice-peakfm-3 h3 {
    margin-top: 20px;
  }
  .iconcontact {
    width: 7%;
  }
  .no-js #Component67e528e075b2ac0013d309bc .form-control {
    padding: 30px 0px;
    font-size: 19px !important;
  }
  .no-js #Component67e528e075b2ac0013d309bc .btn {
    font-size: 19px;
  }
  ul.nav.nav-pills.nav-justified span {
    font-size: 22px !important;
}
#formdisplay68340efe06e9780013b0bcbc .form-control {
    font-size: 19px;
    margin: 15px 0px;
}
#formdisplay68340919a97982001a1f1e4e .form-control {
    font-size: 19px;
    margin: 15px 0px;
}
#formdisplay68340efe06e9780013b0bcbc .btn-default {
    font-size: 19px;
}  
#formdisplay68340919a97982001a1f1e4e .btn-default {
    font-size: 19px;
} 
}

@media screen and (max-width: 1191px) {
  .navbar-default .navbar-nav > li > a {
    padding: 15px 10px;
  }
  .content-peakfr {
    white-space: inherit;
  }
  .block-sectiontop-peakfm-2 h1 {
    font-size: 2em;
  }
  .block-border::before {
    width: 100px;
    height: 100px;
  }
  .grid-sectiontop-peakfm {
    top: -16vw;
  }
  .block-sectionone-peakfm-3 {
    padding: 25% 0% 0% 15%;
  }
  .block-sectionone-peakfm-3 h2 {
    font-size: 4.5em;
  }
  .block-sectiontwo-peadkfm-2 h2 {
    font-size: 6em;
  }
  .iconstrengths-2 h3 {
    white-space: inherit;
  }
  .iconnext-2 {
    white-space: inherit;
  }
  .itopplus-bg3 {
    background-size: cover;
  }
  .bg-iconstrengths {
    margin-left: 15px;
}
}

@media screen and (max-width: 900px) {
  .no-js .itopplus-bg0 {
    position: inherit;
  }
  .grid-sectiontop-peakfm {
    top: 5vw;
  }
  .no-js .grid-sectiontop-peakfm {
    height: auto;
  }
  .block-sectiontop-peakfm-2 h1 {
    font-size: 1.6em;
  }
  .grid-sectiontop-peakfm {
    margin-bottom: 12%;
  }
  .block-sectionone-peakfm-3 {
    padding: 0% 0% 0% 5%;
  }
  .block-sectiontwo-peadkfm-2 h2 {
    font-size: 4em;
  }
  .block-sectiontwo-peadkfm-2 h1 {
    font-size: 26px;
  }
  .grid-sectionbg-ourwork {
    grid-template-columns: 23% 35.5% auto;
  }
  .grid-footer-peakfm {
    grid-template-columns: repeat(3, 1fr);
  }
  .footer-2 {
    white-space: inherit;
  }
  .grid-iconconservice {
    width: 100%;
  }
  .iconcontact {
    width: 11%;
  }
  .gridfooter-social-peadlfm {
    width: 80%;
  }
  #display1 {
    width: 104%;
}
  #display3 {
    width: 104%;
}
 #btnview68340919a97982001a1f1e4e {
    margin-left: 37%;
}
  #background68340919a97982001a1f1e4e {
    width: 80%;
}
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 2.5em;
  }
  h6 {
    font-size: 24px;
  }
  #imagesControl67e4bf695e1b0a00132bd43e {
    padding: 0px !important;
  }
  .grid-sectiontop-peakfm {
    grid-template-columns: 100%;
  }
  .grid-sectiontop-peakfm {
    top: 10vw;
  }
  .block-sectiontop-peakfm-2 {
    padding: 20% 0% 15%;
  }
  .block-border::before {
    left: 35%;
    margin-top: -33%;
  }
  .head-peakfm span {
    font-size: 1em;
  }
  .grid-sectionone-peakfm {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 10% 0%;
  }
  .block-sectionone-peakfm-3 {
    padding: 20% 10% 5% 10%;
  }
  .sectiontwo-peadkfm {
    grid-template-columns: repeat(2, 1fr);
    padding: 10% 0%;
  }
  .block-sectiontwo-peadkfm-2 {
    border-right: 0px solid #2f3171;
  }
  .iconstrengths {
    width: 40%;
  }
  .grid-section-project {
    grid-template-columns: 100%;
    padding: 5% 0% 5%;
  }
  .grid-number-peak {
    grid-template-columns: repeat(1, 1fr);
    padding: 10% 0%;
  }
  .block-number-peak {
    margin-bottom: 5%;
  }
  .number-peak span {
    font-size: 4em;
  }
  .block-number-peak {
    border-right: 0px solid #cad8e2;
  }
  .bgbook {
    width: 80%;
    margin: 0 auto;
    padding: 15% 0%;
  }
  .grid-sectionbg-ourwork {
    grid-template-columns: 100%;
  }
  .grid-footer-peakfm {
    grid-template-columns: repeat(1, 1fr);
  }
  .block-footer-peakfm-3 {
    display: none;
  }
  .block-footer-peakfm-4 {
    display: none;
  }
  .grid-footer-peakfm {
    padding: 5% 0% 20%;
  }
  .TabItpContentLandingPage {
    display: block !important;
  }
  .nav-justified {
    width: 100% !important;
  }
  .TabItpContentLandingPage .tab-content {
    width: 100% !important;
  }
  .tab-detailservice-2 {
    margin-top: 5%;
  }
  .grid-sectionabout-peakfm {
    grid-template-columns: repeat(1, 1fr);
    padding: 0% 5% 10%;
  }
  .grid-sectionservice-peakfm {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-iconconservice {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 10%;
  }
  .grid-bgservice {
    gap: 20px;
  }
  .head-peakfm {
    margin-top: 10%;
    margin-bottom: 3%;
  }
  .iconcontact {
    width: 13%;
  }
  .TabItpContent {
    display: flex;
    flex-direction: column;
    width: 85%;
    margin: 0 auto;
  }
  .TabItpContent > ul {
    position: relative;
    left: -15px;
    display: flex;
    flex-direction: row;
    overflow-y: scroll;
 
  }
  .TabItpContent > ul li {
    min-width: fit-content;
    height: fit-content;
    min-height: 81px;
}
  .TabItpContentLandingPage .nav-justified {
    width: 100% !important;
}
  #background68340919a97982001a1f1e4e {
    width: 80%;
}
  #display1 {
    width: 108%;
}
  #display3 {
    width: 108%;
}
 #btnview68340919a97982001a1f1e4e {
    margin-left: 25%;
}
}



.old-image-icon-instragram {
  background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_290120240yfq/0/0/igz-z1720900125047.png) !important;
}
.old-image-icon-line {
  background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_290120240yfq/0/0/lineez-z806050464405.png) !important;
}
.old-image-icon-facebook {
  background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_290120240yfq/0/0/fbz-z917854458537.png) !important;
}
#itpphonemobile {
  background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_290120240yfq/0/0/phonez-z189848181151.png) !important;
}

.CASS-A-top {
  height: auto;
  border-top: solid 0px #d4d4d4;
}
.CASS-A-bottom {
  height: auto;
  border-bottom: solid 0px #d4d4d4;
}
.CASS-A-middle-mid {
  position: relative;
  padding: 0px;
}
.CASS-A-middle-right {
  border-right: solid 0px #d4d4d4;
}
.CASS-A-middle-left {
  border-left: solid 0px #d4d4d4;
}
.CASS-A-main {
  box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.5);
}


.head-namejob {
    white-space: break-spaces;
}
.TabItpContent .nav-justified > li a {
    color: #444;
}
.TabItpContent .nav-justified > li > a {
    color: #444 !important;
}

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #012061 0, #012061 100%);
    background-repeat: repeat-x;
    border-color: #012061 !important;
}
.btn-success:focus, .btn-success:hover {
    background-color: #012061 !important;
    background-position: 0 -15px;
}
.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #012061 !important;
    border-color: #012061 !important;
}
.Textmanager.font-inherit {
    text-align: left;
}

