header .container {
    padding: 0;
    margin: 0;
    width: 100%;
    padding-bottom: 40px;
    padding-top: 60px;
}

header .container .row {
    margin: 0;
}

header .container .col-lg-12 {
    position: relative;
    padding: 0;
}

header .container .intro-mask {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.intro-text {
    max-width: 1200px;
    padding: 0 16px;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    box-sizing: border-box;
}

.intro-text .name {
    font-size: 28px;
    margin-bottom: 24px;
}

.intro-text .skills {
    font-size: 16px;
}

header .container img {
    width: 100%;
}

footer {
    color: #fff;

}

.templates {
    display: none;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

.dfc {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:10px;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 200px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-primary-second {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 300px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

.navbar-nav>li>a {
    font-size: 18px;
    padding: 28px 12px;
}

.navbar-brand {
    padding: 28px 12px;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #0075cf
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.algo-nav-box .row {
    margin: 0 -8px;
}

.algo-nav-box .title {
    display: flex;
    align-items: center;
    margin:20px 0;
    padding:0 5%;
}

.algo-nav-box .title .line {
    flex:1;
    width:60%;
    height:1px;
    background:#ddd;
}

.algo-nav-box h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0075cf;
    padding:0 15px;
    margin:0;
}

.algo-item {
    padding: 8px;
}

.algo-item-box {
    cursor: pointer;
    transition: all 0.3s;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0px 0px 4px 0px rgba(24, 24, 24, 0.1);
}

.algo-item-box:hover {
    box-shadow: 0px 0px 15px 0px rgba(24, 24, 24, 0.3);
}

.algo-item-img {
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

.algo-item-img img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    border-radius: 2px;
    -webkit-transform: scale(1);
    transition: all 0.3s;
}

.algo-item-box:hover .algo-item-img img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

.algo-item-text {
    padding: 18px 18px 14px;
}

.algo-item-text h4 {
    font-weight: 700;
    font-size: 18px;
    color: #181818;
}

.algo-item-text p {
    margin: 0;
}

.algo-item-text .line {
    display: inline-block;
    margin: 0 4px;
    margin-left: 8px;
    height: 8px;
    width: 1px;
    background-color: #999999;
    opacity: 0.2;
}

.algo-item-text span {
    font-size: 14px;
    color: #999;
}

.nav>li {
    padding: 0 16px;
}

#algo .nav>li>a {
    color: #181818;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 6px;
}

.nav-pills {
    margin-left: -16px;
    font-size:16px;
    /* margin-bottom: 16px; */
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
    color: #0075cf;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    background-color: transparent;
    color: #0075cf;
    border-bottom: solid 3px #0075cf;
}

.compu-text {
    color: #181818;
}

.compu-text h3 {
    margin: 0;
    font-size: 34px;
    padding-bottom: 30px;
    padding-top: 40px;
}

.compu-text h4 {
    margin: 0;
    font-size: 20px;
}

.compu-text b {
    font-weight: 700;
    margin: 0 4px;
    font-size: 18px;
    color: #18bc9c;
}

.compu-text p {
    margin: 0;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.compu-text span {
    color: #999;
    overflow: hidden;
    line-height: 26px;
    margin-top: 13px;
    display: block;
}

#cloud p {
    text-indent: 2em;
    font-size: 14px;
    color: #999;
    padding-bottom: 10px;
    line-height: 28px;
}

.banner {
    /* padding-top: 77px; */
}

.banner img {
    width: 100%;
}

h2 {
    /* margin-top: 0; */
    padding-top: 20px;
}