/*GENERAl*/
body,html{
    position: absolute;
    width:100%;
}
body{
    color:black;
    font-family: 'Roboto', sans-serif;
    margin:0;
    padding:0;
    font-size:0px;
    overflow-x:hidden;
}
.mid{
    margin:auto;
    left:0;
    right:0;
}
.button{
    display:block;
    width:200px;
    padding:20px;
    font-size:20px;
    font-weight:700;
    text-align:center;
    color:white;
    background-color:#000000;
    cursor:pointer;
    text-decoration:none;
    margin-top:30px;
}
.button:hover{
    background-color:#333333;
}
.yellow{
    color:black;
    background-color:#f5ee30;
}
.yellow:hover{
    background-color:#fcf346;
}
.btn_on{
    display:none;
}
.twoLayer_Top{
    position:absolute;
    width:100%;
    z-index:2;
}
.twoLayer_Bottom{
    position:relative;
    width:100%;
    z-index:1;
}
img{
    width:100%;
}
h1{
    position: absolute;
    display: inline-block;
    z-index: 2;
    text-align: center;
    width: 65%;
    margin: auto;
    left: 0;
    right: 0;
    margin-top: 15%;
    font-size:60px;
    font-family: 'Source Serif Pro', serif;
    font-weight:700;
    color:white;
}
h2{
    font-size:48px;
    margin:0;
    padding:0;
    font-family: 'Source Serif Pro', serif;
    font-weight:700;
}
h3{
    font-size:36px;
    margin:0;
    padding:0;
    font-family: 'Source Serif Pro', serif;
    font-weight:700;
}
h4{
    font-size:32px;
    margin:0;
    padding:0;
    font-family: 'Source Serif Pro', serif;
    font-weight:700;
}
h5{
    font-size:20px;
    margin:0;
    padding:0;
    font-family: 'Roboto', sans-serif;
    font-weight:500;
    text-transform: uppercase;
}
p{
    margin:0;
    padding:0;
    font-size:16px;
    line-height:26px;
    padding-top:10px;
    padding-bottom:10px;
    font-family: 'Roboto', sans-serif;
}
.content_holder ul{
    font-size:14px;
    line-height:30px;
    margin:0;
    padding: 0;
    padding-left: 15px;
}




._desktop{
    display:inline-block!important;
}
._mobile{
    display:none!important;
}
@media screen and (max-width: 850px) {
    ._desktop{
        display:none!important;
    }
    ._mobile{
        display:inline-block!important;
    }
}


/*HEADER*/
header{
    position:fixed;
    display:inline-block;
    top: 0;
    z-index:10;
    width:100%;
    font-family: 'Roboto', sans-serif;
    padding-top:30px;
    padding-bottom: 30px;
    transition: .3s ease-in-out;
}
header .header_holder{
    position:relative;
    display:block;
    width:90%;
    max-width:1600px;
    margin:auto;
}
header .header_holder .logo{
    position: relative;
    display: block;
    width:250px;
    height:60px;
    float:left;
    z-index:5;
}
header .header_holder .logo .logo_color{
    position:absolute;
    display:block;
    z-index:2;
    transition: .3s ease-in-out;
}
header .header_holder .desktop_navi{
    position: relative;
    display: block;
    font-size:20px;
    list-style: none;
    width:780px;
    float:right;
    margin: 0;
    padding: 0;
    line-height: 59px;
    cursor:pointer;
}
header .header_holder .desktop_navi li{
    float:left;
    margin-left:20px;
    margin-right:20px;
}
header .header_holder .desktop_navi li a{
    color:white;
    text-decoration:none;
}
header .header_holder hr{
    display:none;
    height: 2px;
    margin: 0;
    background: #f5ee30;
    border: none;
    transition: .3s ease-in-out;
}
header .header_holder .mobile_navi{
    position: absolute;
    width: 24px;
    height: 21px;
    margin: auto;
    margin-top: 10px;
    right: 0;
    z-index: 5;
    cursor: pointer;
}
header .header_holder .mobile_navi .hamburger{
    width:100%;
}
header .mobile_navi_holder{
    position:fixed;
    display:none;
    background-color:rgba(0,0,0,0.8);
    width:100%;
    height:100%;
    top:0;
    z-index:1;
}
header .mobile_navi_holder ul{
    font-size:26px;
    margin: 0;
    padding: 0;
    margin-top:100px;
    font-weight:700;
}
header .mobile_navi_holder ul li{
    width:100%;
    text-align:center;
    padding-top:15px;
    padding-bottom:15px;
}
header .mobile_navi_holder ul li a{
    color:white;
    text-decoration:none;
}
header .mobile_navi_holder ul .active a{
    border-bottom:2px solid #f5ee30;
}
.navi_bg{
    background-color:white;
}
.navi_bg .header_holder .desktop_navi li a{
    color: black;
}



.darken{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    z-index:0;
    background-color:rgba(0,0,0,0.6);
}
.content_holder{
    position:relative;
    width: 100%;
}
.content_holder .section_holder{
    position:relative;
    width:90%;
    max-width:1600px;
    margin:auto;
    left:0;
    right:0;
    z-index:2;
}
.content_holder .header_holder{
    position:relative;
    display: inline;
    width:100%;
    z-index:3;
}
.content_holder .header_holder .header_image{
    position:relative;
    width:100%;
    height:35vw;
    z-index: 5;
}
.content_holder .section1{
    position:relative;
    width:100%;
    padding-top:50px;
    padding-bottom:50px;
}



.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    color:#000;
    opacity: 1;
    background: rgba(0,0,0,0.6);
}
.swiper-pagination-bullet-active {
    color:#fff;
    background: #f5ee30;
}







/*FOOTER*/
footer{
    position:relative;
    height:300px;
    width:100%;
    z-index:10;
    font-family: 'Roboto', sans-serif;
    background-color:#171717;
}
footer .footer_holder{
    position:relative;
    display:block;
    width:90%;
    max-width:1400px;
    margin:auto;
    font-size:14px;
    color:white;
}
footer .footer_holder .footer_top_holder{
    position:relative;
    display:block;
    margin:auto;
    padding-top:50px;
    padding-bottom:50px;
    height:120px;
}
footer .footer_holder .footer_top_holder .footer_logo{
    position:relative;
    display:inline-block;
    width:180px;
    float:left;
}
footer .footer_holder .footer_top_holder .footer_address{
    position:relative;
    display:inline-block;
    margin-left:8%;
    width:240px;
    float:left;
    color:#959595;
    line-height:22px;
}
footer .footer_holder .footer_top_holder .footer_address span{
    width:100%;
    color:#ffffff;
}
footer .footer_holder .footer_top_holder .footer_contact{
    position:relative;
    display:inline-block;
    margin-left:8%;
    width:160px;
    float:left;
    color:#959595;
    line-height:22px;
}
footer .footer_holder .footer_top_holder .footer_contact span{
    color:#ffffff;
    margin-right: 5px;
}
footer .footer_holder .footer_top_holder .footer_socail{
    position:relative;
    display:inline-block;
    float:right;
    text-align:center;
}
footer .footer_holder .footer_top_holder .footer_socail .btn{
    position:relative;
    display:inline-block;
    width:45px;
    margin:auto;
    right:0;
    padding-left:2px;
    padding-right:2px;
}
footer .footer_holder .footer_bottom_holder{
    position:relative;
    margin:auto;
    width:90%;
    height:79px;
    line-height:80px;
    border-top:1px solid #3a3a3a;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}
@media screen and (max-width: 1250px) {
    .button{
        width:180px;
        padding:18px;
        font-size:18px;
        margin-top:20px;
    }
    h1{
        width: 70%;
        margin-top: 15%;
        font-size:48px;
    }
    h2{
        font-size:42px;
        font-family: 'Source Serif Pro', serif;
    }
    h3{
        font-size:32px;
        font-family: 'Source Serif Pro', serif;
    }
    h4{
        font-size:28px;
        font-family: 'Source Serif Pro', serif;
    }
    h5{
        font-size:18px;
        font-family: 'Roboto', sans-serif;
    }
    p{
        font-size:14px;
        line-height:22px;
        padding-top:10px;
        padding-bottom:10px;
    }
    header .header_holder .logo{
        width: 200px;
        height: 42px;
    }
    header .header_holder .desktop_navi{
        font-size:16px;
        width:535px;
        line-height: 40px;
    }
    header .header_holder .desktop_navi li{
        margin-left:15px;
        margin-right:15px;
    }
    .content_holder ul{
        font-size:12px;
        line-height:26px;
    }
    footer .footer_holder .footer_top_holder .footer_logo{
        width:140px;
    }
    footer .footer_holder .footer_top_holder .footer_address{
        margin-left:3%;
    }
    footer .footer_holder .footer_top_holder .footer_contact{
        margin-left:3%;
    }
    footer .footer_holder .footer_top_holder .footer_socail .btn{
        width:34px;
        padding-left:2px;
        padding-right:2px;
    }
}
@media screen and (max-width: 1000px) {
    h1{
        font-size:42px;
    }
}
@media screen and (max-width: 850px) {
    .button{
        width:160px;
        padding:16px;
        font-size:16px;
        margin-top:20px;
    }
    h1{
        width: 80%;
        margin-top: 20%;
        font-size:36px;
    }
    h2{
        font-size:36px;
        font-family: 'Source Serif Pro', serif;
    }
    h3{
        font-size:28px;
        font-family: 'Source Serif Pro', serif;
    }
    h4{
        font-size:24px;
        font-family: 'Source Serif Pro', serif;
    }
    h5{
        font-size:14px;
        font-family: 'Roboto', sans-serif;
    }
    p{
        font-size:12px;
        line-height:18px;
        padding-top:10px;
        padding-bottom:10px;
    }
    header {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color:black
    }
    header .header_holder{
        margin-top:0px;
    }
    header .header_holder .logo{
        width: 150px;
        height: 35px;
        padding-top: 5px;
    }
    .content_holder{
        margin-top:60px;
    }
    .content_holder .header_holder .header_image{
        height:50vw;
    }
    .content_holder ul{
        font-size:12px;
        line-height:24px;
    }
    .content_holder .section1{
        padding-top:30px;
        padding-bottom:30px;
    }
    footer{
        height:320px;
        padding-top:30px;
        padding-bottom:30px;
    }
    footer .footer_holder .footer_top_holder {
        padding-top: 10px;
        padding-bottom: 10px;
        height: 250px;
    }
    footer .footer_holder .footer_top_holder .footer_logo {
        display: block;
        height: auto;
        float:none;
        margin:auto;
        left:0;
        right:0;
        top:0;
    }
    footer .footer_holder .footer_top_holder .footer_address{
        display: block;
        height: auto;
        float:none;
        margin:auto;
        margin-top:10px;
        left:0;
        top:0;
        text-align: center;
    }
    footer .footer_holder .footer_top_holder .footer_contact{
        display: block;
        height: auto;
        float:none;
        margin:auto;
        width: 240px;
        margin-top:10px;
        left:0;
        top:0;
        text-align: center;
    }
    footer .footer_holder .footer_top_holder .footer_socail{
        display: block;
        margin:auto;
        left:0;
        right:0;
        margin-top:10px;
        float: none;
    }
    footer .footer_holder .footer_bottom_holder {
        height: 39px;
        line-height: 39px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
@media screen and (max-width: 600px) {
    .button{
        width:140px;
        padding:14px;
        font-size:14px;
        margin-top:15px;
    }
    h1{
        width: 90%;
        font-size:26px;
    }
    h2{
        font-size:30px;
        font-family: 'Source Serif Pro', serif;
    }
    h3{
        font-size:24px;
        font-family: 'Source Serif Pro', serif;
    }
    h4{
        font-size:20px;
        font-family: 'Source Serif Pro', serif;
    }
    h5{
        font-size:12px;
        font-family: 'Roboto', sans-serif;
    }
    p{
        font-size:12px;
        line-height:18px;
        padding-top:10px;
        padding-bottom:10px;
    }
    .content_holder ul{
        font-size:12px;
        line-height:24px;
    }
    footer .footer_holder{
        font-size:12px;
    }
    footer .footer_holder .footer_top_holder .footer_address{
        line-height:16px;
        margin-top: 20px;
    }
    footer .footer_holder .footer_top_holder .footer_contact{
        line-height:16px;
        margin-top: 20px;
    }
    footer .footer_holder .footer_top_holder .footer_socail {
        margin-top: 20px;
    }
}
@media screen and (max-width: 400px) {
    footer .footer_holder .footer_bottom_holder {
        line-height: 18px;
    }
}



