
/*==========================================================================
ANIMATE
===========================================================================*/
/*----- FLASH -----*/
@keyframes flash{
    from,
    10%,
    to{
        opacity: 1
    }
    5%,
    15%{
        opacity: 0
    }
    20%{
        opacity: 1;
    }
}
/*----- SCALE UPDOWN -----*/
@keyframes ovic-animation-scale-updown{
    0%{
        transform: scale(1)
    }
    50%{
        transform: scale(1.05)
    }
    100%{
        transform: scale(1)
    }
}
@font-face {
    font-family: SpaceGrotesk Light;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/SpaceGrotesk-Light.otf) format('opentype')
}
@font-face {
    font-family: SpaceGrotesk;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/SpaceGrotesk-Regular.otf) format('opentype')
}
@font-face {
    font-family: SpaceGrotesk Medium;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/SpaceGrotesk-Medium.otf) format('opentype')
}
@font-face {
    font-family: SpaceGrotesk SemiBold;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/SpaceGrotesk-SemiBold.otf) format('opentype')
}
@font-face {
    font-family: SpaceGrotesk Bold;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/SpaceGrotesk-Bold.otf) format('opentype')
}
/*==========================================================================
CSS DEFAULT
===========================================================================*/
body{
	font-family: 'Red Hat Display', sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	font-weight: 400;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
a{
    color: inherit;
    text-decoration: none;
    line-height: inherit;
}
a:hover,
a:focus{
	color: #ff5d20;
	text-decoration: none;
    outline: none;
}
h1,h2,h3,h4,h5,h6{
	color: #000;
    font-weight: 700;
    margin: 0 0 20px;
}
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%;
    height: auto;
}
span.fa,
i.fa{
    vertical-align: top;
    line-height: inherit;
}
/*==========================================================================
CUSSTOM
===========================================================================*/
.site{
    overflow: hidden;
}
@media (min-width: 1440px){
    .container{
        width: 1830px;
    }
}
.button{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #fff!important;
    padding: 15px 27px;
    background-color: #343e45;
    border-radius: 4px;
}
.button:hover{
    background-color: #ff5d20;
}
section{
    padding: 95px 0 64px;
}
.head {
    max-width: 900px;
    margin: 0 auto 55px;
}
.s-title{
    font-size: 34px;
    line-height: 48px;
    color: #343e45;
    margin: 0;
    text-align: center;
    font-weight: normal;
    font-family: SpaceGrotesk Bold;
}
.s-subtitle{
    font-size: 18px;
    line-height: 30px;
    color: #444;
    margin: 11px 0 0;
}
.s-nav{
    list-style: none;
    padding: 0;
    margin: 0 -15px 60px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}
.s-nav li{
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
}
.s-nav li a{
    display: block;
    padding: 8px 0;
}
.s-nav li.active a{
    color: #f04879;
}
.owl-dots{
    margin: 36px 0 -50px;
}
.owl-dot{
    display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 4px;
    background-color: #000;
    margin: 10px 5px 0;
}
.owl-dot:not(.active):not(:hover){
    opacity: 0.2;
}
/*----- HEADER -----*/
.header{
    padding: 15px 0;
    background-color: transparent;
}
.logo{
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}
.logo a{
    display: block;
    color: #0d0d0d !important;
}
.logo .text{
    display: inline-block;
    vertical-align: top;
    margin: 3px 0 -3px;
}
.logo .text span{
    color: #fbb71c;
}
.header-inner{
    display: flex;
    align-items: center;
}
.header-menu{
    flex: 1 1 auto;
    width: 1%;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    list-style: none;
    padding: 0 32px 0 30px;
    margin: 0;
    text-align: right;
}
.header-menu li{
    display: inline-block;
    vertical-align: top;
    margin: 0 30px;
}
.header-menu li a{
    display: block;
    padding: 13px 0;    
    letter-spacing: 0.1em;
}
.header-menu li a:not(:hover){
    color: #0d0d0d;
}
/*----- BANNER -----*/
.banners{
    position: relative;
    background-color: #eaebef;
    height: 1037px;
    padding: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    background-image: url(../images/banner.png);
}
.banners .head{
    max-width: inherit;
    margin:194px 0 0;
}
.banners .s-subtitle{
    font-size: 28px;
    color: #666;
    font-style: italic;
    margin:27px 0 35px;
}
.banners .s-title{
    text-align: left;
    font-size: 80px;
    line-height: 80px;
    margin: 0;
    font-family: SpaceGrotesk Bold;
}
.banners .button:hover{
    background-color: #ff5d20;
}
.banners .button:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 15px;
    margin: -3px 0 0 27px;
    background-size: cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAPCAYAAADZCo4zAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MGY0OWRhN2YtNzAyMC00MTJiLTk1Y2ItY2RhMWU0NDAwMGM3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjYxQTE0QjlEN0ZFMDExRUJCNjk2OTcyNUU4NUI0MThEIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjYxQTE0QjlDN0ZFMDExRUJCNjk2OTcyNUU4NUI0MThEIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzMgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ1dWlkOjQyRTRGRUNENDg3RkVCMTE5QzNBOEFDNUNEODZFM0I2IiBzdFJlZjpkb2N1bWVudElEPSJ1dWlkOjZCMjQ5NzcyNTI0Q0VCMTFBOUYyOTg5ODlBM0I5QkY0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xsKtvQAAAG1JREFUeNpi+v//vyAQM+DCTAwMDB1AvIoBBwApSIeyV+FSAAJhuBQxIbGxKmJC04ChiAmLtSiKGEFewQF2A/F7JhySLkBsDMRnsQWOCxC/A+JysOn4JNEVYEgiK8AqCVOAUxKmYDcuSRAGCDAALP69KBif9y4AAAAASUVORK5CYII=');
}
@media(max-width: 1499px){
    .banners{
        height: 600px;
    }
    .banners .head{
        margin-top: 160px;
    }
    .banners .s-title{
        font-size: 50px;
        line-height: 50px;
    }
    .banners .s-subtitle{
        font-size: 22px;
    }
}
@media(min-width: 1440px){
    .banners .head{
        margin-left: 60px;
    }
}
/*----- DEMO -----*/
.demos{
    text-align: center;
    background-color: #f5f5f5;
}
.demos .inner{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px -40px;
}
.demos .item{
    width: 33.33333333%;
    padding: 0 30px 40px;
}
.inner .item > a{
    display: block;
    position: relative;
}
.inner .item .thumb{
    display: block;
    position: relative;
    overflow: hidden;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.demos .item .thumb{
    background-position: center 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    -webkit-transition: background-position 1s ease-out;
    -moz-transition: background-position 1s ease-out;
    -o-transition: background-position 1s ease-out;
    transition: background-position 1s ease-out;
    box-shadow: 3px 4px 30px rgba(0,0,0,0.15);
}
.inner .item .thumb::before{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    content: 'View Demo';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 30px;
    line-height: 42px;
    font-weight: 400;
    color: #fff;
    padding: 15px;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}
.inner .item > a:not(:hover) .thumb::before{
    opacity: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.demos .item > a:hover .thumb{
    background-position: center 100%;
    -webkit-transition: background-position 5s ease-out;
    -moz-transition: background-position 5s ease-out;
    -o-transition: background-position 5s ease-out;
    transition: background-position 5s ease-out;
}
.demos .item .title{
    display: inline-block;
    font-size: 16px;
    line-height: 42px;
    font-weight: 700;
    color: #343e45;
    padding:0 48px;
    border-radius: 4px;
    margin: 30px 0 0;
}
.demos .item a:hover .title{
    color: #fff;
    background-color: #1775e7;
}
.demos .new .thumb::after{
    position: absolute;
    content: 'NEW';
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 20px;
    background-color: #354cc9;
    color: #fff;
    z-index: 1;
    letter-spacing: 0;
    width: 200px;
    padding: 25px 18px 5px 10px;
    -webkit-transform: translate(50%,0) rotate(40deg);
    -moz-transform: translate(50%,0) rotate(40deg);
    -ms-transform: translate(50%,0) rotate(40deg);
    -o-transform: translate(50%,0) rotate(40deg);
    transform: translate(50%,0) rotate(40deg);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation: flash 4s infinite;
    -o-animation: flash 4s infinite;
    animation: flash 4s infinite;
}
/*----- SHOP -----*/
.shops{
    text-align: center;
    background-color: #354cc9;
}
.shops .s-title{
    color: #fff;
}
.shops .s-subtitle{
    color: #fff;
}
.shops .inner{
    padding: 0 120px;
}
.shops .owl-stage-outer{
    overflow: visible;
}
.shops .owl-dot{
    background-color: #fff;
}
/*----- IMPORT -----*/
.import{
    background-color: #f6eceb;
}
.import .inner{
    display: flex;
    align-items: center;
}
.import .image{
    width: 50%;
    padding-right: 15px;
}
.import .content{
    width: 50%;
    padding-left: 100px;
}
/*----- OTHER PAGE -----*/
.ecommerce-layout{
    background-color: #e7f1f3;
    text-align: center;
    padding: 68px 0 108px;
}
.ecommerce-layout .inner{
    display: flex;
    flex-wrap: wrap;
    max-width: 1410px;
    margin:80px auto -105px;
}
.ecommerce-layout .item {
    width: 16.66%;
    padding-bottom: 105px;
}
.ecommerce-layout .title {
    font-size: 16px;
    line-height: 20px;
    color: #444;
    font-weight: bold;
    display: block;
    margin: 13px 0 0;
}
/*----- OTHER PAGE -----*/
.other-layout{
    padding: 0;
}
.other-layout .inner{
    display: flex;
    flex-wrap: wrap;
}
.other-layout .item {
    width: 50%;
    padding:0 60px 80px;
}
.other-layout .s-title {
    display: block;
    margin: 67px 0 49px;
}
.other-layout .item:nth-child(2),
.other-layout .item:nth-child(3){
    background-color: #fff;
}
/*----- DETAIL PAGE -----*/
.other-layout,
.detail-layout{
    background-color: #f5f5f5;
}
.shop-page .inner,
.detail-layout .inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
}
.shop-page .item,
.detail-layout .item {
    width: 50%;
    padding: 0 15px 30px;
}
/*----- SHOP PAGE -----*/
.shop-page{
    padding: 66px 0 80px;
}
.shop-page .head,
.detail-layout .head{
    margin-bottom: 49px;
}
.shop-page .inner{
    margin-bottom: 0;
}
.detail-layout{
    padding: 66px 0 80px;
}
/*----- PAGE -----*/
.pages{
    text-align: center;
    background-color: #354cc9;
}
.pages .s-title{
    color: #fff;
}
.pages .s-subtitle{
    color: #fff;
}
.pages .page:not(:last-child){
    margin-bottom: 30px;
}
.pages .item-2 .page:nth-child(2),
.pages .item-3 .page:nth-child(2),
.pages .item-5 .page:nth-child(2){
    margin-bottom: 40px;
}
.pages .owl-stage-outer{
    overflow: visible;
}
.pages .owl-dot{
    background-color: #fff;
}
.other-content{
    padding: 67px 0 80px;
    background-color: #e7f1f3;
}
.other-content .head{
    margin-bottom: 49px;
}
.shop-page .inner-2,
.other-content .inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px -40px;
}
.shop-page .inner-2 .item,
.other-content .item {
    width: 33.33333333%;
    padding: 0 30px 40px;
}
.other-content .title {
    color: #343e45;
    font-size: 16px;
    text-align:center;
    font-weight: bold;
    display: block;
    margin: 27px 0 -7px;
}
.responsive{
    padding: 67px 0 26px;
    background-color: #e7f1f3;
}
.responsive .head{
    margin-bottom: 60px;
}
/*----- FOOTER -----*/
.footer{
    text-align: center;
}
.footer-top{
    padding: 147px 0 153px;
    background-image: url(../images/banner-suppoter.jpg);
}
.footer-top .inner{
    margin-left: 40px;
}
.footer-top .s-title{
    font-size: 48px;
    color: #fff;
    display: block;
    margin-bottom: 33px;
    text-align: left;
}
.footer-top .sub-title{
    text-align: left;
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    font-family: SpaceGrotesk;
}
.footer-top .sub-title a{
    text-decoration: underline;
    font-family: SpaceGrotesk Bold;
}
.footer-main{
    background-color: #1a1a1a;
    padding: 53px 0 80px;
}
.footer-main .s-title{
    font-size: 34px;
    line-height: 76px;
    color: #fff;
}
.footer-main .s-subtitle{
    font-size: 18px;
    color: #fff;
    margin-top: 23px;
}
.footer-main .button{
    margin-top: 22px;
    padding-left: 34px;
    padding-right: 29px;
    border-radius: 4px;
    background-color: #1775e7;
}
.footer-main .button:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 15px;
    margin: -3px 0 0 27px;
    background-size: cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAPCAYAAADZCo4zAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MGY0OWRhN2YtNzAyMC00MTJiLTk1Y2ItY2RhMWU0NDAwMGM3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjYxQTE0QjlEN0ZFMDExRUJCNjk2OTcyNUU4NUI0MThEIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjYxQTE0QjlDN0ZFMDExRUJCNjk2OTcyNUU4NUI0MThEIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzMgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ1dWlkOjQyRTRGRUNENDg3RkVCMTE5QzNBOEFDNUNEODZFM0I2IiBzdFJlZjpkb2N1bWVudElEPSJ1dWlkOjZCMjQ5NzcyNTI0Q0VCMTFBOUYyOTg5ODlBM0I5QkY0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xsKtvQAAAG1JREFUeNpi+v//vyAQM+DCTAwMDB1AvIoBBwApSIeyV+FSAAJhuBQxIbGxKmJC04ChiAmLtSiKGEFewQF2A/F7JhySLkBsDMRnsQWOCxC/A+JysOn4JNEVYEgiK8AqCVOAUxKmYDcuSRAGCDAALP69KBif9y4AAAAASUVORK5CYII=');
}
.footer-main .button:hover{
    background-color: #ff5d20;
}
.copyright{
    background-color: #1a1a1a;
    border-top: 1px solid rgb(255,255,255,0.1);
    padding: 23px 0;
}
.copyright p{
    font-size: 16px;
    line-height: 24px;
    color: #999;
    margin: 0;
}
.copyright a{
    font-weight: 500;
}
.copyright a:not(:hover){
    color: #fff;
}
a.backtotop:not(.show){
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.backtotop{
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    letter-spacing: 0;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    overflow: hidden;
    z-index: 5;
}

.popup_passwork{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:rgba(0, 0, 0, 0.8);
	z-index: 999;
	display:none;
}
.open_popup .popup_passwork{
	display:flex;
	justify-content: center;
	align-items: center;
}
.popup_passwork .popup-body{
	width: 600px;
	height: 345px;
	background: #fff;
	padding: 40px;
	border-radius: 10px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.popup_passwork .popup-body .close-popup{
	position: absolute;
	top: 5px;
	right: 15px;
	font-size: 24px;
	width: 15px;
	cursor: pointer;
}
.popup_passwork .popup-body img{width: 100px;}
.popup_passwork .popup-body h2{margin: 15px 0;}
.popup_passwork .popup-body h2 span{color: red;}
.popup_passwork .popup-body p{}

.popup_passwork .popup-link{
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    min-width: 199px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all ease .25s;
    transition: all ease .25s;
    background: #008eff;
    box-shadow: 0px 0px 16px 0px #73d3ff;
    margin-top: 15px;
 }

 .popup_passwork .popup-link:hover{
    box-shadow: 0px 0px 20px 5px #73d3ff;
 }
 
@media (min-width: 1200px){
    .header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 5;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .header.is-sticky{
        padding: 0;
        background-color: #fff;
        box-shadow: 0 0 20px #aaa;
    }
    .header:not(.is-sticky) .header-inner>*:not(.logo){
        opacity: 0;
        visibility: hidden;
    }
    .header:not(.is-sticky) .logo{
        margin-top: 38px;
    }
}
@media (max-width: 1499px){
    .demos .inner{
        margin-left: -20px;
        margin-right: -20px;
    }
    .demos .item{
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer-top .s-title{
        font-size: 40px;
        margin-bottom: 20px;
    }
    .footer-top .sub-title{
        font-size: 22px;
    }
}
@media (max-width: 1199px){
    section{
        padding: 65px 0 70px;
    }
    .head{
        margin-bottom: 40px;
    }
    .s-subtitle{
        margin-top: 15px;
    }
    .owl-dots{
        margin-top: 16px;
    }
    .header-menu{
        padding-right: 30px;
    }
    .demos .inner,
    .shop-page .inner-2, 
    .other-content .inner{
        margin: 0 -15px -40px;
    }
    .shop-page .inner-2 .item, 
    .other-content .item,
    .demos .item{
        padding: 0 15px 40px;
    }
    .demos .item .title{
        margin-top: 18px;
        padding:0 20px;
    }
    .banners{
        height: 460px;
    }
    .banners .head{
        margin-top: 95px;
    }
    .banners .s-title{
        font-size: 35px;
        line-height: 35px;
    }
    .banners .s-subtitle{
        font-size: 20px;
    }
    .ecommerce-layout .item{
        width: 20%;
        padding-bottom: 80px;
    }
    .other-layout .item{
        padding-left: 30px;
        padding-right: 30px;
    }
    .other-layout .s-title{
        font-size: 30px;
        margin: 47px 0 29px;
    }
}
@media (max-width: 991px){
    .header-inner{
        display: block;
        text-align: center;
    }
    .header-menu{
        width: auto;
        padding: 0;
        text-align: inherit;
        margin: 0 -20px;
    }
    .demos .item{
        width: 50%;
    }
    .ecommerce-layout .item{
        width: 25%;
    }
    .shop-page .inner-2 .item, 
    .other-content .item{
        width: 50%;
    }
    .footer-main .s-title{
        line-height: 50px;
    }
    .other-layout .s-title{
        font-size: 28px;
    }
}
@media (max-width: 767px){
    .header-menu li a{
        padding-bottom: 0;
    }
    .header .button{
        margin-top: 10px;
    }
    .banners{
        background-size: cover;
    }
    .banners .head>*{
        position: relative;
        z-index: 1;
    }
    .banners .head:after{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
        background-color: rgba(255,255,255,0.7);
    }
    br{
        display: none;
    }
    .other-layout .item{
        width: 100%;
    }
    .ecommerce-layout .item{
        width: 50%;
    }
    .footer-top{
        padding: 110px 0 120px;
    }
}
@media (max-width: 479px){
    .banners .head .button:not(.view-demo){
        margin-left: 0;
        margin-top: 10px;
    }
    .s-title{
        font-size: 30px;
        line-height: 40px;
    }
    .header-menu{
        margin: 0 -10px;
    }
    .header-menu li{
        margin: 0 10px;
    }
    .shop-page .inner-2 .item, 
    .other-content .item,
    .shop-page .item, 
    .detail-layout .item,
    .ecommerce-layout .item,
    .demos .item{
        width: 100%;
    }
    .demos .item .thumb::before{
        font-size: 24px;
        line-height: 32px;
    }
}

/*announcement bar and popup */
@-webkit-keyframes slide-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  
  @keyframes slide-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  .announcement-bar{
    display: flex;
    text-decoration: none;
    background-color: #273c97;
    color: white;
  }

  .announcement-bar:hover{
    color: white;
  }
  
  .announcement-bar:hover .announcement-bar-message{
    animation-play-state: paused;
  }
  
  .announcement-bar .announcement-bar-message{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    animation: slide-left 35s linear infinite;
    transition: all .3s ease;
  }
  
  .announcement-bar .announcement-bar-message .message-item{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
  }
  
  .announcement-bar .announcement-bar-message .icon{
    padding-right: 5px;
    display: flex;
  }
  
  .announcement-bar .announcement-bar-message .icon svg{
    width: 16px;
    height: 16px;
    fill: yellow;
  }
  
  .announcement-bar .announcement-bar-message .text{
    display: flex;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 24px;
  }
  
  #open-store{
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 200%);
    z-index: 5;
    border-radius: 30px;
    color: #343e45;
    background-color: #fed700;
    padding: 15px 50px;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, .2);
    font-size: 14px;
    transition: transform 350ms ease-in-out;
    max-width: 700px;
  }
  
  #open-store .inner-open-store{
    display: flex;
    overflow: hidden;
  }
  
  #open-store .inner-open-store:hover .open-store-link{
    animation-play-state: paused;
  }
  
  #open-store svg{
    fill: #343e45;
  }
  
  #open-store.show{
    transform: translate(-50%, 0);
  }
  
  #open-store .open-store-link{
    color: #343e45;
    text-decoration: none;
  }
  
  #open-store .open-store-link .inner-link{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #open-store .open-store-link .inner-link >*{
    display: inline-block;
    vertical-align: middle;
  }
  
  #open-store .open-store-link .icon svg{
    width: 50px;
    height: 25px;
  }
  
  #open-store .close-button{
    background: none;
    border: none;
    outline: none;
    position: absolute;
    top: calc(50% - 2px);
    right: 13px;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: lighter;
    color: currentColor;
    cursor: pointer;
    line-height: 0;
  }
  
  #open-store .close-button svg{
    width: 15px;
    height: 15px;
  }
  
  #open-store .open-store-link{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    animation: slide-left 8s linear infinite;
    transition: all .3s ease;
    flex: 0 0 100%;
  }
  
  .sticky-button{
    top: 50px;
  }
  
  .start-button{
    top: 100px;
  }
  
  .header__text_bottom.button_header a{
    margin-right: 15px;
  }
  
  .header__text_bottom.button_header a:last-child{
    margin-right: 0;
  }
  /*announcement bar and popup */