.itopplus-background {

}
body {
    font-size: 16px;
    overflow-x: hidden;
    color: #8891a0;
}
a {
    color: #8891a0;
}
a:hover {
    color: #00c68d;
}
b, strong {
    font-weight: 600;
}


.navbar-default .navbar-nav>li>a {
    font-size: 0.9em;
    color: #fff;
    margin: 0 3px;
    padding: 8px 15px;
   	border-radius: 30px;
    background: linear-gradient(to left, #00c68d 0% , #015aed 100%);
    box-shadow: inset 0 0 8px #fff;
    transition: 0.5s;
}

.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: inset 0 0 8px #fff;
    border-radius: 30px;
    background-color: transparent;
    background: linear-gradient(-90deg, rgba(123, 39, 202, 1) 0%, rgba(1, 90, 237, 1) 50%, rgba(0, 198, 141, 1) 100%);
}

.dropdown-menu>li>a {
    font-size: 1.1em;
    color: #282828;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    background: linear-gradient(to left, #00c68d 0% , #015aed 100%);
}

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

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

    .navbar-header a.visible-xs {
        filter: contrast(30%);
        /*filter: brightness(0) invert(1);*/
    }

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

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

    #nav-menu {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    .navbar-header {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 5px;
        height: 50px;
        box-shadow: 0 0 3px #ccc;
        width: 100%;
    }

    .navbar-header::before,
    .navbar-header::after {
        display: none;
    }

    #itpMenuSideBar {
        display: grid;
        place-items: center;
        border: none;
        margin: 0 !important;
        padding: 0 !important;
        aspect-ratio: 1;
        width: 40px;
    }

    #itpMenuSideBar .navbar-inline:first-child {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    #itpMenuSideBar .navbar-inline:first-child>span {
        margin: 0 !important;
    }

    #itpMenuSideBar .navbar-inline:nth-child(2) {
        display: none !important;
    }

    #ItopplusMainSidebar li {
        border: none;
    }

    .navbar-header a:not(a.visible-xs),
    .navbar-header a.visible-xs i {
        display: none !important;
    }

    .navbar-header a.visible-xs {
        display: grid !important;
        place-items: center;
        place-content: center;
        aspect-ratio: 1;
        height: 35px !important;
        background-image: url();
        background-size: 22px;
        background-position: center;
        background-repeat: no-repeat;
    }

    #itpphonemobile {
        background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_24092023yxze/0/0/telephone-callz-z85358287594.png) !important;
    }

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

    .old-image-icon-facebook {
        background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_24092023yxze/0/0/fbz-z870717797999.png) !important;
    }

    .old-image-icon-line {
        background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_24092023yxze/0/0/linez-z21670262898.webp) !important;
    }

    .old-image-icon-instragram {
        background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_24092023yxze/0/0/igz-z1587384208209.webp) !important;
    }

    .old-image-icon-youtube {
        background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_24092023yxze/0/0/ytz-z962652931262.webp) !important;
        background-size: 25px !important;
    }

    #languagemobile {
        order: 10;
    }

    #language_member_bar {
        display: none
    }

    #main-navbar-collapse {
        display: none !important;
    }

    a#languagemobile {
        filter: unset !important;
    }
  
  .itopplus-search {
    display: none;
}


}

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

    .itopplus-banner .container::before,
    .itopplus-banner .container::after {
        display: none;
    }

    .no-js .itopplus-banner {
        position: sticky;
        top: 0;
        z-index: 110;
              box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .itopplus-banner {
        background: #fff;
        transition: .3s;
      	padding-bottom: 1%;
      
    }

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

    #controlBanner {
        object-fit: contain;
        padding: 0 15px;
        width: 100%;
        min-width: auto;
        margin: 0 auto;
    }
  
    .itp-block {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }
  
  .itopplus-search {
   text-align: right;
  }

    #nav-menu {
        text-align: right;
        background-color: transparent;
    }

}





/**/
.h1, h1 {
    font-size: 3.2em;
    font-weight: 600;
}
.h2, h2 {
    font-size: 2.4em;
    font-weight: 600;
}
.h3, h3 {
    font-size: 1.7em;
     font-weight: 600;
}
.h4, h4 {
    font-size: 1.2em;
}
.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-menu-block-1 {
    display: flex;
    justify-content: flex-end;
}
.header-menu-block {
    display: grid;
    grid-template-columns: 80% 20%;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    font-size: 0.9em;
    color: #282828;
}
.header-menu-block a {
    color: #282828;
}
.header-menu-block a:hover {
    color: #00c68d;
}
.header-menu {
    padding: 0 1%;
}
.btn-job {
    background: linear-gradient(90deg, rgba(123, 39, 202, 1) 0%, rgba(1, 90, 237, 1) 50%, rgba(0, 198, 141, 1) 100%);
    color: #fff;
    border: none;
    box-shadow: 0 4px 5px rgba(1, 90, 237, .45);
    display: grid;
    grid-template-columns: 85% auto;
    gap: 10px;
    border-radius: 50px;
    padding: 7px;
    transition: 0.5s;
}
.btn-job:hover {
    background: linear-gradient(to left, #00c68d 0%, #015aed 100%);
    color: #fff;
}
/*header*/



/*footer*/
.itopplus-footer {
    font-size: 14px;
}
.itopplus-footer h4 {
    margin: 0px 0 10px;
    font-weight: 600;
    color: #282828;
    font-size: 1.2em;
}
.itopplus-footer a {
    color: #282828;
}
.itopplus-footer a:hover {
    color: #015aed;
}
.copy-right {
    padding: 20px 0 0;
    font-size: 0.9em;
}
.footer-menu-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.footer-menu ul li {
    margin-left: -22px;
}
.footer-contact {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 10px;
    align-items: center;
    color: #282828;
    justify-content: start;
    margin-top: 10px;
    margin-bottom: 30px;
}
.footer-contact h2 {
    margin: 0;
}
.footer-contact img {
    width: 20% !important;
}
.footer-contact2-block {
    display: grid;
    grid-template-columns: 35% 65%;
}
.footer-contact2 {
    display: grid;
    grid-template-columns: 27% auto;
    gap: 10px;
    align-items: center;
}
.footer-contact2-img {
    width: 60px;
    margin: 0 0 0 auto;
}
.footer-contact2-text {
    color: #8891a0;
}
.footer-contact2-text h4 {
    color: #282828;
    font-weight: 600;
    margin: 0;
}
.ITPcookiebar {
    width: 100% !important;
}
.buttonExampleSite {
    border: 1px solid #00c68d !important;
    color: #00c68d !important;
    font-family: "LINE Seed Sans TH" !important;
}
.buttonExampleSite:hover {
    background: #00c68d !important;
    color: #ffffff !important;
}
.ITP-pdpa-template-titleFont {
    font-size: 1.2em !important;
    padding-bottom: 0rem !important;
    font-weight: 600 !important;
    color: #282828;
}
.ITP-pdpa-template-contentFont {
    font-size: 1em !important;
}
.itpPDPALandingPage {
    padding: 6% 2% 2%;
}
/*footer*/



/*หน้าแรก*/
.padding-pd {
    padding: 2%;
}
.menu-align {
    border-left: 4px solid #00c68d;
    padding-left: 20px;
    margin: 5% 0 2%;
}
.menu-align h2, .menu2-align h2 {
    color: #282828;
    margin: 5px 0 0;
}
.menu2-align {
    text-align: center;
    padding: 3% 0 2%;
}
.menu-border {
    border-bottom: 4px solid #00c68d;
    width: 5%;
    margin: 15px auto 0;
}
.about-block {
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: start;
}
.about-detail {
    padding: 15% 5% 0 0;
}
.about-detail h3 {
    white-space: pre-line;
    color: #282828;
    margin: 0 0 10px;
    line-height: 1.2;
}
.about-img {
    margin-top: -10%;
    margin-bottom: 10%;
}
.about-icon-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid #c5c4d6;
    margin-top: -7%;
    margin-bottom: 3%;
}
.about-icon-border {
    border-bottom: 4px solid #00c68d;
    width: 15%;
    margin: 15% 0 8px;
}
.about-icon {
    transition: 0.5s;
}
.about-icon:hover {
    transform: translateY(-10px);
}
.about-icon img {
    width: 45% !important;
    margin: 0;
}
.about-icon h4 {
    font-weight: 600;
    color: #282828;
    font-size: 1em;
    margin: 20px 0 5px;
}
.about-icon-border {
    border-bottom: 4px solid #00c68d;
    width: 15%;
    margin: 15% 0 -2px;
}
.effect-sadie {
    border-radius: 20px;
}
figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 6em 1.5em 1.5em !important;
    width: 100%;
    opacity: 1;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 0, 0);
    text-align: left;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    text-transform: initial;
    font-weight: 400;
    text-align: center;
}
figure.effect-sadie figcaption::before {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top,rgba(72,76,97,0) 0,rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0, 0, 0, 1) 100%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}
.grid figure p {
    letter-spacing: 0px;
    font-size: 16px;
}
figure.effect-phoebe {
    background: transparent;
    border-radius: 20px;
    box-shadow: 0 4px 5px rgba(1, 90, 237, .45);
}
figure.effect-phoebe h2 {
    margin-top: 0em;
    transform: translate3d(0, 0px, 0);
    font-size: 0.8em;
    text-align: left;
}
.grid figure h2 {
    word-spacing: normal;
    font-weight: 400;
}
.service-slogan {
    line-height: 1.2;
}
.service-slogan h4 {
    margin: 0;
    font-size: 1.1em;
}
.service-slogan h3 {
    margin: 2px 0;
}
.port-menu {
    display: grid;
    grid-template-columns: 85% 15%;
    align-items: center;
}
.btn-more {
    background: linear-gradient(90deg, rgba(123, 39, 202, 1) 0%, rgba(1, 90, 237, 1) 50%, rgba(0, 198, 141, 1) 100%);
    color: #fff;
    border: none;
    box-shadow: 0 4px 5px rgba(1, 90, 237, .45);
    display: grid;
    grid-template-columns: 80% auto;
    gap: 0px;
    border-radius: 50px;
    padding: 7px;
    transition: 0.5s;
    justify-content: center;
    align-items: center;
}
.btn-more:hover {
    background: linear-gradient(to left, #00c68d 0%, #015aed 100%);
    color: #fff;
}
.btn-align {
    padding: 15% 0 0;
}
.more-icon {
    width: 70%;
}
.model-bg {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_02072024p9i9/0/0/3D-BGz-z149161595874.webp);
    color: #fff;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 20px;
    margin: 2% 0 0;
    padding: 4%;
    display: grid;
    grid-template-columns: 37% 63%;
}
.model-text {
    white-space: pre-line;
    font-size: 1.1em;
}
.model-text h2 {
    margin: 0 0 10px;
    font-size: 2.2em;
}
.model-img {
    width: 110%;
    float: left;
    margin-top: -3%;
    margin-bottom: -20%;
    margin-left: -10%;
}
/*หน้าแรก*/



/*ผลงานของเรา*/
.col-section {
    padding: 0 1% 3%;
}
article.col-md-6.item.-micro {
    width: 25%;
}
.Contentmanager .site .col-section .item.-micro {
    padding: 0px 10px 20px;
}
.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: 0px;
    background-color: transparent;
    border: 0px solid #d4d4d4;
}

.Contentmanager .site .col-section .item.-micro a .post {
    display: none;
}
.Contentmanager .site .col-section .item.-micro a .caption {
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    padding: 0 0;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
    padding: 7% 0;
    display: none;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .time {}
.Contentmanager .site .col-section .item.-micro a .caption .time span {
    color: #152345;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 1.3em;
    font-weight: 600;
    background: transparent;
    color: #282828;
    padding: 7% 2%;
    margin-bottom: 0px;
    line-height: 1.3;
    text-align: center;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #f15922;
}
h3.managerHeader {
    font-size: 2em;
    text-align: center;
    font-weight: 600;
    color: #282828;
}
#Contentmanager .post-time {
    display: none;
}
.page-header {
    border-bottom: 0px solid #eee;
}
.col-md-6.pull-left {
    padding: 0;
    width: 50%;
    margin: 0 3% 0 0;
}
.Textmanager.font-inherit {
    text-align: left;
    display: flow-root;
}
.Textmanager.font-inherit h4 {
    color: #282828;
    font-weight: 600;
    margin: 25px 0 10px;
}
.Textmanager.font-inherit h3 {
    font-weight: 600;
    margin: 20px 0 10px;
    font-size: 1.8em;
    color: #282828;
}
.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 {
    padding: 0px;
    background-color: transparent;
    border: 0px solid #ddd;
    border-radius: 20px;
    box-shadow: none;
    overflow: hidden;
}
.img-thumbnail {
    padding: 0px;
    border: 0px solid #ddd;
    border-radius: 20px;
}
.social-icon {
    border-radius: 5px;
}
.social-share {
    top: 10px;
}
.landingpagemanager {
    display: none;
}
.port-block .service-block {
    padding: 2% 0;
}
#Contentmanager .flex .col-md-4.col-sm-4.col-xs-12 {
    padding: 15px 15px 0 !IMPORTANT;
}
figure.effect-oscar {
    background: transparent;
    border-radius: 20px;
}
figure.effect-oscar figcaption {
    background-color: rgba(58, 52, 42, .0);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    color: #fff;
      border-radius: 20px;
}
figure.effect-oscar:hover figcaption {
    background-color: rgba(0, 0, 0, .4)!IMPORTANT;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 100%);
    color: #fff;
}
figure.effect-oscar figcaption::before {
    border: 0px solid #fff;
}
.grid figure p {
    letter-spacing: 0px;
}
#Contentmanager .imgLightbox {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .0) 100%);
    color: #fff;
      border-radius: 20px;
}
.title-type47 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 12%;
    color: #fff;
}
/*ผลงานของเรา*/




/**/
.service-block {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_02072024p9i9/0/0/3D-BGz-z149161595874.webp);
    color: #fff;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 20px;
    padding: 4%;
    margin: 0 0 2%;
}
.service-block h4 {
    font-weight: 600;
    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;
}
/**/


/*ติดต่อเรา*/
.text-contact {

}
.text-contact .media-body {
    padding: 12px 5px 0;
}
.text-contact h3 {
    font-weight: 600;
    margin: 0 0 15px;
    line-height: 1.2;
    font-size: 1.4em;
    color: #282828;
}
/*form Contact*/
.no-js #Component66bdaa40b6c31a0013330333 label {
    display: none !important;
}
.no-js #Component66bdaa40b6c31a0013330333 .col-md-6 {
    width: 100%;
    margin-left: auto;
    display: block;
    margin-right: auto;
    float: initial;
}
.no-js #Component66bdaa40b6c31a0013330333 .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: 38px 20px;
    font-weight: 400;
    line-height: 1.5;
    background: #fff;
    color: #000 !important;
}
.no-js #Component66bdaa40b6c31a0013330333 .form-control:hover {
    border: 1px solid #015aed;
}
.no-js #Component66bdaa40b6c31a0013330333 .form-control:focus {
    border: 1px solid #015aed;
    -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 #Component66bdaa40b6c31a0013330333 .btn {
    background-image: -webkit-linear-gradient(top, #111f39 0, #111f39 100%);
    background-image: -o-linear-gradient(top, #f9a71f 0, #f9a71f 100%);
    background: linear-gradient(90deg, rgba(123, 39, 202, 1) 0%, rgba(1, 90, 237, 1) 50%, rgba(0, 198, 141, 1) 100%);
    color: #fff;
    text-shadow: 0 0px 0 #3173ed;
    background-repeat: repeat-x;
    border-color: #7a2d8d;
    border-radius: 50px;
    padding: 12px 25px;
    font-size: 0.9em;
    font-weight: 400;
    border: 0px solid transparent;
}
.no-js #Component66bdaa40b6c31a0013330333 .btn-default:active {
    background: linear-gradient(90deg, rgba(123, 39, 202, 1) 0%, rgba(1, 90, 237, 1) 50%, rgba(0, 198, 141, 1) 100%);
    color: #fff;
}
.no-js #Component66bdaa40b6c31a0013330333 .btn-default:hover,
.no-js #Component66bdaa40b6c31a0013330333 .btn-default:focus {
    background-position: 0 0px;
    background: linear-gradient(90deg, rgba(123, 39, 202, 1) 0%, rgba(1, 90, 237, 1) 50%, rgba(0, 198, 141, 1) 100%);
    color: #fff;
}
.no-js #Component66bdaa40b6c31a0013330333 .col-xs-12.col-sm-5.col-md-5.padding {
    width: 100%;
}
.no-js #Component66bdaa40b6c31a0013330333 span.label {
    font-size: 0.85em;
    font-weight: 400;
}
.no-js #Component66bdaa40b6c31a0013330333 .ITPcheckboxAuthen {
    font-size: 0.9em;
    padding: 0 0 0 0%;
}
/*ติดต่อเรา*/



/*JOB OPPORTUNITY*/
#formdisplay66bdb6f7f333110013599d83 {
    color: #282828;
}
#formdisplay66bdb6f7f333110013599d83 h4 {
    font-weight: 600;
    margin: 25px 0 5px;
}
.checkbox-inline, .radio-inline , div#radio22 , div#radio50 , div#radio51  {
    margin-bottom: 20px;
}
.no-js #formdisplay66bdb6f7f333110013599d83 input#textbox7 {
    width: 100% !important;
}
.no-js #formdisplay66bdb6f7f333110013599d83 .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: 26px 20px;
    font-weight: 400;
    line-height: 1.5;
    background: #fff;
    color: #000 !important;
    margin: 5px 0 20px;
}
.no-js #formdisplay66bdb6f7f333110013599d83 .form-control:hover {
    border: 1px solid #015aed;
}
.no-js #formdisplay66bdb6f7f333110013599d83 .form-control:focus {
    border: 1px solid #015aed;
    -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 #formdisplay66bdb6f7f333110013599d83 .btn {
    background-image: -webkit-linear-gradient(top, #111f39 0, #111f39 100%);
    background-image: -o-linear-gradient(top, #f9a71f 0, #f9a71f 100%);
    background: linear-gradient(90deg, rgba(123, 39, 202, 1) 0%, rgba(1, 90, 237, 1) 50%, rgba(0, 198, 141, 1) 100%);
    color: #fff;
    text-shadow: 0 0px 0 #3173ed;
    background-repeat: repeat-x;
    border-color: #7a2d8d;
    border-radius: 50px;
    padding: 12px 25px;
    font-size: 0.9em;
    font-weight: 400;
    border: 0px solid transparent;
}
.no-js #formdisplay66bdb6f7f333110013599d83 .btn-default:active {
    background: linear-gradient(90deg, rgba(123, 39, 202, 1) 0%, rgba(1, 90, 237, 1) 50%, rgba(0, 198, 141, 1) 100%);
    color: #fff;
}
.no-js #formdisplay66bdb6f7f333110013599d83 .btn-default:hover,
.no-js #formdisplay66bdb6f7f333110013599d83 .btn-default:focus {
    background-position: 0 0px;
    background: linear-gradient(90deg, rgba(123, 39, 202, 1) 0%, rgba(1, 90, 237, 1) 50%, rgba(0, 198, 141, 1) 100%);
    color: #fff;
}
.no-js #formdisplay66bdb6f7f333110013599d83 .col-xs-12.col-sm-5.col-md-5.padding {
    width: 100%;
}
.no-js #formdisplay66bdb6f7f333110013599d83 span.label {
    font-size: 0.85em;
    font-weight: 400;
}
.no-js #formdisplay66bdb6f7f333110013599d83 .ITPcheckboxAuthen {
    padding: 0 0 0 0%;
}
div#accepteditor64 {
    width: 100% !important;
    overflow-y: auto ! IMPORTANT;
    text-align: left;
}
div#text63 {
    display: grid;
    grid-template-columns: 3% auto;
    justify-content: start;
    text-align: left;
}
div#text63 div {
    text-align: left !important;
}
div#text63 div:nth-child(1) {
    text-align: left !important;
    margin-top: 2%;
    overflow-y: hidden ! IMPORTANT;
}
.form-pd {
    padding-left: 8px;
}
/*JOB OPPORTUNITY*/



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


/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {
body {
    font-size: 20px;
}
.grid figure p {
    font-size: 20px;
}
  .itopplus-footer {
    font-size: 16px;
}
  .ITPcookiebar , .buttonExampleSite {
    font-size: 16px ! IMPORTANT;
}
.no-js #Component66bdaa40b6c31a0013330333 .form-control {
    padding: 47px 20px;
}
  .no-js #Component66bdaa40b6c31a0013330333 .btn {
    margin-top: 17px;
}
  div#text63 div:nth-child(1) {
    margin-top: 1%;
}
}



/* Large Devices, Wide Screens */
@media only screen and (max-width:1191px) {
.header-menu-block {
    font-size: 0.8em;
    grid-template-columns: 75% 25%;
}
  .navbar-default .navbar-nav>li>a {
    font-size: 0.8em;
    padding: 4px 10px;
}
  .h2, h2 {
    font-size: 2em;
}
  .h3, h3 {
    font-size: 1.5em;
}
  figure.effect-phoebe h2 {
    font-size: 0.65em;
}
  .model-text {
    font-size: 0.9em;
}
  .itopplus-footer {
    font-size: 12px;
}
  li#menu66b1928fb3aa240013b92fa5 , li#menu66b192c0c61fcd001304d2c7 , li#menu66b192c6c61fcd001304d2d5 , li#menu66bd64fd146acd0013e2c300 {
    display: none !important;
}
  .text-contact h3 {
    font-size: 1.2em;
}
  .no-js #Component66bdaa40b6c31a0013330333 .form-control {
    padding: 27px 20px;
}
  div#text63 {
    grid-template-columns: 4% auto;
}
}





/* Large Devices, Wide Screens */
@media only screen and (max-width:900px) {
  li#menu66b1928fb3aa240013b92fa5 , li#menu66b192c0c61fcd001304d2c7 , li#menu66b192c6c61fcd001304d2d5 , li#menu66bd64fd146acd0013e2c300 {
    display: block !important;
}
  .about-detail h3 {
    white-space: inherit;
}
  .about-icon {
    font-size: 0.9em;
}
  figure.effect-phoebe h2 {
        font-size: 0.5em;
    }
  .grid figure figcaption {
    padding: 1em;
}
      .model-text {
        font-size: 0.7em;
    }
  .title-type47 {
    bottom: 18%;
    font-size: 0.9em;
}
  .port-menu {
    grid-template-columns: 80% 20%;
}
  .copy-right {
    padding: 0px 0 0;
    text-align: center;
}
      .no-js #Component66bdaa40b6c31a0013330333 .form-control {
        padding: 22px 20px;
    }
  #formdisplay66bdb6f7f333110013599d83 div {
    padding: 0;
}
      div#text63 {
        grid-template-columns: 5% auto;
    }
  div#btnview66bdb6f7f333110013599d83 {
    margin-left: 38%;
}
}


/* Large Devices, Wide Screens */
@media only screen and (max-width:480px) {
#imagesControl66bd6520b6c31a001332f478 {
    padding: 0 !IMPORTANT;
}
  .about-block , .port-menu {
    grid-template-columns: repeat(1, 1fr);
}
  .about-img {
    margin-top: 5%;
}
  .about-icon-timeline {
    grid-template-columns: repeat(2, 1fr);
}
.about-icon {
        margin-bottom: 20%;
    }
      figure.effect-phoebe h2 {
        font-size: 0.8em;
    }
  .model-bg {
    background-size: cover;
    grid-template-columns: repeat(1, 1fr);
}
      .model-text {
        font-size: 1em;
        white-space: inherit;
    }
  .model-text h2 {
    font-size: 2em;
}
  .model-img {
    width: 100%;
    margin-top: 7%;
    margin-left: 0;
}
  .btn-align {
    padding: 5% 0 0;
}
  .btn-more {
    width: 45%;
}
  .service-block {
    background-size: cover;
    padding: 5%;
}
  .contenemanager-gallery .col-xs-12.col-md-3, .Contenemanager-gallery .col-xs-6.col-md-3 {
    width: 100%;
}
  .text-contact .col-md-1.col-sm-1.col-xs-1.padding {
    width: 15%;
}
  .text-contact .col-md-11.col-sm-11.col-xs-11.padding-col {
    width: 85%;
}
      .no-js #Component66bdaa40b6c31a0013330333 .form-control {
        padding: 27px 20px;
    }
  .no-js #Component66bdaa40b6c31a0013330333 .col-md-6 {
    padding: 0 15px;
}
      div#text63 {
        grid-template-columns: 13% auto;
    }
  div#btnview66bdb6f7f333110013599d83 {
        margin-left: 30%;
    }
  div#text63 div:nth-child(1) {
    overflow-y: inherit !important;
}
}

