.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: #000;
  font-family: "Noto Sans Thai", sans-serif;
}

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


.itopplus-bg {
  background-image: url("https://itp1.itopfile.com/ImageServer/z_itp_03002024a14t/0/0/1z-z468780490239.webp");
}
.navbar-default .navbar-nav > li > a {
  color: #000000;
  margin: 0 10px;
  padding: 10px 15px;
  border-radius: 30px;
}
.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: transparent;
  background: transparent;
  background-color: #143084;
}
.dropdown-menu > li > a {
  color: #444;
}
.no-js .dropdown-menu > li > a:focus,
.no-js .dropdown-menu > li > a:hover {
  color: #444;
  background: transparent;
}

@media screen and (max-width: 992px) {
#controlBanner img {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 65px !important;
    z-index: 10000;
}
#nav-menu,
#ItopplusMainSidebar > div {
    background: #fff !important;
}
#itpMenuSideBar span {
    background-color: #000 !important;
}
#controlMenu * {
    color: #000 !important;
    border: none;
}
}

@media screen and (min-width: 1024px) {
.itopplus-banner > .container {
    display: grid;
    grid-template-columns: 20% auto;
    align-items: center;
}
.no-js .itopplus-banner {
    position: sticky;
    top: 0;
    z-index: 110;
     background: #fff;
}
#controlBanner {
    object-fit: contain;
    padding: 10px 5px;
    width: clamp(150px, 12vw, 200px);
    margin: 0 auto;
}
#nav-menu {
    display: grid;
    justify-content: end;
    background: transparent;
    min-height: auto;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
   display: block;
   margin: 0;
}  
#background67a1b0b0c594630013ac3b97 .thumbs,
#background67a1b26129cd7d001a3304a7 .thumbs {
    margin-bottom: 0px;
}
.sectionone-ruammitrconcrete.edit-2 {
    margin-left: 8%;
}
.sectionone-ruammitrconcrete.about {
    margin-left: 5%;
}
}



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




/* oscar*/
figure.effect-oscar {
    background: transparent;
    border-radius: 20px;
}
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*/
#carousel67a02e7a498c510013f9dddb .hidden {
    display: block!important;
    visibility: inherit!important;
    pointer-events: none;
} 
#carousel67a02e7a498c510013f9dddb .carousel-indicators .active {
    background-color: #fff;
    border-color: #fff;
    width: 40px;
    height: 9px;
    margin: 2px;
}  
#carousel67a02e7a498c510013f9dddb .carousel-indicators li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
} 
#carousel67a02e7a498c510013f9dddb .carousel-indicators {
    bottom: 5%;
    left: 10%;
} 
#carousel67a02e7a498c510013f9dddb .glyphicon-chevron-left:before,
#carousel67a02e7a498c510013f9dddb .glyphicon-chevron-right:before {
    display: none;
}
/*slide*/


/* modquee */
.modquee-contanier {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
    height: 150px;
    width: 100%;
    gap: 20px;
    margin-bottom: 8%;
    margin-top: 0%;
}
.modquee-box {
   display: flex;
   width: fit-content;
   animation: scroll 30s linear infinite;
   justify-content: space-around;
   gap: 20px;
   align-items: center;
   margin-left: -20px;
}
.modquee-box img {
   height: 150px;
   width: 170px;
   border-radius: 20px;
   border: 0px solid #ccc;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}
/* modquee */


/* table */
#tableA {
    width: 100%;
    background: #fff;
}
#tableA th {
  background-color: #152130;
  padding: 10px;
  color: #ffffff;
  border: 1px solid #fff;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
}
#tableA td {
  border: 1px solid #eee;
  padding: 10px;
  text-align: center;
}

#tableA tr:nth-child(even){background-color: #f2f2f2;}
#tableA tr:hover {
  background-color: #152130;
  color: #ffffff;
}
/* table */



/* timeline */
.main-timeline{
    position: relative;
    transition: all 0.4s ease 0s;
}
.main-timeline:before{
    content: "";
    width: 1px;
    height: 100%;
    background: #c6c6c6;
    position: absolute;
    top: 0;
    left: 50%;
}
.main-timeline .timeline{
    position: relative;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline .timeline-icon{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ce0502;
    position: absolute;
    top: 0;
    left: 3px;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
}
.main-timeline .timeline-content {
    width: 45%;
    padding: 0px 20px 20px;
    border-radius: 0px;
    text-align: right;
    border-bottom: 1px solid #c6c6c6;
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}
.main-timeline .date {
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    padding: 8px 30px;
    background: #ce0502;
}
.main-timeline .timeline-content.right{
    float: right;
    text-align: left;
}
.texttext2 {
    white-space: break-spaces;
}
.bg1 h4 {
    font-weight: 600;
}
/* timeline */


/*contenemanager*/
h3.managerHeader {
    font-size: 2em;
    text-align: center;
    font-weight: 600;
    margin-top: 4%;
}
#Contentmanager .post-time {
    display: none;
}
.page-header {
    margin: 0px 0 0px;
    padding-bottom: 0px !important;
    border-bottom: 0px solid #e1723a;
}
.landingpagemanager {
    display: none;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    text-align: center;
    padding: 8% 5% 0%;
    color: #444444;
    font-size: 16px;
}
.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 10px 15px;
}
.Contentmanager .site .col-section .item.-micro a .image {
    width: 100%;
    margin-bottom: 0px;
    border-radius: 20px;
}
.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 / 0%);
}
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;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}
.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 {
    border-radius: 20px;
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    transition: 0.5s;
}
#Contentmanager img.img-responsive:hover {
    transform: scale(1.1);
}
.social-share {
    display: none !important;
}
.row.contenemanager-gallery {
    margin-top: 2%;
}
.Textmanager.font-inherit h4 {
    font-weight: 600;
}
.Textmanager.font-inherit {
    text-align: left;
}
.Contentmanager .col-md-8.col-md-offset-2.text-center {
    margin-top: 3%;
}
/*contenemanager*/



/*contenemanager 2*/
ul.nav-template.itp-contentmanager-template5 .col-md-4.col-sm-4.col-xs-12.padding-col {
    width: 50%;
}
ul.nav-template.itp-contentmanager-template5 .col-md-8.col-sm-8.col-xs-12.padding-col {
    width: 49%;
    padding: 0px 15px !important;
}
ul.nav-template.itp-contentmanager-template5 .col-md-8.col-sm-8.col-xs-12.padding-col p {
    white-space: inherit;
    font-size: 14px;
}
ul.nav-template.itp-contentmanager-template5 .col-md-8.col-sm-8.col-xs-12.padding-col strong {
    font-size: 16px;
}
ul.nav-template.itp-contentmanager-template5 .img-container .img {
    border-radius: 20px;
}
.nav-template li:hover {
    background-color: transparent;
}
.btnknowledge {
    background: #000000;
    color: #fff;
    width: fit-content;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 40px;
    margin-top: 7%;
    transition: 0.35s;
}
/*contenemanager 2*/



/*contenemanager 3*/
.TabItpContentLandingPage6>ul {
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
}
.TabItpContentLandingPage6 {
    background-color: #e7eaec;
    padding: 10px;
    border-radius: 25px;
}
.TabItpContentLandingPage6>ul>li>a>span {
    font-size: 18px !important;
}
.TabItpContentLandingPage6 .nav>li>a {
    padding: 10px 5px;
    border-radius: 50px;
}
.TabItpContentLandingPage6 .tab-itp-background {
    background-color: inherit;
    padding: 0% !important;
    margin-top: 1% !important;
    margin-bottom: 0% !important;
}
.TabItpContentLandingPage6>ul>li.active>a {
    background-color: #d90000 !important;
}
.TabItpContentLandingPage6>ul>li>a:hover {
    background-color: #152130;
}
/*contenemanager 3*/



/*from Contact*/
.no-js #Component67a1d3347bfa7d0013838545 label {
    display: none!important;
    color: #000;
}
.no-js #Component67a1d3347bfa7d0013838545 .col-md-6 {
    width: 100%;
    margin-left: auto;
    display: block;
    margin-right: auto;
    float: initial;
    padding-left: 20px;
}
.no-js #Component67a1d3347bfa7d0013838545 .form-control {
    border: 0px solid #cfcfcf;
    border-bottom: 1px solid #000;
    border-radius: 0px !important;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    padding: 25px 0px;
    background: transparent;
    color: #000;
    font-size: 16px !important;
}
.no-js #Component67a1d3347bfa7d0013838545 .form-control:focus {
   border-bottom: 1px solid #e90000 !important;
   border: 0px solid #e90000;
   box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, 0);
   color: #000!important;
}
.no-js #Component67a1d3347bfa7d0013838545 .btn {
   background: #e90000;
   color: #fff;
   text-shadow: 0 0px 0 #00000000;
   background-repeat: repeat-x;
   border-color: transparent;
   border-radius: 30px;
   padding: 10px 30px 10px 30px;
   font-size: 16px;
   font-weight: 400;
   border: 0px solid;
}
.no-js #Component67a1d3347bfa7d0013838545 .btn-default:active {
   background: #e90000;
   color: #fff;
}
.no-js #Component67a1d3347bfa7d0013838545 .btn-default:hover,
.no-js #Component67a1d3347bfa7d0013838545 .btn-default:focus {
   background-position: 0 0px;
   background: #e90000;
   border: 0px solid transparent;
}
.no-js #Component67a1d3347bfa7d0013838545  .col-xs-12.col-sm-5.col-md-5.padding {
  width: 100%;
}
.no-js #Component67a1d3347bfa7d0013838545 span.label {
  font-size: 13px;
  font-weight: 400;
}
.no-js #Component67a1d3347bfa7d0013838545 ::placeholder {
  color: #000 !important;
  font-weight:400;
}
#background67a1d3347bfa7d0013838545 {
    width: 70%;
    margin: 0 auto;
}
.no-js #Component67a1d3347bfa7d0013838545 .btn {
    margin-left: 45%;
}
/*from Contact*/







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

h1 {
    font-size: 2em;
}
h2 {
    font-size: 3em;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 30px;
}
p {
    font-size: 16px;
}
body {
    font-size: 16px;
}
b, strong {
    font-weight: 600;
}


.blockhead-ruammitrconcrete {
    display: grid;
    grid-template-columns: 73% auto;
}
.block-iconphone {
    display: flex;
    width: 100%;
}
.iconphone {
    width: 13%;
}
.blockhead-ruammitrconcrete-3 {
    display: flex;
    width: 100%;
}
.iconphone-2 {
    align-self: center;
    margin-left: 7%;
}
.footer-ruammitrconcrete-2 {
    white-space: break-spaces;
    font-size: 15px;
    color: #e5e5e5;
}
.headfooter-ruammitrconcrete {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 4%;
}
.logo-ruammitrconcrete {
    width: 50%;
    margin-bottom: 7%;
    margin-top: 10%;
}
.block-iconsocial-footer {
    display: flex;
    width: 28%;
    gap: 10px;
    margin-top: 5%;
}
.iconsocial-footer {
    transition: 0.35s;
}
.iconsocial-footer:hover {
    filter: grayscale(1);
    transition: 0.35s;
}
.copyright {
    font-size: 14px;
    text-align: right;
    margin-bottom: 4%;
}
.border-footer {
    border-top: 1px solid #9c9c9c;
    padding-bottom: 2%;
}
.blockfooter-ruammitrconcrete-2 {
    margin-top: 10%;
    margin-left: 15%;
    width: 100%;
}
.blockfooter-ruammitrconcrete {
    margin-top: 10%;
    margin-left: 10%;
    width: 100%;
}
.head-ruammitrconcrete {
    text-align: center;
    margin-top: 3%;
    margin-bottom: 2%;
    text-transform: uppercase;
}
.head-ruammitrconcrete h2 {
    font-family: "Montserrat", serif;
    font-weight: 500;
}
.head-ruammitrconcrete h2 span {
    font-weight: bold;
    color: #e90000;
}
.head-ruammitrconcrete h6 {
    font-weight: 600;
}
.empty-ruammitrconcrete {
    padding: 3%;
}
.pd-bg-concrete-product {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin-top: 3%;
}
.bg-concrete-product-2 {
    text-align: center;
    background: #152130;
    color: #fff;
    padding: 25% 10% 10%;
    border-radius: 20px;
    margin-top: -20%;
    transition: 0.35s;
}
.block-bg-concrete-product {
    margin-bottom: 15%;
    transition: 0.35s;
}
.block-bg-concrete-product:hover .bg-concrete-product-2 {
    background: #d90000;
    transition: 0.35s;
}
.bg-concrete-product {
    overflow: hidden;
    display: block;
    transition: 0.35s;
}
.block-bg-concrete-product:hover .bg-concrete-product {
    transition: 0.35s;
    transform: scale(1.03);
}
.pd-icon-tis {
    display: flex;
    width: 100%;
    margin-top: 5%;
}
.block-icon-tis {
    display: flex;
    width: 100%;
}
.icon-tis {
    width: 17%;
}
.icon-tis-t {
    align-self: center;
    margin-left: 5%;
}
.content-ruammitrconcrete {
    white-space: break-spaces;
}
.sectionone-ruammitrconcrete-border {
    border-left: 3px solid #d90000;
    padding-left: 5%;
}
.btnread-more {
    background: #000000;
    color: #fff;
    width: fit-content;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 40px;
    margin-top: 7%;
    transition: 0.35s;
}
.btnread-more:hover {
    background: #d90000;
    transition: 0.35s;
}
.sectionone-ruammitrconcrete h6 {
    color: #054088;
    font-weight: 600;
}
.sectionone-ruammitrconcrete h2 {
    color: #d90000;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Montserrat", serif;
    font-size: 5em;
    line-height: 1;
    margin-top: 4%;
}
.sectionone-ruammitrconcrete h1 {
    font-family: "Montserrat", serif;
    text-transform: uppercase;
    font-size: 3em;
    font-weight: 500;
    margin-bottom: 5%;
}
.sectionone-ruammitrconcrete {
    margin-top: 30%;
}
.sectiontwo-ruammitrconcrete {
    background: linear-gradient(to right, rgba(12,49,93,1) 0%,rgba(150,27,44,1) 100%);
    color: #fff;
    display: flex;
    width: 90%;
    float: right;
    border-radius: 25px 0px 0px 25px;
    margin-top: 8%;
    margin-bottom: 2%;
}
.sectiontwo-ruammitrconcrete-2 {
    width: 40%;
}
.bgrmc {
    width: 90%;
    margin: 0 auto;
    margin-top: -37%;
}
.logoscg {
    width: 22%;
    margin-top: 3%;
    margin-left: 3%;
}
.sectiontwo-ruammitrconcrete-3 h6 {
    color: #ed1c24;
    font-weight: 600;
    margin-bottom: 3%;
    margin-left: 3%;
}
.sectiontwo-ruammitrconcrete-3 h2 {
    line-height: 1;
    margin-left: 3%;
}
.bgconcrete {
    width: 41.5%;
    float: right;
    margin-top: -13%;
}
.sectiontwo-ruammitrconcrete-3 {
    margin-top: 5%;
}
.sectiontwo-ruammitrconcrete-3 .content-ruammitrconcrete {
    margin-left: 3%;
}
.itopplus-bg {
    background-position: bottom;
}
.buttonExampleSite {
  border: 0px solid #fff !important;
  color: #fff !important;
  background: #e90000 !important;
  border-radius: 5px !important;
  font-weight: 400;
}
.buttonExampleSite:hover {
  background: #223143 !important;
  color: #fff !important;
}
.pdpa-text.pdpamg1 {
  padding: 5% 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;
}
ul.icon-product ::marker {
    color: #d90000;
}
.empty-ruammitrconcrete-2 {
    padding: 2%;
}
.sectionone-ruammitrconcrete.about {
    margin-top: 10%;
}
.block-iconcontact {
    display: flex;
    width: 100%;
    padding: 5px 0px 8px;
}
.iconcontact {
    width: 6%;
}
.iconcontact-2 {
    align-self: center;
    margin-left: 2%;
    white-space: break-spaces;
}
.headform {
    font-family: "Noto Sans Thai", sans-serif;
    margin-left: 7px;
    margin-top: 2%;
}
.headform h3 {
    font-size: 22px;
    padding-left: 0px;
}
.headform p {
    font-weight: 400;
}
.phomap {
    margin-top: 4%;
}
.phomap img {
    border-radius: 20px;
}
.block-contact {
    display: grid;
    grid-template-columns: 50% auto;
}
.no-js iframe {
    border-radius: 20px;
}
.no-js .tab-content {
    background-color: transparent !important;
}
.TabItpContentLandingPage .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff !important;
    background-color: #d90000;
}
li.itptabcontent.active span {
    color: #fff !important;
}
.TabItpContentLandingPage.col-md-12 {
    background: #fff;
    border-radius: 20px;
    padding: 2%;
}
.no-js .nav-justified {
    width: 100%;
    background: #e8eaec;
    border-radius: 36px;
    padding: 7px;
}
.block-contact {
    display: grid;
    grid-template-columns: 50% auto;
}
.iconcontact img {
    width: 100% !important;
}
.iconphone-2 a {
    color: #fff;
}
#cookie67a1d3347bfa7d0013838545 {
    text-align: center;
}
.Textmanager.font-inherit h3 {
    font-weight: 600;
     color: #054088;
}
.qrcodeline {
    width: 96%;
}
.block-rmc {
    display: grid;
    grid-template-columns: 65% auto;
    gap: 10px;
}
.block-contact {
    gap: 10px;
}
.block-rmc-2 {
    align-self: end;
}
.qrcodeline img {
    border-radius: 20px;
}



#background67ceaa77581dd200139ccae3 .thumbs {
    margin-bottom: 0px;
}
.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);
}
.ebk-timelineyear {
    font-size: 16px;
    color: #ff0000;
    text-align: center;
    position: relative;
    margin-top: 18%;
    margin-bottom: 10%;
    margin-left: 1px;
    font-weight: 600;
}
.main-timeline img {
    margin: 0% 0 10%;
    clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
}
.bg1 h4 {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.8em;
    background: #ec1e2f;
    color: #fff;
    padding: 8px;
    clip-path: polygon(100% 0, 100% 75%, 95% 100%, 0 100%, 0 0);
    text-align: center;
    width: 100%;
}



@media screen and (min-width: 1900px) {
h1 {
    font-size: 2em;
}
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;
}
.iconphone {
    width: 11%;
}  
.dropdown-menu > li > a {
    font-size: 19px;
}  
.btnread-more {
    font-size: 18px;
}  
.sectiontwo-ruammitrconcrete {
    margin-top: 17%;
}  
.bgconcrete {
    width: 54%;
    float: right;
    margin-top: -7%;
    margin-right: -8%;
}
.bgrmc {
    width: 85%;
    margin: 0 auto;
    margin-top: -30%;
}  
.sectiontwo-ruammitrconcrete-3 {
    margin-top: 8%;
}  
.sectiontwo-ruammitrconcrete {
    width: 95%;
}
.logo-ruammitrconcrete {
    width: 45%;
}
.headfooter-ruammitrconcrete {
    font-size: 22px;
}
.footer-ruammitrconcrete-2 {
    font-size: 19px;
}
.block-iconsocial-footer {
    width: 23%;
} 
.copyright {
    font-size: 16px;
}
ul.icon-a {
    font-size: 20px;
}  
.Contentmanager p {
    font-size: 20px;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    font-size: 20px;
} 
ul.nav-template.itp-contentmanager-template5 .col-md-8.col-sm-8.col-xs-12.padding-col strong {
    font-size: 22px;
}
ul.nav-template.itp-contentmanager-template5 .col-md-8.col-sm-8.col-xs-12.padding-col p {
    white-space: inherit;
    font-size: 20px;
}
.btnknowledge {
    font-size: 18px;
}
.no-js #Component67a1d3347bfa7d0013838545 .form-control {
    padding: 30px 0px;
    font-size: 20px !important;
}
.no-js #Component67a1d3347bfa7d0013838545 .btn {
    font-size: 20px;
}
.TabItpContentLandingPage6>ul>li>a>span {
    font-size: 22px !important;
}
li.itptabcontent span {
    font-size: 20px !important;
}  
iframe {
    height: 650px;
}  
ul.nav-template.itp-contentmanager-template5 .col-md-8.col-sm-8.col-xs-12.padding-col {
    padding: 0% 15px !important;
}  
.block-3.map iframe {
    height: 450px;
}
}





@media screen and (max-width: 1191px) {
.blockhead-ruammitrconcrete {
    grid-template-columns: 64% auto;
}
.sectionone-ruammitrconcrete h2 {
    font-size: 4em;
}
.bgrmc {
    width: 100%;
    margin: 0 auto;
    margin-top: 0%;
}
.bgconcrete {
    width: 38%;
    float: right;
    margin-top: -10%;
}  
}




@media screen and (max-width: 900px) {
h2 {
    font-size: 2.5em;
}  
h6 {
    font-size: 26px;
}
.sectionone-ruammitrconcrete h2 {
    font-size: 3.5em;
}  
.content-ruammitrconcrete {
    white-space: inherit;
}
.sectiontwo-ruammitrconcrete {
    width: 100%;
} 
.sectiontwo-ruammitrconcrete-2 {
    width: 63%;
}  
.bgconcrete {
    width: 42%;
}  
.copyright {
    margin-bottom: 4%;
    text-align: center;
}  
.border-footer {
    border-top: 0px solid #9c9c9c;
    padding-bottom: 1%;
}
article.col-md-6.item.-micro {
    width: 33.3%;
}  
.iconcontact {
    width: 5%;
}
.iconcontact-2 {
    width: 95%;
}  
.no-js #Component67a1d3347bfa7d0013838545 .btn {
    margin-left: 0%;
} 
.table-responsive {
    border: 0px solid #ddd;
}  
#carousel67a1e9dd498c510013fa050d {
    display: none;
}
}




@media screen and (max-width: 480px) {
h2 {
    font-size: 2.3em;
}
h6 {
    font-size: 24px;
}  
#imagesControl67a02e7a498c510013f9dddb {
    padding: 0px !important;
}  
.bg-ruammitrconcrete {
    margin-top: 10%;
}  
.itopplus-bg {
    background-size: cover;
}  
.pd-icon-tis {
    display: inherit;
}  
.block-icon-tis {
    margin-bottom: 5%;
}  
.pd-bg-concrete-product {
    grid-template-columns: repeat(1, 1fr);
}  
.block-bg-concrete-product {
    margin-bottom: 5%;
}  
.head-ruammitrconcrete {
    margin-top: 10%;
    margin-bottom: 2%;
}
#background67a1d3347bfa7d0013838545 {
    width: 100%;
    margin: 0 auto;
}  
.block-contact {
    display: inherit;
}
.iconcontact {
    width: 8%;
}  
.TabItpContentLandingPage.col-md-12 {
    margin-top: 10%;
}  
ul.nav-template.itp-contentmanager-template5 .col-md-4.col-sm-4.col-xs-12.padding-col {
    width: 100%;
}  
ul.nav-template.itp-contentmanager-template5 .col-md-8.col-sm-8.col-xs-12.padding-col {
    width: 100%;
    padding: 5% 0% 10% !important;
} 
.Contentmanager .col-md-12.text-justify {
    padding-right: 10px;
    padding-left: 10px;
}
.sectiontwo-ruammitrconcrete {
    display: flex;
    flex-direction: column-reverse;
}  
.bgconcrete {
    display: none;
}
.sectiontwo-ruammitrconcrete-2 {
    width: 100%;
}
.bgrmc {
    width: 60%;
    margin-top: 5%;
}
.logoscg {
    width: 40%;
}
.sectiontwo-ruammitrconcrete-3 {
    margin-top: 10%;
    padding: 0% 5%;
}
.main-timeline .timeline-content {
    width: 100%;
    text-align: left !important;
}  
.main-timeline:before {
    left: 0%;
}
.main-timeline .timeline-icon {
    margin: initial;
    margin-left: -13px;
}
.bg1 {
    padding: 7% 0% 0%;
}
.block-icon-tis {
    margin-bottom: 5%;
    margin-top: 5%;
}
#imagesControl67a1e9dd498c510013fa050d {
    padding: 0px !important;
}
#carousel67a1e9dd498c510013fa050d .hidden {
    display: block!important;
    visibility: inherit!important;
    pointer-events: none;
} 
#carousel67a1e9dd498c510013fa050d .carousel-indicators .active {
    background-color: #fff;
    border-color: #fff;
    width: 40px;
    height: 9px;
    margin: 2px;
}  
#carousel67a1e9dd498c510013fa050d .carousel-indicators li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
} 
#carousel67a1e9dd498c510013fa050d .carousel-indicators {
    bottom: 5%;
    left: 20%;
} 
#carousel67a1e9dd498c510013fa050d .glyphicon-chevron-left:before,
#carousel67a1e9dd498c510013fa050d .glyphicon-chevron-right:before {
    display: none;
} 
article.col-md-6.item.-micro {
    width: 100%;
}  
.contenemanager-gallery .col-xs-12.col-md-3 {
    width: 100%;
}
#carousel67a1e9dd498c510013fa050d {
    display: inherit;
}
.block-rmc {
    grid-template-columns: auto;
}
.qrcodeline {
    width: 55%;
}
.main-timeline .col-md-5.col-sm-5.col-xs-5.padding-col {
    width: 100%;
}
.texttext2 {
    text-align: left;
}
.ebk-timelineyear {
    display: none;
}
.bg1 {
    padding: 0% 0% 10% !important;
}

}




