



.main-box{
    background-color: #fff;
}
.about-img-box{
    height: 656px;
    background-position: center center;
}
.main-box img{
    border: none !important;
}

@media screen and (max-width: 767px){
    .about-img-box{
        height: 100%;
        /*min-height: 300px;*/
    }
    .main-box{
        padding: 15px;
    }
    .main-box .row{
        margin-left: 0;
        margin-right: 0;
    }

}


.main-box{
    position: relative;
}
.word{
    width: 847px;
    height: 350px;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -424px;
    padding: 60px  70px;
}
.word i{
    position: absolute;
    right: 25px;
    top: 25px;
    color: #fff;
    cursor: pointer;
}
.word .bar{
    display: inline-block;
    width: 80px;
    height: 3px;
    background-color: #D2AC67;
    position: absolute;
    top: 50px;
    left: 30px;
}
.word-main h2{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #ffffff;
}
.word-main  .margin-bottom-20{
    margin-bottom: 40px;
    display: block;
}
.word-main p{
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    margin-top: 22px;
    letter-spacing: 0.02em;
}
.word-main p a{
    color: #D2AC67;
    border-bottom: 1px solid #D2AC67;
}
.word-main .lang_change{
    font-size: 23px;
    /*letter-spacing: 0.05em;*/
}
@media screen and (max-width: 992px) {

    .word{
        width: 100%;
        height: auto;
        left: 0;
        margin-left: 0;
        padding: 50px;
    }
}

@media (max-width: 767px){
    .about-img-box img{
        background:#000;
        /*height: 100%;*/
    }

    .word{
        width: 100%;
        height: auto;
        left: 0;
        top: 15px;
        padding: 0 15px;
        background-color: transparent;
    }
    .word-main{
        height: 100%;
        padding: 75px 15px;
        background-color: rgba(0,0,0,0.6);
    }
    .word-main p{{
        font-size: 14px;
    }
}
.word-main p{
    width: 100%;
    line-height: 20px;
}

@media (min-width:768px){
    .word-main p{
    font-weight: lighter;
}
.main-box p{
    width: 100%;
    line-height: 20px;
    }
}