﻿section, footer {
    position: relative;
    z-index: 1;
}

#about > div.container {
    padding-right: 0px;
    padding-left: 0px;
}

/* Index News */
.single-news-img > a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

    .single-news-img > a > img {
        max-width: 100%;
        height: auto;
    }

.news-meta {
    border-bottom: 1px dotted #fff;
    padding: 10px 0;
}

    .comments-type > a, .date-type, .news-meta span.comments-type {
        color: #333;
        letter-spacing: 1px;
        margin-right: 5px;
        font-size: 13px;
    }

    .news-meta span.comments-type {
        margin-left: 5px;
    }

    .news-meta .comments-type i {
        padding-right: 0 !important;
    }

    .news-meta span i {
        padding-right: 10px;
    }

.comments-type > a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.news-text h4 {
    color: #444;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
}

    .news-text h4 a {
        color: #444;
        text-decoration: none;
        transition: all 0.3s ease 0s;
    }

.news-text > p {
    margin: 0 0 15px;
    color: #444;
    font-size: 13px;
}

.single-news .ready-btn {
    border: 1px solid #444;
    border-radius: 30px;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    position: absolute;
    bottom: 0px;
}

@media (max-width: 767px) {
    .single-news {
        margin-bottom: 30px;
    }

    .single-news-img > a > img {
        width: 100%;
        height: auto;
    }
}

.nav-tabs .nav-link {
    font-size: 1.25rem;
}

    .nav-tabs .nav-link.active {
        font-weight: bold;
        background-color: transparent;
        border-bottom: 3px solid #dd0000;
        border-right: none;
        border-left: none;
        border-top: none;
        font-size: 1.25rem;
    }

.bottom-buffer {
    margin-bottom: 20px;
}

.common-link {
    margin-bottom: 20px;
}

/* Index Youtube And Photo */
.thumb {
    /*margin-top: 15px;*/
    margin-bottom: 15px;
}

/* List Title */
.title-intro {
    text-align: center;
    margin-top: 80px;
    overflow: hidden;
    background: radial-gradient(#004a99,#1A82BD);
    -webkit-overflow: hidden;
    -moz-overflow: hidden;
    -o-overflow: hidden;
    overflow: hidden;
    -webkit-animation: fadeIn 1 1s ease-out;
    -moz-animation: fadeIn 1 1s ease-out;
    -o-animation: fadeIn 1 1s ease-out;
    animation: fadeIn 1 1s ease-out;
}

@media screen and (max-width: 1140px) {
    .title-intro {
        margin-top: 70px;
    }
}

    .title-intro > h1 {
        padding-top: 45px;
        color: #ffffff;
    }

    .title-intro > p {
        color: #ffffff;
        padding-bottom: 17px;
        font-size: 1.5rem;
        padding-bottom: 20px;
    }

/* List Section And Detail Section */
.section-list, .section-detail {
    background: #fff;
    padding: 15px 0 30px 0;
}

/* List Sidebar */
.img-responsive {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.single {
    padding: 30px 15px;
    /*margin-top: 40px;*/
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    margin-bottom: 15px;
}

    .single h3.side-title {
        margin: 0;
        margin-bottom: 10px;
        padding: 0;
        font-size: 20px;
        color: #333;
        text-transform: uppercase;
        border-bottom: 1px solid #e5e5e5;
    }

        .single h3.side-title:after {
            content: '';
            width: 60px;
            height: 1px;
            background: #ff173c;
            display: block;
            margin-top: 6px;
        }

    .single ul {
        margin-bottom: 0;
    }

    .single li a {
        color: #666;
        font-size: 14px;
        text-transform: uppercase;
        border-bottom: 1px dotted #efefef;
        line-height: 40px;
        display: block;
        text-decoration: none;
    }

        .single li a:hover {
            color: #ff173c;
        }

    .single li:last-child a {
        border-bottom: 0;
    }


/* News DateTime */
.news-datetime {
    margin: 25px 0;
    font-size: 15px;
    text-align: right;
}

.light {
    position: absolute;
    width: 0px;
    opacity: .75;
    background-color: white;
    box-shadow: #e9f1f1 0px 0px 20px 2px;
    opacity: 0;
    top: 100vh;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.x1{
  -webkit-animation: floatUp 4s infinite linear;
  -moz-animation: floatUp 4s infinite linear;
  -o-animation: floatUp 4s infinite linear;
  animation: floatUp 4s infinite linear;
   -webkit-transform: scale(1.0);
   -moz-transform: scale(1.0);
   -o-transform: scale(1.0);
  transform: scale(1.0);
}

.x2{
  -webkit-animation: floatUp 7s infinite linear;
  -moz-animation: floatUp 7s infinite linear;
  -o-animation: floatUp 7s infinite linear;
  animation: floatUp 7s infinite linear;
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  left: 15%;
}

.x3{
  -webkit-animation: floatUp 2.5s infinite linear;
  -moz-animation: floatUp 2.5s infinite linear;
  -o-animation: floatUp 2.5s infinite linear;
  animation: floatUp 2.5s infinite linear;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5);
  left: -15%;
}

.x4{
  -webkit-animation: floatUp 4.5s infinite linear;
  -moz-animation: floatUp 4.5s infinite linear;
  -o-animation: floatUp 4.5s infinite linear;
  animation: floatUp 4.5s infinite linear;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  left: -34%;
}

.x5{
  -webkit-animation: floatUp 8s infinite linear;
  -moz-animation: floatUp 8s infinite linear;
  -o-animation: floatUp 8s infinite linear;
  animation: floatUp 8s infinite linear;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
  left: -57%;
}

.x6{
  -webkit-animation: floatUp 3s infinite linear;
  -moz-animation: floatUp 3s infinite linear;
  -o-animation: floatUp 3s infinite linear;
  animation: floatUp 3s infinite linear;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
  left: -81%;
}

.x7{
  -webkit-animation: floatUp 5.3s infinite linear;
  -moz-animation: floatUp 5.3s infinite linear;
  -o-animation: floatUp 5.3s infinite linear;
  animation: floatUp 5.3s infinite linear;
  -webkit-transform: scale(3.2);
  -moz-transform: scale(3.2);
  -o-transform: scale(3.2);
  transform: scale(3.2);
  left: 37%;
}

.x8{
  -webkit-animation: floatUp 4.7s infinite linear;
  -moz-animation: floatUp 4.7s infinite linear;
  -o-animation: floatUp 4.7s infinite linear;
  animation: floatUp 4.7s infinite linear;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  left: 62%;
}

.x9{
  -webkit-animation: floatUp 4.1s infinite linear;
  -moz-animation: floatUp 4.1s infinite linear;
  -o-animation: floatUp 4.1s infinite linear;
  animation: floatUp 4.1s infinite linear;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  left: 85%;
}

@-webkit-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@-moz-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@-o-keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}
@keyframes floatUp{
  0%{top: 100vh; opacity: 0;}
  25%{opacity: 1;}
  50%{top: 0vh; opacity: .8;}
  75%{opacity: 1;}
  100%{top: -100vh; opacity: 0;}
}