html {
    overflow-y: scroll;
}

:root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}

body {
    width: 100%;
    overflow: hidden;
}
.jumbotron{
    /*background-image: url("./img/solution.png");*/
    background-repeat: no-repeat;
    padding-top:126px;
    background-size:100% 100%;
    margin-bottom: 0px;
    padding-bottom: 68px;
}

.jumbotron .jumbotron-title{
    font-size:42px;
    font-weight:bold;
    color:rgb(255,255,255);
    line-height:55px;
}

.jumbotron .jumbotron-content{
    font-size:18px;
    color:rgb(255,255,255);
    line-height:29px;
}
.jumbotron .jumbotron-major{
    font-size:18px;
    color:rgb(255,255,255);
    line-height:24px
}

.competition-overview-img {
    display: flex;
    height: 338px;
    padding: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: content-box;
}

.competition-overview-img .content {
    display: flex;
    text-align: center;
    align-items: center;
    font-size: 34px;
    color: rgb(255, 255, 255);
    line-height: 1.3em;
}

.nav-tabs.nav-justified a{
    font-size:16px;
    color:rgba(51,51,51,1);
    line-height:21px;
    letter-spacing:1px;
}

.nav > li > a:focus {
    background-color: #ffffff;
}

.competition-nav{
    box-shadow:0px 2px 2px 0px rgba(227,231,243,1);
}
.competition-feature{
    margin-bottom: 60px;
    height: 360px;
}
.competition-feature .thumbnail{
    padding: 20px 10px;
    border: none;
}

.competition-feature-title{
    font-size:32px;
    color: rgb(254, 254, 254);
    line-height:42px;
    letter-spacing:2px;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 40px;
    margin-bottom: 0px;
}

.competition-overview-title{
    font-size:32px;
    color:rgba(51,51,51,1);
    line-height:42px;
    letter-spacing:2px;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 55px;
}

.competition-overview{
    background-color: rgba(246,248,255,1);
    padding-bottom: 65px;
}

.competition-overview .panel-body{
    font-size: 14px;
    padding:45px;
    color:rgba(51,51,51,1);
    line-height:24px;
    text-align: justify;
}

.competition-character .panel-body{
    padding: 40px;
}

.competition-character{
    padding-bottom: 50px;
}

.competition-character-title{
    font-size:32px;
    color:rgba(51,51,51,1);
    line-height:42px;
    letter-spacing:2px;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 55px;
}

.competition-character-img-wrapper1{
    text-align: center;
}


.competition-character-item-title{
    font-size:18px;
    font-weight:bold;
    color: rgb(36, 165, 255);
    line-height:24px;
}

.competition-character-item-content{
    margin-top:9px;
    color:rgba(102,102,102,1);
    line-height:24px;
    letter-spacing:1px;
}

.competition-construction{
    background:rgba(246,248,255,1);
    /*margin-bottom: 40px;*/
    height: 370px
}

.competition-construction-nav-wrapper{
    border-bottom: 0px solid rgba(216,216,216,1);
}

.competition-construction-title{
    font-size:32px;
    color: rgb(254, 254, 254);
    line-height:42px;
    letter-spacing:2px;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 24px;
}
.competition-content{
    color: white;
    font-size: 22px;
    text-align: center;
}
.competition-construction .nav-tabs.nav-justified a{
    font-size:14px;
    background:rgba(246,248,255,1);
}

.competition-construction .nav-tabs.nav-justified > .active > a{
    background:rgba(246,248,255,1);
}




.competition-construction .tab-pane{
    padding: 50px;
}



.competition-announcement{
  margin-bottom: 30px;
}

.competition-construction .panel-body {
    text-align: center
}

.competition-construction img {
    display: inline-block;
}

.competition-construction-content {
    vertical-align: middle;
    display: inline-block;
}

.competition-construction p {
    margin: 0px 0px 0px 10px;
}

.competition-construction .panel-body p:nth-of-type(1) {
    font-size: 30px;
    font-weight: bold;
    color: rgba(35, 134, 238, 1);
    line-height: 42px;
    letter-spacing: 2px
}

.competition-construction .panel-body p:nth-of-type(2) {
    font-size: 17px;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
    letter-spacing: 1px;
}

.contact-us{
    text-align: center;
    padding: 30px;
    background:linear-gradient(270deg,rgba(52,45,181,1) 0%,rgba(92,208,255,1) 100%);
}

.contact-us p{
    font-size:26px;
    color:rgba(255,255,255,1);
    line-height:35px;
}

.contact-us .btn{
    margin-top: 15px;
    border: 1px solid #ffffff;
}

.overview-content {
    font-size: 18px;
    line-height: 35px;
    text-indent: 2em;
}
.competition-construction {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: none;
}
.news-container {
    background: white;
    padding: 26px 50px;
    border-radius: 10px;
}
.news-item {
    border-bottom: 1px dashed #8d8d8d;
}
.news-item a:hover {
    text-decoration: none;
}
.news-item span {
    font-size: 17px;
    color: #727071;
    margin: 0;
    line-height: 38px;
}
.news-item .time-span {
    float: right;
}

@media (max-width: 768px) {

    .competition-character .panel-body{
        padding: 25px;
    }

    .competition-overview .panel-body {
        padding: 25px;
    }

    .jumbotron .container {
        margin-left: 4% !important;
    }

    .competition-construction {
        height: 560px;
    }

    .competition-construction .tab-pane{
        padding: 15px;
    }

    .competition-construction-item-title{
        text-align: center;
    }

}

@media (max-width: 992px) {

    .footer div[class*="col-"]{
        text-align: center;
    }

    .jumbotron .container {
        margin-left: 10% !important;
    }

}

@media (min-width: 768px) {

    .nav-tabs.nav-justified > li > a {
        border: none;
        border-bottom:3px solid transparent;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border: none;
        border-bottom:3px solid #5CD0FF;
    }

}

@media (min-width: 1200px) {

    .competition-overview-content{
        padding-right: 0px;
    }

    .competition-overview-img{
        padding-left: 0;
    }

    .competition-overview .panel-default{
        margin-top: 25px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-right: none;
    }

}

.vertical-tab{
    font-family: 'Chivo', sans-serif;
    display: table;
}
.vertical-tab .nav-tabs{
    display: table-cell;
    width: 20%;
    min-width: 20%;
    vertical-align: top;
    border: none;
    border-right: 3px solid #e7e7e7;
}
.vertical-tab .nav-tabs li{
    float: none;
    vertical-align: top;
}
.vertical-tab .nav-tabs li a{
    color: #444;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 0 0 1px 0;
    border: none;
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #198df8;
    background: #fff;
    border: none;
}
.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
    content: "\f054";
    color: #198df8;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    opacity: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -4px;
    z-index: 1;
    transition: all 0.3s ease 0.1s;
}
.vertical-tab .nav-tabs li a:after{
    content: "";
    background: #198df8;
    width: 3px;
    height: 100%;
    transform: translateY(0);
    top: 0;
    right: 8px;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after{
    opacity: 1;
    right: -3px;
}
.vertical-tab .tab-content{
    color: #555;
    background-color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 23px;
    padding: 10px 15px 10px 25px;
    display: table-cell;
    position: relative;
}
.vertical-tab .tab-content h3{
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        display: block;
        width: 100%;
        border-right: none;
    }
    .vertical-tab .nav-tabs li a{
        padding: 7px 7px;
        margin: 0 0 18px 0;
    }
    .vertical-tab .nav-tabs li a:before,
    .vertical-tab .nav-tabs li a:after{
        transform: translateY(0) translateX(50%) rotate(90deg);
        right: 50%;
        top: auto;
        bottom:0;
    }
    .vertical-tab .nav-tabs li a:after{
        width: 50%;
        height: 3px;
        transform: translateY(0) translateX(50%) rotate(0);
    }
    .vertical-tab .nav-tabs li a:hover:before,
    .vertical-tab .nav-tabs li.active a:before{
        bottom: -22px;
        right: 50%;
    }
    .vertical-tab .nav-tabs li a:hover:after,
    .vertical-tab .nav-tabs li.active a:after{
        bottom: -2px;
        right: 50%;
    }
    .vertical-tab .tab-content{
        border-top: 3px solid #e7e7e7;
        display: block;
        padding: 20px 15px 10px;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}
.click_block:hover {
    box-shadow: 0 2px 6px 5px rgba(35,134,238,0.2);
}
