@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
html {
  scroll-behavior: smooth;
}
body{
	font-family: 'Hind', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #2f3d4a;
	padding: 0;
	margin: 0;
}

ul{
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

img {
	max-width: 100%
}

a {
	color: #2f3d4a;
	-webkit-transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	transition: all 0.5s ease;
}

a:hover{
	text-decoration: none;
	cursor: pointer;
}

:focus{
	outline: none !important;
	box-shadow: none !important;
}

/*header*/
.header {
	width: 100%;
	top: 0;
	position: relative;
}
.header .logo_header {
	border-radius: 50%;
}
.body_background_one {
	background: url(../images/body_bg1.jpg) top center no-repeat;
    background-size: cover;
    padding: 163px 0 80px 0;
    height: 1920px;
}
.body_background_two {
	background: url(../images/body_bg2.jpg) top center no-repeat;
	background-size: cover;
	padding: 164px 0 80px 0;
	width: 100%;
	height: 1920px;
	display: block;
	overflow: hidden;
}
.header_one {
	top: -190px;
     position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: 354px;	
	height: 354px;
	background: #fff;
	padding-top: 220px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.body_background_three {
	background: #fff;
	background-size: cover;
	padding: 90px 0 80px 0;
	width: 100%;
	height: 1920px;
	display: block;
}
.header .row{
	align-items: center;
}
.header_one .logo_header {
	text-align: center;
}
.header .logo_header img {
	margin: 0 auto;
	height: 52px;
}
.header_two {
	width: 100%;
	padding: 20px 30px;
	text-align: left;
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-bottom: 0;
	border-radius: 0;
	left: auto;
	transform: translateX(0);
	position: absolute;
	border-bottom: 1px solid #dadce0;

}
.header_two .logo_header_left img {
	height: 40px;
}
.header_two .right {
	text-align: right;
}
.header_two .select {
	border: 1px solid #dadce0;
	padding: 8px 40px 8px 20px;
    border-radius: 8px;
    background: url(../images/select_arrow.png) 90% center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}
.container_full {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
}
.weekly_content {
	text-align: center;
	width: 100%;
	height: 1920px;
	overflow: hidden;
}
.weekly_content .title_big {
	font-size: 50px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.2;
}
.weekly_content .weekly_in_box .title_bg {
	font-size: 50px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	background: rgba(0,21,136,0.5);
	padding: 13px 0;
	margin-bottom: 40px;
	line-height: normal;
	display: inline-block;
	margin-top: 60px;
	line-height: 55px;
	height: 73px;
	width: 100%;
	max-width: 600px;
}
.home_slider .item_costom {
	overflow: hidden;
}
.weekly_content .weekly_in_box span {
	font-weight: 700;
}
/* font change */
.weekly_content .weekly_in_box p {
	font-size: 40px;
	color: #fff;
	line-height: normal;
}
.weekly_content .monthly_in_box {
	/* margin-top: 80px; */
}
.weekly_content .monthly_in_box h3{ 
	font-size: 38px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: 700;
}
.target_box {
	background: #001588;
	width: 100%;
	max-width: 870px;
	height: 68px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	border-radius: 35px;
	position: relative;
	border: 6px solid rgba(0,19,123,0.22);
}
.target_box .target_in {
	margin: 0 4%;
	width: 92%;
	position: relative;
}
.target_box .line_box {
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	background: #fff;
	top: 50%;
	transform: translateY(-50%);
}
.target_box .move_box {
	height: 18px;
	width: 20%;
	border-radius: 8px;
	position: absolute;
	left: 0;
	background: #e94f06;
	top: 50%;
	transform: translateY(-50%);
}
.clock {
  position: relative;
  height: 348px;
  width: 348px;
  background: white;
  box-sizing: border-box;
  border-radius: 100%;
  border: 20px solid #001588;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.clock .top {
  position: absolute;
  width: 3px;
  height: 8px;
  background: #262626;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.clock .right {
  position: absolute;
  width: 8px;
  height: 3px;
  background: #262626;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.clock .bottom {
  position: absolute;
  width: 3px;
  height: 8px;
  background: #262626;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.clock .left {
  position: absolute;
  width: 8px;
  height: 3px;
  background: #262626;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.clock .center {
  height: 9px;
  width: 9px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #262626;
  border-radius: 100%;
}
.clock .shadow {
	height: 346px;
	width: 346px;
	position: absolute;
	left: 106px;
	top: 105px;
  	transform: rotate(135deg);
  	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.clock .hour {
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  /*animation: time 60s infinite linear;*/
}
.clock .hour:before {
  position: absolute;
  content: "";
  background: #262626;
  height: 100px;
  width: 3px;
  top: 54px;
}
.clock .minute {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  /*animation: time 30s infinite linear;*/
}
.clock .minute:before {
  position: absolute;
  content: "";
  background: #262626;
  height: 100px;
  width: 1px;
  top: 54px;
}
.clock .second {
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  /*animation: time 15s infinite linear;*/
}
.clock .second:before {
  position: absolute;
  content: "";
  background: #fd1111;
  height: 100px;
  width: 2px;
  top: 54px;
}

@keyframes time {
  to {
    transform: rotate(360deg);
  }
}
.clock_group {
	display: flex;
	justify-content: center;
	width: 100%;
	width: 100%;
	flex-wrap: wrap;
}
.clock_uk {
	text-align: center;
	position: relative;
	width: 50%;
}
.clock_uk .title_clock {
	position: relative;
	font-size: 60px;
	padding-top: 470px;
	color: #fff;
}
.clock_uk .title_clock span {
	font-weight: 700;
}
.clock_china {
	top: 350px;
}
.clock_usa {
	top: 140px;
}
.clock_poland {
	top: 480px;
}
.calender_box h2 {
	text-align: center;
	font-size: 45px;
	color: #000;
}
.calender_box iframe {
	width: 100%;
	height: 1830px;
}
#calendar {
  max-width: 1100px;
  margin: 40px auto;
  height: 1780px;
}
/* M start 10/3 */
.daily_status_wrapper .daily_item {
    width: 50%;
    padding: 0 10px 30px 10px;
	text-align: left;
	font-weight: 700;
	position:relative;	
}
.daily_status_wrapper{
	flex-wrap: wrap;
    max-width: 97%;
    margin: 30px auto;
    background: #2733ac5c;
	padding: 20px 0;
}
.daily_status_wrapper .daily_item p > span{
    display: block;
     width: 100%; 
}
.daily_status_wrapper .daily_item p{
	
	margin-bottom: 0;
}
.daily_status_wrapper .daily_item:after{
	position:absolute;
	right:0;
	height:100%;
	width:1px;
	background:#fff;
	content:'';
	top:0;
}
.daily_status_wrapper .daily_item:nth-child(even):after{
	display:none;
}