.titleeventevent{
  color: #482a70;
  /* overflow: hidden; */
  /* text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
  /* display: -webkit-inline-box; */
  margin-bottom: -10px;
  text-align: inherit;
  width: 100%;
  padding-left: 75px;
}
/* .event a{
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-top: 40px;
  margin-bottom: 0;
  height: 365px;
  position: relative;
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 40%);
  background-color: #f0f4ff;
} */
.date-events{
  font-size: 13px;
  text-align: inherit;
}
.event a {
  color: #714897;
}
.event2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 67px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 3px;
  background-color: #e5dfed40;
}
.modal-backdrop{
  z-index:0;
  background-color:#ffffff;
}
p {
  text-align: left;
}
.modal.fade.in {
  opacity: 1.5;
  background: rgb(66 65 65 / 30%);
}
@media screen and (min-width: 768px){
  .modal-dialog {
  right: auto;
  left: 50%;
  width: 1000px;
  padding-top: 140px;
  padding-bottom: 30px;
}
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  outline: none;
  -webkit-box-shadow: 0 0 22px 0 rgb(0 0 0 / 20%);
  margin-top: 100px;
  border-radius: 3px;
  border: 0px solid rgba(0, 0, 0, 0.2);
}
.home-calendar-new{
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-top: 7px;
  margin-bottom: 0;
  height: 460px;
  position: relative;
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 40%);
  background-color: #fff;
  padding-top: 6px;
}
  .owl-carousel {
  display: none;
}
  .wg-home-new .news-box {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-top: -8px;
  margin-bottom: 0;
  height: 440px;
  position: relative;
  border: 1px solid #ebebeb;
  box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 40%);
  background-color: #fff;
  padding-top: 35px;
}
.wg-home-new .home-calendar .activity-calendar .owl-dots .owl-dot.active {
  width: 35px;
  background: #269bd8;
}
.home-calendar {
  overflow: hidden;
  margin-left: -15px;
}
.wg-home-new .home-calendar .newsbox-header {
  border-bottom: none;
  padding: 0 30px;
  height: 64px;
}
.home-calendar .newsbox-header {
  border-bottom: solid 1px #269bd8;
  color: #269bd8;
}
.wg-home-new .home-calendar .newsbox-header .view-all {
  background: #269bd8;
}
.wg-home-new .news-box .newsbox-header .view-all {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  padding: 0;
  text-align: center;
  border-radius: 15px 0 15px 0;
  color: #fff;
  pointer-events: visible;
}
.news-box .newsbox-header .view-all {
  float: right;
  display: block;
}
.news-box .newsbox-header:after{
  display: table;
  content: '';
  clear: both;
}
.wg-home-new .home-calendar .newsbox-body {
  padding: 0;
}
.news-box .newsbox-body {
  overflow: hidden;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-stage {
  position: relative;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;

  user-select: none;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.wg-home-new .home-calendar .activity-calendar .item:nth-child(odd) {
  border-left-color: #269bd8;
}
.wg-home-new .home-calendar .activity-calendar .item {
  background: #dcecf4;
  border-left: 3px solid transparent;
}
.wg-home-new .home-calendar .activity-calendar .item .date {
  text-align: left;
  border-right: 0;
  padding: 5px 10px;
}
.home-calendar .activity-calendar .item .date {
  width: 65px;
  float: left;
  text-align: center;
  border-left: solid 3px #593c81;
  box-sizing: border-box;
  /* margin-bottom: 15px; */
  background-color: #e5dfed;
}
.wg-home-new .home-calendar .activity-calendar .item .titleevent {
  padding: 5px 10px;
}
.home-calendar .activity-calendar .item .titleevent {
  width: 70%;
  padding-left: 15px;
  float: left;
  box-sizing: border-box;
}
.titleevent {
  font-size: 0.9em;
  margin: 0px;
  padding: 0px;
}
.home-calendar .activity-calendar .item .titleevent .text {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1387px){
  .titleeventevent {
  width: 100%;
}
.event a {
  text-decoration: none;
  color: #422172;
  font-size: 13px;
}
}
@media (max-width: 1440px){
.wg-home-new .news-box {
  height: 345px;
}
.wg-home-new .home-calendar .newsbox-header {
  height: 48px;
  padding: 0 20px;
}
.wg-home-new .home-calendar .newsbox-header .titleevent {
  line-height: 48px;
}
.wg-home-new .news-box .newsbox-header .view-all {
  width: 85px;
  height: 40px;
  font: 400 normal 1.5em "Helvethaica Mon" !important;
  line-height: 40px !important;
}
.wg-home-new .home-calendar .activity-calendar .owl-nav {
  margin-top: 0;
}
}
.wg-home-new .home-calendar .activity-calendar .item:nth-child(odd) {
  border-left-color: #269bd8;
}
.wg-home-new .home-calendar .activity-calendar .item {
  background: #dcecf4;
  border-left: 3px solid transparent;
}
.home-calendar .activity-calendar .item .date p {
  color: #421f72;
}
@media (max-width: 768px){
.home-calendar-new {
  margin: 0 32px;
}
}    
.wg-home-new .news-box{
  -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
  margin-top: 40px; margin-bottom: 0; height: 380px;
  position: relative;
  border: 1px solid #ebebeb; box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
.wg-home-new .news-box .newsbox-header .view-all{
  position: absolute; z-index: 2; bottom: 0; right: 0; padding: 0;
  width: 120px; height: 40px; text-align: center;
  -webkit-border-radius: 15px 0 15px 0;
-moz-border-radius: 15px 0 15px 0;
border-radius: 15px 0 15px 0;
  color: #fff;
  font: 400 normal 1.4em "Helvethaica Mon" !important;
  line-height: 40px !important;
  pointer-events: visible;
}

.wg-home-new .news-general .newsbox-header .view-all{background-color: #ffa031;}
.wg-home-new .news-general .newsbox-header .view-all:hover {background: #c57516;}
.wg-home-new .news-general #news-general{padding: 0;}
.wg-home-new .news-general #news-general .owl-dots{text-align: left; padding-left: 30px; padding-bottom: 15px;}
.wg-home-new .news-general #news-general .owl-dots .owl-dot{width: 10px; height: 10px; background: #e8e8e8; font-size: 0; line-height: 0; border-radius: 0;}
.wg-home-new .news-general #news-general .owl-dots .owl-dot.active{width: 35px; background: #ffa031;}
.wg-home-new .news-general #news-general .owl-dots .owl-dot+.owl-dot {margin-left: 10px;}
.wg-home-new .news-general .newsbox-header {padding: 0 30px;border: none;height:64px;}
.wg-home-new .news-general .newsbox-header .titleevent {color: #ffa031; line-height: 64px;}
.wg-home-new .news-general .newsbox-header .rss-btn{line-height: 64px;}
.wg-home-new .news-general #news-general .news-item {background: transparent;}
.wg-home-new .news-general #news-general .news-item .thumb {height: auto !important;}
.wg-home-new .news-general .newsbox-body .news-item figure a {padding-bottom: 48%;}
.wg-home-new .news-general #news-general .news-item .caption {padding: 20px 30px 0px 30px;height: auto;}
.wg-home-new .news-general .newsbox-body .news-item .caption .infonewsTwo{height: auto;}
.wg-home-new .news-general .newsbox-body .news-item .caption .desc{display: none;}
.wg-home-new .news-general .newsbox-body .news-item .caption .date{color: #999999;}
.wg-home-new .news-general #news-general .news-item .titleevent {color: #333333;line-height: 1em;}
.wg-home-new .news-general #news-general .news-item:hover .caption {
  background: transparent;
  color: inherit;
}
.wg-home-new .news-box .newsbox-body .news-item:hover .caption .titleevent {
  color: #ffa031 !important;
}
.wg-home-new .news-box .newsbox-body .news-item:hover .caption .date {color: #999999 !important;}

.wg-home-new .widget-zone .widget-box {height: 380px !important;}
.wg-home-new .widget-box {
  position: relative; border: 1px solid #ebebeb; box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4); height: 380px;
  margin-bottom: 0;
  margin-top: 40px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.wg-home-new .widget-box .widget-header {
  padding: 0 30px;
  height: 64px;
}
.wg-home-new .widget-box .widget-header .titleevent{line-height: 64px;}
.wg-home-new .widget-box .widget-header .viewall{
  position: absolute; z-index: 2; bottom: 0; right: 0; padding: 0;
  width: 120px; height: 40px; text-align: center;
  border-radius: 15px 0 15px 0;
  color: #fff;
  font: 400 normal 1.4em "Helvethaica Mon" !important;
  line-height: 40px !important;
  pointer-events: visible;
}

.wg-home-new .purchase-box .widget-header{background: #f78145;}
.wg-home-new .purchase-box .widget-header .viewall{background-color: #f78145;}
.wg-home-new .purchase-box .widget-header .viewall:hover {background: #da5715;}
.wg-home-new .purchase-box .widget-news .news-tab{display: none;}

.wg-home-new .news-list .item {padding: 10px 20px;}
.wg-home-new .news-list .item:hover a{color: #fff;}


.wg-home-new .widget-news .list-header {padding: 0;}
.wg-home-new .widget-news .mCustomScrollbar {
  height: 316px !important;
  padding: 15px 0 45px 0;
}

.wg-home-new .career-box .widget-body .mCustomScrollbar {
  height: 316px;
  padding: 15px 0 45px 0;
}


.wg-home-new .banner-box .owl-dots{position: absolute; z-index: 1; top: inherit; bottom: 11px; left: 30px; right: 30px; text-align: left;}
.wg-home-new .banner-box .owl-dots .owl-dot + .owl-dot{margin-left: 10px;}
.wg-home-new .banner-box .owl-dots .owl-dot span{width: 10px; height: 10px; background-color: #e8e8e8; border-radius: 0; margin: 0px;}
.wg-home-new .banner-box .owl-dots .owl-dot.active span{width: 35px; background-color: #0e7940;}


.wg-home-new .home-calendar .newsbox-header {border-bottom: none; padding: 0 30px; height: 64px;}
.wg-home-new .home-calendar .newsbox-header .titleevent {font: 600 normal 2em "Helvethaica Mon"; line-height: 64px;}
.wg-home-new .home-calendar .newsbox-header .view-all {background: #269bd8;}
.wg-home-new .home-calendar .newsbox-header .view-all:hover{background: #0b73a9;}
.wg-home-new .home-calendar .newsbox-body{padding: 0;}
.wg-home-new .home-calendar .activity-calendar .item{background: #dcecf4; border-left: 3px solid transparent;}
.wg-home-new .home-calendar .activity-calendar .item:nth-child(odd) {border-left-color: #269bd8;}
.wg-home-new .home-calendar .activity-calendar .item:nth-child(even) {border-left-color: #0f5b83;}
.wg-home-new .home-calendar .activity-calendar .item .date{text-align: center; border-right: 0; padding: 5px 10px;}
.wg-home-new .home-calendar .activity-calendar .item .titleevent{padding: 5px 10px;}
.wg-home-new .home-calendar .activity-calendar .owl-dots{text-align: left; padding-left: 30px; padding-bottom: 10px; padding-top: 20px;}
.wg-home-new .home-calendar .activity-calendar .owl-dots .owl-dot{width: 10px; height: 10px; background: #e8e8e8; font-size: 0; line-height: 0; border-radius: 0;}
.wg-home-new .home-calendar .activity-calendar .owl-dots .owl-dot.active{width: 35px; background: #269bd8;}
.wg-home-new .home-calendar .activity-calendar .owl-dots .owl-dot+.owl-dot {margin-left: 10px;}
.home-calendar .activity-calendar .item:hover{color: inherit !important;}
.home-calendar .activity-calendar .item:hover .day{color: #422172 !important; text-align: center;}
.home-calendar .activity-calendar .item:hover .titleevent a{color: inherit !important;}
.wg-home-new .home-calendar .activity-calendar .item:hover{background-color: #d3e3eb;}

.event2:hover {background: #e5dfed;}
.home-calendar .activity-calendar .item .date .day {
  margin: 0;
  color: #422172;
}
.h4-calendar{
  color: #482a70;
  background-color: #c59a9a00;
  margin-bottom: 0px;
  font-size: 30px;
  margin-top: -5px;
}
.h4-day{
  background-color: #c59a9a00;
}
.month-year{
  text-align: center;
}