@charset "utf-8";
@font-face {
    font-family: 'UTM Loko';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/UTM Loko.ttf') format('truetype');
}

/*------------------ Reset -----------------*/
html,
body {
    min-width: 300px;
    max-width: 1800px;
    margin: 0 auto;
    overflow-x: hidden;
    position: relative;
    font-size: 14px;
    color: #333;
    min-height: 100%;
    /*font-family: 'SFUFutura',Arial,sans-serif;*/
}

.bs.container-fluid,
.bs.container {
    width: 100%;
    position: relative;
}

.bs.container {
    max-width: 1300px;
}

.bs.row {
    margin-left: 0;
    margin-right: 0;
}

.bs.row > [class*="col-"],
.bs.row.slick-slider .slick-slide {
    padding-left: 0;
    padding-right: 0;
}

.row.row-m5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row.row-m5 > [class*="col-"],
.row-m5.slick-slider .slick-slide {
    padding-left: 5px;
    padding-right: 5px;
}

.row.row-m10 {
    margin-left: -10px;
    margin-right: -10px;
}

.row.row-m10 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

h1.bs, .h1.bs, h2.bs, .h2.bs, h3.bs, .h3.bs, h4.bs, .h4.bs, h5.bs, .h5.bs {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    transition: all 0.15s linear
}

ol.bs, ul.bs {
    margin: 0;
    padding: 0
}

ol.bs > li, ul.bs > li {
    list-style: none;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit
}

a,
input,
select {
    transition: all 0.15s linear
}

img {
    max-width: 100%;
}

iframe {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.dil {
    display: inline-block;
    vertical-align: middle;
}

.dfx,
.image,
.image > a,
.flex-center > *,
.sdfx {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -moz-box-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.image,
.image > a {
    overflow: hidden;
    position: relative;
}

.image,
.image > a,
.flex-center > *,
.sdfx,
.dfx-center {
    -webkit-align-items: center;
    -webkit-box-align-items: center;
    -moz-align-items: center;
    -moz-box-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-box-justify-content: center;
    -moz-justify-content: center;
    -moz-box-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    -webkit-box-align-content: center;
    -moz-align-content: center;
    -moz-box-align-content: center;
    -ms-align-content: center;
    align-content: center;
}

.idfx {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.image > a {
    width: 100%;
    height: 100%;
}

.flex-center > *,
.sdfx,
article[class^="ii-"],
div[class^="ii-"] {
    display: -webkit-flex !important;
    display: -webkit-box !important;
    display: -moz-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-reverse {
    -webkit-flex-direction: row-reverse;
    -webkit-box-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -moz-box-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.image img {
    width: 100%;
}

.image.e img,
.eff {
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
}

.image.e.z:hover img {
    transform: scale(1.05);
}

.image.e:hover img {
    /*opacity: .8;*/
    filter: grayscale(50%);
}

.image.e.f:hover img {
    filter: brightness(1.2);
}

.image.i img {
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.image.o img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    min-height: inherit;
    min-width: inherit;
}

.image.fit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

article[class^="ii-"],
div[class^="ii-"] {
    outline: none;
}

article[class^="ii-"] .inner,
div[class^="ii-"] .inner {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.inner .meta {
    padding: 5px 0;
}

.title {
    font-size: 16px;
    margin: 0;
}

.title-hidden {
    display: none;
    height: 0;
    visibility: hidden;
}

.title.u {
    text-transform: uppercase;
}

.title.c {
    text-align: center;
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.text-padding {
    padding: 15px;
}

.ptb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

/*------------------ Style -----------------*/
/*wrapper*/
.viver-wrapper {
    /*background-color: #fff;*/
}

/*----------------header---------------*/
#viver-header {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    /*border-bottom: 3px solid #0b9444;*/
    /*border-top: 5px solid #0c4da2;*/
}

.top-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(../img/bg_top.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.site-logo {
    position: absolute;
    top: 0px;
    left: 30px;
}

.site-logo img {
    max-height: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.meta-bar {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
}

.site-cart a {
    display: block;
    font-size: 22px;
    margin-top: 27px;
    line-height: 30px;
    color: #333;
    position: relative;
}

.site-cart a span {
    position: absolute;
    top: -5px;
    right: -10px;
    font-size: 12px;
    height: 20px;
    border-radius: 50%;
    background-color: #136854;
    color: #fff;
    padding: 0 5px;
    line-height: 20px;
    text-align: center;
}

.site-social {
    padding: 5px 10px;
}

.t-social i {
    text-align: center;
    margin: 0 7px;
    font-size: 30px;
    line-height: 40px;
    color: #666;
}

.t-social i:hover {
    color: #0b9444;
}

.site-search {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 0 0;
    width: 100%;
    max-width: 380px;
    margin-right: 0;
    margin-left: auto;
}

#f-s {
    width: 100%;
    position: relative;
    top: 0px;
}

#s {
    width: 100%;
    background-color: #fff;
    padding: 9px 40px 9px 5px;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 0;
    color: #333;
    font-size: 14px;
}

#s:focus {
    border-color: #401a0f;
}

#k {
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 0;
    background-color: #401a0f;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    outline: none;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    border-radius: 0;
}

.site-lang {
    position: absolute;
    top: 3px;
    right: 15px;
}

.site-lang a {
    display: inline-block;
    margin: 0px 4px;
}

.site-lang img {
    width: 25px;
    height: 16px;
}

.site-hotline {
    padding: 5px 10px;
    position: absolute;
    top: 50%;
    width: 220px;
    right: 0;
    text-align: right;
    transform: translateY(-50%);
}

.hotline-a {
    background-image: linear-gradient(to right, transparent 0%, #fff);
    padding: 10px;
}

.hotline-a span {
    display: block;
    text-shadow: 3px 0 5px #fff, -3px 0 5px #fff, 0 3px 5px #fff, 0 -3px 5px #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    color: #401a0f;
    line-height: 28px;
}

.hotline-a span.p {
    color: #f98520;
}

.site-account {
    padding: 5px 10px;
}

.t-account a {
    display: block;
    line-height: 20px;
}

.t-account i {
    color: #0b9444;
    width: 20px;
    text-align: center;
}

/***********Menu**************/
.viver-navigation {
    width: 100%;
    position: relative;
    background-color: #828282;
}

.viver-navigation-inner {
    position: relative;
}

.viver-nav-pc {
    width: 100%;
    position: relative;
}

.viver-menu {
    font-size: 0;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.viver-menu > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    /*padding: 10px 0;*/
}

/*.viver-menu > li:after{
    content: "";
    position: absolute;
    top: 23px;
    right: 0;
    bottom: 23px;
    border-left: 1px solid #333;
    border-right: 1px solid #b8b8b8;
}
.viver-menu > li:last-child:after{
    content: none;
}
.viver-menu > li:hover:after{
    border-right-color: #f98520;
    border-left-color: #f98520;
}*/
.viver-menu li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    letter-spacing: 0.7px;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.viver-menu > li > a {
    text-align: center;
    padding: 10px 12px;
    font-size: 15px;
    color: #fff;
    /*font-weight: 500; */
    text-transform: uppercase;
    position: relative;
    /*border-radius: 4px;*/
}

.viver-menu > li > a > i {
    font-size: 15px;
    line-height: 20px;
    margin-right: 5px
}

.viver-menu > li:hover > a,
.viver-menu > li.active > a,
.viver-menu > li.current-menu-item > a {
    background-color: #016bb5;
    color: #fff;
}

.viver-menu > li > ul,
.viver-menu > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    height: 0;
    min-width: 240px;
    background: rgba(255, 255, 255, 1);
    z-index: 999;
    opacity: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    transition: all .4s cubic-bezier(.215, .61, .355, 1);
    transform: translateY(30px);
}

.viver-menu > li > .sub-menu {
    min-width: 500px;
    background-color: #efefef;
}

.viver-menu > li > .sub-menu:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 14px;
    border-bottom: 7px solid #0c4da2;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.viver-menu > li > .sub-menu:after {
    content: "";
    position: absolute;
    top: -7px;
    left: 15px;
    border-bottom: 7px solid #efefef;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.viver-menu > li:hover > ul,
.viver-menu > li:hover > .sub-menu {
    display: block;
    opacity: 1;
    height: auto;
    overflow: visible;
    border: 1px solid #0c4da2;
}

.viver-menu > li:hover > ul,
.viver-menu > li:hover > .sub-menu {
    transform: translateY(0px);
}

.viver-menu > li > .sub-menu .item {
    font-size: 16px;
}

.viver-menu > li > .sub-menu .item ul {
    margin-bottom: 0;
    padding-left: 15px;
}

.viver-menu > li > .sub-menu .item a {
    color: #333;
    padding: 5px 10px;
    text-transform: uppercase;
}

.sub-inner {
    padding: 10px;
}

.viver-menu > li > .sub-menu .item > a {
    margin-bottom: 10px;
    border-bottom: 1px solid #0c4da2;
    font-weight: 500;
}

.viver-menu > li > .sub-menu .item a i {
    color: #0c4da2;
}

.viver-menu ul > li {
    display: block;
}

.viver-menu ul > li:last-child {
    border-bottom: none;
}

.viver-menu ul > li > a {
    padding: 5px 10px;
}

.viver-menu ul > li:hover > a,
.viver-menu .sub-menu li:hover > a,
.viver-menu > li > .sub-menu .item > a:hover {
    color: #333;
    background-color: #eee;
}

.viver-menu ul > li:hover > a {
    /*transform: translateX(15px);*/
}

.viver-nav-mobile {
    display: none;
    width: 100%;
    text-align: right;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #929497;
}

.viver-menu-bar {
    padding: 0 15px;
}

.viver-nav-mobile .left,
.viver-nav-mobile .right {
    width: 50%;
}

.viver-nav-mobile .left {
    text-align: left;
    float: left;
}

.viver-nav-mobile .right {
    text-align: right;
    float: right;
}

.viver-nav-mobile span.tx {
    color: #fff;
    height: 40px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    background: none;
    margin: 0;
    font-size: 18px;
    padding: 0 10px;
    vertical-align: middle;
}

.viver-nav-mobile p {
    width: 32px;
    height: 40px;
    position: relative;
    display: inline-block;
    background: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.viver-nav-mobile p span {
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0;
}

.viver-nav-mobile p span {
    transition: all 0.3s linear;
}

.viver-nav-mobile span.micon1 {
    top: 7px
}

.viver-nav-mobile span.micon2 {
    top: 17px
}

.viver-nav-mobile span.micon3 {
    top: 27px
}

.viver-nav-mobile p.action span.micon1 {
    top: 18px
}

.viver-nav-mobile p.action span.micon1 {
    transform: rotate(45deg);
}

.viver-nav-mobile p.action span.micon2 {
    display: none
}

.viver-nav-mobile p.action span.micon3 {
    top: 18px
}

.viver-nav-mobile p.action span.micon3 {
    transform: rotate(-45deg);
}

.nav-block {
    width: 100%;
}

.nav-block .nav-left, .nav-block .nav-right {
    width: 40%;
    float: left;
}

.nav-block .nav-left {
    text-align: right;
}

.nav-block .nav-right {
    text-align: left;
}

.nav-block .nav-center {
    width: 20%;
    float: left;
    height: 40px;
    position: relative;
}

.mobile-search {
    height: 40px;
    width: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
}

.mobile-search:focus,
.mobile-search:hover,
.mobile-search:active {
    color: #fff;
}

/*content*/
html.no-js #viver-content {
    display: none;
}

.detect {
    display: none;
}

html.no-js .detect {
    display: block;
}

#viver-content {
    /*margin-bottom: 34px;*/
    /*background-image: url(../img/bg_main.png);
    background-size: 100% auto;
    background-repeat: repeat-y;*/
    /*background-color: #f2f0ee;*/
}

.content-inner {
    padding: 0;
    margin-bottom: 25px;
}

/*------------------Slide-----------------*/
.slick-slide img {
    margin: 0 auto;
}

.slick-slider a,
.slick-slider a:focus,
.slick-slider li,
.slick-slider img,
.slick-initialized .slick-slide {
    outline: none !important;
}

.slick-track,
.slick-list {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    font-size: 50px;
}

.slick-prev:before,
[dir=rtl] .slick-next:before {
    content: "\f104";
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: "\f105";
}

.slick-slider:hover .slick-prev:before,
.slick-slider:hover .slick-next:before {
    color: #333;
    opacity: 1;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    color: #333;
    opacity: 0;
}

.slick-slider .slick-prev:hover:before,
.slick-slider .slick-next:hover:before {
    color: #333;
}

.slide-flex .slick-track {
    display: flex !important;
    flex-wrap: wrap;
}

.slide-flex .slick-slide {
    display: flex;
}

.slide-brand .slick-slide {
    height: auto;
    padding: 10px 15px;
    height: 150px;
}

.viver-slide {
    margin-top: 0;
    position: relative;
}

.viver-slide-content {
    /*border-top: 4px solid #19315d;*/
}

.viver-slide-content:not(.ini) .viver-slider-item {
    display: none;
}

.viver-slide-content:not(.ini) .viver-slider-item:first-child {
    display: block;
}

.viver-slider-item {
    background-color: #eee;
}

.viver-thumb-item {
    padding: 10px;
    opacity: .5;
}

.viver-slider-item img {
    width: 100%;
}

.viver-thumb-item.slick-center {
    opacity: 1;
}

.viver-slider-caption {
    max-width: 430px;
    width: 100%;
    margin: 50px 0;
}

.sl-nav {
    padding: 10px 0;
}

.sl-nav i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background-color: #777;
    color: #fff;
    font-size: 18px;
    margin: 5px;
}

.sl-nav i:hover,
.sl-nav i:focus {
    background-color: #139146;
}

/*Main*/
.block {
    /*padding: 0;*/
    margin-bottom: 20px;
    position: relative;
    background-color: #fff;
}

.block-title {
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    /*overflow: hidden;*/
}

.block-title-inner {
    display: inline-block;
}

.block-title .title {
    font-weight: 700;
    text-transform: uppercase;
    color: #525252;
    padding: 10px 0;
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
}

.block-title.gz {
    border-bottom: 3px solid #ccc;
}

.block-title.gz .title {
    padding: 10px 15px;
    display: inline-block;
    text-align: left;
    min-width: 250px;
    background-color: #fff;
    color: #393939;
    font-weight: bold;
    border-bottom: 3px solid #828282;
    border-left: 20px solid #828282;
    top: 3px;
}
.block-title.gzf{
    position: relative;
    padding-left: 43px;
}
.block-title.gzf:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 43px;
    height: 43px;
    background-image: url("../img/icon-title.png");
    background-size: contain;
}
.block-title.gzf:after{
    content: "";
    position: absolute;
    top: 50%;
    top: calc(50% + 1px);
    left: 43px;
    right: 0;
    border-top: 2px solid #ccc;
    z-index: 1;
}
.block-title.gzf .title{
    display: inline-block;
    background-color: #fff;
    padding: 10px 15px;
    z-index: 2;
}
.block-title .knav {
    position: absolute;
    top: 8px;
    right: 0;
}

.knav .knav-a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 5px;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
    color: #acacac;
}

.knav .knav-a:hover,
.knav .knav-a:focus {
    color: #016bb5;
}
.single-content img{
    max-width: 100%;
    height: auto !important;
}
.single-content table{
    width: 100% !important;
}
/*.block-title.gz .title:before,
.block-title.gz .title:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
}
.block-title.gz .title:before{
    background-color: #512212;
    width: 30px;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 10px 0%);
    -o-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 10px 0%);
    -ms-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 10px 0%);
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 10px 0%);
}
.block-title.gz .title:after{
    background-color: #f98520;
    width: 23px;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 3px 0%);
    -o-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 3px 0%);
    -ms-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 3px 0%);
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 3px 0%);
    margin-left: -1px;
}*/
.block-title.xz .title {
    padding: 10px 20px 10px 60px;
    border-bottom: 3px solid #dbdbdb
}

.block-title.xz .title i {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 43px;
    background-color: #cacaca;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.text-container-10 {
    padding: 10px;
}

.block-title .desc {
    text-align: center;
    color: #999;
    padding-top: 5px;
    padding-bottom: 5px;
}

.title-single {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
}

.desc-single {
    padding: 10px 0;
}

.scroll {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.the-container {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
}

.block-content {
    overflow: hidden;
}

.block-t30 {
    margin-top: 30px;
}

.block-t20 {
    margin-top: 20px;
}

.block-t40 {
    margin-top: 40px;
}

.block-b20 {
    margin-bottom: 20px;
}

.block-pt50 {
    padding-top: 50px;
}

.block-pb20 {
    padding-bottom: 20px;
}

.block-feedback {
    margin-top: 180px;
    background-color: #f9f9f9;
    color: #333;
    padding: 50px 30px;
}

.block-feedback .block-title.sdf {
    margin-top: -160px;
}

.text-art {
    text-align: center;
    padding: 20px 0;
}

.art-skl {
    font-family: 'UTM Loko', serif;
    text-transform: uppercase;
    font-size: 26px;
    text-shadow: 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;
    text-align: center;
    display: block;
    color: #016bb5;
}

div.ii-product {
}

.slick-slide div.ii-product {
    padding-left: 0;
    padding-right: 0;
}

div.ii-product .inner {
    /*padding: 7px;*/
    color: #fff;
}

div.ii-product.pr .inner {
    padding: 0;
}

div.ii-product .image {
    height: 190px;
    /*background-color: #f9f9f9;*/
}

div.ii-product .meta {
    text-align: center;
    /*padding: 0 10px 10px;*/
}

div.ii-product .desc {
}

div.ii-product .title {
    padding: 5px 0;
    font-weight: normal;
    /*text-transform: uppercase;*/
    color: #333;
    display: block;
    min-height: 44px;
}

div.ii-product .inner:hover {
    /*background-color: #016bb5*/

}

div.ii-product.pr .inner:hover {
    background-color: #fff;
}

div.ii-product .inner:hover .title {
    color: #333;
    text-align: center;
    text-decoration: underline;
}

div.ii-product .inner:hover .hover .title {
    color: #fff;
    text-decoration: none;
}

div.ii-product .code {
    font-size: 13px;
    font-weight: 700;
    color: #929497;
}

div.ii-product .hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    align-content: center;
    justify-content: center;
    transform: scale(0);
    transition: all .3s linear;
    text-align: center;
}

div.ii-product .hover .title {
    color: #fff;
    font-size: 17px;
    padding: 10px 0;
    margin-bottom: 10px;
    position: relative;
}

div.ii-product .hover .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 40%;
    border-bottom: 1px solid #fff;
}

div.ii-product .hover .desc {
    text-align: justify;
}

div.ii-product .inner:hover .hover {
    transform: scale(1);
}

div.ii-services .image {
    height: 230px;
    width: 230px;
    margin: 0 auto 5px;
    border-radius: 50%;
    padding: 5px;
    background-image: linear-gradient(to bottom, #fff, #016bb5);
}

div.ii-services .image a {
    border-radius: 50%;
}

div.ii-services .title {
    text-transform: uppercase;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    max-width: 220px;
    margin: 0 auto 10px;
    min-height: 46px;
}

div.ii-services .title:after {
    content: "";
    position: absolute;
    left: 35%;
    bottom: 0;
    border-bottom: 2px solid #016bb5;
    width: 30%;
}

.dfg-box {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    padding: 20px;
    position: relative;
}

.dfg-box .read-more {
    position: absolute;
    top: 5px;
    right: 20px;
}

ul.sf li {
    padding: 5px 0;
    line-height: 1.74;
}

ul.sf li:before {
    content: "- "
}

div.ii-about .image {
    height: 150px;
}

div.ii-about .inner {
    background-color: #f5f5f5;
}

div.ii-about .meta {

    padding: 10px 0 30px;
}

div.ii-about .title {
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    min-height: 54px;
}

div.ii-about .desc {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    min-height: 92px;
}

div.ii-about .desc:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40%;
    width: 20%;
    border-bottom: 5px solid #ecca3c;
}

.o-frame,
.o-frame iframe {
    border-radius: 9px;
    max-height: 330px;
    overflow: hidden;
}

.o-frame.sm,
.o-frame.sm iframe {
    max-height: 250px;
}

.o-frame iframe {
    width: 100%;
}

.full-click {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.price {
    color: #c00;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 5px;
}

.buy {
    padding: 5px 15px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    background-color: #c00;
    margin: 5px auto;
}

.buy:hover,
.buy:focus {
    opacity: .7;
    color: #fff;
    text-decoration: none;
}

.read-more {
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    margin: 10px 0;
    background-color: #ecca3c;
}

.read-more:hover {
    color: #fff;
    background-color: #016bb5;
}

div.ii-product .buy i {
    margin-right: 5px;
}

div.ii-news .title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.4em;
    color: #333;
    /*text-transform: uppercase;*/
    display: block;
}

div.ii-news .title:hover {
    color: #016bb5;
    text-decoration: underline;
}

div.ii-news .desc {
    color: #333;
}

div.ii-news .image {
    max-height: 200px;
}

div.ii-news .image.sm {
    height: 150px;
}

div.ii-post .inner {
    background-color: #fff;
}

div.ii-post .title {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    /*text-transform: uppercase;*/
    font-weight: 500;
}

div.ii-post .inner:hover .title {
    color: #0c4da2;
}

div.ii-post .image {
    height: 170px;
}

div.ii-post .image.sm {
    height: 95px;
}

div.ii-post .desc {
    font-size: 16px;
    color: #555;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 300;
}

div.ii-person .title {
    text-transform: uppercase;
    padding: 10px 0;
}

div.ii-person .image {
    max-height: 240px;
}

.read-more.f {
    position: absolute;
    top: 0;
    right: 10px;
}

.term-more {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: right;
}

.term-more a {
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
    background-color: #0c4da2;
    text-align: right;
}

.term-more a:hover,
.term-more a:focus {
    color: #fff;
    background-color: #e20c14;
}

.post-meta {
    font-size: 13px;
    font-style: italic;
    color: #999;
    margin: 5px 0;
    text-transform: none;
}

.post-meta.c {
    position: absolute;
    right: 0;
    bottom: 0px;
}

.post-meta i {
    width: 16px;
}

.post-meta span {
    margin-right: 5px;
}

.title-product {
    margin: 0 0 15px;
    color: #183544;
    font-size: 22px;
}

.title-product-s {
    font-size: 20px;
    color: #183544;
    padding: 5px;
}

.af {
    margin: 5px 0;
    color: #183544;
}

.box-s {
    background-color: #cce0ff;
    padding: 15px;
    border-top: 1px solid #0c4da2;
}

.box-k {
    background-color: #0c4da2;
    padding: 15px;
}

.title.hz {
    font-weight: 700;
    padding: 5px 0;
}

.desc.k {
    padding: 10px 0;
    margin-bottom: 10px;
}

.block-brand {
    padding: 20px 0;
}

.slide-brands .image {
    height: 120px;
    width: 20%;
    padding: 0 5px;
}

/*gtabs*/
.gtab-content {
    padding-top: 10px;
}

.gtab-panel {
    display: none;
}

.gtab-panel.active {
    display: block;
}

/*zoom*/
.image-pr {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 15px;
}

.product-image {
    padding-right: 20px;
}

.zoom-s {
    text-align: center;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    padding: 10px;
}

.zoom-w {
    position: relative;
}

.zoom-w img {
    top: 0;
    left: 0;
}

.zoom-s img {
    width: 100%;
}

.zoom-n {
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
    font-size: 0;
    border-left: 1px solid #ccc;
}

.zoom-n .zoom-i {
    width: 33.33333%;
    display: inline-block;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4px;
    background: #fff;
    height: 66px;
    vertical-align: middle;
    text-align: center;
}

.zoom-n .zoom-i img {
    max-height: 100%;
}

.slide-go.z li {
    width: 25%;
    float: left;
}

.slide-go li {
    height: 150px;
}

/*tabs*/
.dd-tabs .nav-tabs > li.active > a,
.dd-tabs .nav-tabs > li.active > a:focus,
.dd-tabs .nav-tabs > li.active > a:hover {
    border: 1px solid transparent;
    border-bottom-color: #2e3190;
    color: #2e3190;
}

.dd-tabs .tab-content {
    padding: 10px 15px;
}

/*breadcrumb*/
.viver-bread {
    /*background-image: url(../img/bgtt.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;*/
    color: #fff;
}

.viver-bread .title {
    padding: 10px 0;
    text-transform: uppercase;
}

.zt-bread {
    /*padding: 0 10px;*/
    /*color: #f5f5f5;*/
    /*background-color: #fff;*/
}

.zt-bread ul {
    /*background: #f8f8f8;*/
    /*padding: 0 15px;*/
    border-radius: 0;
}

.zt-bread li {
    display: inline-block;
    padding: 7px 20px 7px 0;
    position: relative;
    color: #f18329;
    /*font-weight: 500;*/
    font-size: 13px;
}

.zt-bread li:after {
    content: "\f105";
    position: absolute;
    top: 7px;
    right: 5px;
    font-family: 'FontAwesome';
    color: #929497
}

.zt-bread li:last-child:after {
    content: none;
}

.zt-bread li a {
    color: #929497;
}

.zt-bread li i {
    width: 20px;
}

/*paging*/
.zt-paging {
    display: block;
    padding: 15px 15px;
    text-align: center;
    font-size: 14px
}

.zt-paging ul {
    margin: 0;
    padding: 0;
}

.zt-paging ul li {
    display: inline-block;
    margin: 5px 0
}

.zt-paging ul li a {
    display: block;
    background: #e7e7e7;
    text-align: center;
    color: #626262;
    transition: all 0.3s linear;
    text-decoration: none;
    /*border-radius: 50%;*/
    width: 30px;
    height: 30px;
    line-height: 29px;
    padding: 0;
}

.zt-paging span,
.zt-paging a:hover,
.zt-paging a.current {
    background-color: #016bb5;
    color: #fff;
}

.box {
    margin-bottom: 15px;
    background-color: #fff;
}

.box-title {
    overflow: hidden;
}

.box-title .title {
    font-weight: 500;
    background-color: #828282;
    color: #fff;
    padding: 10px 10px 10px 20px;
    text-align: center;
    line-height: 20px;
    /* font-family: 'UVNMuaThu'; */
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    margin: 0;
}

.box-title .title i {
    width: 25px;
    font-size: 18px;
    vertical-align: middle;
    line-height: 20px;
}

.box-content {
    border: 1px solid #d5d5d5;
    border-top: none;
    padding: 0;
}

.box-posts .box-content {
    background-color: #0b9444;
    border: none;
}

.in-5 {
    padding: 5px;
}

.box-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all .3s linear;
}

.box-list li {
    position: relative;
    /*pointer-events:none;*/
    color: #333;
}

.box-list li a {
    padding: 7px 7px;
    display: block;
    position: relative;
    font-size: 14px;
    /* text-transform: uppercase; */
    font-weight: 500;
    border-top: 1px solid #ccc;
}

/*.box-list li a:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 5%;
    right: 5%;
    border-bottom: 1px solid #ddd;
}*/
.box-list ul ul li a {
    padding-left: 40px;
}

/*.box-list li:before {
    position: absolute;
    left: 10px;
    top: 8px;
    font-family: 'FontAwesome';
    color: #929497;
    font-size: 10px;
}
.box-list ul ul li:before {
    content: "\f111";
    font-size: 6px;
    top: 13px;
    left: 25px;
    color: #999;
}
*/
.box-list li:hover > a,
.box-list li.active > a {
    text-decoration: underline;
    color: #ecca3c;
}

.box-news div.ii-news {
    border-top: 1px solid #ccc;
}

.box-news div.ii-news .inner {
    padding: 0 5px;
}

.box-news div.ii-news .image {
    height: 70px;
}

.sp-list {
    position: relative;
    margin: 0px auto;
    font-size: 14px;
    padding: 90px 0px 0 0px;
    background: url(../img/support_online.gif) no-repeat top center;
}

.sp-list .item {
    padding: 5px 10px;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    border-top: 1px solid #ccc;
}

.sp-list .item i {
    float: right;
    font-size: 16px;
    margin-left: 10px;
    height: 24px;
    line-height: 24px;
}

.sp-list .item i.fa-skype {
    color: #00aff0;
}

.sp-list .item i.fa-envelope {
    color: #ecca3c;
}

/*------------------ FOOTER -----------------*/
#viver-footer {
    position: relative;
    padding: 30px 0 0;
    /*background-image: url(../img/bg_footer.jpg);
    background-repeat: repeat-y;
    background-size: 100% auto;*/
    background-color: #2e2e2e;
    color: #fff;
    border-top: 2px solid #ecca3c;
}

.footer-info {
    background-color: #f3f3f3;
    color: #313131;
}

.footer-info-item {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.logo-f {
    height: 150px;
}

.footer-info-item i {
    position: absolute;
    top: 15px;
    left: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 40px;
}

.footer-info-item .text {
    padding-left: 50px;
}

.footer-info-item .text span {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
}

.footer-inner {
    padding-top: 10px;
    padding-bottom: 0;
}

.footer-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-item .title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ecca3c;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    min-height: 45px;
}

.footer-item li {
    padding: 3px 0;
}

.footer-item li a:hover {
    text-decoration: underline;
    color: #fff;
}

.footer-logo img {
    max-height: 150px;
}

.footer-item .tags a:hover,
.footer-item .tags a:focus {
    text-decoration: underline;
}

.copyright {
    line-height: 30px;
    font-size: 14px;
    margin-top: 10px;
    padding: 7px 0;
    color: #828282;
    border-top: 2px solid #252525;
}

.f-tags {
    margin-right: 4px;
    margin-bottom: 4px;
    display: inline-block;
    text-decoration: underline;
}

.f-social {
    text-align: left;
}

.f-video iframe {
    width: 100% !important;
    max-height: 250px;
}

.f-social i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 25px;
    margin: 2px 0 2px 5px;
    color: #828282;
}

.f-social i:hover {
    color: #fff;
}

.footer-showroom {
    color: #828282;
    padding-top: 20px;
    padding-bottom: 10px;
}

/*banner*/
.z-banner {
    position: fixed;
    top: 100%;
    z-index: 1;
    width: 130px;
}

.banner-left {
    left: 0;
}

.banner-right {
    right: 0;
}

/*btt*/
#viver-back-top {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 100
}

#viver-back-top i {
    font-size: 25px;
    line-height: 35px;
    color: #fff;
}

/*fb fix*/
.fb-comments, .fb-comments > span, .fb-comments iframe {
    width: 100% !important;
}

.maps iframe {
    width: 100% !important;
    max-width: 100%;
}

.maps.z iframe {
    height: 220px;
    max-height: 220px;
}

.maps.j iframe {
    height: 250px;
}

/*bf-slide*/
.bf-slide-content > .image {
    margin-bottom: 5px;
    height: 260px;
    border: 1px solid #ccc;
}

.bf-thumbs {
    position: relative;
    overflow: hidden;
}

.bf-nav a {
    display: block;
    padding: 0 10px;
    height: 100px;
}

.bf-nav a img {
    border: 1px solid transparent;
}

.bf-nav a.slick-current img {
    border-color: #e20c14;
}

.bf-nav-o {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 24px;
    font-size: 22px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.bf-nav-o.bf-nav-left {
    left: 0px;
}

.bf-nav-o.bf-nav-right {
    right: 0px;
}

.bf-nav-o:hover,
.bf-nav-o:focus {
    background-color: #e20c14;
    color: #fff;
}


.hotline-fix{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9;
    display: inline-block;
}
.hotline-fix a{
    display: block;
    padding: 10px 20px;
    color: #fff;
    background-color: #016bb5;
}
.hotline-call {
    left: -45px !important;
    bottom: 110px !important;
    display: none;
    z-index: 300 !important;
    position: fixed;
}

.hotline-call-circle {
    width: 110px;
    height: 110px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    border-radius: 100% !important;
    border: 2px solid #febb00;
    -webkit-animation: zt-ouo 1.2s infinite ease-in-out;
    animation: zt-ouo 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5;
}

.hotline-call-fill {
    width: 70px;
    height: 70px;
    top: 40px;
    left: 40px;
    position: absolute;
    background-color: #febb00;
    border-radius: 100% !important;
    border: 2px solid transparent;
    -webkit-animation: zt-uou 2.3s infinite ease-in-out;
    animation: zt-uou 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-call-img {
    width: 50px;
    height: 50px;
    top: 50px;
    left: 50px;
    position: absolute;
    background: #ff2300 url(../img/call2.png) no-repeat center center;
    background-size: 75%;
    border-radius: 100% !important;
    border: 2px solid transparent;
    -webkit-animation: zt-ouou 1s infinite ease-in-out;
    animation: zt-ouou 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-call-img a {
    width: 40px;
    height: 40px;
    display: block;
    margin: 5px auto;
}
/*------------------Responsive-----------------*/
@media screen and (min-width: 480px) {

}

@media screen and (min-width: 768px) {
    #s::-webkit-input-placeholder {
        color: #ccc;
    }

    #s:-ms-input-placeholder {
        color: #ccc;
    }

    #s::-moz-placeholder {
        color: #ccc;
        opacity: 1;
    }
    .copyright{
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 992px) {
    /*.viver-menu > li:after{
        content: "/";
        position: absolute;
        top: 10px;
        right: -5px;
        font-size: 14px;
    }
    .viver-menu > li:last-child:after{
        content: none;
    }*/
}

@media screen and (max-width: 1170px) {
    /*.viver-menu > li > a{
        padding: 10px 10px;
    }*/
    .site-search {
        max-width: 250px;
    }

    .viver-slide {
        padding: 0;
    }
}

@media screen and (max-width: 1090px) {
    .viver-menu > li > a {
        padding: 10px 4px;
        font-weight: normal;
        font-size: 14px;
    }

    div.ii-services .image {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 991px) {
    #viver-header {
        border-top: none;
    }

    .viver-navigation {
        margin-right: 0;
        margin-left: 0;
    }

    .viver-menu {
        display: block;
    }

    .viver-wrapper {
        margin-top: 40px;
    }

    .viver-nav-pc {
        position: fixed;
        top: 39px;
        padding-top: 1px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        background: #555;
        overflow-y: scroll;
        overflow-x: hidden;
        display: none;
    }

    .viver-nav-pc::-webkit-scrollbar {
        display: none;
    }

    .viver-nav-pc::-moz-scrollbar {
        display: none;
    }

    .viver-nav-mobile {
        display: block;
    }

    .viver-menu li {
        display: block;
        width: 100%;
        padding: 0;
    }

    .viver-menu li a {
        padding: 10px;
        text-align: left;
        color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

    .viver-menu > li > ul,
    .viver-menu > li > .sub-menu {
        display: block;
        width: 100%;
        position: relative;
        top: inherit;
        left: inherit;
        border: none;
        background: none;
        height: auto;
        opacity: 1;
        transform: translateY(0);
    }

    .viver-menu > li > .sub-menu .item a {
        color: #fff;
    }

    .sub-inner {
        padding: 0;
    }

    .viver-menu ul li a {
        padding: 10px 10px 10px 50px;
    }

    .viver-menu > li:hover > a:after,
    .viver-menu > li:hover > a:before,
    .viver-menu > li.current-menu-item > a:after,
    .viver-menu > li.current-menu-item > a:before {
        content: none;
    }

    /*.site-logo img {
        max-height: 75px !important;
    }*/
    .site-logo {
        position: fixed;
        top: 0;
        left: 50%;
        z-index: 99999;
        transform: translateX(-50%);
    }

    .site-lang {
        position: fixed;
        top: 11px;
        left: 10px;
        z-index: 99999;
        display: inline-block;
        right: inherit;
    }

    .top-header {
        padding: 0;
    }

    .text-art {
        display: none;
    }

    .site-logo img {
        max-height: 40px;
        margin: 0;
    }

    .site-search {
        position: fixed;
        top: 0;
        left: 10px;
        right: inherit;
        z-index: 99999;
        padding: 4px 0;
    }

    #s {
        padding: 6px 38px 6px 10px;
        font-size: 13px;
        background-color: #fff;
        color: #0c4da2;
    }

    #k {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }

    .site-logo .hotline {
        position: initial;
        width: 100%;
        text-align: center;
    }

    .site-logo .hotline p {
        padding: 5px 10px;
        display: inline-block;
    }

    .f-logo {
        text-align: center;
    }

    .site-search {
        width: 60%;
    }

    .meta-bar {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

    .top-header {
        background-size: auto 100%;
    }
}

@media screen and (max-width: 768px) {
    .block-pt50 {
        padding-top: 20px;
    }

    .block-t40 {
        margin-top: 10px;
    }

    .ptb-20 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .footer-item li {
        /*text-align: center;*/
    }

    .dfg-box .read-more {
        position: relative;
        top: inherit;
        right: inherit;
    }
}

@media screen and (max-width: 600px) {

    .o-frame, .o-frame iframe {
        max-height: 250px;
    }
}

@media screen and (max-width: 480px) {
    /*.site-logo img {
        margin-right: 0;
        max-height: 100px;
    }*/
    .top-header {
        background-position: 0 0;
    }

    .slick-next, .slick-prev {
        width: 25px;
        height: 25px;
    }

    .slick-next:before,
    .slick-prev:before {
        font-size: 25px;
    }

    .slick-prev {
        left: 5px;
    }

    .slick-next {
        right: 5px;
    }
}

@media screen and (max-width: 479px) {
    html,
    body {
        font-size: 13px;
    }

    div.ii-product .image {
        height: 105px;
    }

    .row.row-xxs-m5 {
        margin-left: -5px;
        margin-right: -5px;
    }

    .row.row-xxs-m5 > [class*="col-xxs-"],
    .row.row-xxs-m5 .slick-slide {
        padding-left: 5px;
        padding-right: 5px;
    }

    .site-hotline {
        /*position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
        margin: 0;
        border-radius: 0 9px 0 0;
        background-color: #b2813e;*/
        display: none;
    }

    .footer-item {
        text-align: center;
    }

    .o-frame, .o-frame iframe {
        max-height: 200px;
    }

    .art-skl {
        font-size: 22px;
    }

    div.ii-services .title {
        max-width: 100%;
    }

    .viver-slider-item .image {
        height: 180px;
    }
    div.ii-services .title{
        font-size: 13px;
        padding: 5px 0;
    }
    div.ii-about .title {
        text-align: left;
        padding: 5px 5px;
        min-height: 24px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 14px;
    }
    div.ii-product.hidden-xxs{
        display: none !important;
    }
}

@media screen and (max-width: 420px) {
    .block-title .knav {
        top: 46px;
    }

    .block-title.sl {
        margin-bottom: 25px;
    }
}


@-webkit-keyframes zt-ouo {
    0% {
        -ms-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        -ms-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        -ms-transform: rotate(0) scale(1) skew(1deg);
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes zt-ouo {
    0% {
        -ms-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        -ms-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        -ms-transform: rotate(0) scale(1) skew(1deg);
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes zt-uou {
    0% {
        -ms-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -ms-transform: rotate(0) scale(1) skew(1deg);
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -ms-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes zt-uou {
    0% {
        -ms-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -ms-transform: rotate(0) scale(1) skew(1deg);
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -ms-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes zt-ouou {
    0% {
        -ms-transform: rotate(0) scale(1) skew(1deg);
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -ms-transform: rotate(-25deg) scale(1) skew(1deg);
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -ms-transform: rotate(25deg) scale(1) skew(1deg);
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -ms-transform: rotate(-25deg) scale(1) skew(1deg);
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -ms-transform: rotate(25deg) scale(1) skew(1deg);
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -ms-transform: rotate(0) scale(1) skew(1deg);
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -ms-transform: rotate(0) scale(1) skew(1deg);
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes zt-ouou {
    0% {
        -ms-transform: rotate(0) scale(1) skew(1deg);
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -ms-transform: rotate(-25deg) scale(1) skew(1deg);
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -ms-transform: rotate(25deg) scale(1) skew(1deg);
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -ms-transform: rotate(-25deg) scale(1) skew(1deg);
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -ms-transform: rotate(25deg) scale(1) skew(1deg);
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -ms-transform: rotate(0) scale(1) skew(1deg);
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -ms-transform: rotate(0) scale(1) skew(1deg);
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}