@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Roboto", serif;
    background: #F8F8F8;
    font-weight: normal;
    margin: 0;
    direction: ltr;
    overflow-x: hidden;
}
.fbs{
    font-family: "Roboto Serif", "Roboto", serif;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
a {
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    text-decoration: none;
}

/*//////////////////////////////////*/
/*//  rm container  //*/
/*//////////////////////////////////*/
@media (min-width: 1400px) {
    .h-container{
        max-width: 1650px;
    }
    .rm-container{
        max-width: 1550px;
    }

}
/*//////////////////////////////////*/
/*//  Header  //*/
/*//////////////////////////////////*/
.header {
    z-index: 1000;
    transition: all .5s ease;
}
.rm-fix .header {
    background: #fff;
    box-shadow: 0 0 5px 0 #dbdbdb;
    padding: 30px 0;
}
.header{
    padding: 80px 0 0;
}
.nav a{
    position: relative;
    color: #000;
    font-weight: 500;
    margin-left: 10px;
    padding: 5px 9px;
}
.nav a.active{
    font-weight: 800;
}
.nav a.active:after{
    content: "";
    position: absolute;
    background: #000;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    bottom: -4px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.nav-canvas a{
    margin: 0;
    display: block;
}
.nav-canvas a.active:after{
    bottom: 14px;
    margin-left: inherit;
    margin-right: inherit;
    left: 105px;
    right: auto;
}
.home-banner{
    height: 1080px;
}

.home-content{
    padding-top: 20%;
    padding-left: 7%;
}
.home-bg-r{
    position: absolute;
    background-image: url(../img/bg-index-r.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: auto;
    top: 45px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.home-content .title{
    font-size: 4rem;
    margin-bottom: 50px;
}
.home-content .link{
    margin-left: 55px;
    margin-top: 70px;
}
.home-content .link a{
    font-size: 1.3rem;
    font-weight: 600;
    color: #000;
}
.home-content .link svg{
    margin-left: 120px;
}
.home-content .link a:hover{
    color: #707070;
}
.home-content .link a:hover svg path{
    fill: #707070;
}

.index-about{
    padding: 100px 0 0;
}
.index-about .t-title{
    color: #A3A3A3;
}
.index-about .t-title span{
    display: inline-block;
    background: #ccc8c8;
    width: 100px;
    height: 2px;
    vertical-align: middle;
    margin-left: 5px;
}
.index-about .title{
    font-size: 3rem;
}
.index-about p{
    font-size: 1.25rem;
}
.index-about .link{
    position: relative;
    color: #000;
    margin-left: -75px;
    font-size: 1.3rem;
    font-weight: 500;
    display: inline-block;
}
.index-about .link svg{
    position: absolute;
    color: #000;
    bottom: -25px;
    right: -150px;
}
.index-about .link:hover{
    color: #707070;
}
.index-about .link:hover svg path{
    fill: #707070;
}
.about-sk{
    position: absolute;
    bottom: -5px;
    right: 0;
}
.mv-mark{
    margin-right: 75px;
}
.mv-mark span{
    display: block;
    background: #ffffff;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    left: -90px;
    top: 50%;
}
.our-ventures{
    background: #EFEFEF;
}
.our-ventures .title{
    font-size: 3rem;
}
.nav-v{
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
}
.nav-v button{
    border: none !important;
    color: #000 !important;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 0 !important;
}
.nav-v .nav-item.show .nav-link, .nav-v .nav-link.active{
    background-color: #dcdcdc;
}
.ov-box{
    background: #A7A9AB;
    padding: 25px;
}
.nav-v-content p{
    font-size: 1.1rem;
}
.index-project{
    padding: 100px 0;
}
.card-project{
    height: 100%;
    background: #fff;
    overflow: hidden;
}
.card-project .title{
    border-bottom: 5px solid #f8f8f8;
}
.card-project .title span{
    font-size: 1.2rem;
    text-align: left;
}
.card-project p{
    font-size: 1.1rem;
    margin: 0;
    text-align: left;
}
.card-project .p{
    height: 100%;
    background: #fff;
    max-height: 200px;
    display: flex;
    align-items: end;
}
.index-brand{
    margin-top: 100px;
    padding: 15px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.contact-form{
    padding: 110px 0;
    height: 1200px;
}
.contact-form .img{
    right: 0;
    top: 0;
    z-index: -1;
}
.contact-form .form{
    padding: 30px 60px 150px;
}
.contact-form .form input{
    background: #000;
    color: #fff;
    padding: 15px 20px;
    border-radius: 0;
    margin-bottom: 20px;
}
.contact-form .form input::placeholder{
    color: #fff;
}
.contact-form .cfr{
    background: #E3DDD7;
}
.contact-form .cfr svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.footer{
    padding: 75px 0;
}
.footer .link{
    margin-bottom: 75px;
}
.footer .link a{
    color: #A3A3A3;
    font-weight: 500;
    margin: 0 20px;
}
.footer .link a:hover{
    color: #fff;
}
.footer .cp{
    color: #D9D9D9;
    font-size: 1.2rem;
    letter-spacing: 5px;
}

.page-content{
    padding-top: 15%;
}
.page-content .title{
    font-size: 3.5rem;
}
.page-content p{
    font-size: 1.25rem;
    margin-bottom: 10px;
    text-align: justify;
}
.page-content .t-title{
    color: #A3A3A3;
}
.page-content .t-title span{
    display: inline-block;
    background: #ccc8c8;
    width: 100px;
    height: 2px;
    vertical-align: middle;
    margin-left: 5px;
}
.page-content .link{
    position: relative;
    color: #000;
    margin-left: -75px;
    font-size: 1.3rem;
    font-weight: 500;
    display: inline-block;
}
.page-content .link svg{
    position: absolute;
    color: #000;
    bottom: -25px;
    right: -75px;
}
.page-content .link:hover{
    color: #707070;
}
.page-content .link:hover svg path {
    fill: #707070;
}

@media (max-width: 1400px) {
    .page-content{
        padding-top: 25%;
    }
}
@media (max-width: 992px) {
    .home-content {
        padding-top: 40%;
        padding-left: 15%;
    }
    .about-sk{
        opacity: .2;
    }
    .home-content .title{
        font-size: 3rem;
    }
    .home-bg-r{
        background-size: contain;
    }
    .home-content {
        padding-top: 50%;
    }
    .page-content{
        padding-top: 30%;
    }
}
@media (max-width: 768px) {
    .header {
        padding: 45px 0 0;
    }
    .home-banner {
        height: 750px;
    }
    .home-banner img{
        height: 800px;
    }
    .home-content{
        padding-top: 40%;
        padding-left: 10px;
    }
    .mv-mark {
        margin-right: 30px;
        margin-left: 15px;
    }
    .home-content .title{
        font-size: 2.5rem;
    }
    .home-content .link{
        margin-left: 0;
    }
    .card-project{
        text-align: center;
    }
    .card-project .p{
        height: auto;
        min-height: auto;
    }
    .index-brand{
        margin-top: 10px;
    }
    .contact-form .cfr {
        height: 200px !important;
    }
    .footer .link a{
        margin-bottom: 15px;
        display: inline-block;
    }
    .contact-form .form{
        padding: 30px 30px 75px;
    }
    .logo img{
        width: 200px;
    }
}
@media (max-width: 480px) {
    .page-content{
        padding-top: 45%;
    }
}


@media (min-width: 992px) {
    .home-content {
        padding-top: 40%;
        padding-left: 11%;
    }
    .card-project{
        text-align: center;
    }
}
@media (min-width: 1200px) {
    .home-content {
        padding-top: 30%;
    }
    .nav a {
        margin-left: 35px;
    }
}
@media (min-width: 1400px) {
    .home-content {
        padding-top: 20%;
        padding-left: 7%;
    }
}