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

a {
    color: #000000;
}

a:hover {
    color: #003388;
}

b,
strong {
    font-weight: 600;
}

.itopplus-bg2 {
    background-image: url('https://itp1.itopfile.com/ImageServer/z_itp_05092023tr6r/0/0/2z-z1696625182462.webp');
  	background-size: cover;
}

.navbar-default .navbar-nav>li>a {
    font-size: 0.9em;
    color: #fff;
    margin: 0;
    padding: 8px 13px;
}

.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-radius: none;
    background: transparent;
    background-color: transparent;
}

.dropdown-menu>li>a {
    font-size: 1em;
    color: #000;
    padding: 7px 20px;
}

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

@media screen and (max-width: 992px) {

    #controlBanner img {
        position: fixed;
        top: 10px;
        left: 10px;
        width: 60px !important;
        z-index: 10000;

    }

    .navbar-header,
    #ItopplusMainSidebar>div {
        background: #0246b8 !important;
    }

    .navbar-header a.visible-xs {
        filter: brightness(0) invert(1);
    }

    #ItopplusMainSidebar a {
        color: #fff !important;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }

}

@media screen and (min-width: 1024px) {
    .itopplus-header {
        background: #003388;
        color: #fff;
    }

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

    .itopplus-banner {
        background: #0246b8;
        transition: .3s;

        & *::before,
        *::after {
            display: none;
        }
    }

    .itopplus-banner .container {
        display: grid;
        grid-template-columns: 15% auto 15%;
        align-items: center;
    }

    #controlBanner {
        object-fit: contain;
        padding: 15px;
        width: 100%;
        min-width: auto;
        margin: 0 auto;
    }

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

    .itopplus-search {
        text-align: center;
      	color: #fff;
    }
  .itopplus-search {
    display: grid;
    align-content: center;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
  margin: 0;
}
}




/**/
.h1, h1 {
    font-size: 3.2em;
    font-weight: 600;
}
.h2, h2 {
    font-size: 2.2em;
    font-weight: 700;
}
.h3, h3 {
    font-size: 1.5em;
    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-contact-display {
    display: flex;
    gap: 30px;
    justify-content: flex-end;
    font-size: 0.9em;
}
.header-contact {
    display: grid;
    grid-template-columns: 20px auto;
    gap: 10px;
    align-items: center;
}
    .itopplus-header a {
        color: #fff;
    }
    .itopplus-header a:hover {
        color: #f3970e;
    }
.btn-align .btn-book {
    width: 90%;
    padding: 10px 0;
    font-size: 0.9em;
    margin: 0 auto;
    text-align: center;
}
/*header*/



/*footer*/
.itopplus-footer {
  font-size: 14px;
}
.itopplus-footer h4 {
    margin: 0;
    font-weight: 600;
    height: 35px;
}
.itopplus-footer a {
  color: #fff;
}
.itopplus-footer a:hover {
  color: #f3970e;
}
.copy-right {
  text-align: center;
  font-size: 0.8em;
  padding: 0 0 5%;
}
.ITPcookiebar {
  width: 100% !important;
}
.buttonExampleSite {
  border: 1px solid #0f449c !important;
  color: #0f449c !important;
  font-family: "LINE Seed Sans TH" !important;
}
.buttonExampleSite:hover {
  background: #0f449c !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%;
}
.footer-logo {
    width: 80%;
    margin: 0 0 30px;
}
.btn-align {
    text-align: right;
}
.btn-book {
    background: #f3970e;
    color: #fff;
    border: none;
    padding: 10px 20px;
    width: 75%;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.5s;
}
.btn-book:hover {
    background: #003388;
    color: #fff;
}
.btn-book span {
    padding: 0 0 0 10px;
}
.footer-menu-display {
    display: grid;
    grid-template-columns: 60% 40%;
}
.footer-menu {
    line-height: 2.4;
}
.footer-pd1 {
    padding: 5% 0;
}
.footer-pd2 {
    padding: 5% 20%;
}
.footer-pd3 {
    padding: 5% 0 0 15%;
}
.footer-pd3 img {
    width: 90% !important;
}
.footer-pd3 .media-body {
    padding: 0 5px 3px;
}
/*footer*/


/*Home*/
.padding-pd {
    padding: 2%;
}
.slide-intro {
    font-size: 0.9em;
    padding: 0 5% 0 0;
}
.slide-intro h2 {
    white-space: pre-line;
    margin: 0 0 20px;
}
.vdo-intro {
    padding: 5% 0;
}
.vdo-intro img {
    border-radius: 10px;
}
.slide-intro .btn-book {
    width: 40%;
    padding: 10px 0;
    margin-top: 10px;
}
.about-check {
    display: grid;
    grid-template-columns: 20px auto;
    gap: 10px;
    margin-bottom: 25px;
}
.guarantee-bg {
    background: #ebeff6;
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
    padding: 2%;
    border-radius: 50px;
    gap: 20px;
    margin: 11% 0 0;
}
.guarantee-text {
    white-space: pre-line;
    font-weight: 600;
}
.about-head {
    white-space: pre-line;
}
.about-head h2 {
    font-size: 2em;
    color: #003388;
    margin: 0 0 20px;
}
.about-head-pd {
    padding: 0 4% 0 0;
}
.industries-head {
    text-align: center;
    padding: 4% 0 3%;
}
.industries-head h2 {
    color: #003388;
} 
.industries-follow {
    text-align: center;
    padding: 3% 0;
}
.industries-follow h2 {
    font-size: 1.8em;
    margin: 0 0 10px;
    color: #003388;
}
.industries-icon {
    padding: 0 10% 0 0;
}
.industries-icon img {
    width: 18% !important;
}
.industries-icon h3 {
    color: #003388;
    font-weight: 700;
    margin: 30px 0 0;
}
.industries-icon-border {
    border-bottom: 3px solid #1a57be;
    width: 10%;
    margin: 15px 0;
}
.case-study {
    display: grid;
    grid-template-columns: 65% 35%;
    padding: 8% 2%;
    align-items: center;
}
.case-study-text {
    white-space: pre-line;
}
.case-study-text h4 {
    font-size: 2em;
    line-height: 1.2;
    font-weight: 400;
}
.case-study-btn {
    text-align: center;
}
.btn-align2 {
    text-align: center;
    padding: 0 0 5%;
}
.CASS-D-border {
    background: #f3970e;
    color: #fff;
    padding: 2% 0;
    font-size: 0.9em;
    border-radius: 20px;
}
.CASS-C-head, .CASS-D-head {
    font-family: Montserrat, sans-serif;
}
.CASS-D-head h3 {
    margin: 20px 30px 0;
    padding-left: 0;
    font-size: 1em;
    font-weight: 400;
    color: #fff;
}
.CASS-D-head h3 h4 {
    font-size: 1.95em;
    margin: 0 0 15px;
}
.CASS-D-border .form-control {
    border: 1px solid #fff;
    background-color: #fff;
    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: 20px 10px;
    font-weight: 500;
    color: #000 !important;
    margin-bottom: 10px;
}
.CASS-D-border .form-control::placeholder {
    color: #000 !important;
}
.CASS-D-border .form-control:hover  {
    border: 1px solid #fff;
}
.CASS-D-border .form-control:focus {
    border: 1px solid #fff;
    -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;
}
.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: #1a57be;
    color: #fff;
    text-shadow: 0 0px 0 #282828;
    background-repeat: repeat-x;
    border-color: #0000;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 1em;
    font-weight: 400;
    border: 0px solid transparent;
      width: 100%;
}
.CASS-D-border .btn-default:active {
   background-color: #1a57be;
}
.CASS-D-border .btn-default:hover, .CASS-D-border .btn-default:focus {
    background-position: 0 0px;
    background-color: #1a57be;
}
.CASS-D-border .ITPcheckboxAuthen {
    font-size: 0.9em;
}
.CASS-D-border .col-md-12.col-sm-12 {
    padding: 0 15px;
}
   .CASS-D-border .col-md-offset-5 {
        margin-left: 0;
        width: 100%;
    }
  .CASS-D-border textarea#textbox5 {
    margin-bottom: -30px;
}
.glyphicon-ok-circle:before {
    display: none;
}
.padding-pd2 {
    padding: 4%;
}
/*Home*/


/*Blog*/
.col-section {
    padding: 0 1% 1%;
}
article.col-md-6.item.-micro {
    width: 33.33%;
}
.Contentmanager .site .col-section .item.-micro {
    padding: 0px 10px 20px;
}
.btn-read {
    background: #1a57be;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.5s;
}
article.col-md-6.item.-micro:hover .btn-read , .btn-read:hover {
    background: #f3970e;
    color: #fff;
}
.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;
}
.Contentmanager .site .col-section .item.-micro a .image {
    width: 100%;
    border-radius: 20px 20px 0 0;
    background-color: transparent;
}
.Contentmanager .site .col-section .item.-micro a .post {
    display: none;
}
.Contentmanager .site .col-section .item.-micro a .caption {
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 0 0 20px 20px;
    padding: 7% 5%;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
    padding: 0% 0;
    color: #000000;
    text-align: left;
    font-weight: 600;
    font-size: 0.9em;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 1.1em;
    font-weight: 400;
    background: transparent;
    color: #000000;
    margin-bottom: 0px;
    line-height: 1.3;
    text-align: left;
    height: 60px;
    display: none;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #000000;
}
h3.managerHeader {
    font-size: 3.2em;
    font-weight: 600;
    text-align: center;
}
#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: 25px 0 5px;
    line-height: 1.3;
}
.Textmanager.font-inherit h3 {
    font-weight: 600;
    margin: 20px 0 10px;
    font-size: 1.8em;
}
.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 {
    width: 33.33%;
    padding: 10px 10px 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: 1px solid #eee;
    padding: 0px !important;
    box-shadow: none !important;
    border-radius: 20px;
}
.img-thumbnail {
    padding: 0px;
    border: 0px solid #ddd;
    border-radius: 20px;
}
.social-icon {
    border-radius: 5px;
}
.social-share {
    top: 15px;
}
.landingpagemanager {
    display: none;
}
/*Blog*/




/*About*/
.menu-align {
    padding: 5% 0 10%;
}
.menu-align h1 {
    margin: 10px 0 20px;
}
.about-btn {
    margin-top: 25px;
    width: 45%;
}
.about-bg .guarantee-text {
    white-space: inherit;
    padding: 0 10% 0 0;
}
/*About*/



/*Industries*/
.itopplus-slide a {
    color: #fff;
}
.itopplus-slide a:hover {
    color: #f3970e;
    text-decoration: underline !important;
}
.menu-sub {
    width: 35%;
}
.menu-sub .btn-book {
    width: 50%;
    margin-top: 15px;
}
.menu-sub2 .btn-book {
    width: 40%;
}
.thumbnail {
    padding: 0px!important;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 0px solid #ddd;
    border-radius: 20px;
}
.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: 20px 20px 0 0;
}
.industries-name {
    padding: 5%;
}
.industries-name h3 {
    color: #003388;
    font-weight: 700;
    margin: 0 0 10px;
}
figure.effect-jazz {
    background: transparent;
    border-radius: 20px;
}
figure.effect-jazz figcaption::after {
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
}
.industries-sub-display {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4%;
    padding-right: 1%;
}
.industries-block h3 {
    color: #003388;
    font-weight: 400;
    margin: 0 0 20px;
}
.recruit-block {
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
    padding: 4% 0;
}
.recruit-text {
    padding-right: 10%;
}
.recruit-text h4 {
    color: #003388;
    font-weight: 700;
    margin: 0 0 10px;
}
.btn-align3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    justify-content: center;
}
.btn-align3 button {
    width: 95%;
    padding: 10px 10px;
}
.industries-icon  {
    font-weight: 400;
    text-align: left;
    list-style: none;
    padding: 0%;
    margin: 10px auto;
}
.industries-icon li {
    display: flex;
}
.industries-icon li::before {
    content: '✔';
    padding-right: 10px;
    color: #f3970e;
}
/*Industries*/



/*Vacancies*/
.form-pd {
    padding: 0 15% 0 0;
}
.form-pd h1, .form-pd h2 {
    font-size: 2.5em;
    font-weight: 700;
}
.form-pd .btn-book {
    margin: 20px 0;
    width: 40%;
}
#upload66ebac4c32b17f00135e6b190 .form-group.col-md-2.col-sm-12 {
    width: 40%;
}
#upload66ebac4c32b17f00135e6b190 .form-group.col-md-6.col-sm-12 {
    width: 60%!important;
    padding: 0;
}
label#requireUpload5 {
    display: none !important;
}
.CASS-D-border .progress {
    margin-top: 0px !important;
    height: 42px;
    margin-bottom: 0px;
    background-color: #fff;
    border-radius: 10px;
}
.CASS-D-border p.colupload {
    color: #fff !important;
}
/*Vacancies*/



/*Candidates*/
.candidates-block {
    text-align: center;
}
.candidates-bg-display {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 30px 0;
}
.candidates-bg {
    background: #ebeff6;
    color: #0346b8;
    font-size: 1.4em;
    font-weight: 600;
    padding: 6%;
    border-radius: 20px;
    text-align: left;
}
.candidates-bg h2 {
    color: #003388;
}
.candidates-block .btn-book {
    width: 20%;
    margin: 20px 0 0;
}
/*Candidates*/


/*Contact us*/
.text-contact {
  text-align: center;
  padding: 2% 0 0;
}
.text-contact h3 {
  font-weight: 600;
  margin: 0 0 15px;
  line-height: 1.2;
  font-size: 1.6em;
  color: #003388;
}
.contact-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 17px 0;
}
.contact-bg {
    display: grid;
    grid-template-columns: 35px auto;
    gap: 0px;
    align-items: center;
    background: #ebeff6;
    border-radius: 10px;
    padding: 13px;
    justify-content: center;
}
.contact-bg:hover {
    background: #f39710;
    color: #000;
}
.contact-bg-icon {
    text-align: center;
}
.contact-bg-icon img {
    width: 55% !important;
    margin: 0 auto;
    filter: invert(1);
}
/*form Contact*/
.no-js #Component66ebbfeb9ee5840013e37a75 label {
  display: none !important;
}
.no-js #Component66ebbfeb9ee5840013e37a75 .col-md-6 {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-right: auto;
  float: initial;
}
.no-js #Component66ebbfeb9ee5840013e37a75 .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: 30px 20px;
    font-weight: 400;
    line-height: 1.5;
    background: #ebeff6;
    color: #000 !important;
}
.no-js #Component66ebbfeb9ee5840013e37a75 .form-control:hover {
  border: 1px solid #1a57be;
}
.no-js #Component66ebbfeb9ee5840013e37a75 .form-control:focus {
  border: 1px solid #1a57be;
  -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 #Component66ebbfeb9ee5840013e37a75 .btn {
  background-image: -webkit-linear-gradient(top, #111f39 0, #111f39 100%);
  background-image: -o-linear-gradient(top, #f9a71f 0, #f9a71f 100%);
  background: #1a57be;
  color: #fff;
  text-shadow: 0 0px 0 #3173ed;
  background-repeat: repeat-x;
  border-color: #1c3859;
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 0.9em;
  font-weight: 400;
  border: 0px solid transparent;
}
.no-js #Component66ebbfeb9ee5840013e37a75 .btn-default:active {
  background: #1a57be;
  color: #fff;
}
.no-js #Component66ebbfeb9ee5840013e37a75 .btn-default:hover,.no-js #Component66ebbfeb9ee5840013e37a75 .btn-default:focus {
  background-position: 0 0px;
  background: #1a57be;
  color: #fff;
}
.no-js #Component66ebbfeb9ee5840013e37a75 .col-xs-12.col-sm-5.col-md-5.padding {
  width: 100%;
}
.no-js #Component66ebbfeb9ee5840013e37a75 span.label {
  font-size: 0.85em;
  font-weight: 400;
}
.no-js #Component66ebbfeb9ee5840013e37a75 .ITPcheckboxAuthen {
  font-size: 0.9em;
  padding: 0 0 0 0%;
}
#iframe66ebc27e5755e6001341896d iframe {
    height: 420px;
    border-radius: 10px;
}
/*Contact us*/



/*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: #1a57be;
    border-color: #1a57be;
}
.pagination>li>a, .pagination>li>span {
    color: #1a57be;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #1a57be;
    background-color: #f7f7f7;
}
/*pagination*/



/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {
body {
    font-size: 20px;
}
    .container {
        width: 1440px;
    }
  .dropdown-menu>li>a {
    font-size: 1.2em;
}
  .CASS-D-border .form-control {
    padding: 30px 10px;
}
  .itopplus-footer {
    font-size: 18px;
}
  .ITPcookiebar , .buttonExampleSite {
    font-size: 16px !important;
}
  .form-control-feedback {
    top: 15px !important;
}
  #iframe66ebc27e5755e6001341896d iframe {
    height: 445px;
}
}



/* Large Devices, Wide Screens */
@media only screen and (max-width:1191px) {
.btn-align .btn-book {
    font-size: 0.7em;
}
  .navbar-default .navbar-nav>li>a {
    font-size: 0.8em;
    padding: 8px 10px;
}
  .dropdown-menu>li>a {
    font-size: 0.9em;
}
  .header-contact-display {
    font-size: 0.8em;
}
  .h2, h2 {
    font-size: 2em;
}
  .about-head h2 {
    font-size: 1.6em;
}
  .CASS-D-head h3 h4 {
    font-size: 1.75em;
}
  .guarantee-text {
    white-space: inherit;
    padding-right: 7%;
}
  .industries-follow h2 {
    font-size: 1.6em;
}
  .case-study-btn .btn-book {
    width: 85%;
    padding: 10px;
}
.footer-pd3 {
    padding: 5% 0 0 2%;
}
  .about-btn {
    width: 50%;
}
  .menu-sub .btn-book {
    width: 60%;
}
  .menu-sub2 .btn-book {
    width: 45%;
}
  .form-pd .btn-book {
    width: 45%;
}
  .contact-block {
    grid-template-columns: repeat(1, 1fr);
}
  #iframe66ebc27e5755e6001341896d iframe {
    height: 343px;
}
}





/* Large Devices, Wide Screens */
@media only screen and (max-width:900px) {
.slide-intro h2 {
    white-space: inherit;
}
.slide-intro .btn-book {
    width: 60%;
}
  .CASS-D-border .CASS-D-middle-mid div{
    padding: 0;
}
  .CASS-D-border .col-md-offset-5 {
    padding: 0 10% ! IMPORTANT;
}
  .CASS-D-border .ITPcheckboxAuthen {
    padding: 0 5% 10px !important;
}
  .case-study {
    grid-template-columns: 60% 40%;
}
  .btn-book {
    width: 100%;
}
      .case-study-btn .btn-book {
        width: 100%;
    }
      .menu-sub .btn-book {
        width: 90%;
    }
  .industries-name {
    height: 300px;
}
    .menu-sub2 .btn-book {
        width: 60%;
    }
  .btn-align3 {
    grid-template-columns: repeat(1, 1fr);
}
  .itopplus-slide {
    background-size: cover!important;
}
  .menu-align h1 {
    font-size: 2.5em;
}
  .form-pd {
    padding: 0 0% 0 0;
}
      .form-pd .btn-book {
        width: 50%;
    }
  .copy-right {
    padding: 0;
}
  .candidates-block .btn-book {
    width: 30%;
}
  .text-contact h3 {
    font-size: 1.4em;
}
}


/* Large Devices, Wide Screens */
@media only screen and (max-width:480px) {
    .itopplus-slide {
        background-attachment: inherit;
    }
  .about-head-pd {
    padding: 0 0% 0 0;
}
  .about-head {
    white-space: inherit;
}
  .guarantee-bg {
    grid-template-columns: repeat(1, 1fr);
    padding: 7%;
    text-align: center;
}
  .guarantee-img {
    width: 30%;
    margin: 0 auto;
}
      .case-study {
        grid-template-columns: repeat(1, 1fr);
    }
  .case-study-text {
    white-space: inherit;
    padding-bottom: 5%;
    text-align: center;
}
  article.col-md-6.item.-micro {
    width: 100%;
}
  .col-section {
    padding: 0 5% 1%;
}
  .about-btn , .menu-sub .btn-book , .menu-sub2 .btn-book , .form-pd .btn-book , .candidates-block .btn-book {
        width: 65%;
    }
  .menu-sub {
    width: 100%;
}
      .industries-name {
        height: inherit;
    }
  .industries-sub-display {
    grid-template-columns: repeat(1, 1fr);
}
  .recruit-block {
    grid-template-columns: repeat(1, 1fr);
}
  .recruit-text {
    padding-right: 0;
    padding-bottom: 5%;
}
  .form-pd h1, .form-pd h2 {
    font-size: 1.6em;
}
  #upload66ebac4c32b17f00135e6b190 .form-group.col-md-2.col-sm-12 {
    width: 60%;
}
  #upload66ebac4c32b17f00135e6b190 .form-group.col-md-6.col-sm-12 {
    width: 100% !important;
}
  .col-md-8.col-md-offset-2.text-center {
    padding: 0;
}
  .Textmanager.font-inherit {
    display: block;
}
  .candidates-bg-display {
    grid-template-columns: repeat(1, 1fr);
}
  .candidates-bg {
    font-size: 1.1em;
}
  .candidates-block h3 {
    font-size: 1.2em;
}
      #iframe66ebc27e5755e6001341896d iframe {
        height: 300px;
    }
  .no-js #Component66ebbfeb9ee5840013e37a75 .col-md-6 {
    padding: 0 15px;
}
  .no-js #Component66ebbfeb9ee5840013e37a75 .form-control {
    padding: 27px 20px;
}
}

