* {  margin:0 auto; padding:0; }
 
a, a:after, a:before, li, img, input, textarea, a span, button, i, figure, .anim {  -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;  }

img { border: none; max-width: 100% !important; }

a { color: #BA0C2F; }
a:hover { color: #000; }
a:focus { text-decoration: none; outline: none !important;  }
a, a:hover { text-decoration: none; }


:focus, .focus { outline: none !important; text-shadow:none; }

input:focus, button:focus, textarea:focus { outline: none !important; box-shadow: none; }

article, aside, details, figcaption, figure, footer, header, nav, section, summary { display: block; }

ul { margin: 0; padding: 0; }
li { list-style: none; }

 
body { font-family: 'Open Sans', sans-serif;  color:#002855; font-size:16px; font-weight:400;
      -webkit-font-smoothing: antialiased;-moz-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; }

figure {
    margin: 0;
}      

::-moz-selection { background:#BA0C2F; text-shadow: none; color:#fff; }
::selection { background: #BA0C2F; text-shadow: none; color: #fff; }

.clear { clear: both; }
.right { float: right; }
.left { float: left; }  

h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; font-weight:400; margin: 0; }


.custome-checbox {
    display: inline-block;
    position: relative;    
    vertical-align: top;
  }
  
   
  
  .custome-checbox [type="checkbox"]:checked,
  .custome-checbox [type="checkbox"]:not(:checked) {
    position: absolute;
    left: 0;
    z-index: 1;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  
  .custome-checbox [type="checkbox"]:checked + label,
  .custome-checbox [type="checkbox"]:not(:checked) + label {
      position: relative;       
      cursor: pointer;      
      display: inline-block;
      color: #BA0C2F;
      min-height: auto;
      text-transform: none;
      font-size: 16px;
      line-height: 22px;
      margin: 0;
      padding-left: 20px;
  }
  .custome-checbox [type="checkbox"]:checked + label:before,
  .custome-checbox [type="checkbox"]:not(:checked) + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 6px;
      width: 12px;
      height: 12px;
      border: 1px solid #C4C4C4;    
      background: #C4C4C4;
  }
  
  .custome-checbox [type="checkbox"]:checked + label:after,
  .custome-checbox [type="checkbox"]:not(:checked) + label:after {
        content: "\f00c";
        width: 12px;
        height: 12px;
        position: absolute;
        top: 2px;
        left: 2px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        font-size: 9px;
  }
  
  .custome-checbox [type="checkbox"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  .custome-checbox [type="checkbox"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
  }



  .custom-select {
    position: relative;   
    margin: 0;
    padding: 0;
    text-align: center;
  }
  
  .custom-select select {
    display: none; /*hide original SELECT element:*/
  }
  
  .select-selected {
    border: 1px solid #160D36;
    box-sizing: border-box;
    border-radius: 12px;
    background-color: #fff !important;
    color: rgba(0, 0, 0, 0.53);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 10px 10px 35px;
  }
  
  /*style the arrow inside the select element:*/
  .select-selected:after {
    position: absolute;
    content: "";
    background: url(../images/select-down-arrow.svg) no-repeat center;
    left: 0;
    top: 0;
    height: 42px;
    width: 35px;
  }
  
  /*point the arrow upwards when the select box is open (active):*/
  .select-selected.select-arrow-active:after {    
    top: 0px;
    transform: rotate(-180deg);
  }
  
  /*style the items (options), including the selected item:*/
  .select-items div,
  .select-selected {    
    cursor: pointer;
    user-select: none;     
  }

  .select-items {
    border: 1px solid #160D36;
    border-top: none;
    box-sizing: border-box;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    margin-top: -10px;
    padding-top: 10px;
  }
  .select-items div {
          padding: 5px 10px 5px 35px;
  }
  
  /*style items (options):*/
  .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.53);
  }
  
  /*hide the items when the select box is closed:*/
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, 
  .same-as-selected {
    background: #160D36;
    color: #fff;

  }




.page-wapper { 
    display:inline-block; 
    width:100%; 
    overflow:hidden;    
}

.container {
    max-width: 1352px;
    width: 100%;
}

/*======== HEADER ========*/
header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 28px 110px 25px;
    display: inherit;
    width: 100% !important;
    float: left;
   z-index: 99 !important;
}




/*  Logo */
header figure {
    float: left;
}

/* Right links */
header .header-links {
    float: right;
    margin-top: 25px;
}

header .header-links a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.53);
    margin-right: 44px;
}

header .header-links a:last-child {
    margin-right: 0;
}


header .header-links a i {
    margin-right: 10px;
}

header .header-links a i img {
    height: 25px;
}
header .header-links a.grid-dates , .header-links a br {display:none;}
/*======== & HEADER ========*/


/*======== Page Banner ========*/
.page-banner {    
    width: 100%;
    position: relative;    
    overflow: hidden;
}

    /* Banner Images */
.page-banner figure {
    width: 100%;
    float: left;
}

.page-banner figure img {
    width: 100%;
    height: 604px;
    object-fit: cover;
    object-position: 0 0;
}

.page-banner.with-right-section figure:not(.fullWidth) {
    width: calc(100% - 653px);
}
.page-banner.with-right-section figure.fullWidth{width:100%;}


    /* Banner Text */
.page-banner.with-right-section .banner-text {
    position: absolute;
}

.page-banner .banner-text {    
    float: left;
    position: relative;
    background: #BA0C2F;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #ffff;
    padding: 35px 80px 21px;
}

.page-banner .banner-text.pn-content {
    padding: 41px 69px;
}

.page-banner .banner-text h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;   
    color: #fff;
}


.page-banner .banner-text h2 {
    font-weight: bold;
    font-size: 125px;
    line-height: 152px;
    font-weight:700;
    color: #fff;
}

.page-banner .banner-text .date {
    font-size: 28px;
    line-height: 34px;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 300;    
    color: #fff;
}


    /* Important Dates */
.page-banner .important-dates {    
    width: 653px;
    background: #002855;
    padding: 22px 40px;
    color: #fff;
    position: relative;
    z-index: 1;
    height: 100%;
    float: right;     
    text-align: center;
}

.page-banner .important-dates::after {
    content: "";
    position: absolute;
    top: 100%;
    height: 100%;
    width: 100%;
    left: 0;
    background: #002855;
}

.page-banner .important-dates h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    text-align: left;
}

.page-banner .important-dates table {
    text-align: left;
    width: 100%;
    max-width: 530px;
    margin-left: 0;
    margin-top: 20px;
}

.page-banner .important-dates table td {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
    border-bottom: #BA0C2F 1px solid;
    vertical-align: top;
}

.page-banner .important-dates table td:first-child {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    font-style: italic;
    padding-left: 0;
    height: 64px;
    width: 190px;
}

.page-banner .important-dates a.more , .showmore-button {
    font-style: italic;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: underline;
    margin-top: 15px;
    display: inline-block;
    cursor:pointer;
}
.page-banner .important-dates table tr:last-child td {
    border-bottom: none;
}
a.grid-dates.close {display:none;}
.readmore-div {height: 100%;padding-bottom:8px;}
/*======== & Page Banner ========*/
 

/*======== Principal Office ========*/
.home-main-article {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 129px;
    display: flex;
    align-content: stretch;
}

.home-main-article::after {
    content: "";
    box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.5);
    right: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.home-main-article figure {     
    width: calc(100% - 458px);
    position: relative;
    z-index: 1;
}

.home-main-article figure img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-main-article .content {
   position: relative;
   right: 0;
   top: 0;
   width: 458px;   
   background: #BA0C2F;
   color: #fff;
   padding: 85px 50px 50px 50px;
   z-index: 1;
   transition: 0.5s ease-in-out;
}

.home-main-article .content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 27px;
}

.home-main-article .content p {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
}
/*.home-main-article:hover .content {background-size:21px;}*/
/*.home-news-list-blue.previous-editions li:hover .content {background-size:21px;}
*/.home-news-list-blue.previous-editions li {position:relative;z-index:1;}
.social a:hover path , .social-links a:hover path , .view-replay a:hover path {fill: #002855;}
.home-main-article .content::after , .home-news-list-blue li .content::after ,.home-news-list-white li .content::after {background-image: url(../images/right-white-icon.svg);transition: 0.3s ease-in-out;content:'';background-repeat:no-repeat;display: block;position:absolute;width: 23px;height: 29px;bottom: 25px;right: 16px;}
.home-main-article .content:hover::after , .home-news-list-blue li:hover .content::after , .home-news-list-white li:hover .content::after {transform:scale(1.1);}
.home-news-list-white li .content::after{background-image: url(../images/right-blue-icon.svg);bottom: 18px;right: 24px;}
/*.home-news-list-blue li .content::after{bottom: unset;margin-top: 7px;}*/
/*======== & Principal Office ========*/


/*======== Home News List ========*/

    /* Blue */
.home-news-list-blue {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    width: calc(100% + 50px);
    float: left;
    margin-left: -25px;
    margin-right: -25px;
}

.home-news-list-blue li {
    background: #002855;
    box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.5);
    color: #fff;
    width: calc(33.3% - 50px);
    margin: unset;
    margin: 0px 25px;
}
.home-news-list-blue li figure {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 75%;
}

.home-news-list-blue li figure img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.home-news-list-blue li .content {
    float: left;
    width: 100%;
    padding:60px 35px;
/*    background: url(../images/right-white-icon.svg) no-repeat calc(100% - 20px) calc(100% - 23px);
    background-size: 18px;*/
    transition:0.1s ease-in-out;
}
.home-news-list-blue li .content:hover {background-size: 20px;}
.home-news-list-blue li .content h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px; 
    position: relative;
    padding-bottom: 15px;
}

.home-news-list-blue li .content h3::after {
    content: "";
    position: absolute;
    background: #fff;
    height: 1px;
    width: calc(100% + 35px);
    bottom: 0;
    left: 0;
}


    /* white */
 .home-news-list-white {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    width: 100%;
    float: left;
    margin-bottom: 209px;
}

.home-news-list-white li {
    background: #fff ;
    box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.5);
    color: #002855;
    width: calc(33.3% - 33.3px);
    margin: unset;
    margin-bottom: 40px;
        transition:0.1s ease-in-out;
}

.home-news-list-white li figure {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 75%;
}

.home-news-list-white li figure img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.home-news-list-white li.one-three {
    width: calc(66.6% - 17px);
}

.home-news-list-white li.one-three figure {
    padding-bottom: 34.7%;
}


.home-news-list-white li .content  {
    padding: 40px 55px 15px 25px;
    float: left;
    width: 100%;    
}
.home-news-list-white li:hover {background-size:20px;}
.home-news-list-white li .content h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
}

/*======== & Home News List ========*/

/*======== Footer ========*/
footer {
    width: 100%;
    background: #fff;
    border-top: #002855 13px solid;    
    padding: 64px 104px 0;
    xl
}    

footer .footer-info {
    float: left;
}    

    /* Content */
footer .footer-info .content {
    margin-top: 39px;
}

footer .footer-info .content h6 {
   /* font-style: italic; */
   /* font-weight: 700; */
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
    color: #BA0C2F;
   /* font-family: 'Conv_NewsGothicBT';*/
   font-family: 'Montserrat', sans-serif;
}

footer .footer-info .content p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;    
    color: #002855;
    line-height: 26px;
}

footer .footer-info .content p a,
footer .footer-info .content a {
   color: #002855;
}

footer .footer-info .content p a:hover,
footer .footer-info .content a:hover {
   color: #BA0C2F;
   text-decoration: underline;
}

    /* Social Media */
footer .footer-info .social-links {
    margin-top: 20px;
}

footer .newslatter {
    float: right;
    margin-top: 115px;
    max-width: 668px;
    width: 50%;
}

footer .newslatter h4 {
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    color: #002855;
    margin-bottom: 28px;
    font-family: 'Open Sans', sans-serif;
}

footer .newslatter input[type="text"],
footer .newslatter input[type="email"] {
    width: 100%;
    border: 1px solid #002855;
    box-sizing: border-box;
    border-radius: 11px;
    padding: 0 12px;
    height: 51px;
    color: #C4C4C4;
    float: left;
    font-family: 'Roboto', sans-serif;
}

footer .newslatter input[type="text"]::placeholder,
footer .newslatter input[type="email"]::placeholder {
    color: #C4C4C4;
}


footer .newslatter input[type="submit"] {
    float: left;
    border: 1px solid #002855;
    box-sizing: border-box;
    border-radius: 30px;
    text-align: center;
    width: 231px;
    height: 51px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #002855;
    font-family: 'Roboto', sans-serif;
    margin-top: 25px;
    background: #fff;
} 

footer .newslatter input[type="submit"]:hover {
    background: #002855;
    color: #fff;
}



    /* Copy Right */
footer .copyright {
    width: 100%;
    float: left;
    padding: 43px 0;
    margin-top: 34px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #160D36;
    border-top: 1px solid #002855;
}

footer .copyright a{
    color: #160D36;
}

/*======== & Footer ========*/


/*======== Edition Detail Warpper ========*/
.edition-detail-warpper {
    width: 100%;
    display: flex;
}  

    /* Left Content */
.left-detail-conent {
    width: calc(100% - 650px);
    padding: 87px 20px;
}

.left-detail-conent .news-detail-title {
    width: 100%;
    max-width: 1050px;
    position: relative;
    margin: 0 auto;
    padding: 18px 0 48px 0;
    position: relative;
}

.left-detail-conent .news-detail-title::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100vw;
    background: #002855;
    top: 0;
    right: 0;
}

 

.left-detail-conent .news-detail-title h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 82px;
    color: #002855;
    text-align: right;
}


    /* Quote */
.left-detail-conent .quote-warpper {
    float: right;
    width: 100%;            
    padding: 0 45px 0 110px;
}

.left-detail-conent .quote-warpper .quote {
    float: left;
    width: 100%;
    border-top: #002855 1px solid;
    padding: 92px 0;
    display: flex;
}

.left-detail-conent .quote-warpper .content {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Merriweather', serif;
    overflow: hidden;
    padding-right: 80px;
    width: 100%;
    color: #000000;
}

.left-detail-conent .quote-warpper .author-info {
    float: right;
    display: table; 
}

.left-detail-conent .quote-warpper .author-info figure {
    float: left;
    height: 106px;
    width: 106px;
    position: relative;
}
.left-detail-conent .quote-warpper .author-info figure img {
    height: 100%;
    width: 100%;
    border-radius: 50%;    
    object-fit: cover;
    border: #fff 5px solid;
}
.left-detail-conent .quote-warpper .author-info figure::after {
    content: "";    
    top: -1px;
    bottom: -1px;
    border-radius: 50%;
    background: #002855;    
    position: absolute;
    left: 1px;
    z-index: -1;
    right: 1px;
}

.left-detail-conent .quote-warpper .author-info .info {
    padding-left: 28px;
    display: table-cell;
    vertical-align: middle;
    min-width: 190px;
}

.left-detail-conent .quote-warpper .author-info .info h6 {
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    color: #002855;
    font-family: 'Merriweather', serif;
}

.left-detail-conent .quote-warpper .author-info .info .about-athor {
    font-family: 'Merriweather', serif;
    color: #8E8E8E; 
    font-weight: 300; 
    font-size: 14px;
    line-height: 17px;
}


.left-detail-conent .quote-warpper .author-info .info .view-replay {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.left-detail-conent .quote-warpper .author-info .info .view-replay a {
    margin-right: 15px;
    color: #8E8E8E; 
    font-weight: 300; 
    font-size: 14px;
    line-height: 24px;
}

.left-detail-conent .quote-warpper .author-info .info .view-replay a i {
    margin-right: 5px;
}


    /* Small Container */
.left-detail-conent .detail-mid-small-container {
    width: 100%;
    max-width: 745px;
    margin: 0 auto;
}

.left-detail-conent .detail-mid-small-container .content {
    margin-bottom: 50px;
    float: left;
    width: 100%;
}

.left-detail-conent .detail-mid-small-container .content h1,
.left-detail-conent .detail-mid-small-container .content h2,
.left-detail-conent .detail-mid-small-container .content h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #002855;
    margin: 50px 0 25px 0;
}
.left-detail-conent .detail-mid-small-container .content h1:first-child{
	margin-top:0;
}
.left-detail-conent .detail-mid-small-container .content h2{
	  font-weight: normal;
	  line-height:normal;
	   margin: 40px 0 25px 0;
	    font-size: 25px;
}
.left-detail-conent .detail-mid-small-container .content h3{
	font-weight: normal;
	line-height:normal;
	 margin: 20px 0 20px 0;
	  font-size: 20px;
}
.left-detail-conent .detail-mid-small-container .content p {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
}

.left-detail-conent .detail-mid-small-container .content table {
    width: 100%;
}

.left-detail-conent .detail-mid-small-container .content table tr td {
    padding:10px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}



.left-detail-conent .detail-mid-small-container .detail-image {
    display: inline-block;
    margin-bottom: 50px;
}
.left-detail-conent .detail-mid-small-container .detail-table .detail-image {
	margin-bottom:0;
}

.left-detail-conent .detail-mid-small-container .detail-image figure {
    margin-bottom: 15px;
}

    /* Gallary Slider */
.left-detail-conent .image-gallary-slider-warpper {
    float: left;
    width: 100%;
    padding: 0 52px;
    margin-bottom: 50px;
}
.left-detail-conent .image-gallary-slider-warpper  .owl-nav button:hover
{

    transform: scale(1.1) translate(0,-50%);
}
.left-detail-conent .image-gallary-slider-warpper .item{padding-top: 66.66%;position: relative;}
.left-detail-conent .image-gallary-slider-warpper .item img {position: absolute;top: 0;width: 100%;height: 100%;left: 0;object-fit: cover;}
.left-detail-conent .image-gallary-slider .owl-nav .owl-prev,
.left-detail-conent .image-gallary-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    height: 38px;
    width: 20px;
    font-size: 0;
    background-size: 100%;
    transition:0.3s ease-in-out;
}

.left-detail-conent .image-gallary-slider .owl-nav .owl-prev {
    background: url(../images/left-greay-icon.svg) no-repeat center;
    left: -38px;
}

.left-detail-conent .image-gallary-slider .owl-nav .owl-next {
    background: url(../images/right-greay-icon.svg) no-repeat center;
    right: -38px;
}


.left-detail-conent .image-gallary-slider .owl-dots {
    float: left;    
    margin-top: 17px;
}

.left-detail-conent .image-gallary-slider .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    background: #C4C4C4;
    border-radius: 50%;
    margin-right: 5px;
}

.left-detail-conent .image-gallary-slider .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.left-detail-conent .image-gallary-slider .owl-dots .owl-dot.active {
    background: #BA0C2F;
}

.left-detail-conent .image-gallary-slider-warpper .custome-checbox {
    margin-top: 17px;
}


.left-detail-conent .download-link {
    float: left;
    width: 100%;
    max-width: 604px;
    margin-bottom: 50px;
}

.left-detail-conent .download-link a {
    background: #C4C4C4;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #002855;
    position: relative;
    height: 70px;
    line-height: 70px;
    padding-right: 70px;
    padding-left: 10px;
    width: 100%;
    float: left;
    margin-bottom: 23px;
}

.left-detail-conent .download-link a:last-child {
    margin-bottom: 0;
}

.left-detail-conent .download-link a:hover {
   background: #BA0C2F;
   color: #fff; 
}

.left-detail-conent .download-link a::after {
    content: "";
    background: #BA0C2F url(../images/link-white-icon.svg)no-repeat center;
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
} 

.left-detail-conent .download-link a:hover::after {
    background-color: #002855;
}




.left-detail-conent .detail-table  {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    
}

.left-detail-conent .detail-table table {
    float: left;
    width: 100%;
}


.left-detail-conent .detail-table table thead th {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #F2F2F2;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    background: #BA0C2F;
    height: 55px;
}

.left-detail-conent .detail-table table tbody td {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    color: #000000;
    height: 55px;
}

.left-detail-conent .detail-table table tbody tr:nth-child(2n) td {
    background: #E7E5E5;
}


    /* Social Icons */
.left-detail-conent .detail-share {
    margin: 82px auto 68px auto; 
    display: flex;   
    flex-flow: column wrap;
    max-width: 200px;
}


.left-detail-conent .detail-share span {
    border-bottom: 1px solid #BA0C2F;
    padding-bottom: 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #BA0C2F;
    margin-bottom: 32px;
    width: 100%;
}

.left-detail-conent .detail-share span i {
    margin-left: 5px;
    position: relative;
    top: -3px;
}


.left-detail-conent .detail-share .social {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.left-detail-conent .detail-share .social a svg {
    max-height: 30px;
}

.left-detail-conent .detail-share .social a:first-child {
    margin-left: 0;
}

.left-detail-conent .detail-share .social a:last-child {
    margin-right: 0;
}



    /* Right News List */
.right-news-list {
    width: 650px;
    max-width: 650px;
    background: #C4C4C4;
    padding: 80px 0;
}

    /* Title */
.right-news-list .post-list-title {
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;     
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    padding: 35px 0 100px 81px;
    color: #BA0C2F;
}

.right-news-list .post-list-title h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;    
    align-items: center;
    margin: 15px 0 0 0;
}

.right-news-list .post-list {
    float: left;
    width: 100%;
}

.right-news-list .post-list li {
    float: left;
    width: 100%;
    padding: 26px 0 26px 81px;
    margin-bottom: 26px;
    position: relative;
    display: flex;
    align-items: baseline;
}

.right-news-list .post-list li:hover , .right-news-list .post-list li.active {
    background: #ABABAB;
} 


.right-news-list .post-list li .content {     
    width: 46%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: auto;
    padding-right: 20px;
}

.right-news-list .post-list li .content::after {
    content: "";
    position: absolute;
    height: 1px;    
    background: #002855;
    left: 81px;
    right: 140px;
    bottom: 49px;
}

.right-news-list .post-list li .content h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 11px;
}

.right-news-list .post-list li .content a.read {
    margin-bottom: 28px;   
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;  
    color: #002855;
    float: left;
}


.right-news-list .post-list li figure {
    width: 222px;    
    margin-left: 0;
    margin-right: auto;
}

.right-news-list .post-list li figure img {
    width: 100%;
}



/*======== & Edition Detail Warpper ========*/



/*======== Edition mid Part ========*/
.previous-editions-warpper {
    margin: 95px auto;
    width: 100%;
    max-width: 1094px;
    text-align: center;
    padding: 0 15px;
}

    /* Title */
.previous-editions-warpper .editions-title {
    width: 100%;
    text-align: center; 
    position: relative;
}

.previous-editions-warpper .editions-title .custom-select {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 140px;
    z-index: 20;
    height: auto;
    background: none;
    border: none;
}

.previous-editions-warpper .editions-title h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;   
    color: #160D36;      
}


.home-news-list-blue.previous-editions {
    margin-bottom: 96px;
}

.home-news-list-blue.previous-editions li {
    background: #BA0C2F;
    width: calc(33.3% - 20px);
    margin-top: 40px;
    text-align: left;
}

.home-news-list-blue.previous-editions li .content h3 {
    font-style: italic;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
}


    /* More Link */
.previous-editions-warpper .view-more-btn {
    border: 1px solid #160D36;
    color: #160D36;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;    
    align-items: center;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    width: 230px;
    max-width: 100%;
    padding: 15px 0;  
    display: inline-block;
}

.previous-editions-warpper .view-more-btn:hover {
    color: #fff; 
    background: #160D36;
}

    .banner-container {
    padding: 0px 20px;
    width: calc(100% - 650px);
    margin-right: auto;
    margin-left: unset;
}
.banner-subcontainer {
    max-width: 745px;
}

/*======== & Edition mid Part ========*/

.print-post {
    display: none;
}
























/*==================================================*/
        /*======= Print CSS =======*/
/*==================================================*/

@media print { 
    .page-banner {display:none;}
    .page-wapper , .banner-part .page-banner   {
        display: block;
    }

    a {
        text-decoration: none;
    }

    body {
        padding:10px 40px;       
        width: 100%;        
        margin: 0 auto;
    }

    #sticker-sticky-wrapper,
    header,
    footer {
        display: none;
    }
 
    
    .print-post li .post-title,
    .print-post li .sub-title,
    .post-content,
    h1, h2, h3, h4, h5, h6, p {
        page-break-after: avoid;        
    }

    .post-content {
        clear: both;
    }

    .post-content .content {
        overflow: hidden;
    }

    .post-content .content h3,
    .post-content .content p {
        /*float: left;
        width: 100%;
*/        color: #000;
    }


    .page-banner figure {
        display: none;
    }

    .page-banner {
        background: #BA0C2F;
        float: left;
        width: 100%;
        margin-bottom: 40px;
    }

    .page-banner::after {
        content: "";
        position: absolute;
        bottom: 13px;
        right: 0;
        height: 1px;
        width: calc(100% - 58px);
        background: #fff;
    }


    .page-banner .banner-text {
        padding: 25px 0 25px 58px;
        position: relative;
        float: left;
        width: auto;
    }

    .page-banner .banner-text::after {
        content: "";
        position: absolute;
        top: 13px;
        left: -58px;
        height: 1px;
        width: calc(100% + 58px);
        background: #fff;
    }



    .page-banner .banner-text .date {
        font-style: italic;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
    }

    .page-banner .banner-text h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 39px;
    }


     .left-detail-conent {
         display: none;
     } 
     	 

    .print-post {
        float: left;
        width: 100%;
        display: block;
    }

    .print-post li {
        float: left;
        width: 100%;
        margin-bottom: 62px;
        border-bottom: #BA0C2F 20px solid;
    }

    .print-post li:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }

    .print-post li .post-title {
        float: left;
        width: 100%;
        display: flex;
    }

    .print-post li .post-title .content {
        float: none;
        width: 50%; 
        display: flex;
        flex-flow: column wrap;
        justify-content: right;
    }

    .print-post li .post-title .content h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 26px;
        line-height: 30px;  
        text-align: right;
        margin: 0;
        color: #000;
    }
    

    .print-post li .post-title .content .author-info {
        float: right;
        display: table; 
        margin-right: 0;
        margin-bottom: 0;
        margin-top: auto;
    }
    
    .print-post li .post-title .content .author-info figure {
        float: left;
        height: 60px;
        width: 60px;
        position: relative;
    }
    .print-post li .post-title .content .author-info figure img {
        height: 100%;
        width: 100%;
        border-radius: 50%;    
        object-fit: cover;
        border: #fff 2px solid;         
    }
    .print-post li .post-title .content .author-info figure::after {
        content: "";    
        top: -1px;
        bottom: -1px;
        border-radius: 50%;
        background: #002855;    
        position: absolute;
        left: 1px;
        z-index: -1;
        right: 1px;
    }
    
    .print-post li .post-title .content .author-info .info {
        padding-left: 10px;
        display: table-cell;
        vertical-align: middle;       
    }
    
    .print-post li .post-title .content .author-info .info h6 {
        font-style: normal;
        font-weight: 900;
        font-size: 14px;        
        color: #000;
        font-family: 'Merriweather', serif;
        float: left;
        width: 100%;
    }
    
    .print-post li .post-title .content .author-info .info .about-athor {
        font-family: 'Merriweather', serif;
        color: #8E8E8E; 
        font-weight: 300; 
        font-size: 12px;       
        display: list-item; 
    }
    
    
    .print-post li .post-title .content .author-info .info .view-replay {
        display: list-item;
        margin-top: 0px;
    }

    .print-post .view-replay a img {
        filter: grayscale(1);
    }
    .print-post li .post-title .content .author-info .info .view-replay a {
        margin-right: 15px;
        color: #8E8E8E; 
        font-weight: 300; 
        font-size: 11px;
        line-height: 18px;
        text-decoration: none;
    }
    .print-post li .post-title .content .author-info .info .view-replay a:last-child {
        margin-right: 0;
    }
    
    .print-post li .post-title .content .author-info .info .view-replay a i {
        margin-right: 5px;
    }


    .print-post li .post-title > figure {
        float: left;
        width: 50%;
        padding-left: 37px;
    }

    .print-post li .post-title > figure img {
        width: 100%;
        float: left;
    }

    .print-post li .sub-title {
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        line-height: 30px;
        font-family: 'Merriweather', serif;
        margin: 40px 0;
        float: left;
        width: 100%;
        color: #000;

    }
    
    
    .post-content {
        float: left;
        width: 100%;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 40px;
    }
    .post-content p{
        color: #000;
    }

    .post-content h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 26px;
        color: #000000;
        margin: 0 0 20px 0;
    }

    .post-content figure {
        float: left;
        width: 60%;
        padding-right: 40px;
    }

    .post-content figure img {
        width: 100%;
        float: left;
        margin-bottom: 3px;
    }

    .post-content figure span {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 22px;
        color: #BA0C2F;
        font-family: 'Merriweather', serif;
        float: right;
        position: relative;
        padding-left: 20px;
    }

    .post-content figure span::before {
        content: "";
        height: 12px;
        width: 12px;
        background: #C4C4C4;
        position: absolute;
        left: 0;
        top: 4px;
    }

    .post-content table {
        width: 100%;
        margin-top: 20px;
    }

    .post-content table td {
        padding: 15px 0;
        font-weight: 400;
        color: #000;
    }



    .right-news-list {
        display: none;
    }   

    .left-detail-conent {
        width: 100%;
    }

/*==mk-start==*/
.page-banner .important-dates {display:none;}
.page-banner {z-index:2000;}
.page-banner.with-right-section .banner-text {position: relative;margin-left: unset;margin-right: auto;background: #BA0C2F}
 tr.banner-bg {
        background-color: #1a4567 !important;
        -webkit-print-color-adjust: exact; 
    }
    .print-post * {-webkit-print-color-adjust: exact; }
    .banner-part{border:0px;margin-bottom:40px;}
    .page-banner{margin-bottom:0px;}
    .page-banner.with-right-section{display:none !important;}
/*==mk-end==*/



}

/*== print-end==*/

















/*==================================================*/
        /*======= Responsive CSS =======*/
/*==================================================*/


@media screen and (min-width:1401px) { 
    .page-banner .banner-text h2 {
        text-indent: -10px;
    }
    .custome-checbox { 
        left: -50px;
    }
    .left-detail-conent .news-detail-title::before { 
        right: 100px;
    }
    .left-detail-conent .news-detail-title h2 {
        padding-right: 100px;
    }

}
@media(min-width:1025px)
{
.page-banner.with-right-section {display: flex;flex-direction: row-reverse;}
.page-banner.with-right-section.readmore-type figure img{height:100%;}
}
@media (min-width:1024px) and (max-width:1400px) { 

    .page-banner .important-dates {
        width: 40%;
    }

    .page-banner.with-right-section figure:not(.fullWidth) {
        width: 60%;
    }

    .page-banner .banner-text h2 {
        font-size: 80px;
        line-height: 80px;
        text-indent: -6px;
    }

    .page-banner .banner-text {
        padding: 35px 50px 21px;
    }

    .page-banner .banner-text .date {
        font-size: 24px;
    }

    .page-banner .important-dates table td {
        font-size: 13px;
        line-height: 18px;
    }
    
    .home-news-list-white {
        margin-bottom: 120px;
    }

    .home-news-list-blue li .content h3 {
        font-size: 24px;
    }    

    .left-detail-conent .news-detail-title h2 {
        font-size: 50px;
        line-height: 53px;
        padding-right: 80px;
    }
    
    .left-detail-conent .news-detail-title::before { 
        right: 80px;
    }
    .left-detail-conent .quote-warpper {
        padding: 0 0 0 0;
    }

    .right-news-list .post-list li {
        padding-left: 30px;
    }

    .right-news-list .post-list li .content::after {
        left: 30px;
    }

    .right-news-list .post-list-title {
        padding: 35px 0 30px 30px;
    }

}


@media (min-width:1024px) and (max-width:1200px) { 
    header {
        padding: 28px 50px 25px;
    }

    footer {
        padding: 64px 50px 0;
    }

    header .header-links a {
        margin-right: 25px;
    }

    .left-detail-conent .quote-warpper .content {
        padding-right: 30px;
    }

    .left-detail-conent {
        width: 60%;
    }

    .right-news-list .post-list li figure {
        width: 180px;
    }
    .home-news-list-white li .content {
        background-position: top 70% right 8px;
    }

}
@media(max-width:1199px)
{
    .banner-container {
    width: 100%;
    padding: 0px 20px;margin:0 auto;
}
.banner-subcontainer {max-width:unset;margin:0 auto;}
}

@media (min-width:768px) and (max-width:1024px) {

    header {
        padding: 28px 30px 25px;
    }

    header figure {    
       width: 210px;    margin-top: 10px;
    }    

    header .header-links {
        margin-top: 8px;
    }

    header .header-links a {
       margin-right: 20px;
       font-size: 15px;
    }

    header .header-links a i {
        margin-right: 0px;
    }

    header .header-links a i img {
        height: 20px;
    }


    .page-banner .banner-text {
        position: relative;
        float: left;
    }

    .page-banner figure img {
       height: 400px; 
    }

    .page-banner .important-dates {
        width: 100%;
    }

    .page-banner.with-right-section figure:not(.fullWidth) {
        width: 100%;
    }
    

    .page-banner .banner-text h2 {
        font-size: 80px;
        line-height: 80px;
        text-indent: -5px;
    }

    .page-banner .banner-text,
    .page-banner.with-right-section .banner-text {
        padding: 35px 50px 21px;
        position: relative;
    }

    .page-banner .important-dates::after {
        display: none;
    }

    .page-banner .banner-text .date {
        font-size: 24px;
    }

    .page-banner .important-dates table {
        max-width: 100%;
    }

    .page-banner .important-dates table td {
        font-size: 13px;
        line-height: 18px;
    }
    
    .home-news-list-white {
        margin-bottom: 120px;
    }

    .home-main-article {
        margin-top: 50px;
    }

    .home-news-list-blue li {
        width: calc(33.3% - 20px);
        display: flex;
        flex-flow: column;
        margin-left:10px;
        margin-right:10px;
    
    }
.home-news-list-blue li a {width:100%;}


    .home-news-list-blue li .content {
        padding: 30px 20px;
        background-position: calc(100% - 8px) calc(100% - 8px);
        background-size: 10px;
        margin-bottom: 0;
        margin-top: auto;
    }

    .home-news-list-blue li .content::after {right: -5px;background-size: 10px;}
    .home-news-list-white li .content::after {bottom: -5px;right: -5px;background-size: 10px;}
    
    .home-news-list-blue li .content h3 {
        font-size: 17px;
        line-height: normal;
    }  

    .home-news-list-blue li .content h3::after {
        width: calc(100% + 20px);
    }

    .home-news-list-white  {
        margin-bottom: 31px;
        margin-top: 31px;
    }    

    .home-news-list-white li {
        width: calc(33.3% - 20px); 
        background-size: 10px;
        background-position: calc(100% - 8px) calc(100% - 8px);
    }

    .home-news-list-white li.one-three {
        width: calc(66.6% - 10px);
    }

    .home-news-list-white li .content {
        padding: 30px 20px 15px 20px;
    }

    .home-news-list-white li .content h3 {
        font-size: 17px;
        line-height: normal;
    }  


    footer {
        padding: 64px 30px 0;
        clear:both;
    }    

    footer .footer-info {
        width: 50%;
        padding-right: 30px;
    }


    .left-detail-conent {
            width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    }

    .left-detail-conent .news-detail-title h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .left-detail-conent .quote-warpper {
        padding: 0;
    }

    .left-detail-conent .quote-warpper .quote {
        padding: 50px 0;
    }


    .left-detail-conent .quote-warpper .quote {
        display: inline-block;
        width: 100%;       
    }

    .left-detail-conent .quote-warpper .content {
        font-size: 20px;
        line-height: 26px;
        padding-right: 0;
    }

    .left-detail-conent .quote-warpper .author-info {
        float: left;
        margin-top: 30px;
    }


    .left-detail-conent .detail-mid-small-container .content h1 {
        margin-bottom: 20px;
    }
	.left-detail-conent .detail-mid-small-container .content h2,
	.left-detail-conent .detail-mid-small-container .content h3{
		margin-bottom: 15px;
	}

    .right-news-list {
            padding: 50px 0;
    width: 100%;
    float: left;
    margin-right: 0;
    max-width: 100%;

    }
    .edition-detail-warpper {
    width: 100%;
    display: block;
    float: left;
}

    .right-news-list .post-list-title {
        font-size: 19px;
        line-height: 20px;      
        padding: 25px 0 30px 25px;
    }

    .right-news-list .post-list-title h3 {
        font-size: 34px;
        line-height: 34px;
        margin: 10px 0 0 0;
    }

    .right-news-list .post-list li {
        padding-left: 25px;
        padding: 20px 20px 20px 25px;
        margin-bottom: 20px;
    }

    .right-news-list .post-list li figure {
        width: 150px;
    }

    .right-news-list .post-list li .content h4 {
        font-size: 14px;
        line-height: 18px;
    }

    .right-news-list .post-list li .content {
        padding-right: 10px;
            width: calc(100% - 150px);
    }

    .right-news-list .post-list li .content::after {
        left: 25px;
    }

    .left-detail-conent .detail-mid-small-container .content table tr td {
        padding: 10px 10px 10px 0;
    }

    .home-main-article .content {
        width: 380px;
    }

    .home-main-article .content { 
        padding: 55px 30px 50px 30px;
    }
    .home-main-article figure {
        width: calc(100% - 380px);
        min-height: 400px;
    }
    .home-main-article figure img { 
        min-height: 440px;
    }
    .page-banner .important-dates a.more {display:none}
    header .header-links a.grid-dates , header .header-links a {display: inline-block;text-align:center;vertical-align:top;min-width:71px;}
header .header-links a i {display:block;margin-bottom:3px;}
.header-links a br {display:initial;}
header {padding: 15px 30px 12px;}
page-banner.with-right-section .important-dates{top:100px;}
body.open-importdates .page-banner.with-right-section .important-dates {height:calc(100vh - 100px);}
.header-links span {    display: flex; min-height: 39px;align-items: center;flex-wrap:wrap;margin:0px;justify-content:center;}
}

@media (max-width:1024px)
{
	.mobile-menu a.grid-dates.open .omportant , header a.grid-dates.open .omportant  {
        display: none;
    }
    .mobile-menu a.grid-dates .grid ,  header a.grid-dates .grid {
        display: none;
    }
     .mobile-menu a.grid-dates.open .grid , header a.grid-dates.open .grid , header a.grid-dates .omportant , a.grid-dates.close {
        display: initial;
    }
    .page-banner.with-right-section .important-dates {position:fixed;left:0;width:100%;height:100%;transition:0.5s ease-in-out;z-index:2000;overflow:auto;height:0px;opacity:0;visibility:hidden;}
body.open-importdates .page-banner.with-right-section .important-dates {opacity:1;visibility:visible;}
a.grid-dates.close {opacity: 1;max-width: 24px;cursor:pointer;position:relative;z-index:2000;}
a.grid-dates.close:hover {opacity:0.8;}
body.open-importdates{overflow:hidden;}
.showmore-button{display:none;}
.readmore-div.aos-init.aos-animate {min-height: unset !important;max-height: unset !important;}
div#showmore-1{max-width:unset !important;}
.header-links i {width:100%;}

}







header .mobi-link {
    display: none;
}

header .header-links .exit {
    display: none;
}



.mobile-menu {
    display: none;
}


.mobile-back {
    display: none;
}

footer .social-links.for-mobile {
    display: none;
}

footer .social-links.for-desktop {
    display: block;
}


@media (max-width: 767px) {
.container{padding-left:20px;padding-right:20px;}
    .banner-container{padding:0px;}
    .open-importdates div#sticker-sticky-wrapper {height: unset !important;}
    header {
        padding: 8px 20px;
        box-shadow:0px 1px 12px rgba(0, 0, 0, 0.1), 0 12px 12px -12px rgba(0, 0, 0, 0.2) inset;
    }
 .mobile-menu a.grid-dates.open .grid , header a.grid-dates.open .grid ,.mobile-menu a.grid-dates .omportant , header a.grid-dates .omportant{display:flex;justify-content:center;flex-wrap:wrap;}
 .mobile-menu a.grid-dates .grid, header a.grid-dates .grid {display: none;}
    header figure {
        width: 200px;
    }

    header .mobi-link {
        display: block;
        float: right;
        font-size: 26px;
        line-height: normal;
        margin-top: 5px;
    }

    header .mobile-back {
        float: right;
        margin-top: 7px;
        display: block;
    }


    header .header-links {
        display: none;
    }

   .mobile-menu {
        display:flex;
        margin-top: 0;
        text-align: center;
        padding: 8px 32px 5px 32px;
        box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.2), 0 12px 12px -12px rgba(0, 0, 0, 0.2) inset;
        width: auto;     
        margin: 0 -12px;
        min-height:83px;
        align-items:center;
    }

   .mobile-menu a {
        width: 32%;     
        margin: 0;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        color: rgba(0, 0, 0, 0.53);
        display:flex;
        vertical-align: top;
            min-height: 70px;
    flex-wrap: wrap;
    justify-content: center;  
    }

   .mobile-menu a i {
        float: left;
        width: 100%;
        margin:  0 0 5px 0;        
    }

    .mobile-menu a i img {
        height: 25px;
    }

    


    .mobile-menu.full-item {
        min-height:unset;
        display:block;
            margin: 0px;
    padding: 18px 20px;
    }

    .mobile-menu.full-item a {
        width: 100%;
        text-align: left;
        min-height:unset;
        display:block;
    }
    .mobile-menu.full-item a i {
        width: auto;
        margin-right: 10px;
        margin-bottom: 0;
    }


    .page-banner.with-right-section figure:not(.fullWidth) {
        width: 100%;
        display: none;
    }    

    .page-banner figure img {
        height: 250px;
        object-fit: cover;

    }
    .previous-editions-warpper {padding: 0 20px;}


    .page-banner { 
        display: flex;
        flex-flow: column;
        overflow: visible;
    }
    
    .page-banner .banner-text {
        order: -1;
    }


    .page-banner .banner-text,
    .page-banner.with-right-section .banner-text {
        float: left;
        width: 100%;
        position: relative;
        padding: 9px 20px;
        text-align: center;
    }   

    .page-banner .banner-text .date {
        font-size: 28px;
        line-height: 34px;
    }

    .page-banner .banner-text h2 {
        font-size: 62px;
        line-height: 76px;
    }

    .page-banner .important-dates {
        width: 100%;
        padding: 22px 0px;
        float: none;
    }
    

    .page-banner .important-dates h3 {
        padding: 0 10px;
    }

    .page-banner .important-dates table {
        width: 100%;
        max-width: 100%;
    }


    .page-banner .important-dates table td {
        font-size: 15px;
        line-height: 20px;
        padding: 13px 10px;        
        width: 100%;
        display: inline-block;
        height: auto;
    }

    .page-banner .important-dates table td:first-child {                    
        width: 100%;
        height: auto;    
        padding-right: 10px;
        padding-left: 10px;
        border-bottom: none;
        padding-bottom: 7px;
        line-height: 20px;        
    }

    .page-banner .important-dates table td:last-child {
        padding-top: 0;
        line-height: 20px;
    }

    .page-banner .important-dates a.more {
        margin-top: 0;
    }

    .page-banner .important-dates::after {
        display: none;
    }

/*    .page-banner .important-dates {
        display: none;
    }*/

    .open-importdates  .page-banner .important-dates {
        display: block;
    }

    .open-importdates .page-banner .banner-text,
    .open-importdates .home-main-article,
    .open-importdates .home-news-list-blue,
    .open-importdates .home-news-list-white {
        display: none;
    }

    .open-importdates .mobile-menu {
        order: -1;
    }
    


    .home-main-article {
        margin-top: 30px;
        display: block;
    }

    .home-main-article figure {
        width: 100%;
        float: left;
    }

    .home-main-article figure img {
        height: 300px;
        object-fit: cover;
    }


    .home-main-article .content {
        width: 100%;
        float: left;
        padding: 45px 30px 70px 35px;
        background-position: calc(100% - 10px) calc(100% - 24px);
    }
    
    .home-main-article .content h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 25px;
    }

    .home-main-article .content p {
        font-size: 15px;
        line-height: 25px;
        padding-right: 15px;
    }

    .home-news-list-blue li {
        width: 100%;
        margin-bottom: 0px;
        margin-left:20px;
        margin-right: 20px;
    }


    .home-news-list-blue li .content {
        padding: 13px 20px 60px 28px;
        width: 100%;
        background-position: calc(100% - 10px) calc(100% - 18px);    
    }


    .home-news-list-blue li .content h3::after {
        width: calc(100% + 20px);
    }


    .home-news-list-blue.previous-editions li .content  {
        padding: 75px 20px 60px 28px;
    }

    

    .home-news-list-white {
        margin-bottom: 55px;
        margin-top: 0px;
    }

    .home-news-list-white li {
        width: 100%;
        margin-bottom: 35px;
        background-position: calc(100% - 10px) calc(100% - 10px);   
    }

    .home-news-list-white li .content {
        padding: 24px 45px 20px 20px;             
    }

    .home-news-list-white li .content h3 {
        font-size: 22px;
        line-height: 27px;
    }

    .home-news-list-white li.one-three {
        width: 100%;
    }

     
    footer {
        float: left;
        width: 100%;       
        border-top: #002855 7px solid;
        padding: 30px 12px 0;
        text-align: center;         
    } 

    footer .footer-info {
        float: none;
    }

    footer figure {
        width: 280px;
        margin: 0 auto;
    }

    footer .footer-info .content p {
        font-size: 15px;        
        line-height: 24px;
    }


    footer .social-links.for-mobile {
        display: block;
        margin-top: 27px;
        width: 100%;
        float: left;
    }

    footer .social-links.for-desktop {
        display: none;
    }



    footer .newslatter {       
        margin-top: 20px;
        max-width: 100%;
        width: 100%;
    }

    
    .newslatter input {        
        float: none !important;
        display: block;
    }

    footer .newslatter input[type="text"],
	footer .newslatter input[type="email"]{
        text-align: center;
        max-width: 400px;
        margin: 0 auto;
    }

    footer .newslatter input[type="submit"] {
        width: 230px;
        margin-left: auto;
        margin-right: auto;
    }

    footer .copyright {
        padding: 40px 0 15px;     
        margin-top: 20px;
        width: 100vw;        
        margin-right: -12px;
        margin-left: -12px;
    }


    .edition-detail-warpper {
        width: 100%;
        display: block;
        float: left;
    }

    .left-detail-conent {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .left-detail-conent .news-detail-title {
        padding: 18px 0;         
    }

    .left-detail-conent .news-detail-title::after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100vw;
        background: #002855;
        bottom: 0;
        left: 0; 
    }
    
 
    .left-detail-conent .news-detail-title h2 {
        font-size: 36px;
        line-height: 48px;
    }

    .left-detail-conent .quote-warpper {
        padding: 0;        
    }

    .left-detail-conent .quote-warpper .quote {
        padding: 40px 0;
        border: none;
    }


    .left-detail-conent .quote-warpper .quote {
        display: inline-block;
        width: 100%;       
    }

    .left-detail-conent .quote-warpper .content {       
        padding-right: 0;
    }

    .left-detail-conent .quote-warpper .author-info {
        float: left;
        margin-top: 30px;
    }

    .left-detail-conent .detail-mid-small-container .content {
        margin-bottom: 60px;
    }
     

    .left-detail-conent .detail-mid-small-container .detail-image {
        display: inline-block;
        margin-bottom: 60px;
    }

    .left-detail-conent .image-gallary-slider-warpper {
        padding: 0 20px;
        margin-bottom: 60px;
    }

    .left-detail-conent .image-gallary-slider .owl-nav .owl-prev, 
    .left-detail-conent .image-gallary-slider .owl-nav .owl-next {
        height: 20px;
        width: 12px;
        background-size: 100% !important;
        transition:0.5s ease-in-out;
    }


    .left-detail-conent .image-gallary-slider .owl-nav .owl-prev {
        left: -30px;
    }

    .left-detail-conent .image-gallary-slider .owl-nav .owl-next {
        right: -30px;
    }

    .left-detail-conent .detail-share {
        margin: 40px auto 10px;
    }
    
    .left-detail-conent .detail-mid-small-container .content table tr td {
        vertical-align: top;
    }

    .left-detail-conent .detail-mid-small-container .content table tr td:first-child {
        padding-right: 10px;
        width: 40%;
    }

    .left-detail-conent .detail-table { 
        overflow: auto;
    }

    .left-detail-conent .detail-table table { 
        max-width: 100%;          
        width: 400px;
        margin: 0 auto;
        float: none;
    }

    .left-detail-conent .quote-warpper .author-info .info h6 {
        color: #000;
    }


    .right-news-list {
        padding: 50px 0;
        width: 100%;
        float: left;
        margin-right: 0;
        max-width: 100%;
    }

    .right-news-list .post-list-title {
           
        padding: 0 0 30px 10px;
    }

    .right-news-list .post-list-title h3 {       
        margin: 10px 0 0 0;
    }

    .right-news-list .post-list li {
        padding-left: 25px;
        padding: 20px 10px 20px 10px;
        margin-bottom: 0px;
    }

    .right-news-list .post-list li figure {
        width: 150px;
        display: none;
    }

     

    .right-news-list .post-list li .content {
        padding-right: 0;
        width: 100%;
    }

    .right-news-list .post-list li .content::after {
        left: 10px;
        right: 0;
        bottom: 40px;
    }


    .page-banner .banner-text.pn-content {         
        padding: 12px 20px;
        order: 1;
        text-align: left;
    }

   

    .page-banner .banner-text h3 {
        font-size: 42px;
        line-height: 51px;
            margin-left: -3px;
    }    

    .previous-editions-warpper {
        margin: 30px auto;
    }

    .previous-editions-warpper .editions-title {
        text-align: center;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }

    .previous-editions-warpper .editions-title h3 {
        font-size: 30px;
        line-height: 37px;
    }

    .previous-editions-warpper .editions-title .custom-select {
        order: -1;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
        position: relative; 
        top: 0;
        transform: none; 
    }
        
    .home-news-list-blue.previous-editions {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .home-news-list-blue.previous-editions li {
        width: 100%;margin: 0px 20px;
    }
.home-news-list-blue{margin-left: -20px;margin-right: -20px;    width: calc(100% + 40px);}

    

    .previous-editions-warpper .view-more-btn {
        margin-bottom: 80px;
    }
 .page-banner .important-dates a.more {display:none}
body.open-importdates .banner-text{display:none;}
.page-banner.with-right-section .important-dates {top: 140px;}
body.open-importdates .page-banner.with-right-section .important-dates {height:calc(100vh - 140px);}
a.grid-dates.close{right:20px;position: relative;top:0px;max-width: 20px;z-index:2000;}
.important-dates .mobile-menu {background-color:#fff;}
.home-main-article .content::after{bottom: 24px;right: 6px;}
.home-news-list-blue li .content::after {bottom: unset;margin-top: 15px;right: 6px;}
.home-news-list-white li .content::after {bottom: 11px;right: 5px;}

 }


 @media (max-width: 370px) {
    .page-banner .banner-text h2 {
        font-size: 54px;
    }

    .custome-checbox [type="checkbox"]:checked + label, 
    .custome-checbox [type="checkbox"]:not(:checked) + label {
        font-size: 13px;
    }

    .left-detail-conent .image-gallary-slider .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        margin-right: 4px;
    }

    .left-detail-conent .image-gallary-slider-warpper .custome-checbox {
        margin-top: 15px;
    }


 }









/* End */