#slideTopGallery{width:100%; direction:ltr; position:relative; margin-top:110px;}
#slideTopGallery .gallery{height:300px; min-height:500px;}
#slideTopGallery .item{height:300px; min-height:500px; background:no-repeat center; background-size:cover; position:relative;}
#slideTopGallery .item .overlay{position:absolute; width:100%; height:100%; top:0; right:0; background:rgba(0,0,0,0);}
#slideTopGallery .slick-prev{left:25px; z-index:100;}
#slideTopGallery .slick-next{right:25px; z-index:100;}
#slideTopGallery .description{position:absolute; top:0; right:0; width:100%; height:100%; direction:rtl; text-align:center;}
#slideTopGallery .description .table{display:table; width:100%; height:100%;}
#slideTopGallery .description .td{display:table-cell; width:100%; height:100%; text-align:center; vertical-align:middle;}
#slideTopGallery .description .text{background:rgba(0,0,0,0.5); padding:15px; display:inline-block;}
#slideTopGallery .description h2{position:relative; font-size:90px; line-height:80px; font-weight:bold; margin:0; padding:0; display:block; color:#fff;}
#slideTopGallery .description h3{position:relative; font-size:30px; font-weight:normal; line-height:1.5em; margin:0; padding:0; display:block; color:#fff;}
#slideTopGallery .description div.link{position:relative; padding-top:20px;}
#slideTopGallery .description div.link a.link{display:inline-block; line-height:62px; background:#f9a11d; padding-left:40px; padding-right:40px; font-size:24px; 
font-weight:bold; color:#fff;}
#slideTopGallery .description .fa{font-size:18px;}

#slideTopGallery .onGalleryRows{position:absolute; bottom:-5px; width:100%; text-align:center; direction:rtl;}
#slideTopGallery .onGalleryRows ul{margin:0; padding:0; list-style:none; display:inline-block;}
#slideTopGallery .onGalleryRows ul li{margin:0; padding:0; height:110px; list-style:none; display:block; float:right; background:rgba(0,0,0,0.8); margin-left:3px; margin-right:3px;
padding-left:30px; padding-right:30px; position:relative;}
#slideTopGallery .onGalleryRows ul li:first-child{margin-right:0;}
#slideTopGallery .onGalleryRows ul li:lasr-child{margin-left:0;}
#slideTopGallery .onGalleryRows ul li span.right{display:table-cell; height:110px; vertical-align:middle; padding-left:12px;}
#slideTopGallery .onGalleryRows ul li span.right img{max-width:84px; max-height:110px;}
#slideTopGallery .onGalleryRows ul li span.right img.off{display:block;}
#slideTopGallery .onGalleryRows ul li span.right img.on{display:none;}
#slideTopGallery .onGalleryRows ul li span.left{display:table-cell; height:110px; vertical-align:middle;}
#slideTopGallery .onGalleryRows ul li span.title{display:block; font-size:24px; color:#fff; font-weight:bold; text-align:right;}
#slideTopGallery .onGalleryRows ul li span.readMore{display:block; font-size:15px; color:#2693e4; font-weight:bold; text-align:right; background:url(images/icon_arrow_left_gold.png) no-repeat right 60px center;}
#slideTopGallery .onGalleryRows a:hover{text-decoration:none;}
#slideTopGallery .onGalleryRows ul li:hover{background:rgba(224,195,88,0.7); height:132px;}
#slideTopGallery .onGalleryRows ul li:hover span.right{height:132px;}
#slideTopGallery .onGalleryRows ul li:hover span.left{height:132px;}
#slideTopGallery .onGalleryRows ul li:hover span.right img.off{display:none;}
#slideTopGallery .onGalleryRows ul li:hover span.right img.on{display:block;}
#slideTopGallery .onGalleryRows ul li:hover span.readMore{color:#fff; background-image:url(images/icon_read_more_w.png);}
#slideTopGallery .backgroundVideo{background:no-repeat center; background-size:cover;}
#slideTopGallery button.backgroundVideoSound{display:block; position:absolute; right:15px; top:50%; width:30px; height:30px; border:none; background:transparent no-repeat center; background-size:cover; z-index:20;}
#slideTopGallery button.backgroundVideoSound.unmute{background-image:url(../../vendor/images/unmute.png);}
#slideTopGallery button.backgroundVideoSound.mute{background-image:url(../../vendor/images/mute.png);}

div.homeTopText{width:70%; margin:0 auto; text-align:center; margin-top:60px;}
div.homeTopText div.text{font-size:28px; color:#8e9393; position:relative;}
div.homeTopText div.text:before{display:block; height:1px; width:215px; background:#2693e4; margin:0 auto; content:"";}
div.homeTopText div.text:after{display:block; height:1px; width:215px; background:#2693e4; margin:0 auto; content:"";}

div.home-wrapper{width:1500px; margin:0 auto; overflow:hidden;}

div.homeRow-1{margin-top:60px;}
div.homeRow-1 div.right{float:right; width:970px;}
div.homeRow-1 div.right h3.rightTitle{font-size:30px; font-weight:normal; margin-bottom:37px; position:relative;}
div.homeRow-1 div.right h3.rightTitle:after{display:block; content:""; width:45px; height:1px; background:#2693e4; margin-top:20px;}
div.homeRow-1 div.right div.homeAboutContent{}
div.homeRow-1 div.right div.homeAboutContent div.aboutVideo{float:right; width:440px;}
div.homeRow-1 div.right div.homeAboutContent div.aboutVideo iframe{width:100%; height:320px;}
div.homeRow-1 div.right div.homeAboutContent div.aboutImage{float:right; width:440px; position:relative; overflow:hidden; }
div.homeRow-1 div.right div.homeAboutContent div.aboutImage img{width:100%; height:auto; display:block; transform:scale(1); transition:all 0.5s ease;}
div.homeRow-1 div.right div.homeAboutContent div.aboutImage img:hover{transform:scale(1.5);}
div.homeRow-1 div.right div.homeAboutContent div.aboutText{float:left; width:500px;}
div.homeRow-1 div.right div.homeAboutContent div.aboutText.noImage{float:none; width:100%;}
div.homeRow-1 div.right div.homeAboutContent div.aboutText h4.homeAboutTitle{font-size:24px; font-weight:bold; position:relative; color:#2693e4;}
div.homeRow-1 div.right div.homeAboutContent div.aboutText div.desc{font-size:18px; line-height:1.5em; position:relative;}
div.homeRow-1 div.right div.homeAboutContent div.aboutText a.more{color:#8e9393; display:inline-block; font-size:16px; font-weight:bold; text-decoration:underline; transition:all 0.5s ease;}
div.homeRow-1 div.right div.homeAboutContent div.aboutText a.more:hover{color:#61be57;}
div.homeRow-1 div.left{float:left; width:450px;}
div.homeRow-1 div.left h3.leftTitle{font-size:30px; font-weight:normal; margin-bottom:37px; position:relative;}
div.homeRow-1 div.left h3.leftTitle:after{display:block; content:""; width:45px; height:1px; background:#2693e4; margin-top:20px;}
div.homeRow-1 div.left div.upcomingEventList{}
div.homeRow-1 div.left div.upcomingEventList ul{margin:0; padding:0; list-style:none; display:block;}
div.homeRow-1 div.left div.upcomingEventList ul li{margin:0; padding:0; list-style:none; display:block; margin-bottom:25px; position:relative;}
div.homeRow-1 div.left div.upcomingEventList ul li:last-child{margin-bottom:0;}
div.homeRow-1 div.left div.upcomingEventList a.link{display:block; color:#1e1e1f;}
div.homeRow-1 div.left div.upcomingEventList span.date{display:block; float:right; width:60px; height:60px; border:2px solid #2693e4;}
div.homeRow-1 div.left div.upcomingEventList span.date .td{display:table-cell; width:60px; height:60px; padding-left:10px; padding-right:10px; text-align:center; vertical-align:middle; font-weight:bold;}
div.homeRow-1 div.left div.upcomingEventList span.date.dateEn .td{font-size:11px; padding-left:0; padding-right:0;}
div.homeRow-1 div.left div.upcomingEventList span.date.dateHeEn .td{font-size:10px; padding-left:0; padding-right:0; height:57px;}
div.homeRow-1 div.left div.upcomingEventList span.image{display:block; float:right; width:70px;}
div.homeRow-1 div.left div.upcomingEventList span.image img{width:70px; height:70px;}
div.homeRow-1 div.left div.upcomingEventList span.content{display:block; float:left; width:370px;}
div.homeRow-1 div.left div.upcomingEventList span.content.content-no-float{float:none; width:100%;}
div.homeRow-1 div.left div.upcomingEventList li span.title{font-size:18px; font-weight:bold; color:#61be57; display:block; transition:all 0.5s ease;}
div.homeRow-1 div.left div.upcomingEventList li:hover span.title{color:#2693e4;}
div.homeRow-1 div.left div.upcomingEventList span.desc{font-size:18px; line-height:1.5em;}
div.homeRow-1 div.left a.more{display:inline-block; font-weight:bold; text-decoration:underline; color:#8e9393; margin-top:16px;}

div.homeRow-2{margin-top:60px;}
div.homeRow-2 div.right{float:right; width:980px;}
div.homeRow-2 div.right.noLeft{float:none; width:100%;}
div.homeRow-2 div.right ul.specialProjects{padding:0; margin:0; list-style:none; display:block;}
div.homeRow-2 div.right ul.specialProjects li{padding:0; margin:0; list-style:none; display:block; float:right; width:calc(25% - 30px); margin-left:15px; margin-right:15px; margin-bottom:30px;}
div.homeRow-2 div.right ul.specialProjects li:nth-child(4n+1){margin-right:0;}
div.homeRow-2 div.right ul.specialProjects li:nth-child(4n){margin-left:0;}
div.homeRow-2 div.right ul.specialProjects li a{color:inherit; text-decoration:none;}
div.homeRow-2 div.right ul.specialProjects li span.imageContainer{height:240px; overflow:hidden; margin-bottom:10px;}
div.homeRow-2 div.right ul.specialProjects li span.image{height:240px; background:no-repeat center; background-size:cover; transform:scale(1); transition:all 0.5s ease;}
div.homeRow-2 div.right ul.specialProjects li:hover span.image{transform:scale(1.5);}
div.homeRow-2 div.right ul.specialProjects li span.title{padding-bottom:10px;}
div.homeRow-2 div.right ul.specialProjects li span.desc{padding-bottom:10px;}
div.homeRow-2 div.right ul.specialProjects li span.more{transition:all 0.5s ease;}
div.homeRow-2 div.right ul.specialProjects li:hover span.more{color:#61be57;}
div.homeRow-2 div.left{float:left; width:450px;}
div.homeRow-2 div.left img{width:100%; height:auto; border:2px solid #d8dada;}
div.homeRow-2 div.left iframe{width:100%; height:450px; border:2px solid #d8dada;}



div.homeRow-gallery{margin-top:60px; background:#f6f6f5; padding-top:30px;}
div.homeRow-gallery div.right{float:right; width:980px;}
div.homeRow-gallery div.right.noLeft{float:none; width:100%;}
div.homeRow-gallery div.right h3.homeGalleryTitle{padding:0; margin:0; color:#1e1e1f; font-size:30px; text-align:center; font-weight:normal; margin-bottom:50px; margin-top:40px; position:relative;}
div.homeRow-gallery div.right h3.homeGalleryTitle:after{content:''; position:absolute; width:40px; height:1px; background:#fc6865; bottom:-10px; left:calc(50% - 20px);}
div.homeRow-gallery div.right ul.specialProjects{padding:0; margin:0; list-style:none; display:block; margin-left:-14px; margin-right:-14px}
div.homeRow-gallery div.right ul.specialProjects li{padding:0; margin:0; list-style:none; display:block; float:right; width:calc(25% - 28px); margin-left:14px; margin-right:14px; margin-bottom:28px;}
div.homeRow-gallery div.right ul.specialProjects li a{color:inherit; text-decoration:none;}
div.homeRow-gallery div.right ul.specialProjects li span.imageContainer{height:265px; overflow:hidden; margin-bottom:10px;}
div.homeRow-gallery div.right ul.specialProjects li span.image{height:265px; background:no-repeat center; background-size:cover; transform:scale(1); transition:all 0.5s ease;}
div.homeRow-gallery div.right ul.specialProjects li span.over{opacity:0; position:absolute; width:100%; height:100%; top:0; right:0; background:rgba(0,0,0,0.75); color:#fff; transition:all 0.5s ease;}
div.homeRow-gallery div.right ul.specialProjects li span.table{display:table; width:100%; height:100%;}
div.homeRow-gallery div.right ul.specialProjects li span.td{display:table-cell; width:100%; height:100%; vertical-align:middle; text-align:center;}
div.homeRow-gallery div.right ul.specialProjects li:hover span.image{transform:scale(1.5);}
div.homeRow-gallery div.right ul.specialProjects li:hover span.over{opacity:1;}
div.homeRow-gallery div.right ul.specialProjects li span.title{padding-bottom:10px;}
div.homeRow-gallery div.right ul.specialProjects li span.desc{padding-bottom:10px;}
div.homeRow-gallery div.right ul.specialProjects li span.more{transition:all 0.5s ease;}
div.homeRow-gallery div.right ul.specialProjects li:hover span.more{color:#fc6865;}
div.homeRow-gallery div.left{float:left; width:450px;}
div.homeRow-gallery div.left img{width:100%; height:auto; border:2px solid #d8dada;}
div.homeRow-gallery div.left iframe{width:100%; height:450px; border:2px solid #d8dada;}



div.homeRow-3{margin-top:60px; margin-bottom:60px; background:#e3e3e1; padding-top:50px; padding-bottom:25px;}
h3.happeningTitle{margin-bottom:40px;}
h3.happeningTitle:after{display:block; content:""; width:45px; height:1px; background:#2693e4; margin-top:20px;}
div.homeRow-3 ul.happeningList{margin:0; padding:0; list-style:none;}
div.homeRow-3 ul.happeningList li{margin:0; padding:0; list-style:none; float:right; width:355px; margin-left:13px; margin-right:13px; margin-bottom:26px;}
div.homeRow-3 ul.happeningList li:first-child{margin-right:0;}
div.homeRow-3 ul.happeningList li:last-child{margin-left:0;}
div.homeRow-3 ul.happeningList li span.imageContainer{height:266px; overflow:hidden;}
div.homeRow-3 ul.happeningList li span.imageContainer span.overContainer{opacity:0; position:absolute; display:table; width:100%; height:100%; right:0; top:0; background:rgba(0,0,0,0.74); transition:all 0.5s ease;}
div.homeRow-3 ul.happeningList li span.imageContainer:hover span.overContainer{opacity:1;}
div.homeRow-3 ul.happeningList li span.imageContainer span.over{display:table-cell; width:100%; height:100%; text-align:center; vertical-align:middle;}
div.homeRow-3 ul.happeningList li span.imageContainer span.over span.title{}
div.homeRow-3 ul.happeningList li span.imageContainer span.over span.desc{}
div.homeRow-3 ul.happeningList li span.imageContainer span.image{height:266px; background:no-repeat center; background-size:cover;}
div.homeRow-3 a.more{}


div.homeRow-onus{margin-top:60px; margin-bottom:60px; padding-bottom:50px;}
div.homeRow-onus h3.happeningTitle{margin-bottom:40px; text-align:center;}
div.homeRow-onus h3.happeningTitle:after{content:''; position:absolute; width:40px; height:1px; background:#2693e4; bottom:-10px; left:calc(50% - 20px);}
div.homeRow-onus ul.happeningList{margin:0; padding:0; list-style:none; direction:ltr;}
div.homeRow-onus ul.happeningList li.list{direction:rtl; margin:0; padding:0; list-style:none; width:100%; margin-bottom:26px; text-align:center;}
div.homeRow-onus ul.happeningList li.list span.image{width:235px; height:235px; background:no-repeat center; background-size:cover; border-radius:50%; display:inline-block;}
div.homeRow-onus ul.happeningList li.list span.title{color:#b0b0af; font-size:27px; font-weight:bold;}
div.homeRow-onus ul.happeningList li.list span.desc{max-height:55px; overflow:hidden;}
div.homeRow-onus ul.happeningList .slick-dots li button:before{font-size:13px;}
div.homeRow-onus ul.happeningList .slick-dots li button:before{color:#d6d6d4; opacity:1;}
div.homeRow-onus ul.happeningList .slick-dots li.slick-active button:before{color:#2693e4; opacity:1;}
div.homeRow-onus ul.happeningList li.list a.happeningRowLink{color: #1e1e1f;
    text-decoration: none;}