﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600&display=swap');

body {
	background: #f3f3f3 url(_res/qemetica_office_2.jpg) no-repeat scroll top center;
    background-size: 100%;
	color: #000;
	font-family:'Open Sans', sans-serif;
	font-size: 16px;
}
a:link, #offCont a:visited, a:hover, a:active {
	color: #222222;
}
#offCont {
	overflow: hidden;
	margin: 18% auto 0;
	text-align: left;
	max-width:900px;
	width:100%;  
    line-height: 25px;
}
#offCont #sOW2 {
}
.job1 {
    -webkit-box-shadow:0px 0px 13px -8px rgba(74, 74, 74, 0.33);
    margin: 20px;
    padding: 20px 30px;
    background: #fff;
}
#t1 {
    -webkit-box-shadow:0px 0px 13px -8px rgba(74, 74, 74, 0.33);
    margin: 20px;
    padding: 20px 30px;
    background: #fff;
}
#t2 {
    -webkit-box-shadow:0px 0px 13px -8px rgba(74, 74, 74, 0.33);
    margin: 20px;
    padding: 0px;
    background: #fff;
}
.job {
    background: #fff url(_res/logo_1.jpg) no-repeat scroll left center;
    background-size: 135px;
    padding: 10px 30px 10px 185px;
}
#JobTitle {     
	font-size:32px; 
	text-align: left; 
	font-weight: bold; 
	line-height: normal;
	color:#000;
}
#WorkPlace {
	text-align: left;
    margin-right: 5px;
}
.icons {
    display: flex;
    flex-direction: inherit;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
    padding: 0px 0 0;
}
.icons ul {
	padding-left:0px !important;
}
.icons li {
    margin: 30px 10px 10px 10px;
    list-style-type: none;
    display: block;
    width: 23%;
    text-align: center;
    padding: 75px 0 35px 0 !important;
    font-size: 16px;
    background-size: 70px
}
.icon0 {
    background: #00c5b4;
    color: #fff;
    margin:0px !important;
}
.icon1 {
    background: url(_res/icon1-m1.png) no-repeat top center;
}
.icon2 {
    background: url(_res/icon2-m2.png) no-repeat top center;
}
.icon3 {
    background: url(_res/icon3-m3.png) no-repeat top center;
}
.icon4 {
    background: url(_res/icon4-m4.png) no-repeat top center;
}
.icon5 {
    background: url(_res/icon5-m5.png) no-repeat top center;
}
.icon6 {
    background: url(_res/icon6-m6.png) no-repeat top center;
}
.icon7 {
    background: url(_res/icon8-m8.png) no-repeat top center;
}


ul {
	list-style-type: disc;
	padding-left: 20px;
	list-style-position: outside;
}
ul li {
	font-family:'Open Sans', sans-serif;
	list-style-image:url(_res/li-10.png);	
	line-height: normal;
	margin-left: 10px;
    padding: 0px 0 20px;
}
#offCont #sOW2 .button {
    background-color:#00c5b4;
    font-size:20px;
    display: block;
    height: 45px;
    line-height:45px;
    margin: 30px auto;
    text-align: center;
    text-decoration: none;
    width:200px;
    border:none;
    color: #fff;
	border: 1px solid #00c5b4;
	cursor: pointer;
	transition: 0.4s;
    border-radius: 30px;
}
#offCont #sOW2 .button:hover {
	opacity: 0.5;
}
#Clause {
	font-size:10px;
	text-align:justify;
	padding:0 20px;
}
@media all and (max-width:684px) {
#offCont #sOW2 {
	padding:0% 20px 0% 20px;
}
@media all and (max-width:570px) {
.icons li {
    width: 30%;  
}
.icons2 li {
    width: 30%;  
}
.job {
    background: #fff url(_res/logo_1.jpg) no-repeat scroll top center;
        background-size: auto;
    padding: 20% 30px 10px 10px;
}
#JobTitle {     
	text-align: center;
}
#WorkPlace {
	text-align: center;
}
}