@font-face {
    font-family: 'Questa Slab';
    src: url('/images/fonts/QuestaSlab-Regular.eot');
    src: url('/images/fonts/QuestaSlab-Regular.eot?#iefix') format('embedded-opentype'),
        url('/images/fonts/QuestaSlab-Regular.woff2') format('woff2'),
        url('/images/fonts/QuestaSlab-Regular.woff') format('woff'),
        url('/images/fonts/QuestaSlab-Regular.ttf') format('truetype'),
        url('/images/fonts/QuestaSlab-Regular.svg#QuestaSlab-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
    font-family: 'Questa Slab';
    font-size: 19px;
    line-height: 30px;
    color: var(--black);
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.theme-btn{
    min-width: 155px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Questa Slab';
    background: #cc1719;
    line-height: 40px;
    height: 40px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: inline-block;
    width: auto;
    text-decoration: none;
}

.theme-btn:hover{
    color: #ffffff;
    background: #000000;
}

.container-theme{
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}

.container-theme:before , .container-theme:after{
    clear: both;
    display: table;
    content: "";
}

.background-image1 {
    /*background-attachment: fixed;*/
    background-position: top center;
    left: 0;
    top: 0;
    width: 100%;
    /*position: absolute;*/
    z-index: 0;
    /*overflow: hidden;*/
    height: 530px;
}
header.other-page {
    height: 62px;
}

.header-part{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.header-inner {
    display: flex;
    align-items: start;
    margin-left: 65px;
    padding-left: 80px;
}

.logo1{
    margin-top: 20px;
    margin-right: 20px;
}

.logo1 img{
    max-width: 100%;
}

.main-menu-list ul , .main-menu-list li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.main-menu-list > ul{
    display: flex;
    flex-wrap: wrap;
    width: auto;
}

.main-menu-list > ul > li > a{
    padding: 21px 15px;
    color: #000000;
    font-size: 17px;
    text-transform: uppercase;
    display: block;
    line-height: 20.4px;
    text-decoration: none;
    font-weight: bold;
}

.main-menu-list > ul > li.active > a , .main-menu-list > ul > li:hover > a{
    color: #df0885;
}

.main-menu-list > ul > li{
    position: relative;
}

.main-menu{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    background: #ffffff;
    padding-left: 22px;
    position: relative;
}

.main-menu:after{
    content: "";
    position: absolute;
    right: -5000px;
    height: 100%;
    width: 5000px;
    background: #ffffff;
}

.main-menu-list{
    margin-right: auto;
}

.header-inner {
    display: flex;
    align-items: start;
}

.language-menu ul , .language-menu li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.language-menu ul{
    display: flex;
    width: auto;
    flex-wrap: wrap;
}

.language-menu ul li a{
    padding: 0;
    color: #000000;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    line-height: 20.4px;
    text-decoration: none;
}

.language-menu ul li:hover a , .language-menu ul li.active a{
    color: #df0885;
}

.submenu-show , .submenu-show li{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.submenu-show li , .submenu-show li a{
    display: block;
}

.submenu-show li a{
    padding: 6px 15px;
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    line-height: 20.4px;
    text-decoration: none;
    font-weight: bold;
}

.submenu-show li:hover a , .submenu-show li.active a{
    color: #df0885;
}

.submenu-show {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    background: #ffffff;
    min-width: 200px;
    padding: 10px 0 !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
    display: none;
}

.main-menu-list > ul > li:hover .submenu-show{
    display: block;
}

.title-show{
    margin-bottom: 25px;
}

.title-show h2{
    color: #de0784;
    margin: 0px;
    font-size: 34px;
}

.section-suit:before , .section-suit:after{
    clear: both;
    display: table;
    content: "";
}

.section-suit{
    position: relative;
    clear: both;
}

.news-list-part{
    padding: 70px 0 35px 0;
    margin-top: -40px;
}

.yellow-bg{
    background: #d0c227;
}

.news-list-inner {
    margin-top: -180px;
}

.news-list-blog{
    background: #ffffff;
    height: 100%;
    padding: 20px 20px 55px 20px;
    position: relative;
}

.news-list-blog-info h3{
    font-size: 23px;
    line-height: 29.9px;
    color: #df0885;
}

.news-list-blog-info{
    font-size: 18px;
    line-height: 27px;
}

.news-list-blog-info p{
    margin: 20px 0;
}

.news-list-blog-img{
    height: 245px;
    position: relative;
    margin-bottom: 25px;
}

.news-list-blog-img img{
    height: 100%;
    width: 100%;
    position: relative;
    object-fit: cover;
}

.more-arrow-link{
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.news-list-group .news-list-row{
    margin: 0 -6px;
}

.news-list-group .news-list-col{
    padding: 0 6px;
    margin-bottom: 35px;
}

.agenda-list-inner > h2 {
    line-height: 40.8px;
    font-size: 34px;
    color: #cc1719;
    margin-bottom: 20px;
    margin-top: 0px;
}

.agenda-group-left h5{
    font-size: 23px;
    color: #e20f88;
    line-height: 29.9px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.agenda-group-left h6{
    font-size: 19px;
    line-height: 24.7px;
    color: #e20f88;
    margin-bottom: 15px;
    margin-top: 0px;
    font-weight: normal;
}

.agenda-group-left a{
    color: #000000;
    font-size: 15px;
    line-height: 19.5px;
    text-decoration: none;
    font-weight: bold;
}

.agenda-group-row{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.agenda-group-img {
    display: flex;
    max-width: 41%;
    flex: 0 0 41%;
    flex-wrap: wrap;
    position: relative;
    right: -6%;
    margin-left: -6%;
}

.agenda-group-img img , .agenda-group-img a{
    width: 100%;
}

.agenda-group-img .lbl-note {
    background: #d0c227;
    min-width: 155px;
    text-align: center;
    bottom: unset;
    top: 25px;
    right: 0px;
    padding: 5px 15px;
}

.agenda-group-img img{
    max-width: 100%;
}

.agenda-group-info{
    display: flex;
    max-width: 65%;
    flex: 0 0 65%;
    flex-wrap: wrap;
    flex-direction: column;
}

.agenda-list-row , .news-list-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.news-list-col{
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.agenda-list-left-col{
    flex: 0 0 27%;
    max-width: 27%;
    padding: 0 15px;
}

.agenda-group-left{
    padding: 25px 0 0 40px;
}

.agenda-list-right-col{
    flex: 0 0 73%;
    max-width: 73%;
    padding: 0 15px;
}

.agenda-group-inner {
    background: #ffffff;
    padding-bottom: 18px;
    margin-bottom: 35px;
}

.agenda-list-group {
    padding-right: 52px;
}

.agenda-group-pink{
    background: #de0984;
    color: #ffffff;
    min-height: 116px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px 32px;
}

.agenda-group-pink h5{
    font-size: 23px;
    line-height: 29.9px;
    margin: 0px;
}

.agenda-group-below{
    padding: 15px 32px;
}

.agenda-group-below p{
    margin: 20px 0;
}

.agenda-group-below .agenda-group-left{
    display: none;
}

.lbl-note{
    position: absolute;
    right: 0px;
    bottom: 20px;
    z-index: 11;
    background: #ca2a1e;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20.8px;
    padding: 3px 15px;
}

.header-part-sub .header-inner{
    background: #ffffff;
}

.header-part-sub .main-menu{
    background: #f4f4f4;
}

.header-part-sub .main-menu:after {
    background: #f4f4f4;
}

.sub-banner-inner{
    background: #ffffff;
    padding: 60px 40px 60px 40px;
}

.sub-banner-part {
    padding: 110px 0 45px 0;
}

.sub-banner-row{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.sub-banner-left{
    margin-right: auto;
}

.sub-banner-left h2{
    color: #cc1719;
    font-size: 34px;
    text-transform: uppercase;
    margin: 0px;
}

.sub-banner-right{
    display: flex;
    width: auto;
    flex-wrap: wrap;
}

.sub-banner-select{
    min-width: 275px;
    margin-right: 24px;
}

.sub-banner-select:last-child{
    margin-right: 0px;
}

.sub-banner-select select{
    width: 100%;
    height: 46px;
    padding: 0 40px 0 15px;
    color: #666666;
    font-size: 19px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('/images/select-drop.png') no-repeat calc(100% - 15px) center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1.5px solid #dddddd;
    font-family: 'Questa Slab';
}

.sub-banner-select select::-ms-expand {
  display: none;
}

.agenda-detail-wrap{
    background: #ffffff;
    padding: 0 80px 110px 80px;
    margin-left: 65px;
}

.agenda-detail-wrap{
    display: flex;
    flex-wrap: wrap;
}

.agenda-detail-wrap .agenda-group-left {
    padding-top: 0px;
    padding-left: 0px;
    flex: 0 0 31%;
    max-width: 31%;
}

.agenda-detail-right{
    flex: 0 0 52.5%;
    max-width: 52.5%;   
}

.agenda-detail-right .agenda-group-left{
    display: none;
}

.agenda-detail-right p{
    margin: 20px 0;
}

.agenda-detail-right h3{
    font-size: 30px;
    line-height: 39px;
    color: #cc1719;
    margin: 0 0 35px 0;
    text-transform: uppercase;
    position: relative;
}

.agenda-detail-right h3:before{
    position: absolute;
    top: calc(-100% - 80px);
    left: 62px;
    background: #cc1719;
    height: 142px;
    width: 1px;
    content: "";
}

.agenda-detail-right .agenda-group-img{
    display: flex;
    max-width: 100%;
    flex: 0 0 100%;
    flex-wrap: wrap;
    position: relative;
    right: 0;
    margin-left: 0;
}

.theme-btn-outer{
    margin-top: 37px;
}

/*MOBILE HUMBERGER */

.humbarger-menu{
  display: flex;
  width: auto;
  position: relative;
  z-index: 999999;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  display: none;
}

.humbarger-menu a{
  display: inline-block;
  width: 40px;
  height: 35px;
}

.burger {
  height: 3em;
  width: 34px;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  -webkit-tap-highlight-color: transparent;
}

.burger::after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}

.burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  width: 2em;
}

.burger .burger-lines::after {
  left: 0;
  top: -0.8em;
}

.burger .burger-lines::before {
  left: 0em;
  top: 0.8em;
}

.burger.burger-squeeze .burger-lines, .burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  transition: top .2s .2s,left .1s,transform .2s,background-color .4s .2s;
}

.burger .burger-lines, .burger .burger-lines::after, .burger .burger-lines::before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: .25em;
  background-color: #cc1719;
  height: .25em;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.humbarger-menu-on.active .burger .burger-lines, .humbarger-menu-on.active .burger .burger-lines::after, .humbarger-menu-on.active .burger .burger-lines::before{
  background: rgba(255, 255, 255, 0.3);
}

.humbarger-menu.humbarger-menu-on.active {
  position: relative;
  margin-left: 15px;
  -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.close-humb .burger .burger-lines, .close-humb .burger .burger-lines::after, .close-humb .burger .burger-lines::before{
  background: #cc1719;
}

.burger .burger-lines {
  top: 50%;
  margin-top: -.125em;
  width: 34px;
}

.burger.burger-squeeze .burger-lines::after, .burger.burger-squeeze .burger-lines::before {
  width: 34px;
  left: 0;
}

.burger.burger-squeeze.open .burger-lines::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger.burger-squeeze.open .burger-lines::after, .burger.burger-squeeze.open .burger-lines::before {
  left: 0;
  top: 0;
}

.burger.burger-squeeze.open .burger-lines, .burger.burger-squeeze.open .burger-lines::after, .burger.burger-squeeze.open .burger-lines::before {
  transition: background-color .2s,top .2s,left .2s,transform .2s .15s;
}

.burger.burger-squeeze.open .burger-lines::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger.burger-squeeze.open .burger-lines {
  background-color: initial;
}

.body-hide{
    overflow: hidden !important;
}

.submenu-arrow{
    display: none;
}
header {
    z-index: unset;
}
.language-menu ul li.active {
    display: none;
}
.agenda-group-left h5 {
    font-weight: bold;
}
.agenda-group-pink h5{
    font-weight: bold !important;
    text-transform: uppercase;
}
.agenda-group-pink h5 a, .news-list-blog-info h3 a{
    text-decoration: none;
    color: unset;
}
.news-list-blog-img a{
    color: unset;
    display: unset;
}

.read-more-button a{
    text-align: right;
    background: #ca2a1e;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20.8px;
    padding: 10px 15px;
    text-decoration: none;
}

.detail-vid .video-embed video {
    width: 100%;
}
