/* Custom syles for Cthai Chemicals Theme */

:root {
  --primary-color: #1A2256;
  --secondary-color: #2B3990;
  --thrid-color: #6B74B1;
  --white-color: #fff;
  --content-color: #475467;
  --gray-text-color: #667085;
  --graygreen-bg-color: #F2F4F7;
  --primay-sub-color: rgba(170, 176, 211, 1);
  --main-font-size: 17px;
  --bigger-font-size: 20px;
  --mini-font-size: 14px;
  --blockquote-font-size: 24px;
  --font-family-mixed-head: "Lato", "Noto Sans Thai";
  --font-family-mixed-content: "Lato", "Sarabun";
}
*{
  font-family: var(--font-family-mixed-content);
}
#masthead{
  position: relative;
  z-index: 99;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
;
}
#masthead.headmenufront{
  background: rgba(26, 34, 86, 0.05);
  transition: ease-in-out 0.3s;
}
#masthead.headmenufront #mega-menu-wrap-menu-1{
  background-color: transparent;
}
#masthead, .site-footer, .homevdocover{
  background-color: var(--primary-color);
}

.site-branding a img{
  height: 56px;
  width: auto;
  margin-top: 12px;
}

.main-navigation, #mega-menu-wrap-menu-1{
  display: inline-block !important;
}
.langswitchcover{
  color: var(--white-color);
  margin-top: 24px;
}

.site-footer{
  color: var(--white-color);
}
#masthead.headmenufront:hover{
  background-color: var(--primary-color);
}

.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%;
}
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:hover{
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
}
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.soundon{
  background-image: url("images/volume-up-fill.svg");
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: 5px 5px;
}





#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: 58px;
}

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

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

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

h6 {
  font-family: var(--font-family-mixed-head);
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
dl, ol, ul{
  margin-bottom: 1.5rem;
  margin-left: 8px;
}
li{
  line-height: 32px;
}


.button.outline{
  border: 1px solid var(--white-color);
  text-decoration: none !important;
  color: var(--white-color);
  border-radius: 8px;
  padding: 12px 36px 16px;
  font-weight: bold;
  display: inline-block;
}
.button.outline:hover{
  background-color: var(--white-color);
  color: var(--primary-color);
}

/*Home Hero*/
.ctchomeherocover{
  position: relative;
  height: 780px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-top: -81px;
}
.ctchomeherocover.aboutcover, 
.ctchomeherocover.aboutcover .ctcheroimagebg{
  height: 640px;
  margin-top: 0px;
}
.ctchomeherocover.aboutcover .homeherocontentcover{
  margin-top: 360px;
}

.ctchomeherocover.achievementscover,
.ctchomeherocover.generalcover{
  height: 420px;
  margin-top: 0px;
}
.ctchomeherocover.achievementscover .ctcheroimagebg, 
.ctchomeherocover.generalcover .ctcheroimagebg{
  height: 420px;
  margin-top: 0px;
  background-position: center;
  background-color: rgba(42, 56, 144, 0.6);
  background-blend-mode: screen;
}
.ctchomeherocover.generalcover.herosustain .ctcheroimagebg{
  background-color: rgba(42, 56, 144, 0);
}
.ctchomeherocover.achievementscover .homeherocontentcover{
  margin-top: 240px;
}
.ctchomeherocover.generalcover .homeherocontentcover{
  margin-top: 300px;
}
.ctchomeherocover.generalcover.herocsr .homeherocontentcover{
  margin-top: 260px;
}

.ctchomeherocover.aboutcover:before, 
.ctchomeherocover.achievementscover:before, 
.ctchomeherocover.generalcover:before{
  background: linear-gradient(180.66deg, rgba(15, 25, 86, 0) 5%, #1A2356 94%);
}
.ctchomeherocover:before{
  content: '';
  display: inline-block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: rgba(15, 25, 86, 0.61);
  position: absolute;
}
.ctchomeherocover .ctaelementa1{
  content: '';
  display: inline-block;
  z-index: 1;
  left: 5%;
  bottom: 100px;;
  background-image: url("images/ctcelementa1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 454px;
  position: absolute;
  mix-blend-mode: overlay;
  opacity: 0.8;
}
.ctchomeherocover .ctaelementa2{
  content: '';
  display: inline-block;
  z-index: 1;
  right: 5%;
  bottom: 10px;
  background-image: url("images/ctcelementa2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 457px;
  height: 454px;
  position: absolute;
  mix-blend-mode: overlay;
  opacity: 0.8;
}
.homeherocontentcover{
  margin-top: 480px;
}
.homeherocontent{
  position: relative;
  z-index: 3;
  color: var(--white-color);
}
.homeherocontent h1{
  font-size: 64px;
  line-height: 88px;
}
.homeherocontent.contentright{
  margin-top: 20px;
}
.ctcheroimagebg{
  height: 780px;
  position: absolute !important;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.ctcheroimagebgin img{
  width: 100%;
}

/*Home about*/
.homevdoinner{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.homeaboutcover{
  background-color: var(--primary-color);
  padding-bottom: 1px;
}
.homeaboutcover.aboutcover .homeaboutinnercontent{
  margin-top: -120px;
}
.homeaboutinnercontent{
  background: linear-gradient(121.2deg, rgba(93, 171, 134, 0.6) 13.75%, rgba(42, 50, 117, 0.6) 68.86%);
  position: relative;
  color: var(--white-color);
  border-radius: 16px;
  padding: 48px;
  margin-top: -100px;
  backdrop-filter: blur(80px);
  z-index: 3;
}
.homeaboutinnercontent h4{
  background: linear-gradient(107.67deg, #5DB2CB 4.5%, #77B864 68.92%);
  -webkit-background-clip: text; 
  background-clip: text; 
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: inline-block;
}
.homeaboutinnercontent a, 
a.readmore, 
.homesustain .generalblocktext a{
  background: linear-gradient(107.67deg, #5DB2CB 4.5%, #77B864 68.92%);
  -webkit-background-clip: text; 
  background-clip: text; 
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: inline-block;
  position: relative;
  padding: 3px 20px 3px 0px;
  text-decoration: none;
}
.homeaboutinnercontent a:before, 
a.readmore:before, 
.homesustain .generalblocktext a:before{
  content: '';
  display: inline-block;
  width: 6px;
  height: 12px;
  right: 4px;
  top: 10px;
  z-index: 1;
  background-image: url("images/miniredarrow.svg");
  background-repeat: no-repeat;
  background-size: 6px;
  position: absolute;
  transition: ease-in-out 0.3s;
}
.homesustain .generalblocktext a:before{
  top: 14px;
}
.homeaboutinnercontent a:before{
  top: 14px !important;
}
.homenewsblockcontent a.readmore:before, 
.homenewscover a.readmore:before{
  top: 10px;
}
.homeaboutinnercontent a:hover:before, 
a.readmore:hover:before, 
.homesustain .generalblocktext a:hover:before{
  right: 0px;
}




/*Home Product*/
.homeproductacover{
  background-color: #fcfcfc;
  background-image: url('images/ctcelementA3.webp');
  background-repeat: no-repeat;
  background-size: 474px;
  background-position: top 20px right;
  padding: 80px 0px;
}
.productheader h4{
  background: linear-gradient(107.67deg, #5DB2CB 4.5%, #77B864 68.92%);
  -webkit-background-clip: text; 
  background-clip: text; 
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: inline-block;
}
.productheader h2{
  color: var(--primary-color);
}

.homeproductrow{
  background: linear-gradient(175.72deg, #1A2256 23.48%, #2A3890 51.75%, #59C1A8 101.88%);
  border-radius: 16px;
  overflow: hidden;
  color: var(--white-color) !important;
  display: block;
  text-decoration: none !important;
  position: relative;
}
.homeproductrow .row{
  position: relative;
  z-index: 3;
}
.homeproductrow.typea{
  padding-left: 47px;
}
.homeproductrow.typeb{
  padding-right: 47px;
}
.homeproducttext{
  padding-left: 32px;
  position: relative;
}
.homeproducttext p{
  margin-bottom: 0px;
}
.homeproductrow.typeb .homeproducttext{
  margin-left: 24px;
}
.homeproducttext:before{
  content: '';
  display: inline-block;
  width: 12px;
  height: 24px;
  left: 0px;
  top: 11px;
  z-index: 1;
  background-image: url("images/miniredarrow.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  position: absolute;
  transition: ease-in-out 0.3s;
  opacity: 0;
}
.homeproductrow:hover .homeproducttext:before{
  opacity: 1;
  left: 5px;
}
.homeproductimgcover{
  overflow: hidden;
  border-radius: 16px;
  margin-right: -1px;
}
.homeproductimgcover img{
  transition: ease-in-out 0.3s;
}
.homeproductrow:hover .homeproductimgcover img{
  transform: scale(1.1);
}
.homeproductrow.typea.elea:before{
  content: '';
  display: inline-block;
  width: 365px;
  height: 187px;
  left: -100px;
  bottom: -56px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 365px;
  position: absolute;
  background-image: url("images/ctcelementb1.webp");
  mix-blend-mode: screen;
}
.homeproductrow.typeb.eleb:before{
  content: '';
  display: inline-block;
  width: 365px;
  height: 187px;
  right: 325px;
  top: -90px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 365px;
  position: absolute;
  background-image: url("images/ctcelementb1.webp");
  mix-blend-mode: screen;
}
.homeproductrow.typea.elec:before{
  content: '';
  display: inline-block;
  width: 365px;
  height: 187px;
  left: 325px;
  bottom: -55px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 365px;
  position: absolute;
  background-image: url("images/ctcelementb1.webp");
  mix-blend-mode: screen;
  transform: scaleX(-1);
}
.homeproductrow.typeb.eled:before{
  content: '';
  display: inline-block;
  width: 365px;
  height: 187px;
  right: -135px;
  top: -55px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 365px;
  position: absolute;
  background-image: url("images/ctcelementb1.webp");
  mix-blend-mode: screen;
  transform: scaleX(-1);
}




/*Why US*/
.homewhyusacover{
  background-color: #fcfcfc;
  background-image: url('images/ctcelementc1.webp');
  background-repeat: no-repeat;
  background-size: 400px;
  background-position: top right -50px;
  padding: 160px 0px 80px;
  margin-top: -80px;
}
.homewhyustext h4{
  background: linear-gradient(107.67deg, #5DB2CB 4.5%, #77B864 68.92%);
  -webkit-background-clip: text; 
  background-clip: text; 
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: inline-block;
}
.homewhyustext p{
  font-size: var(--bigger-font-size);
  color: var(--gray-text-color);
}
.homewhyusimgcover{
  text-align: center;
}
.homewhyusimgcover img{
  width: 25%;;
}



/*News*/
.homenewscover{
  background-color: var(--graygreen-bg-color);
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url("images/ctcelementb3.webp");
  background-repeat: no-repeat;
  background-size: 834px;
  background-position: bottom -150px right -10%;
}

.sectionheader{
  position: relative;
  margin-bottom: 40px;
}
.sectionheader:after{
  position: absolute;
  content: '';
  display: inline-block;
  background-image: url("images/ctcelementb2.webp");
  background-repeat: no-repeat;
  background-size: 350px;
  width: 530px;
  height: 271px;
  left: -300px;
  top: -75px;
}
.sectionheader h2{
  position: relative;
  z-index: 3;
  color: var(--primary-color);
}
.homenewsblockcontent{
  background-color: var(--white-color);
  box-shadow: 0px 4px 24px 0px rgba(234, 235, 244, 0.51);
  border: 1px solid rgba(234, 235, 244, 1);
  border-radius: 8px;
  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;
  border-top: 1px solid #f1f1f1;
}
.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 .newscat {
    position: absolute;
    top: 16px;
    left: 0;
    color: #fff;
    padding: 1px 12px 3px;
    display: inline-block;
    font-size: var(--main-font-size);
    font-weight: 300;
    background-color: var(--secondary-color);
    border-radius: 4px;
}

.homenewsblocksub .newscontent h5 {
  margin-bottom: 11px;
}
.homenewsblocksub .newscontent h5 a{
  color: var(--primary-color);
  text-decoration: none !important;
  font-family: var(--font-family-mixed-head);
  font-weight: 500;
}
.homenewsblocksub .newscontent h5 a:hover{
  color: var(--secondary-color);
}
.homenewsblocksub .newscontent .newsexcerpt{
  font-size: var(--main-font-size);
  color: var(--gray-text-color);
  font-weight: 300;
}
.homenewsblocksub .newscontent .newsexcerpt p{
  line-height: 26px;
  margin-bottom: 18px;
}
.homenewsblockcover .homenewsblocksub .newsdate {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: inline-block;
  text-align: left;
  font-size: var(--mini-font-size);
  color:var(--primay-sub-color);
}
.homenewsblockcontent a.readmore{
  position: absolute;
  bottom: 14px;
  right: 16px;

}
.socitycover.sectiontypea.homesustain{
  background-color: var(--graygreen-bg-color);
  padding-top: 80px;
  padding-bottom:40px;
  position: relative;
}
.socitycover.homesustain:after{
  top: 360px;
  right: calc(50% - 665px);
}
.homesustainblock{
  background-color: var(--graygreen-bg-color);
  padding-bottom: 40px;
  position: relative;
}
.homesustainblock .blockthreein{
  background-image: url("images/hexatext.png");
  background-repeat: no-repeat;
  background-size: 247.5px;
  height: 232px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homesustainblock .blockthreein .blockthreetext{
  max-width: 250px;
  font-weight: bold;
  color: var(--white-color);
}
.homesustainblock .blockthreein .blockthreetext p{
  margin-bottom: 0px;
}
.silriselogo{
  width: 175px;
  height: 50px;
}


/*Mision Vision*/
.generalblockimg{
  border-radius: 16px;
  overflow: hidden;
}
.generalblocktext{
  font-size: var(--bigger-font-size);
  color:var(--gray-text-color);
  line-height: 30px;
  max-width: 600px;
}
.generalblocktext h3{
  color: var(--primary-color);
}
.missioncover{
  padding-top: 70px;
  background-color: var(--graygreen-bg-color);
}
.visioncover{
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: var(--graygreen-bg-color);
}


/*Quality */
.qualitycover{
  background-color: var(--primary-color);
  color: var(--white-color);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.qualitycover .blockthreeimg{
  max-width: 100%;
  width: 172px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.qualitycover:before{
  content: '';
  display: inline-block;
  background-image: url("images/ctcelementA3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 474px;
  height: 474px;
  position: absolute;
  right: 0px;
  top: -100px;
  z-index: 2;
  mix-blend-mode: soft-light;
  opacity: 0.4;
}

.qualitycover:after{
  content: '';
  display: inline-block;
  background-image: url("images/ctcelementA3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 497px;
  position: absolute;
  left: calc(50% - 690px);
  top: 40px;
  z-index: 2;
  mix-blend-mode: overlay;
  opacity: 0.45;
}
.qualitycover.reducecarbon:before, 
.qualitycover.reducecarbon:after{
  display: none;
}

.blockthreein{
  position: relative;
  z-index: 3;
}
.blockthreetext{
  font-weight: 300;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.blockthreetext h4{
  margin-bottom: 18px;
}

.expertcover {
  padding-top: 80px;
  padding-bottom: 80px;
}
.missioncover.sectiontypea{
  position: relative;
  background-image: url("images/ctcelementb3.webp");
  background-repeat: no-repeat;
  background-size: 834px;
  background-position: top -244px right -10%;
}
.visioncover.sectiontypeb{
  position: relative;
    background-image: url(images/ctcelementb3.webp);
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: top -35px left calc(50% - 551px);
}
.missioncover.sectiontypea.techqa{
  background-size: 434px;
  background-position: top 0px right -10%;
}
.missioncover.sectiontypea.techqa, 
.visioncover.sectiontypeb.techqa{
  background-color: var(--white-color);
}


.cthaigroupcover{
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  margin-top: -80px;
}
.cthaigroupcover .blockthreeimg{
  max-width: 100%;
  width: 172px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.cthaigroupcover:after{
  content: '';
  display: inline-block;
  background-image: url("images/ctcelementb4.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 350px;
  height: 200px;
  position: absolute;
  left: calc(50% - 860px);
  top: -30px;
  z-index: 2;
  transform: scaleX(-1);
}
.cthaigroupcover .blockthreetext{
  font-weight: 400;
  font-size: var(--bigger-font-size);
  color:var(--font-family-mixed-head);
}
.cthaigroupcover .blockthreetext h4{
  color: var(--primary-color);
}

/*Achievement*/
.achievementcover{
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: var(--white-color);
  position: relative;
  overflow: hidden;
}
.achievementcover .container{
  position: relative;
  z-index: 5;
}
.hexatimeline{
  padding-bottom: 40px;
  position: relative;
  z-index: 5;
}
.hexatimeline:before{
  content: '';
  display: inline-block;
  background-image: url("images/hexabullet.svg");
  background-repeat: no-repeat;
  background-size: 30px;
  width: 30px;
  height: 34px;
  left: 12px;
  top: 0px;
  position: absolute;
  z-index: 2;
}
.hexatimeline:after{
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 26px;
  width: 2px;
  height: 100%;
  border-left: 2px dashed #3CB0A9;
  z-index: 1;
}
.hexatimeline h5.timelineyear{
  padding-left: 52px;
  color: var(--secondary-color);
  font-weight: bold;
}
.hexatimeline:last-child:after{
  display: none;
}
.hexatimeline h5{
  margin-top: 3px;
  color: var(--primary-color);
}
.hexatimeline p{
  color: var(--gray-text-color);
}
.achievementelea{
  content: '';
  display: inline-block;
  background-image: url("images/ctcelementA3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 300px;
  right: -50px;
  top: -15%;
  position: absolute;
  z-index: 2;
}
.achievementeleb{
  content: '';
  display: inline-block;
  background-image: url("images/ctcelementA3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 246px;
  left: -100px;
  bottom: -20%;
  position: absolute;
  z-index: 2;
}
.achievementelec{
  content: '';
  display: inline-block;
  background-image: url("images/ctcelementb3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 1026px;
  height: 635px;
  right: -50px;
  bottom: -350px;
  position: absolute;
  z-index: 2;
}
.achievementimg{
  background-color: var(--white-color);
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
.achievementimg img{
  width: 100%;
  max-width: 300px;
  height: auto;
}
.splide__slide:hover .cerinner{
  transform: rotateY(180deg);
}
.cerinner{
  position: relative;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.cerinnertext{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  padding: 24px;
  transform: rotateY(180deg);
  background: linear-gradient(107.67deg, #5DB2CB 4.5%, #77B864 68.92%);
  color: var(--white-color);
  opacity: 0; 
  transition: ease-in-out 0.8s;
  display: flex;
}
.cerinnertextin{
  width: 100%;
}
.splide__slide:hover .cerinnertext{
  opacity: 1;
}





/*TechSupport*/
.supportassitcover{
  position: relative;
  padding-top: 100px;
  background-color: var(--graygreen-bg-color);
}
.supportassitcover:before{
  content: '';
  display: inline-block;
  background-image: url("images/ctcelementb4.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 385px;
  height: 220px;
  left: calc(50% - 625px);
  top: -9px;
  position: absolute;
  z-index: 2;
}
.supportassitcontent{
  background-color: var(--primary-color);
  padding: 48px;
  border-radius: 16px;
  color: var(--white-color);
  position: relative;
  overflow: hidden;
}
.supportassitcontentinner{
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}
.supportassitcontentinner h3{
  margin-bottom: 24px;
}
.supportassitcontent:before{
  content: '';
  display: inline-block;
  background-image: url("images/ctcelementb4.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 513px;
  height: 317px;
  right: -250px;
  bottom: -150px;
  position: absolute;
  z-index: 2;
  transform: scaleY(-1);
}
.guideappcover, 
.handassitcover{
  background-color: var(--graygreen-bg-color);
}
.guideappcover .generalblockimg img, 
.handassitcover .generalblockimg img{
  width: 172px;
  height: auto;
}
.guideappcover .generalblockimg, 
.handassitcover .generalblockimg{
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
}
.guideappcover .generalblockimg{
  background-image: url("images/ctcelementA3.webp");
  background-repeat: no-repeat;
  background-size: 500px;
  background-position: center;
  background-blend-mode: color-dodge;
  background-color: var(--graygreen-bg-color);
}
.handassitcover .generalblockimg{
  background-image: url("images/ctcelementa3.webp");
  background-repeat: no-repeat;
  background-size: 500px;
  background-position: center;
}
.handassitcover {
  margin-top: -100px;
  padding-bottom: 60px;
}

.environmentpcover{
  background-color: var(--graygreen-bg-color);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-image: url("images/ctcelementb4.webp");
  background-repeat: no-repeat;
  background-size: 500px;
  background-position: top +183px right calc(50% - 669px);
  font-size: var(--bigger-font-size);
}
.labourcover{
  background-color: var(--primary-color);
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
  color: var(--white-color);
}
.labourcover:before{
  content: '';
  display: inline-block;
  position: absolute;
  top: -113px;
  left: calc(50% - 805px);
  background-image: url("images/ctcelementb4.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 383px;
  height: 250px;
}
.labourcover .generalblocktext, 
.labourcover .generalblocktext h3{
  color: var(--white-color);
}
.labourcover .generalblocktext{
  font-weight: 300;
}
.labouriconcover{
  background-color: var(--primary-color);
  padding-bottom: 80px;
  position: relative;
  color: var(--white-color);
}
.labouriconcover .blockthreeimg img{
  width: 135px;
  height: auto;
}
.labouriconcover .blockthreetext{
  color: var(--primay-sub-color);
  font-weight: 400;
}
.labouriconcover .blockthreetext h5{
  color: var(--white-color);
}
.labourcover.esghead h2 {
  background: linear-gradient(101.19deg, #93E6FF 8.91%, #57b73b 91.74%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: inline-block;
}
.labourcover.esghead:before{
  top: unset;
  bottom: -136px;
}

.socitycover{
  background-color:var(--graygreen-bg-color);
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}
.sustainreporttext{
  padding: 12px;
}
/*
.socitycover:before{
  content: '';
  display: inline-block;
  position: absolute;
  top: -10px;
  left: calc(50% - 122px);
  background-image: url("images/ctcelementb4.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 420px;
  height: 273px;
  opacity: 0.5;
}
.socitycover.peoplesafty:before{
  content: '';
  display: none;
  position: absolute;
  top: -10px;
  left: calc(50% - 922px);
  background-image: url("images/ctcelementb4.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 420px;
  height: 273px;
  opacity: 0.5;
}
*/
.socitycover:after{
  content: '';
  display: inline-block;
  position: absolute;
  top: 423px;
  right: calc(50% - 760px);
  background-image: url(images/hexabullet.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 80px;
  opacity: 0.5;
}
  
.socitycover .container{
  z-index: 3;
  position: relative;
}
.socityblock{
  background-color:var(--graygreen-bg-color);
  padding-top: 60px;
  padding-bottom: 80px;
}
.socityblock .blockthreein, 
.socityblock .blockthreein .blockthreetext{
  height: 100%;
}
.socityblock .blockthreetext{
  background: linear-gradient(107.67deg, #5DB2CB 4.5%, #77B864 68.92%);
  border-radius: 16px;
  padding: 24px;
  color: var(--white-color);
  border: 2px solid var(--white-color);
  display: block;
  text-decoration: none;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0);
  transition: ease-in-out 0.3s;
}
.socitycover .blockthreein:hover img{
  opacity: 0.7;
}
.socityblock .blockthreetext p{
  margin-bottom: 0px;
}
.blockthreelink .readmore{
  position: relative;
  display: inline-block;
  padding: 3px 20px 3px 20px;
}
.blockthreelink .readmore:before{
  content: '';
  display: inline-block;
  width: 6px;
  height: 12px;
  right: 4px;
  top: 10px;
  z-index: 1;
  background-image: url("images/miniredarrow.svg");
  background-repeat: no-repeat;
  background-size: 6px;
  position: absolute;
  transition: ease-in-out 0.3s;
  opacity: 0;
}
.socityblock .blockthreetext:hover{
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}
.socityblock .blockthreetext:hover .blockthreelink .readmore:before{
  opacity: 1;
}

.certrecog{
  background-color:var(--graygreen-bg-color);
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.certrecog .container{
  position: relative;
  z-index: 3;
}
.certrecog:before{
  content: '';
  display: inline-block;
  position: absolute;
  top: -124px;
  left: calc(50% + 400px);
  background-image: url("images/ctcelementb4.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 420px;
  height: 273px;
  opacity: 0.5;
}
.certrecog .generalblocktext b, 
.certrecog .generalblocktext strong{
  color: var(--primary-color);
}

/*applicationr*/
.applicationheadcover{
  background-color: var(--primary-color);
  color: var(--white-color);
  background-image: url(images/ctcelementb4.webp);
  background-repeat: no-repeat;
  background-size: 600px;
  background-position: bottom -128px right calc(50% - 555px);

}
.applicationlistcover{
  padding-bottom: 60px;
  padding-top: 60px;
  background-color: var(--graygreen-bg-color);
}
.applicationlistinnercoverrow{
  position: relative;
  border: 1px solid rgba(234, 235, 244, 1); 
  box-shadow: 0px 4px 24px 0px rgba(234, 235, 244, 0.51);
  min-height: 120px;
  border-radius: 8px;
  margin-bottom: 16px;
  background-color: var(--white-color);
  display: flex;
}
.applicationimg{
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 119px;
  height: 119px;
  border-radius: 8px;
  overflow: hidden;
}
.applicationtitle{
  padding-left: 140px;
  padding-right: 150px;
  align-self: center;
}
.applicationreamore{
  position: absolute;
  top: 45px;
  right: 24px;
}
.applicationlisthead h5{
  background: linear-gradient(107.67deg, #5DB2CB 4.5%, #77B864 68.92%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: inline-block;
  position: relative;
}
.applicationtitle h5{
  color: var(--primary-color);
  margin-bottom: 0px;
}
.applicationtitle p{
  color: var(--gray-text-color);
  margin-bottom: 0px;
}

/*Product*/
.ctchomeherocover.generalcover.productherocover .homeherocontentcover{
  margin-top: 215px;
}
.productcontentcover{
  background-color: var(--primary-color);
  padding-bottom: 60px;
  position: relative;
}
.productcontentcover .container{
  position: relative;
  z-index: 3;
}
.productcontentcoverin{
  color: var(--white-color);
  position: relative;
  z-index: 2;
}
.productcontentcover .ctaelementa1{
  content: '';
  display: inline-block;
  z-index: 1;
  left: 0%;
  top: -200px;;
  background-image: url("images/ctcelementa2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 457px;
  height: 454px;
  position: absolute;
  mix-blend-mode: overlay;
  opacity: 0.6;
}
.productcontentcover .ctaelementa2{
  content: '';
  display: inline-block;
  z-index: 1;
  right: 0%;
  bottom: -100px;;
  background-image: url("images/ctcelementa3.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 457px;
  height: 454px;
  position: absolute;
  mix-blend-mode: overlay;
  opacity: 0.6;
}
.productimagecover {
  position: relative;
  z-index: 2;
}
.productimagecoverin {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 0px;
    z-index: 5;
    height: 580px !important;
    border-radius: 16px;
}
.productimagecoverin 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%;
}

.silrisea, 
.silriseb{
  background-color: var(--primary-color);
  color: var(--white-color);
}
.silrisea .generalblocktext, 
.silriseb .generalblocktext{
  color: var(--white-color);
}
.silrisea .generalblocktext p, 
.silriseb .generalblocktext p{
  font-weight: 300;
}
.silriseb{
  padding-top: 30px;
  padding-bottom: 60px;
  background: linear-gradient(175.72deg, #1A2256 23.48%, #2A3890 51.75%, #59C1A8 101.88%);
}

ul.slick-dots{
  margin-left: 0px;
  padding-left: 0px;
  position: absolute;
  bottom: -35px;
  margin-bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
}
ul.slick-dots li{
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--white-color);
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
}
ul.slick-dots li:hover{
  cursor: pointer;
}
ul.slick-dots li.slick-active{
  background-color: #F04438;
}
ul.slick-dots li button{
  display: none;
}

.slick-prev {
  position: absolute;
  top: 48%;
  left: -80px;
  width: 48px;
  height: 48px;
  background: rgba(120, 193, 182, 0.2);
  color: transparent !important;
  overflow: hidden;
  border-radius: 50%;
  border: 0px !important;
  background-image: url('images/arrow-left-line.svg');
  background-repeat: no-repeat;
  background-position: 7px 8px;
}
.slick-prev:hover, 
.slick-next:hover{
   background-color: rgba(120, 193, 182, 0.4);
}
.slick-next {
  position: absolute;
  top: 48%;
  right: -80px;
  width: 48px;
  height: 48px;
  background: rgba(120, 193, 182, 0.2);
  color: transparent !important;
  overflow: hidden;
  border-radius: 50%;
  border: 0px !important;
  background-image: url('images/arrow-right-line.svg');
  background-repeat: no-repeat;
  background-position: 7px 8px;
}
.productcontentcoverin{
  padding-top: 80px;
}
.productcontentcoverin p{
  font-weight: 300;
}
.packagingcontentcoverin{
  padding-top: 60px;
  text-align: center;
}
.packagingcontentcoverin p{
  color: var(--gray-text-color);
}
.packagingcontentcoverin figure{
  display: inline-block;
  vertical-align: top;
  margin: 0px 16px 24px;
}
.packagingcontentcoverin img, 
.packagingcontentcoverin figure{
  width: 100%;
  max-width: 170px;
}
figure figcaption{
  font-weight: bold;
  color: var(--secondary-color);
}
.ctaapplicationcover{
  border-radius: 16px;
  color: var(--white-color);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 60px;
  margin-top: 20px;
}
.ctaapplicationcover:before{
  content: '';
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(26, 34, 86, 0.75);
  position: absolute;
  backdrop-filter: blur(1px);
  border-radius: 16px;
}
.ctaapplicationcover a{
  position: absolute;
  top: calc(50% - 26px);
  right: 48px;
}
.ctaapplicationcoverin{
  position: relative;
  padding: 48px 360px 24px 48px;
  z-index: 2;
}
.ctaapplicationcoverin p{
  font-weight: 300;
}

.otherproductcover{
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: var(--graygreen-bg-color);
}
.otherproductcover h4{
  margin-bottom: 24px;
  font-weight: bold;
  color: var(--primary-color);
}
.otherproductcoverin{
  margin-left: -12px;
  margin-right: -12px;
}
.otherproduct{
  padding-left: 12px;
  padding-right: 12px;
}
.otherproductimg{
  padding-top: 75%;
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
.otherproductimg:hover{
  opacity: 0.8;
}
.otherproductimg img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  object-fit: cover;
}
a.otherproducttitle{
  display: block;
  text-decoration: none !important;
  color: var(--secondary-color);
}
a.otherproducttitle:hover{
  color: var(--primary-color);
}
a.otherproducttitle h5{
  font-weight: bold;
  margin-top: 16px;
}
a.otherproductlink{
  display: inline-block;
}


/*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(--secondary-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(--primary-color);
}
.seed-social span{
  display: none !important;
}


/*Article*/
.entry-header{
  margin-top: 48px;
}
.entry-header .newscat{
  color: #fff;
  padding: 1px 12px 3px;
  display: inline-block;
  font-size: var(--main-font-size);
  font-weight: 300;
  background-color: var(--secondary-color);
  border-radius: 4px;
}
.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;
}
h2.entry-title{
  font-weight: bold;
  margin-top: 24px;
  color: var(--primary-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);
}
.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(--primary-color);
  margin-bottom: 15px;
} 
blockquote{
  display: block;
  background: linear-gradient(107.67deg, #5DB2CB 4.5%, #77B864 68.92%);
  color: var(--white-color);
  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(--white-color);
}
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 .ctcelementb4{
  position: absolute;
  content: '';
  display: inline-block;
  background-image: url("images/ctcelementb4.webp");
  background-repeat: no-repeat;
  background-size: 700px;
  width: 669px;
  height: 401px;
  left: calc(50% + 400px);
  top: -75px;
}
.postcontent .ctcelementa3{
  position: absolute;
  content: '';
  display: inline-block;
  background-image: url("images/ctcelementA3.webp");
  background-repeat: no-repeat;
  background-size: 600px;
  width: 669px;
  height: 600px;
  left: calc(50% - 1250px);
  bottom: 0px;
  transform: scaleX(-1);
}
.postcontent .entry-content img{
  width: 100%;
}
.postcontent .entry-content hr{
  margin-top: 36px;
  margin-bottom: 36px;
  background-color: transparent;
  border-top: 1px solid var(--gray-text-color);
}
.postcontent .entry-content figure{
  width: 100% !important;
}
.postcontent .entry-content .wp-caption-text{
  font-style: italic;
}

.trantowhitebg{
  height: 100px;
  background: linear-gradient(180deg, #f2f4f7 0% 4.5%, #ffffff 100%);
}
.homenewscover.esghightlight{
  background-color: var(--white-color);
  padding-top: 0px !important;
  background-size: 500px;
  background-position: bottom -50px right -15%;
}
.homenewscover.esghightlight .sectionheader{
  text-align: center;
}
.homenewscover.esghightlight .sectionheader:after{
  left: -350px;
}
.homenewscover.esghightlight h3{
  background: linear-gradient(101.19deg, #93E6FF 8.91%, #57b73b 91.74%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: inline-block;
}
.homenewscover.esghightlight .homenewsblockcontent:hover, 
.homenewscover.esghightlight .homenewsblockcontent{
  border: none !important;
  box-shadow: none !important;
}
.homenewscover.esghightlight .homenewsblockcontent{
  text-align: center;
  padding-bottom: 8px;
  background-color: rgba(255,255,255,0.9);
}
.homenewscover.esghightlight .homenewsblockcontent a.readmore{
  position: relative;
  right: unset;
  bottom: unset;
}
.homenewscover.esghightlight .newscontent{
  border-top: 0px;
  padding-bottom: 8px;
}
.homenewscover.esghightlight .homenewsblockcontent a.readmore{
  color: var(--white-color);
  background: linear-gradient(101.19deg, #93E6FF 8.91%, #57b73b 91.74%);
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: unset;
  text-fill-color: unset;
  text-align: center;
  padding: 6px 24px;
  text-decoration: none;
  border-radius: 16px;
  line-height: 22px;
  border: 2px solid var(--white-color);
}
.homenewscover.esghightlight .homenewsblockcontent a.readmore:hover{
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
}
.homenewscover.esghightlight .homenewsblockcontent a.readmore:before{
  display: none;
}

.mainnewscover{
  background-color: var(--primary-color);
  position: relative;
}
.mainnewscover .container{
  position: relative;
  z-index: 3;
}
.mainnewscover .homenewsblockcontent{
  box-shadow: none !important;
  border: 0px !important;
}
.mainnewscover .newscontent{
  padding: 20px 30px 40px 30px;
}
.mainnewscover .homenewsblockcover .homenewsblocksub .newsdate{
  bottom: 23px;
  left: 30px;
}
.mainnewscover .homenewsblockcontent a.readmore{
  bottom: 21px;
  right: 30px;
}
.mainnewscover .homenewsblocksub .newscontent .newsexcerpt p{
  margin-bottom: 24px;
}
.mainnewscover .sectionheader h3{
  color: var(--white-color);
  padding-left: 45px;
}
.mainnewscover .sectionheader:after{
  content: '';
  display: inline-block;
  width: 16px;
  height: 32px;
  left: 0px;
  top: 10px;
  z-index: 1;
  background-image: url(images/miniredarrow.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  position: absolute;
  animation: slide-left-to-right 1s linear infinite;
}
.mainnewscover .ctaelementa1{
  content: '';
  display: inline-block;
  z-index: 1;
  right: 5%;
  top: -150px;
  background-image: url(images/ctcelementa1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 454px;
  position: absolute;
  mix-blend-mode: overlay;
  opacity: 0.8;
  animation: fadeInLoop8 3s linear infinite;
}
.mainnewscover .ctaelementa2{
  content: '';
  display: inline-block;
  z-index: 1;
  left: calc(50% - 885px);
  top: -296px;
  background-image: url(images/ctcelementa2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 457px;
  height: 454px;
  position: absolute;
  mix-blend-mode: overlay;
  opacity: 0.5;
  animation: fadeInLoop5 3s linear infinite;
}
.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: linear-gradient(107.67deg, #5DB2CB 4.5%, #77B864 68.92%);
  border-radius: 50%;
  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: #77B864;
  text-align: center;
  background: var(--white-color);
  border-radius: 50%;
  font-size: 16px;
  line-height: 46px;
  border: 1px solid #EAEBF4;
  text-decoration: none;
  margin: 0px 4px;
}
.pagination a.page-numbers:hover{
  color: #77B864;
  text-align: center;
  background: var(--white-color);
  border: 1px solid #77B864;
  text-decoration: none;
}


/*Contact*/
.contactcover{
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: var(--graygreen-bg-color);
}
.contactcoverin{
  background-color: var(--primary-color);
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
  color: var(--white-color);
  padding-left: 48px;
  padding-right: 48px;
  border-radius: 16px;
  background-image: url(images/ctcelementb4.webp);
  background-repeat: no-repeat;
  background-size: 480px;
  background-position: top +100px right -150px;
}

.contactcoverin:before{
  content: '';
  display: inline-block;
  position: absolute;
  top: -95px;
  left: -76px;
  background-image: url(images/ctcelementb4.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 320px;
  height: 209px;
}
.contactcoverin.contactwhist:before{
  content: '';
  display: inline-block;
  position: absolute;
  top: -37px;
  left: -31px;
  background-image: url(images/whistlebg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 242px;
  height: 120px;
}
.contactformcover{
  background-color: var(--white-color);
  padding: 30px 30px 0px 30px;
  border: 1px solid #F9FAFB;
}
.cthfield{
  position: relative;
}
.cthfield .forminator-label {
    display: none !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;
}
.cthfieldcheck.yourfile .forminator-label{
  color: var(--primary-color);
  font-size: var(--main-font-size) !important;
  margin-bottom: 10px !important;
}
.cthfieldcheck.yourfile .forminator-file-upload span{
  color: var(--gray-text-color);
}
.cthfieldcheck .forminator-checkbox-label{
  font-size: var(--main-font-size) !important;
  color: #475467 !important;
}
.cthfieldcheck .forminator-checkbox-box, 
.cthfield .forminator-checkbox-box{
  border-color: #2B3990 !important;
  background-color: transparent !important;
}
.cthfieldcheck .forminator-checkbox-box:before,
.cthfield .forminator-checkbox-box:before{
  color: #2B3990 !important;
}
.cthfieldcheck .forminator-is_checked .forminator-checkbox-label{
  color: #2B3990 !important;
  font-weight: 600;
}
.cthfield .forminator-description{
  color: var(--gray-text-color);
  position: absolute;
  bottom: -24px;
  right: 0px;
}
.cthfield .forminator-checkbox-box{
  vertical-align: top;
  margin-top: 5px;
}
.cthfield.consent {
    margin-top: 32px !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: linear-gradient(107.67deg, #5DB2CB 4.5%, #77B864 68.92%) !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;
}
.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: linear-gradient(-107.67deg, #5DB2CB 4.5%, #77B864 68.92%) !important;
}
.cthfield.sendsubmit:hover:before{
  opacity: 1;
}
.contactcover .generalblocktext, 
.contactcover .generalblocktext h3{
  color: var(--white-color);
}


.generalblockcover{
  max-width: 450px;
}
.contactcover .generalblocktext{
  margin-top: 60px;
  margin-bottom: 60px;
}
.contactcover .contactpersoncover h5{
  background: linear-gradient(101.19deg, #93E6FF 8.91%, #67DB45 91.74%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: inline-block;
  display: inline-block;
}
.contactpersoncover{
  padding-bottom: 32px;
  margin-bottom: 32px;
  position: relative;
}
.contactpersoncover:before{
  content: '';
  display: block;
  height: 0.5px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  background: linear-gradient(107.67deg, #5DB2CB 4.5%, #77B864 68.92%);
}
.contactpersoncover.personsocial:before{
  display: none;
}
.contactname{
  margin-bottom: 16px;
  margin-top: 30px;
}
.contacttel{
  background-image: url('images/phone-fill.svg');
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left center;
  padding-left: 40px;
  color: #FCFCFD;
  margin-bottom: 16px;
}
.contactmail{
  background-image: url('images/mail-fill.svg');
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left center;
  padding-left: 40px;
  color: #FCFCFD;
  margin-bottom: 16px;
}
.contactline {
    background-image: url(images/lineico.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left center;
    padding-left: 40px;
    color: #FCFCFD;
    margin-bottom: 16px;
}
.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%;
}


/*Privacy*/
.privacycover{
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: var(--graygreen-bg-color);
  position: relative;
  background-image: url(images/ctcelementb4.webp);
  background-repeat: no-repeat;
  background-size: 500px;
  background-position: top right calc(50% - 588px);
}
.privacycover .ctaelementa1{
  content: '';
  display: inline-block;
  z-index: 1;
  left: calc(50% - 920px);
  top: 520px;
  background-image: url(images/privacybg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 520px;
  height: 350px;
  position: absolute;
  opacity: 0.6;
  transform: rotate(-90deg);
}
.privacycover .ctaelementa2{
  content: '';
  display: inline-block;
  z-index: 1;
  right: calc(50% - 820px);
  bottom: 220px;
  background-image: url(images/privacybg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 520px;
  height: 350px;
  position: absolute;
  opacity: 0.6;
}
.privacymenucol{
  background-color: var(--graygreen-bg-color);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  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%);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  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(--thrid-color);
  font-weight: bold;
  padding: 16px;
  font-size: 18px;
  border-radius: 8px;
}
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);
}


/*Career*/
.supportassitcover.careerheadcover:before{
  left: calc(50% - 773px);
}
.careerlistcover{
  background-color: var(--graygreen-bg-color);
  padding-bottom: 60px;
}
/* Core styles/functionality */
.tab {
  position: relative;
    margin-bottom: 12px;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
  background-color: #F9FAFB;
  margin-top: 0px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.tab input:checked ~ .tab__content {
  height: auto;
  max-height: 1500px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.tab input:checked ~ .tab__label{
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.tab input:checked ~ .tab__label .posname{
  font-weight: bold;
  background: linear-gradient(107.67deg, #5DB2CB 4.5%, #77B864 68.92%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.careercontact .contacttel, 
.careercontact .contactmail, 
.careercontact .contactline {
  display: inline-block;
  margin: 0px 24px;
}
.careerapply .button, 
.productcontentcta .button, 
.ctaapplicationcover .button, 
.error-404 .page-content .button{
  background: linear-gradient(107.67deg, #5DB2CB 4.5%, #77B864 68.92%);
  color: var(--white-color);
  border: 0px;
}
.careerapply .button:hover, 
.productcontentcta .button:hover, 
.ctaapplicationcover .button:hover, 
.error-404 .page-content .button:hover{
  background: linear-gradient(-107.67deg, #5DB2CB 4.5%, #77B864 68.92%);
  color: var(--white-color);
  border: 0px;
  box-shadow: 1px 2px 8px rgba(41, 47, 91, 0.3);
}


/* Visual styles */
.accordion {
  overflow: hidden;
}
.tab__label,
.tab__close {
  display: flex;
  color: var(--primary-color);
  background: var(--white-color);
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0px 4px 24px 0px rgba(234, 235, 244, 0.51);
  transition: all 0.35s;
  height: 100px;
}
.tab__label {
  position: relative;
  padding: 1rem;
}
.tab__label:hover .posname{
  background: linear-gradient(107.67deg, #5DB2CB 4.5%, #77B864 68.92%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.posname{
  position: absolute;
  left: 24px;
  top: 24px;
  font-size: var(--bigger-font-size);
}
.postime{
  position: absolute;
  left: 24px;
  top: 54px;
  color: var(--gray-text-color);
  font-size: var(--mini-font-size);
}
.posslot{
  position: absolute;
  right: 80px;
  top: 38px;
  color: var(--gray-text-color);
  font-weight: 300;
}
.tab__label::after {
  content: "";
  width: 25px;
  height: 25px;
  text-align: center;
  transition: all 0.35s;
  position: absolute;
  right: 30px;
  top: 39px;
  font-size: 30px;
  background-image: url(images/miniredarrow.svg);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
  transform: rotate(90deg);
}
.tab input:checked + .tab__label::after {
  transform: rotate(-90deg);
}


/*Nav Menu*/
.mega-current-menu-ancestor.mega-current-menu-parent > a, 
.mega-current_page_item > a{
  background: linear-gradient(107.67deg, #5DB2CB 4.5%, #77B864 68.92%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-fill-color: transparent !important;
  font-weight: bold !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus{
  background: linear-gradient(107.67deg, #5DB2CB 4.5%, #77B864 68.92%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-fill-color: transparent !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
  -webkit-text-fill-color: #fff !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-current_page_item > a.mega-menu-link > span.mega-indicator, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-current_page_ancestor > a.mega-menu-link > span.mega-indicator, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item-has-children > a.mega-menu-link:hover > span.mega-indicator, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item-has-children > a.mega-menu-link:focus > span.mega-indicator{
  -webkit-text-fill-color: #D92D20 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item-has-children > a.mega-menu-link:hover ~ .mega-sub-menu > li.megamenufirst > a.mega-menu-link, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item-has-children > a.mega-menu-link:focus ~ .mega-sub-menu > li.megamenufirst > a.mega-menu-link{
  color: #fff;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item-has-children > a.mega-menu-link:hover ~ .mega-sub-menu > li.megamenufirst > a.mega-menu-link > span.mega-indicator, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item-has-children > a.mega-menu-link:focus ~ .mega-sub-menu > li.megamenufirst > a.mega-menu-link > span.mega-indicator{
  margin-left: 17px !important;
  opacity: 1;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item-has-children.mega-current-menu-ancestor > a.mega-menu-link:hover ~ .mega-sub-menu > li.megamenufirst > a.mega-menu-link, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item-has-children.mega-current-menu-ancestor > a.mega-menu-link:focus ~ .mega-sub-menu > li.megamenufirst > a.mega-menu-link{
  color: #aab0d3;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item-has-children.mega-current-menu-ancestor > a.mega-menu-link:hover ~ .mega-sub-menu > li.megamenufirst > a.mega-menu-link > span.mega-indicator, 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item-has-children.mega-current-menu-ancestor > a.mega-menu-link:focus ~ .mega-sub-menu > li.megamenufirst > a.mega-menu-link > span.mega-indicator{
  margin-left: 10px !important;
  opacity: 0;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{
  overflow: hidden;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item, 
#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{
    z-index: 3;
  }
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu:before{
  content: '';
  display: inline-block;
  z-index: 1;
  left: calc(50% - 372px);
  top: 220px;
  background-image: url(images/privacybg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 307px;
  height: 309px;
  position: absolute;
  opacity: 0.7;
  mix-blend-mode: plus-lighter;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
  padding-top: 1px;
}
.megacontacthead .megamenufirst{
  padding-top: 50px !important;
}
.megacontacthead .mega-sub-menu .mega-indicator:after{
  color: #D92D20 !important;
  -webkit-text-fill-color: #D92D20 !important;
  content: '\23f5' !important;
  font-size: 30px;
  line-height: 24px !important;
}
.megacontacthead .mega-sub-menu .mega-menu-link{
  padding-left: 120px !important;
  height: 50px !important;
}
.megacontacthead .mega-sub-menu .mega-indicator{
  margin-left: 10px !important;
  opacity: 0;
  transition: ease-in-out 0.3s;
}
.megacontacthead .mega-sub-menu .mega-menu-link:hover{
}
.megacontacthead .mega-sub-menu .mega-menu-link:hover .mega-indicator, 
.megacontacthead .mega-sub-menu li.mega-current_page_item .mega-menu-link .mega-indicator{
  margin-left: 17px !important;
  opacity: 1 !important;
}
.megacontacthead .mega-sub-menu img{
  opacity: 1;
}
.sectionline a{
  position: relative !important;
  margin-top: 20px !important;
}
.sectionline a:before{
  content: '';
  position: absolute !important;
  top: -10px !important;
  display: inline-block !important;
  width: 170px !important;
  height: 1px !important;
  background: linear-gradient(107.67deg, #5DB2CB 4.5%, #77B864 68.92%) !important;
  border-radius: 2px !important;
}
.lowermenu a{
  font-size: 16px !important;
}
.lowermenu2 a{
  margin-top: -10px !important;
}
.cthaifooterinfo p a{
  display: inline-block;
  padding-left: 30px;
  background-image: url("images/whistle.png");
  background-repeat: no-repeat;
  background-size: 24px;
  color: #aab0d3;
  text-decoration: none;
  background-position: 0px 2px;
}
.cthaifooterinfo p a:hover{
  color: var(--white-color);
}

 @keyframes slide-left-to-right {
  0% {
    left: 0px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 0px;
  }
}
@keyframes fadeInLoop5 {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes fadeInLoop8 {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.4;
  }
}



/*FooterCTA*/
.ctacover{
  background-color: var(--secondary-color);
  color: var(--white-color);
  position: relative;
  overflow: hidden;
}
.ctacover:before{
  
  content: '';
  display: inline-block;
  background-image: url("images/ctcelementa4.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 500px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  mix-blend-mode: soft-light;
}
.ctacover:after{
  content: '';
  display: inline-block;
  left: -100px;
  bottom: -300px;
  position: absolute;
  z-index: 1;
  background-image: url(images/ctcelementa4.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 500px;
  mix-blend-mode: soft-light;
}
.ctacover .ctacontent{
  z-index: 5;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.ctacover h4{
  background: linear-gradient(101.19deg, #93E6FF 8.91%, #67DB45 91.74%);
  -webkit-background-clip: text; 
  background-clip: text; 
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  display: inline-block;
}
.ctacover h2{
  margin-bottom: 24px;
}
.ctaimgbgcover{
  height: 100%;
  position: relative;
  z-index: 5;
}
.ctaimgcover{
  position: relative;
  height: 100%;
  background-size: cover;
  filter: grayscale(100);
}
.ctabgcover{
  content: '';
  display: inline-block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: rgba(42, 56, 144, 0.32);
  position: absolute;
}
.ctabgcover:before{
  background-size: contain;
  content: '';
  display: inline-block;
  top: 10px;
  left: 10px;
  right: 0px;
  bottom: 10px;
  z-index: 2;
  position: absolute;
  background-image: url(images/cthaielementC1.webp);
  background-repeat: no-repeat;
}





/*Footer*/
.footerinfo{
  padding-top: 80px;
  padding-bottom: 80px;
}
.footerinfo .site-branding{
  margin-bottom: 20px;
}
.footertel{
  position: relative;
  padding-left: 35px;
  margin-top: 90px;
  display: block;
}
.footertel:before{
  content: '';
  background-image: url("images/telico.png");
  background-repeat: no-repeat;
  background-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 4px;
}
.footermail{
  position: relative;
  padding-left: 35px;
  margin-top: 90px;
  margin-left: 36px;
  display: block;
}
.footersocial{
  margin-top: 90px;
}
.footertel a, .footermail a{
  color: var(--white-color) !important;
  text-decoration: none;
}
.footermail:before{
  content: '';
  background-image: url("images/mailico.png");
  background-repeat: no-repeat;
  background-size: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 4px;
}
.footercopyright{
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: var(--mini-font-size);
  color: var(--primay-sub-color);
}
.footersocial a{
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
.footersocial a:hover{
  opacity: 0.8;
}
.footersocial a img{
  width: 32px;
  height: 32px;
}


li#mega-menu-item-wpml-ls-2-en, 
li#mega-menu-item-wpml-ls-2-th {
    display: none !important;
}

.privacymenufooter ul{
  padding-top: 0px;
}
.privacymenufooter ul li {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
}
.privacymenufooter ul li a{
  display: inline-block;
  padding: 0px 4px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 0px;
  color: var(--primay-sub-color);
}
.privacymenufooter ul li a:hover{
  color: var(--primay-sub-color);
  text-decoration: underline !important;
}
.privacymenufooter ul.privacymenu li.current_page_item a{
  background: transparent;
  color: var(--primay-sub-color);
}
.privacycontentcover h5, 
.privacycontentcover h6{
  margin-top: 32px;
}

table{
  width: 100%;
  border: 1px solid #E5E5E5;
}
table thead tr th {
  background-color: var(--primary-color);
  padding: 8px 12px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  font-weight: 400;
  text-align: left;
}
table tbody tr td {
  background-color: #fff;
  padding: 8px 12px;
  text-align: center;
  color: #222;
  border-bottom: 1px solid #E5E5E5;
  text-align: left;
}
.error-404 h1{
  font-size: 260px;
  line-height: 260px;
}
.defaultcontentcover{
  padding-top: 60px;
  padding-bottom: 40px;
}

@media (max-width: 1399.98px) {
  .homesustainblock .blockthreein{
    background-size: 213.5px;
    height: 201px;
  }
  .socitycover.homesustain:after{
    top: 300px;
  }
  .qualitycover:after{
    left: calc(50% - 629px);
    top: 42px;
  }
  .guideappcover .generalblockimg, 
  .handassitcover .generalblockimg{
    background-size: 450px;
  }
}

/*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;
  }
  .homeherocontent h1{
    font-size: 44px;
    line-height: 64px;
    margin-top: 10px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
    padding: 0 10px;
  }
  .ctchomeherocover, 
  .ctcheroimagebg, 
  .ctchomeherocover.aboutcover,
  .ctchomeherocover.aboutcover .ctcheroimagebg{
    height: 580px;
  }
  .homeherocontentcover{
    margin-top: 340px;
  }
  .ctchomeherocover.generalcover .homeherocontentcover{
    margin-top: 225px;
  }
  .megacontacthead .megamenufirst{
    padding-top: 15px !important;
  }
  #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{
    font-size: 16px;
  }
  .megacontacthead .mega-sub-menu .mega-menu-link{
    height: 40px !important;
    padding-left: 0px !important;
  }
  .megacontacthead .mega-sub-menu .mega-indicator:after{
    font-size: 24px;
    line-height: 19px !important;
  }
  .lowermenu2 a{
    margin-top: -5px !important;
  }
  .ctchomeherocover .ctaelementa1{
    left: 1%;
    width: 200px;
    height: 302px;
    bottom: 135px;
  }
  .ctchomeherocover .ctaelementa2{
    width: 304px;
    height: 302px;
    right: 1%;
    bottom: 60px;
  }
  .button.outline{
    padding: 8px 20px 11px;
  }
  div#audio-control{
    bottom: unset;
    top: 30px;
  }
  .homeaboutinnercontent{
    margin-top: -50px;
  }
  .socitycover{
    padding-top: 30px;
  }
  .homenewscover.esghightlight .sectionheader:after {
    left: -232px;
    top: -100px;
  }
  .homenewscover.esghightlight{
    background-position: bottom -185px right -40%;
  }
  .homeproductacover{
    padding-bottom: 30px;
    padding-top: 60px;
  }
  .homewhyusacover{
    background-size: 300px;
    background-position: center right -50px;
    padding: 110px 0px 80px;
  }
  .homenewscover{
    padding-top: 50px;
    padding-bottom: 60px;
    background-position: bottom -283px right -300px;
  }
  .newscontent h5{
    font-size: 18px;
    line-height: 26px;
  }
  .newscontent .newsexcerpt p{
    font-size: 14px !important;
    line-height: 24px !important; 
  }
  .newsconten,
  .mainnewscover .newscontent {
    padding: 12px 16px 28px 16px;
  }
  .homenewsblockcontent a.readmore{
    font-size: 14px;
    line-height: 24px !important; 
    bottom: 10px !important;
  }
  .homenewsblocksub .newsdate{
    font-size: 14px;
    line-height: 24px !important; 
    bottom: 12px !important;
  }
  .mainnewscover .homenewsblockcover .homenewsblocksub .newsdate{
    bottom: 16px !important;
    left: 16px;
  }
  .mainnewscover .homenewsblockcontent a.readmore{
    bottom: 14px !important;
    right: 16px !important;
  }
  .footerinfo {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footermail{
    margin-left: 12px;
  }
  .ctchomeherocover.aboutcover .homeherocontentcover{
    margin-top: 250px;
  }
  .qualitycover:after {
    left: calc(50% - 570px);
    top: 30px;
  }
  .expertcover {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .achievementcover{
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .achievementelea, .achievementeleb, .achievementelec{
    opacity: 0.5;
  }
  .ctchomeherocover.achievementscover, .ctchomeherocover.generalcover{
    height: 300px;
  }
  .ctchomeherocover.achievementscover .ctcheroimagebg, .ctchomeherocover.generalcover .ctcheroimagebg{
    height: 300px;
  }
  .ctchomeherocover.generalcover.productherocover .homeherocontentcover{
    margin-top: 135px;
  }
  .productimagecoverin{
    height: 440px !important;
  }
  .supportassitcover{
    padding-top: 60px;
  }
  .guideappcover .generalblockimg, 
  .handassitcover .generalblockimg{
    background-size: 370px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .handassitcover{
    padding-bottom: 30px;
  }
  .missioncover{
    padding-top: 50px;
  }
  .visioncover{
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .supportassitcover:before{
    width: 260px;
    height: 170px;
    left: calc(50% - 553px);
    top: -17px;
  }
  .environmentpcover{
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .labourcover{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .labouriconcover{
    padding-bottom: 40px;
  }
  .socitycover.peoplesafty {
    padding-bottom: 10px;
    margin-bottom: -30px;
  }
  .socitycover.sectiontypea{
    padding-bottom: 10px;
  }
  .socitycover.peoplesafty:before{
    left: calc(50% - 722px);
  }
  .socityblock{
    padding-bottom: 30px;
  }
  .contactcoverin{
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .contactcoverin:before{
    width: 250px;
    height: 163px;
    top: -74px;
    left: -57px;
  }
  .contactcover{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .supportassitcover.careerheadcover .supportassitcontent{
    padding: 24px;
  }
  .ctacover.careercover .ctacontent{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .postcontent{
    padding-bottom: 40px;
  }
  .homeproductrow.typea{
    padding-left: 16px;
  }
  .homeproductrow.typeb .homeproducttext{
    margin-left: 0px;
  }
  .mainnewscover .sectionheader:after{
    top: 6px;
  }
  .ctchomeherocover.generalcover.herowhistle .homeherocontentcover{
    margin-top: 190px;
  }
  .socityblock .blockthreetext{
    padding: 16px;
  }
  .trantowhitebg{
    background: linear-gradient(180deg, #f2f4f7 40%, #ffffff 100%);
  }
  .socitycover.sectiontypea.homesustain{
    padding-top: 50px;
  }
  
}


/*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;
  }
  .homeherocontent h1{
    font-size: 32px;
    line-height: 44px;
  }
  .admin-bar  nav#site-navigation {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
  }
  nav#site-navigation {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
  }
  .admin-bar .ctchomeherocover {
    margin-top: 0px !important;
  }
  .ctchomeherocover {
    margin-top: 59px !important;
  }
  .mega-menu-wrap{
    width: 100% !important;
  }
  #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: 9999999;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
    height: 100vh;
    display: block;
    margin-top: 60px;
    border-top: 1px solid #313c86;
    padding-top: 20px;
    padding-left: 10%;
    background-color: rgb(26,34,86);
  }
  #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;
    bottom: 0px;
    background-image: url(images/privacybg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 459px;
    height: 309px;
    position: absolute;
    opacity: 0.5;
    mix-blend-mode: plus-lighter;
  }
  #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;
  }
  .postcontent{
    padding-top: 24px;
  }

  li#mega-menu-item-wpml-ls-2-en, 
  li#mega-menu-item-wpml-ls-2-th {
    display: inline-block !important;
    vertical-align: top;
  }
  li.mobileselectlang a{
    position: relative !important;
    padding-top: 10px !important;
    font-size: 14px !important;
    font-weight: 300 !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mobileselectlang > a.mega-menu-link:hover, 
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mobileselectlang > a.mega-menu-link:focus{
    color: var(--white-color) !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    text-fill-color: unset !important;
  }
  li.mobileselectlang a:before{
    content: '';
    display: block !important;
    position: absolute !important;
    top: 7px !important;
    left: 12px !important;
    height: 1px !important;
    width: 200px !important;
    background-color: #3CB0A9 !important;
  }
  li.mobileselectlang a{
    margin-bottom: 6px !important ;
  }
  div#audio-control{
    top: 12px;
    right: 12px;
  }
  .ctchomeherocover{
    margin-top: 0px;
  }

  .ctchomeherocover, .ctcheroimagebg, 
  .ctchomeherocover.aboutcover,
  .ctchomeherocover.aboutcover .ctcheroimagebg{
    height: 380px;
  }
  .homeherocontentcover{
    margin-top: 200px;
  }
  .ctchomeherocover.generalcover .homeherocontentcover {
    margin-top: 180px;
  }
  .homeherocontent.contentright p{
    font-size: 14px;
  }
  .homeherocontent.contentright a{
    display: none;
  }
  .homeaboutinnercontent{
    padding: 24px 24px 12px 24px;
    margin-top: -25px;
  }
  .homesustainblock .blockthreein {
    background-size: 156px;
    height: 147px;
  }
  .homesustainblock .blockthreein .blockthreetext p{
    font-size: 14px;
  }
  .homesustainblock{
    margin-top: -20px;
  }
  .homeproductacover{
    background-size: 300px;
  }
  .homeproducttext{
    padding-left: 0px;
  }
  .homeproductrow.typea{
    padding-left: 36px;
  }
  .homeproducttext p{
    font-weight: 300;
  }
  .homeproducttext:before{
    background-size: 7px;
    width: 7px;
    height: 13px;
    left: -17px;
    top: 10px;
    opacity: 1;
  }
  .homeproductrow.typeb.eleb:before{
    right: 125px;
  }
  .homeproductrow.typea.elec:before{
    left: 125px;
  }
  .homeproductrow:hover .homeproducttext:before {
    left: -17px;
  }
  .homeproductacover.homesilrise{
    margin-top: -40px;
  }
  .homeproductacover.homesilrise .homeproducttext p{
    font-size: 14px;
  }
  .homewhyustext p{
    font-size: var(--main-font-size);
  }
  .homenewsblockcover .hpcount3{
    display: none;
  }
  .footertel{
    margin-top: 16px;
    margin-left: 0px;
  }
  .footermail{
    margin-top: 0px;
    margin-left: 0px;
  }
  .footertel p, 
  .footermail p{
    text-align: left;
  }
  .footersocial{
    margin-top: 16px;
    text-align: center;
  }
  .ctchomeherocover.aboutcover .homeherocontentcover{
    margin-top: 120px;
  }
  .missioncover.sectiontypea{
    background-position: top -44px right -10%;
    background-size: 400px;
  }
  .qualitycover:after {
    left: calc(50% - 492px);
    top: 23px;
  }
  .qualitycover:before{
    right: -200px;
  }
  .qualitycover{
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .expertcover .generalblocktext h3{
    margin-top: 12px;
  }
  .expertcover .generalblocktext h3 br{
    display: none;
  }
  .generalblocktext{
    max-width: unset;
  }
  .productimagecoverin{
    height: 380px !important;
  }
  .productcontentcoverin{
    padding-top: 60px;
  }
  .ctaapplicationcoverin {
    padding: 24px 300px 12px 24px;
  }
  .ctaapplicationcover a{
    right: 30px;
  }
  .ctchomeherocover.achievementscover, .ctchomeherocover.generalcover, 
  .ctchomeherocover.achievementscover .ctcheroimagebg, .ctchomeherocover.generalcover .ctcheroimagebg{
    height: 240px;
  }
  .ctchomeherocover.generalcover.productherocover .homeherocontentcover{
    margin-top: 100px;
  }
  .productcontentcover{
    padding-bottom: 40px;
  }
  .packagingcontentcoverin{
    padding-top: 40px;
  }
  .ctaapplicationcover{
    margin-bottom: 40px;
  }
  .otherproductcover{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .packagingcontentcoverin img, .packagingcontentcoverin figure{
    max-width: 150px;
  }
  .silriseb{
    padding-bottom: 30px;
  }
  .supportassitcover:before{
    width: 180px;
    height: 116px;
    left: calc(50% - 465px);
    top: 8px;
  }
  .supportassitcontent{
    padding: 24px;
  }
  .guideappcover .generalblockimg img, .handassitcover .generalblockimg img{
    width: 120px;
  }
  .guideappcover .generalblockimg, .handassitcover .generalblockimg{
    background-size: 330px;
  }
  .environmentpcover{
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .labourcover{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .labouriconcover{
    padding-bottom: 30px;
  }
  .socitycover.peoplesafty {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: -30px;
  }
  .socitycover.sectiontypea{
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .socitycover.peoplesafty:before{
    opacity: 0.3;
    top: -13%;
    left: calc(50% - -166px);
  }
  .socityblock{
    padding-bottom: 20px;
  }
  .contactformcover{
    padding: 20px 20px 0px 20px;
  }
  .seed-social{
    left: -83px;
  }
  .mainnewscover .sectionheader:after{
    top: 3px;
  }
  .privacymenucol ul.privacymenu li, .privacymenucol ul.privacymenu li a{
    display: inline-block;
  }
  .privacymenucol{
    padding-bottom: 10px;
  }
  .privacycontentcover{
    padding: 40px 24px 24px;
  }
  .privacycover {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .error-404 h1{
    font-size: 160px;
    line-height: 160px;
  }
  .defaultcontentcover{
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .ctchomeherocover.generalcover.herowhistle .homeherocontentcover{
    margin-top: 150px;
  }
  .cthfieldcheck.yourfile .forminator-file-upload{
    display: block !important;
  }
  .cthfieldcheck.yourfile .forminator-file-upload .forminator-button-upload{
    width: 100%;
    display: block;
  }
  .cthfieldcheck.yourfile .forminator-file-upload span{
    display: inline-block !important;
    max-width: 100%;
    word-break: break-all;
  }
  .forminator-ui.forminator-custom-form[data-design=default] .cthfieldcheck.yourfile .forminator-file-upload .forminator-button-delete{
    display: inline-block;
  }
  .socityblock .blockthreetext{
    padding: 12px;
  }
  .homesustain .generalblocktext a:before{
    top: 11px;
  }
  .homeaboutinnercontent a:before{
    top: 12px !important;
  }
  .cerinnertextin h5{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
  }
  .cerinnertextin p{
    font-size: 12px;
    line-height: 20px;
  }
}

/*Mobile*/
@media (max-width: 767.98px) { 
  .homeherocontent h1{
    font-size: 24px;
    line-height: 32px;
  }
  .homeherocontentcover{
    margin-top: 80px;
  }
  .homeherocontent.contentright{
    margin-top: 0px;
  }
  .ctchomeherocover, .ctcheroimagebg {
    height: 250px;
  }
  .ctchomeherocover .ctaelementa1 {
    left: 1%;
    width: 100px;
    height: 151px;
    bottom: 135px;
  }
  .ctchomeherocover .ctaelementa2 {
    width: 152px;
    height: 151px;
    right: 1%;
    bottom: 60px;
  }
  .homeaboutinnercontent {
    padding: 18px 24px 12px 24px;
    margin-top: 0px;
    border-radius: 0px;
  }
  .homeaboutcover .containerin{
    padding-left: 0px;
    padding-right: 0px;
  }
  .generalblocktext{
    margin-top: 18px;
  }
  .homesustainblock .blockthreein{
    margin-bottom: 20px;
    background-position: center;
  }
  .homesustainblock{
    padding-bottom: 20px;
  }
  .homeproductacover{
    background-position: top 20px right -200px;
  }
  .homeproductrow.typea{
    padding-left: 0px;
  }
  .homeproductrow.typeb .homeproducttext{
    margin-left: 0px;
  }
  .homeproductrow.typeb{
    padding-right: 0px;
  }
  .homeproducttext{
    padding: 18px 18px 18px 30px;
  }
  .homeproducttext:before{
    left: 14px;
    top: 30px;
  }
  .homeproductrow{
    background: linear-gradient(67deg, #1A2256 23.48%, #2A3890 51.75%, #59C1A8 101.88%);
  }
  .homeproductrow.typeb.eleb:before {
    right: 0px;
    top: unset;
    bottom: -110px;
  }
  .homeproductrow.typeb.eled:before{
    right: 87px;
    bottom: 120px;
    top: unset;
  }
  .homeproductacover.homesilrise .homeproductrow{
    background: linear-gradient(175.72deg, #1A2256 23.48%, #2A3890 51.75%, #59C1A8 101.88%);
  }
  .homewhyusacover{
    background: none;
    text-align: center;
    padding-bottom: 20px;
  }
  .homenewscover {
    padding-top: 30px;
    padding-bottom: 30px;
    background-size: 400px;
    background-position: bottom 15px right -175px;
  }
  .sectionheader{
    margin-bottom: 24px;
  }
  .homenewsblocksub {
    margin-bottom: 24px;
  }
  .ctacover .ctacontent{
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
  .ctacover:before{
    width: 200px;
    height: 200px;
    right: -85px;
    top: -55px;
  }
  .ctacover:after{
    width: 300px;
    height: 300px;
    left: -190px;
    bottom: -90px;
  }
  .ctchomeherocover.aboutcover .homeherocontentcover{
    margin-top: 50px;
  }
  .homeaboutcover.aboutcover .homeaboutinnercontent{
    margin-left: -12px;
    margin-right: -12px;
  }
  .missioncover{
    padding-top: 40px;
  }
  .visioncover{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .qualitycover:after {
    display: none;
  }
  .blockthreetext h4{
    margin-bottom: 8px;
  }
  .blockthreein{
    margin-bottom: 20px;
  }
  .ctaapplicationcoverin {
    padding: 24px 24px 24px 24px;
    text-align: center;
  }
  .ctaapplicationcover a{
    position: static;
  }
  .productimagecoverin, 
  .ctchomeherocover.achievementscover .ctcheroimagebg, 
  .ctchomeherocover.generalcover.productherocover, 
  .ctchomeherocover.generalcover.productherocover .ctcheroimagebg{
      height: 240px !important;
  }
  .ctchomeherocover.generalcover, 
  .ctchomeherocover.generalcover .ctcheroimagebg{
    height: 180px !important;
  }
  .ctchomeherocover.generalcover .homeherocontentcover {
    margin-top: 120px;
  }
  .packagingcontentcoverin img, .packagingcontentcoverin figure{
    max-width: 120px;
  }
  .productcontentcoverin {
      padding-top: 50px;
  }
  ul.slick-dots li{
    width: 8px;
    height: 8px;
  }
  .guideappcover .generalblockimg, .handassitcover .generalblockimg{
    background: none;
    padding-top: 24px;
    padding-bottom: 0px;
  }
  .handassitcover{
    margin-top: 0px;
  }
  .guideappcover, .handassitcover{
    text-align: center;
  }
  .supportassitcover {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .applicationheadinnercover h4{
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0px;
  }
  .applicationheadinnercover p{
    font-weight: 300;
  }
  .applicationlistinnercoverrow.apphaslink{
    display: block;
    padding: 12px 120px 12px 16px;
    min-height: unset;
  }
  .applicationlistinnercoverrow{
    display: block;
    padding: 12px 12px 12px 16px;
    min-height: unset;
  }
  .applicationimg{
    display: none;
  }
  .applicationtitle{
    padding-right: 0px;
    padding-left: 0px;
  }
  .applicationreamore{
    right: 12px;
    top: calc(50% - 15px);
  }
  .labouriconcover{
    padding-bottom: 0px;
  }
  .socityblock .blockthreein{
    margin-bottom: 0px;
  }
  .contactcover .generalblocktext {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .contactname {
    margin-bottom: 12px;
    margin-top: 30px;
  }
  .contactcover .contactpersoncover h5{
    margin-bottom: 0px;
  }
  .contactcoverin {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    background-image: none;
  }
  .contactformcover{
    margin-top: -32px;
    padding: 16px 16px 0px 16px;
  }
  .contactformcover h4{
    text-align: center;
  }
  .tab__label, .tab__close{
    padding: 10px 16px;
    height: auto;
    display: block;
  }
  .posname, .postime, .posslot{
    display: block;
    position: static;
  }
  .tab input:checked ~ .tab__content{
    padding-top: 24px;
    padding-bottom: 0px;
  }
  .tab__content{
    padding-left: 16px;
    padding-right: 16px;
  }
  .tab__label::after{
    right: 20px;
  }
  .careercontact .contacttel, .careercontact .contactmail, .careercontact .contactline{
    margin-left: 0px;
    margin-right: 0px;
    width: 200px;
    text-align: left;
    margin-bottom: 12px;
  }
  .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;
  }
  .postcontent {
    padding-bottom: 10px;
  }
  .privacycontentcol{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .error-404 h1{
    font-size: 100px;
    line-height: 100px;
  }
  .contactcoverin.contactwhist:before {
    left: calc(50% - 100px);
    width: 200px;
    height: 99px;
  }
  .ctchomeherocover.generalcover.herowhistle .homeherocontentcover{
    margin-top: 95px;
  }
  .sustainreporttext{
    padding: 6px 0px;
  }
  .homenewscover.esghightlight .sectionheader:after{
    left: -310px;
    top: -118px;
  }
  .homenewscover.esghightlight {
    background-position: bottom -240px right 56%;
  }
  .homenewscover.esghightlight .newscontent{
    padding-left: 0px;
    padding-right: 0px;
  }
  .socitycover.sectiontypea.homesustain{
    padding-top: 30px;
  }
}