.navi-con {
    margin: 2rem 5rem;

}

/* main {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-image: url("images/solar_project/bg_tr.png");
   
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */
 /* background-color: rgba(2, 34, 137, 0.475); */
.hero_p2-title {
    margin: 4.2rem 5rem;
}
.hero_p2-con {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1rem;

}

.hero_p2-title h1 {
    margin: 1rem 0;
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: .063rem; 
    text-transform: uppercase;
    text-shadow: 0 0 5px #00000029;

    display:inline-block;
    border-bottom:0.4rem solid #279839;
    padding-bottom:0.6rem;
}
.hero_p2-title h1-2{
        font-size: 3rem;
        font-weight: 800;
        color: #fff;
        letter-spacing: .063rem; 
        text-transform: uppercase;
    }
.hero_p2-con .info {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    padding: 10px 60px 10px 0;
    box-sizing: border-box; 
}
    .hero_p2-con .info p{
   
    font-size: 1rem;
}

.hero_p2-con .info2 p{
    margin-top: 4.5rem;
    width: 45%;
    font-size: 1.2rem;
}
.hero_p2-con .img {
    flex-basis: 50%;
}
.hero_p2-con .img img {
    width: 90%;
}

.video-small video {
    width: 90%;
    margin-left: 3rem;
}

.tr-btn {
    margin-top: 3rem;
    /*ปุ่มแบบ inline จะไม่สามารถใส่ Padding ได้ */
    display: inline-block;
    /* background-color: orange; */
    color: #fff;
    padding: .7rem 1rem;
    border-color: #fff;
    border-style: solid;
    border-width: thin;
    /* border-radius: 5px; */
    text-decoration: none;
    text-align: center;
    width: 200px;
    font-weight: 500;

}

.button1 {
    background-color: none; 
    color: #fff; 
    border: 1px solid #fff;
  }
  
.button1:hover {
    background-color: #4FB073;
    color: white;
    border: none ;
  }

.white-btn {
    margin-top: 3rem;
    /*ปุ่มแบบ inline จะไม่สามารถใส่ Padding ได้ */
    display: inline-block;
    /* background-color: orange; */
    color: #1C4A81;
    padding: .7rem 1rem;
    border-color: #fff;
    border-style: solid;
    border-width: thin;
    background-color: aliceblue;
    /* border-radius: 5px; */
    text-decoration: none;
    width: 200px;
    /* font-size: 0.8rem; */
    text-align: center;
    font-weight: 500;
}
.button2 {
    background-color: #fff; 
    color: #1C4A81; 
    /* border: 1px solid #fff; */
  }
  
.button2:hover {
    background-color: rgba(255, 255, 255, 0.711) ;
    color: #1C4A81;
  }

.button3 {
    background-color: none; 
    color: #fff; 
    border-radius: 30px
    /* border: 1px solid #fff; */
  }
  
.button3:hover {
    background-color: #267643;
    color: white;
    border: none ;
  }


article {
    margin-top: 1rem;
    margin-bottom: 4rem
}

article-con {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 2rem ;
    /* height: auto; */
    height: 32.5rem;
    /* margin-bottom: 4rem; */

}

article-con:nth-child(even) {  /*การเข้าถึงเลข ค่ี่ (odd) เลขคู่(even)*/
     flex-direction: row-reverse;
    text-align: right;
} 

article-con .img {
    flex-basis: 50%;
    height: 100%;
    
    
}
article-con .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
article-con .content{
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    padding: 6.25rem;
    box-sizing: border-box;
    

}

article-con .content h2 {
    margin: 1rem 0;
    font-size: 2.3rem;
    font-weight: 800;
    color: #4FB073;
    letter-spacing: .063rem; 
    text-transform: uppercase;

    /* display:inline-block;
    border-bottom:0.625rem solid #279839;
    padding-bottom:0.3rem;*/
} 

.content h2 span{
    color: #fff;
    font-size: 2.3rem;
    font-weight: 900;
} 

.content p {
    font-size: 1.1rem;
}

/* Meta  */
article-con .content2{
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    padding: 6.25rem;
    box-sizing: border-box;
    

}
article-con .content2 h2 {
    margin: 1rem 0;
    font-size: 2.3rem;
    font-weight: 800;
    color: #4FB073;
    letter-spacing: .063rem; 
    text-transform: uppercase;
    text-align: center;

    /* display:inline-block;
    border-bottom:0.625rem solid #279839;
    padding-bottom:0.3rem;*/
} 

article-con .content2 h2 span{
    color: #fff;
    font-size: 2.3rem;
    font-weight: 900;
   
} 

article-con .content2 p {
    font-size: 1.1rem;
    text-align: center;
}



.blog {
    margin-top: 3rem ;
    /* padding: 3rem; */
    /* background-color: rgb(255, 111, 0); */
    /* align-items: center; */
    justify-items: center;
    border-top: 0.5px solid #e6e5e5e4;
    border-bottom: 0.5px solid #e6e5e5e4;
   

}
.blog-con {
    /* align-items: center; */
    width: 70%;
    /* margin: 4rem auto; */
    margin-top: 4rem;
    margin-bottom: 6rem;
    display: grid;
    grid-gap: 1rem;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.blog-item {
    display: flex;
    flex-direction: column;
    /* align-items: baseline; */
    /* justify-items: center; */
}
.blog-item .img{
    display: flex;
    height: 10rem;
    width: 12.5rem;
    align-items: flex-end;
    justify-content: center;
    /* justify-items: center; */
    /* align-items: center; */
    
}
.blog-ev {
    margin-top: 3rem ;
    justify-items: center;
    

}

.blog-con-ev {
    /* align-items: center; */
    /* width: 70%; */
    width: 80%;
    margin: 4rem auto;
    margin-top: 4rem;
    margin-bottom: 6rem;
    display: grid;
    grid-gap: 5rem;
    /* justify-items: center; */
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}



.blog-item .detail{
    
    display: flex;
    height: 6rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    /* align-items: flex-end; */

}
.blog-item-ev .img{
    display: flex;
    height: 27rem;
    align-items: flex-end;
    justify-content: center;
}
.blog-item-ev .img img {
    height: 100%;
}
.blog-item-ev .detail p {
    display: flex;
    justify-content: center;
    font-size: 1.3rem;
    padding: 1rem 0;

}

.blog-item-ev .detail span {
    /* display: flex; */
    /* justify-content: center; */
    text-align: center;

}
.navi  {
    display: flex;
 

}
.navi li{
    margin: 0 10px;
    position: relative;
    color: rgba(255, 255, 255, 0.874);
    font-weight: 200;
    text-transform: uppercase;
}

.navi li a:hover {

    color: #fff;
    /* display:inline-block; */
    /* position: absolute; */
    /* border-bottom:0.1rem solid #279839; */
    /* padding-bottom:0.1rem; */
}

.fixed-bg {
    background-image: url("images/solar_bg.png");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .topic {
    display: flex;
    flex-direction: row;
  }
  .topic .bar {
    display: flex;
    flex-direction: column ;
    width: 60%;
    justify-content: center;
    align-content:space-between;
    padding-top: 2rem;
  }
  .topic h2 {
    display: flex;
    margin: 4rem 8rem 1rem 5rem;
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: .063rem; 
    text-transform: uppercase;

    display: inline-block;
    border-bottom: 0.625rem solid #279839;
    padding-bottom: 0.3rem;
}

.topic2 {
    display: flex;
    flex-direction: row;
  }
  .topic2 .bar {
    display: flex;
    flex-direction: column ;
    width: 60%;
    justify-content: center;
    align-content:space-between;
    padding-top: 2rem;

  }
  .topic2 h2 {
    display: flex;
    margin: 1rem 8rem 1rem 5rem;
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: .063rem; 
    text-transform: uppercase;

    display: inline-block;
    border-bottom: 0.625rem solid #279839;
    padding-bottom: 0.3rem;
}
.blog2 {
    margin-top: 3rem ;
    /* padding: 3rem; */
    /* background-color: rgb(255, 111, 0); */
    /* align-items: center; */
    justify-items: center;
    border-top: 0.5px solid #e6e5e5e4;
    border-bottom: 0.5px solid #e6e5e5e4;
   

}
.blog-con2 {
    /* align-items: center; */
    width: 100%;
    /* margin: 4rem auto; */
    margin-top: 4rem;
    margin-bottom: 6rem;
    display: grid;
    grid-gap: 1rem;
    justify-items: left;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

/* Ev Charge */
.contact-ev {
    width: 100%;

}
.contact-ev h2 {
    display: flex;
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    justify-content: center;
    padding: 2rem 0;
}
.contact-ev p {
    display: flex;
    font-size: 1.2rem;
    font-weight: 500;
    color: #ffffff;
    justify-content: center;
    width: 100%;
    align-items: center;
    text-align: center;
    /* text-transform: uppercase; */
}
.link2 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    /* align-items: center; */
    /* background-color: #07210b; */
}
.contact-ev-btn {
    /*ปุ่มแบบ inline จะไม่สามารถใส่ Padding ได้ */
    display: inline-block;
    background-color: #4FB073;
    color: #fff;
    padding: .6rem 3rem;
    /* border-radius: 5px; */
    text-decoration: none;
    margin: 3rem 0;;
}

.contact-meta-btn {
    /*ปุ่มแบบ inline จะไม่สามารถใส่ Padding ได้ */
    display: inline-block;
    background-color: #4FB073;
    color: #fff;
    padding: .6rem 3rem;
    /* border-radius: 5px; */
    font-size: 1rem;
    text-decoration: none;
    margin: 3rem 0;
    border: none;
}
/* IT */
.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 3rem 10%;

}
.card {
    display: flex;
    flex-basis: 20%;
    flex-grow: 1;
    flex-direction: column;
    padding: 10px;
    color: #333;
    /* background-color: #333; */
    margin: 1.625rem;
    box-sizing: border-box;
    border-radius: 10px;
    align-items: center;
    text-align: center;
}
.g_img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background : #fff;
    width: 140px;
    border-radius: 50px;
    padding: 1.6rem;
    margin-bottom: 2rem;
    
    /* border: 1px solid;
    box-shadow: 5px 10px; */
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.g_img:hover {
    background: #fff;
    transform: scale(1.1, 1.1);
    border: 1px #4FB073 solid;
    /* box-shadow: 10px 10px #4FB073; */
    /* box-shadow: 2px 2px 5px red; */
  }

.card h2 {
    font-size: 1.3rem;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    

}
.card p {
    font-size: 1.1rem;
    color: #fff;
    /* font-family: 'Montserrat', sans-serif; */
    margin-top: 2rem ;
    /* letter-spacing: 0.125rem; */
    line-height: 1.8; /*80%*/
    font-weight: 300;
}
.logo-cus-con {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
}
.logo-cus-grid {
    margin: 5rem 0;
    width: 65%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 3rem;
    /* align-items: center; */

}

.logo-cus-grid img {
    width: 100%;
}

/* Meta */
.banner {
    width: 100%;
    align-items: center;
}
.desc_meta {
    margin: 5rem 16rem;
}

.desc_meta  p {
    font-size: 1.1rem;
}
.blog_meta_tr {
    margin-top: 3rem ;
    /* background-color: #082E5C;
    opacity: 0.7; */

    /* background: rgba(0, 0, 0, 0.2);
    color: yellow; */

    background: 	rgba(8,46,92,0.5);

  
    justify-items: center;
    border-top: 0.5px solid #e6e5e5e4;
    border-bottom: 0.5px solid #e6e5e5e4;
   

}

.blog_rebar_cer {
    background: #003869 0% 0% no-repeat padding-box;
    opacity: 1;
    /*justify-items: center;*/
    color: #ffffff;
    padding-bottom: 3rem;
}
.blog_rebar_cer2 {
    background-image: url("images/rebar/tfr_banner.png");
    min-height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    color: #ffffff;
}
.blog_rebar_partner {
    background: #F4F4F4 0% 0% no-repeat padding-box;
    opacity: 1;
    /*justify-items: center;
    color: #ffffff;*/
    padding: 1rem 0;
}

.blog_rebar_tr {
    /*margin-top: 3rem ;
     background-color: #082E5C;
    opacity: 0.7; */

    /* background: rgba(0, 0, 0, 0.2);
    color: yellow; */

    /*background: 	rgba(8,46,92,0.5);*/

    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    justify-items: center;
    border-top: 0.5px solid #e6e5e5e4;
    border-bottom: 0.5px solid #e6e5e5e4;
    color: #1C4A81;

}
.blog-conrb {
    /* align-items: center; */
    width: 70%;
    margin: 2rem auto;
    /*margin-top: 4rem;
    margin-bottom: 6rem;*/
    display: grid;
    grid-gap: 1rem;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.blog-conrb_cer {
    width: 85%;
    margin: 4rem auto;
    display: grid;
    grid-gap: 1rem;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.blog-conrb_partner {
    width: 60%;
    margin: 4rem auto;
    display: grid;
    grid-gap: 1rem;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.contact-rb {
    width: 70%;

}
.contact-rb h2 {
    display: flex;
    font-size: 2.5rem;
    font-weight: 400;
    color: #1C4A81;
    justify-content: center;
    padding: 2rem 0;
}
.contact-rb h3 {
    display: flex;
    font-size: 1.5rem;
    font-weight: 400;
    color: #1C4A81;
    justify-content: center;
}
.contact-rb p {
    display: flex;
    font-size: 1.2rem;
    font-weight: 500;
    color: #1C4A81;
    justify-content: center;
    width: 100%;
    align-items: center;
    text-align: center;
    /* text-transform: uppercase; */
}

.contact-rb2 {
    width: 100%;

}
.contact-rb2 h1 {
    display: flex;
    font-size: 2.25rem;
    font-weight: 800;
    color: #1C4A81;
    justify-content: center;
    margin-bottom: 4rem;
}

.cardrb {
    display: flex;
    flex-basis: 20%;
    flex-grow: 1;
    flex-direction: column;
    padding: 10px;
    color: #333;
    /* background-color: #333; */
    margin: 1.625rem;
    box-sizing: border-box;
    border-radius: 10px;
    align-items: center;
    text-align: center;
}
.cardrb h2 {
    font-size: 1.3rem;
    color: #1C4A81;
    font-family: 'Montserrat', sans-serif;
    

}
.cardrb p {
    font-size: 1.1rem;
    color: #1C4A81;
    /* font-family: 'Montserrat', sans-serif; */
    margin-top: 2rem ;
    /* letter-spacing: 0.125rem; */
    line-height: 1.8; /*80%*/
    font-weight: 300;
}

.cardrb_cer {
    display: flex;
    flex-basis: 10%;
    flex-grow: 1;
    flex-direction: column;
    /*padding: 10px;*/
    color: #ffffff;
    /* background-color: #333;*/
    margin: 0 1.625rem; 
    box-sizing: border-box;
    border-radius: 10px;
    align-items: center;
    /*text-align: center;*/
}
.cardrb_cer img{
   width: 100%;
}
.cardrb_cer h1 {
    font-size: 2.25rem;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.cardrb_cer h2 {
    font-size: 1.3rem;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.cardrb_cer p{
    font-size: 1.1rem;
    color: #ffffff;
    /* font-family: 'Montserrat', sans-serif; */
    margin-top: 1rem ;
    text-align: left;
    /* letter-spacing: 0.125rem; */
    line-height: 1.8; /*80%*/
    font-weight: 300;
    float: left;
}

.cardrb_partner {
    display: flex;
    flex-basis: 10%;
    flex-grow: 1;
    flex-direction: column;
    padding: 3rem 2rem;
    color: #1C4A81;
    background-color: #fff;
    border: 1px solid #BCC0C6;
    margin: 0 1.625rem; 
    box-sizing: border-box;
    align-items: center;
    width: 100%;
    text-align: center;
    height: 100%;
}
.cardrb_partner h1 {
    font-size: 2.25rem;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 600;
    display:inline-block;

}
.cardrb_partner h2 {
    font-size: 2.25rem;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 600;
    display:inline-block;
}
.cardrb_partner img{
    margin: 3rem auto;
    width: 60%;
 }
.cardrb_partner p{
    font-size: 1.1rem;
    /* font-family: 'Montserrat', sans-serif; */
   /* margin-top: 1rem ;
    text-align: left;
     letter-spacing: 0.125rem; */
    line-height: 1.8; /*80%*/
    font-weight: 600;
    padding: 0 2rem ;
}
.cardrb_partner hr{
    margin-top: 1rem;
    width: 20%;
    border: 0.2rem solid #279839;
}
/* @media */
@media screen and (max-width:480px){ 
.hero_p2-title h1 and h1-2 {
    font-size: 2.8rem; */
}

} 

@media screen and (max-width:600px){ 

.hero_p2-con {     
    flex-direction: column;
    
}
.hero_p2-con .img {
    padding-top: 2rem;
}

.hero_p2-con .video-small {
    padding-top: 4rem;
    
}
.video-small video {
    width: 90%;
    margin-left: 0rem;
}

    article-con {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 2rem ;
        height: 100%;
        /*min-height: auto; height: 32.5rem; */
    
    }
    
    article-con:nth-child(even) { /* การเข้าถึงเลข ค่ี่ (odd) เลขคู่(even)*/
        display: flex;
        flex-direction: column;
        text-align: left;
        margin-top: 2rem ;

    }
    article-con .img {
        width: 100%;
        height: 100%;  
        
    }
    article-con .img img {
        width: 100%;
        height: 100%;
        /* object-fit: cover; */
    }
    article-con .content{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 6.25rem;
        box-sizing: border-box;
        
    
    }
    .sub_content {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    
}

@media screen and (max-width:768px){
    .blog .blog-info {
        padding: 1rem 4rem;
    }

    .topic h2 {
        display: flex;
        margin: 4rem 1rem 1rem 3rem;
        font-size: 2.2rem;
    }
    article-con .content {
        padding: 3rem;
    }

    .hero_p2-con .info2 p{
        margin-top: 4.5rem;
        width: 100%;
        font-size: 1.2rem;
    }

}

