/*
Theme Name:   Solaris Child
Description:  Solaris Child Theme
Author:       ESTH Team
Template:     solaris_tcd088
Version:      2.1.3
*/
.pc body.use_header_fix #header{
  background-color: #004099;
}
#cb_content_1.cb_free_space {
  background-image: url(https://www.e-stag-e.info/nambu/wp-content/uploads/2023/10/nasa-Q1p7bh3SHj8-unsplash-scaled.jpeg);
  width: auto;
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
}
.cb_free_space.type1,.tab_content_bottom{
  border-left: none;
  border-right: none;
}
.cb_project_list,.cb_news_list{
  border-left: none;
  border-right: none;
}
.cb_content:last-of-type{
  border-left: none;
  border-right: none;
}
#project_archive{
  border-left: none;
  border-right: none;
}
#single_news{
  background: #ffffff;
}
#single_news_inner{
  border-left: none;
  border-right: none;
}
#bread_crumb{
  border-bottom: none;
}
body.single #header:before{
  background: #bdbdbd;
  bottom: -2px;
}
/*.project_list{
  align-items: center;
  justify-content: center;
  flex-direction: row;
}*/
.project_list .item{
   /*flex: 1 1 30%;  /*grow | shrink | basis */
    margin: 0px 0px 0px 15px;
    width: calc(90% / 3);
}
.project_list .image_wrap{
    height: 260px;
}
.products-bg{
  background:#F8F8F8;
  padding: 5vw;
  /*background-image: url(https://www.e-stag-e.info/nambu/wp-content/uploads/2023/10/Product-section-BG.png);
  width: auto;
  background-repeat: no-repeat;
  background-position: right top;*/
}

.project_list .image{
  height: 80% !important;
}
.project_list .image:after{
  height: unset;
}
.youtube_list{
  margin: 0 -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.youtube_list .item{
  flex: 1 1 30%;
  position: relative;
  padding: 0.4rem;
}
.post_content .youtube_list{
  margin: 40px 0px 40px 0px;
}
.news_list-bg{
  background: #004099;
  padding-bottom: 5vw;
}
.cb_headline > span.title-font-color{
  color: #fff;
}
.news_category_list li a{
  color: #fff;
}
.news_category_list li a:hover{
  color: #6099d6;
}
.news_category_list li.active a{
  color: #98bff4 !important;
}
.news_list .item{
  margin: 0 0 10px 0;
  background-color: #ffffff;
  height: 50px;
  border-radius: 0.5vw;
}
.news_category_list li a:before{
  display: none;
}
.news_category_list li a:after{
  content: '';
  height: 3px;
  width: 0;
  position: absolute;
  top: 40px;
  display: block;
  background: #004098;

}
.news_category_list li.active a:after{
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.news-button a{
  background-color: #fff !important;
}
.news-button span{
  color: #000000 !important;
  font-weight: 700;
}
.news-button a:hover{
  color: #000000 !important;
  background-color: #6099d6 !important;
}
.footer-contact-col{
  margin: 0 -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.footer-contact-col .item{
  flex: 50%;
}
.pc body.use_header_fix #header:after{
  background-color: #004099 !important;
}
#header.active #global_menu > ul > li > a, body.header_fix #global_menu > ul > li > a, body.single #global_menu > ul > li > a{
  color: #fff !important;
}

.material-symbols-outlined{
  line-height: 1.5;
}

.contact_button{
    margin-top: 1vw;
    margin-bottom: 1vw;
    padding-top: 1vw;
    width: 250px;
}

.contact_button.type1 a{
    background-color: #eaeaea;
    padding: 0.5vw 0.5vw 0.5vw 0.5vw;
    text-align: center;
    margin-bottom: 5vw;
}
.contact_button.type1 a:hover {
    color: #ffffff !important;
    background: #6099d6;
}
.footer-contact-col p{
  margin:0;
  display: flex;
  width: calc(100%);
  flex-wrap: nowrap;
}
.contact-img-icon{
  font-weight: 600;
  font-size: 18px;
}
.contact-img-icon a{
  width: 40%;
}
.contact-img-icon img{
  width: 100%;
}
#copyright{
  border-top: 1px solid;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
#footer_menu_bottom{
  border-top: none;
}
#footer_top{
  /*border-top: none;*/
  padding: 30px 0;
}
#return_top2 a{
  border-top: 1px solid #ddd;
  display: none;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  position: absolute;
  /* width: 2vw; */
  background-color: gainsboro;
  /* border-radius: 100%; */
  right: 0;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}
