header{
    
}
.intro-slider {
    height: 670px;
}
.intro-slider .swiper-slide{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.intro-slider .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #fff;
}
.intro-slider .swiper-button-white{
    opacity: 0.5;
}
.intro-slider .swiper-button-white:hover{
    opacity: 1;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 30px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 30px;
    right: auto;
}
.intro-slider .slide-content{
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.intro-slider .slide-content h1{
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
}
.intro-slider .slide-content .green-box{
    background-color: #2bde73;
    width: 180px;
    height: 60px;
    margin: 30px auto 0 auto;
    border-radius: 10px;
    display: block;
    color: #fff;
    line-height: 60px;
    font-size: 1.6em;
}
.intro-slider .slide-content .green-box:hover{
    background-color: #119a48;
    color: #fff;
}
.intro-arr{
    width: 43px;
    height: 22px;
    background-image: url(../images/intro-arr.png);
    background-repeat: no-repeat;
    background-position: 0 -22px;
    margin: 30px auto 20px auto;
    cursor: pointer;
}
.intro-arr:hover{
    background-position: 0 0;
}
.share-section {
    background-color: #042f50;
    text-align: center;
    padding-bottom: 5px;
}
.share-section h2{
    color: #fff;
}
.share-section h2 span{
    direction: rtl;
    margin: 0 5px;
}

.share-box {
    position: relative;
    height: 50px;
    padding: 0 30px;
    margin: 15px 0;
    border-left: 1px solid #fff;
}

.share-box-icon {
    margin-right: 15px;
}

.share-box-num {
    font-size: 25px;
    color: #fff;
    height: 33px;
}

.share-box-title {
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 98px;
}

.consultation-section {
    padding: 20px 15px;
    background: linear-gradient(to bottom, #e24d38 0%,#a72f1d 100%);
    color: #fff;
    font-size: 18px;
}
.consultation-box{
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    position: relative;
}

.consultation-bt {
    max-width: 450px;
    display: inline-block;
    padding: 20px 70px;
    color: #fff;
    text-decoration: none;
    margin: 15px auto;
    cursor: pointer;
    white-space: normal;
    border-radius: 0;
    font-size: 16px;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
    background: #ffae00;
    background: -moz-linear-gradient(top, #ffae00 40%, #ea9801 60%);
    background: -webkit-linear-gradient(top, #ffae00 40%, #ea9801 60%);
    background: linear-gradient(to bottom, #ffae00 40%, #ea9801 60%);
    border: 0;
    border-bottom: 4px solid #c38205;
}
.consultation-bt:hover {
    color: #fff;
    background: #ffbf11;
    background: -moz-linear-gradient(top, #ffbf11 40%, #fba912 60%);
    background: -webkit-linear-gradient(top, #ffbf11 40%, #fba912 60%);
    background: linear-gradient(to bottom, #ffbf11 40%, #fba912 60%);
}
.right-arrow{
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}
.left-arrow{
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.change-section {
    padding: 15px;
}

.change-title {
    line-height: 60px;
    margin-bottom: 15px;
}

.change-box-content {
    background-color: #fff;
    padding: 0 10px 10px 10px;
    margin: 15px 0;
    min-height: 100px;
}

.chbox-tx {
    margin: 15px auto;
}
.change-box-content p{
    color: #8f8f8f;
    line-height: 35px;
    font-size: 16px;
}

.chbox-bt {
    background-color: #f0c940;
    height: 30px;
    line-height: 30px;
    color: #000;
    padding: 0 10px;
    display: inline-block;
    font-size: 14px;
	min-width:215px
}
.chbox-bt:hover {
    color: #f0c940;
    background-color: #000;
}
.karstarters-section{
    background-color: #042f50;
    color: #fff;
    padding-top: 20px;
}
.karstarters-title{
    text-align: right;
    border-bottom: 2px solid #c2c2c2;
    margin-bottom: 40px;
    height: 18px;
}
.karstarters-title span{
    color: #fff;
    font-size: 22px;
    background-color: #042f50;
    padding: 0 0 0 15px;
}

#karstarters-slider {
    direction: ltr;
}
#karstarters-slider .swiper-slide{
    padding-bottom: 10px;
    margin-bottom: 30px;
    min-height: 230px;
    direction: rtl;
    width: 262.5px;
}
#karstarters-slider .swiper-scrollbar {
    left: 0;
    bottom: 12px;
    height: 4px;
    width: 100%;
}
.kspic{
    width: 100%;
}
.karstarters-section .swiper-button-black{
    opacity: 0.5;
}
.karstarters-section .swiper-button-black:hover{
    opacity: 1;
}
.swiper-scrollbar{
    background: rgba(255, 255, 255, 0.1);
}
.swiper-scrollbar .swiper-scrollbar-drag{
    background: rgba(255, 255, 255, 0.5);
}
.ks-name{
    color: #fff;
    margin-top: 10px;
    font-size: 14px
}
.ks-att{
    color: #ecd16f;
    margin-top: 5px;
    font-size: 14px;
}
.ks-res{
    color: #fff;
    margin-top: 5px;
    font-size: 14px;
}
.ks-job{
    color: #bebebe;
    margin: 12px 0 0 0;
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #646464;
    width: 100%;
}
.ks-stat{
    width: 100%;
    list-style: none;
    padding: 0 10px 10px 0;
    display: inline-block;
    border-bottom: 1px solid #646464;
}
.ks-stat li {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    margin: 10px 2px 0;
    float: right;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
.ks-stat li.design {
    background-color: #df6c4f;
}
.ks-stat li.creativity {
    background-color: #ecd06f;
}
.ks-stat li.usability {
    background-color: #409f89;
}
.ks-stat li.packaging {
    background-color: #1a99aa;
}
.ks-stat li.functionality {
    background-color: #473193;
}
.ks-stat li.total {
    background-color: #cfd1d0;
}
.ks-work{
    color: #b7b7b7;
    margin-top: 8px;
    font-size: 12px;
    padding: 0 10px;
    float: right
}
.ks-work a{
    color: #b7b7b7;
}
.ks-work a:hover{
    color: #ecd16f;
}

#about-section {
    background-color: #fff;
    min-height: 100px;
    padding: 40px 15px;
}

.about-section-pic {
    margin-bottom: 20px;
}
.about-section-name {
    color: #000;
    text-align: right;
    font-size: 30px;
}

.about-section-tx {
    width: 100%;
    line-height: 30px;
    padding: 0;
    margin: 20px 0;
    color: #797979;
    font-size: 18px;
}
.about-section-bt {
    height: 40px;
    line-height: 40px;
    background-color: #fbce53;
    color: #313131;
    font-size: 18px;
    padding: 0 20px;
    float: right;
    border-radius: 5px;
}
.about-section-bt:hover {
    color: #f0c940;
    background-color: #000;
}

#academi-section {
    height: 600px;
    background-color: #fff;
    overflow: hidden;
}
.ac-sec-topbar {
    height: 70px;
    background-image: url(../images/academi-pattern.jpg);
}
.ac-sec-column{
    height:calc(100% - 70px);
    position: absolute;
    top: 70px;
}
.column-right{
    right: 0;
    transform: translateX(100px);
}
.column-left{
    left: 0;
    transform: translateX(-100px);
}

.ac-sec-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-40%)
}
.ac-sec-logo {
    margin: 0 auto 60px auto;
    display: block;
}

.ac-sec-bt {
    width: 220px;
    text-align: center;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    background-color: #2bde73;
    color: #fff;
    font-size: 22px;
    border-radius: 10px;
    display: block;
}
.ac-sec-bt:hover {
    background-color: #119a48;
    color: #fff;
}

#meeting-section {
    min-height: 660px;
    background-image: url(../images/meeting-bg.jpg);
    background-position: top right;
    background-size: auto 100%;
    padding: 30px 0;
}
.meeting-box {
    padding: 0 250px 0 0;
}
.meet-sec-title {
    color: #fff;
    text-align: right;
    font-size: 40px;
    margin-bottom: 50px;
}

.meet-sec-text {
    color: #fff;
    text-align: right;
    font-size: 22px;
    margin-bottom: 40px;
}
#meeting-section p{
    text-align: right;
    font-size: 18px;
    margin-bottom: 30px;
}

.meetingLink a{
	color:#fffc0f;
}

.meetingLink a:hover{
	color:#BED5E5;
}

#customer-section {
    background-color: #f9f9f9;
    padding: 40px 0;
}

.cu-sec-title {
    color: #c4161c;
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px;
}

.cu-sec-item {
    margin-bottom: 50px;
}

.cu-sec-item-text p{
    line-height: 25px;
    color: #797979;
    font-size: 14px;
    padding: 0;
    margin: 0;
    float: right;
}
.cu-sec-item-text span{
    color: #c5161b;
    float: right;
    margin-top: 10px;
    clear: both;
}

#contact-section {
    background-color: #fff;
    min-height: 300px;
    padding: 20px 0;
    text-align: right;
}
#contact-section h1{
    margin-bottom: 40px;
    margin-top: 30px;
}
.con-sec-sponsors a{
    width: 32.8%;
    padding: 5px;
    display: inline-block;
    box-sizing: border-box;
    filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    transition: all 0.2s ease-out;
}
.con-sec-sponsors a:hover{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.con-sec-sponsors a img{
    width: 80%;
}
.social-item {
    margin-bottom: 30px;
}
.social-item img{
    float: right;
    width: 40px;
}
.social-item span{
    float: right;
    height: 40px;
    line-height: 40px;
    font-family: arial;
    font-size: 22px;
    text-align: right;
    color: #164b86;
    cursor: pointer;
    padding-right: 15px;
    transition: all 0.2s ease-out;
}
.social-item span:hover{
    color: #000;
    padding-right: 25px;
    font-weight: bold;
}


.ks-cowntdown {
    clear: both;
    color: #b6b6b6;
    overflow: hidden;
}
.hasCountdown {
    width: 100%;
    height: 50px;
    overflow: hidden;
    float: left;
}
.hasCountdown .countdown_section {
    position: relative;
    float: left;
    width: 25%;
    height: 50px;
    border-right: 1px solid #fff;
}
.hasCountdown em {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-style: normal;
}
.hasCountdown .countdown_amount {
    display: block;
    height: 42px;
    text-align: center;
    font-size: 25px;
}
.hasCountdown .countdown_section:last-child {
    color: #b7b7b7;
    border-right: 0;
}
.hasCountdown .countdown_section:last-child .countdown_amount {
    color: #FC0;
}

.ks-vote {
    width: 100%;
    padding: 10px 0;
    visibility: hidden;
}
.swiper-slide.vote .ks-vote{
    visibility: visible;
}

.ks-vote-bt {
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    color: #042f50;
    font-size: 16px;
}
.ks-vote-bt:hover {
    cursor: pointer;
    background-color: #FC0;
}
.ks-vote-el.ks-vote-num{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: right;
    padding-right:7px;
}
.ks-vote-el.ks-vote-count{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: right;
    padding-right:7px;
}
.home .modal .modal-dialog{
    width: 750px;
    margin: 100px auto;
}
.home .modal .modal-content{
    border-radius: 0;
    padding: 5px;
}
.home .modal .modal-body{
    border: 1px solid #ccc;
    width: 100%;
}
.home .modal .modal-ct{
    width: 100%;
    max-width: 480px;
    min-height: 100px;
    padding: 30px 0 0 0;
    margin: 0 auto;
}
.home .modal .modal-ct h2{
    line-height: 42px;
    margin: 30px auto;
}
.home .modal .modal-ct h2.mod-title{
    margin: 0 auto 30px auto;
}
.mod-progress{
    width: 100%;
    height: 15px;
    background-color: #FFF;
    border-radius: 7px;
    border: 1px solid #CCCCCC;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
.home .mod-progress-inner{
    position: relative;
    background-color: #58b04c;
    margin: 0;
    padding: 0;
    height: 100%;
    border-radius: 6px;
    float: left;
}
.home .modal .modal-ct input{
    width: 100%;
    display: block;
    border: none;
    padding: 18px 10px;
    margin: 20px auto;
    border: 1px solid #CCCCCC;
    background-color: #ffffff;
    color: #000000;
    border-radius: 2px;
    text-align: left;
}
.home .modal .modal-ct input:focus{
    box-shadow: 0 0 8px 2px #51cbee;
    border: 1px solid #51cbee;
}
.home .modal .modal-ct p{
    color: #0d2f4f;
}
.home .modal .modal-ct p.mod-close{
    cursor: pointer;
    color: #939598;
    margin-top: 10px;
    margin-bottom: 0;
}
.home .modal .modal-ct p.mod-close:hover{
    color: #626262;
}
.home .modal .modal-ct .button-orange{
    display: block;
    width: 100%;
    max-width: 250px;
    font-size: 18px;
    padding: 16px 0;
    text-decoration: none;
    margin: 20px auto 5px auto;
    background-color: #fdb645;
    color: #ffffff;
    border-radius: 6px;
    cursor: pointer;
}
.home .modal .modal-ct .button-orange:hover{
    background-color: #fec756;
}
.home .modal .modal-ct p.mod-warning{
    color: #ff0000;
    margin: 10px 0 0 0;
}
#step-modal2 .modal-ct{
    padding: 0;
}
#step-modal2 input{
    text-align: right;
}
