@import url('https://fonts.googleapis.com/css?family=Kanit:400,600&display=swap&subset=thai');
@import url('https://fonts.googleapis.com/css?family=Indie+Flower|Open+Sans:400,600&display=swap');
html ,body{
	background-color: #fff;
	min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow-x: hidden;
    width: 100%;
    font-family: 'Kanit', sans-serif;
    scroll-behavior: smooth;
    color: #3d4254;
}
.term {
    width: 100%;
    background-color: #fff;
    padding:20px;
    margin: 0px;
}
.term > section > p {
    width: 90%;
}

/*------------------------------- navbar -----------------------------------------*/
section.navbar-main {
    background-color: #0c1222;
    /*opacity: 0.6;*/
    width: 100%;
    height: 70px;
    display: block;
    z-index: 2;
    position: absolute;
    right: 0;
}

section.navbar-main-fixed {
    position: fixed;
    z-index: 1;
}
section.navbar-main > .ul-main-navbar {
    display: flex;
    justify-content:  flex-end;
    align-items: center;
    list-style: none;
    margin: auto;
    padding: 0px 70px;
    font-size: 18px;
    /*font-weight: 600;*/
   /* box-shadow: 5px 2px #f4f4f4;*/
}
section.navbar-main > .test > .test {
    /*display: flex;*/
    justify-content:  flex-start;
    align-items: center;
    list-style: none;
    margin: auto;
    margin-left: 0px;
    /*padding: 0px 70px;*/
    font-size: 18px;
    /*font-weight: 600;*/
   /* box-shadow: 5px 2px #f4f4f4;*/
}
section.navbar-main > .ul-main-navbar  > li > a:hover{
    text-decoration: none;
    color: #eee;
}
section.navbar-main > .ul-main-navbar  > .test > a > img {
    height: 70px;
    justify-content: flex-start;
    /*padding-right: 62%;*/
}
section.navbar-main > .ul-main-navbar  >   li > a {
    color: #f06a26;
    letter-spacing: 0.5px;
    padding: 10px 25px;
}
/*------------------------------------ cover -------------------------------*/
section.cover {
    display: block;
    position: relative;
    z-index: 0;
}
section.cover > .cover-image {
    display: block;
}
section.cover > .cover-image > img{
    width:100%;
    display: flex;
}
section.cover-mobile {
    display: none;
}
/*------------------------------------ service -------------------------------*/
section.service-mobile{
    display: none;
}
section.service {
    /*z-index: 2;*/
    /*color: #eee;*/
    color: #1f2c47;
}
section.service > .service-page {
    display: block;
}
section.service > .service-page > .service-marketing{
    /*background-color: #f06a26;*/
    background-color: #fff;
}
section.service > .service-page > .service-detail{
    /*background-color: #1f2c47;*/
    background-color: #fff;
}
section.service > .service-page > .service-content{
    /*background-color: #f06a26;*/
    background-color: #fff;
}
section.service > .service-page > .service-box > .service-detail {
    margin:auto;
    width: 77%;
    padding: 50px 0px;
}
section.service > .service-page > .service-box > .service-detail >.service-description {
    display: block;
    margin:auto;
    padding-top: 20px;
    font-size: 18px;
}
section.service > .service-page > .service-box > .service-detail >.service-description > h3{
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 30px;
}
section.service > .service-page > .service-box > .service-detail >.service-description > h3 > .color-blue{
    /*color: #3d4254;*/
    color: #f06a26;
    font-weight: 600;
}
section.service > .service-page > .service-box > .service-detail >.service-description > h3 > .color-orange{
    color: #f06a26;
    font-weight: 600;
}
section.service > .service-page > .service-box > .service-detail >.service-description > li {
    text-align: left;
    /*padding-left:15%;*/
    padding-bottom: 10px; 
}
section.service > .service-page > .service-box > .service-detail >.service-image{
    /*text-align: center;*/
    margin: auto;
} 
section.service > .service-page > .service-box > .service-detail >.service-image > img {
    justify-content: center;
    width: 100%;
    /*margin-top: -50px;*/
    margin: auto;
}
/*--------------------------------------- about -------------------------------*/
section.about {
    /*background-color: #3d4254;
    color: #c8c8c8;
*/
padding: 50px;
}
section.about > .about {
    width: 80%;
    display: block;
    margin: auto;
}
section.about  >.about> .header {
    padding-bottom: 20px;
    margin: auto;
}
section.about >.about > .header > h3 {
    letter-spacing: 2px;
    color: #f06a26;
}
section.about  >.about > .about-box {
    padding: 20px 0px;
}
section.about  >.about > .about-box > .about-detail{
    margin: auto;
}
section.about  >.about > .about-box > .about-detail > h6{
    padding:60px;
    padding-top: 0px;
    line-height: 2;
    letter-spacing: 1px;
    margin-top:35px; 
}
section.about >.about > .about-box > .about-image > img{
    width: 100%;
    margin:auto;
}
.line-bg{
    background-color: #1f2c47;
    width: 14%;
    border:3px solid #1f2c47;
}
.line-bg-grey{
  /*  background: linear-gradient(#222, #222), 
    linear-gradient(to right , #fc4a1a , #f7b733);
    background-origin: padding-box, border-box;
    background-repeat: no-repeat; /* this is important */*/
    background-color: #f06a26;
    border: 3px solid #f06a26;
    width:8%;
}

/*--------------------------------------- industry -------------------------------*/
section.industry {
    width: 80%;
    margin: 0px auto;
    padding:100px;
}
section.industry > .header {
    /*padding: 20px;*/
}
section.industry > .header > h3{
    color: #f06a26;
}
section.industry > .industry-box > .industry-detail{
    margin:80px auto;
    margin-left: 0px;
}
section.industry > .industry-box > .industry-detail > .industry-header {
    display: inline-flex;
}
section.industry > .industry-box > .industry-detail > .industry-header > h5 {
    margin:20px 0px 10px 0px;
    /*color: #f06a26;*/
}
section.industry > .industry-box > .industry-detail > .industry-logo {
    /*display: none;*/
}
section.industry > .industry-box > .industry-detail > .industry-logo > img{
    width: 10%;
    margin: 10px 20px;
}
section.industry > .industry-box > .industry-detail > .industry > div > img{
    display: inline-flex;
    width: 30%;
    margin: 10px;
}
section.industry > .industry-box > .industry-detail > .industry > div > .krungsri{
    display: inline-flex;
    width: 40%;
    margin: 10px;
}
section.industry > .industry-box > .industry-detail > .industry-real{
    /*text-align: center;*/
}


/*--------------------------------------- Content -------------------------------*/
section.content{
    padding: 50px;
}
section.content > .header {
    color:#f06a26;
}
section.content > .content-box {
} 
section.content > .content-box > div> .card-box{
    border:1px solid #eee;
    border-radius: 5px;
    justify-content: space-between;
}
section.content > .content-box > div > .card-box > a > .img-box{
    width: 100%;
    max-height: 400px;
    display: flex;
}
section.content > .content-box > div > .card-box > a > .img-box > img {
    width: 100%;
}
section.content > .content-box > div > .card-box > a > .card-desc{
    padding: 10px;
    color: #3d4254;
}


/*--------------------------------------- contact -------------------------------*/
section.contact {
    background-color: #f8f9f9;
}
section.contact > .contact-box {
    padding: 100px 60px;
}
section.contact > .contact-box > .contact-detail{
    padding: 50px;
    padding-top:0px;
}
section.contact > .contact-box > .contact-detail > .header{
    padding-bottom: 20px;
}
section.contact > .contact-box > .contact-detail > .header > h3{
    letter-spacing: 3px;    
}

section.contact > .contact-box > .contact-detail > .header > p{
    letter-spacing: 2px;
}
section.contact > .contact-box > .contact-detail > .contact-sub-detail > span {
    display: inline-flex;
}
section.contact > .contact-box > .contact-detail > .contact-sub-detail > span:nth-child(1){
    font-size: 19px;
    width: 35px;
    margin-top: 20px;
}
section.contact > .contact-box > .contact-detail > .contact-sub-detail > span:nth-child(2){
    letter-spacing: 1px;
    width: 80%;
}
section.contact > .contact-box > .contact-detail > .contact-sub-detail > span:nth-child(2) > a{
    letter-spacing: 1px;
    color: #000;
}
section.contact > .contact-box > .contact-detail > .contact-sub-detail > span:nth-child(2) > a:hover{
    color:#ccc;
    letter-spacing: 1px;
    text-decoration: none;
}
section.contact > .contact-box > .contact-detail{
    padding: 20px 50px 20px 100px;
}
section.contact > .contact-box > .contact-form {
    padding: 0px 50px;
}
section.contact > .contact-box > .contact-form > iframe{
    width: 100%;
    height: 100%;
    border: 0px;
}
section.contact > .contact-box > .contact-detail > .social-media {
    display: inline-flex;
}
section.contact > .contact-box > .contact-detail > .social-media > .facebook {
    margin: 0px 20px 0px 10px;
}
section.contact > .contact-box > .contact-detail > .social-media > .facebook > a > i {
    font-size: 40px;
    color: #3b5998;
}
section.contact > .contact-box > .contact-detail > .social-media > .line > a > i {
    font-size: 40px;
    color:#00c300;
}
/*--------------------------------------- footer -------------------------------*/
section.footer{
    background-color: #1f2c47;
    padding:50px 100px;
    color: #929292;
}
section.footer > div > .header > h6 {
    color: #ffffffe6;
}
section.footer > div > .header >  .line {
    border-bottom:1px solid #777;
    padding-bottom: 10px;
}
section.footer > div > .header > p > i >a{
    color: #929292;
}

section.footer > div > .header > p > a{
    color: #929292;
    margin-bottom: 20px;
}
section.footer > div > .header > p > a:hover{
   text-decoration: none;
   color: #f06a26;
}

section.footer-term{
    background-color: #151e31;
    padding: 10px;
    color: #888;
}
section.footer-term > .header > p > a {
    color: #888;
    font-weight: 400;
}
section.footer-term > .header > p > a:hover {
    color: #f06a26;
    text-decoration: none;
}

.navbar-mobile {
    display: none;
}

.sidebar-mobile {
    display: none;
}
/*--------------------------------------- content-detail -------------------------------*/
section.content {

}
section.content >.content-box{
    width: 90%;
    margin: 40px auto;

}
section.content > .content-box > .header {
    border-bottom: 1px solid #eee;
}
section.content > .content-box > .content-time {
    margin-top:10px;
    display: inline-flex; 
    color: #888;
}
section.content > .content-box > .content-time > .time > h6 {
    font-weight: 400;
}
section.content > .content-box > .content-time > .content-category {
    margin-left: 10px;
  
}section.content > .content-box > .content-time > .content-category >h6 {
    font-weight: 400;
}
section.content > .content-box > .social {
        display: inline-flex;
}
section.content > .content-box > .social > .facebook > a > i{
    font-size: 30px;
    margin-right: 20px;
    margin-left: 10px;
    color: #3d4254;
}
section.content > .content-box > .social > .twitter > a > i{
    font-size: 30px;
    color: #3d4254;
}
/*--------------------------------------- mobile -------------------------------*/

@media screen and (max-width: 768px) {
    body{
        font-size: 15px;
    }
    section.navbar-main {
        display: none;
    }

    section.navbar-mobile {
        position: fixed;
        display: block;
        z-index: 1;
        /*background-color: #bebebe;*/
        width: 100%;
    }

    section.navbar-mobile > ul.ul-main-navbar-mobile {
        list-style: none;
        margin: 0;
        padding: 0;
        height: 70px;
        display: flex;
        /*justify-content: center;*/
        align-items: center;
        padding: 0 10px;
        /*color:#eee;*/
        color: #8a8d98;
        background-color: #0c1222;
    }
    section.navbar-mobile > .ul-main-navbar-mobile   > li {

    }

    section.navbar-mobile > .ul-main-navbar-mobile    > li > a {

    }

    section.navbar-mobile > .ul-main-navbar-mobile    > li > a > img {
        height: 120px;
        display: block;
        margin: 0px auto;
    }
    section.navbar-mobile > .ul-main-navbar-mobile   > li > a {
        font-size: 24px;
    }
    

    .content {
        margin-top: 70px;
    }

    section.sidebar-mobile {
        position: fixed;
        z-index: 2;
        display: block;
        width: 60%;
        max-width: 350px;
        height: 100%;
        background-color: #fff;
        border-right: 1px solid #ccc;
        box-shadow: 1px 0 1px rgba(0,0,0,0.2);
    }

    section.sidebar-mobile > .ul-sidebar-mobile {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    section.sidebar-mobile > .ul-sidebar-mobile > li {
        border-bottom: 1px solid #ccc;
    }

    section.sidebar-mobile > .ul-sidebar-mobile > li > a {
        display: block;
        padding: 15px 20px;
        color: #333;
    }
    section.sidebar-mobile > .ul-sidebar-mobile > li > a:hover{
       background-color: #ccc;
       text-decoration: none; 
    }

       
    section.sidebar-mobile > .ul-sidebar-mobile > .sidebar-logo {
        text-align: center;
        /*padding: 20px;*/
    }

    section.sidebar-mobile > .ul-sidebar-mobile > .sidebar-logo > a > img {
        width: 100%;
        /*height: 120px;*/
    }

    section.sidebar-mobile > .ul-sidebar-mobile > .sidebar-logo {
        padding: 20px;
        border-bottom: 1px solid #ccc;
    }

    section.sidebar-mobile > .ul-sidebar-mobile  > .li-branch {
        margin-top: 10px;
        border-bottom: none;
    }

    section.sidebar-mobile > .ul-sidebar-mobile  > .li-branch > .ul-branch-list {
        justify-content: center;
    }

    section.sidebar-mobile > .ul-sidebar-mobile > .li-branch > .ul-branch-list > li > a > img {
        width: 100%;
    }
    section.sidebar-mobile > .ul-sidebar-mobile   > .li-branch > .ul-branch-list > li > a > img:hover{
        border: 1px solid #213a80;
    } 

    section.sidebar-mobile > .ul-sidebar-mobile > .sidebar-btn-toggle {
        position: absolute;
        right: 0;
        top: 0;
        margin-right: 10px;
        margin-top: 10px;
        font-size: 24px;
    }
    section.sidebar-mobile {
        display: none;
    }

    section.block{
        display: block;
    }
/*-------------------------------cover----------------------*/
    section.cover-mobile{
        display: block;
    }
    section.cover-mobile > .cover-image > img {
        height: 100vh;
        width: 100%;
    }
    section.cover{
        display: none;
    }
/*-------------------------------service----------------------*/
    section.service{
        display: none;
    }
    section.service-mobile {
        display: block;
    }
    section.service-mobile > .service-box {
        padding: 0px;
    }   
    section.service-mobile  > .service-box {
        display: block;
        width: 90%;
        margin:0px auto;
        padding:0px;
    }
    section.service-mobile  > .service-box > .service-detail {
        margin:50px 0px;
    }
    section.service-mobile  > .service-box > .service-detail >.service-description {
        display: block;
        margin: 0px auto;
        text-align: center;

    }
    section.service-mobile  > .service-box > .service-detail >.service-description > h3{
        padding-bottom: 15px;
        font-weight: 600;
        text-align: left;
    }
    section.service-mobile  > .service-box > .service-detail >.service-description > h3 > span{
        color: #f06a26;
        font-weight: 600;
    }
    section.service-mobile  > .service-box > .service-detail >.service-description > li {
        text-align: left;
         padding: 0px;
        padding-bottom: 10px;
    }
    section.service-mobile  > .service-box > .service-detail >.service-image{
        text-align: center;
    } 
    section.service-mobile  > .service-box > .service-detail >.service-image > img {
        justify-content: center;
        width: 100%;
    }

/*-------------------------------about----------------------*/
    section.about {
        padding: 0px;
    }
    section.about >.about> .header {
        /*padding: 50px;*/
        padding-bottom: 20px;
    }

    section.about >.about > .about-box > .about-detail > h6 {
        padding:0px;
    }

    section.about >.about > .about-box > .about-image > img{
        margin: 0px;
        width: 90%;
        vertical-align: middle;
    }
    section.about >.about > .about-box{
        padding: 0px;
        padding-bottom: 50px;

    }
/*-------------------------------industry----------------------*/
    section.industry {
        width: 90%;
        margin:auto;
        padding: 0px;
    }
    section.industry > .industry-box > .industry-detail > .industry-header > h4{
    } 
    section.industry > .industry-box > .industry-detail > .industry-logo{
    }
    section.industry > .industry-box > .industry-detail > .industry-logo > img{
        width: 30%;
        margin: 20px;
    }
    section.industry > .industry-box > .industry-detail {
        margin: 0px;
    }
    section.industry > .industry-box > .industry-detail > .industry > div > img{
        text-align: center;
    }
/*-------------------------------content----------------------*/
    section.content > .content-box > div> .card-box {
        margin-bottom: 20px;
    }
/*-------------------------------contact----------------------*/
    section.contact > .contact-box {
        padding:50px 0px;
        width:90%;
        margin: 0px auto;

    }
    section.contact > .contact-box > .contact-detail {
        padding: 0px;
    }
    section.contact > .contact-box > .contact-form {
        padding:0px;
        height: 400px;
        margin-top:20px; 
    }
/*-------------------------------footer----------------------*/
    section.footer{
        padding: 50px 20px;
    }
/*-------------------------------content-detail----------------------*/
    section.content {
        padding: 0px !important;
    }
    section.content > .content-box {
        margin: 20px auto;
    }
    section.content > .content-box > .content-detail > p > a {
        color: #3d4254;
    }
    section.content > .content-box > .content-image > img{
        width: 100%;
    } 
    section.content > .content-box > .social {
        display: inline-flex;
    }
    section.content > .content-box > .social > .facebook > a > i{
        font-size: 30px;
        margin-right:20px;
        margin-left: 10px;
        color: #3d4254;

    }
    section.content > .content-box > .social > .twitter > a > i{
        font-size: 30px;
        color: #3d4254;
    }