/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
    margin-left: 3.1rem;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:white;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
}
h1{
	font-size: 6em;
}
.splide__slide{
	text-align:center;
    margin: auto;
}

.nav{
    /* background-color: aqua; */
    height:100vh;
    width: 4vw;
    float:left;
    background-color: rgba(97, 95, 95, 0.493);
}
#splide{
    /* background-color: red; */
    height:100vh;   
    width: 96vw;
    float:left;
}
#splide .splide__slide{
    background-color: rgba(0, 0, 0, 0.5);
}
body{
    width: 100vw;
    height:100vh;
    background-image:url("../img/546.JPG");
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: cover;
}
#introduce{
    z-index: 100;
    left: 4vw;
    top: 21%;
    height: 60vh;
    width: 46.7vw;
    position: absolute;
    background-color: transparent;
    border-right: 1px solid white;
}
.strong-home,.strong-achieve{
    cursor: pointer;
}
.row .col-md-6{
    color: white;
    z-index: 100;
    text-align: left;
}
.row.achieve,.row.contact,.row.info,.row.home{
    height: 100vh;
}
.row.achieve>.col-md-6,
.row.contact>.col-md-6,
.row.info>.col-md-6,
.row.home>.col-md-6{
    align-self: center;
}
.row.info{
    font-size: 1.5rem;
}
.row.info h1{
    font-size: 5rem;
}
.row.achieve{
    padding-top: 1rem;
}
.row.achieve .col-md-6{
    padding:0 0 0 2rem;
}
.row h1{
    font-size: 3rem!important;
    margin-bottom: 2rem;
}
.row.achieve h1::before,.row.info h1::before{
    content: "";
    height: 1rem;
    position: absolute;
    top: 4.5rem;
    border-top: 1rem solid rgba(196, 194, 194, 0.39);
    width: 28rem;
}
.row.achieve b{
    width: 40vw;
    background-color: white;
    color: black;
    padding: 0.5rem;
    font-size: 1.4rem;
    border-radius: 2px;
}
.row.achieve div{
    font-size: 2rem;
}
.row.achieve .col-md-6 strong{
    font-size: 2rem;
}
.row.achieve .col-md-6 strong::before{
    content: "";
    position: absolute;
    height: 1rem;
    width: 2.5rem;
    border-bottom: 1px solid white;
    left: 2rem;
    padding-top: 1.5rem;
}

.row p{
    width: 40vw;
    font-size: 1.2rem;
}

.group-box{
    width: 4vw;
    top: 40%;
    position: absolute;
}
.nav .box{
    text-align: center;
    padding:0.7rem 0;
}
.nav .box svg{
    font-size: 1.4rem;
    color: black;
}
.scroll__label:hover .next{
    background-color: #ffa50075;
}
.nav .box.active{
    background-color: #ffa500!important;
}
.scroll__label:hover .scroll__label-right{
    left:4vw;
    opacity: 1;
    transition: opacity 1s,left 0.5s;
}
.scroll__label:hover .scroll__label-left{
    right:4vw;
    opacity: 1;
    transition: opacity 1s,right 0.5s;
}
.nav .box:hover{
    cursor: pointer;
    background-color: #ffa50075;
}
.nav .box:hover .box-label{
    opacity: 1;
    left:4.9vw;
    transition: opacity 1s,left 0.5s;

}
.nav .box-label{
    position: absolute;
    left: 5.5vw;
    border-bottom: 1px solid white;
    width: 6rem;
    font-size: larger;
    color: white;
    background-color: transparent;
    z-index: 100;
    display: inline;
    opacity: 0;
    text-shadow: 7px -5px 8px #8D8D8D;
}
.splide__arrow.splide__arrow--prev,.splide__arrow.splide__arrow--next{
    visibility:hidden;
}
.scroll__label{
    position: absolute;
    bottom: 1.2rem;
    left: 49.8vw;
    color: white;
    z-index: 100;
}
.scroll__label>div{
    float: left;
}
.scroll__label .next{
    border-radius: 50%;
    background: white;
    border: 0;
    height: 3rem;
    color: black;
    padding: 0;
    margin: auto;
    width: 2rem;
}
.scroll__label .scrollwheel{
    display: block;
    position: absolute;
    left: 0.7rem;
    top: 0.6rem;
    background-color: #ffa500;
    width: 8px;
    height: 13px;
    border-radius: 50%;
    animation-name: scrollwheel;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes scrollwheel {
    0% { top: 0.7rem; }
    50% { top:0.4rem; }
    100% { top: 0.7rem; }
  }
.scroll__label .scroll__label-right,.scroll__label .scroll__label-left{
    position: absolute;
    opacity: 0;
}
.scroll__label .scroll__label-right{
    left:5vw;
}
.scroll__label .scroll__label-left{
    right:5vw;
}
.home .home-content{
    text-align: left;
}
#introduce{
    color: white;
    font-size: 2rem;
    font-weight: 900;
}
#introduce img{
    width: 15vw;
}

#introduce .wrapper{
    width: 50%;
    height: 50vh;
    margin: auto;
    text-align: center;
}
.wrapper .pos{
    width: 75%;
    margin: auto;
    font-size: 1.5rem;
    font-weight: 900;
    bottom: 0rem;
    line-height: 3rem;
}
.wrapper .pos::before,.wrapper .pos::after{
    position: absolute;
    border-bottom: 0.2rem solid white;
    content: "";
    width: 4rem;
    height: 6rem;
    margin-top: -4.3rem;
}
.wrapper .pos::before{
    border-left: 0.2rem solid white;
    left: 10rem;
}
.wrapper .pos::after{
    border-right: 0.2rem solid white;
    right: 10rem;
}
.wrapper .name{
    width: 50%;
    margin: auto;
}
.home .home-content{
    padding:0 1.5rem;
}
.home .home-content strong{
    font-size: 3rem;
    margin-left: 2rem;
}
.home-content h1 span{
    font-size: 8rem!important;
    padding:0;
    margin:0;
}
.home .home-content p{
    font-size: 1.5rem;
    width: 40vw;
    margin-left: 2.1rem;
}
.home .home-content strong::before{
    content: "";
    left: 2rem;
    height: 11rem;
    border-left: 0.5rem solid white;
    position: absolute;
}
.home .home-content .strong-home{
    position: absolute;
    font-size: 1.5rem;
    margin: 0.5rem 2rem;
    background: white;
    padding: 0.1rem 0.6rem;
    color: black;
    border-radius: 1px;
}
.row.info p{
    line-height:2rem;
    margin-bottom: 1.2rem;
}
.row.info a{
    padding: 0.5rem 1rem;
    background: white;
    color: black;
    border-radius: 2px;
    margin-left:3.5rem;
    font-weight: bold;
}
.row .col-md-4.text-right p{
    width: 100%;
}
.row .col-md-4.text-right .contact>div {
    float: right;
    margin-left: 0.5rem;
}
.contact-logo{
    font-size: 3rem;
    width: 4rem;
    height: 4rem;
    color: black;
    background: white;
    padding: 0.5rem;
    border-radius: 2px;
    line-height: 3rem;
}
.row.contact .col-md-4.text-right ul{
    margin-top: 10rem;
}
.row.contact .col-md-4.text-right li{
    margin-bottom: 1.3rem;
}
.row.contact a{
    padding: 0.5rem 1rem;
    background: white;
    color: black;
    border-radius: 2px;
    font-weight: bold;
    line-height: 3rem;
}
.row.contact a:hover{
    background: rgba(163, 163, 163, 0.5);
    color: white;
}
.row.info a::before{
    position: absolute;
    width: 3rem;
    height: 1rem;
    border-top: 1px solid white;
    margin-top: 0.9rem;
    left: 2rem;
    content: "";
}
.row.info .col-md-6{
    padding: 1rem 0 0 2rem;
}
.row.contact .col-md-6.text-left{
    margin:0 0 0 2rem;
}
.row.contact .col-md-6 h3{
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: bold;
}
.row.contact .col-md-6.text-right{
    margin:0;
}
.row.contact .col-md-6.text-left h1{
    margin-bottom:3rem;
}
.row.contact .col-md-6.text-left h1::before{
    position: absolute;
    left: 1rem;
    margin-top: 4rem;
    border-top: 1rem solid rgba(196, 194, 194, 0.39);
    width: 19rem;
    height: 1rem;
    content: "";
}
.row.contact .col-md-6.text-left h1 svg{
    font-size: 2.5rem;
}
.row.contact .col-md-6.text-left li{
    margin: 2rem 2rem 2rem 0;
}
.row.info ul{
    margin: 2rem 0 0.5rem;
}
.row.info strong{
    margin-left: -0.1rem;
} 
#contract{
    position: absolute;
    bottom: 0;
    left: 4vw;
    padding: 0.7rem 0.7rem 0.7rem 0.5rem;
    z-index: 100;
}
#contract>div{
    width: 2rem;
    height: 2rem;
    float: left;
    font-size: 1.2rem;
    background: white;
    padding: 0.2rem 0.4rem;
    margin-left: 0.5rem;
}
#contract>div:hover{
    color:white;
    background-color: rgba(180, 179, 179, 0.5);
}
#contract .facebook{
    padding: 0.2rem 0.6rem;
}
#contract .skype{
    font-size: 1.4rem;
    padding: 0rem 0.4rem;
}
#contract svg{
    color:black;
    opacity: 0.7;
}
#contract>div:hover{
    cursor: pointer;
}
.mobi-img{
         display: none;
        height: 30%;
        margin-top: 5rem;
    }
    .mobi-img img{
        width: 35%;
        float: left;
        margin-left: 9rem;
    }
@media only screen and (max-width: 1440px) {
    #introduce img {
        width: 15vw;
    }
    .splide__pagination{
        margin-right: 1rem;
    }
    .home-content h1 span {
        font-size: 6rem!important;
    }
    .row h1 {
        font-size: 2.5rem!important;
        margin-bottom: 1.5rem;
    }
    .home .home-content strong {
        font-size: 2rem;
    }
    .home .home-content p {
        font-size: 1.2rem;
    }
    .home .home-content strong::before {
        height: 8.4rem;
    }
    .home .home-content .strong-home{
        font-size: 1.2rem;
    }
    .row.info a {
        padding: 0.3rem .6rem;
        margin-left: 2.5rem;
        font-size: 1rem;
    }
    .row.info h1::before {
        height: 1rem;
        top: 4.5rem;
    }
    .row.achieve h1::before{
        top: 3.5rem;
    }
    .row.achieve b {
        font-size: 1.2rem;
    }
    .row.contact a {
        padding: 0.2rem .5rem;
    }
    .row.contact .col-md-6 h3 {
        font-size: 1.3rem;
    }
    .nav .box svg{
        font-size: 1rem;
    }
}
@media only screen and (max-width: 1024px) {
    #introduce img {
        width: 18vw;
        top: 1vh;
        left: 14.5vw;
    }
    .row.info h1::before {
        width: 17vw;
        height: 1rem;
        top: 3.5rem;
    }
    .row.achieve h1::before {
        width: 26vw;
        height: 0.7rem;
        top: 2rem;
        border-top: 0.5rem solid rgba(196, 194, 194, 0.39);
    }
    .row.info strong {
        font-size: 1.3rem;
    }
    .row.info ul {
        margin: 1.5rem 0 0;
        font-size: 1.2rem;
    }
    .row.info p {
        line-height: 1.3rem;
        font-size: 0.9rem;
        margin: 0rem 0 1rem;
    }
    .row.contact .col-md-6.text-left h1::before {
        left: 1rem;
        margin-top: 4rem;
        border-top: 0.5rem solid rgba(196, 194, 194, 0.39);
        width: 9rem;
    }
    .wrapper .name {
        width: 50%;
        font-size: 1.4rem;
    }
    .row.info a::before {
        width: 2rem;
        border-top: 1px solid white;
        margin-top: 1.1rem;
    }
    .wrapper .pos {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .row h1{
        font-size: 2rem!important;
        margin-bottom: 1rem;
    }
    .home-content h1 span {
        font-size: 6rem!important;
    }
    .home .home-content strong {
        font-size: 2rem;
        margin-left: 1.5rem;
    }
    .home .home-content {
        padding: 0 1rem;
    }
    .home .home-content strong::before {
        left: 1.5rem;
        height: 7.6rem;
    }
    .home .home-content p {
        font-size: 1rem;
        margin-left: 2rem;
    }
    .home .home-content .strong-home {
        position: absolute;
        font-size: 1rem;
        margin: 1.5rem 1.5rem 0.5rem;
        background: white;
        padding: 0.1rem 0.6rem;
        color: black;
        border-radius: 1px;
    }
    .wrapper .pos::before {
        margin-top: -5rem;
        left: 5rem;
    }
    .wrapper .name::before, .wrapper .name::after {
        margin-top: 1rem;
        height: 6rem;
        top: -2.4rem;
        
    }
    .wrapper .pos::after {
        right: 5rem;
        margin-top: -5rem;
    }
    .wrapper .name::before {
        
        left: -7rem;
    }
    .nav .box svg{
        font-size: 0.7rem;
    }
    .row.achieve .col-md-6 strong {
        font-size: 1.2rem;
    }
    .splide__pagination{
        padding-right: 0.5rem;
    }
    .row.achieve b {
        font-size: 0.8rem;
    }
    .row p {
        font-size: 0.9rem;
    }
    .row.contact .col-md-6 h3 {
        font-size: 0.7rem;
    }
    .row.contact a {
        padding: 0.2rem .3rem;
    }
    .row.contact .col-md-6.text-left li {
        margin: 1.5rem 1.5rem 1.5rem 0;
    }
    .row h1 {
        font-size: 1.5rem!important;
    }
    .row.contact .col-md-6.text-left h1 svg {
        font-size: 1.3rem;
    }
    .row.contact .col-md-6.text-left h1::before {
        left: 1rem;
        margin-top: 2rem;
    }
    .row.info h1::before {
        width: 17vw;
        height: 1rem;
        top: 3rem;
        border-top: 0.5rem solid rgba(196, 194, 194, 0.39);
    }
    .row.achieve .col-md-6 strong::before {
        padding-top: 0.5rem;
    }
    .scroll__label .scroll__label-left,.scroll__label .scroll__label-right {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    #introduce{
        display: none;
    }
    .row.achieve, .row.contact, .row.info, .row.home{
        width:123vw;
    }
    .col-md-6{
        max-width: 70%;
    }
    .col-md-6.offset-6 {
        margin: 15%;
    }
    .row.contact .col-md-4.text-right{
        display: none;
    }
    .row.contact .col-md-6.col-sm-12.text-left{
        width: 100%;
    }
    .scroll__label{
        left:49.8vw;
    }
}

@media only screen and (max-width: 425px) {
    #splide{
        width:100vw;
    }
    #contract{
        display: none;
    }
    .nav{
        display: flex;
        height: 2.9rem;
        width: 100vw;
        position: absolute;
        z-index: 100;
    }
    .nav .box{
        float: left;
        width: 10vw;
    }
    .nav .box .box-label{
        display: none;
    }
    .group-box{
        width: 100vw;
        position: fixed;
        height: 2.5rem;
        top:0%;
    }
    .row.achieve>.col-md-6, .row.contact>.col-md-6, .row.info>.col-md-6, .row.home>.col-md-6{
        margin-top: 10vh;
        align-self:self-start;
    }
    .col-md-6.offset-6{
        margin: 5%;
    }
    .row .col-md-4.text-right .contact>div{
        float: left;
        margin: 0 0.5rem 0 0;
    }
    .row.contact .col-md-4.text-right{
        display: block;
        text-align: left!important;
    }
    .row.contact .col-md-4.text-right ul{
        margin: 0 0 0 2rem;
    }
    .row.contact .col-md-6.text-left{
        margin-top: 1rem;
        width: 100%;
    }
    .home .home-content strong{
        font-size: 1.7rem;
        margin-left: 1.9rem;
    }
    .home .home-content p{
        width: 69vw;
    }
    .row p{
        width: 69vw;
    }
    .row.home .strong-home div{
        font-size: 2rem;
    }
    .scroll__label{
        left:46.8vw;
    }
    
    .mobi-img{
        display: block;
        position: absolute;
    }
    .home-content{
        top: 20%;
    }
}
@media only screen and (max-width: 375px){
    .home .home-content strong {
        font-size: 1.3rem;
    }
}
@media only screen and (max-width: 320px) {
    .nav .box{
        float: left;
        width: 20vw;
    }
    #contract>div {
        width: 1.5rem;
        height: 1.5rem;
        font-size: 0.8rem;
    }
    #contract .skype{
        font-size: 1rem;
    }
}
