body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #888;
    font-weight: 300;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    text-align: center;
}

a {
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    color: inherit;
}

a:hover,
a:focus {
    color: #d33232;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #111;
    font-weight: 600;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

img {
    max-width: 100%;
}

@media (min-width:1200px) {
    .auto-clear .col-lg-1:nth-child(12n+1),
    .auto-clear .col-lg-2:nth-child(6n+1),
    .auto-clear .col-lg-15:nth-child(5n+1),
    .auto-clear .col-lg-3:nth-child(4n+1),
    .auto-clear .col-lg-4:nth-child(3n+1),
    .auto-clear .col-lg-6:nth-child(odd) {
        clear: both;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .auto-clear .col-md-1:nth-child(12n+1),
    .auto-clear .col-md-2:nth-child(6n+1),
    .auto-clear .col-md-15:nth-child(5n+1),
    .auto-clear .col-md-3:nth-child(4n+1),
    .auto-clear .col-md-4:nth-child(3n+1),
    .auto-clear .col-md-6:nth-child(odd) {
        clear: both;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .auto-clear .col-sm-1:nth-child(12n+1),
    .auto-clear .col-sm-2:nth-child(6n+1),
    .auto-clear .col-sm-15:nth-child(5n+1),
    .auto-clear .col-sm-3:nth-child(4n+1),
    .auto-clear .col-sm-4:nth-child(3n+1),
    .auto-clear .col-sm-6:nth-child(odd) {
        clear: both;
    }
}

@media (min-width:480px) and (max-width:767px) {
    .auto-clear .col-xs-1:nth-child(12n+1),
    .auto-clear .col-xs-2:nth-child(6n+1),
    .auto-clear .col-xs-15:nth-child(5n+1),
    .auto-clear .col-xs-3:nth-child(4n+1),
    .auto-clear .col-xs-4:nth-child(3n+1),
    .auto-clear .col-xs-6:nth-child(odd) {
        clear: both;
    }
}

@media (max-width:479px) {
    .auto-clear .col-ts-1:nth-child(12n+1),
    .auto-clear .col-ts-2:nth-child(6n+1),
    .auto-clear .col-ts-15:nth-child(5n+1),
    .auto-clear .col-ts-3:nth-child(4n+1),
    .auto-clear .col-ts-4:nth-child(3n+1),
    .auto-clear .col-ts-6:nth-child(odd) {
        clear: both;
    }
}

@media (max-width: 479px) {
    .col-ts-1,
    .col-ts-10,
    .col-ts-11,
    .col-ts-12,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-ts-1,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9,
    .col-ts-10,
    .col-ts-11 {
        float: left;
    }
    .col-ts-12 {
        width: 100%;
    }
    .col-ts-11 {
        width: 91.66666667%;
    }
    .col-ts-10 {
        width: 83.33333333%;
    }
    .col-ts-9 {
        width: 75%;
    }
    .col-ts-8 {
        width: 66.66666667%;
    }
    .col-ts-7 {
        width: 58.33333333%;
    }
    .col-ts-6 {
        width: 50%;
    }
    .col-ts-5 {
        width: 41.66666667%;
    }
    .col-ts-4 {
        width: 33.33333333%;
    }
    .col-ts-3 {
        width: 25%;
    }
    .col-ts-2 {
        width: 16.66666667%;
    }
    .col-ts-1 {
        width: 8.33333333%;
    }
}


/* HEADER */

.header-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    color: inherit;
    max-width: 630px;
    margin: auto;
    margin-bottom: 37px;
}

.header-title span {
    font-weight: 600;
}

.header-button a {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    padding: 12px 30px;
    border: 2px solid #6e6e6e;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
}

.header-button a:hover {
    background-color: #d33232;
    border-color: #d33232;
}

.main-header {
    background-image: url(../images/main_bg.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 145px 0 40px;
}

.main-header .logo {
    margin-bottom: 73px;
}

.main-header .header-button {
    margin-bottom: 140px;
}

.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.95);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 2;
    text-align: left;
    padding: 4px 0;
    box-shadow: 0 0 10px #000;
}

.header-sticky:not(.is-sticky) {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.header-sticky .logo {
    display: inline-block;
    padding: 10px 0;
}

.header-sticky .header-button {
    display: inline-block;
    float: right;
    padding: 10px 0;
}

.header-sticky .header-button a {
    padding: 5px 20px;
    font-size: 14px;
}


/* SECTION DEMOS */

.section-demos {
    padding: 90px 0 150px;
}

.section-title {
    font-size: 35px;
    line-height: 40px;
}

.section-subtitle {
    font-size: 18px;
    line-height: inherit;
    max-width: 630px;
    margin: auto;
    font-weight: 300;
    margin-bottom: 45px;
}

.section-subtitle span {
    font-weight: 600;
    color: #222;
}

.demo {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 3px;
    margin-bottom: 30px;
}

.demo>* {
    position: relative;
    display: block;
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
}

.demo .title {
    color: #333;
    font-size: 18px;
    margin-bottom: 0;
    padding: 26px 0;
}

.demo>div {
    padding-bottom: 71px;
}

.demo>div .title {
    position: absolute;
    top: calc(50% - 22px);
    left: 0;
    right: 0;
    font-size: 24px;
    padding: 0;
}

.demo>div .title span {
    display: block;
    font-size: 16px;
    font-weight: 300;
}

.demo>a::after,
.demo>a::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.demo>a::after {
    width: 190px;
    height: 56px;
    margin: auto;
    content: "View Demo";
    font-size: 24px;
    color: #fff;
    font-size: 18px;
    padding: 12px 30px;
    border: 2px solid #6e6e6e;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -ms-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}

.coming.demo>a::after {
    content: "Coming";
}

.demo>a:hover::before {
    background-color: rgba(0, 0, 0, 0.8);
}

.demo>a:not(:hover)::after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}


/* FOOTER */

.main-footer {
    background-color: #f2f2f2;
    padding: 130px 0 100px;
}

.footer-title {
    font-size: 40px;
    font-weight: 300;
    color: #333;
    margin-bottom: 43px;
}

.footer-title span {
    font-weight: 600;
}

.footer-button a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 19px 45px;
    background-color: #222;
    font-weight: 600;
    border-radius: 3px;
}

.footer-button a:hover {
    background-color: #d33232;
}

.footer-copyright {
    background-color: #222;
}

.copyright {
    color: #aaa;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    padding: 25px 0;
}

.copyright a {
    color: #fff;
    font-weight: 600;
}

.backtotop {
    position: fixed;
    bottom: 50px;
    right: 25px;
    width: 46px;
    height: 46px;
    font-size: 20px;
    font-weight: 600;
    background: #333333;
    color: #ffffff;
    border-radius: 3px;
    text-align: center;
    line-height: 46px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: #fff;
}

.backtotop:hover {
    background-color: #d33232;
    color: #fff;
}

.backtotop:not(.active) {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}


/* RESPONSIVE */

@media (max-width: 1199px) {
    .main-header {
        padding: 80px 0 30px;
    }
    .header-title {
        font-size: 24px;
        line-height: 30px;
    }
    .header-button a {
        padding: 8px 20px;
        font-size: 16px;
    }
    .main-header .logo {
        margin-bottom: 30px;
    }
    .main-header .header-button {
        margin-bottom: 100px;
    }
}

@media (max-width: 350px) {
    .header-title {
        max-width: 280px;
    }
}


/* style plus aloteam */

.header-sticky {
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.is-sticky {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.header-brands {
    list-style: none;
    text-align: center;
}

.header-brands li {
    display: inline-block;
    margin: 0 30px;
    vertical-align: bottom;
}

.header-brands li .info-button img {
    max-width: 51px;
}

.header-brands li .review {
    text-align: left;
    display: inline-block;
}

.header-brands li .review .start {
    color: #ffbc00;
}

.section-introduce {
    padding: 100px 0;
    text-align: left;
}

.section-introduce .title {
    text-transform: uppercase;
    font-size: 52px;
    font-weight: 700;
}

.section-introduce .text {
    display: inline-block;
}

.section-introduce h3 {
    font-size: 20px;
}

.section-introduce .list-theme {
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 22px;
    margin: 0 10px;
}

.section-introduce .list-theme .items {
    transform: translateY(25px);
    animation: selling-list 4s infinite;
}

.section-introduce .list-theme .items .item {
    font-weight: 700;
    text-transform: none;
    margin-bottom: 10px;
    text-align: center;
    color: red;
}

.section-introduce .content {
    font-weight: 600;
    color: #222222;
}

.section-title {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
}

.bg-f6 {
    background-color: #f6f6f6;
}

.section-subtitle {
    font-size: 19px;
    font-weight: 500;
    color: #222222;
    line-height: 1.67;
}

.section-subtitle span {
    font-size: 25px;
    font-weight: 700;
}

.section-categories,
.section-products,
.section-other-pages,
.section-feature,
.section-speed {
    padding: 90px 0 150px;
}

.section-categories .section-title {
    margin-bottom: 45px;
}

.section-feature .section-title {
    margin-bottom: 50px;
}

.section-feature .extension {
    margin-top: 50px;
    text-align: left;
}

.section-feature .demos figure {
    margin-bottom: 30px;
}

.section-feature .extension>.title {
    text-align: left;
    margin-bottom: 30px;
}

.section-feature .extension-item {
    text-align: left;
    margin-bottom: 30px;
    display: inline-block;
}

.section-feature .extension-item:hover .title {
    -webkit-animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: text-pop-up-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.section-feature .extension-item .thumb {
    display: inline-block;
}

.section-feature .extension-item .title {
    display: inline-block;
    margin-left: 10px;
    font-weight: 500;
    color: #222222;
}

.section-feature .extension-item .la {
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #222;
    text-align: center;
}

.section-feature figure figcaption {
    font-size: 18px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 10px;
}

.demo>div .title {
    text-transform: uppercase;
    font-weight: 700;
}

.demo>div .title span {
    text-transform: initial;
    font-weight: 400;
}


/* animation */

@keyframes selling-list {
    0% {
        transform: translateY(4%);
    }
    30% {
        transform: translateY(4%);
    }
    60% {
        transform: translateY(-35%);
    }
    90% {
        transform: translateY(-70%);
    }
    100% {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes text-pop-up-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none;
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 10px 30px rgba(0, 0, 0, 0.3);
    }
}

@keyframes text-pop-up-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: none;
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        text-shadow: 0 1px 0 #cccccc, 0 2px 0 #cccccc, 0 3px 0 #cccccc, 0 4px 0 #cccccc, 0 5px 0 #cccccc, 0 6px 0 #cccccc, 0 7px 0 #cccccc, 0 8px 0 #cccccc, 0 9px 0 #cccccc, 0 10px 30px rgba(0, 0, 0, 0.3);
    }
}