/* Custom syles for Cthai Chemicals Theme */

:root {
  --primary-color: #B82933;
  --primary-dark-color: #862A31;
  --secondary-dark: #5B5559;
  --white-color: #fff;
  --content-black-color: #150506;
  --content-color: #454f5b;
  --content-grey-color: #637381;
  --main-font-size: 16px;
  --bigger-font-size: 20px;
  --mini-font-size: 14px;
  --blockquote-font-size: 24px;
  --font-family-mixed-head: "Noto Sans Thai";
  --font-family-mixed-content: "Sarabun";
}

html, body{
  font-family: var(--font-family-mixed-content);
}
#masthead{
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #DFE3E8;
}
.site-branding a img{
  height: 56px;
  width: auto;
  margin-top: 10px;
}

.main-navigation, #mega-menu-wrap-menu-1{
  display: inline-block !important;
}
.langswitchcover{
  margin-top: 24px;
}
.langmenu{
  list-style: none;
  margin-left: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
}
.langmenu li{
  display: inline-block;
  vertical-align: top;
}
.langmenu li a{
  display: inline-block;
  vertical-align: top;
  text-decoration: none !important;
  color: var(--white-color);
  position: relative;
  padding: 0px 7px;
}
.langmenu li:first-child a:before{
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: var(--white-color);
  top: 9px;
  right: -3px;
}
.langmenu li.wpml-ls-current-language a{
  font-weight: bold;
}


.wrapper {
    position: relative;
    padding-top: 42.15714285714286%; /* 21:9 */
}
.wrapper iframe, 
.wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



#page{
  overflow: hidden;
}

.display {
  font-family: "Petit Formal Script", cursive;
  font-weight: 400;
  font-size: 64px;
  line-height: 86px;
}
p{
  font-family: var(--font-family-mixed-content);
  font-size: var(--main-font-size);
  line-height: 32px;
  margin-bottom: 1.5rem;
}

h1 {
  font-family: var(--font-family-mixed-head);
  font-size: 52px;
  line-height: 64px;
  font-weight: 500;
}

h1.head {
  font-size: 52px;
  line-height: 88px;
}

h2 {
  font-family: var(--font-family-mixed-head);
  font-size: 44px;
  font-weight: 500;
  line-height: 54px;
}

h3 {
  font-family: var(--font-family-mixed-head);
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
}

h4 {
  font-family: var(--font-family-mixed-head);
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
}

h5 {
  font-family: var(--font-family-mixed-head);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

h6 {
  font-family: var(--font-family-mixed-head);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
dl, ol, ul{
  margin-bottom: 1.5rem;
  margin-left: 0px;
  font-family: var(--font-family-mixed-content);
}
li{
  line-height: 32px;
}
.button{
  background-color: var(--primary-color);
  border-radius: 6px;
  color: var(--white-color) !important;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-family-mixed-head);
  padding: 16px 48px 16px;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  border: 1px solid var(--primary-color);
}
.button.medium{
  padding: 10px 32px 10px;
  font-size: var(--main-font-size);
  font-weight: 600;
}
.button.arrow{
  padding-right: 64px;
}
.button.arrow:before{
  font-family: dashicons;
  content: "\f344";
  color: var(--white-color);
  display: inline-block;
  width: 20px;
  height: 20px;
  right: 36px;
  top: 16px;
  z-index: 1;
  font-weight: 500;
  position: absolute;
  transition: ease-in-out 0.3s;
}
.button.arrow:hover:before{
  right: 32px;
}
.button:hover{
  color: var(--white-color);
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.6);
}
.button.butwhite{
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  color: var(--primary-color) !important;
}
.button.butwhite.linebut{
  background-image: url('images/lineico.svg');
  background-repeat: no-repeat;
  background-position: 40px 19px;
  padding-left: 72px;
}
.button.outline.outlinetran{
  background-color: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color) !important;
}
.button.medium.outline.arrow{
  padding-right: 40px;
}
.button.medium.outline.arrow:hover{
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
}
.button.medium.outline.arrow:before {
  font-family: dashicons;
  content: "\f344";
  color: var(--primary-color);
  display: inline-block;
  width: 20px;
  height: 20px;
  right: 18px;
  top: 10px;
  z-index: 1;
  font-weight: 500;
  position: absolute;
  transition: ease-in-out 0.3s;
}
.button.medium.outline.arrow:hover:before{
  color: var(--white-color);
  right: 14px;
}


.button.outline.outlinetran:hover{
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.button.outline{
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color) !important;
}
.button.outline:hover{
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--white-color) !important;
}



/*Menu*/
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
  font-family: var(--font-family-mixed-head) !important;
  font-weight: 600 !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover{
  font-family: var(--font-family-mixed-head) !important;
  font-weight: 600 !important;
}

/*Home*/
.homeherocover{
  position: relative;
  height: 720px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.heroimagebg{
  height: 720px;
  position: absolute !important;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.heroimagebgin img{
  width: 100%;
}
.homeherocover:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(-89.07deg, rgba(21, 5, 6, 0) 0.69%, rgba(21, 5, 6, 0.8) 99.12%);
  z-index: 3;
}
.homeherocontentcover{
  position: absolute;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 5;
}
.homeherocontentcover > .row{
  height: 100%;
}
.homeherocontent{
  color: var(--white-color);
}
.homeaboutcontent p:last-child{
  margin-bottom: 8px;
}
.homeherolink{
  margin-top: 30px;
}
.homeaboutcontent a{
  background-color: transparent;
  border-radius: 6px;
  color: var(--primary-color)!important;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-family-mixed-head);
  padding: 10px 44px 10px 32px;
  text-decoration: none !important;
  border: 1px solid var(--primary-color);
  display: inline-block;
  position: relative;
}
.homeaboutcontent.aboutcontentsinglepage a{
  color: var(--primary-color)!important;
  text-decoration: none;
  border: 0px;
  display: inline;
  border-radius: 0;
  padding: 0px !important;
  position: static !important;
}
.homeaboutcontent.aboutcontentsinglepage a:hover{
  background-color: transparent;
  color: var(--primary-color)!important;
  text-decoration: none;
  border: 0px;
  display: inline;
  border-radius: 0;
  box-shadow: none !important;
}
.homeaboutcontent.aboutcontentsinglepage a:before{
  display: none !important;
}
.homeaboutcontent a:hover{
  background-color: var(--primary-color);
  color: var(--white-color)!important;
  text-decoration: none !important;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
}
.homeaboutcontent a:before {
  font-family: dashicons;
  content: "\f344";
  color: var(--primary-color);
  display: inline-block;
  width: 20px;
  height: 20px;
  right: 18px;
  top: 10px;
  z-index: 1;
  font-weight: 500;
  position: absolute;
  transition: ease-in-out 0.3s;
}
.homeaboutcontent a:hover:before {
  right: 14px;
  color: var(--white-color);
}

ul.slick-dots{
  margin-left: 0px;
  padding-left: 0px;
  position: absolute;
  bottom: 50px;
  margin-bottom: 0px;
  left: calc(50% - 590px);
  text-align: left;
  z-index: 6;
}
ul.slick-dots li{
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 5px;
}
ul.slick-dots li .dotsnum{
  position: absolute;
  left: -54px;
  top: -2px;
  font-size: var(--main-font-size);
  color: transparent;
  font-weight: 200;
}
ul.slick-dots li button{
  border: 0px !important;
  background-color: var(--white-color);
  height: 4px;
  padding:  0 0 0 0 !important;
  width: 100px;
  display: inline-block;
  vertical-align: top;
}
ul.slick-dots li:hover{
  cursor: pointer;
}
ul.slick-dots li.slick-active .dotsnum{
  color: var(--white-color);
}
ul.slick-dots li.slick-active .dotsnum span{
  font-weight: bold;
}
ul.slick-dots li.slick-active button{
  background-color: var(--primary-color);
  display: inline-block;
  vertical-align: top;
  border: 0px !important;
}
.heroimagebgin{
  padding-top: 720px;
}
.heroimagebgin img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.homeaboutcover{
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.homeaboutcover .container{
  z-index: 3;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.homeaboutcover:before{
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background: rgba(21, 5, 6, 0.7);
  backdrop-filter: blur(10px)
}
.homeaboutcontent{
  background-color: var(--white-color);
  position: relative;
  overflow: hidden;
  padding: 40px;
  margin-right: -80px;
}
.homeaboutcontent:before{
  position: absolute;
  content: '';
  right: -57px;
  bottom: -94px;
  z-index: 1;
  display: inline-block;
  width: 150px;
  height: 150px;
  transform: rotate(55deg);
  background-color: var(--primary-color);
}
.homeaboutimage{
  margin-right: -120px;
  margin-left: -80px;
  filter: saturate(0.5);
}


/*Footer CTA*/
.ctacover{
  background-color: var(--secondary-color);
  color: var(--white-color);
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.ctacover:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(21, 5, 6, 0.52);
  z-index: 3;
  backdrop-filter: blur(8px);
}
.ctacover .ctacontent{
  z-index: 5;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.ctabuttoncover{
  margin-top: 32px;
}
.ctabuttoncover a{
  margin: 0px 12px;
}
.ctacover h4{
}
.ctacover h2{
  margin-bottom: 24px;
}


/*Footer*/
.footerinfoa{
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #DFE3E8;
}
.footerlogo img{
  height: 48px;
  width: auto;
}
.footercall a{
  color: var(--primary-dark-color);
  text-decoration: none !important;
  font-weight: bold;
  font-size: 18px;
  background-image: url('images/telico.svg');
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 24px;
  display: inline-block;
  padding-left: 32px;
}
.headercall a{
  color: var(--primary-dark-color);
  text-decoration: none !important;
  font-weight: 400;
  font-size: 18px;
  background-image: url('images/telico.svg');
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 24px;
  display: inline-block;
  padding-left: 32px;
}
.footerinfob{
  padding-top: 40px;
  padding-bottom: 40px;
}

.footerinfob h5{
  margin-bottom: 24px;
  font-weight: 500;
  color: var(--primary-dark-color);
}
.footeraddr p, 
.footertel p, 
.footermail p{
  margin-bottom: 20px;
  line-height: 24px;
  color: var(--content-color);
  font-family: var(--font-family-mixed-head);
}
.footeraddr, 
.footertel, 
.footermail{
  display: block;
  padding-left: 28px;
  position: relative;
}
.faddirico{
  background-image: url('images/pinico.svg');
  background-repeat: no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0px;
}
.ftelico{
  background-image: url('images/telico2.svg');
  background-repeat: no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 0px;
}
.fmailico{
  background-image: url('images/mailico.svg');
  background-repeat: no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 0px;
}
.footersocial{
  margin-top: 36px;
}
.footersocial a{
  display: inline-block;
  margin-right: 12px;
}
.footersocial a:last-child{
  margin-right: 0px;
}
.footersocial a:hover img{
  
  opacity: 0.6;
}
.footersocial a img{
  width: 32px;
  height: 32px;
}
ul.footermenu{
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: -6px;
}
ul.footermenu li{
  
}
ul.footermenu li.hidedesktop{
  display: none;
}
ul.footermenu li a{
  text-decoration: none;
  color: var(--secondary-dark);
  font-family: var(--font-family-mixed-head);
}
ul.footermenu li a:hover{
  color: var(--primary-color);
}
.footerinfoc{
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 15px;
  color: #454F5B;
  font-family: var(--font-family-mixed-head) !important;
}
ul.privacymenufooter{
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
ul.privacymenufooter li{
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
  margin-right: 12px;
}
ul.privacymenufooter a{
  display: inline-block;
  text-decoration: none !important;
  color: var(--content-color);
  position: relative;
}
ul.privacymenufooter a:before{
  display: inline-block;
  height: 15px;
  width: 1px;
  right: -15px;
  position: absolute;
  top: 9px;
  position: absolute;
  content: '';
  background-color: #e1e1e1;
}
ul.privacymenufooter a:hover{
  color: var(--primary-color);
}
ul.privacymenufooter li:last-child{
  margin-right: 0px;
}
ul.privacymenufooter li:last-child a:before{
  display: none;
}



.homeservicecover{
  background: linear-gradient(180deg, #B82933 0%, #521217 100%);
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.homeservicecover .container{
  z-index: 5;
  position: relative;
}
h2.headtitleleft{
  color: var(--white-color);
  position: relative;
  margin-bottom: 64px;
}
h2.headtitleleft:before{
  content: '';
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 4px;
  background-color: #fff;
  left: 0px;
  bottom: -20px;
}
.fireelementa{
  content: '';
  display: inline-block;
  position: absolute;
  width: 750px;
  height: 750px;
  background: linear-gradient(180deg, #E61616 0%, #FFFFFF 100%);
  transform: rotate(-45deg);
  right: calc(50% - 1250px);
  bottom: -400px;
  opacity: 0.3;
  transform: rotate(315deg) skew(16deg, 16deg);
}
.fireelementb{
  content: '';
  display: inline-block;
  position: absolute;
  width: 550px;
  height: 550px;
  background: linear-gradient(180deg, #E61616 0%, #FFFFFF 100%);
  transform: rotate(-45deg);
  right: calc(50% - 1150px);
  bottom: -376px;
  opacity: 0.6;
  transform: rotate(315deg) skew(16deg, 16deg);
}

.homeservicecover:before{
  content: '';
  display: inline-block;
  position: absolute;
  top:10px;
  right: calc(50% - 850px);
  background-image: url('images/spax-stroke.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 583px;
  height: 179px;
}
.homeservicecontent{
  color: #CEC7CB;
  position: relative;
  z-index: 5;
}
.homeservicecontent:before{
  content: '';
  display: inline-block;
  border: 1px solid var(--white-color);
  transform: rotate(45deg);
  background-color: transparent;
  position: absolute;
  top: 32px;
  left: 5px;
  width: 20px;
  height: 20px;
  transition: ease-in-out 0.3s;
}
.homeservicecontent:after{
  content: '';
  display: inline-block;
  background-color: var(--white-color);
  position: absolute;
  top: 65px;
  left: 14px;
  width: 1px;
  bottom: -20px;
}
.homeservicecontent:last-child:after{
  display: none;
}
.homeservicecontentin{
  padding: 22px 40px 26px 40px;
  margin-left: 60px;
}
.homeservicecontentin:hover, 
.homeservicecontent:before{
  cursor: pointer;
}
.homeservicecontentin p{
  margin-bottom: 0px;
}
.homeservicecover .homeservicecontent h4{
  color: var(--white-color);
  font-weight: 600;
  margin-bottom: 0px;
}
.homeservicecontent.slick-current .homeservicecontentin{
  background-color: var(--white-color);
  color: var(--secondary-dark);
  transition: ease-in-out 0.3s;
}
.homeservicecontent.slick-current .homeservicecontentin h4{
  color: var(--content-black-color);
}
.homeservicecontent.slick-current:before{
  background-color: #FF0000;
  border: 1px solid #FF0000;
}
.slider-nav .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}



.homeproductcover{
  padding-top: 80px;
  padding-bottom: 40px;
}
.sectionheader h2, 
.sectionheader h3, 
.sectionheader h4{
  position: relative;
  margin-bottom: 60px;
}
.sectionheader h2:before, 
.sectionheader h3:before, 
.sectionheader h4:before{
  content: '';
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 4px;
  background-color: var(--primary-color);
  bottom: -20px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
.sectionheader.headerleft h2:before, 
.sectionheader.headerleft h3:before, 
.sectionheader.headerleft h4:before{
  left: 0px;
  margin-left: unset;
  margin-right: unset;
  right: unset;
}
.sectionheader h4:before{
  bottom: -10px;
}

.homeproductimagecover{
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-decoration: none !important;
}
.homeproductimagecover .overlay{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  content: '';
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  transition: ease-in-out 0.3s;
}
.homeproductimagecover:before{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: '';
  display: inline-block;
  background-color: transparent;
  z-index: 3;
  height: 4px;
}
.homeproductimagecover:after{
  position: absolute;
  right: -36px;
  bottom: -46px;
  content: '';
  display: inline-block;
  background-color: var(--primary-color);
  width: 80px;
  height: 80px;
  z-index: 3;
  transform: rotate(50deg);
  opacity: 0;
}
.homeproductimagecover h4{
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  top: calc(50% - 33px);
  text-align: center;
  display: inline-block;
  color: var(--white-color);
  font-weight: bold;
  padding: 12px 16px;
  border: 1px solid transparent;
  z-index: 3;
  border-radius: 8px;
  transition: ease-in-out 0.3s;
  margin-bottom: 0px;
}
.homeproductimagecover:hover h4{
  border: 1px solid var(--white-color);
  backdrop-filter: blur(8px);
  background-color: rgba(255,255,255,0.1);
}
.homeproductimagecover img{
  transition: ease-in-out 0.3s;
}
.homeproductimagecover:hover img{
  transform: scale(1.1);
}
.homeproductimagecover:hover:before{
  background-color: var(--primary-color);
}
.homeproductimagecover:hover:after{
  opacity: 1;
}
.homeproductimagecover:hover .overlay{
  background-color: rgba(0, 0, 0, 0.5);
}


.homewhycover{
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
}
.homewhycover:before{
  background: linear-gradient(300deg, rgba(21, 5, 6, 0.2) 50.31%, #380c10 94.29%);
  background-blend-mode: multiply;
  position: absolute;
  content: '';
  display: inline-block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}
.homewhycover .container{
  position: relative;
  z-index: 5;
}
.whyhead{
  color: var(--white-color);
}
.whyhead h2{
  margin-bottom: 32px;
}
.whylist{
  background: rgba(21, 5, 6, 0.6);
  padding: 24px 24px 24px 120px;
  backdrop-filter: blur(8px);
  color: var(--white-color);
  position: relative;
}
.whylist h5{
  font-weight: 600;
}
.whylist p{
  margin-bottom: 0px;
  font-weight: 200;
}
.whylist .whyicon{
  width: 48px;
  height: 48px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 38px;
  top: calc(50% - 24px);
}

/*homenews*/
.homenewscover{
  background-color: #F4F6F8;
  padding-top: 80px;
  padding-bottom: 40px;
}
.homenewscover.othernewscover{
  padding-bottom: 60px;
  padding-top: 60px;
}
.homenewsblockcontent{
  background-color: var(--white-color);
  box-shadow: 0px 4px 24px 0px rgba(234, 235, 244, 0.51);

  overflow: hidden;
  height: 100%;
  position: relative;
}
.homenewsblockcontent:hover{
  box-shadow: 0px 4px 24px 0px rgba(234, 235, 244, 1);
}
.newscontent{
  padding: 20px 16px 40px 16px;
}
.homenewsblockcover .homenewsblocksub a.newsimg {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 75%;
}
.homenewsblockcover .homenewsblocksub a.newsimg:hover{
  opacity: 0.85;
}
.homenewsblockcover .homenewsblocksub a.newsimg img {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    -o-object-fit: cover;
    font-family: "object-fit:cover";
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.homenewsblockcover .homenewsblocksub a.newsimg:before{
  position: absolute;
  content: '';
  left: 0px;
  right: 0px;
  height: 4px;
  background-color: var(--primary-color);
  bottom: 0px;
  display: block;
  z-index: 3;
}

.homenewsblockcover .homenewsblocksub a.newsimg .newscat {
    position: absolute;
    bottom: 0px;
    left: 0;
    color:var(--white-color);
    padding: 3px 12px 3px;
    display: inline-block;
    font-size: var(--main-font-size);
    font-family: var(--font-family-mixed-head);
    font-weight: 300;
    background-color: var(--primary-color);
}
.homenewsblockcover .homenewsblocksub a.newsimg .newscat:before{
  position: absolute;
  content: '';
  right: -37px;
  height: 60px;
  width: 60px;
  background-color: var(--primary-color);
  bottom: -42px;
  display: inline-block;
  z-index: 3;
  transform: rotate(-55deg);
}

.homenewsblocksub .newscontent h5 {
  margin-bottom: 11px;
}
.homenewsblocksub .newscontent h5 a{
  color: var(--content-black-color);
  text-decoration: none !important;
  font-family: var(--font-family-mixed-head);
  font-weight: 600;
}
.homenewsblocksub .newscontent h5 a:hover{
  color: var(--primary-color);
}
.homenewsblocksub .newscontent .newsexcerpt{
  font-size: var(--main-font-size);
  color: var(--content-grey-color);
  font-weight: 300;
}
.homenewsblocksub .newscontent .newsexcerpt p{
  line-height: 26px;
  margin-bottom: 18px;
  font-size: 15px;
}
.homenewsblockcover .homenewsblocksub .newsdate {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: inline-block;
  text-align: left;
  font-size: var(--mini-font-size);
  color: var(--secondary-dark);
}
.homenewsblockcontent a.readmore{
  position: absolute;
  bottom: 14px;
  right: 16px;
  color: var(--primary-color);
}
a.readmore{
  display: inline-block;
  padding: 3px 28px 3px 0px;
  text-decoration: none;
}
a.readmore:before {
  font-family: dashicons;
  content: "\f344";
  color: var(--primary-color);
  display: inline-block;
  width: 20px;
  height: 20px;
  right: 4px;
  top: 4px;
  z-index: 1;
  position: absolute;
  transition: ease-in-out 0.3s;
}
a.readmore:hover:before {
  right: 0px;
}

/*news*/
.generalheadercover{
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
  position: relative;
  display: flex;
  min-height: 300px;
}
.generalheadercover .container{
  align-self: center !important;
}
.generalheadercontent p:last-child{
  margin-bottom: 0px;
}
.generalheadercover p{
  color: var(--content-color);
  line-height: 28px;
  margin-bottom: 1rem;
}
.generalheadercover h5{
  margin-bottom: 24px;
}
.generalheadercover .fireelementa{
  background: linear-gradient(180deg, #D73F43 0%, #791118 60%);
  opacity: 1;
  bottom: -550px;
  right: calc(50% - 1000px);
  transform: rotate(315deg) skew(12deg, 12deg);
}
.generalheadercover .fireelementb{
  background: linear-gradient(180deg, #D73F43 0%, #791118 100%);
  opacity: 1;
  bottom: -500px;
  right: calc(50% - 900px);
  transform: rotate(315deg) skew(12deg, 12deg);
}
.newslatestheadercover{
  background: linear-gradient(355deg, #6D0910 24.23%, #B82933 73.65%);
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
}
.newslatestheadercover:before{
  content: '';
  display: inline-block;
  position: absolute;
  top: 10px;
  right: calc(50% - 750px);
  background-image: url(images/spax-stroke.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 583px;
  height: 179px;
}
.newslatestheadercover .sectionheader h3{
  color: var(--white-color);
}
.newslatestheadercover .sectionheader h3:before{
  background-color: var(--white-color);
  bottom: -12px;
}
.newslatestcover{
  background-color: #F4F6F8;
}
.latestnewsblock {
    margin-top: -135px;
}
.latestnewsblock .homenewsblockcontent, 
.homenewsblockcontent.homenewsblockcontent:hover{
  box-shadow: 0px 4px 12px 0px rgba(77, 77, 77, 0.08);
}

.newsnormalcover{
  padding-top: 60px;
  padding-bottom: 40px;
}
.postcategorycover{
  background-color: #F9FAFB;
}
.pagination svg{
  width: 8px;
  height: auto;
}
.pagination .next,
.pagination .prev{
  line-height: 43px !important;
}
.pagination span{
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 48px;
  color: var(--white-color);
  text-align: center;
  background: var(--primary-color);;
  font-size: 16px;
  line-height: 46px;
  border: 1px solid transparent;
  margin: 0px 4px;
}
.pagination a.page-numbers{
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 48px;
  color: var(--primary-color);
  text-align: center;
  background: var(--white-color);
  font-size: 16px;
  line-height: 46px;
  text-decoration: none;
  margin: 0px 4px;
}
.pagination a.page-numbers:hover{
  color: var(--primary-color);;
  text-align: center;
  background: #f9f9f9;
  text-decoration: none;
}
/*Seed Social*/
article{
  position: relative;
}
.seed-social {
  position: absolute;
  left: -140px;
  top: 2px;
  margin-top: 0px;
}
.seed-social:before{
  content: 'Share';
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: var(--main-font-size);
  margin-bottom: 52px;
}
.seed-social:after{
  content: '';
  display: inline-block;
  width: 2px;
  background-color: var(--content-black-color);
  position: absolute;
  top: 34px;
  left: 39px;
  height: 35px;
}
.seed-social>li{
  display: block;
  margin-right: 0px;
  margin-bottom: 16px;
}
.seed-social>li a{
  background-color: transparent !important;
}
.seed-social svg, .seed-social span{
  color: var(--content-black-color);
}
.seed-social span{
  display: none !important;
}
.seed-social>li a:hover svg{
  color: var(--primary-color);
  opacity: 1;
}

/*Article*/
.entry-header{
  margin-top: 48px;
}
.entry-header .newscatcover{
  position: relative;
  display: inline-block;
  padding-right: 35px;
  overflow: hidden;
}
.entry-header .newscat{
  color: #fff;
  padding: 1px 12px 3px;
  display: inline-block;
  font-size: var(--main-font-size);
  font-weight: 300;
  background-color: var(--primary-color);
  position: relative;
  z-index: 3;
}
.entry-header .newscatcover:before{
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  transform: rotate(-50deg);
  position: absolute;
  background-color: var(--primary-color);
  right: 7px;
  bottom: -32px;
}
.entry-header .newsdate{
  color: var(--thrid-color);
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
  background-image: url('images/calendar-line.svg');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 14px 3px;
  margin-top: 2px;
  color: var(--secondary-dark);
}
h2.entry-title{
  font-weight: bold;
  margin-top: 24px;
  color: var(--content-black-color);
  margin-bottom: 36px;
}
.entry-content ol, 
.entry-content ul, 
.entry-content dl{
  margin-top: 0px;
}
.entry-content ol li ol, 
.entry-content ol li ul, 
.entry-content ol li dl, 
.entry-content ul li ol, 
.entry-content ul li ul, 
.entry-content ul li dl, 
.entry-content dl li ol, 
.entry-content dl li ul, 
.entry-content dl li dl{
  margin-top: 0px;
}
.entry-content h1 ~ ol, .entry-content h2 ~ ol, .entry-content h3 ~ ol, .entry-content h4 ~ ol, .entry-content h5 ~ ol, .entry-content h6 ~ ol, 
.entry-content h1 ~ ul, .entry-content h2 ~ ul, .entry-content h3 ~ ul, .entry-content h4 ~ ul, .entry-content h5 ~ ul, .entry-content h6 ~ ul, 
.entry-content h1 ~ dl, .entry-content h2 ~ dl, .entry-content h3 ~ dl, .entry-content h4 ~ dl, .entry-content h5 ~ dl, .entry-content h6 ~ dl {
  margin-top: 0px;
}
.entry-content p, 
.entry-content li{
  color: var(--content-color);
  font-family: var(--font-family-mixed-content);
  line-height: 36px;
}
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6{
  font-family: var(--font-family-mixed-content);
  color: var(--content-black-color);
  margin-bottom: 15px;
} 
blockquote{
  display: block;
  background: #F4F6F8;
  color: var(--secondary-dark);
  font-size: var(--blockquote-font-size);
  line-height: 36px;
  border-radius: 16px;
  padding: 48px 48px 24px 48px;
  text-align: center;
  position: relative;
  margin-top: 36px;
  margin-bottom: 36px;
}
.entry-content  blockquote p{
  font-size: var(--blockquote-font-size);
  line-height: 36px;
  color: var(--secondary-dark);
}
blockquote:before{
  content: '';
  position: absolute;
  top: -22px;
  left: 20px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url('images/qoute.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
.postcontent{
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

.postcontent .entry-content img{
  width: 100%;
}
.postcontent .entry-content hr{
  margin-top: 36px;
  margin-bottom: 36px;
  background-color: transparent;
  border-top: 1px solid #ccc;
}
.postcontent .entry-content figure{
  width: 100% !important;
}
.postcontent .entry-content .wp-caption-text{
  font-style: italic;
}


/*Privacy*/
.privacycover{
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F4F6F8;
  position: relative;
}
.privacymenucol{
  background-color: var(--graygreen-bg-color);
  box-shadow: -1px -3px 24px 1px rgba(234, 235, 244, 1);
  position: relative;
  z-index: 3;
}
.privacycontentcol{
  background: linear-gradient(180deg, rgba(252, 252, 252, 1) 2.1%, #FFFFFF 100%);
  position: relative;
  z-index: 3;
}

ul.privacymenu{
  margin-left: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-top: 12px;
}
ul.privacymenu li, 
ul.privacymenu li a{
  list-style: none;
  display: block;
}
ul.privacymenu li a{
  text-decoration: none !important;
  color: var(--content-color);
  font-weight: 600;
  padding: 16px;
  font-size: 18px;
  border-radius: 6px;
  font-family: var(--font-family-mixed-head);
}
ul.privacymenu li.current_page_item a{
  color: var(--primary-color);
  background-color: var(--white-color);
}
ul.privacymenu li a:hover{
  color: var(--primary-color);
}

.privacycontentcover{
  padding: 48px 48px 24px;
  color: var(--content-color);
}


/*FAQ Main*/
.faqlistcover{
  padding-bottom: 60px;
}
#vertical-tab{
  margin-top: -40px;
}
#vertical-tab .vertical-tab-wrapper {
  background: var(--white-color);
}
.vertical-tab{
  height: 100%;
  background-color: #F4F6F8;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab {
  padding: 18px 30px;
  background-color: #F4F6F8;
  border-bottom: 1px solid #fff;
  position: relative;
  cursor: pointer;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab:before{
  font-family: dashicons;
  content: "\f344";
  color: var(--primary-color);
  display: inline-block;
  width: 20px;
  height: 20px;
  right: 24px;
  top: 22px;
  z-index: 1;
  font-weight: 500;
  position: absolute;
  transition: ease-in-out 0.3s;
  opacity: 0;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab .title {
  font-size: 20px;
  font-family: var(--font-family-mixed-head);
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  color: var(--secondary-dark);
}
#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab.active:before {
  opacity: 1;
  right: 18px;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab.active {
  background-color: var(--white-color);
}
#vertical-tab .vertical-tab-wrapper .vertical-tab .each-tab.active .title {
  color: var(--primary-color);
}

#vertical-tab .vertical-tab-wrapper .vertical-tab-content {
  display: none;

}
#vertical-tab .vertical-tab-wrapper .vertical-tab-content h3 {
  margin: 0 0 30px;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab-content p {
  margin: 0 0 30px;
}
#vertical-tab .vertical-tab-wrapper .vertical-tab-content.active {
  display: block;
}
#vertical-tab .mobile-vertical-tab {
  display: none;
  position: relative;
}
#vertical-tab .mobile-vertical-tab .vertical-tab-header .each-tab-header .each-tab {
  padding: 16px;
  background-color: #5d9ccc;
  border-bottom: 1px solid #fff;
  position: relative;
  text-align: center;
}
#vertical-tab .mobile-vertical-tab .vertical-tab-header .each-tab-header .each-tab .title {
  font-size: 1.375rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: #f7dd4b;
}


/* Visual styles */
.accordion {
  overflow: hidden;
  padding-left: 24px;
  padding-bottom: 60px;
}
.tab__label,
.tab__close {
  display: flex;
  color: var(--secondary-dark);
  background: var(--white-color);
  cursor: pointer;
  transition: all 0.1s;
  font-family: var(--font-family-mixed-head);
  font-weight: 600;
  font-size: 18px;
}
.tab__label {
  position: relative;
  padding: 24px 20px 24px 0px;
}
.tab__label:hover .posname{
  color: var(--primary-color);
}

.tab__label::after {
  content: "\f543";
  font-family: 'dashicons';
  width: 25px;
  height: 25px;
  text-align: center;
  transition: all 0.2s;
  position: absolute;
  right: 15px;
  top: 27px;
  font-size: 20px;
  color: #D92D20;
  line-height: 19px;
  font-weight: 100;
}
.tab input:checked + .tab__label::after {
  content: "\f460";
  font-family: 'dashicons';
}
.tab {
  position: relative;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s;
  background-color: var(--white-color);
  margin-top: 0px;
  padding-left: 20px;
  padding-right: 40px;
  padding-top: -30px;
  padding-bottom: 0px;
  border-bottom: 1px solid #DFE3E8;
}
.tab input:checked ~ .tab__content {
  height: auto;
  max-height: 1500px;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
}
.tab input:checked ~ .tab__label{
}
.tab input:checked ~ .tab__label .posname{
  font-weight: 600;
  color: var(--primary-color);
}

.accordion .tab:last-child .tab__content{
  border-bottom: 0px;
}

/*Contact*/
.generalheadercover.headcontactcover{
  background: linear-gradient(355deg, #6D0910 24.23%, #B82933 73.65%);
  position: relative;
  color: var(--white-color);
}
.generalheadercover.headcontactcover p{
  color: #C4CDD5;
}
.generalheadercover.headcontactcover p:last-child{
  margin-bottom: 0px;
}

.generalheadercover.headcontactcover:before{
  content: '';
  display: inline-block;
  position: absolute;
  top:10px;
  right: calc(50% - 800px);
  background-image: url('images/spax-stroke.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 583px;
  height: 179px;
}


.contactcover{
  padding-bottom: 80px;
  background: linear-gradient(180deg, #FFFFFF 22.73%, #F4F6F8 100%);
  position: relative;
}
.contactcoverin{
  position: relative;
}

.contactformcover{
  background-color: var(--white-color);
  padding: 30px 30px 0px 30px;
  border: 1px solid #F9FAFB;
  box-shadow: 0px 2px 5px 0px rgba(12, 12, 13, 0.05);
  margin-top: -160px;
}
.cthfield{
  position: relative;
}
.cthfield .forminator-label {
  font-size: 16px !important;
  font-family: var(--font-family-mixed-head) !important;
  font-weight: 500 !important;
  color: #364350 !important;
  margin-bottom: 5px !important;
}
.cthfield input, 
.cthfield textarea {
  outline: 0px !important;
}
.cthfield input[type="text"], 
.cthfield input[type="email"]{
  border-radius: 6px !important;
  border: 1px solid #C4CDD5 !important;
  height: 48px !important;
  padding: 11px 12px 13px 12px !important;
}
.cthfield textarea{
  border-radius: 6px !important;
  border: 1px solid #C4CDD5 !important;
  padding: 11px 12px 13px 12px !important;
}
.cthfield .forminator-is_active input[type="text"], 
.cthfield .forminator-is_active input[type="email"], 
.cthfield .forminator-is_active textarea{
  border: 1px solid var(--primary-color) !important;
}
.cthfield input[type="text"]::placeholder, 
.cthfield input[type="email"]::placeholder, 
.cthfield textarea::placeholder{
  color: #919EAB !important;
  font-size: 14px;
  transition: ease-in-out 0.3s;
}
.cthfield input[type="text"]:focus::placeholder, 
.cthfield input[type="email"]:focus::placeholder, 
.cthfield textarea:focus::placeholder{
 opacity: 0;
}
.cthfieldcheck .forminator-label{
  color: var(--primary-color);
  font-size: var(--main-font-size) !important;
  font-family: var(--font-family-mixed-head) !important;
}
.cthfieldcheck .forminator-checkbox-label{
  font-size: var(--main-font-size) !important;
  color: #475467 !important;
}
.cthfieldcheck .forminator-checkbox-box, 
.cthfield .forminator-checkbox-box{
  border-color: var(--content-color) !important;
  background-color: transparent !important;
}
.cthfieldcheck .forminator-checkbox-box:before,
.cthfield .forminator-checkbox-box:before{
  color: var(--primary-dark-color) !important;
}
.cthfieldcheck .forminator-is_checked .forminator-checkbox-label{
  color: var(--primary-dark-color) !important;
  font-weight: 600;
}
.cthfield .forminator-description{
  color: var(--gray-text-color);
  position: absolute;
  bottom: -24px;
  right: 14px;
}
.cthfield .forminator-checkbox-box{
  vertical-align: top;
  margin-top: 5px;
}
.cthfield.consent {
    margin-top: 8px !important;
}
.cthfield.consent .forminator-label, 
.cthfield.consentmkt .forminator-label {
  display: none !important;
}
.cthfield .forminator-consent__label p{
  color: #667085;
  font-size: 14px !important;
  line-height: 22px;
  margin-top: 4px;
}
.cthfield .forminator-consent__label p a{
  color: #667085 !important;
  text-decoration: underline !important;
}
.forminator-edit-module{
  display: none;
}

.cthfield.sendsubmit{
  background: var(--primary-color) !important;
  width: 100% !important;
  border-radius: 8px !important;
  text-align: center !important;
  color: var(--white-color);
  height: 56px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-top: 20px !important;
  position: relative;
  font-family: var(--font-family-mixed-head) !important;
}
.cthfield.sendsubmit:before{
  position: absolute;
  top: 16px;
  left: calc(50% + 60px);
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  background-image: url('images/mail-send-line.svg');
  background-repeat: no-repeat;
  background-size: 24px;
  opacity: 0;
  transition: ease-in-out 0.3s;
}
.cthfield.sendsubmit:hover{
  box-shadow: none !important;
  background: var(--primary-color) !important;
}
.cthfield.sendsubmit:hover:before{
  opacity: 1;
}
.contactcover .generalblocktext, 
.contactcover .generalblocktext h3{
  color: var(--primary-color);
}
.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row-inside:not(:last-child), .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child){
  margin-bottom: 20px !important;
}


.generalblockcover{
  max-width: 450px;
  padding-top: 80px;
}
.contactcover .generalblocktext{
  margin-top: 60px;
  margin-bottom: 60px;
}
.contactcover .contactpersoncover h5{
  color: var(--primary-dark-color);
  display: inline-block;
  font-weight: 600;
}
.contactpersoncover{
  padding-bottom: 32px;
  margin-bottom: 32px;
  position: relative;
}
.contactlist{
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 36px;
  background-position: 0px 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: var(--content-grey-color);
}

.contactgooglemapcver{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 400px;
}
.contactgooglemapcver iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.contactcover .fireelementa{
  right: unset;
  left: -150px;
  bottom: -550px;
  background: linear-gradient(320deg, #B82933 32.46%, #560B11 75.37%);
  opacity: 1;
}
.contactcover .fireelementb{
  right: unset;
  left: -50px;
  bottom: -450px;
  background: linear-gradient(323.3deg, #B82933 64.62%, #B82933 80.74%);
  opacity: 1;
}


/*About*/
.aboutintercover{
  background: linear-gradient(330deg, #6D0910 24.23%, #B82933 73.65%);
}
.aboutintercover .homeaboutcontent:before{
  display: none;
}
.aboutintercover .homeaboutimage{
  position: relative;
  overflow: hidden;
}
.aboutintercover .homeaboutimage:before{
  position: absolute;
  content: '';
  left: -174px;
  bottom: -239px;
  z-index: 1;
  display: inline-block;
  width: 350px;
  height: 350px;
  transform: rotate(35deg);
  background-color: rgba(134, 42, 49, 1);
  filter: saturate(2);
}
.aboutintercover .homeaboutimage:after{
  position: absolute;
  content: '';
  left: -97px;
  bottom: -217px;
  z-index: 1;
  display: inline-block;
  width: 250px;
  height: 250px;
  transform: rotate(35deg);
  background-color: rgba(170, 39, 48, 1);
  filter: saturate(2);
}
.aboutintercover .homeaboutcontent h3{
  position: relative;
  margin-bottom: 60px;
  font-weight: 700 !important;
}
.aboutintercover .homeaboutcontent h3 b, 
.aboutintercover .homeaboutcontent h3 strong{
  font-weight: 700 !important;
}
.aboutintercover .homeaboutcontent h3:before{
  content: '';
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 4px;
  background-color: var(--primary-color);
  bottom: -20px;
  left: 0px;
}
.aboutintercover.steelvetcover{
  padding-top: 60px;
  padding-bottom: 60px;
}
.aboutintercover.steelvetcover .homeaboutimage{
  margin-left: 0px !important;
  margin-right: -40px !important;
  height: 100%;
  filter: none !important;
}
.aboutintercover.steelvetcover .homeaboutimage img, 
.aboutintercover.grillescover .homeaboutimage img{
  position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    -o-object-fit: cover;
    font-family: "object-fit:cover";
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.aboutintercover.steelvetcover .homeaboutimage:before, 
.aboutintercover.steelvetcover .homeaboutimage:after, 
.aboutintercover.grillescover .homeaboutimage:before, 
.aboutintercover.grillescover .homeaboutimage:after{
  display: none !important;
}
.aboutintercover.steelvetcover .homeaboutcontent{
  margin-right: 0px !important;
}
.aboutintercover.grillescover{
  background: #F4F6F8;
  padding-top: 60px;
  padding-bottom: 60px;
}
.aboutintercover.grillescover .homeaboutimage{
  margin-left: 0px !important;
  margin-right: 0px !important;
  height: 100%;
  filter: none !important;
}
.aboutintercover.grillescover .homeaboutcontent{
  margin-right: -40px !important;
}

.steelvetcovermaincontent{
  color: var(--white-color);
}
.steelvetcovermaincontent h3, 
.aboutintercover.grillescover .homeaboutcontent h3{
  position: relative;
  margin-bottom: 60px;
  font-weight: 500 !important;
}
.steelvetcovermaincontent h3:before, 
.aboutintercover.grillescover .homeaboutcontent h3:before{
  content: '';
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 4px;
  background-color: var(--white-color);
  bottom: -20px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
.aboutintercover.grillescover .homeaboutcontent h3:before{
  background-color: var(--primary-color) !important;
  right: unset;
}
.grilles-container{
  text-align: center;
}
.grilles-content{
  text-align: left;
}
.grilles-container img{
  max-width: 300px;
  width: 100%;
  margin: auto;
}
.grilles-content h5,
.grilles-content h6{
  margin-top: 16px;
}
.grilles-content p{
  margin-bottom: 16px;
  line-height: 28px;
}
.grilles-content ul li{
  line-height: 28px;
}
.aboutintercover.polyalutypecover{
  padding-top: 60px;
  padding-bottom: 60px;
  background: #F4F6F8 !important;
}
.aboutintercover.polyalutypecover .homeaboutimage:before, 
.aboutintercover.polyalutypecover .homeaboutimage:after{
  
}
.aboutintercover.polyalutypecover .homeaboutimage{
  padding-top: 75%;
  margin-left: 0px;
}
.aboutintercover.polyalutypecover .homeaboutimage img{
  position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    -o-object-fit: cover;
    font-family: "object-fit:cover";
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.aboutintercover.polyalutypecover .homeaboutcontent{
  z-index: 5;
  margin-right: 0px;
}
.aboutintercover.polyalutypecover .polyalutypecover2{
  padding-top: 60px;
}
.aboutintercover.polyalutypecover .polyalutypecover2 .homeaboutcontent{
  margin-right: -120px;
}
.aboutintercover.polyalutypecover .polyalutypecover2 .homeaboutimage{
  margin-right: -0px;
}
.aboutintercover.polyalutypecover .polyalutypecover2 .homeaboutimage:before{
  left: unset;
  right: -174px;
  transform: rotate(325deg);
}
.aboutintercover.polyalutypecover .polyalutypecover2 .homeaboutimage:after{
  left: unset;
  right: -97px;
  transform: rotate(325deg);
}


.trustcover{
  padding-top: 80px;
  padding-bottom: 80px;
}
.trustcol img{
  max-width: 80px;
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.trustcol h2{
  margin-top: 20px;
  color: var(--primary-color);
  font-weight: 600;
}
.trustcol {
  color: var(--content-black-color);
  font-size: 20px;
  font-weight: 600;
  font-family: var(--font-family-mixed-head);
}

.aboutvisioncover{
  background-color: #F4F6F8;
  padding-top: 60px;
  padding-bottom: 60px;
}
.aboutvisioncover h3{
  position: relative;
  margin-bottom: 60px;
  font-weight: 700;
}
.aboutvisioncover h3 b,
.aboutvisioncover h3 strong{
  font-weight: 700 !important;
}
.aboutvisioncover h3:before{
  content: '';
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 4px;
  background-color: var(--primary-color);
  bottom: -20px;
  left: 0px;
}
.aboutvisioncontent{
  padding-right: 60px;
}
.aboutvisionimgcover{
  position: relative;
  overflow: hidden;
  margin-right: -1px;
}
.aboutvisionimgcover:before{
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: '';
  display: inline-block;
  background-color: var(--primary-color);
  z-index: 3;
  height: 4px;
}
.aboutvisionimgcover:after{
  position: absolute;
  right: -80px;
  bottom: -105px;
  content: '';
  display: inline-block;
  background: linear-gradient(90deg, #B82933 2.46%, #560B11 45.37%);
  width: 180px;
  height: 180px;
  z-index: 3;
  transform: rotate(50deg);
  opacity: 1;
}


.whyspaxcover{
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(180deg, #B82933 0%, #521217 100%);
  overflow: hidden;
}
.whyspaxcover .container{
  position: relative;
  z-index: 5;
}
.whyspaxcover:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 10px;
  right: calc(50% - 950px);
  background-image: url(images/spax-stroke.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 583px;
  height: 179px;
}
.whyspaxcover:after{
  position: absolute;
  left: -400px;
  bottom: -600px;
  content: '';
  display: inline-block;
  background: linear-gradient(175deg, #D73F43 22.43%, #791118 48.11%);
  width: 800px;
  height: 800px;
  z-index: 3;
  transform: rotate(-50deg);
  opacity: 1;
}
.whycontentintro{
  color: var(--white-color);
  margin-bottom: 50px;
}
.whycol{
  background-color: var(--white-color);
  padding: 40px 32px 8px 32px;
  height: 100%;
}
.whycol img{
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}
.whycontent{
  color: var(--content-grey-color);
  margin-top: 30px;
}
.whycontent h4{
  color: var(--content-black-color);
}



/*Portfolio*/
.portmenucover{
  padding-top: 40px;
  padding-bottom: 20px;
}
.portofoliomenu{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  margin-left: 0px;
  list-style: none;
}
.portofoliomenu li, 
.portofoliomenu li a{
  display: inline-block;
  vertical-align: top;
}
.portofoliomenu li{
  width: 16%;
  text-align: center;
}
.portofoliomenu li a{
  position: relative;
  padding-top: 100px;
  width: 100%;
  text-decoration: none !important;
  color: var(--content-black-color);
  font-family: var(--font-family-mixed-head);
  font-weight: 600;
  font-size: 20px;
}
.portofoliomenu li a:before{
  position: absolute;
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 56px;
  width: 56px;
  height: 56px;
  top: 18px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}
.portofoliomenu li a:after{
  position: absolute;
  content: '';
  display: inline-block;
  background-color: #F4F6F8;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  transition: ease-in-out 0.3s;
}
.portofoliomenu li a:hover{
  color: var(--primary-color);
}
.portofoliomenu li a:hover:after{
  transform: scale(1.1);
  background-color: #eeefef;
}
.portofoliomenu li.allshutter a:before{
  background-image: url('images/shutterallicon.png');
}
.portofoliomenu li.standlessshutter a:before{
  background-image: url('images/shutterstandlesicon.png');
}

.portofoliomenu li.alushutter a:before{
  background-image: url('images/shutteraluicon.png');
}

.portofoliomenu li.polyshutter a:before{
  background-image: url('images/shutterpolyicon.png');
}

.portofoliomenu li.speedshutter a:before{
  background-image: url('images/shutterhispeedicon.png');
}

.portofoliomenu li.fireshutter a:before{
  background-image: url('images/shutterfireicon.png');
}

.portofoliomenu li.current-menu-item a{
  color: var(--primary-color);
}
.portofoliomenu li.allshutter.current-menu-item a:before{
  background-image: url('images/shutteralliconred.png');
}
.portofoliomenu li.standlessshutter.current-menu-item a:before{
  background-image: url('images/shutterstandlesiconred.png');
}

.portofoliomenu li.alushutter.current-menu-item a:before{
  background-image: url('images/shutteraluiconred.png');
}

.portofoliomenu li.polyshutter.current-menu-item a:before{
  background-image: url('images/shutterpolyiconred.png');
}

.portofoliomenu li.speedshutter.current-menu-item a:before{
  background-image: url('images/shutterhispeediconred.png');
}

.portofoliomenu li.fireshutter.current-menu-item a:before{
  background-image: url('images/shutterfireiconred.png');
}

.gallerycover{
  padding-top: 40px;
  padding-bottom: 80px;
  background: linear-gradient(20deg, #FFFFFF 22.73%, #F4F6F8 100%);
}
.gallerycover h4{
  margin-bottom: 40px;
}
.gallerysinglecoverouter{
  margin-bottom: 20px;
  text-align: center;
}
.gallerysinglecoverouter .gallerysinglecover{
  margin-bottom: 0px;
}
.gallerysinglecoverouter span{
  font-size: 13px;
  color: var(--content-grey-color);
}
.gallerysinglecover:hover + span{
  color: var(--primary-color);
}
.gallerysinglecover{
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%;
  margin-bottom: 20px;
}
.gallerysinglecover img{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: ease-in-out 0.3s;
}
.gallerysinglecover:before{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  content: '';
  background-color: #150506;
}
.gallerysinglecover:after{
  position: absolute;
  bottom: -60px;
  right: -60px;
  content: '';
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: var(--primary-color);
  transform: rotate(-45deg);
  transition: ease-in-out 0.3s;
}
.gallerysinglecover img:hover{
  cursor: zoom-in;
  opacity: 0.5;
  transform: scale(1.1);
}
.gallerysinglecover:hover:after{
  bottom: -30px;
  right: -30px;
}
div#lightboxed--content .lightboxed--frame .lightboxed--caption{
  background-color: transparent !important;
  text-align: center;
  left: 0px;
}
div#lightboxed--thumbs .lightboxed--thumb .lightboxed--thumb_border{
  background-color: transparent !important;
  border-bottom: 2px solid transparent;
}
div#lightboxed--thumbs .lightboxed--thumb.lightboxed--active .lightboxed--thumb_border{
  border-bottom: 2px solid var(--primary-color);
}
div#lightboxed--thumbs .lightboxed--thumb{
  border-radius: 0px !important;
}
div#lightboxed--bttn_close{
  top: 35px !important;
}




/*Product*/
.productpointcover{
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: center;
  position: relative;
}
.productpointimage{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-size: cover;
}
.productpointcover .container{
  position: relative;
  z-index: 5;
}
.productpointcontent{
  background-color: var(--white-color);
  padding: 32px 42px 32px 50px;
  position: relative;
}
.productpointcontent h3{
  margin-bottom: 30px;
}
.productpointcontent h5{
  margin-bottom: 24px;
}
.productpointcontent ul{
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}
.productpointcontent ul li:last-child{
  margin-bottom: 0px;
}
.productpointcontent ul li{
  background-image: url('images/pointcheck.svg');
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  color: var(--content-grey-color);
  padding-left: 48px;
  margin-bottom: 24px;
}
.productpointcontent ul li b, 
.productpointcontent ul li strong{
  font-weight: 600;
  color: var(--content-black-color);
  font-family: var(--font-family-mixed-head);
  font-size: 20px;
}
.productoptioncover{
  padding-top: 60px;
  padding-bottom: 20px;
  background-color: #F4F6F8;
}
.contentwithheader h2, 
.contentwithheader h3, 
.contentwithheader h4{
  position: relative;
  margin-bottom: 60px;
}
.contentwithheader h2:before, 
.contentwithheader h3:before, 
.contentwithheader h4:before{
  content: '';
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 4px;
  background-color: var(--primary-color);
  bottom: -20px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
.contentwithheader.headerleft h2:before, 
.contentwithheader.headerleft h3:before, 
.contentwithheader.headerleft h4:before{
  margin-left: unset;
  margin-right: unset;
  left: 0px;
  right: unset;
}
.productoptioneach p{
  line-height: 26px;
}
.optionimageover{
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%;
  margin-bottom: 12px;
}
.optionimageover img{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.productsub h5{
  color: var(--secondary-dark);
  font-weight: 600;
}

/*Service*/
.productservicecover{
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.productservicecover .fireelementa{
  opacity: 1;
  bottom: unset;
  top: -650px;
  background: linear-gradient(90deg, #B82933 2.46%, #560B11 45.37%);
  right: calc(50% - 1120px);
}
.productservicecover .fireelementb{
  opacity: 1;
  bottom: -400px;
  top: unset;
  right: unset;
  background: linear-gradient(181deg, #b5323b 2.46%, #851b23 70.37%);
  left: calc(50% - 1100px);
}
.serviceimageover{
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.serviceimageover img{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.serviceimageover:before {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: '';
    display: inline-block;
    background-color: var(--primary-color);
    z-index: 3;
    height: 4px;
}
.serviceimageover:after {
    position: absolute;
    right: -100px;
    bottom: -125px;
    content: '';
    display: inline-block;
    background: linear-gradient(90deg, #B82933 2.46%, #560B11 45.37%);
    width: 180px;
    height: 180px;
    z-index: 3;
    transform: rotate(50deg);
    opacity: 1;
}
.productservicecover.spcolumnswap .serviceimageover{
  padding-top: 75%;
}
.productservicecover.spcolumnswap .serviceimageover:before, 
.productservicecover.spcolumnswap .serviceimageover:after{
  display: none;
} 
.productservicecover.columnq.columnaa .serviceimageover b{
  font-size: 12px;
}
.productservicecover.columnq.columnaa{
  padding-bottom: 30px;
}

.productservicecover.spcolumnswap.spcolumnswap2, 
.fullimagerowcover{
  background: linear-gradient(330deg, #6D0910 24.23%, #B82933 73.65%);
}
.productservicecover.spcolumnswap.spcolumnswap2 .sectionheader h3{
  color: var(--white-color);
}
.productservicecover.spcolumnswap.spcolumnswap2 .sectionheader h3:before{
  background-color: var(--white-color);
}
.productservicecover.spcolumnswap.spcolumnswap2 .servicecontentover{
  color: var(--white-color);
}

.servicecontentover p{
  margin-bottom: 1rem;
}
.servicecontentover p:last-child{
  margin-bottom: 0px;
}
.productservicecover .steelfeature h4{
  position: relative;
  margin-bottom: 20px;
}

.productservicecover .steelfeature h4 span{
  font-size: var(--bigger-font-size);
}
.productservicecover.columnq .serviceimageover:before, 
.productservicecover.columnq .serviceimageover:after{
  display: none;
} 
.productservicecover.columnq .serviceimageover{
  padding-top: 0px;
  text-align: center;
}
.productservicecover.columnq .serviceimageover img{
  position: static;
  width: 100%;
  max-width: 240px;
}
.productservicecover.columnq.columntechspax .serviceimageover img{
  max-width: unset;
}
.productservicecover.columnq .servicecontentover p{
  line-height: 1.7rem;
}
.productservicecover.columnq:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    right: calc(50% - 850px);
    background-image: url(images/spax-stroke2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 583px;
    height: 179px;
    opacity: 0.3;
}

.usagecover{
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
}
.usagecover .container{
  position: relative;
  z-index: 5;
}
.usagecover:before{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-color: rgba(44, 13, 15, 0.6);
  z-index: 3;
  backdrop-filter: grayscale(1);
}
.usagecover:after{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(180deg, rgba(21, 5, 6, 0.02) 70%, #862A31 97.1%);
  z-index: 4;
}
.usagecover .sectionheader{
  color: var(--white-color);
}
.usagesub{
  padding: 36px 24px 24px;
  background: rgba(21, 5, 6, 0.6);
  backdrop-filter: blur(10px);
  color: var(--white-color);
  text-align: center;
  font-family: var(--font-family-mixed-head);
  height: 100%;
}
.usagesub img{
  display: inline-block;
  width: 48px;
  height: 48px;
}
.usagesub a{
  position: relative;
  color: var(--white-color);
  font-family: var(--font-family-mixed-head);
  font-weight: 400;
}
a.readmore.arrowwhite:before{
  color: var(--white-color);
  font-weight: 400;
  top: 2px;
}
.usagecontent{
  margin-top: 24px;
}
.usagecontent h6{
  margin-bottom: 0px;
}
.usagecontent p{
  font-weight: 300;
}


.exportcover{
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background: linear-gradient(360deg, #F4F6F8, transparent);
}
.exportcover:before{
  content: '';
  display: inline-block;
  position: absolute;
  top: 10px;
  right: calc(50% - 850px);
  background-image: url(images/spax-stroke2.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 583px;
  height: 179px;
}
.exportcover .container{
  position: relative;
  z-index: 5;
}
.exportcover.firecomponentcover:before{
  right: calc(50% - 1050px);
}
.gallerysinglecover.lastimage:before{
  z-index: 3;
  background-color: rgba(21, 5, 6, 0.5);
  backdrop-filter: blur(3px);
}
.gallerysinglecover.lastimage:after{
  display: none;
}
.gallerysinglecover.lastimage h5{
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  top: calc(50% - 33px);
  text-align: center;
  display: inline-block;
  color: var(--white-color);
  padding: 12px 36px 12px 16px;
  border: 1px solid transparent;
  z-index: 3;
  border-radius: 8px;
  transition: ease-in-out 0.3s;
  margin-bottom: 0px;
  font-weight: 400;
}
.gallerysinglecover.lastimage:hover h5{
  border: 1px solid var(--white-color);
}
.gallerysinglecover.lastimage:hover img{
  transform: scale(1.1);
}
.gallerysinglecover.lastimage h5:before {
  font-family: dashicons;
  content: "\f344";
  color: var(--white-color);
  display: inline-block;
  width: 20px;
  height: 20px;
  right: 11px;
  top: 12px;
  z-index: 1;
  position: absolute;
  transition: ease-in-out 0.3s;
  font-weight: 400;
}

.faqsproductcover{
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #F4F6F8;
}
.faqsproductcover .container{
  position: relative;
  z-index: 5;
}
.faqsproductlistcover{
  background-color: var(--white-color);
}
.faqsproductlistcover .accordion{
  padding-bottom: 0px;
}

.faqsproductcover .fireelementa{
  background: linear-gradient(180deg, #D73F43 0%, #791118 60%);
  opacity: 1;
  bottom: -550px;
  right: calc(50% - 1000px);
  transform: rotate(315deg) skew(12deg, 12deg);
}
.faqsproductcover .fireelementb{
  background: linear-gradient(180deg, #D73F43 0%, #791118 100%);
  opacity: 1;
  bottom: -500px;
  right: calc(50% - 900px);
  transform: rotate(315deg) skew(12deg, 12deg);
}


/*Fire Product*/
.fireproductheader{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  overflow: hidden;
  padding-top: 30px;
}
.fireproductheader:before{
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: linear-gradient(157.88deg, #B82933 15.02%, #651A20 86.17%);
  mix-blend-mode: multiply;
}
.fireproductheader .container{
  position: relative;
  z-index: 5;
  color: var(--white-color);
}
.fireproductheader .container p, 
.fireproductheader .container h4{
  color: var(--white-color);
}
.fireproductheader .container h2{
  color: var(--white-color);
}
.fireshutterheaditem{
  display: inline-block;
  width: 300px;
  height: auto;
}

.firetypecover{
  position: relative;
}
.firetypecover .firetypeitemcover{
  position: relative;
  z-index: 5;
}
.firetypecover:before{
  content: '';
  display: block;
  position: absolute;
  left: 47%;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: linear-gradient(157.88deg, #B82933 15.02%, #651A20 86.17%);
}

.firetypeitemcover{
  padding-top: 60px;
  padding-bottom: 40px;
  color: var(--white-color);
}
.firetypeaimage{
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%;
}
.firetypeaimage img{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.firetypecontent{
  margin-top: 16px;
  color: var(--white-color);
  text-align: center;
}
.firetypecontent b,
.firetypecontent strong{
  font-size: 20px;
  font-family: var(--font-family-mixed-head);
}
.firetypecontent p{
  margin-bottom: 12px;
  font-weight: 200;
  line-height: 26px;
}
.firetypecover .fireelementa{
  content: '';
  display: inline-block;
  position: absolute;
  width: 350px;
  height: 350px;
  background: linear-gradient(119deg, #B82933 32.46%, #560B11 95.37%);
  left: calc(50% - 900px);
  bottom: -240px;
  opacity: 1;
  transform: rotate(315deg) skew(16deg, 16deg);
}
.firetypecover .fireelementb{
  content: '';
  display: inline-block;
  position: absolute;
  width: 350px;
  height: 350px;
  background: linear-gradient(339deg, #B82933 64.62%, #FF6200 80.74%);
  left: calc(50% - 900px);
  bottom: -300px;
  opacity: 1;
  transform: rotate(315deg) skew(16deg, 16deg);
}


.firecertcover{
  position: relative;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #F4F6F8;
  overflow: hidden;
}
.firecertcover .contentwithheader h3{
  margin-bottom: 50px;
}
.certitemcover{
  background-color:var(--white-color);
  padding: 40px 40px 230px 40px;
  position: relative;
  z-index: 5;
}
.certcontent h5{
  margin-bottom: 18px;
}
.certitemcovera{
  background: linear-gradient(157.88deg, #B82933 15.02%, #651A20 86.17%);
  color: #fff;
}
.certitemcoverb{
  margin-left: 30px;
}
.certimgcoverall{
  position: absolute;
  bottom: -60px;
  left: 0px;
  right: 0px;
}
.certimg {
  width: 200px;
  height: auto;
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
  margin: 0px 16px;
}
.certimg:before {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: '\f190';
  font-size: 20px;
  font-family: dashicons, "Noto Sans Thai";
  vertical-align: top;
  text-align: center;
  color: var(--white-color);
  display: inline-block;
  background-color: var(--primary-color);
  z-index: 3;
  height: 4px;
  transition: ease-in-out 0.3s;
}
.certimg:after {
  position: absolute;
  right: -20px;
  bottom: -20px;
  content: '';
  display: inline-block;
  background: linear-gradient(90deg, #B82933 2.46%, #560B11 45.37%);
  width: 40px;
  height: 40px;
  z-index: 3;
  transform: rotate(50deg);
  opacity: 1;
  transition: ease-in-out 0.3s;
}
.certimg.certnolink:before, 
.certimg.certnolink:after{
  display: none;
}
.certimg:hover:before{
  height: 30px;
}
.certimg:hover:after{
  right: -40px;
  bottom: -40px;
}

.firetrustcover{
  position: relative;
  background: linear-gradient(0deg, #6D0910 24.23%, #8d1e25 73.65%);
  padding-top: 230px;
  padding-bottom: 50px;
  margin-top: -120px;
}
.certtrustext{
  color: var(--white-color);
  position: relative;
  padding-left: 40px;
  display: inline-block;
  margin: 0px 20px 16px;
  font-family: var(--font-family-mixed-head);
  font-size: 18px;
  z-index: 5;
}
.certtrustext:before{
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url('images/certcheck.svg');
  background-repeat: no-repeat;
  background-size: 32px;
  left: 0px;
  top: -2px;
  position: absolute;
}
.firecertcover .fireelementa{
  content: '';
  display: inline-block;
  position: absolute;
  width: 550px;
  height: 550px;
  background: linear-gradient(61deg, #B82933 32.46%, #560B11 95.37%);
  right: calc(50% - 1075px);
  bottom: -285px;
  opacity: 1;
  transform: rotate(315deg) skew(16deg, 16deg);
}
.firecertcover .fireelementb{
  content: '';
  display: inline-block;
  position: absolute;
  width: 550px;
  height: 550px;
  background: linear-gradient(339deg, #B82933 64.62%, #FF6200 80.74%);
  right: calc(50% - 1075px);
  bottom: -425px;
  opacity: 1;
  transform: rotate(315deg) skew(16deg, 16deg);
}
.firecertcover .fireelementc{
  content: '';
  display: inline-block;
  position: absolute;
  width: 750px;
  height: 750px;
  background: linear-gradient(210deg, #D73F43 22.43%, #791118 48.11%);
  left: calc(50% - 1200px);
  bottom: -375px;
  opacity: 1;
  transform: rotate(315deg) skew(16deg, 16deg);
}
.firecertcover:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50px;
  left: calc(50% - 970px);
  background-image: url(images/spax-stroke2.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 583px;
  height: 179px;
}

.firevdoinner .wrapper.ratio216 {
  position: relative;
  padding-top: 28.5714285714286%;
  overflow: hidden;
}
.firevdoinner .wrapper.ratio219 {
  position: relative;
  padding-top: 42.15714285714286%;
  overflow: hidden;
}
.firevdoinner .wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}

div#audio-control.soundoff {
  background-image: url(images/volume-mute-fill.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: 5px 5px;
}

div#audio-control {
  display: inline-block;
  position: absolute;
  z-index: 3;
  color: #fff;
  bottom: 30px;
  right: 30px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}
div#audio-control.soundon {
  background-image: url(images/volume-up-fill.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: 5px 5px;
}

div#audio-control:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
}

.productfirepointcover{
  padding-top: 60px;
  padding-bottom: 80px;
  background: linear-gradient(180deg, #FFFFFF 0%, #DFE3E8 100%);
}
.fireproductmain img{
  width: 325px;
  height: auto;
  display: inline-block;
}
.productfirepointmaincover .container{
  position: relative;
}
.fireproductpoint{
  background-color: var(--white-color);
  padding: 24px 16px;
  display: inline-block;
}
.fireproductpoint li, 
.fireproductpoint ul{
  margin-bottom: 0px;
}
.fireproductpoint ul {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}
.fireproductpoint ul li {
  background-image: url(images/pointcheck.svg);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: 0px -2px;
  color: var(--content-grey-color);
  padding-left: 44px;
  margin-bottom: 0px;
  line-height: 28px;
}
.fireproductpoint ul li b, .fireproductpoint ul li strong {
  font-weight: 600;
  color: var(--content-black-color);
  font-family: var(--font-family-mixed-head);
  font-size: 20px;
}
.fireproductpoint.pointa{
  position: absolute;
  top: 20px;
  left: 12px;
  width: 400px;
}
.fireproductpoint.pointb{
  position: absolute;
  top: 240px;
  left: 6%;
  width: 400px;
}
.fireproductpoint.pointc{
  position: absolute;
  top: 50px;
  left: 67%;
  width: 400px;
}
.fireproductpoint.pointd{
  position: absolute;
  top: 270px;
  left: 60%;
  width: 480px;
}

.firedota, .firedotb, .firedotc, .firedotd{
  display: inline-block;
  border-radius: 50%;
  background-color: var(--primary-color);
  position: absolute;
  width: 24px;
  height: 24px;
}
.firedota{
  top: 185px;
  left: 590px;
  z-index: 3;
}
.firedotb{
  top: 345px;
  left: 580px;
  z-index: 3;
}
.firedotc{
  top: 108px;
  left: 805px;
  z-index: 3;
}
.firedotd{
  top: 270px;
  left: 650px;
  z-index: 3;
}
.firelinea1, .firelinea2, .firelineb1, .firelineb2, .firelinec1, .firelined1, .firelined2{
  display: inline-block;
  background-color: var(--primary-color);
  position: absolute;
  height: 4px;
}
.firelinea1{
  width: 100px;
  top: 86px;
  left: 412px;
}
.firelinea2{
  width: 135px;
  top: 137px;
  left: 486px;
  transform: rotate(50deg);
}
.firelineb1{
  width: 60px;
  top: 318px;
  left: 479px;
}
.firelineb2{
  width: 61px;
  top: 335px;
  left: 532px;
  transform: rotate(35deg);
}
.firelinec1{
  width: 60px;
  top: 118px;
  left: 824px;
}
.firelined1{
  width: 60px;
  top: 333px;
  left: 732px;
}
.firelined2{
  width: 92px;
  top: 306px;
  left: 651px;
  transform: rotate(37deg);
}
.firepointredline{
  display: block;
  height: 20px;
  background: linear-gradient(269.85deg, #8e151d 20.42%, #B82933 50.12%);
}

/*MegaMenu SUb*/
.megasubproduct ul li:first-child a {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  width: 100%;
}
.megasubproduct ul li a:first-child img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
.megasubproduct ul li a.mega-menu-link{
  margin-top: -10px !important;
  text-align: center !important;
  font-family: var(--font-family-mixed-head) !important;
  font-size: 18px !important;
}

.megasubproduct.imgcenter ul li a:first-child img{
  height: 100% !important;
}
.megasubproduct:hover ul li a{
  color: var(--primary-color) !important;
}
.megasubproduct:hover ul li a:first-child img{
  opacity: 0.8;
}

.megasubproduct ul li:first-child a:before {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: '';
  font-size: 20px;
  font-family: dashicons, "Noto Sans Thai";
  vertical-align: top;
  text-align: center;
  color: var(--white-color);
  display: inline-block;
  background-color: var(--primary-color);
  z-index: 3;
  height: 4px;
  transition: ease-in-out 0.3s;
  opacity: 0;
}
.megasubproduct ul li:first-child a:after {
  position: absolute;
  right: -30px;
  bottom: -30px;
  content: '';
  display: inline-block;
  background: linear-gradient(90deg, #B82933 2.46%, #560B11 45.37%);
  width: 60px;
  height: 60px;
  z-index: 3;
  transform: rotate(50deg);
  opacity: 0;
  transition: ease-in-out 0.3s;
}

.megasubproduct:hover ul li:first-child a:before, 
.megasubproduct:hover ul li:first-child a:after{
  opacity: 1;
}

.partcontentcover{
  padding-bottom: 60px;
}
.entry-content table {
    width: 100%;
    border: 1px solid #E5E5E5;
}
.entry-content table thead tr th {
    background-color: var(--primary-color);
    padding: 12px 15px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    font-family: var(--font-family-mixed-head);
    font-weight: 600;
}
.entry-content table tbody tr td:first-child {
    font-weight: bold;
}
.entry-content table tbody tr td {
    padding: 12px 15px;
    text-align: center;
    color: #222;
    border-bottom: 1px solid #E5E5E5;
}
.entry-content table tr:nth-child(odd) {
  background-color: #f9f9f9; 
}
.entry-content table tr:nth-child(even) {
  background-color: #ffffff;
}

.generalcontentarea{
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F9FAFB;
}

.homepromotioncover{
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
  background-color: #F9FAFB;
}
.promotionslidercover  {
  margin-left: -12px;
  margin-right: -12px;
  position: relative;
  z-index: 6;
}
.promotionslidercover .homepromoimagecover  {
  padding: 0px 12px;
}
.homepromotioncover .fireelementa{
  opacity: 1;
  background: linear-gradient(180deg, #D73F43 0%, #791118 100%);
  right: unset;
  left: calc(50% - 950px);
  bottom: -500px;
}
.homepromotioncover .fireelementb{
  opacity: 1;
  background: linear-gradient(110deg, #D73F43 0%, #791118 100%);
  right: unset;
  left: calc(50% - 850px);
  bottom: -400px;
}
.homepromotioncover .fireelementc{
  content: '';
  display: inline-block;
  position: absolute;
  width: 950px;
  height: 950px;
  transform: rotate(315deg) skew(16deg, 16deg);
  background: linear-gradient(110deg, #D73F43 0%, #791118 100%);
  right: calc(50% - 1850px);
  bottom: -600px;
  opacity: 1;
}

.drop-down .selected{
  display: none;
}

.fagmobilehead{
  background-color: #F4F6F8;
  color: var(--primary-color);
  padding: 12px 24px;
  font-family: var(--font-family-mixed-head);
  font-size: 20px;
  font-weight: 600;
}
.error-404{
  background-color: #F4F6F8
}
.error-404 .page-header h1{
  font-size: 180px;
  line-height: 180px;
}
.findus{
  background-color: #F4F6F8;
  padding-top: 60px;
  padding-bottom: 60px;
}
.finduspartner, .footerinfoa h6{
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  vertical-align: middle;
  color: var(--content-grey-color);
}
.footerinfoa h6{
  margin-top: 2px;
  font-weight: 400;
  margin-right: 12px;
}
.finduspartner img{
  width: auto;
  height: 100%;
  max-height: 48px;
  margin: 0px 12px;
}
.finduspartner img:last-child{
  margin-right: 0px;
}
.footerinfocontact a{
  text-decoration: none !important;
  color: var(--content-color);
}

/*New Figma Desing*/
.steeltypetext h4{
  color: var(--primary-color);
  margin-bottom: 0px;
  margin-top: 15px;
}
.firetestcover, 
.firecomponentcover{
  padding-top: 60px;
  padding-bottom: 60px;
}
.firecomponentcover{
  background: linear-gradient(360deg, #F4F6F8, transparent);
}
.contentfirespec{
  background: var(--white-color);
  padding: 24px;
}
.contentfirespec h4{
  margin-bottom: 40px;
}
.firecomponentbase{
  background: linear-gradient(157.88deg, #B82933 15.02%, #651A20 86.17%);
  height: 240px;
  margin-top: -180px;
  margin-bottom: -60px;
}
.hispeedcolor{
  width: 100%;
  max-width: 300px;
  margin-left: 230px;
}
.hispeedpiece{
  position: absolute;
  left: 50px;
  top: calc(50% - 150px);
  margin: auto 0;
  width: 150px;
}
.productpointcover.hispeed{
  position: relative;
}
.productpointcover.hispeed ul{
  margin-left: 185px;
}

.chaty circle, 
.chaty ellipse{
  fill: var(--primary-color);
}

@media (max-width: 1399.98px) {
  ul.slick-dots{
    left: calc(50% - 503px);
  }
  .homeaboutimage{
    margin-left: -40px;
  }
  .homeaboutcontent{
    margin-right: -40px;
  }
  .homeservicecover:before{
    right: calc(50% - 750px);
  }
  .homeservicecontentin{
    padding: 12px 24px 15px 24px;
  }
  .homeservicecontentin p{
    line-height: 28px;
  }
  .homeservicecontent:before{
    top: 20px;
    left: 4px;
  }
  .homeservicecontent:after{
    top: 48px;
    bottom: -14px;
  }
  .fireproductpoint{
    padding: 16px 10px;
  }
  .fireproductpoint.pointa{
    width: 370px;
  }
  .firedota, .firedotb{
    left: 500px;
  }
  .firelinea2{
    left: 395px;
  }
  .firelinea1{
    width: 39px;
    left: 382px;
  }
  .fireproductpoint.pointb {
    left: 3%;
    width: 395px;
  }
  .firelineb2{
    left: 455px;
  }
  .firelineb1 {
    width: 33px;
    left: 430px;
  }
  .firedotc{
    left: 685px;
  }
  .firelinec1{
    left: 704px;
  }
  .firedotd, .firelined2{
    left: 560px;
  }
  .firelined1 {
    width: 42px;
    left: 642px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
    padding: 0px 13px;
  }
}

/*Horizantal Tablet*/
@media (max-width: 1199.98px) {
  h1 {
    font-size: 44px;
    line-height: 64px;
  }
  h2 {
    font-size: 32px;
    line-height: 48px;
  }
  h3 {
    font-size: 28px;
    line-height: 40px;
  }
  h4 {
    font-size: 24px;
    line-height: 34px;
  }
  h5 {
    font-size: 20px;
    line-height: 30px;
  }
  h6 {
    font-size: 18px;
    line-height: 28px;
  }
  ul.slick-dots {
    left: calc(50% - 413px);
    bottom: 20px;
  }
  .heroimagebgin{
    padding-top: 580px;
  }
  .heroimagebg, .homeherocover{
    height: 580px;
  }
  ul.slick-dots li button{
    width: 50px;
  }
  .button{
    padding: 10px 28px 10px;
  }
  .button.arrow{
    padding-right: 50px;
  }
  .button.arrow:before{
    top: 10px;
    right: 24px;
  }
  .button.arrow:hover:before{
    right: 18px;
  }
  .homeaboutcontent a{
    padding-left: 20px;
    padding-right: 36px;
  }
  .homeaboutcontent a:before{
    right: 12px;
  }
  .homeaboutcontent a:hover:before{
    right: 8px;
  }
  .homeaboutimage{
    margin-left: 0px;
  }
  .homeaboutcontent{
    margin-right: 0px;
  }
  .homeaboutcover .container{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .homeservicecover{
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .homeservicecontent:before, 
  .homeservicecontent:after{
    display: none;
  }
  .homeservicecontentin{
    margin-left: 0px;
  }
  .homeservicecover:before{
    right: calc(50% - 550px);
    width: 512px;
    height: 156px;
  }
  h2.headtitleleft:before{
    bottom: -12px;
  }
  h2.headtitleleft{
    margin-bottom: 48px;
  } 
  .homeproductcover{
    padding-top: 60px;
  }
  .homenewscover{
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .button.butwhite.linebut{
    background-position: 22px 13px;
    padding-left: 56px;
  }
  .generalheadercover{
    padding-top: 30px;
    padding-bottom: 36px;
    min-height: 250px;
  }
  .generalheadercover .fireelementa{
    right: calc(50% - 700px);
    width: 550px;
    height: 550px;
    bottom: -430px;
  }
  .generalheadercover .fireelementb{
    right: calc(50% - 700px);
    width: 550px;
    height: 550px;
    bottom: -530px;
  }
  .generalheadercover h5{
    margin-bottom: 12px;
  }
  .trustcover{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .aboutintercover .homeaboutcontent h3{
    margin-bottom: 40px;
  }
  .whyspaxcover{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .whycol {
    padding: 24px 16px 1px 16px;
  }
  .whyspaxcover:before{
    width: 425px;
    height: 130px;
    right: calc(50% - 550px);
  }
  .productpointcontent{
    padding: 24px 24px 24px 24px;
  }
  .productpointcontent h3 {
    margin-bottom: 20px;
  }
  .productpointcontent ul li{
    background-size: 28px;
    padding-left: 34px;
    background-position: -2px 2px;
    margin-bottom: 16px;
    line-height: 28px;
  }
  .productpointcover{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .productoptioncover{
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .serviceimageover{
    padding-top: 75%;
  }
  .productservicecover .fireelementa{
    right: calc(50% - 820px);
  }
  .productservicecover .fireelementb{
    left: calc(50% - 920px);
  }
  .sectionheader h2, .sectionheader h3, .sectionheader h4{
    margin-bottom: 40px;
  }
  .sectionheader h2:before, .sectionheader h3:before, .sectionheader h4:before{
    bottom: -10px;
  }
  .usagesub {
    padding: 24px 12px 24px;
  }
  .certitemcover{
    padding-right: 40px;
  }
  .firecertcover:before {
    left: calc(50% - 540px);
    width: 350px;
    height: 106px;
  }
  .firevdoinner .wrapper.ratio216{
    padding-top: 56.25%;
  }
  .firedota, .firedotb, .firedotc, .firedotd, .firelinea1, .firelinea2, .firelineb1, .firelineb2, .firelinec1, .firelined1, .firelined2{
    display: none;
  }
  .fireproductpoint ul li b, .fireproductpoint ul li strong{
    font-size: 18px;
  }
  .fireproductpoint ul li{
    line-height: 24px;
    font-size: 16px;
  }
  .fireproductpoint.pointa{
    width: 280px;
  }
  .fireproductpoint.pointb{
    width: 340px;
  }
  .fireproductpoint.pointc{
    left: 70%;
    width: 285px;
  }
  .fireproductpoint.pointd{
    width: 380px;
  }
  .exportcover:before {
    top: 34px;
    right: calc(50% - 550px);
    width: 400px;
    height: 130px;
  }
  .exportcover.firecomponentcover:before {
    right: calc(50% - 650px);
  }
  .newslatestheadercover{
    padding-top: 50px;
  }
  .newslatestheadercover:before{
    right: calc(50% - 555px);
  }
  blockquote{
    padding: 36px 36px 16px 36px;
  }
  .entry-content blockquote p{
    font-size: 22px;
  }
  .postcontent{
    padding-bottom: 40px;
  }
  .generalheadercover.headcontactcover:before{
    width: 400px;
    height: 122px;
    top: 3px;
    right: calc(50% - 500px);
  }
  .contactformcover{
    margin-top: -140px;
  }
  .portofoliomenu li a{
    font-size: 18px;
  }
  .error-404 .page-header h1{
    font-size: 100px;
    line-height: 100px;
  }
  .steeltypetext h4{
    font-size: 20px;
    margin-top: 15px;
  }
  .productservicecover.productsteeltype .fireelementb{
    bottom: -400px;
  }
  .gallerycover{
    padding-top: 20px;
  }
}

/*Vertical Tablet*/
@media (max-width: 991.98px) {
  h1 {
    font-size: 32px;
    line-height: 44px;
  }
  h2 {
    font-size: 28px;
    line-height: 40px;
  }
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
  h5 {
    font-size: 18px;
    line-height: 28px;
  }
  h6 {
    font-size: 16px;
    line-height: 24px;
  }
  p{
    line-height: 26px;
    margin-bottom: 1rem;
  }
  ul.slick-dots {
    left: calc(50% - 293px);
    bottom: 10px;
  }
  .site-main{
    margin-top: 60px;
  }
  .heroimagebgin{
    padding-top: 420px;
  }
  .heroimagebg, .homeherocover{
    height: 420px;
  }
  .homeherolink{
    margin-top: 20px;
  }
  .button{
    padding: 10px 20px 10px;
    font-size: 18px;
    font-weight: 400;
  }
  .button.arrow{
    padding-right: 40px;
  }
  .button.arrow:before{
    top: 10px;
    right: 14px;
    font-weight: 300;
  }
  .button.arrow:hover:before{
    right: 10px;
  }
  .homeaboutcontent{
    padding: 24px 32px;
  }
  .homeaboutcover .container{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .homeservicecover:before {
    right: calc(50% - 400px);
    width: 358px;
    height: 110px;
  }
  /*
  .homeservicecontent .homeservicecontentin{
    padding-left: 0px;
  }
  .homeservicecontent.slick-current .homeservicecontentin{
    background-color: transparent;
  }
  .homeservicecontent .homeservicecontentin h4, 
  .homeservicecontent .homeservicecontentin p, 
  .homeservicecontent.slick-current .homeservicecontentin h4, 
  .homeservicecontent.slick-current .homeservicecontentin p{
    color: var(--white-color);
  }*/

  .sectionheader h2:before, .sectionheader h3:before, .sectionheader h4:before{
    bottom: -12px;
  }
  .sectionheader h2, .sectionheader h3, .sectionheader h4{
    margin-bottom: 50px;
  }
  .homeservicecover .fireelementa{
    right: calc(50% - 1050px);
  }
  .homeservicecover .fireelementb{
    right: calc(50% - 800px);
  }
  .homewhycover{
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .whyhead h2{
    margin-bottom: 20px;
    font-weight: 600;
  }
  .whyhead{
    margin-bottom: 24px;
  }
  .homenewscover .hpcount3{
    display: none;
  }
  .button.butwhite.linebut{
    background-position: 22px 11px;
  }
  .footerinfocontact {
    width: 100%;
    display: inline-block;
  }
  .footeraddr, .footertel, .footermail{
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .footeraddr span, .footertel span, .footermail span, 
  .footeraddr p, .footertel p, .footermail p{
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: top;
  }
  .footeraddr{
    width: 40%;
  }
  .footertel{
    width: 25%;
  }
  .footermail{
    width: 30%;
  }
  .footersocial{
    margin-top: 20px;
    margin-bottom: 24px;
    padding-top: 28px;
  }
  .footerinfob h5{
    margin-bottom: 12px;
  }
  .footerinfob{
    padding-bottom: 0px;
  }
  .generalheadercover{
    padding-top: 24px;
    padding-bottom: 28px;
    min-height: 200px;
  }
  .generalheadercover .fireelementa{
    right: calc(50% - 550px);
    width: 450px;
    height: 450px;
    bottom: -360px;
  }
  .generalheadercover .fireelementb{
    right: calc(50% - 550px);
    width: 450px;
    height: 450px;
    bottom: -430px;
  }
  .generalheadercover h5{
    margin-bottom: 0px;
  }
  .trustcover{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .trustcol img{
    max-width: 64px;
  }
  .trustcol h2{
    margin-top: 12px;
  }
  .aboutvisioncover{
    padding-bottom: 40px;
  }
  .aboutvisioncover h3{
    margin-bottom: 50px;
  }
  .whyspaxcover{
    padding-bottom: 40px;
  }
  .whyspaxcover:before {
    width: 325px;
    height: 100px;
    right: calc(50% - 427px);
  }
  .productpointcover{
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .productpointcover .container{
    margin-top: -50px;
  }
  .productpointimage{
    padding-top: 56.25%;
    position: static;
  }
  .productpointcontent{
    box-shadow: 4px 8px 16px 0px rgba(99, 115, 129, 0.1);
  }
  .productpointcontent ul li b, .productpointcontent ul li strong{
    font-size: 18px;
  }
  .productpointcontent h3{
    text-align: center;
  }
  .serviceimageover{
    padding-top: 56.25%;
  }
  .productservicecover .fireelementb {
    left: calc(50% - 820px);
  }
  .usagecover{
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .faqsproductcover{
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .firetypecontent b, .firetypecontent strong{
    font-size: 18px;
  }
  .contentwithheader h2, .contentwithheader h3, .contentwithheader h4{
    margin-bottom: 40px;
  }
  .firecertcover{
    padding-top: 50px;
  }
  .certitemcover{
    padding: 24px 24px 130px 24px;
  }
  .certitemcovera{
    margin-right: 0px;
  }
  .certitemcoverb{
    margin-left: 0px;
  }
  .certcontent h5{
    padding-right: 130px;
  }
  .firecertcover:before {
    left: calc(50% - 400px);
    width: 250px;
    height: 77px;
    top: 90px;
  }
  .certtrustext{
    width: 30%;
    text-align: left;
  }
  .fireproductpoint.pointa, .fireproductpoint.pointb, .fireproductpoint.pointc, .fireproductpoint.pointd{
    position: static;
    width: 100%;
    padding: 24px 16px 0px 16px;
  }
  .fireproductpoint.pointd{
    padding-bottom: 24px;
  }
  .productfirepointcover{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .exportcover:before {
    top: 74px;
    right: calc(50% - 422px);
    width: 250px;
    height: 76px;
  }
  .newslatestheadercover:before{
    right: calc(50% - 435px);
  }
  .seed-social{
    left: -83px;
  }
  .contactformcover{
    margin-top: -100px;
  }
  .contactformcover{
    padding: 20px 20px 0px 20px;
  }
  .cthfield input[type="text"], .cthfield input[type="email"]{
    height: 40px !important;
    padding: 8px 12px 10px 12px !important;
  }
  .cthfield.sendsubmit{
    height: 48px !important;
  }
  .generalheadercover.headcontactcover:before{
    right: calc(50% - 415px);
  }
  .contactcover .fireelementa{
    left: -260px;
  }
  .contactcover .fireelementb{
    left: -160px;
  }

  .portofoliomenu li a:after{
    display: none;
  }
  .portofoliomenu li a:before {
    background-size: 20px;
    width: 20px;
    height: 20px;
    top: 10px;
    left: 12px;
    right: unset;
  }
  .portofoliomenu li a{
    padding-top: 0px;
  }

  .drop-down{
    display: block;
    margin: 0px auto;
    width: 100%;
    max-width: 315px;
  }
   .drop-down .selected{
    display: block;
   }
  .drop-down .selected a{
    display:block; 
    padding-right:20px; 
    border:1px solid #d7d7d7; 
    border-radius:2px;
    text-decoration:none;
    width: 100%;
    max-width: 315px;
    color: var(--content-black-color);
    background-image: url('images/arrow-down-s-line.png');
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center right 10px;
  }
  .drop-down .selected a span{
    cursor:pointer; 
    display:block; 
    padding: 8px 12px;
  }

  .drop-down .options {
    position:relative; 
    z-index: 5;
  }

  .drop-down .options ul{
    background:#fff none repeat scroll 0 0;
    display:none;
    list-style:none; 
    padding:0px 0px; 
    position:absolute; 
    left:0px; 
    top: -1px; 
    width: 100%; 
    max-width: 315px;
    border:1px solid #d7d7d7;
  }

  .drop-down .selected span.value, .drop-down .options span.value{
    display: none;
  }

  .drop-down .options ul li{
    width: 100%;
    display: block;
    text-align: left;
  }
  .drop-down .options ul li a{
    padding: 5px 12px 5px 44px; 
    display:block;
    text-decoration:none;
    color: var(--content-black-color);
    font-weight: 400;
    font-size: 16px;
  }

  .drop-down .options ul li a:hover{
    background: #f7f7f7;
    transition:0.2s ease;
  }

  .gallerycover{
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .accordion{
    padding-left: 0px;
  }
  .tab__label{
    padding-left: 24px;
  }
  #vertical-tab .vertical-tab-wrapper .vertical-tab-content{
    display:  block !important;
  }
  .accordion .tab:last-child .tab__content{
    border-bottom: 1px solid #DFE3E8;
  }
  ul.privacymenu li, ul.privacymenu li a{
    display: inline-block;
    vertical-align: top;
  }
  ul.privacymenu li{
    width: 32%;
  }
  ul.privacymenu li a{
    width: 100%;
    text-align: center;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .privacycontentcover{
    padding: 48px 24px 24px;
  }
  .privacycover{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  nav#site-navigation {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
  }
  .mega-menu-wrap{
    width: 100% !important;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle {
    box-shadow: 0px 4px 8px 0px rgba(17, 17, 17, 0.04);
    z-index: 9999;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    padding: 0px 0px 0px 0px;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 99999;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
    height: 100vh;
    display: block;
    border-top: 1px solid #F4F6F8;
    padding-top: 20px;
    padding-left: 10%;
    background-color: #fff;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{
    background: transparent !important;
  }
  
  #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1:before{
    content: '';
    display: inline-block;
    z-index: 1;
    right: 0;
    top: 590px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 325px;
    height: 100px;
    position: absolute;
    opacity: 0.5;
    background-image: url(images/spax-stroke2.png);
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after{
    background: transparent;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open ~ button.mega-close{
    opacity: 0;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    background-color: transparent;
    color: var(--white-color);
    padding-left: 24px !important;
    padding-right: 12px;
    display: block;
    font-weight: 300;
    line-height: 40px !important;
    height: 35px !important;
  }
  .megacontacthead .megamenufirst{
    padding-top: 0px !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator, 
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.contactusmenu > a.mega-menu-link, 
  .sectionline a:before, 
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu:before{
   display: none !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed.contactusmenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, 
   #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.lowermenu > a.mega-menu-link{
    padding-left: 12px !important;
    font-weight: 500;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.sectionline > a.mega-menu-link, 
   .lowermenu2 a{
    margin-top: 0px !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.careermenu > a.mega-menu-link{
    padding-left: 24px !important;
    font-weight: 300;
  }

  li.megasubproduct > ul > li.widget_media_image {
    display: none !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > ul.mega-sub-menu{
    display:  block !important;
    padding-top: 0px !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    text-align: left !important;
    font-weight: 400 !important;
    font-size: 16px !important;
  }
  .productservicecover .steelfeature h4 span{
    font-size: var(--main-font-size);
  }
  .aboutintercover.steelvetcover{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .productservicecover.columnq.columnaa{
    padding-bottom: 5px;
  }
  .certimg{
    width: 120px;
  }
  .firetestcover, 
  .firecomponentcover{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hispeedpiece{
    left: 30px;
  }
  ul li.standlessshutter a br{
    display: none;
  }

}
/*Mobile*/
@media (max-width : 767.98px) { 
  .container{
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  ul.slick-dots {
    left: 0px;
    right: 0px;
    text-align: center;
    bottom: 0px;
  }
  ul.slick-dots li button{
    width: 10px;
  }
  ul.slick-dots li .dotsnum{
    display: none;
  }
  .homeherocontent h1 br{
    display: none;
  }
  .homeherocontent h4{
    font-weight: 400;
    font-size: 16px;
  }
  .homeaboutcover .container{
    padding-top: 0px;
  }
  .homeaboutimage{
    margin-left: -20px;
    margin-right: -20px;
  }
  .homeaboutcontent{
    margin-top: -40px;
  }
  .aboutintercover.steelvetcover .homeaboutcontent{
    margin-top: 0px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .aboutintercover.steelvetcover .homeaboutimage{
    margin-right: 0px !important;
    padding-top: 75%;
  }
  .homeaboutcontent:before{
    right: -100px;
  }
  .homeservicecover{
    padding-top: 40px;
  }
  .homeservicecover:before {
    right: calc(50% - 200px);
    width: 198px;
    height: 60px;
  }
  .homeproductcover{
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .homeproductimagecover h4{
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding: 4px 0px 0px 0px;
    text-align: center;
    color: var(--content-black-color);
    display: block;
    transition: none;
  }
  .homeproductimagecover img{
    transition: none;
  }
  .homeproductimagecover:before, 
  .homeproductimagecover:after,
  .homeproductimagecover .overlay{
    display: none;
  }
  .homeproductimagecover:hover h4{
    border: none;
    backdrop-filter: none;
    background-color: transparent;
  }
  .homeproductimagecover:hover img{
    transform: none;
  }
  .homepromotioncover{
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .homeservicecover .fireelementa{
    right: calc(50% - 750px);
  }
  .homeservicecover .fireelementb{
    right: calc(50% - 500px);
  }
  .homepromotioncover .fireelementa{
    left: calc(50% - 800px);
  }
  .homepromotioncover .fireelementb{
    left: calc(50% - 600px);
  }
  .whylist{
    padding: 16px 16px 16px 80px;
  }
  .whylist .whyicon{
    left: 16px;
  }
  .whyhead a{
    width: 100%;
    max-width: 335px;
  }
  .homenewscover{
    padding-bottom: 50px;
  }
  .newscontent{
    padding: 12px 16px 32px 16px;
  }
  .homenewsblocksub .newscontent h5{
    bottom: 4px;
  }
  .homenewsblockcover .homenewsblocksub .newsdate{
    bottom: 14px;
  }
  .homenewsblockcontent a.readmore{
    bottom: 11px;
  }
  .ctacover .ctacontent{
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .ctabuttoncover a{
    width: 100%;
    max-width: 335px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 16px;
  }
  .button.butwhite.linebut {
    background-position: calc(50% - 55px) 11px;
  }
  .footeraddr, .footertel, .footermail{
    width: 100%;
    margin-bottom: 12px;
  }
  .footerinfoc{
    font-size: 13px;
  }
  ul.privacymenufooter li{
    margin-left: 6px;
    margin-right: 6px;
  }
  ul.privacymenufooter a:before{
    right: -8px;
  }
  .homeservicecontentin {
    padding: 12px 16px 15px 16px;
  }
  ul.footermenu li.hidedesktop{
    display: block;
  }
  ul.footermenu li a{
    font-size: 14px;
  }
  .aboutintercover{
    padding-bottom: 30px;
  }
  .trustcol h2{
    margin-top: 8px;
    margin-bottom: 0px;
  }
  .trustcover{
    padding-bottom: 20px;
  }
  .whycontentintro{
    margin-bottom: 30px;
  }
  .whyspaxcover{
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .whyspaxcover:before {
    width: 266px;
    height: 80px;
    right: calc(50% - 227px);
    opacity: 0.7;
  }
  .productpointimage{
    padding-top: 75%;
  }
  .productpointcover .container{
    margin-top: -30px;
  }
  .productpointcontent {
    padding: 18px 18px 18px 18px;
  }
  .productservicecover{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .productservicecover .fireelementa {
    right: calc(50% - 217px);
    width: 150px;
    height: 150px;
    top: -115px;
  }
  .productservicecover .fireelementb{
    display: none;
  }
  .serviceimageover:after{
    width: 120px;
    height: 120px;
    bottom: -75px;
  }
  .usagecontent{
    margin-top: 12px;
  }
  .usagesub {
    padding: 16px 8px 16px;
  }
  .exportcover{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tab__label {
    padding: 16px 44px 16px 16px;
  }
  .accordion{
    padding-left: 0px;
  }
  .fagmobilehead{
    padding-left: 16px;
  }
  .tab__label::after{
    top: 18px;
    right: 10px;
  }
  .tab__label, .tab__close{
    font-size: 16px;
  }
  .firetypecover:before{
    display: none;
  }
  .firetypeitemcover {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .firedoortypebgredmobile{
    position: relative;
  }
  .firedoortypebgredmobile:before{
    content: '';
    display: block;
    position: absolute;
    left: -8px;
    right: -8px;
    bottom: 0px;
    top: 0px;
    background: linear-gradient(157.88deg, #B82933 15.02%, #651A20 86.17%);
  }
  .firecertcover:before {
    left: calc(50% - 200px);
    top: 10px;
    opacity: 0.3;
  }
  .certtrustext{
    width: 100%;
    text-align: left;
  }
  .firetrustcover {
    padding-top: 150px;
    padding-bottom: 20px;
  }
  .exportcover:before {
    top: 83px;
    right: calc(50% - 203px);
    width: 150px;
    height: 47px;
  }
  .newslatestheadercover:before {
    right: calc(50% - 200px);
    width: 200px;
    height: 61px;
    top: 66px;
  }
  .newsnormalcover{
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .seed-social{
    position: relative;
    text-align: center;
    left: unset;
    background: #f9f9f9;
    border-radius: 8px;
    padding: 16px 16px 24px 16px;
  }
  .seed-social:before{
    margin-bottom: 8px;
  }
  .seed-social>li{
    display: inline-block;
    margin-bottom: 0px;
  }
  .seed-social:after{
    display: none;
  }
  blockquote {
    padding: 24px 24px 8px 24px;
  }
  .entry-content blockquote p {
    font-size: 18px;
  }
  .entry-header {
    margin-top: 16px;
  }
  h2.entry-title{
    margin-top: 8px;
    margin-bottom: 12px;
  }
  .entry-header .newscat, 
  .entry-header .newsdate{
    font-size: 12px;
  }
  .entry-header .newsdate{
    position: absolute;
    right: 0px;
    background-position: 14px 0px;
    top: 4px;
  }
  .entry-header .newscatcover:before {
    width: 49px;
    bottom: -38px;
  }
  .homenewscover.othernewscover{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .generalheadercover.headcontactcover{
    padding-top: 40px;
    padding-bottom: 140px;
  }
  .generalblockcover{
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .contactpersoncover{
    padding-bottom: 0px;
  }
  .contactcover .fireelementa{
    width: 350px;
    height: 350px;
    left: -115px;
    bottom: -200px;
  }
  .contactcover .fireelementb{
    width: 350px;
    height: 350px;
    left: -115px;
    bottom: -250px;
  }
  .gallerycover .sectionheader h2, .gallerycover .sectionheader h3, .gallerycover .sectionheader h4{
    margin-bottom: 40px;
  }
  .privacycontentcover {
    padding: 24px 12px 24px;
  }
  .footerinfoa{
    border-bottom: 0px;
  }
  .footerinfob{
    padding-top: 0px;
  }
  .finduspartnercover {
    border-bottom: 1px solid #DFE3E8;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 18px;
    text-align: center;
    margin-bottom: 48px;
  }
  .footerinfoa h6{
    margin-top: 4px;
    margin-right: 0px;
    margin-bottom: 8px;
    font-weight: 600;
  }
  .productservicecover.productsteeltype{
    padding-bottom: 10px;
  }
  .certimg {
    width: 28%;
    margin: 0 2%;
  }
  .certitemcover {
    padding: 24px 24px 90px 24px;
  }
  .productpointcover.hispeed ul{
    margin-left: 0px;
  }
  .hispeedpiece{
    position: static;
    width: 100%;
    text-align: center;
  }
  .hispeedpiece img{
    max-width: 150px;
  }
  .hispeedcolor {
    width: 100%;
    max-width: 200px;
    margin-left: 30px;
    margin-bottom: 20px;
  }

}