@import './antd.min.css';

@font-face{
    font-family: "HelveticaNeueMedium";
    src:url('/new/fonts/HelveticaNeue-Medium.otf') format("opentype");
    font-weight:100;
}

@font-face{
    font-family: "HelveticaNeueCondensedMedium";
    src:url('/new/fonts/HelveticaNeue-CondensedMedium.otf') format("opentype");
}

@font-face{
    font-family: "HelveticaNeueLight";
    src:url('/new/fonts/HelveticaNeue-Light.otf') format("opentype");
}

@font-face{
    font-family: "HelveticaNeueRegular";
    src:url('/new/fonts/HelveticaNeue-Regular.otf') format("opentype");
}

@font-face{
    font-family: "HelveticaNeueCondensedBold";
    src:url('/new/fonts/HelveticaNeue-CondensedBold.otf') format("opentype");
}

@font-face{
    font-family: "HelveticaNeueCondensedRegular";
    src:url('/new/fonts/HelveticaNeue-CondensedRegular.otf') format("opentype");
}

@font-face{
    font-family: "HelveticaNeueCondensedLight";
    src:url('/new/fonts/HelveticaNeue-CondensedLight.otf') format("opentype");
}

@font-face{
    font-family: "HelveticaNeueCondensedBlack";
    src:url('/new/fonts/HelveticaNeue-CondensedBlack.otf') format("opentype");
}


body{
    color:black;
    font-family: 'HelveticaNeueLight';
}

header{
    font-family: "HelveticaNeueLight";
    height: 55px;
}

.cont {
    margin: auto;
    width: 1285px;
    max-width: 90%;
}

.custom-card{
    position: relative;
}



/*  Currency  */
.currency{
    float: right;
    padding-top: 18px;
}

.currency>span{
    float: right;
    font-size: 13px;
}
.currency>span>span{
    color: white;
    padding-left: 15px;
}
.currency>span>a{
    margin-left:15px;
    padding: 6px 20px;
    border: 1px solid white;
    border-radius: 4px; 
    color: white;
}

.currency>span>a:focus{
    text-decoration: none;
}

.menu{
    float: right;
    padding-top:15px;
    position: relative;
}

.menu a{
    font-family: "HelveticaNeueLight";
    letter-spacing: 0.009em;
    transition: 0.3s all;
    border-bottom: 0px solid white;
}

.menu a:focus{
    text-decoration: none;
}

.menu a:hover{
    color: white;
    border-bottom: 1px solid white;
}

.search-input{
    width: 20px;
    /* position: absolute; */
    right: 0;
    background-image: url('/new/images/search.png');
    top: 15px;
    border: 0px;
    padding: 5px;
    color: #201F1F;
    opacity: 1;
    background-color: transparent;
    border:0px;
    background-repeat: no-repeat;
    transition: 0.5s all;
    font-family: "HelveticaNeueCondensedRegular";
}

.search-input:focus{
    outline: none;
    width: 200px;
    opacity: 1;
    background-color: white;
    
}

img#search:hover+input.search-input{
    width: 200px;
    opacity: 1;
    background-color: white;
    
}

input.search-input:hover{
    opacity: 1;
    width: 200px;
    background-color: white;
}


.hide{
    display: none !important;
}

ul,li{
    list-style: none;
}


.list-inline-item{
    display: inline-block;
}

.p-10{
    padding: 10px;
}


.bg-top{
    background-color:#353535;
}

.text-white{
    color:white;
}


.weather-img{
    width: 30px;
   
}


/*   Buttons   */

.btn-twhite{
    color:white;
    background-color:transparent;
}

.ant-btn-primary{
    font-family: "HelveticaNeueLight" !important;
    font-size: 13px;
    letter-spacing: 0.02em;
}



.btn-twhite.no-hover:hover{
    background: transparent !important;
    outline: none !important;
    color: white !important;
    border-color:white !important;
}

.btn-twhite.no-focus:focus{
    background: transparent !important;
    color: white !important;
    outline: none !important;
    border-color:white !important;
}

.btn-circle-sosial{
    width: 55px;
    height: 55px;
    border-width: 0;
    margin-bottom: 10px;
    display: block;
}


.btn-circle-sosial{
    background-image: url('/new/images/social.png');
}

.btn-circle-sosial.fb{
   background-position: 0 0;
}
.btn-circle-sosial.in{
    background-position: 0 -191px;
}

.btn-circle-sosial.twit{
    background-position: 0 -64px;
}

.btn-circle-sosial.google{
    background-position: 0 -127px;
}

.btn-circle-sosial.pint{
    background-position: 0 -255px;
}

.btn-circle-sosial.wtp{
    background-position: 0 -318px;
}

.btn-new-more{
    background-color: #E2E2E2;
    border: 0px;
    display: block;
    color: black;
    text-align: center;
    border-radius: 4px;
    width: 100%;
    padding: 17px 0px;
    margin-bottom: 54px;
}

a.ant-btn.new-news-type {
    position: absolute;
    top: 0;
    border: 0;
    border-radius: 2px;
    color: white;
    padding: 5px 22px;
    background-color: #E51515;
    margin-bottom: 17px;
    line-height: 21px !important;
    display: inline-block;
}

.ant-btn{
    border-radius: 0px;
}

.btn-direction{
    border: none;
    position: relative;
    background-color: transparent;
    top: 60px;
    cursor: pointer;
}

.btn-direction:focus{
    outline: none;
}


/*  Backgrounds  */

.bg-menu{
    background-color: #0888FF;
}

.bg-bottom{
    background-color: #0C0C0E;
}

div#info{
    background-color:#141416;
    padding: 44px;
}

.bg-bottom>div.cont{
    padding: 24px 0px;
}


/*    Footer  */

#contactPane>div:first-child,#aboutPane>div:first-child,#lastPane>div:first-child{
    color: white;
    padding-bottom: 9px;
    font-size: 27px;
    font-family: "HelveticaNeueCondensedMedium";
    
}

#contactPane>div:nth-child(3){
    margin-top: 17px;
    margin-bottom: 9px;
    color: #A2A2A2;
    font-size: 14px;
    font-family: "HelveticaNeueCondensedMedium";
    max-height: 57px;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#contactPane>div:nth-child(n+4){
    color: #A2A2A2;
    font-size: 14px;
    font-family: "HelveticaNeueCondensedMedium";
}

#aboutPane>div:nth-child(3){
    color: #A2A2A2;
    font-size: 14px;
    font-family: "HelveticaNeueCondensedRegular";
    max-height: 143px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 17px;
}

#aboutPane a{
    color: inherit;
}

#aboutPane a:hover{
    text-decoration: none;
}

#lastPane>div:nth-child(3){
    margin-top: 17px;
}

.last-post>div:nth-child(3){
    float: right;
}

.last-post-title{
    font-size: 12px;
    margin-bottom: 5px;
}

.last-post-info{
    margin-left: 8px;
    display: inline-block
}

.last-post-info>span{
    font-size: 13px;
    color: #A2A2A2;
    margin-left: 8px;
}

.last-post-img{
    width: 44px;
    height: 44px;
    border-radius: 22px;
    vertical-align: text-bottom;
}


/* .last-post-time{
    width: 13px;
    height: 13px;
} */

.last-post-content{
    border: 1px solid #A2A2A2;
    border-radius: 8px;
    margin-top:21px;
    height: 89px;
    overflow: hidden;
}
.last-post-content-img{
    width: 87px;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 0px 0px 8px;
}

.last-post-content-img-cont{
    width: 87px;
    height: 90px;
    object-fit: cover;
    float: left;
    border-radius: 8px 0px 0px 8px;
}


.last-post-content>div:nth-child(2){
    font-size: 12px;
    color: white;
    font-family: "Arial";
    margin: 8px 8px 8px 95px;
    overflow: hidden;
}

.progres-container{
    height: 1px;
    background: #F0F0F0;
}

.progress{
    width: 15%;
    background: #FF0000;
    height: 1px;
}


.lbl-bordered{
    border: 1px solid white;
    border-radius: 4px;
    padding: 6px 20px;
}

nav{
    height: 55px;
    width: 100%;
}
#logo{
    margin-top: 6px;
    height: 65px;
}

.float-right{
    float: right;
}
.o-hidden{
    overflow: hidden;
}

.mr-17{
    margin-right: 17px;
}


.menu-sm{
    background: #0888FF;
    z-index: 100;
    display: none;
}

.menu-item-sm{
    display: block;
    width: 100%;
    color: white;
    font-family: "Helvetica";
    padding: 10px 20px;
    border-top: 1px solid white;
}



/* HotNews  */

.hotNewsName {
    border-right: 1.5px #dadada solid;
    width: 100px;
    margin-top: 20px;
    font-family: "HelveticaNeueMedium";
    font-weight: 500;
    color: #D80E0E;
    font-size: 13px;
    float: left;
    padding: 11px 5px 11px 0;
}

.hotNewsTxt {
    float: left;
    overflow: hidden;
    height: 80px;
    /*width: 815px;*/

    width: calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
}

.hotNewsTxt div a{
    margin-top: 31px;
    display: inline-block;
    color: #111111;
    font-family: "HelveticaNeueLight";
    letter-spacing: 0.036em;
    font-weight: 500;
    font-size: 13px;
    margin-left: 15px;
}



.hotNewsTime {
    margin-right: 30px;
    margin-left: 10px;
    color: #D1D1D1;
    font-size: 13px;
    font-family: "HelveticaNeueRegular";
}

.w-100{
    width: 100%;
}

.mt-15{
    margin-top: 15px;
}

.weathers {
    float: left;
    height: 55px;
    width: 41%;
    min-width: 410px;
    text-align: right;
}

.weathers span{
    font-family: "HelveticaNeueLight";
    line-height: 17px;
    font-size: 12px;
}

.weathers>div.ant-carousel{
    padding-top: 15px;
}

button.liveBtn.sm {
    width: 100%;
    display: none;
}

button.liveBtn.sm:focus{
    outline: none;
}


.fmlogo {
    float: right;
    margin-top: 26px;
    margin-right: 10px;
}

.fmlogo > img{
    height: 25px;
}

.hotNewsLeft{
    float: left;
    width: 74%;
}

.hotNewsRight {
    float: right;
    /* width: 24%; */
    height: 80px;
}


.liveBtn {
    text-align: center;
    float: right;
    width: 88px;
    font-size: 14px;
    background-color: #D80E0E;
    border-radius: 3px;
    border-width: 0;
    padding: 10px 12px;
    color: #ffffff;
    font-family: "Helvetica";
    margin-top: 25px;
    }
.liveBtn:hover{
    color: white;  
}

.liveBtn:focus{
    outline: none;
}


.pr-15{
  padding-right: 15px;  
}

.pt-13{
    padding-top:13px;
}



.datetime {
    height: 55px;
    float: left;
    min-width: 117px;
    width: 9%;
}

.datetime > span{
    float: left;
    margin-top: 15px;
}
nav.bg-menu{
    position: relative;
    bottom: 0px;
}

.menu-toggler{
    float: right;
    display: none;
    margin-top:13px;
}

.menu-toggler>img{
    width: 24px;
}

/*   News carousels  */

#carousels .slick-dots li button{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background:#707070;
    font-size: 0;
    border: 0;
    line-height: 0;
    opacity: 0.7;
    padding: 4px;
    cursor: pointer;
}

#carousels .slick-dots li button:focus{
    outline: none;
}



#carousels  .slick-dots li.slick-active button{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background:white;
}

#video-news .slick-dots li button{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background:#E2E2E2;
    font-size: 0;
    border: 0;
    line-height: 0;
    opacity: 0.7;
    padding: 4px;
    cursor: pointer;
}

#video-news .slick-dots li.slick-active button{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #EF0D12;
}

.carousel-big-img{
    width: 100%;
    height: 524px;
    object-fit: cover;
    border-radius: 5px;
}

.carousel-small-img{
    width: 100%;
    height: 255px;
    object-fit: cover;
    border-radius: 5px;
}

#carousels .slick-dots{
    top: 10px !important;
    right: 20px;
    position: absolute;
    text-align: right !important;
}
#carousels .slick-dots li{
    display: inline-block;
    margin-right: 5px;
}

#video-news .slick-dots{
    text-align: center;
}


#video-news .slick-dots li{
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
}

#carousels .slick-dots button{
    background-color: #707070;
}

#carousels{
    padding:12px 0; 
}

.layer-panel.big {
    position: absolute;
    bottom: 30px;
    left: 40px;
}

.layer-panel.small {
    position: absolute;
    bottom: 15px;
    left: 20px;
}



.d-iblock{
    display: inline-block !important;
}



/*    Videos section  */

#videos{
    padding: 26px 0;
}
.video-news-content{
    font-size: 16px;
    font-family: "HelveticaNeueCondensedRegular";
    margin-top:16px;
    margin-bottom: 9px;
    letter-spacing: 0.025em;
    line-height: 25px;
}

.video-news-time{
    font-family: "Helvetica";
    font-size: 13px;
    margin-left: 7px;
}

.video-clock{
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}

.social-img{
    width: 100%;
    height: auto;
}

.ad-panel{
    margin-top:26px;
}
.ad-panel>img{
    width: 100%;
    height: 227px;
    object-fit: contain;
}

#videos .ant-carousel .slick-dots{
    bottom: -32px !important;
}

#videos .ant-carousel .slick-dots li button{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background:#E2E2E2;
}

#videos .ant-carousel .slick-dots li.slick-active button{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background:#EF0D13;
}

.videos.layer-container>img{
    width: 100%;
    height: 154px;
    object-fit: cover;
    border-radius: 5px;
}

#news-list{
    margin-top: 22px;
    margin-bottom: 22px;
}

#news-list>p:first-child{
    font-size: 23px;
    font-family: "HelveticaNeueCondensedMedium";
}



#news-list div.progres-container{
    margin-top: 9px;
    margin-bottom:24px; 
}

.news-list{
    padding: 0px;
    font-size: 18px;
    list-style: none;
}

.news-list-item{
    border-bottom: 1px dashed #C8C3C3;
}

.news-list-item a{
    display: block;
    padding: 13px 0;
    color: #201f1f;
    font-family: "HelveticaNeueCondensedRegular";
    font-size: 16px;
    letter-spacing: 0.09em;
}



.custom-primary-button{
    background: #1266F5;
    color:white;
    cursor: pointer;
    border: 0px;
    font-size:13px;
    font-family: "HelveticaNeueMedium";
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px;
    border-radius: 3px;
}

.custom-primary-button:hover{
    color: white;
}

.custom-primary-button:focus{
    text-decoration: none;
}
/*  Colors */
.color-a2{
    color: #A2A2A2;
}

.color-a6{
    color:#a6a6a6;
}

.color-ac{
    color:#ACACAC;
}

.tex-white{
    color:white;
}


.btn-red{
    background-color: #E51515 ;
    color: white;
    border: 0px;
    border-radius: 0 5px 0 5px;
    font-size: 13px;
    letter-spacing:0.025em;
}
.btn-red:hover{
    color: white;
    background-color: #F24D4D;
}


/* TimeInfo */


div.timeinfo>.clock{
    width: 15px;
    height: 15px;
    margin-right: 8px;
}
div.timeinfo>span{
    font-size: 12px;
    letter-spacing: 0.095em;
    font-family: 'HelveticaNeueRegular';
}
div.timeinfo img{
    display: inline-block;
}


/*  Popular News  */

#popular-header{
    /* margin-top: 22px; */
    font-size: 24px;
    font-family: 'HelveticaNeueCondensedMedium';
}

#pop-news div.custom-card{
    margin-bottom: 30px;
}

.popular-first-img{
    width: 100%;
    height: 264px;
    object-fit: cover;
    border-radius: 5px;
}

.popular-first>div:nth-child(2){
    font-size: 16px;
    letter-spacing: 0.025px;
    color: #201F1F;
    line-height: 25px;
    margin-top: 16px;
    margin-bottom: 9px;
    font-family: "HelveticaNeueCondensedRegular";
}

.popular.progres-container{
    margin-top: 9px;
    margin-bottom: 45px;
}

.popular-second-img{
    width: 100%;
    height: 185px;
    object-fit: cover;
    border-radius: 5px;
}

.popular-second>div:nth-child(2){
    font-size: 16px;
    color: #201F1F;
    margin-top: 16px;
    margin-bottom: 9px;
    font-family: "'HelveticaNeueMedium";

}

/*  Long ad panel */
#longAd>img{
    width: 100%;
    height:79px;
}



/*  Asan news panel  */
#asan-header{
    font-size: 24px;
    font-family: "HelveticaNeueCondensedMedium";
}


#as-news{
    padding: 44px 0 70px 0;
}

.asan.progres-container{
    margin-top: 9px;
    margin-bottom: 45px;
}

.asan-img-cont {
    display: block;
    position: relative;
}

.asan-img-cont>img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius:5px;   
}
.asan-news-type{
    color: white;
    padding: 3px 22px;
    background-color: #E51515;
    margin-bottom: 17px;
    line-height: 25px !important;
    display: inline-block;
    border: 0px;
    font-family: "HelveticaNeueLight";
    font-size: 13px;
    border-radius: 2px;
    width: 114px;
    height: 30px;
    text-align: center;
}

.asan-news-type:focus{
    background-color: #E51515;
}


.asan-news-title{
    font-size: 16px;
    font-family: "HelveticaNeueCondensedMedium";
    margin-bottom: 9px
}

.asan-news-content{
    font-size: 14px;
    max-height: 83px;
    position: relative;
    letter-spacing: 0.025em;
    overflow: hidden;
    margin-top: 17px;
    font-family: "HelveticaNeueLight";
}

/* p.asan-news-content::after {
    content: '...';
    position: absolute;
    bottom: 0;
    right: 0;
} */


/*  Carousel item overlay  */

.layer-container{
    position: relative;
    overflow: hidden;

}

.layer-panel.popular-big {
    position: absolute;
    top: 232px;
}

.trans-layer{
    position:absolute;
    top: 0;
    opacity: 0.7;
    border-radius: 5px;
    bottom: 0;
    z-index: 0;
    left: 0;
    background: linear-gradient(-180deg,rgba(0,0,0,0.1) 20%,rgba(0,0,0,0.6) 80%);
    width: 100%;
}

.layer-panel a.big{
    display: block;
    font-family: "HelveticaNeueCondensedMedium";
    font-size: 33px;
    color: white;
    margin-bottom: 9px;
    margin-top: 13px;
    margin-right: 125px;
    line-height: 47px;
    letter-spacing: 0.036em;
}

.layer-panel.popular-small {
    position: absolute;
    top: 153px;
}

.layer-panel a.small{
    display: block;
    font-family: "HelveticaNeueCondensedRegular";
    font-size: 17px;
    color: white;
    margin-bottom: 13px;
    margin-top: 13px;
    line-height: 25px;
    letter-spacing: 0.036em;
}

.layer-container div.play-panel{
    position:absolute;
    top:45%;
    left: 45%;
}

.layer-container div.layer-panel{
    position:absolute;
    left: 0;
    bottom: 0;
}




/*  News Grid  */

.layer-container div.layer-panel.category{
    bottom:0px;
}
.layer-panel.category>button{
    border-radius: 0 5px 0 5px;
}
.layer-panel.category>button:focus{
    background: red;
    color:white;
}

#categoryNews .layer-container>img{
    width: 100%;
    height: 162px;
    object-fit: cover;
    border-radius: 5px;
}

.categories-news{
    color: black;
}



.categories-news-title{
    font-size: 16px;
    letter-spacing: 0.025em;
    font-weight: bold;
    font-family: "HelveticaNeueCondensedLight";
    margin-bottom: 9px;
    margin-top: 17px;
    line-height: 25px;
}

/*    Pagination  */
.pagination-container{
    margin-bottom: 141px;
}

.ant-pagination-item{
    font-family: "Lato";
    background-color: #00ACEE;
    border-color: #00ACEE;
}

.ant-pagination-item a{
    color:white;
}

.ant-pagination-prev>a{
    color: white;
}

.ant-pagination-disabled.ant-pagination-prev>a{
    color: whitesmoke;
}


.ant-pagination-next>a{
    color: white;
}

.ant-pagination-disabled.ant-pagination-next>a{
    color: whitesmoke;
}

.ant-pagination-prev, .ant-pagination-next{
    background-color: #00ACEE;
    border-color: #00ACEE;
    padding:1px 18px;
}


/*    NewsPage  */
#newspage{
    padding: 35px 0;
}

#newspage .news-header{
    font-size: 32px;
    font-family: "HelveticaNeueCondensedRegular";
    margin-bottom: 29px;
}

.news-body{
    font-family: "HelveticaNeueRegular";
    font-size: 15px;
}

.news-body img{
    max-width: 100%;
}

#newspage .slick-dots{
    top: 10px !important;
    right: 20px;
    position: absolute;
    text-align: right !important;
}

#newspage .layer-container img{
    max-width: 100%;
    /* height: 460px; */
    margin: auto;
    border-radius: 5px;
    /* object-fit: cover; */
    margin: auto;
    display: block;
}

#newspage .slick-dots li{
    display: inline-block;
    margin-right: 5px;
}

#newspage .slick-dots li button{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 5px;
    font-size: 0;
    line-height: 0;
    padding: 4px;
    cursor: pointer;
    border: 0;
    background:#707070;
}

#newspage .slick-dots li button :focus{
    outline: none;
}

#newspage .slick-dots li.slick-active button{
    width: 10px;
    padding: 4px;
    cursor: pointer;
    height: 10px;
    border-radius: 5px;
    background:white;
}

.img-direction{
    width: 33px !important;
    height: 33px !important;
}

#newspage img.img-direction{
    top: -webkit-calc(50% - 16px);
    top: expression(50% - 16px);
    top: -moz-calc(50% - 16px);
    top: -o-calc(50% - 16px);
    top: calc(50% - 16px);
}



.news-content{
    margin-top: 53px;
}

.news-content-text{
    font-size: 17px;
    font-family: "Helvetica";
}

/*    Radio Panel */
#radio-panel{
    background-color: #E8E8E8;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

#radio-panel>div:first-child{
    background-color: #1266F5;
    min-height: 160px;
    height: 60%;
    width: 100%;
}


.radio-logo{
    position: absolute;
    top: -webkit-calc(30% - 56px);
    top: expression(30% - 56px);
    top: -moz-calc(30% - 56px);
    top: -o-calc(30% - 56px);
    top: calc(30% - 56px);

    left: -webkit-calc(50% - 42px);
    left: expression(50% - 42px);
    left: -moz-calc(50% - 42px);
    left: -o-calc(50% - 42px);
    left: calc(50% - 42px);
}


audio::-webkit-media-controls-play-button{
    background-color: #1266F5;
    height: 100px;
    color: white;
}


.custom-player{
    background: white;
    margin: 29px auto;
    display: flex;
    flex-direction: row;
    height:106px;
    width: 90%;
    min-height: 100px;
    height: 100px;
    position: relative;
    border-radius: 14px;
    box-shadow: 1px 1px 13px grey;
}

div.ant-slider{
    margin: 10px 10px 17px 10px;
    height: 80px;
}

.custom-player>.play-button{
    height: 100%;
    border-radius: 14px 0 0 14px;
    width: 115px;
    background-color: #1266F5;
    border: 0px;
}

.ct-play{
    width: 24px;
}

.play-button:focus{
    outline: none;
}

.ct-pause{
    width: 24px;
  
}

.ct-mute{
    background: transparent;
    border:0px;
    cursor: pointer;
    margin-left:10px; 
}

.ct-mute:focus{
    outline: none;
}


.radio-duration{
    margin: 35px 14px;
    display: inline-block;
    width: 36px;
    height: 30px;
    line-height: 30px;
}
.radio-progress{
    height: 18px;
    border-radius: 5px;
    background-color: #E8E8E8;
    display: inline-block;
    margin: 41px 5px;
    width: -webkit-calc(100% - 60px);
    width: expression(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -o-calc(100% - 60px);
    width: calc(100% - 60px);
}

.radio-reset{
    background-color: #1266F5;
    color: white;
    border-radius: 7px;
    border: 0px;
    width: 90%;
    margin: 29px auto;
    height: 40px;
    min-height: 40px;
    display: inline-block;
}


/*  About  */
#about-panel>h1{
    font-size: 32px;
    font-family: "HelveticaNeueCondensedRegular";
}

#about-panel p{
    font-family: "HelveticaNeueRegular";
    font-size: 15px;
}

#about-panel p:last-child{
    margin-bottom: 32px;
}

#about-panel>div.layer-container{
    margin-bottom: 36px;
}

#about-panel img.head-img{
    width: 100%;
}

#about-panel div.layer-panel{
    top: -webkit-calc(50% - 66px);
    top: expression(50% - 66px);
    top: -moz-calc(50% - 66px);
    top: -o-calc(50% - 66px);
    top: calc(50% - 66px);

    left: -webkit-calc(50% - 56px);
    left: expression(50% - 56px);
    left: -moz-calc(50% - 56px);
    left: -o-calc(50% - 56px);
    left: calc(50% - 56px);
}

/*   Related news  */

.related.layer-container>img{
    width: 100%;
    height: 154px;
    object-fit: cover;
    border-radius: 5px;
}

.related-news-content{
    color: #201F1F;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 17px;
    font-family: "HelveticaNeueCondensedMedium";
}

.news-body p{
    text-align: justify;
}

.custom-card.news-carousel div.timeinfo{
    top: 10px;
    position: absolute;
    left: 20px;
}

.carousel-controls{
    position: absolute;
    top: 145px;
    width: 100%;
}

/*  Apps */
.apps-panel p:first-child{
    font-size: 24px;
    margin-top: 20px;
    font-family: 'HelveticaNeueCondensedMedium';
}

.apps-panel .progres-container{
    margin-top: 5px;
    margin-bottom: 10px;
}

.apps-panel a{
    margin-bottom: 10px;
    display: block;
    width: 250px;
    height: 79px;
    background-size: cover;
    background-position-y: -85px;
}
.apps-panel a.ios{
    background-image: url('/new/images/app-store-badge.png');
}

.apps-panel a.google{
    background-image: url('/new/images/google-play-badge.png');
}


#new-news div.ant-row{
    margin-bottom: 17px;
}

#new-news div.asan-news-content{
    margin-bottom: 0px;
}

.ant-pagination-item-active{
    background: white;
    
}
.ant-pagination-item-active a{
    color: #00ACEE !important;
}

.layer-panel.category{
    position: absolute;
    top: 130px;
}

input.custom-input {
    width: 100%;
    padding: 5px;
    font-size: 14px;
    font-family: "HelveticaNeueCondensedRegular";
    border: 1px solid lightgray;
    transition: all 200ms;
    margin: 8px 0px 10px 0px;
}

.datepicker-label{
    font-family: "HelveticaNeueCondensedMedium";
    font-size: 23px;
}

#news-grid{
    margin-top: 20px;
}

div#team img{
    height: 100%;
}

div#team .slick-dots li{
    display: inline-block;
    margin-right: 5px;
}

div#team .slick-dots li button{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background:#707070;
    font-size: 0;
    border: 0;
    line-height: 0;
    opacity: 0.7;
    padding: 4px;
    cursor: pointer;
}

.slick-dots li button:focus{
    outline: none;
}

div#team .slick-dots li.slick-active button{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background:white;
}

div#team .slick-dots {
    top: 10px !important;
    left: 0px;
    position: absolute;
    text-align: right !important;
}

div.per-card{
    position: relative;
}
div.per-card:focus{
    outline:none;
}

div.per-card .layer{
    height: 100px;
    position: absolute;
    z-index: 2;
    padding-left: 40px;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
}

div.per-card .layer p{
    color: white;
}
div.per-card .layer p:first-child{
    font-size: 2.5rem;
    margin-bottom: 0;
}
div.per-card .layer p:last-child{
    font-size: 1.5rem;
}

div.per-con{
    width:800px;overflow:hidden;position:relative;
}
 




