
a {
    text-decoration: none;
}
h1 {
    text-transform: uppercase;
}

.header,
.fixed-header-on .header.fixed {
    padding-bottom: 0;
    margin-bottom: 0;
}
.navbar.navbar-default {
    margin-bottom: 0;
}
.parallax .head-title {
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
    color: #fff;
    font-family: DINPro;
}
.parallax .title {
    color: #fff;
}

.separator:after {
    width: 60px;
    background-color: var(--primary-color);
}

.parallax .stat-num {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    display: inline;
}

.parallax .stat-plus {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.parallax-bg-4 {
    /* background: url("../images/bg-1.jpg") 50% 0px no-repeat; */
background-color: var(--primary-color);
}
.parallax i {
    color: var(--primary-color);
}

.box-style-1 i {
    color: var(--primary-color);
}

.box-style-1:hover{
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
}

.tp-caption.red {
    color: #e84c3d;
    text-shadow: none;
}
.tp-caption.largeredbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    background-color: #e84c3d;
    padding: 0px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: DINPro;
}
.tp-caption.medium_text {
    font-family: DINPro;
}

.tp-caption.large_text {
    font-family: DINPro;
    font-size: 25px;
    line-height: 28px;
}

.about-us p {
    line-height: 24px;
    margin-bottom: 20px !important;
    font-size: 16px;
}

.head-title {
    text-transform: uppercase;
    margin-bottom: 35px !important;
    margin-top: 10px !important;
    color: #000;
    font-weight: 500;
    font-size: 43px;
}
.head-title h2{
    font-weight: normal;
    font-size: 2.8rem !important;
    font-family: DINPro-Black;
}


.image-box {
    position: relative;
}
.image-box .title {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(23, 23, 23, 0.8);
    bottom: 10%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 9px 11px 9px;
    position: absolute;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
    text-transform: uppercase;
    z-index: 2;
    max-width: 90%;
}
.image-box img{
    width:100%;
    max-height: 240px;
}
.footer-content h2 {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
.justify-content-center {
    display: flex;
    flex-direction: row; /*默认也是row可以不写*/
    align-items: center; /*这种情况是垂直居中*/
    justify-content: center; /*这种情况是水平居中*/
}

.sponsor-section {
    background-color: #f5f5f5;
}
.sponsor-row{
    width: 100%;
    text-align: center;
}


.local-box {
    width: 180px;
    display: inline-block;
    text-align: center;
    height:160px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    margin-bottom:10px;
    margin-right: 5px;
}

.local-box span{
    font-size: 16px;
    color: #000;
}

.local-box-img {
    outline: 0;
    /* display: flex !important;
    flex-wrap: wrap;
    align-items: center; */
    height: 80px !important;
}

.local-box-img img{
    width: 100%;
    height:80px;
}




.sponsor-box {
    width: 180px;
    display: inline-block;
    text-align: center;
    height:210px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    margin-bottom:10px;
    margin-right: 5px;
}
.sponsor-box h4 {
    margin-top: 10px;
    text-align: center;
    height: 40px;
}

.sponsor-box-img {
    outline: 0;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    height: 140px !important;
}

.sponsor-box-img img{
    width: 100%;
}

.stats-row{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.stats-box {
    width: 180px;
    display: inline-block;
    text-align: center;
}
.stats-box .stat-num{
    font-size: 32px;
    font-weight: 600;
    line-height: 1.43;
}
.stats-box span.title{
    font-size: 18px;
}
.stats-box .fa{
    font-size: 60px;
}


.list-icons li {
    font-size: 16px;
}

.list-icons h3 {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.testimonial {
    font-size: 16px;
    text-align: center;
}

.testimonial strong {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.testimonial blockquote {
    border-radius: 0;
    border: 0;
    color: #666;
    font-style: italic;
    margin: 0;
    padding: 20px 50px;
    position: relative;
    font-family: DINPro;
}
.testimonial.testimonial-with-quotes blockquote:before {
    display: block !important;
    left: -30px;
    top: 0;
    content: "\201C";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
    font-family: Open Sans;
    color: #000;
}
.testimonial.testimonial-with-quotes blockquote:after {
    display: block !important;
    right: -30px;
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
    bottom: -0.5em;
    content: "\201D";
    font-family: Open Sans;
    color: #000;
}

.scrollToWhatsapp {
    color: #fff;
    position: fixed;
    bottom: 105px;
    right: 15px;
    width: 70px;
    height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #25d366;
    z-index: 1005;
    border-radius: 50px;
}

.scrollToWhatsapp img {
    width: 70px;
    height: 70px;
}

.navbar.navbar-default {
    background-color: transparent;
    border: 0;
}

.blogpost {
    padding: 0;
    margin: 0;
    font-family: DINPro;
}
.next-event-counter {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 5px;
}
.next-event-counter h3 {
    display: inline;
}
.next-event-counter .countdown {
    list-style: none;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #000;
    margin: 0 auto;
}
.next-event-counter .countdown li {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 7px;
    width: 60px;
    height: 52px;
    background: rgba(255, 255, 255, 0.1);
    display: inline-block;
}
.next-event-counter .countdown li span {
    font-size: 20px;
    font-weight: bold;
    font-family: DINPro;
    position: relative;
    top: 3px;
}
.next-event-counter .countdown li p {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "NexaLight", Arial, Helvetica, sans-serif !important;
}
.logo {
    display: flex;
}

.fixed-header-on .header .logo {
    display: flex !important;
    transform: scale(1) !important;
}
.section{
    padding: 15px 0 !important;
}

.about-img{
    border-radius: 10px;
}

.navbar-toggle{
    border: #000 1px solid;
}
.navbar-toggle .icon-bar{
    background-color: #000;
}



.video-container{
    position: relative;
    width: 100%;
}

.video-container .play-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: var(--primary-color);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 5.875rem;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 5.875rem;
    z-index: 1;
}


.video-container .play-icon {
    color: #fff;
    font-size: 3rem;
    line-height: 3rem;
}


.header-date{
    display: none;
}

.banner-cover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgb(0 0 0 / 30%); */
}
.tp-caption{
   
    width:45% !important;
    white-space:inherit;
}
.banner-title{
    color:#000;
    font-size:4.5rem !important;
    word-wrap: break-word;
    line-height: 110% !important; 
    font-weight: bold;
}

.banner-subtitle{
    color:#000;
    font-size:2.5rem !important;
    word-wrap: break-word;
    line-height: 110% !important; 
    margin-top: 10px;
}

.banner-button{
    margin-top: 10px;
}

.article-news{
    width:100%;
}

.article-box {
    width: 350px;
    /* box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14); */

    border-radius: 10px;
    margin-bottom: 15px;
    display: inline-flex;
    margin-right: 15px;
}

.article-box:hover {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14);
}

.article-box_content {
    width: 100%;
}


.article-box_header {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 180px;
    position: relative;
    border-radius: 10px 10px 0 0;
}

.article-box_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--border-color-light);
}

.article-box_image:hover {
    transition: all 0.6s;
    transform: scale(1.1);
}



.article-box_body {
    width: 100%;
    padding: 20px 25px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    height: 200px;
}

.article-box_body h3 {
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    
}

.article-box_body h3 a {
    color: #000;
}

.article-box_body p {
    font-size: 14px;
    line-height: 150%;
    text-align: left;
    color: #999;
    margin-top: 20px;
}



.videoBox {
    width: 100%;
    text-align: center;
    clear: both;
    position: relative;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;

}

.videoBox video{
    object-fit: fill;
  
}


.modal-body{
    padding:0;
}

.videoBox img {
    width: 100%;
    height: 100%;
    z-index: 900;
    border-radius: 5px;
}

.videoBox .play {
    background: url(../images/ico_play.png) no-repeat;
    background-position: 0px 0px;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
}

.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
}

.video-js.vjs-playing .vjs-tech {
    pointer-events: auto;
}

.videojs-background-wrap {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -998;
}

.video-js .vjs-big-play-button {
    font-size: 2.5em;
    line-height: 2.3em;
    height: 2.5em;
    width: 2.5em;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5);
    border-width: 0.15em;
    margin-top: -1.25em;
    margin-left: -1.75em;
}

.vjs-big-play-button .vjs-icon-placeholder {
    font-size: 1.63em;
}

.vjs-loading-spinner {
    font-size: 2.5em;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    margin-top: -1em;
    margin-left: -1.5em;
}

.video-js.vjs-fluid, .video-js.vjs-16-9, .video-js.vjs-4-3{
    height: 100% !important;
}

.content-details p{
    font-size:16px;
    line-height: 110%;
}
.content-details  img{
 
    max-width: 550px;
    margin-bottom: 10px;
  
}


.industry-container .image-box img{
    height:220px;
}

.gallery-container .image-box img{
    height:260px !important;
    max-height: 260px !important;
}


.overlay-container-cover{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .15) !important;
	width:100%;
	height:100%;
}
.overlay-container-cover:hover{
	background: rgba(0, 0, 0, 0) !important;
}
@media (max-width:767px) {
    .slider-banner-container{
        /* height:450px !important; */
    }
    .slider-banner-2{
        /* height:450px !important; */
    }
    .tp-caption{
        width:90% !important;
     
    }
    .header.fixed{
        z-index: 1000 !important;
        /* top: 0;
        position:fixed !important; */
        height: 90px !important;
        background: #fff !important;
        width: 100% !important;
    }
    .navbar-default .navbar-collapse
    {
        background: #fff !important;
        z-index: 1001 !important;
        border: 1px solid #ccc;
        border-radius: 10px;
        position: relative;
    }

    .header-date{
        display: block;
        padding:10px;
        text-align:center;
    }
    

    .image-box img{
        width:100%;
        height:auto !important;
        max-height:none;
    }

    .isotope-item{
        width: 100%;
        max-width: none;
    }

    .content-details  img{
        width:100%;
        max-width: 100%;
    }
 
}
