.itopplus-background {

}
body {
    font-size: 20px;
    overflow-x: hidden;
    color: #444444;
}

.unknown {
  position: fixed;
  bottom: 8% !important;
}

.unknown_prf .btn-main,
.unknown_prf:hover .btn-main {
  margin-bottom: 0 !important;
}


a {
    color: #444444;
}
a:hover {
    color: #7faca5;
}

b, strong {
    font-weight: 600;
}

.itopplus-bg2 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_13102023qj2h/0/0/2z-z395356159010.webp");
  background-color: #daeaf1;
}

.navbar-default .navbar-nav > li > a {
   font-size: 0.9em; 
  color: #282828;
  margin: 0 4px;
  padding: 8px 0;
  border-radius: none;
  border-bottom: 3px solid transparent;
}

.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: #7faca5 !important;
  box-shadow: none;
  border-bottom: 3px solid #7faca5;
  background: transparent;
  background-color: transparent;
}

.dropdown-menu > li > a {
    font-size: 1.3em; 
	color: #282828;
     padding: 10px 20px;
}

.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #fff;
  background: #7faca5;
}

@media screen and (max-width: 992px) {
  #controlBanner img {
    position: fixed;
    top: 5px;
    left: 10px;
    width: 45px !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: 15% auto;
    align-items: center;
  }

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

  .itopplus-banner {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: 0.3s;
  }

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

  #controlBanner {
    object-fit: contain;
    padding: 20px;
    width: 80%;
    min-width: 8vw;
    margin: 0 auto;
  }

  #nav-menu {
    display: grid;
    justify-content: end;
    background: transparent;
    min-height: auto;
  }

  .itp-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
    height: 100%;
  }

  .itopplus-search {
    width: 20vw;
    text-align: center;
  }
  
  .itopplus-header {
    height: inherit;
}
}




/**/
.h1, h1 {
    font-size: 3.4em;
    font-weight: 600;
}
.h2, h2 {
    font-size: 2.4em;
    font-weight: 600;
}
.h3, h3 {
    font-size: 1.6em;
    font-weight: 600;
}
.h4, h4 {
    font-size: 1.2em;
    font-weight: 600;
}
.h5, h5 {
    font-size: 1.1em;
}
.boderedlayoutClient {
    border-top: 0px dashed transparent;
    border-left: 0px dashed transparent;
    border-right: 0px dashed transparent;
    border-bottom: 0px dashed transparent;
}
ol, ul {
    margin-top: 10px;
    margin-bottom: 10px;
}
/**/




/*header*/
.header-intro {
    display: grid;
    grid-template-columns: 95% 5%;
    align-items: center;
    font-size: 0.9em;
}
.header-intro-text span {
    color: #98bd9e;
}
.header-intro-img {
    display: flex;
    gap: 10px;
}
.icon-img {
    transition: 0.5s;
}
.icon-img:hover {
    transform: scale(1.1);
}
.header-align {
    float: right;
}
.btn-more {
    background: #7faca5;
    color: #fff;
    border: none;
    display: grid;
    grid-template-columns: auto 20px;
    align-items: center;
    gap: 5px;
    border-radius: 50px;
    padding: 6px 15px;
    font-size: 0.9em;
    transition: 0.5s;
}
.btn-more:hover , .itp-contentmanager-template5 li.col-md-6.col-sm-6.col-xs-12:hover .btn-more {
    background: #a38240;
    color: #fff;
}
/*header*/



/*footer*/
.itopplus-footer {
    font-size: 18px;
}
.itopplus-footer h3 {
    font-size: 1.4em;
    margin: 0;
}
.itopplus-footer h4 {
    margin: 0px 0 15px;
    font-weight: 600;
}
.itopplus-footer a {
    color: #fff;
}
.itopplus-footer a:hover {
    color: #7faca5;
}
.footer-display {
    display: grid;
    grid-template-columns: 15% 85%;
}
.footer-block-menu {
    border-left: 1px solid #225073;
    padding-left: 5%;
    margin-left: 5%;
}
.footer-menu {
    border-bottom: 1px solid #225073;
    padding: 2% 0 0;
    line-height: 3;
}
.footer-block {
    display: grid;
    grid-template-columns: 45% 45% 10%;
    margin-top: 20px;
}
.contact-block {
    display: grid;
    grid-template-columns: 20px auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.copy-right {
    font-size: 0.8em;
    padding: 20px 0;
}
.copy-right span {
    color: #7faca5;
}
.ITPcookiebar {
    width: 100% !important;
}
.buttonExampleSite {
    border: 1px solid #7faca5 !important;
    color: #7faca5 !important;
    font-family: "LINE Seed Sans TH" !important;
}
.buttonExampleSite:hover {
    background: #7faca5 !important;
    color: #ffffff !important;
}
.ITP-pdpa-template-titleFont {
    font-size: 1.2em !important;
    padding-bottom: 0rem !important;
    font-weight: 600 !important;
}
.ITP-pdpa-template-contentFont {
    font-size: 1em !important;
}
.itpPDPALandingPage {
    padding: 6% 2% 2%;
}
.ITPcookiebar , .buttonExampleSite {
    font-size: 16px !important;
}
/*footer*/



/*หน้าแรก*/
.about-us {
    display: grid;
    grid-template-columns: 20% 40% 40%;
    padding: 5% 0 0;
}
.about-us1 {
    padding-top: 10%;
}
.about-us1 h1 {
    font-size: 4.4em;
    color: #7faca5;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}
.about-us1 h2 {
    font-size: 1.6em;
    font-weight: 600;
    margin: 0;
    color: #282828;
}
.about-us1 img {
    width: 90% !important;
    margin: 0 0 15%;
}
.year-display {
    display: flex;
    align-items: baseline;
}
.about-us3 {
    padding: 10% 0 10% 10%;
}
.about-us3 h4 {
    color: #7faca5;
    font-weight: 400;
    margin: 0;
}
.about-us3 h2 {
    color: #282828;
    font-weight: 600;
    margin: 0 0 20px;
}
.about-block {
    display: grid;
    grid-template-columns: 33% 67%;
}
.about-block2 img {
    border-radius: 20px 100px 20px 20px;
    transition: 0.5s;
}
.about-block2:hover img {

}
.about-block3 {
    padding: 7%;
}
.about-block3 h4 {
    display: contents;
    color: #282828;
}
.about-block3 h4 span {
    color: #7faca5;
}
.about-block3-1 {
    display: flex;
    gap: 50px;
    margin-bottom: 20px;
    align-items: center;
}
.about-block3-1 h2 {
    color: #282828;
    margin: 0;
}
.about-icon-display {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
}
.about-icon {
    display: grid;
    grid-template-columns: 25% auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.about-icon-text span {
    color: #7faca5;
}
.menu-align {
    text-align: center;
    padding: 5% 0 2%;
    color: #282828;
}
.thumbnail {
    padding: 0px !important;
    border: 0px solid #ddd;
    border-radius: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}
.thumbnail .imageWidth.imageGallery {
    transform: scale(1.0);
    transition: 0.5s;
}
.thumbnail .imageWidth.imageGallery:hover {
    transform: scale(1.1);
}
.thumbnail .imgLightbox {
    position: relative!important;
    overflow: hidden!important;
    width: 100%!important;
    border-radius: 25px 25px 0 0;
}
.service-block {
    padding: 5%;
}
.service-block h4 {
    color: #282828;
    line-height: 1.3;
    font-size: 1.2em;
    height: 100px;
}
.service-height {
    height: 215px;
}
.padding-pd {
    padding: 1%;
}
figure.effect-jazz {
    background: transparent;
    border-radius: 20px;
}
figure.effect-jazz figcaption::after {
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
}
/*form*/
#formdisplay6762773df5f36700132e6ffd {
    padding: 0 10%;
}
.CASS-D-border {
    background-image: none;
    background-color: #fff!important;
    border-radius: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}
.CASS-D-border .form-control {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #c6c6c6;
    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%);
    font-size: 1em !important;
    padding: 30px 0px 15px;
    font-weight: 400;
    color: #444444 !important;
}
.CASS-D-border .form-control::placeholder {
    color: #444444 !important;
}
.CASS-D-border .form-control:hover  {
    border-bottom: 1px solid #7faca5;
}
.CASS-D-border .form-control:focus {
    border-bottom: 1px solid #7faca5;
    -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: #444444!important;
}
.CASS-D-border .btn {
    background-image: -webkit-linear-gradient(top, #111f39 0, #111f39 100%);
    background-image: -o-linear-gradient(top, #4d4d4d 0, #4d4d4d 100%);
    background: #7faca5;
    color: #ffffff;
    text-shadow: 0 0px 0 #282828;
    background-repeat: repeat-x;
    border-color: #0000;
    border-radius: 50px;
    padding: 7px 20px;
    font-weight: 500;
    font-size: 0.9em;
    border: 0px solid #fff;
    box-shadow: none;
}
.CASS-D-border .btn-default:active {
   background-color: #7faca5;
      color: #fff;
}
.CASS-D-border .btn-default:hover, .CASS-D-border .btn-default:focus {
    background-position: 0 0px;
    background-color: #7faca5;
        color: #fff;
}
.CASS-D-border .ITPcheckboxAuthen {
    font-size: 0.9em;
    color: #ffffff;
    text-align: left !important;
    padding-left: 2.3%;
}
.CASS-D-border .col-md-offset-5.col-md-1.col-sm-12 {
    margin-left: 0%;
}
.CASS-D-border span#customAcceptPolicyText1 , .CASS-D-border span#contactUsAcceptPolicyText2 {
    color: #444444;
}
.CASS-D-border span#contactUsAcceptPolicyText2 {
    display: block;
}
.CASS-D-border #editor1 , .CASS-D-border #editor2 , .CASS-D-border #editor3 , .CASS-D-border #editor4 , .CASS-D-border #editor5 , .CASS-D-border #editor6 {
    display: none;
}
#form6762773df5f36700132e6ffd {
    padding: 0 !IMPORTANT;
}
.CASS-D-border #display5 {
    margin-bottom: -20px;
}
.CASS-D-border .glyphicon-ok-circle:before {
      display: none;
}
.menu-align2 {
    color: #282828;
    padding: 0 15% 0 10%;
}
.btn-align {
    padding: 0 0 5%;
}
.btn-align .btn-more {
    margin: 0 auto;
}
.about-block2 {
    overflow: hidden;
}
/*หน้าแรก*/


/*บทความ | สาระน่ารู้*/
.Contentmanager .site .col-section .item.-micro a img {
    border-radius: 20px;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
    font-size: 0.9em;
    color: #444444;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 1.2em;
    font-weight: 600;
    color: #282828;
    height: 60px;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #7faca5;
}
.Contentmanager .site .col-section .item.-micro a .post {
    display: none;
}
.Contentmanager .site .col-section .item.-micro:nth-child(odd) {
    border-right: solid 0px #e8e6e8;
    border-bottom: solid 0px #e8e6e8;
}
.Contentmanager .site .col-section .item.-micro:nth-child(even) {
    border-bottom: solid 0px #e8e6e8;
}
.btn-more2 {
    display: grid;
    grid-template-columns: auto 20px;
    gap: 5px;
    align-items: center;
    background: transparent;
    border: none;
    font-size: 0.9em;
}
/*บทความ | สาระน่ารู้*/




/*ข่าวสารและกิจกรรม*/
.itp-contentmanager-template5 li.col-md-6.col-sm-6.col-xs-12 {
    width: 31.5%;
    margin: 0 10px 20px !important;
    background: #fff;
    padding: 0 !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    border-radius: 25px;
}
.itp-contentmanager-template5 .col-md-4.col-sm-4.col-xs-12.padding-col {
    width: 100%;
    padding: 0 !IMPORTANT;
    border-radius: 20px 20px 0 0;
      overflow: hidden;
}
.itp-contentmanager-template5 .col-md-4.col-sm-4.col-xs-12.padding-col .img-container {
    padding-bottom: 75%;
    overflow: hidden;
    transition: 0.5s;
}
.itp-contentmanager-template5 .col-md-4.col-sm-4.col-xs-12.padding-col .img-container .img {
    border-radius: 20px 20px 0 0;
      overflow: hidden;
    transition: 0.5s;
}
.itp-contentmanager-template5 .col-md-4.col-sm-4.col-xs-12.padding-col:hover .img-container {
    transform: scale(1.1);
}
.itp-contentmanager-template5 .col-md-8.col-sm-8.col-xs-12.padding-col {
    width: 100%;
    padding: 5% !important;
}
.itp-contentmanager-template5 .col-md-8.col-sm-8.col-xs-12.padding-col strong {
    font-size: 22px;
    font-weight: 600;
    height: 85px;
    display: block;
    line-height: 1.2;
}
.btn-sm p {
    font-size: 19px;
}
h3.managerHeader {
    font-size: 2.4em;
    font-weight: 600;
    text-align: center;
    padding: 2% 0;
    color: #282828;
}
#Contentmanager .post-time {
    display: none;
}
.page-header {
    border-bottom: 0px solid #eee;
    margin: 40px 20px 20px;
}
.col-md-6.pull-left {
    padding: 0;
    width: 50%;
    margin: 0 4% 0 0;
}
.Textmanager.font-inherit {
    text-align: left;
    display: flow-root;
}
.Textmanager.font-inherit h4 {
    font-weight: 600;
    margin: 20px 0 5px;
    line-height: 1.3;
}
.Textmanager.font-inherit h3 {
    font-weight: 600;
    margin: 0px 0 10px;
    font-size: 1.4em;
}
.Textmanager.font-inherit p {
    margin: 0 0 0px;
}
.Textmanager.font-inherit strong {
    font-weight: 600;
}
.contenemanager-gallery .col-xs-12.col-md-3,.Contenemanager-gallery .col-xs-6.col-md-3 {
    padding: 15px 15px 0;
}
.contenemanager-gallery .thumbnail,.Contenemanager-gallery .thumbnail {
    padding: 0px;
    border: 0px solid #cecece;
    border-radius: 20px;
    transition: 0.3s;
}
.Contenemanager-gallery .thumbnail:hover,.contenemanager-gallery .thumbnail:hover {
    transition: 0.3s;
}
.Contenemanager-gallery .thumbnail,.img-thumbnail,.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: 20px;
    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);
}
a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
    border-color: transparent;
}
#Contentmanager .thumbnail {
    background-color: #fff;
    position: relative !important;
    overflow: hidden !important;
    border: 0px solid #eee;
    padding: 0px !important;
    box-shadow: none !important;
    border-radius: 20px;
}
.img-thumbnail {
    padding: 0px;
    border: 0px solid #ddd;
    border-radius: 10px;
}
.social-icon {
    border-radius: 5px;
}
.social-share {
    top: 15px;
}
.landingpagemanager {
    display: none;
}
/*ข่าวสารและกิจกรรม*/


/*บริการของเรา*/
.service-sub1 {
    padding: 5% 5% 0 0;
}
.service-sub1 h4 {
    color: #282828;
    line-height: 1.2;
    margin: 0 0 20px;
}
.service-sub1 h4 span {
    font-size: 1.5em;
    color: #7faca5;
}
.service-ul {
    font-weight: 400;
    text-align: left;
    list-style: none;
    padding: 0%;
    margin: 15px auto;
}
.service-ul strong , .service-ul span {
    display: contents;
}
.service-ul li {
    display: flex;
    margin-bottom: 3px;
}

.service-ul li::before {
    content: '◆';
    padding-right: 10px;
    color: #7faca5;
}
.service-bg h3 {
    color: #7faca5;
    margin: 0 0 20px;
}
.service-bg-pd1 {
    padding: 8% 10%;
}
.service-bg-pd2 {
    padding: 5% 10%;
}
.empty-space14 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-bottom: 5%;
}
.empty-space14-img img {
    filter: invert(1);
}
.empty-space14-img {
    width: 25%;
    margin: 0 auto;
    transition: 0.5s;
    background: #7eaca5;
    border-radius: 25px;
    padding: 15px;
}
.empty-space14-text {
    text-align: center;
    white-space: break-spaces;
    margin-top: 6%;
}
.empty-space14-block {
    margin-bottom: 3%;
    margin-top: 3%;
}
.service-en-sub {
    text-align: center;
}
.service-en-sub h4 {
    margin: 0 0 20px;
    line-height: 1.2;
}
/*บริการของเรา*/




/*เกี่ยวกับเรา*/
.about-sub h2 {
    color: #7faca5;
    margin: 0 0 20px;
}
.about-slogan {
    padding: 2% 10% 15%;
    text-align: center;
}
.about-slogan h2 {
    line-height: 1.4;
    color: #294459;
}
.vision-mission {
    padding: 5% 5%;
}
.vision-mission h3 {
    color: #282828;
    margin: 0 0 20px;
}
.vision-mission h4 {
    color: #7faca5;
    line-height: 1.3;
    margin: 0 0 5px;
}
.vision-mission ul , .ceo-block ul {
    margin-left: -20px;
}
.vision-mission-pd {
    padding: 0 5% 0 0;
}
.ceo-block {
    padding: 0 0 0 7%;
}
.ceo-block h4 {
    color: #7faca5;
    margin: 0;
}
.cer-img {
    width: 60%;
    margin: 5% auto;
}
.cer-img img {
    border-radius: 25px;
}
.team-name {
    padding: 7%;
    text-align: center;
    height: 130px;
}
.team-name h4 {
    color: #7faca5;
    margin: 0 0 5px;
}
.cer-name {
    white-space: pre-line;
    text-align: center;
    padding: 8%;
}
.team-sub {
    padding: 0 0 1%;
}
#Component6763c8ac496d540013ea1ee7 {
    width: 75%;
    margin: 0 auto;
}
.award-name {
    text-align: center;
    padding: 8%;
    height: 300px;
}
/*เกี่ยวกับเรา*/




/*ติดต่อเรา*/
.text-contact {
    text-align: center;
    padding: 2% 1% 0;
}
.text-contact h3 {
    line-height: 1.2;
    color: #282828;
    margin: 0 0 10px; 
}
.contact-block2 {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 10px;
  margin: 20px 0 10px;
}
.contact-bg {
  display: grid;
  grid-template-columns: 40px auto;
  gap: 8px;
  align-items: center;
  background: #ffffff;
  box-shadow: 0 0 10px #e8ebf0;
  border-radius: 50px;
  padding: 7px;
}
.contact-bg:hover {
    background: #7faca5;
    color: #fff;
}
/*form Contact*/
.no-js #Component6763cebd06ddcc0013666431 label {
  display: none !important;
}
.no-js #Component6763cebd06ddcc0013666431 .col-md-6 {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-right: auto;
  float: initial;
}
.no-js #Component6763cebd06ddcc0013666431 .form-control {
  border: 1px solid #eee;
  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: 1em !important;
  padding: 32px 20px;
  font-weight: 400;
  line-height: 1.5;
  background: #fff;
  color: #444444 !important;
}
.no-js #Component6763cebd06ddcc0013666431 .form-control:hover {
  border: 1px solid #7faca5;
}
.no-js #Component6763cebd06ddcc0013666431 .form-control::placeholder {
    color: #444444 !important;
}
.no-js #Component6763cebd06ddcc0013666431 .form-control:focus {
  border: 1px solid #7faca5;
  -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: #444444 !important;
}
.no-js #Component6763cebd06ddcc0013666431 .btn {
  background-image: -webkit-linear-gradient(top, #111f39 0, #111f39 100%);
  background-image: -o-linear-gradient(top, #f9a71f 0, #f9a71f 100%);
  background: #7faca5;
  color: #fff;
  text-shadow: 0 0px 0 #3173ed;
  background-repeat: repeat-x;
  border-color: #6c5336;
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 0.9em;
  font-weight: 400;
  border: 0px solid transparent;
}
.no-js #Component6763cebd06ddcc0013666431 .btn-default:active {
  background: #7faca5;
  color: #fff;
}
.no-js #Component6763cebd06ddcc0013666431 .btn-default:hover,.no-js #Component6763cebd06ddcc0013666431 .btn-default:focus {
  background-position: 0 0px;
   background: #7faca5;
  color: #fff;
}
.no-js #Component6763cebd06ddcc0013666431 .col-xs-12.col-sm-5.col-md-5.padding {
  width: 100%;
}
.no-js #Component6763cebd06ddcc0013666431 span.label {
  font-size: 0.85em;
  font-weight: 400;
}
.no-js #Component6763cebd06ddcc0013666431 .ITPcheckboxAuthen {
  font-size: 0.84em;
  padding: 0 0 0 0%;
}
span#contactUsAcceptPolicyText2 {
    display: block;
}
#iframe6763d168e3da7f00134a4a5f iframe {
    height: 327px;
    border-radius: 20px;
}
/*ติดต่อเรา*/



/*pagination*/
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #7faca5;
    border-color: #7faca5;
}
.pagination>li>a, .pagination>li>span {
    color: #7faca5;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #7faca5;
    background-color: #f7f7f7;
}
/*pagination*/





/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {
    .container {
        width: 1440px;
    }
  body {
    font-size: 25px;
}
  .dropdown-menu > li > a {
    font-size: 1.6em;
}

  .btn-more {
    grid-template-columns: auto 22px;
}
  .service-block h4 {
    height: 120px;
}
  .service-height {
    height: 230px;
}
  .CASS-D-border .form-control {
    padding: 35px 0px 20px;
}
  .Contentmanager .site .col-section .item.-micro a .caption .title {
    height: 80px;
}
  .itopplus-footer {
    font-size: 22px;
}
  .team-name {
    height: 150px;
}
  .award-name {
    height: 340px;
}
  .btn-sm p {
    font-size: 24px;
}
  .itp-contentmanager-template5 .col-md-8.col-sm-8.col-xs-12.padding-col strong {
    font-size: 30px;
    height: 120px;
}
  #iframe6763d168e3da7f00134a4a5f iframe {
    height: 358px;
}
  .navbar-default .navbar-nav > li > a {
    margin: 0 5px;
}
}



/* Large Devices, Wide Screens */
@media only screen and (max-width:1191px) {
    .itopplus-search {
        width: 23vw;
    }
  .service-height {
    height: 245px;
}
  .menu-align2 {
    padding: 0 8% 0 10%;
}
  .itopplus-footer {
    font-size: 15px;
}
  .award-name {
    height: 330px;
}
  .team-name {
    height: 170px;
}
  .empty-space14-text {
    white-space: inherit;
}
  .itp-contentmanager-template5 li.col-md-6.col-sm-6.col-xs-12 {
    width: 30.5%;
}
  .itp-contentmanager-template5 .col-md-8.col-sm-8.col-xs-12.padding-col strong {
    height: 115px;
}
  .btn-sm p {
    font-size: 16px;
}
  .contact-block2 {
    grid-template-columns: repeat(1, 1fr);
}
  #iframe6763d168e3da7f00134a4a5f iframe {
    height: 204px;
}
}





/* Large Devices, Wide Screens */
@media only screen and (max-width:900px) {
body {
    font-size: 16px;
}
  .about-us1 h1 {
    font-size: 3.4em;
}
 .about-us1 h2 {
    font-size: 1.2em;
}  
  .service-block h4 {
    height: 80px;
}
      .service-height {
        height: 180px;
    }
  .CASS-D-middle-mid div {
    padding: 0;
}
      .menu-align2 {
        padding: 0 8% 0 5% !important;
    }
      .team-name {
        height: 115px;
    }
  .cer-name {
    white-space: inherit;
    height: 105px;
}
      .award-name {
        height: 200px;
    }
      .row-fluid [class*=col-sm-5fix], .uneditable-input[class*=col-sm-5fix], [class*=col-sm-5fix] {
        float: left;
        width: 20%;
    }
  .itp-contentmanager-template5 .col-md-8.col-sm-8.col-xs-12.padding-col strong {
        height: 115px;
        font-size: 20px;
    }
}


/* Large Devices, Wide Screens */
@media only screen and (max-width:480px) {
#imagesControl67623a366b675900135dbbcb {
    padding: 0 !important;
}
.about-us {
    grid-template-columns: repeat(1, 1fr);
} 
      .about-us1 h1 {
        font-size: 4.4em;
    }
  .about-us1 h2 {
        font-size: 1.6em;
    }
  .about-us1 img {
    width: 50% !important;
    margin: 0 0 5%;
}
  .about-us1 {
    padding-top: 0;
    text-align: center;
     padding-bottom: 10%;
}
  .year-display {
    justify-content: center;
}
  .about-us3 {
    padding: 10% 0 10% 0%;
}
  .about-block {
    grid-template-columns: repeat(1, 1fr);
}
  .about-block3 {
    padding: 7% 0;
}
  .about-block3-1 {
    gap: 15px;
    flex-direction: column;
}
  .about-icon-display {
    grid-template-columns: repeat(1, 1fr);
}
  .about-icon {
    grid-template-columns: 18% auto;
}
  .service-block h4 {
        height: inherit;
    }
      .service-height {
        height: inherit;
        padding-bottom: 10%;
    }
      .menu-align2 {
        padding: 0 0% 0 2% !important;
    }
  .CASS-D-border span#contactUsAcceptPolicyText2 {
    display: inline;
}
  .Contentmanager .site .col-section .item.-micro a .caption {
    padding-left: 0;
    padding-top: 20px;
}
  .itopplus-bg2 {
    background-size: cover;
}
  .about-slogan h2 {
    font-size: 1.6em;
}
  .ceo-block {
    padding: 0 0 0 1%;
}
  .cer-img {
    width: 100%;
}
      .team-name {
        height: inherit;
    }
      .cer-name {
        height: inherit;
    }
      .award-name {
        height: inherit;
    }
  .empty-space14 {
    grid-template-columns: repeat(1, 1fr);
}
  .itp-contentmanager-template5 li.col-md-6.col-sm-6.col-xs-12 {
        width: 100%;
        margin: 0 0px 20px !important;
    }
      .itp-contentmanager-template5 .col-md-8.col-sm-8.col-xs-12.padding-col strong {
        height: inherit;
        font-size: 22px;
        margin-bottom: 10px;
    }
  .contenemanager-gallery .col-xs-12.col-md-3, .Contenemanager-gallery .col-xs-6.col-md-3 {
    width: 100%;
}
  .no-js #Component6763cebd06ddcc0013666431 .col-md-6 {
    padding: 0 15px;
}
  #Component6763c8ac496d540013ea1ee7 {
    width: 100%;
}
  .col-md-6.pull-left {
    width: 100%;
    margin: 0 0% 0 0;
}
  .Textmanager.font-inherit {
    display: block;
}
}

