/*RESET*/
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

body{
font-family: 'Roboto';
}

/*GENERAL STYLES*/
.max-width{
max-width: 1000px;
}
.wrapper{
width: 100%;
margin: 0 auto;
}
ul{
list-style: none;
}
a{
text-decoration: none;
}

/*HEADER*/
.header-top{
display: flex;
justify-content: space-between;
align-items: center;
padding: 18px 0;
height: auto;
width: 100%;
border-bottom: 1px solid #E6E6E6;
background: #FFF;
}
.header-top .header-top-left{
display: flex;
align-items: center;
/* column-gap: 16px; */
position: relative;
}
.header-langtext{
display: flex;
column-gap: 5px;
color: #888;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 128.5%; /* 17.99px */
letter-spacing: 0.14px;
float:left;
position:relative;
z-index:1;
padding-right: 16px;
}
.header-langtext::after{
position: absolute;
right: 0;
width: 0.8px;
height: 20px;
background: #ECEAEB;
content: "";
top: 0px;
}
.header-langtext span:hover{
cursor: pointer;
}
.header-langtext span:nth-child(2){
width: 12px;
height: 6px;
flex-shrink: 0;
text-align: center;

}
.header-top .header-lang{
display: flex;
align-items: center;
/* width: 150px;
margin-right: 8px; */
}


.header-lang{
float:left;
position:relative;
margin:0;
/* width:150px; */
z-index:1}

.header-langsel{
position:absolute;
right:-1px;
top:0;
display:none;
background:0 0;
min-width:140px;
z-index:2;
border:1px solid #ececec;
box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
border: 0 none;
border-top: 1px solid #6E3192;
top: 20px;
left: 0;

}

.header-langsel ul{background:#fff}

.header-langsel ul li{
border-bottom:0;
line-height:1.3em;
margin:0;
padding:6px 10px;
transition:padding .6s ease}

.header-langsel ul li a{display:block;font-size:14px;color:#888}

.header-langsel ul li a:hover{color:#6E3192}

.header-langsel ul li.selected a{font-weight:700}

.header-lang:hover .header-langsel{display:block;
}
.header-langsel ul li {border-bottom: 0 none;}

.header-top .header-top-left .header-date-time{
display: flex;
align-items: center;
column-gap: 50px;
position: relative;
padding: 0 16px;

}
.header-top .header-top-left .header-date-time::after{
position: absolute;
right: 0;
width: 0.8px;
height: 20px;
background: #ECEAEB;
content: "";
top: 0px
}

.header-top .header-top-left .header-date-time .header-date, .header-top .header-top-left .header-date-time .header-time{
color: #888;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 128.5%; /* 17.99px */
letter-spacing: 0.14px;
}
.header-top .header-top-left .header-highlight{
padding: 0 16px;
}
.header-top .header-top-left .header-highlight span:nth-child(2){
color: #645F5F;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding-left: 10px;

}

.header-top .header-top-right a{
padding: 0 10px;
}
.header-top .header-top-right a:nth-child(4){
padding-right: 0;
}
/*MENU*/

.menu{
display: flex;
align-items: center;
/* justify-content: space-between; */
column-gap: 35px;
padding: 15px 10px;
width: 100%;
background: #FFF;
border-bottom: 0.8px solid #DEDEDE; 
flex-wrap: wrap;
}

.menu .logo{
width: 93px;
height: 28px;
flex-shrink: 0;

}
.menu .logo img{
width: 100%;
}
/* .menu nav{
max-width: 822px;
width: 100%;
} */
.menu nav ul{
display: flex;
align-items: center;
justify-content: space-between;
column-gap: 42px;
flex-wrap: wrap;

}
.menu nav ul li{
position: relative;
text-align: center;
}
.menu nav ul li a{
color: #645F5F; 
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.menu nav ul li:hover::after{
content: "";
position: absolute;
right: 0;
height: 2.8px; 
top: 36px;
min-width: 20px;
width: 100%;
background: #6E3192;
border-radius: 3px;
} 
.menu nav ul li .active{
color: #131313;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal; 
}
.menu nav ul li .active::after{
content: "";
position: absolute;
right: 0;
height: 2.8px; 
top: 36px;
min-width: 20px;
width: 100%;
background: #6E3192;
border-radius: 3px;

}   

/*THREE DOTS*/

.menu nav ul li.more-links a.more{
padding: 8px 0;
}

.menu nav ul li.more-links a i{
background: url('../images/Menu.png') no-repeat 0 0;
width: 25px;
height: 25px;
display: inline-block;
vertical-align: middle;
}
.menu nav ul li.more-links:hover::after{
display: none;
}
.oi-header-morenavigation ul li:nth-child(1){
margin-left: 125px;
}
.oi-header-morenavigation ul{
display: flex;
align-items: center;
column-gap: 30px;
}
.oi-header-morenavigation ul li{
padding-top: 25px;
display: none;
position: relative;
}
.oi-header-morenavigation ul li a {
color: #645F5F; 
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.oi-header-morenavigation ul li:hover::after{
content: "";
position: absolute;
right: 0;
height: 2.2px; 
top: 58px;
min-width: 20px;
width: 100%;
background: #6E3192;
border-radius: 3px;

}

/*AD*/
.ad-img{
padding: 15px 0px;
}
.ad-img .box{
width: 100%;
height: 256px; 
background: #F5F5F5; 
text-align: center;

}
.ad-img .box p{
color: #645F5F;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 220% */
}

/*NEWS*/
.news{
display: grid;
grid-template-columns: 1.7fr 1fr;
padding: 30px 0 20px 0;
}

.news .left-contents{
/* min-width: 620px;
width: 100%; */
padding-right: 29px;
}
.news .left-contents .heading{
margin-bottom: 16px;
}
.news .left-contents .heading p{
color: #0D0C0C;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;

}
.news .left-contents .hero-item{
display: flex;
flex-direction: column;
justify-content: flex-start;
margin-bottom: 32px;
}
.news .left-contents .hero-item .item-img .img{
width: 603px;
height: 347px;
}

.news .left-contents .hero-item .item-heading{
padding: 16px 0;
}
.news .left-contents .hero-item .item-heading p{
color: #0D0C0C;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 133.333% */
}

.news .left-contents .hero-item .item-link{
color: #6E3192;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.news .left-contents .item{
display: flex;
align-items: flex-start;
gap: 32px;
margin-bottom: 32px;
}

.news .left-contents .item .img{
width: 205px;
height: 119px;
}

.news .left-contents .item .item-content{
display: flex;
flex-direction: column;
align-items: flex-start;
row-gap: 25px;
}

.news .left-contents .item .item-content .item-detail{
color: #0D0C0C;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}

.news .left-contents .item .item-content .item-link{
color: #6E3192;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.news .right-content{
/* border-left: 1px solid #DEDEDE; */
padding-left: 29px;
}

.news .right-content .right-ad {
margin-bottom: 32px;
}

.news .right-content  .right-ad .box p{
color: #1F1F1F;
text-align: center;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 15px */
letter-spacing: 0.1px;
text-transform: uppercase;
padding: 5px 0;
background: #F2F2F2;

}

.news .right-content .right-ad .box .box-img{
width: 100%;
height: 281px;
flex-shrink: 0; 
flex-shrink: 0;
background: url('../images/ad.png');
background-repeat: no-repeat;
background-size: cover;
}
.news .right-content .contents .heading{
margin-bottom: 16px;
}
.news .right-content .contents .heading p{
color: #0D0C0C;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.news .right-content .contents .item{
display: flex;
align-items: flex-start;
gap: 11px;
margin-bottom: 24px;
}
.news .right-content .contents .item .item-img.img{
width: 105px;
height: 59px;
flex-shrink: 0;
}

.news .right-content .contents .item .item-detail p{
color: #333;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 157.143% */
}
/*RIGHT AD*/
.fix-right-ad{
position: fixed;
top: 0;
right: 5px;

}
.fix-right-ad .box{
width: 160px;
height: 604px;
background: #F5F5F5;
text-align: center;
}

.fix-right-ad .box p{
color: #645F5F;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 220% */
}
