/*BASIC*/
body,html{
    margin:0;
    padding:0;
    font-size:0px;
    overflow-x: hidden;
}
body{
    background-size: 100%;
    background-repeat: repeat;
}
#page{
    overflow:hidden;
}
img{
    width:100%;
}
.site-content{
    width:100%;
    max-width:1920px;
    margin:auto;
    overflow:hidden;
}
.ms-container img{
    max-width: none;
}
._desktop{
    display:block;
}
._mobile{
    display:none;
}

.button{
    width:240px;
    color:white;
    border-radius:50px;
    font-size:20px;
    line-height:60px;
    height:60px;
    text-align:center;
    border:2px solid white;
    cursor:pointer;
}
.button:hover{
    color:#cdcdcd;
    border:2px solid #cdcdcd;
}
.box_title{
    position: relative;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    color:black;
    font-size:22px;
    line-height:60px;
    height:60px;
    padding-left: 20px;
    padding-right: 20px;
    text-align:center;
    background-color:#fbda40;
    text-transform:uppercase;
}
h1{
    position: relative;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size:65px;
    line-height:75px;
    margin: auto;
    margin-left:0px;
}
h2{
    position: relative;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size:30px;
    line-height:30px;
    margin: auto;
    margin-left:0px;
}
h3{
    position: relative;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size:36px;
    line-height:46px;
    margin: auto;
    margin-left:0px;
}
h4{
    position: relative;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size:20px;
    line-height:28px;
    font-weight:600;
    margin: auto;
    margin-left:0px;
}
p{
    position: relative;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size:20px;
    line-height:26px;
    margin: auto;
    margin-left:0px;
    text-align:left;
}
.link{
    position: relative;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size:20px;
    line-height:26px;
    margin: auto;
    margin-left:0px;
    text-decoration:underline;
}

@media screen and (max-width: 768px) {
    ._desktop{
        display:none;
    }
    ._mobile{
        display:block;
    }
}
/*ELEMENT WITH TWO LAYER*/
.btn_on{
    display:none;
}
.btn_selected{
    display:none;
}
.twoLayer_Top{
    position:absolute;
    width:100%;
    z-index:2;
}
.twoLayer_Bottom{
    position:relative;
    width:100%;
    z-index:1;
}

/*HEADER*/
header{
    position:absolute;
    display: inline-block;
    width: 100%;
    z-index:6;
    max-width:1920px;
    margin:auto;
    left:0;
    right:0;
}
header .menu{
    position:absolute;
    display:inline-block;
    height:180px;
    width:94%;
    margin:auto;
    left:0;
    right:0;
    background-color:white;
    padding-left:3%;
    padding-right:3%;
    z-index:2;
}
header .menu .mobile_menu{
    position: absolute;
    display:none;
    width: 24px;
    margin-top: 12px;
    padding-left: 0px;
    cursor:pointer;
}
header .menu .close_menu{
    position: absolute;
    display:none;
    width: 24px;
    margin-top: 24px;
    cursor:pointer;
}
header .menu .logo{
    float:left;
    width:260px;
    margin-top:24px;
}
header .menu .main_navi_holder{
    float:right;
    padding-top:57px;
}
header .menu .main_navi_holder .main_menu{
    float:left;
    list-style:none;
    height:60px;
    padding:0;
}
header .menu .main_navi_holder .main_menu li{
    display:inline-block;
    height:66px;
    border-bottom:6px solid white;
}
header .menu .main_navi_holder .main_menu li:hover{
    border-bottom:6px solid #40A1FB;
}
header .menu .main_navi_holder .main_menu .active{
    border-bottom:6px solid #40A1FB;
}
header .menu .main_navi_holder .main_menu li a{
    font-family: 'Poppins', sans-serif;
    color:black;
    font-size:20px;
    text-decoration:none;
    line-height:60px;
    padding-left:25px;
    padding-right:25px;
}
header .menu .langauge_menu{
    position:relative;
    display:inline-block;
    margin:auto;
    right:0;
    width:110px;
    height:60px;
    background-color:#fbda40;
    margin-left:20px;
}
header .menu .langauge_menu .langauge_selector{
    position:absolute;
    display:inline-block;
    font-family: 'Poppins', sans-serif;
    margin:auto;
    left:0;
    right:0;
    top:0;
    bottom:0;
    height:20px;
    width:80px;
    font-size:20px;
    line-height:20px;
    color:black;
    cursor:pointer;
    z-index:2;
}
header .menu .langauge_menu .langauge_selector_dropdown{
    position:absolute;
    display:none;
    font-family: 'Poppins', sans-serif;
    margin:auto;
    font-size:20px;
    line-height:20px;
    color:black;
    margin-top:60px;
    width:110px;
    z-index:1;
}
header .menu .langauge_menu .langauge_selector_dropdown ul{
    float:left;
    list-style:none;
    padding:0;
    margin:0;
    width:100%;
    background-color:#fbda40;
}
header .menu .langauge_menu .langauge_selector_dropdown ul li{
    position: relative;
    display: block;
    height:60px;
    width:100%;
}
header .menu .langauge_menu .langauge_selector_dropdown ul li a{
    position: absolute;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    color:black;
    font-size:20px;
    text-decoration:none;
    line-height:60px;
    padding-left: 15px;
}
header .menu .langauge_menu .arrow{
    position:absolute;
    display:inline-block;
    margin:auto;
    margin-top:4px;
    right:0;
    width:16px;
}
header .menu .langauge_menu .arrow{
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}
.flipBack{
  transform: rotate(0deg);
}
.flip{
  transform: rotate(-180deg);
}

header .mobile_navi_holder{
    position:absolute;
    display:none;
    z-index:1;
    width:100%;
    background-color:rgba(255,255,255,0.9);
    padding-left:20px;
    padding-right:20px;
}
header .mobile_navi_holder ul{
    position:absolute;
    display:inline-block;
    padding: 0px;
    margin:auto;
    height:300px;
    left:0;
    right:0;
}
header .mobile_navi_holder ul li{
    display:inline-block;
    text-align:center;
    width:100%;
    height:60px;
}
header .mobile_navi_holder ul li a{
    font-family: 'Poppins', sans-serif;
    color:black;
    font-size:20px;
    text-decoration:none;
    padding-bottom: 5px;
    border-bottom:6px solid none;
}
header .mobile_navi_holder ul li .active{
    border-bottom:6px solid #40A1FB;
}

/*FOOTER*/
footer{
    position:relative;
    display:block;
    width: 100%;
    height:400px;
    z-index:2;
    background-color:black;
    margin:auto;
    left:0;
    right:0;
}
footer .site-footer{ 
    position: absolute;
    display: inline-block;
    width: 88%;
    max-width:1700px;
    height: 200px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align:center;
}
footer .footer_navi_holder{    
    position: relative;
    display: inline-block;
    width: 100%;
    height: 200px;
}
footer .footer_navi_holder .logo{    
    position: absolute;
    display: inline-block;
    left: 0;
    width: 260px;
    margin-top: 24px;
    margin-bottom: 24px;
}
footer .footer_navi_holder ul{
    position: absolute;
    display: inline-block;
    margin:auto;
    left: 0;
    right:0;
    list-style:none;
    width: 650px;
    padding: 0px;
    margin-top: 85px;
    /*margin-left: 300px;*/
}
footer .footer_navi_holder ul li{
    display:inline-block;
}
footer .footer_navi_holder ul li a{
    font-family: 'Poppins', sans-serif;
    color:#EDEDED;
    font-size:20px;
    text-decoration:none;
    line-height:20px;
    margin-left:25px;
    margin-right:25px;
}
footer .footer_navi_holder ul li a:hover{
    color:white;
}
footer .footer_navi_holder .footer_social{
    position:absolute;
    display:inline-block;
    margin-top: 70px;
    right:0;
}
footer .footer_navi_holder .footer_social .btn_footer_social{
    position:relative;
    display:inline-block;
    width:40px;
    margin-left:10px;
}
footer .footer_navi_holder .footer_social .btn_footer_social .btn_on{
    opacity:0.5;
}

footer .copyright{
    position:relative;
    display:inline-block;
    width:100%;
    height:76px;
    margin-top:30px;
}
footer .copyright p{
    font-size: 20px;
    line-height: 76px;
    position:relative;
    display:inline-block;
    color:#EDEDED;
}
footer .copyright a{
    text-decoration:none;
    color:#EDEDED;
}
footer .copyright a:hover{
    color:white;
}
.main_content{
    font-family: 'Poppins', sans-serif;
    font-family: 'Open Sans', sans-serif;
    overflow:hidden;
}

@media screen and (max-width: 1600px) {
    .button{
        width:228px;
        font-size:18px;
        line-height:54px;
        height:54px;
    }
    .box_title{
        font-size:22px;
        line-height:54px;
        height:54px;
    }
    h1{
        font-size:54px;
        line-height:64px;
    }
    h2{
        font-size:26px;
        line-height:26px;
    }
    h3{
        font-size:32px;
        line-height:42px;
    }
    h4{
        font-size:18px;
        line-height:28px;
    }
    p{
        font-size:18px;
        line-height:24px;
    }
    .link{
        font-size:18px;
        line-height:24px;
    }
}
@media screen and (max-width: 1350px) {
    .button{
        width:210px;
        font-size:16px;
        line-height:48px;
        height:48px;
    }
    .box_title{
        font-size:20px;
        line-height:48px;
        height:48px;
    }
    h1{
        font-size:48px;
        line-height:58px;
    }
    h2{
        font-size:22px;
        line-height:22px;
    }
    h3{
        font-size:28px;
        line-height:38px;
    }
    h4{
        font-size:16px;
        line-height:28px;
    }
    p{
        font-size:16px;
        line-height:22px;
    }
    .link{
        font-size:16px;
        line-height:22px;
    }

    footer .site-footer{ 
        width: 88%;
        height: 200px;
    }
    footer .footer_navi_holder{
        width: 100%;
        height: 200px;
    }
    footer .footer_navi_holder .logo{
        width: 260px;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    footer .footer_navi_holder ul{
        width: 550px;
        /*margin-left: 270px;*/
    }
    footer .footer_navi_holder ul li a{
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media screen and (max-width: 1280px) {
    header .menu{
        height:160px;
        width:calc(100% - 84px);
        padding-left:3%;
        padding-right:3%;
    }
    header .menu .logo{
        width:200px;
        margin-top:30px;
    }
    header .menu .main_navi_holder{
        padding-top:52px;
    }
    header .menu .main_navi_holder .main_menu li a{
        font-size:18px;
        padding-left:15px;
        padding-right:15px;
    }
    header .menu .langauge_menu{
        width:100px;
        height:60px;
        margin-left:20px;
    }
    header .menu .langauge_menu .langauge_selector{
        height:20px;
        width:70px;
        font-size:18px;
        line-height:20px;
    }
    header .menu .langauge_menu .langauge_selector_dropdown{
        font-size:18px;
        margin-top:60px;
        width:100px;
    }
    header .menu .langauge_menu .langauge_selector_dropdown ul li{
        height:60px;
    }
    header .menu .langauge_menu .langauge_selector_dropdown ul li a{
        font-size:18px;
        line-height:60px;
        padding-left: 15px;
    }
    header .menu .langauge_menu .arrow{
        margin-top:4px;
        right:0;
        width:16px;
    }


    footer .site-footer{
        height: 200px;
    }
    footer .footer_navi_holder{
        height: 150px;
    }
    footer .footer_navi_holder .logo{
        width:200px;
    }
    footer .footer_navi_holder ul{
        width: 500px;
        /*margin-left: 210px;*/
        margin-top: 70px;
    }
    footer .footer_navi_holder ul li a{
        font-size:18px;
    }
    footer .footer_navi_holder .footer_social {
        margin-top: 60px;
    }
    footer .copyright {
        height: 50px;
        margin-top: 90px;
    }
    footer .copyright p{
        font-size: 18px;
        line-height: 50px;
    }
}
@media screen and (max-width: 1024px) {
    h4{
        font-size:14px;
        line-height:24px;
    }

    header .menu{
        height:120px;
        width:calc(100% - 84px);
        padding-left:3%;
        padding-right:3%;
    }
    header .menu .logo{
        width:160px;
        margin-top:20px;
    }
    header .menu .main_navi_holder{
        padding-top:35px;
    }
    header .menu .main_navi_holder .main_menu {
        height: 50px;
    }
    header .menu .main_navi_holder .main_menu li a{
        font-size:16px;
        padding-left:10px;
        padding-right:10px;
    }
    header .menu .langauge_menu{
        width:80px;
        height:50px;
        margin-left:20px;
    }
    header .menu .langauge_menu .langauge_selector{
        height:20px;
        width:60px;
        font-size:16px;
        line-height:20px;
    }
    header .menu .langauge_menu .langauge_selector_dropdown{
        font-size:16px;
        margin-top:50px;
        width:80px;
    }
    header .menu .langauge_menu .langauge_selector_dropdown ul li{
        height:50px;
    }
    header .menu .langauge_menu .langauge_selector_dropdown ul li a{
        font-size:16px;
        line-height:50px;
        padding-left: 10px;
    }
    header .menu .langauge_menu .arrow{
        margin-top:4px;
        right:0;
        width:16px;
    }



    footer .site-footer{
        height: 230px;
    }
    footer .footer_navi_holder{
        height: auto;
    }
    footer .footer_navi_holder .logo{
        position: relative;
        display: inline-block;
        width:160px;
        margin-top: 0px;
        margin-bottom: 24px;
    }
    footer .footer_navi_holder ul{
        position: relative;
        display: inline-block;
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
    }
    footer .footer_navi_holder ul li a{
        font-size:16px;
    }
    footer .footer_navi_holder .footer_social {
        position: relative;
        display: inline-block;
        margin-top: 24px;
    }
    footer .footer_navi_holder .footer_social .btn_footer_social {
        width: 35px;
        margin-left: 5px;
    }
    footer .copyright {
        margin-top: 150px;
        height: 16px;
    }
    footer .copyright p{
        font-size: 14px;
        line-height: 14px;
        text-align: center;
    }
}
@media screen and (max-width: 850px) {
    h4{
        font-size:12px;
        line-height:22px;
    }
    header .menu .mobile_menu{
        display:block;
    }
    header .menu{
        height:72px;
        width:100%;
        padding-left: 6%;
        padding-right: 6%;
    }
    header .menu .logo{
        position: absolute;
        width: 120px;
        margin: auto;
        margin-top: 6px;
        left: 0;
        right: 0;
    }
    header .menu .main_navi_holder {
        padding-top: 18px;
    }
    header .menu .langauge_menu{
        width:70px;
        height:36px;
        margin-left:20px;
    }
    header .menu .langauge_menu .langauge_selector{
        height:20px;
        width:55px;
        font-size:16px;
        line-height:20px;
    }
    header .menu .langauge_menu .langauge_selector_dropdown{
        font-size:16px;
        margin-top:36px;
        width:70px;
    }
    header .menu .langauge_menu .langauge_selector_dropdown ul li{
        height:36px;
    }
    header .menu .langauge_menu .langauge_selector_dropdown ul li a{
        font-size:16px;
        line-height:36px;
        padding-left: 7.5px;
    }
    header .menu .langauge_menu .arrow{
        margin-top:5px;
        right:0;
        width:14px;
    }
    header .menu .main_navi_holder .main_menu {
        display:none;
    }

    footer .site-footer {
        height: 390px;
    }
    footer .footer_navi_holder{
        height: auto;
        margin-top: 20px;
    }
    footer .footer_navi_holder ul li {
        width: 100%;
        margin-top: 12px;
    }
    footer .copyright {
        margin-top: 20px;
    }
    footer .copyright span{
        width: 100%;
        position: relative;
        display: inline-block;
        margin-bottom: 6px;
    }
}
@media screen and (max-width: 768px) {
    footer .footer_navi_holder span{
        display: inline-block;
    }
}
@media screen and (max-width: 650px) {
    .button{
        width:200px;
        font-size:16px;
        line-height:44px;
        height:48px;
    }
    .box_title{
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }
    h1{
        font-size:36px;
        line-height:46px;
    }
    h2{
        font-size:18px;
        line-height:18px;
    }
    h3{
        font-size:22px;
        line-height:32px;
    }
    p{
        font-size:14px;
        line-height:22px;
    }
    .link{
        font-size:16px;
        line-height:22px;
    }
}

