/* Created by Jin */

@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/bebasneue/BebasNeue.eot');
    src: url('../fonts/bebasneue/BebasNeue.woff2') format('woff2'),
        url('../fonts/bebasneue/BebasNeue.woff') format('woff'),
        url('../fonts/bebasneue/BebasNeue.ttf') format('truetype'),
        url('../fonts/bebasneue/BebasNeue.svg#BebasNeue') format('svg'),
        url('../fonts/bebasneue/BebasNeue.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
.project-details-title,
.post-header h3,
.blog-title,
.project-title,
.project-category,
.slide-number,
.slide-title,
.navbar-desctop-menu{
    font-family: 'BebasNeue','Oswald', sans-serif !important;
}

.blog-title{
    font-size: 2.25em;
}

.affix-top{
    background-color: rgba(0,0,0,0.5);
}

.navbar-desctop-menu {
    font-size: 0.9em !important;
}

.header-home > .slide-number{
    /*display: block;*/
    display: none;
}

/* Close this to show slide-number */
.slide-number{
    display: none;
}

.no-background{
    background-color: transparent !important;
}

.color-white{
    color: white;
}

/*.navbar-desctop-menu > li > a{
    text-shadow: -4px 3px 2px rgba(0, 0, 0, 0.6);
}*/

.logo-small{
    height: 40px; 
    width: 100px;
}

.logo-mobile{
    height: 40px;
    width: 100px;
}

.current-number.text-primary{
    color: #ffffff;
}

.slide-number{
    text-align: left !important;
    margin-left: 50px;
    margin-top: 65vmin !important;    
}

.service-item h4{
    letter-spacing: 0.05em;
}

.custom-container{
    max-width: 1600px;
    margin: auto;
}

.col-investor{
    margin-bottom: 80px;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.investor-box{
    /*border-left: 3px solid #a8a8a8;*/
    border-left: 3px solid #f1c600;
    padding: 10px 20px 10px 25px;
    margin-bottom: 30px;
    min-height: 230px;
}

.investor-box > h3 {
    font-size: 23px !important;
}

.investor-button{
    margin-left: 30px;
}

.banner-box{
    position: relative;
}

.banner-title-box{
    position: absolute;
    text-align: left;
    left: 300px;
    bottom: 30px;
    color: #000000;
}

.banner-title-box h1{
    font-size: 7vmin;
    margin-right: -20px;
}

.address{
    margin-top: 10px;
    line-height: 1.2em;
    /*margin-bottom: 0;*/
}

.home-about-margin{
    margin-top: 3.0em;
}

/* To close dim black effect of backgound */
.main-inner:after{
    opacity: 0;
}

.entry > h3{
    font-size: 32px;
}

.announcement-content h3{
    text-transform: uppercase;
    font-family: 'BebasNeue','Oswald', sans-serif !important;
    letter-spacing: 1px;
    margin-bottom: 1em;
}

.announcement-list{
    font-family: 'BebasNeue','Oswald', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 15px;
    color: #3d3d3d;
    margin-left: 8px;
}

.announcement-list > li {
    margin-bottom: 0.3em;
    padding-left: 1em;
}

.announcement-list > li > a{
    color: #3d3d3d;
    text-decoration: none;
}

.announcement-list > li > a:hover,
.announcement-list > li > a:focus,
.announcement-list > li > a:active
{
    font-weight: bold;
}

.announcement-list-box{
    padding-left: 80px;
}

.entry > p{
    font-size: 24px;
}

.bg-about{
    background: url(../img/demo/bg_about3.jpg) 100% 0 no-repeat;
    background-size: cover;
}

.bg-projects{
    /*position: relative;*/
    background:url(../img/demo/banner_project.jpg) 100% 0 no-repeat;
    background-size: cover;
}

.bg-projects-details{
    /*background:url(../img/demo/bg_project.jpg) 10% 0 no-repeat;*/
    background-position: center;
    background-size: cover !important;
}

.project-madge{
    /*padding: 50.7vmin 0 11vmin;*/
}

.bg-contacts{
    background: url(../img/demo/banner_contactUs.jpg) 100% 0 no-repeat;
    /*background: url(../img/demo/bg_contact.jpg) 100% 0 no-repeat;*/
    background-size: cover;
}

.bg-blog{
    background: url(../img/demo/banner_investor.jpg) 100% 0 no-repeat;
    background-size: cover;
}

.bg-agm{
    background: url(../img/demo/bg_agm.jpg) 100% 0 no-repeat;
    background-size: cover;
}

.bg-announcement{
    background: url(../img/demo/bg_announcement.jpg) 100% 0 no-repeat;
    background-size: cover;
}

.blog-content-box{
    border-bottom: 1px solid #ededed;
    padding-bottom: 1.7em;
}

.col-secondary{
    margin-top: 7.5em !important;
}

.custom-color{
    color: #f1c600 !important;
}

.project-item h4{
    letter-spacing: 0.05em;
    text-transform: none;
    margin-bottom: 35px;
    font-size: 32px;
}

.project-details-img img{
    width: 760px;
    height: 650px;
    overflow: hidden;
}

.project-details-contact{
    /*font-family: 'BebasNeue','Oswald', sans-serif !important;*/
    margin-top: -80px;
    font-size: 18px;
    color: #3d3d3d;
}

.about-title{
    font-size: 50px !important;
}

.about-text{
    font-size: 20px !important;
}

.company-employee-list h4{
    margin-bottom: 0;
}


/* Footer */

.footer{
    color: white;
    margin: 150px auto 0 auto !important;
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #f1c600;
}

.footer-nav{
    text-align: left;
    list-style-type: none;
}

.footer-nav li{
    display: inline;
    padding: 0 5px 0 5px;
    border-right: 1px solid white;
}

.footer-nav li a{
    color: white;
}

.footer-nav li:last-child{
    border-right: none;
}

@media screen and (min-width:1100px){
    .bg-projects-details{
        /*min-height: 875px;*/
    }
}

@media screen and ( max-width: 1600px)and (min-width:1300px){
    .investor-box{
        min-height: 280px;
    }
}

@media screen and ( max-width: 1300px)and (min-width:1000px){
    .investor-box{
        min-height: 350px;
    }
}

@media (max-width: 767px){
    .project-details-img img{
        height: auto;
    }
}

@media (max-width: 480px){

    .video-container{
        max-width: 100%;
        height: 400px;
        margin-bottom: -5px;
    }

    .project-details-contact{
        margin-top: 20px;
    }

    .announcement-list-box{
        padding-left: 15px;
    }

    .investor-box{
        margin-left: 15px;
        padding-right: 15px;
    }

    .banner-title-box{
        right: 10px;
        bottom: 0;
    }

    .banner-title-box h1{
        font-size: 4vmin;
        margin-right: 0;
    }

    .banner-title-box p{
        font-size: 2vmin;
    }

    .row.display-flex {
        display: block;
        flex-wrap: wrap;
    }
    .row.display-flex > [class*='col-'] {
        display: block;
        flex-direction: column;
    }

    .footer{
        margin: 30px auto 0 auto !important;
    }

}