.itopplus-background {

}
body {
    overflow-x: hidden;
}
.eapps-widget-toolbar {
    display: none;
}


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



.itopplus-bg {
    background-image: url('https://itp1.itopfile.com/ImageServer/z_itp_020420244k8l/0/0/1z-z493850875644.webp');
}
.itopplus-bg2 {
    background-image: url('https://itp1.itopfile.com/ImageServer/z_itp_020420244k8l/0/0/2z-z1147116265004.webp');
}
.navbar-default .navbar-nav>li>a {
    color: #121a27;
    margin: 0 ;
    padding: 15px;
}
.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: #c00000 !important;
    box-shadow: none;
    border-radius: none;
    background: transparent;
    background-color: transparent;
}
.dropdown-menu>li>a {
    color: #000;
}
.no-js .dropdown-menu>li>a:focus,
.no-js .dropdown-menu>li>a:hover {
    color: #000;
    background: #e8e8e8;
}

@media screen and (max-width: 992px) {
#controlBanner img {
    position: fixed;
    object-fit: cover;
    object-position: 0% 50%;
    top: 5px;
    left: 10px;
    height: 40px;
    width: 50px !important;
    z-index: 10000;
}
.navbar-header,
#ItopplusMainSidebar>div {
    background: #fff !important;
}
.navbar-header a.visible-xs {
    filter: contrast(0.3);
    /*filter: brightness(0) invert(1);*/
}
#ItopplusMainSidebar a {
    color: #444 !important;
}
.navbar-toggle .icon-bar {
    background-color: #444 !important;
}
}

@media screen and (min-width: 1024px) {
.itp-block {
    display: grid;
    grid-template-columns: 25% 20%;
    justify-content: space-between;
    align-items: center;
}
.no-js .itopplus-banner {
    position: sticky;
    top: 0;
    z-index: 110;
}
.itopplus-banner {
    background: #fff;
    transition: .3s;
}
#controlBanner {
    object-fit: contain;
    padding: 15px;
    width: 100%;
    min-width: auto;
    margin: 0 auto;
}  
#nav-menu {
    display: grid;
    place-items: center;
    background: transparent;
    min-height: auto;
}
.itopplus-search {
    text-align: center;
}
#itopplus-nav-bar>li {
    display: -webkit-inline-box;
}
.itopplus-nav-bar li:not(:last-of-type):not(.itopplus-sidebar-menu-parent):not(.dropdown-submenu):after {
    content: '•';
    display: grid;
    place-content: center;
    color: #121a27;
    font-size: 18px;
}
.itopplus-menu {
    border-top: 1px solid #acacac;
} 
#background66dec77ebac32c00139f0deb {
    width: 95%;
}
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.03,1.03,1);
}
/* oscar */


/* 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: #eeeeee;
    border: 1px solid #c00000;
    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: #c00000;
}
.main-timeline .timeline-content.right{
    float: right;
    text-align: left;
}
.texttext2 {
    white-space: break-spaces;
}
.bg1 h4 {
    font-weight: 600;
}
/* timeline */


/*contenemanager*/
#Contentmanager .post-time {
    display: none;
}
.page-header {
    margin: 0px 0 15px;
    border-bottom: 0px solid transparent;
    padding-bottom: 0px;
}
.landingpagemanager {
    display: none;
}
.Contentmanager .site .col-section .item.-micro a .caption .title {
    text-align: center;
    font-size: 16px;
    padding: 5% 5% 0%;
    color: #444444;
    display: none;
}
.Contentmanager .site .col-section .item.-micro a:hover .caption .title {
    color: #444444;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
    display: inherit;
    white-space: break-spaces;
    text-align: center;
    color: #5a5a5a;
    margin-top: 5%;
    margin-bottom: 30px;
}
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 .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: 33.3%;
}
.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;
}
.social-icon {
    border-radius: 5px;
}
h3.managerHeader {
    font-size: 2em;
    font-weight: 600;
    text-align: center;
    padding: 4% 0% 0%;
}
.Textmanager.font-inherit {
    display: flow-root;
    text-align: left;
}
.Contentmanager img.img-responsive {
    border-radius: 10px;
}
.social-share {
    display: none;
}

/*contenemanager*/


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


/* ฟอร์ม Style 1 */
#formdisplay66e0263cecced200131e3577 .form-control {
    border: 1px solid #ece8e2;
    border-bottom: 1px solid #ece8e2;
    border-radius: 0px !important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    background-color: transparent;
    padding: 0px 10px;
    font-size: 16px;
    width: 100% !important;
    margin: 5px 0px;
    height: 50px;
    color: #5a5a5a !important;
}
#formdisplay66e0263cecced200131e3577 .form-control:focus {
    border-bottom: 1px solid #c2c2c2;
    border: 1px solid #c2c2c2;
    color: #5a5a5a !important;
}
#formdisplay66e0263cecced200131e3577 .form-control:hover {
    border-bottom: 1px solid #c00000;
    border: 1px solid #c00000;
}
#formdisplay66e0263cecced200131e3577 .btn-default:hover,
#formdisplay66e0263cecced200131e3577 .btn-default:focus {
    background-position: 0 0px;
    background: linear-gradient(to right, #c00000 0%,#c00000 50%,#c00000 100%);
    transition: 0.35s;
}
#formdisplay66e0263cecced200131e3577 .btn-default {
    background-repeat: repeat-x;
    border-color: #0000;
    padding: 10px 30px;
    font-size: 15px;
    border: 0px solid transparent;
    text-shadow: none;
    border-radius:30px;
    background: linear-gradient(to right, #c00000 0%,#c00000 50%,#c00000 100%);
    color: #fff !important;
    transition: 0.5s;
}
#formdisplay66e0263cecced200131e3577 ::placeholder {
    color: #5a5a5a;
}
#formdisplay66e0263cecced200131e3577 span.label {
    display: contents;
}
#formdisplay66e0263cecced200131e3577 a#capchatxt {
    font-weight: 300;
    color: #5a5a5a;
    margin-left: 2%;
}
#formdisplay66e0263cecced200131e3577 {
    background: transparent !important;
}
#formdisplay66e0263cecced200131e3577 .form-control::placeholder {
    color: #5a5a5a !important;
}
#form66e0263cecced200131e3577 {
    padding: 0px !important;
}
#cookie66d54511eadb96001314147d {
    font-size: 14px;
    margin-top: -20px;
    padding-right: 5%;
    text-align: left !important;
    margin-left: 3%;
}
span.glyphicon.glyphicon-ok-circle {
    display: none;
}
#formdisplay66e0263cecced200131e3577 h3 {
    font-weight: 600;
    margin-left: 8px;
    margin-bottom: -20px;
}
#background66e0263cecced200131e3577 {
    border-left: 1px solid #c2c2c2;
    padding-left: 20px;
}
#formdisplay66e0263cecced200131e3577 .btn-success {
    background-image: linear-gradient(to bottom, #c00000 0, #c00000 100%);
    border-color: #c00000;
}
#formdisplay66e0263cecced200131e3577 .btn-success:focus, .btn-success:hover {
    background-color: #c00000;
    border-color: #c00000;
}
#text9, #text13 {
    margin-top: 2%;
}
/* ฟอร์ม Style 1 */



/*เฉพาะรูปแบบมีขอบ*/
.thumbnail img.imageGallery:hover{
   -webkit-transform: scale(1.1);
   transform: scale(0.98);
 -moz-transition: all 0.5s;
   -webkit-transition: all 0.5s;
   transition: all 0.5s;
}
.thumbnail .imageWidth.imageGallery {
   transform: scale(1.0);
   transition: 0.32s;
}
.thumbnail .imageWidth.imageGallery:hover {
   transform: scale(1.05);
   transition: 0.32s;
}

/**ห้ามเกินกรอบ**/
 .thumbnail .imgLightbox {
    position: relative!important;
    overflow: hidden!important;
    width: 100.1%!important;
}
.thumbnail:hover .btnviewmore-product {
    background-color: #5a5a5a;
    transition: 0.35s;
}




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

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



.btnreadmore {
    background: #c00000;
    color: #fff;
    text-align: center;
    width: fit-content;
    padding: 10px 15px;
    font-size: 14px;
    margin-top: 5%;
    transition: 0.35s;
}
.content-siamrajpump {
    white-space: break-spaces;
}
.sectionone-siamrajpump h1 {
    font-weight: 600;
    margin-bottom: 4%;
    line-height: 1.2;
}
.sectionone-siamrajpump {
    margin-top: 18%;
}
.btnreadmore:hover {
    background: #5a5a5a;
    transition: 0.35s;
}
.siamrajpump-slogan {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 5% 0% 10%;
}
.block-siamrajpump-slogan-1 {
    text-align: right;
    align-self: center;
    padding-right: 15px;
}
.block-siamrajpump-slogan-1 h4 {
    font-weight: 600;
}
.block-siamrajpump-slogan-2 {
    font-size: 26px;
    align-items: center;
    border-left: 1px solid #c00000;
    padding-left: 15px;
}
.headaboutus {
    font-size: 5em;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    position: absolute;
    margin-top: -11%;
}
#background66dec77ebac32c00139f0deb {
    margin-top: -13%;
}
.itopplus-bg {
    background-size: cover;
}
.head-siamrajpump {
    text-align: center;
    line-height: 1.2;
    margin-top: 5%;
    margin-bottom: 2%;
}
.head-siamrajpump h1 {
    font-weight: 600;
    color: #c00000;
    text-transform: uppercase;
}
figure.effect-apollo img {
    transform: scale3d(1.00, 1.00, 1);
}
figure.effect-apollo {
    background: transparent;
}
.empty-siamrajpump {
    padding: 2%;
}
.sectiontwo-siamrajpump {
    margin-top: 25%;
    margin-left: 5%;
    width: 100%;
}
.sectiontwo-siamrajpump h6 {
    font-weight: 600;
    margin-bottom: 5%;
}
.bghead-ourpriducr {
    font-family: "Oswald", sans-serif;
    color: #5a5a5a;
    font-size: 22px;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
}
#background66decdff0c74e1001328c125 .grid figure figcaption,
#background66dfb559c40c0d00134112e0 .grid figure figcaption,
#background66e01f5fa2d14700136ad224 .grid figure figcaption {
    padding: 1em;
}
.itopplus-bg2 {
    background-size: cover;
    color: #fff;
}
.sectionthree-siamrajpump {
    margin-top: 15%;
}
.sectionthree-siamrajpump h6 {
    margin-bottom: 5%;
}
#background66ded0a1d260560013912644 {
    margin-top: -15%;
    margin-bottom: 10%;
}
#background66ded487d260560013912762 .row-fluid [class*=col-sm-5fix] {
    width: 10% !important;
}
.siamrajpump-logo {
    width: 40%;
    margin-bottom: 8%;
}

.headfooter-siamrajpump {
    font-weight: 600;
    margin-bottom: 4%;
}

.headfooter-siamrajpump-2 {
    font-size: 14px;
    white-space: break-spaces;
}

.blockfooter-siamrajpump {
    width: 110%;
}

.block-iconsocial-footer {
    display: flex;
    width: 55%;
    margin-top: 6%;
}
.iconsocial-footer {
    padding: 0px 7px 0px 0px;
    transition: 0.35s;
}
.iconsocial-footer:hover {
    filter: grayscale(1);
    transition: 0.35s;
}
.blockfooter-siamrajpump-2 {
    margin-left: 30%;
    width: 100%;
}
.copyright {
    text-align: center;
    font-size: 13px;
    margin-bottom: 5%;
}
ul.siamrajpump-footer {
    font-size: 14px;
    line-height: 2;
}
.callus {
    font-weight: 600;
    text-align: left;
}
.block-icontel-head {
    display: flex;
    width: 100%;
    margin-top: 5px;
}
.icontel-head {
    width: 14%;
}
.icontel-head-t {
    white-space: break-spaces;
    text-align: left;
    font-size: 14px;
    align-self: center;
    margin-left: 10px;
    line-height: 1.3;
}
.buttonExampleSite {
    border: 0px solid #fff !important;
    color: #fff !important;
    background: #c00000 !important;
    border-radius: 5px !important;
    font-weight: 400;
}
.buttonExampleSite:hover {
    background: #c00000 !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;
}
.dropdown-menu>li>a {
    font-size: 15px;
    text-transform: uppercase;
}
.section-product {
    margin-left: 5%;
    width: 100%;
}
.logo-partners {
    width: 35%;
    margin-top: 3%;
}
ul.icon-product ::marker {
    color: #c00000;
}
.block-btndownload-product .btndownload-product {
    width: 90%;
}
.btndownload-product {
    display: flex;
    width: 28%;
    background: #c00000;
    color: #fff;
    padding: 10px 15px;
    margin-top: 7%;
    transition: 0.35s;
}
.btndownload-product-iocn {
    width: 16%;
    margin-left: 15%;
}
.block-btndownload-product .btndownload-product-iocn {
    width: 20%;
}
.btndownload-product:hover {
    background: #5a5a5a;
    transition: 0.35s;
}
.block-btndownload-product {
    display: flex;
    width: 60%;
    margin-top: 4%;
}
.btndownload-product-t {
    align-self: center;
}
.Textmanager.font-inherit h5 {
    margin-bottom: 5px;
}
.bgproduct .col-md-6.col-sm-6.padding-col.right {
     border-left: 1px solid #c00000;
    padding-left: 2% !important;
}
.block-iconcontact-siamrajpump {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}
.iconcontact-siamrajpump {
    width: 8%;
}
.iconcontact-siamrajpump-t {
    align-self: center;
    margin-left: 2%;
}
#background66e013fa2fce8b001336319c article.col-md-6.item.-micro,
#background66e121a072a07e0013900990 article.col-md-6.item.-micro {
    width: 33.3%;
}
#background66e013fa2fce8b001336319c .Contentmanager .site .col-section .item.-micro a .image,
#background66e121a072a07e0013900990 .Contentmanager .site .col-section .item.-micro a .image {
    border-radius: 10px;
}



#tableA {
  width: 100%;
  margin-top: 2%;
}
#tableA th {
  background-color: #c00000;
  padding: 10px;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #fff;
  font-weight: 600;
}
#tableA td {
  border: 1px solid #fff;
  padding: 10px;
  font-size: 16px;
}
#tableA tr:nth-child(even){background-color: #f2f2f2;}
#tableA tr:hover {background-color: #dddddd;}


#Contentmanager .col-md-9.col-sm-7.col-xs-12.padding {
    margin-bottom: 0px !important;
}
.bghead-ourpriduct-2 {
    font-family: "Oswald", sans-serif;
    color: #5a5a5a;
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: -4%;
}
.blockhead-bgproduct {
    text-align: center;
}
.blockhead-bgproduct p {
    white-space: break-spaces;
    height: 50px;
}
.btnviewmore-product {
    color: #fff;
    font-size: 14px;
    background: #c00000;
    width: fit-content;
    padding: 8px 15px;
    margin: 0 auto;
    margin-top: 7%;
   transition: 0.35s;
}
.bg-blockdetail-product p {
    background: #eee;
    padding: 15px 0px 15px 15px;
}
.bg-blockdetail-product h3 {
    background: #c00000;
    color: #fff;
    padding: 15px 0px 15px 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
#cookie66e0263cecced200131e3577 {
    margin-top: -20px;
}
.pagination-sm>li>a, .pagination-sm>li>span {
    color: #5a5a5a;
}
.pagination>.active>a,
.pagination>.active>a:hover{
    background-color: #c00000;
    border-color: #c00000;
}
.pagination>li>a:hover{
    color: #c00000;
}


@media screen and (min-width : 1900px) {
h1 {
    font-size: 3em;
}
h2 {
    font-size: 4em;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 26px;
}
h5 {
    font-size: 30px;
}
h6 {
    font-size: 44px;
}
p {
    font-size: 20px;
}
body {
    font-size: 20px;
}
.dropdown-menu>li>a {
    font-size: 17px;
}
.btnreadmore {
    font-size: 18px;
}
.block-siamrajpump-slogan-2 {
    font-size: 30px;
}
.bghead-ourpriducr {
    font-size: 30px;
}
.headfooter-siamrajpump-2 {
    font-size: 18px;
}
ul.siamrajpump-footer {
    font-size: 18px;
}
.block-iconsocial-footer {
    width: 50%;
}
.copyright {
    font-size: 15px;
    margin-bottom: 4%;
}
ul.icon-a {
    font-size: 20px;
}
.Contentmanager p {
    font-size: 20px;
}
.btnviewmore-product {
    font-size: 17px;
}
.blockhead-bgproduct p {
    height: 60px;
}
.btndownload-product {
    width: 25%;
}
.icontel-head-t {
    font-size: 18px;
}
.icontel-head {
    width: 13%;
}  
#formdisplay66e0263cecced200131e3577 .form-control {
    padding: 0px 15px;
    font-size: 19px;
    height: 65px;
}  
.iconcontact-siamrajpump {
    width: 7%;
}
.no-js #Component66e0034c068b6400126627be .form-control {
    padding: 30px 20px;
    font-size: 19px !important;
}
#iframe66e0042d2fce8b0013362dba iframe {
    height: 450px;
}
.no-js #Component66e0034c068b6400126627be .btn {
    font-size: 19px;
}
.block-btndownload-product {
    width: 55%;
}
.block-btndownload-product .btndownload-product-iocn {
    width: 16%;
}
#formdisplay66e0263cecced200131e3577 .btn-default {
    font-size: 19px;
}
}

@media screen and (max-width : 1200px) {
h1 {
    font-size: 2.2em;
}
.block-siamrajpump-slogan-2 {
    font-size: 22px;
}
.content-siamrajpump {
    white-space: inherit;
}
.sectiontwo-siamrajpump {
    margin-top: 20%;
}
.sectionthree-siamrajpump {
    margin-top: 10%;
}
.btndownload-product {
    width: 34%;
}
.block-btndownload-product {
    width: 74%;
}
.iconcontact-siamrajpump {
    width: 9%;
}
.no-js #Component66e0034c068b6400126627be .form-control {
    padding: 24px 15px;
}
.headaboutus {
    font-size: 4em;
}
}


@media screen and (max-width : 900px) {
h1 {
    font-size: 2em;
}
h6 {
    font-size: 28px;
}
.sectiontwo-siamrajpump {
    margin-top: 12%;
}
#background66ded3acd2605600139126ea .sectiontwo-siamrajpump {
    margin-top: 10% !important;
}
.bghead-ourpriducr {
    font-size: 20px;
}
.blockhead-bgproduct p {
    white-space: inherit;
    height: 50px;
}
.Textmanager.font-inherit {
    display: inherit;
}
.btndownload-product {
    width: 23%;
}
.block-btndownload-product {
    width: 50%;
}
.Contentmanager .site .col-section .item.-micro a .caption .time {
    white-space: inherit;
}
.iconcontact-siamrajpump {
    width: 12%;
}
#cookie66e0263cecced200131e3577 {
    font-size: 14px;
}
#display3, #display5, #display9, #display10, #display13, #display14, #display16, #display17 {
    width: 104%;
}
.table-responsive {
    border: 0px solid #ddd;
}
.logo-partners {
    width: 65%;
}
}

@media screen and (max-width : 480px) {
#imagesControl66dec6dd455ee40013c51ed9 {
    padding: 0px !important;
}
.siamrajpump-slogan {
    display: inherit;
    padding: 10% 0% 20%;
} 
.block-siamrajpump-slogan-1 {
    text-align: left;
    padding-right: 0px;
}
.block-siamrajpump-slogan-2 {
    margin-top: 5%;
}
.headaboutus {
    margin-top: -15%;
    font-size: 3em;
}
.sectionone-siamrajpump {
    margin-top: 10%;
    margin-bottom: 15%;
}
.bghead-ourpriducr {
    font-size: 24px;
}
#background66ded0a1d260560013912644 {
    margin-top: 5%;
    margin-bottom: 10%;
}
#background66ded487d260560013912762 .row-fluid [class*=col-sm-5fix] {
    width: 50% !important;
}
.main-timeline .timeline-content {
    width: 100%;
    text-align: left;
}
.main-timeline:before {
    left: 0%;
}
.main-timeline .timeline-icon {
    left: -10px;
    right: 0;
    margin: initial;
}
.main-timeline .timeline-content {
    border-bottom: 0px solid #c6c6c6;
}
.bg1 {
    padding: 0% 0% 5% 5%;
}
.sectionone-siamrajpump {
    width: 100% !important;
    margin-left: 0% !important;
}
.sectiontwo-siamrajpump {
    margin-left: 0%;
}
.blockhead-bgproduct p {
    height: auto;
}
.logo-partners {
    width: 45%;
}
.section-product {
    margin-left: 0%;
}
article.col-md-6.item.-micro {
    width: 100%;
}
.btndownload-product {
    width: 53%;
}
.block-btndownload-product {
    display: inherit;
}
.btndownload-product {
    margin-left: 0% !important;
}
.block-btndownload-product {
    margin-top: 10%;
}
h3.managerHeader {
    font-size: 1.6em;
}
#background66e013fa2fce8b001336319c article.col-md-6.item.-micro, 
#background66e121a072a07e0013900990 article.col-md-6.item.-micro {
    width: 100%;
}
.Contenemanager-gallery .col-xs-6.col-md-3 {
    width: 100%;
}
#background66e0263cecced200131e3577 {
    border-left: 0px solid #c2c2c2;
    padding-left: 0px;
}
#display3, #display5, #display9, #display10, #display13, #display14, #display16, #display17 {
    width: 106%;
}
#cookie66e0263cecced200131e3577 {
    text-align: left !important;
    margin-left: 3%;
}
#Component66e0042d2fce8b0013362dba {
    margin: -10px;
}
.bgproduct .col-md-6.col-sm-6.padding-col.right {
    border-left: 0px solid #c00000;
    padding-left: 1% !important;
}
.block-btndownload-product {
    width: 55%;
}
#formdisplay66e0263cecced200131e3577 .form-control {
    margin: 0px 0px;
}
}




