/*===General Settings*/
body{
    font-family: 'Raleway', sans-serif;
    padding: 0;
    margin: 0;
    font-size:14px;
    color: #fff;
	text-align: left;
    position: relative;
    background: #fff;
}

body.noscroll{
    overflow:hidden;
}

*,*:focus {
    outline: none;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Raleway', sans-serif;
    padding: 0;
    margin: 0;
}

ul{
    padding: 0;
    margin: 0;
}

p{
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
}

.clear{
    clear: both;
}

.pointer{
    cursor: pointer;
}

.hidden{
    display: none;
}

.container-fluid{
    padding: 0 70px;
}

/*====home==*/
#home {
    position: relative;
}

#home header{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
    height: 10vh;
    width: 2px;
    background: #000;
} 

#home .section{
    background-image: url("../img/Vy400R_cover_photo.jpg");
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#home footer{
    position: absolute;
    bottom: 10vh;
    left: 50%;
    transform: translatex(-50%);
    cursor: pointer;
}

#home footer h1{
    position: absolute;
    top: -50px;
    left: -130px;
    font-size: 28px;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    white-space: nowrap;
    
}

#home footer h1 b{
    font-weight: 600;
}

#home footer span{
    position: absolute;
    top: 30px;
    left: 132px;
    white-space: nowrap;
}

#home footer>em{ 
    position: absolute;
    bottom: -7px;
    right: -77px;
    height: 90px;
    width: 2px;
    background: #000;
}

#home footer>em .line{
    position: absolute;
    left: 0;
    height: 45px;
    width: 2px;
    background: red;
    -webkit-animation: myslide 3s infinite;
    animation: myslide 3s infinite;
}

#home footer>em .arrow{
    position: absolute;
    bottom: -10px;
    left: -3px;
    border: solid red;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    
    -webkit-animation: myfade 3s infinite;
    animation: myfade 3s infinite;
}

/*====page==*/
.page{
    background: #000;
    position: relative;
    display: table;
    width: 100%;
}

.page article{
    padding: 80px 10vw;
    box-sizing: border-box;
    width: 70%;
    display: table-cell;
    vertical-align: top;
}

.page article h2{
    font-size: 60px;
    line-height: 62px;
    font-weight: 700;
    padding-bottom: 30px;
}

.page article h2 span{
    font-weight: 300;
}

.page article h3{
    font-size: 24px;
    font-weight: 700;
    padding: 20px 0 0 0;
}

.page article p{
    font-size: 20px;
    font-weight: 300;
    text-align: justify;
    line-height: 32px;
}

.page article p b{
    font-weight: 600;
}

.page .website{
    position: absolute;
    left: 10vw;
    bottom: 30px;
}

.page .website a{
    color: #bec6ce;
    font-size: 16px;
    position: relative;
}

.page .website a::after{
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 0%;
    height: 1px;
    background: #bec6ce;
    transition: all 0.4s;
}

.page .website a:hover::after{
    width: 100%;
    transition: all 0.4s;
}

.page aside{
    display: table-cell;
    width: 30%;
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
    padding-bottom: 125px;
}

.page aside img{
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}

.page aside p{
    color: #bec6ce;
    font-size: 16px;
    padding: 0 50px 25px 0;
}

.page aside .bottom-line{
    height: 100px;
    width: 8px;
    background: #586576;
    position: absolute;
    bottom: 0;
    right: 50px;
}

.page aside .center-line{
    height: 2px;
    background: #fff;
    margin: 40px 0;
    position: relative;
}

.page aside .center-line::after{
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    content: "";
    height: 2px;
    width: 20%;
}

.page aside.page-5{
    padding: 80px 0;
    vertical-align: middle;
}

.page aside.page-5 p{
    padding: 0 20px;
    line-height: 26px;
}

.page aside.page-5 p b{
    color: #dae1e8;
    font-weight: 600;
}

.page aside.page-5::after,
.page aside.page-5::before{
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    content: "";
    height: 25%;
    width: 3px;
}

.page aside.page-5::after{
    top: auto;
    bottom: 0;
}

.page.text-vertical-holder aside{
    padding-bottom: 380px;
}

.page aside p.text-vertical{
    writing-mode: vertical-lr;
    text-orientation: upright;
    position: absolute;
    right: 15px;
    bottom: 17px;
    padding: 0;
}

.page.page-full article{
    width: 100%;
}

.page.page-full article .item-holder{
    position: relative;
}

.page.page-full article em{
    position: absolute;
    top:70px;
    left: -10vw;
    width: 80vw;
    background: #fff;
    height: 1px;
}

.page.page-full article em::before,
.page.page-full article em::after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #fff;
}

.page.page-full article em::before{
    width: 60%;
    height: 3px;
    top: -1px;
}

.page.page-full article em::after{
    width: 25%;
    height: 5px;
    top: -2px;
}

.page.page-full article .item{
    width: 30%;
    padding-right: 3.333%;
    float: left;
}

.page.page-full article .item h3{
    font-size: 23px;
    padding-top: 30px;
    padding-bottom: 25px;
}

.page.page-full article .item h4{
    font-size: 18px;
}

.page.page-full article .item p{
    font-size: 16px;
    line-height: 24px;
    color: #bec6ce;
}

.page.page-full article .single-line{
    margin-bottom: 50px;
    position: relative;
}

.page.page-full article .single-line::before{
    position: absolute;
    top: 48%;
    left: -10vw;
    width: 8vw;
    height: 5px;
    background: #fff;
    content:"";
}

.page.page-full article .single-line h2{
    margin: 0;
    padding: 0;
}

.page.page-full article .single-line p{
    line-height: 24px;
    color: #bec6ce;
}

#page-7 article{
    padding-top: 150px;
    padding-bottom: 0;
}

#page-7 img{
    margin-top: 90px;
    width: 100%;
    height: auto;
    margin-bottom: -3px;
}

#contact article{
    padding-top: 25vh;
}

#contact article h2{
    padding-bottom: 10px;
}

#contact article .contact-us a{
    font-size: 24px;
    color: #bec6ce;
    position: relative;
}

#contact article .contact-us a::after{
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 0%;
    height: 1px;
    background: #bec6ce;
    transition: all 0.4s;
}

#contact article .contact-us a:hover::after{
    width: 100%;
    transition: all 0.4s;
}

#contact article .contact-us .phone{
    display: none;
}

#contact article .final-link{
    padding-top: 20vh;
    padding-bottom: 10vh;
    position: relative;
}

#contact article .final-link::before{
    content:"";
    position: absolute;
    bottom: 11vh;
    left: 0;
    width: 100%;
    height: 5px;
    background: #fff;
}

#contact article .final-link a{
    color: #fff;
    font-size: 30px;
    display: inline-block;
    background: #000;
    padding-right: 30px;
    font-weight: 600;
    transition: all 0.3s;
    position: relative;
}

#contact article .final-link a:hover{
    color: #bec6ce;
    transition: all 0.3s;
}

/*====image cover==*/
.image-cover{
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  white-space: nowrap;
  white-space-collapsing: collapse;
  font-size: 0;
  line-height: 0;
}

.image-cover img{
    width: 100%;
    height: auto;
    opacity: 0;
}

/*====menu==*/
#menu{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 99;
    display: none;
}

#menu .holder{
    position: fixed;
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    background: #000;
    text-align: center;
    list-style-type: none;
    padding: 20px 0;
}

#menu ul{
    text-align: center;
    list-style-type: none;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
    right: 0;
}

#menu ul.landscape{
    position: relative;
    top: 0;
    transform: translatey(0);
    left: 0;
    right: 0;
}

#menu ul>li{
    display: block;
    padding: 10px;
}

#menu ul>li>a{
    color: #fff;
    position: relative;
    font-size: 24px;
    font-weight: 300;
    padding: 13px 0;
    transition: all 0.3s;
}

#menu ul>li>a:hover,
#menu ul>li>a.active{
    color: #bec6ce;
    transition: all 0.3s;
}

#menu ul>li>a::after{
    position: absolute;
    bottom: 6px;
    left: 0;
    content: "";
    width: 0%;
    height: 1px;
    background: #bec6ce;
    transition: all 0.4s;
}

#menu ul>li>a.active:hover::after,
#menu ul>li>a:hover::after{
    width: 100%;
    transition: all 0.4s;
}

#menu-btn{
    position: fixed;
    top: 50px;
    right: 50px;
    background: #586576;
    z-index: 9999;
    width: 90px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
}

#menu-btn.active,
#menu-btn:hover{
    transition: all 0.2s;
    background: #000;
}

#menu-btn.active span,
#menu-btn:hover span{
    transition: all 0.1s;
    font-size: 20px;
}

#menu-btn span{
    font-size: 22px;
    line-height: 50px;
    font-weight: 300;
    transition: all 0.1s;
}

#menu-btn span:last-child{
    display: none;
}

#menu-btn.active span:first-child{
    display: none;
}

#menu-btn.active span:last-child{
    display: block;
}

/*====Smartphone==*/
@media (max-width:768px){
    .page article{
        display:block;
        width: 100%;
    }
    
    .page aside{
        display:block;
        width: 100%;
        padding-left: 10vw;
        padding-right: 10vw;
    }
    
    #page-5 article{
        padding-bottom: 40px;
    }
    
    .page aside.page-5{
        padding-top: 10px;
        padding-left: 10vw;
        padding-right: 10vw;
    }
    
    .page aside.page-5 p{
        padding: 0;
    }
    
    aside.page-5::before,
    aside.page-5::after,
    .page aside .center-line::after{
        display: none;
    }
    
    .page.page-full article .item{
        float: none;
        width: auto;
        margin-bottom: 40px;
    }
    
    .page.page-full article .item h3{
        position: relative;
    }
    
    .page.page-full article .item h3::before{
        position: absolute;
        bottom: 12px;
        left: -10vw;
        width: 40vw;
        background: #fff;
        height: 2px;
        content:"";
    }
    
    .page.page-full article .item h3::after{
        position: absolute;
        bottom: 11px;
        left: -10vw;
        width: 25vw;
        background: #fff;
        height: 4px;
        content:"";
    }
    
    .page.page-full article em{
        display: none;
    }
    
    #menu .holder {
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
    }
    
    #menu-btn{
        width: 70px;
        height: 34px;
        top: 20px;
        right: 20px;
    }
    
    #menu-btn.active span,
    #menu-btn:hover span{
        font-size: 14px;
    }
    
    #menu-btn span{
        font-size: 16px;
        line-height: 34px;
    }
    
    .image-cover img{
        width: 100%;
        height: auto;
        opacity: 1;
    }
    
    #contact article .contact-us .phone{
        display: block;
    }
}

/*====Small & Old Smartphone==*/
@media (max-width:600px){
    .page article h2 {
        font-size: 34px;
        line-height: 36px;
    }
    
    .page article p {
        font-size: 18px;
        text-align: left;
    }
    
    #home .section{
        background-size: contain;
    }
    
    #menu ul>li>a{
        font-size: 16px;
        padding: 8px 0;
    }
}

/*====fader function==*/
@-webkit-keyframes myfade{
    0%   {opacity: 0;}
    50%  {opacity: 1;}
    100% {opacity: 0;}
}

@keyframes myfade{
    0%   {opacity: 0;}
    50%  {opacity: 1;}
    100% {opacity: 0;}
}

/*====slide function==*/
@-webkit-keyframes myslide{
    0%   {top:0;}
    50%  {top: 45px;}
    100% {top: 0;}
}

@keyframes myslide{
    0%   {top:0;}
    50%  {top: 45px;}
    100% {top: 0;}
}