.itopplus-background {

}
.unknown { position: fixed; bottom: 8% !important; } .unknown_prf .btn-main, .unknown_prf:hover .btn-main { margin-bottom: 0 !important; }

body {
  overflow-x: hidden;
  color: #282828;
  font-family: "LINE Seed Sans TH";
}

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


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




.itopplus-bg {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_23062024vob0/0/0/1z-z1285419505663.jpg");
}
.itopplus-bg2 {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_23062024vob0/0/0/2z-z1600431550351.jpg");
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  margin: 0 15px;
  padding: 10px 3px;
  border-radius: 0;
  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: #fff !important;
  box-shadow: none;
  border-color: #710f11;
  background: transparent;
  background-color: transparent;
}
.no-js .dropdown-menu > li > a {
  color: #282828;
}
.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #282828;
  background: transparent;
}



@media screen and (max-width: 1023px) {
#controlBanner img {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 70px !important;
    z-index: 10000;
}
#nav-menu {
    background: #1c1815 !important;
}
#ItopplusMainSidebar > div {
    background: #1c1815 !important;
}
#controlMenu * {
    color: #fff !important;
    border: none;
}
.navbar-header button span {
    background-color: #fff !important;
}
.navbar-header a::before {
    background-size: 35px;
    background-position: center;
}
.navbar-header a::after {
    background: transparent;
}
#itpphonemobile::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/telz-z555807927326.png) !important;
}
#itpsearchmobile::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/searchz-z1550057493030.png) !important;
}
.old-image-icon-facebook::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/fbz-z1306469976463.png) !important;
}
.old-image-icon-line::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/linez-z468194837558.png) !important;
}
.old-image-icon-instragram::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/igz-z261562755399.png) !important;
}
.old-image-icon-youtube::before {
    background-image: url(https://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/ytz-z1709509823553.png) !important;
}
.new-image-icon-twitter::before {
    background-image: url(http://itp1.itopfile.com/ImageServer/z_itp_26012025ka3n/0/0/twz-z1451700767745.png) !important;
}
.navbar-header,
.navbar-header .pull-right {
    height: 60px;
}
#ItopplusMainSidebar,
#ItopplusBackgroundSidebar {
    top: 60px;
}

}


@media screen and (min-width: 1024px) {
.itopplus-banner > .container {
    display: grid;
    grid-template-columns: 18% auto;
    align-items: center;
      transition: 0.3s;
}
.no-js .itopplus-banner {
    position: sticky;
    top: 0;
    z-index: 110;
}
.itopplus-banner {
    background: #1c1815;
    transition: 0.3s;
}
.itopplus-sticky {
    background: #1c1815 !important;
}
  
.itopplus-sticky.itopplus-banner > .container {
    grid-template-columns: 15% auto;
}  
  
#controlBanner {
    object-fit: contain;
    padding: 20px 0;
    width: clamp(140px, 90%, 20vw);
    margin: 0 auto;
}
    #itopplus-nav-bar {
        display: flex;
        width: 100%;
        justify-content: end;
    }
.no-js .container {
    width: 80vw;
}  
}


@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 */


/* slide */
#carousel685b9d91470a310013fa0a2c .hidden {
   display: block!important;
   visibility: inherit!important;
   pointer-events: none;
   bottom: 35px;
   left: 20%;
   margin-left: 0%;
}
.carousel-indicators li {
    border: 1px solid #fff;
    background-color: #fff;
    height: 8px;
	width: 7px;
}
.carousel-indicators .active {
   background-color: #fff;
   border-color:#fff;
   width: 40px;
   height: 8px;
}
.glyphicon-chevron-left:before, 
.glyphicon-chevron-right:before {
   display: none;
}
/* slide */




/* tab */
#Contentmanager .nav-pills > li.active > a,
#Contentmanager .nav-pills > li.active > a:focus,
#Contentmanager .nav-pills > li.active > a:hover {
  color: #3f3f3f;
  background: transparent;
  border-bottom: solid 1px #444;
  border-radius: 0px;
}
#Contentmanager .nav > li > a:focus,
#Contentmanager .nav > li > a:hover {
  color: #000;
  background-color: transparent;
  border-bottom: solid 1px #c02228;
  border-radius: 0px;
}
#Contentmanager .nav-justified {
  text-align: center;
  color: #000;
  background-color: transparent;
  border: solid 0px transparent;
  font-weight: 400;
  font-size: 18px;
  display: none;
}
#Contentmanager .nav-justified > li > a {
  color: #3f3f3f;
}
#Contentmanager .nav-justified > li > a span {
  font-size: 18px !important;
}
#Contentmanager .nav-justified > li {
  display: ruby !important;
}
.staggered-grid {
  column-count: 3;
  --webkit-column-count: 3;
  --moz-column-count: 3;
  gap: 3re;
  padding: 1rem 0rem;
}
/* teb */


/* รูปรวม */
.row.contenemanager-gallery {
  column-count: 3;
  --webkit-column-count: 5;
  --moz-column-count: 5;
  gap: 0px;
  width: 99%;
  margin: 0 auto;
  margin-bottom: 5%;
}
.contenemanager-gallery .col-xs-12.col-md-3 {
  padding-left: 0px;
  padding-right: 0px;
  height: auto;
  width: 100%;
}
.Contenemanager-gallery .thumbnail {
  padding: 0px;
  border: 0px solid #fff;
  border-radius: 0px;
  transition: 0.3s;
}
.post {
  display: none;
}
.staggered-card-grid > .caption {
  margin-top: 15px;
}
.time {
  display: none;
}
.Contentmanager .thumbnail {
    padding: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    border: 0px solid #ddd;
    border-radius: 0px;
}
.no-js .fancybox-skin {
    position: relative;
    background: transparent;
    color: transparent;
    text-shadow: none;
    border-radius: 0px;
}
.no-js .fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    box-shadow: 0 0px 0px rgba(0, 0, 0, .5);
}
.Contentmanager .col-md-12.text-justify {
    padding-right: 5px;
    padding-left: 5px;
}
.Contentmanager .caption h3 {
    font-size: 15px;
}
/* รูปรวม */



/*contenemanager*/
h3.managerHeader {
    text-align: center;
    font-size: 2.2em;
    margin-top: 5%;
    margin-bottom: 2%;
}
#Contentmanager .post-time {
    display: none;
}
.page-header {
    margin: 0px 0 0px;
    border-bottom: 0px solid transparent;
}
.landingpagemanager {
    display: none;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    text-align: center;
    font-size: 16px;
    padding: 5% 5% 0%;
    color: #fff;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #d4c58e;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
    display: none;
}
article.col-md-6.item.-micro {
    width: 25%;
}
.Contentmanager .site .col-section .item.-micro {
    padding: 10px 10px 10px 15px;
}
.Contentmanager .site .col-section .item.-micro a .image {
    width: 100%;
    margin-bottom: 0px;
}
.Contentmanager .site .col-section .item.-micro a .caption {
    width: 100%;
    background: transparent;
    padding-left: 0;
}
.Contentmanager .site .col-section .item.-micro:nth-child(odd) {
    border-right: none;
    border-bottom: none;
}
.Contentmanager .site .col-section .item.-micro:nth-child(even) {
    border-bottom: none;
}
.Contentmanager .site .col-section .item.-micro a .post {
    display: none;
}
.contenemanager-gallery .thumbnail {
    padding: 0px;
    border: 0px solid #fff;
    border-radius: 0px;
    transition: 0.3s;
}
.Contenemanager-gallery .thumbnail {
    padding: 0px;
    border: 0px solid #fff;
    border-radius: 0px;
    transition: 0.3s;
}
.Contenemanager-gallery .thumbnail:hover {
    transition: 0.3s;
    border: 0px solid #fff;
    background-color: white;
}
.contenemanager-gallery .thumbnail:hover {
    transition: 0.3s;
    border: 0px solid #fff;
    background-color: white;
}
.contenemanager-gallery .thumbnail, .img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
     box-shadow: 0px 0px 20px 5px rgb(217 217 217 / 40%);
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: transparent;
}
.fbcomments, .fbcomments {
    display: none;
}
.thumbnail {
    border: 0px solid #ddd;
}
.img-thumbnail, .thumbnail {
    box-shadow: 0 0px 0px rgb(0 0 0 / 8%);
}
.Contentmanager .img-thumbnail {
    border: 0px solid #ddd;
}
.Contentmanager p {
    white-space: break-spaces;
    font-size: 15px;
}
.Contentmanager .thumbnail {
    background-color: transparent;
}
.img-thumbnail {
    background-color: transparent;
}
.Contentmanager .site .col-section .item.-micro a .img-zoom img:hover {
    transform: scale3d(1.05,1.05,1) !important;
}
.Contentmanager .site .col-section .item.-micro a:hover .img-zoom img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
    transform: scale3d(1.05,1.05,1) !important;
}
#Contentmanager img.img-responsive {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    transition: 0.5s;
}
#Contentmanager img.img-responsive:hover {
    transform: scale(1.05);
}
#Contentmanager .thumbnail {
    background-color: transparent;
    position: relative !important;
    overflow: hidden !important;
    padding: 0px !important;
    box-shadow: none !important;
}
.social-share {
    display: none !important;
}
/*contenemanager*/



/*from Contact*/
.no-js #Component685cbd45dd1e3a0013831632 label {
    display: none!important;
    color: #fff;
}
.no-js #Component685cbd45dd1e3a0013831632 .col-md-6 {
    width: 100%;
    margin-left: auto;
    display: block;
    margin-right: auto;
    float: initial;
    padding-left: 20px;
}
.no-js #Component685cbd45dd1e3a0013831632 .form-control {
    border: 0px solid #c6c6c6;
    border-bottom: 1px solid #e0e0e0;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    padding: 18px 0px;
    background: transparent;
    color: #fff;
    font-size: 15px !important;
    border-radius: 0px !important;
}
.no-js #Component685cbd45dd1e3a0013831632 .form-control:focus {
   border-bottom: 1px solid #d4c58e !important;
   border: 0px solid #c9bda9;
   box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, 0);
   color: #fff!important;
}
.no-js #Component685cbd45dd1e3a0013831632 .btn {
   background: #710f11;
   color: #fff;
   text-shadow: 0 0px 0 #00000000;
   background-repeat: repeat-x;
   border-color: transparent;
   border-radius: 0px;
   padding: 10px 30px 10px 30px;
   font-size: 15px;
   font-weight: 400;
   border: 0px solid;
}
.no-js #Component685cbd45dd1e3a0013831632 .btn-default:active {
   background: #710f11;
   color: #fff;
}
.no-js #Component685cbd45dd1e3a0013831632 .btn-default:hover,
.no-js #Component685cbd45dd1e3a0013831632 .btn-default:focus {
   background-position: 0 0px;
   background: #fff;
   border: 0px solid transparent;
}
.no-js #Component685cbd45dd1e3a0013831632  .col-xs-12.col-sm-5.col-md-5.padding {
  width: 100%;
}
.no-js #Component685cbd45dd1e3a0013831632 span.label {
  font-size: 13px;
  font-weight: 400;
}
.no-js #Component685cbd45dd1e3a0013831632 ::placeholder {
  color: #fff !important;
  font-weight:400;
}
#cookie685cbd45dd1e3a0013831632 {
    font-size: 14px;
    margin-left: -15px;
    padding: 10px 0px;
}
#background685cbd45dd1e3a0013831632 {
    padding: 0%;
    border-left: 1px solid #32312f;
    padding-left: 5%;
}
/*from Contact*/



h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

h1 {
    font-size: 2.2em;
}
h2 {
    font-size: 3em;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 28px;
}
p {
    font-size: 15px;
}
body {
    font-size: 15px;
}



.grid-footer {
    display: grid;
    grid-template-columns: 58% auto;
    background: #710f11;
}
.block-footer-1 {
    background: #1c1815;
    padding: 10% 0%;
}
.grid-footer-2 {
    display: grid;
    grid-template-columns: 30% auto;
    padding-left: 25%;
    gap: 20px;
}
.grid-social-footer {
    display: flex;
    width: 23%;
    gap: 15px;
}
.grid-icon-footer {
    display: grid;
    grid-template-columns: 38% auto;
}
.block-icon-footer {
    display: grid;
    grid-template-columns: 20px auto;
    gap: 10px;
}
.icon-footer-2 {
    align-self: center;
    font-size: 15px;
}
.block-footer-4 {
    align-self: center;
}
.head-footer {
    white-space: break-spaces;
    line-height: 2.5;
}
.block-footer-3 {
    align-self: center;
}
.grid-head-footer {
    display: grid;
    grid-template-columns: 30% auto;
    margin-left: 12%;
}
.logo-footer {
    width: 75%;
}
.footer-1 {
    white-space: break-spaces;
}
.buttonExampleSite {
  border: 0px solid #fff !important;
  color: #fff !important;
  background: #710f11 !important;
  border-radius: 5px !important;
  font-weight: 400;
}
.buttonExampleSite:hover {
  background: #1c1815 !important;
  color: #fff !important;
}
.pdpa-text.pdpamg1 {
  padding: 6% 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: 15px;
}
.itopplus-footer {
    background-color: #1c1815;
}
.border-footer {
    border-top: 1px solid #32312f;
    width: 77%;
    margin: 0 auto;
    background: #1c1815;
}
.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);
}
.itopplus-bg2 {
    color: #fff;
}
.grid-serive {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
    margin-bottom: 5%;
    margin-top: 3%;
}
.iconservice {
    width: 25%;
    margin-top: -30%;
    position: sticky;
    z-index: 1;
    margin-left: 5%;
}
.block-serive-2 {
    margin-top: 8%;
}
.block-serive-2 h5 {
    min-height: 50px;
}
.iconnext {
    width: 10%;
    transition: 0.35s;
}
.block-serive-3 {
    min-height: 85px;
}
.iconnext:hover {
    filter: grayscale(1);
    transition: 0.35s;
}
.block-serive:hover .iconnext {
    filter: grayscale(1);
    transition: 0.35s;
}
.head-scand-interfirm {
    text-align: center;
}
.no-js .itopplus-pos2 {
    background: #1c1815;
    color: #fff;
}
.grid-partner {
    display: grid;
    grid-template-columns: 30% auto;
    padding: 5% 0%;
}
.block-partner h1 {
    white-space: break-spaces;
}
.block-partner {
    align-self: center;
}
.gridlogo-partner {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 50px;
}
.logo-partner {
    transition: 0.35s;
}
.logo-partner:hover {
    filter: grayscale(1);
    transition: 0.35s;
}
.itopplus-bg, .itopplus-bg2, .itopplus-bg3 {
    color: #fff;
}
.grid-one {
    display: grid;
    grid-template-columns: 55% auto;
    padding: 7% 0% 5%;
}
.scandinterfirm-content {
    white-space: break-spaces;
}
.block-one-2 {
    align-self: center;
}
.block-one h1 {
    white-space: break-spaces;
    line-height: 1.2;
}
.block-one h1 span {
    color: #d4c58e;
}
.bghead-service.border img {
    border-radius: 0px 0px 150px 0px !important;
}
.block-bgone::before {
    width: 18%;
    height: 34%;
    background: #710f11;
    content: " ";
    position: absolute;
    left: -25px;
    top: 70%;
    z-index: -1;
}
.block-bgone {
    position: relative;
    margin-bottom: 5%;
}
.block-bgone img {
    border-radius: 150px 0px 0px 0px;
}
.block-bgone::after {
    width: 20%;
    height: 34%;
    background: #710f11;
    content: " ";
    position: absolute;
    left: 82.5%;
    top: -4%;
    z-index: -1;
}
.bghead-service.border {
    border-radius: 0px 0px 150px 0px !important;
    display: block;
    overflow: hidden;
}
.block-bgborder {
    border-radius: 150px 0px 0px 0px;
    display: block;
    overflow: hidden;
}
.empty-scandinterfirm {
    padding: 4%;
}
.head-scand-interfirm.top {
    margin-top: 5%;
    margin-bottom: 2%;
}
.content-scandinterfirm {
    white-space: break-spaces;
}
.block-iconcontact {
    display: grid;
    grid-template-columns: 25px auto;
    gap: 10px;
    margin-bottom: 10px;
}
.iconcontact-2 {
    align-self: center;
}
.grid-contact {
    margin-top: 15px;
}
.grid-contact h3 {
    margin-top: 4%;
    margin-bottom: 10px;
}
.grid-bg-service {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.grid-service {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
}
.bg-service:nth-child(2) {
    margin-top: 25%;
}
.grid-detailservice {
    align-self: center;
}
.grid-detailservice span {
    text-transform: uppercase;
}
.grid-detailservice h1 {
    color: #d4c58e;
}
.grid-detailservice h5 {
    border-bottom: 1px solid #32312f;
    width: fit-content;
    margin-bottom: 4%;
    padding-bottom: 4%;
}
.bg-about::before {
    width: 10%;
    height: 20%;
    background: #710f11;
    content: " ";
    position: absolute;
    left: 92%;
    top: 82.5%;
    z-index: -1;
}
b, strong {
    font-weight: 500;
}
.grid-number {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 8% 0%;
}
.block-number {
    text-align: center;
    border-right: 1px solid;
}
.block-number h2 {
    color: #d4c58e;
}
.block-number:last-child {
    border-right: 0px solid;
}










@media screen and (min-width: 1900px) {
h1 {
    font-size: 2.2em;
}
h2 {
    font-size: 3em;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 26px;
}
h5 {
    font-size: 30px;
}
h6 {
    font-size: 34px;
}
p {
    font-size: 19px;
}
body {
    font-size: 19px;
}
.block-bgone::before {
    left: -35px;
    top: 70%;
}
.block-serive-3 {
    min-height: 120px;
}  
.gridlogo-partner {
    gap: 70px;
}
.icon-footer-2 {
    font-size: 18px;
}
.grid-social-footer {
    width: 20%;
}
.ITPcookiebar {
    font-size: 15px !important;
}
.buttonExampleSite {
    font-size: 15px;
}
.Contentmanager p {
    font-size: 19px;
}
ul.icon-a {
    font-size: 19px;
}
.Contentmanager .caption h3 {
    font-size: 19px;
}
.no-js #Component685cbd45dd1e3a0013831632 .form-control {
    padding: 22px 0px;
    font-size: 19px !important;
}
#cookie685cbd45dd1e3a0013831632 {
    font-size: 17px;
}
.no-js #Component685cbd45dd1e3a0013831632 .btn {
    font-size: 19px;
}
.block-bgone::after {
    top: -5%;
}
}



@media screen and (max-width: 1191px) { 
h1 {
    font-size: 1.8em;
}
.block-one h1 {
    white-space: inherit;
}
.scandinterfirm-content {
    white-space: inherit;
}  
.block-serive-2 h5 {
    min-height: 75px;
}
.block-serive-3 {
    min-height: 130px;
}
.iconnext {
    width: 13%;
    transition: 0.35s;
}
.gridlogo-partner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}
.grid-partner {
    display: grid;
    grid-template-columns: 40% auto;
    padding: 5% 0%;
}
.block-partner-2 {
    align-self: center;
}
.footer-1 {
    white-space: inherit;
}
.grid-icon-footer {
    grid-template-columns: 100%;
}
.block-icon-footer {
    margin-bottom: 10px;
}
.grid-footer-2 {
    padding-left: 20%;
}
h3.managerHeader {
    font-size: 1.8em;
}  
.content-scandinterfirm {
    white-space: inherit;
}
#contentnewmode685cca9edd1e3a00138318c4 {
    padding: 0px !important;
}  
.grid-service {
    gap: 30px;
}  
}



@media screen and (max-width: 900px) {
#carousel685cccdcdd1e3a0013831934 {
    display: none;
} 
.itopplus-slide {
    margin-bottom: -8px;
}  
.container {
    width: 90vw;
} 
.block-serive-3 {
    min-height: 150px;
}
.iconnext {
    width: 17%;
}
.grid-footer-2 {
    padding-left: 10%;
}
.grid-footer {
    grid-template-columns: 55% auto;
}
.grid-head-footer {
    grid-template-columns: 35% auto;
}
.bg-about::before {
    display: none;
}
.block-bgone::before {
    width: 18%;
    height: 35%;
    left: -18px;
    top: 70%;
}  
}




@media screen and (max-width: 480px) {
h1 {
    font-size: 1.8em;
}
h5 {
    font-size: 20px;
}
h3.managerHeader {
    margin-top: 10%;
}
#carousel685cccdcdd1e3a0013831934 {
    display: inherit;
} 
#imagesControl685cccdcdd1e3a0013831934 {
    padding: 0px !important;
}
#carousel685cccdcdd1e3a0013831934 .hidden {
   display: block!important;
   visibility: inherit!important;
   pointer-events: none;
   bottom: 35px;
   left: 20%;
   margin-left: 0%;
}
.carousel-indicators li {
    border: 1px solid #fff;
    background-color: #fff;
    height: 8px;
	width: 7px;
}
.carousel-indicators .active {
   background-color: #fff;
   border-color:#fff;
   width: 40px;
   height: 8px;
}
.glyphicon-chevron-left:before, 
.glyphicon-chevron-right:before {
   display: none;
}
.grid-one {
    grid-template-columns: 100%;
}
.block-one h1 {
    margin-bottom: 5%;
}  
.container {
    width: 100vw;
}  
.block-bgborder {
    border-radius: 50px 0px 0px 0px;
}
.block-bgone img {
    border-radius: 50px 0px 0px 0px;
}
.block-bgone::before {
    width: 25%;
    height: 35%;
    left: -8px;
    top: 70%;
}
.grid-serive {
    grid-template-columns: repeat(1, 1fr);
}
.block-serive-2 h5 {
    min-height: auto;
    margin-bottom: 5%;
}
.block-serive-3 {
    min-height: auto;
    margin-bottom: 5%;
}
.iconnext {
    width: 12%;
}
.bghead-service.border img {
    border-radius: 0px 0px 50px 0px !important;
}
.bghead-service.border {
    border-radius: 0px 0px 50px 0px !important;
}
.grid-partner {
    grid-template-columns: 100%;
    text-align: center;
}
.gridlogo-partner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-top: 10%;
}
.grid-footer {
    grid-template-columns: 100%;
}
#contentnewmode685ce9c5470a310013fa27a8 {
    padding: 0px !important;
}  
.head-footer {
    line-height: 1.8;
}  
.block-footer-3 {
    padding: 5% 0% 10%;
}  
.grid-social-footer {
    display: flex;
    width: 65%;
    gap: 10px;
    margin-top: 20%;
}
.grid-footer-2 {
    display: grid;
    grid-template-columns: 30% auto;
    padding-left: 25%;
    gap: 0px;
}
.grid-footer-2 {
    padding-left: 5%;
}
.grid-service {
    grid-template-columns: repeat(1, 1fr);
}
.staggered-grid {
    column-count: 2;
    --webkit-column-count: 2;
    --moz-column-count: 2;
    gap: 2re;
}
.row.contenemanager-gallery {
    column-count: 2;
}
.block-footer-4 {
    padding-right: 5%;
}
.head-scand-interfirm.top {
    margin-top: 10%;
}  
.grid-number {
    grid-template-columns: repeat(1, 1fr);
}
.block-number {
    border-bottom: 1px solid;
    padding: 7% 0%;
}

.block-number:last-child {
    border-bottom: 0px solid;
}
.block-number {
    border-right: 0px solid;
}
}






#background685cb6aeed16b100130e41a9 .time {
    display: inherit;
    color: #818181;
}


.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, .5);
}



#unknown > div img {
filter: brightness(0) !important;
}

