body{
    margin:0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #313131;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
    background-color: #fff;
}

*,
*:before,
*:after{
    box-sizing: border-box;
}


/*Header
==============*/
.header{
    width: 100%;
    padding: 0 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}
.header:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
}
.header_menu_1 a.active{
    color:#00acea;
    border-bottom: 2px solid #00acea;
}
.header_body{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

.header_logo{
    flex: 0 0 80px;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.header_logo img{
    max-width: 100%;
    display: block;
}

.header_burger{
    display: none;
}

.header_list{
    display: flex;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    text-align: center;
}

.header_list li{
    list-style: none;
    margin-left: 30px;
}

.header_link{
    color: #313131;
    text-decoration: none;
    opacity: 0.75;
    text-align: center;
    transform: opacity .1s linear;
    
}
    
.header_link:hover{
    color:#00acea;
}



/*Header mini
==============*/
.header_mini{
    display: none;
    width: 100%;
    padding: 0 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}

.header_mini:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
}

@media only screen and (max-width : 1224px) {
    .header_body{
        height: 60px;
    }
    .header_logo{
        flex: 0 0 50px;
    }
    .header_list{
    font-size: 12px;
    }
    .header_list li{
    margin-left: 20px;
}
}
@media only screen and (max-width : 880px) {
    .header_list{
    font-size: 10px;
    }
}
@media (max-width: 767px) {
    .header_mini{
        display: block;
    }
    body.lock{
        overflow: hidden;
    }
    .header_body{
        height: 50px;
    }
    .header_logo{
        flex: 0 0 36px;
    }
    .header_burger{
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        z-index: 3;
    }
    .header_burger span{
        position: relative;
        background-color: #6c7279;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        top:9px;
        transition: all 0.3s ease 0s;
    }
    .header_burger:before,
    .header_burger:after{
        content: "";
        background-color: #6c7279;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.3s ease 0s;
    }
    .header_burger:before{
        top: 0;
    }
    .header_burger:after{
        bottom: 0;
    }
    .header_burger.active:before{
        transform: rotate(45deg);
        top:9px;
    }
    .header_burger.active:after{
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .header_burger.active span{
        transform: scale(0);
    }
    
    .header_menu{
        position:fixed;
        top:-100%;
        left: 0;
        width: 100%;
        overflow: auto;
        height: 100%;
        background-color: #F8F6F6;
        padding: 0 10px 50px 10px;
        transition: all 0.3s ease 0s;
    }
    .header_menu.active{
        top:49px;
    }
    .header_list_1{
        display: block;
        text-align: justify;
    }
    .header_list_1 li{
        list-style: none;
        margin: 0px 0px 20px 0px;
    }
    .header_link_1{
        color: #313131;
        text-decoration: none;
        opacity: 0.75;
        text-align: center;
        transform: opacity .1s linear;
        }
    .header_link_1:hover{
        color:#00acea;
        }
}

@media (max-width: 361px){
    .header_list_1{
        font-size: 14px;
    }
}

/*sub_menu
==============*/
.header_menu_1 li ul{
    position: absolute;
    max-width: 400px;
    padding: 24px;
    display: none;
}

.header_menu_1 li > ul li{
    background-color: #fff;
    padding: 16px;
    text-transform: none;
    border-bottom: 2px solid #f2f2f2;
}

.header_menu_1 li > ul li a{
    color: #6c7279;
    text-decoration: none;
    text-align: center;
}
.header_menu_1 li > ul li a:hover{
    color: #00acea;
}

.header_menu_1 li:hover > ul{
    display: block;
}

@media screen and (max-width: 1024px) {
    .header_menu_1 li ul{
    padding: 20px;
}
}
@media screen and (max-width: 768px) {
    .header_menu_1 li ul{
    padding: 15px;
}
}
/*box
==============*/
.box_1{
	padding-top: 90px;
    padding-bottom: 10px;
    margin-left:60px;
    margin-right:60px;
	background-color:#ebebeb;	
    display: flex;
    flex-wrap: wrap;
}
.box_item{
    float: left;
    color: #494949;
    font-size: 20px;
}

.box_item.one{
    padding-top: 100px;
    padding-left: 30px;
    width: 30%;
    text-align: center;
}
.box_item.one img{
    margin: auto;
    top: 0;
    bottom: 0;
    max-width: 80%;
}
.box_item.two{
    width: 70%;
    text-align: justify;
    padding-right: 30px;
    padding-left: 30px;
}
.box_item.two h3{
    font-size:35px;
	text-transform: uppercase;
	color:#00ACEA;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .box_1{
        padding-top: 50px;
    }
    .box_item.one{
        display: none;
    }
    .box_item.two{
        padding-top: 0px;
        width:100%;
    }
}

.box_2{
    margin-left:60px;
    margin-right: 60px;
	background-color:#ebebeb;
    padding-bottom: 30px;
    padding-top: 1px;
    border-bottom: 1px solid #fff;
}
    
.title_1 h3{
	font-size:35px;
	color:#00ACEA;
	text-transform: uppercase;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.drawing{
    text-decoration: none;
    color: #313131;
}
.drawing:hover{
    font-weight: bold;
}


.table_1{
    border-collapse: collapse;
    width: 70%;
	margin: 0 auto;
    text-align:center;
    line-height: 40px;
    border: 3px solid white;
}


td{
    border: 3px solid white;
    width: 15%;
}

tr:nth-child(even) {background-color: #00ACEA;}

@media screen and (max-width: 541px) {
    .box_1{
    margin-left:0;
    margin-right:0;
}
    .box_2{
    margin-left:0;
    margin-right:0;
}
    .table_1{
    width: 90%;
    line-height: 30px;
}
}
@media screen and (max-width: 415px) {
    .box_item.two h3{
    font-size:25px;
}
    .title_1 h3{
	font-size:25px;
}
    .box_item{
    font-size: 16px;
}
    .table_1{
    font-size: 16px;
    line-height: 20px;
}
}
@media screen and (max-width: 376px) {
    .box_item.two h3{
    font-size:20px;
}
    .title_1 h3{
	font-size:20px;
}
    .box_item{
    font-size: 14px;
}
    .table_1{
    font-size: 12px;
    line-height: 20px;
}
}
