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


.eapps-widget-toolbar { 
  display none; 
}  


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



.itopplus-header {
  background: linear-gradient(105deg, #132771 0, #132771 70%, #034cd0 70%, #034cd0 100%);
  color: #fff;
}
.itopplus-bg {
  background-image: url("http://itp1.itopfile.com/ImageServer/z_itp_19062024xym3/0/0/bgz-z682424563039.jpg");
}
.itopplus-bg2 {
  background-image: url("http://itp1.itopfile.com/ImageServer/z_itp_19062024xym3/0/0/bg2z-z181280173268.jpg");
}
.navbar-default .navbar-nav > li > a {
  color: #282828;
  margin: 0;
  padding: 8px 15px;
  border-radius: 0;
}
.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: #282828 !important;
  box-shadow: none;
  border-color: transparent;
  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: 5px;
    left: 10px;
    width: 160px !important;
    z-index: 10000;
}
#nav-menu,
#ItopplusMainSidebar > div {
    background: #fff !important;
}
#controlMenu *:not(a span) {
    color: #444 !important;
    border: none;
}
.navbar-header button span {
    background-color: #444 !important;
}
.navbar-header a::before {
    background-size: 30px;
    background-position: center;
}
.navbar-header a::after {
    background: #005dfb;
}
#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;
}
}


@media screen and (min-width: 1024px) {
.no-js .itopplus-banner {
    position: sticky;
    top: 0;
    z-index: 110;
}
.itopplus-banner {
    background: #fff;
    transition: 0.3s;
}
.itopplus-sticky {
    background: #fff !important;
}
.itopplus-banner > .container {
    display: grid;
    grid-template-columns: 35% auto;
    align-items: center;
}
#itopplus-nav-bar {
    display: flex;
    width: 100%;
    justify-content: end;
}
.itopplus-logo {
    position: relative;
    height: 100%;
}
#controlBanner {
    position: absolute;
    top: -10px;
    bottom: 0;
    display: grid;
    place-content: center;
    object-fit: contain;
    padding: 0px;
    width: 100%;
    margin: auto;
}
.itopplus-menu {
    padding: 2.5% 0;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
   display: block;
   margin: 0;
}
}

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



/* oscar*/
figure.effect-oscar {
    background: transparent;
}
figure.effect-oscar img {
    opacity: 1;
}
figure.effect-oscar:hover img {
    opacity: 1;
}
figure.effect-oscar figcaption::before {
	border: 0px solid #fff;
}
figure.effect-oscar figcaption {
   background: transparent;
}
figure.effect-oscar:hover figcaption {
    background: transparent;
}
figure.effect-oscar h2 {
       margin: 0% 0 0px 0;
    -webkit-transition: -webkit-transform 0.32s;
    transition: transform 0.32s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-oscar:hover h2 {
    opacity: 1;
    transition: 0.32s;
  transform: none!important;
}
.grid figure h2 {
    word-spacing: 0em;
    font-weight: 300;
    text-transform: none;
}
figure.effect-oscar img {
	max-width: none;
	-webkit-transition: opacity 0.32s, -webkit-transform  0.32s;
	transition: opacity  0.32s, transform  0.32s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-oscar:hover img {
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.05,1.05,1);
}
/* oscar */


/* slide */
#carousel6882f7bb6814a90013574f62 .hidden {
   display: block!important;
   visibility: inherit!important;
   pointer-events: none;
}
.carousel-indicators li {
    border: 1px solid #fff;
}
.carousel-indicators .active {
   background-color: #fff;
 	border-color:#fff;
}
.glyphicon-chevron-left:before, 
.glyphicon-chevron-right:before {
   display: none;
}
/* slide */



/*contenemanager*/
h3.managerHeader {
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    padding: 5% 0% 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: #444444;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #444444;
}
.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 30px 10px;
}
.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 .col-xs-12.col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
}
.Contenemanager-gallery .col-xs-6.col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
    width: 25%;
}
.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: 16px;
}
.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 .site .col-section .item.-micro:hover .btnreadmore {
    background: linear-gradient(to bottom, rgb(0 0 0) 0%, rgb(93 93 93) 100%);
    transition: 0.35s;
}
#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;
}
#background688344efd76e4c00138d3d9f .Contentmanager .site .col-section .item.-micro a .caption .title {
    display: none;
}
#background688344efd76e4c00138d3d9f .Contentmanager .site .col-section .item.-micro a .caption .time {
    display: inherit;
    color: #333;
    text-align: center;
}
.name-gallery {
    text-align: center;
    margin-top: 7%;
    white-space: break-spaces;
    min-height: 65px;
}
.caption .btnreadmore {
    margin: 0 auto;
}
.social-share {
    display: none;
}
/*contenemanager*/



/*from Contact*/
.no-js #Component688337496a38f60013222d0e label {
  display: none !important;
  color: #444444;
}
.no-js #Component688337496a38f60013222d0e .col-md-6 {
  width: 100%;
  margin-left: auto;
  display: block;
  margin-right: auto;
  float: initial;
  padding-left: 20px;
}
.no-js #Component688337496a38f60013222d0e .form-control {
  border: 0px solid #e0e0e0;
  border-bottom: 1px solid #3333;
  box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
  padding: 18px 0px;
  background: transparent;
  font-size: 15px !important;
  border-radius: 0px !important;
}
.no-js #Component688337496a38f60013222d0e .form-control:focus {
  border-bottom: 1px solid #0553d9 !important;
  border: 0px solid #0553d9;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(102, 175, 233, 0);
}
.no-js #Component688337496a38f60013222d0e .btn {
  background: #0553d9;
  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 #Component688337496a38f60013222d0e .btn-default:active {
  background: #000;
  color: #fff;
}
.no-js #Component688337496a38f60013222d0e .btn-default:hover,
.no-js #Component688337496a38f60013222d0e .btn-default:focus {
  background-position: 0 0px;
  background: #000;
  border: 0px solid transparent;
}
.no-js #Component688337496a38f60013222d0e .col-xs-12.col-sm-5.col-md-5.padding {
  width: 100%;
}
.no-js #Component688337496a38f60013222d0e span.label {
  font-size: 13px;
  font-weight: 400;
}
.no-js #Component688337496a38f60013222d0e ::placeholder {
  color: #444444 !important;
}
#background688337496a38f60013222d0e {
  background: #f3f3f5 !important;
  border-radius: 0px;
  padding: 5%;
}
#cookie688337496a38f60013222d0e {
    font-size: 14.5px;
    margin-left: -12px;
}
/*from Contact*/





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

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



.head-kingconstruction {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 3%;
}
.head-kingconstruction h1 {
    font-weight: 600;
    color: #444c66;
}
.empty-kingconstruction {
    padding: 2%;
}
.itopplus-bg {
    background-position: bottom;
    background-size: cover;
}
.itopplus-bg {
    background-position: bottom;
    background-size: cover;
}
.section-one {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 0% 4%;
    gap: 80px;
}
.content-kingconstruction {
    white-space: break-spaces;
}
.btnreadmore {
    background: linear-gradient(to right, rgba(4,82,215,1) 0%,rgba(0,94,255,1) 100%);
    color: #fff;
    width: fit-content;
    padding: 10px 28px;
    transition: 0.35s;
}
.btnreadmore:hover {
    background: linear-gradient(to bottom, rgb(0 0 0) 0%, rgb(93 93 93) 100%);
    transition: 0.35s;
}
.section-one-3 {
    align-self: center;
}
.king-one h5 {
    color: #0553d9;
    white-space: break-spaces;
    font-weight: 600;
}
.king-one h5 span {
    font-size: 4.4em;
    line-height: 1;
}
.king-one {
    margin-bottom: 5%;
    margin-top: 10px;
}
.grid-footer {
    display: grid;
    grid-template-columns: 30% 24% 30% auto;
    padding: 3% 0% 0%;
}
.grid-iconsocial {
    display: flex;
    gap: 10px;
    width: 75%;
    margin-top: 6%;
}
.grid-footer h3 {
    font-weight: 600;
}
.qrcode {
    width: 39%;
    margin: 0 auto;
    margin-top: 5%;
}
.copyright {
    font-size: 14px;
    margin-bottom: 4%;
}
.iconsocial {
    transition: 0.35s;
}
.iconsocial:hover {
    filter: grayscale(1);
    transition: 0.35s;
}
.buttonExampleSite {
  border: 0px solid #fff !important;
  color: #fff !important;
  background: #0553d9 !important;
  border-radius: 5px !important;
  font-weight: 400;
}
.buttonExampleSite:hover {
  background: #000 !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: 16px;
}
.grid-service-2 h1 {
    color: #444c66;
    font-weight: 600;
}
.grid-service {
    display: grid;
    grid-template-columns: 30% auto;
    padding: 5% 0% 3%;
}
.grid-service-3 {
    align-self: center;
    padding-left: 10%;
}
.grid-service-2 {
    border-right: 1px solid #0d56ca;
    padding: 10px 0px;
}
.block-bg {
    align-self: center;
    display: block;
    overflow: hidden;
}
.block-bg img:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    transition: 0.35s;
}
.block-bg img {
    transition: 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.grid-servive {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin-bottom: 4%;
}
.head-service {
    font-family: "Manrope", sans-serif;
    font-size: 3.4em;
    font-weight: 300;
    line-height: 1;
}
.grid-head-service {
    display: grid;
    grid-template-columns: 20% auto;
    gap: 30px;
    padding: 8% 0% 5%;
}
.head-service-2 {
    align-self: center;
}
.head-service-2 h6 {
    color: #0355e1;
    font-weight: 600;
}
.grid-head {
    display: grid;
    grid-template-columns: 14% auto;
    gap: 15px;
    justify-content: end;
}
.head-iconsocial {
    display: flex;
    gap: 8px;
}
.tel-head {
    align-self: center;
}
.itopplus-bg2 {
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}
.grid figure h2 span {
    font-weight: 600;
}
.bg-product {
    text-align: left;
    font-size: 26px;
    white-space: break-spaces;
    font-weight: 600;
    color: #444c66;
    margin-top: 20%;
}
.bg-product span {
    color: #0553d9;
    font-weight: 500;
}
#background68832fa7d76e4c00138d3aef .grid figure figcaption {
    padding: 1.5em;
}
.grid-concrete {
    display: grid;
    grid-template-columns: 38% auto;
    gap: 40px;
    background-image: url("http://itp1.itopfile.com/ImageServer/z_itp_19062024xym3/0/0/bgbluez-z339289796830.jpg");
    color: #fff;
    border-radius: 25px;
    padding: 0% 0% 0% 3%;
    margin-top: 7%;
    margin-bottom: 7%;
}
.grid-concrete-3 {
    align-self: center;
}
.grid-concrete-3 span {
    font-weight: 600;
}
.block-iconfacebook {
    display: grid;
    grid-template-columns: 40px auto;
    border-radius: 50px;
    border: 1px solid;
    padding: 10px 20px 10px 10px;
    width: fit-content;
    gap: 13px;
    margin-left: 2%;
    margin-top: 2%;
}
.grid-concrete-2 {
    margin-top: 13%;
}
.section-one.about {
    margin-top: -7%;
}
.grid-iconabout {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 65px;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 8%;
    margin-top: 3%;
}
.block-iconabout {
    display: grid;
    grid-template-columns: 115px auto;
    gap: 25px;
}
.iconabout-2 {
    align-self: center;
    white-space: break-spaces;
}
.iconabout-2 h4 {
    font-weight: 600;
    margin-bottom: 10px;
}
.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);
}
ul.icon-product ::marker {
    color: #0553d9;
}
ul.listproduct li::before {
    content: '✔';
    padding-left: 0%;
    padding-right: 1%;
    color: #0553d9;
    font-size: 20px;
    font-weight: 500;
}
ul.listproduct {
    text-align: left;
    list-style: none;
    padding: 0%;
    margin: 0 auto;
    margin-left: 4%;
    line-height: 1.2;
}
.grid-product {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
}
.grid-product h5 {
    font-weight: 600;
    color: #444c66;
}
.grid-product h3 {
    font-weight: 600;
    margin-top: 3%;
    margin-bottom: 5px;
}
#tableA th p {
    margin: 0;
}
.icon-table {
    width: 25%;
    margin: 0 auto;
}
.icon-table-2 {
    width: 19%;
    margin: 0 auto;
}
.icon-table-grid-2 {
    align-self: center;
}
.section-table {
    margin-bottom: 5%;
}
.section-table h3 {
    font-weight: 600;
}

#tableA {
  width: 100%;
}
#tableA th {
  background-color: #0553d9;
  padding: 15px 10px;
  color: #ffffff;
  border: 1px solid #fff;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
}
#tableA td {
  border: 1px solid #eee;
  padding: 15px 10px;
  text-align: center;
  background: #fff;
  vertical-align: middle;
  width: 15%;
}
#tableA tr:nth-child(even) {
  background-color: #f2f2f2;
}
#tableA tr:hover {
  background-color: #dddddd;
}
.grid-product h5 {
    margin-bottom: 5px;
}
.grid-contact {
    display: grid;
    grid-template-columns: 65% auto;
    padding: 3% 0% 5%;
}
.qrcode-contact {
    width: 70%;
}
.grid-contact-3 {
    align-self: end;
}
.block-icon-contact {
    display: grid;
    grid-template-columns: 40px auto;
    gap: 15px;
    margin-top: 10px;
}
.icon-contact-2 {
    align-self: center;
}
.grid-service-page {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.grid-product-3 h6 {
    font-weight: 600;
    color: #444c66;
}
.grid-service-page h3 {
    font-weight: 600;
    padding: 5px 0px;
}
.grid-product-service {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
.grid-product-service-3 {
    margin-top: 25%;
}
.grid-product-4 {
    align-self: center;
}
b, strong {
    font-weight: 600;
}
.iconfacebook-2 {
    align-self: center;
}
h3.managerHeader {
    color: #444c66;
}




@media screen and (min-width: 1900px) {
h1 {
    font-size: 2.5em;
}
h2 {
    font-size: 3em;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 26px;
}
h5 {
    font-size: 30px;
}
h6 {
    font-size: 34px;
}
p {
    font-size: 20px;
}
body {
    font-size: 20px;
}
.grid-head {
    grid-template-columns: 12% auto;
}
.bg-product {
    font-size: 36px;
}
.grid-concrete {
    grid-template-columns: 43% auto;
}
.copyright {
    font-size: 16px;
    margin-bottom: 3%;
}
.qrcode {
    width: 35%;
}
.grid-iconsocial {
    width: 65%;
}
.ITPcookiebar {
    font-size: 16px !important;
}
.buttonExampleSite {
    font-size: 16px;
}
.Contentmanager p {
    font-size: 20px;
}
ul.icon-a {
    font-size: 20px;
}
.block-iconabout {
    grid-template-columns: 145px auto;
}
.no-js .dropdown-menu > li > a {
    font-size: 19px;
}
ul.listproduct {
    margin-left: 2.5%;
    line-height: 1.3;
}  
.block-icon-contact {
    grid-template-columns: 50px auto;
}
.name-gallery {
    min-height: 85px;
}
.no-js #Component688337496a38f60013222d0e .form-control {
    padding: 24px 0px;
    font-size: 19px !important;
}
#cookie688337496a38f60013222d0e {
    font-size: 17px;
    margin-left: -12px;
}
.no-js #Component688337496a38f60013222d0e .btn {
    font-size: 19px;
}
}





@media screen and (max-width: 1191px) {
.navbar-default .navbar-nav > li > a {
    padding: 8px 6px;
} 
.itopplus-banner > .container {
    grid-template-columns: 32% auto;
}
.content-kingconstruction {
    white-space: inherit;
}
.itopplus-bg2 {
    background-size: cover;
}
.head-service {
    font-size: 3em;
    gap: 20px;
}
.grid-concrete-3 h1 {
    font-size: 2em;
} 
.iconfacebook-2 h6 {
    font-size: 22px;
}
.bg-product {
    font-size: 22px;
    margin-top: 20%;
}
.iconabout-2 {
    white-space: inherit;
}
}





@media screen and (max-width: 900px) {
#carousel68887e306814a90013577c5d {
    display: none;
} 
.section-one {
    gap: 40px;
} 
.section-one-2 {
    align-self: end;
}
.section-one-3 h5 {
    font-size: 20px;
}
.section-one .btnreadmore {
    margin-bottom: 15%;
}
.section-one {
    margin-top: 5%;
}
.bg-product {
    font-size: 18px;
    margin-top: 15%;
}
.grid-concrete-3 h1 {
    font-size: 24px;
}
.iconfacebook-2 h6 {
    font-size: 17px;
}
.grid-concrete {
    grid-template-columns: 35% auto;
    padding: 0% 3% 0% 3%;
}
.block-iconfacebook {
    padding: 5px 20px 5px 10px;
    margin-left: 0%;
}
.grid-service {
    grid-template-columns: 36% auto;
} 
.grid-servive {
    grid-template-columns: repeat(2, 1fr);
}
.section-one.about {
    margin-top: 3%;
}
.section-one.about .section-one-3 {
    margin-bottom: 15%;
}
.block-iconabout {
    grid-template-columns: 85px auto;
    gap: 20px;
}
ul.listproduct {
    margin-left: 6%;
    line-height: 1.4;
}  
.name-gallery {
    min-height: 85px;
}
.grid-contact-3 {
    align-self: center;
}
.qrcode-contact {
    width: 90%;
}
.block-icon-contact {
    grid-template-columns: 35px auto;
    gap: 10px;
}
.grid-footer-3 {
    word-break: break-all;
}
.grid-iconsocial {
    width: 95%;
}
.table-responsive {
   border: 0px solid #ddd;
}
.name-gallery {
    white-space: inherit;
}
}



@media screen and (max-width: 480px) {
h1 {
    font-size: 2em;
}
#carousel68887e306814a90013577c5d {
    display: inherit;
}  
#imagesControl68887e306814a90013577c5d {
    padding: 0px !important;
}
.section-one {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 15%;
} 
.itopplus-bg {
    margin-bottom: -1px;
}
.head-kingconstruction {
    margin-top: 10%;
}
#background68832fa7d76e4c00138d3aef .grid figure figcaption {
    padding: 1em;
}
.bg-product {
    font-size: 26px;
}  
.grid-concrete {
    display: flex;
    flex-direction: column-reverse;
    padding: 10% 5% 0%;
}
.block-iconfacebook {
    margin-top: 5%;
}
.grid-service {
    grid-template-columns: 100%;
}
.grid-service-3 {
    align-self: center;
    padding-left: 0%;
}
.grid-service-2 {
    border-right: 0px solid #0d56ca;
}
.grid-head-service {
    display: inherit;
    grid-template-columns: 20% auto;
    gap: 30px;
    padding: 15% 0% 10%;
}
.grid-footer {
    display: grid;
    grid-template-columns: 100%;
    padding: 10% 0% 10%;
}
.grid-footer {
    gap: 20px;
}
.grid-iconsocial {
    width: 40%;
}
.qrcode {
    width: 32%;
    margin: initial;
    margin-top: 5%;
}
.grid-footer-4 h3 {
    text-align: left !important;
}
.grid-concrete-3 h1 {
    text-align: center;
    white-space: break-spaces;
}
.head-service-2 h6 {
    font-size: 20px;
}
.head-service {
    font-size: 2em;
    margin-bottom: 10px;
}
.section-one.about {
    margin-top: 10%;
}
.grid-iconabout {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
.grid-concrete {
    margin-top: 15%;
    margin-bottom: 15%;
}
.grid-concrete-3 h1 {
    font-size: 28px;
    margin-bottom: 8%;
}
.grid-product {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 5%;
}
.icon-table-2 {
    width: 45%;
}
.grid-service-page {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}
.block-icon-contact {
    grid-template-columns: 45px auto;
}
article.col-md-6.item.-micro {
    width: 50%;
}
.name-gallery {
    min-height: 90px;
    white-space: inherit;
}
h3.managerHeader {
    font-size: 1.6em;
    padding: 10% 0% 2%;
}
.contenemanager-gallery .col-xs-12.col-md-3 {
    width: 50%;
}
.Contentmanager .col-md-12.text-justify {
    padding-right: 10px;
    padding-left: 10px;
}
.block-icon-contact {
    grid-template-columns: 40px auto;
}
}



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



