﻿body {
	background-color: #F3F3F3;
	color: #222222;
	font-family:"Inter", Arial, sans-serif;
	font-size: 17px;
}
a:link, #offCont a:visited, a:hover, a:active {
	color: #222222;
}
#offCont {
	overflow: hidden;
	margin: 15px auto 0;
	text-align: left;
	max-width:900px;
	background-color:#fff;
	width:100%;
    box-shadow: 1px 1px 5px 1px #888888;
}
#offCont #sOW2 {
	padding:0px 30px 0px;
}
h2 {
    font-size: 26px;
    font-family: "Inter", Arial, sans-serif;
    color: #3844ba;
    font-style: italic;
    text-transform: uppercase;
}

h1 {
    text-align: center;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
}

.box1 {
    color: #000;
    padding: 40px 60px;
    margin: 0 -30px 50px;
    position: relative;
    background: #F5F4F5;
}

#box12 {
    padding: 20px 60px;
    margin: 50px -30px 0px;
    background: #F5F4F5;
}

#JobTitle {     
	font-size:36px; 
	text-align: center; 
	font-weight: bold; 
	line-height: normal;
    font-family: "Inter", Arial, sans-serif;
    color: #3844ba;
}
#WorkPlace {
	text-align: center;
	margin-top:5px;
}
.box11 {
    margin: 0 5%;
}
#benefits {
    background: #3844ba;
    margin: 0 -30px;
    padding: 40px 30px 0px;
}
#offCont #sOW2 ul {
	list-style-type: none;
	padding-left: 0px;
	list-style-position: outside;
}
#offCont #sOW2 ul li {
	font-family:'Open Sans', sans-serif;
	background:url(_res/li_2024.png) no-repeat scroll left center;	
    list-style-image: none;
	line-height: 20px;
	margin-left: 10px;
    padding: 0px 0 20px 40px;
    min-height: 30px;
}

#offCont #sOW2 .button {
    background: #3844ba;
    font-family: "Inter", Arial, sans-serif;
    font-size: 25px;
    display: block;
    height: 60px;
    line-height: 60px;
    margin: 30px auto;
    text-align: center;
    text-decoration: none;
    width: 228px;
    border: none;
    color: #fff !important;
    cursor: pointer;
    transition: 0.4s;
    font-weight: 700;
}
#offCont #sOW2 .button:hover {
    background: #acffa2;
    font-family: "Inter", Arial, sans-serif;
    font-size: 25px;
    display: block;
    height: 60px;
    line-height: 60px;
    margin: 30px auto;
    text-align: center;
    text-decoration: none;
    width: 228px;
    border: none;
    color: #000 !important;
    cursor: pointer;
    transition: 0.4s;
    font-weight: 700;
}

.icons {
    display: flex;
    flex-direction: inherit;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
    padding: 40px 0 0;
}
.icons li {
    margin-left: 0;
    list-style-type: none;
    display: block;
    width: 18%;
    text-align: center;
    padding: 80px 0 30px 0;
    font-size: 17px;
    color: #fff;
    background-size: 30%;
}

.icon1 {
    background: url(_res/icon1.png) no-repeat top center;
}
.icon2 {
    background: url(_res/icon2.png) no-repeat top center;
}
.icon3 {
    background: url(_res/icon3.png) no-repeat top center;
}
.icon4 {
    background: url(_res/icon4.png) no-repeat top center;
}
.icon5 {
    background: url(_res/icon5.png) no-repeat top center;
}
.icon6 {
    background: url(_res/icon6.png) no-repeat top center;
}
.icon7 {
    background: url(_res/icon7.png) no-repeat top center;
}
.icon8 {
    background: url(_res/icon8.png) no-repeat top center;
}
.icon9 {
    background: url(_res/icon9.png) no-repeat top center;
}



#Clause {
	font-size:14px;
	text-align:justify;
    padding: 20px 0px;
}
@media all and (max-width:600px) {
.box2 {
    padding: 41% 30px;
}
    
.icons {
    display: flex;
    flex-direction: inherit;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
    padding: 40px 0 0;
}
.icons li {
    margin-left: 0;
    list-style-type: none;
    display: block;
    width: 50%;
    text-align: center;
    padding: 80px 0 30px 0;
    font-size: 17px;
    color: #fff;
    background-size: 30%;
}    
    
#offCont #sOW2 .button {
    height: 40px;
    line-height: 40px;
}
}
