@charset "UTF-8";
@import url("../fonts/roboto/Roboto.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=vietnamese');
.box-search>.form-inline>.form-group,
.box-search>.form-inline>.form-group>.input-group {
    width: 100%;
    position: relative;
    float: left;
}

.box-search {
    padding: 0;
}

.box-search>.form-inline {
    width: 100%;
    position: relative;
    float: left;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 38px;
    max-width: 600px;
    background: #fff;
}

.box-search>.form-inline>.form-group>.input-group>.form-control {
    width: 100%;
    height: 35px;
    border: none;
    box-shadow: none;
    border-radius: 5px;
}

.box-search>.form-inline>.form-group>.input-group>.input-group-addon {
    border-radius: 5px 0 0 5px;
    height: 43px;
    line-height: 43px;
    z-index: 100;
}

.box-search>.form-inline>.form-group>.btn-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 36px;
    border-radius: 0;
    z-index: 10;
    background: none;
}

.price-well {
    color: #e74c3c;
    font-size: 16px;
    margin-bottom: 0;
    white-space: nowrap;
}

.box-product-style2 {
    position: relative;
}

.box-product-style2 h3 {
    font-size: 16px;
    color: #383838;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    top: 10px;
}

.box-product-style2 h3:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -2px;
    opacity: 0;
    opacity: 1;
    top: 28px;
}

.box-product-style2 .tab-product {
    margin-bottom: 30px;
    position: relative;
    margin-right: -3px;
}

.box-product-style2 .tab-product .pull-left {
    height: 39px;
}

.box-product-style2 .tab-product .pull-right .hidden-pc {
    position: absolute;
    right: 0;
    top: 0;
}

.box-product-style2 .nav_title>li.active>a {
    color: #0088cc;
}

.box-product-style2 .nav_title>li>a:hover {
    color: #e01222;
}

.box-product-style2>.tabs-block>.nav_title>li {
    padding: 0 30px 0 0 !important;
}

.box-product-style2>div>.nav_title>.active>.tab-item {
    position: relative;
    width: 100%;
    float: left;
}

.box-product-style2>div>.nav_title>.active>a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: -1px;
    background: #f00;
    z-index: 100;
}

.nav-tab-right {
    overflow: auto;
    white-space: nowrap;
}

.nav-tab-right::-webkit-scrollbar {
    display: none;
}

.nav-tab-right li {
    display: inline-block;
    padding: 0 2px;
}

.box-product-style2 .dropdown-menu>li {
    padding: 0 !important;
    width: 100% !important;
}

.box-product-style2 .dropdown-menu>li>a {
    width: 100%;
    padding: 10px 15px !important;
}

.box-product-style2 .dropdown-menu>li>a:hover {
    color: #fff;
}

.box-product-style2 .dropdown-menu>li.active>a {
    color: #fff;
}

.category-item {
    display: block;
}

.category-item i {
    font-size: 51px;
    vertical-align: text-bottom;
    display: block;
    text-align: center;
    color: #aaa;
    height: 55px;
}

.category-item span {
    display: block;
    font-size: 14px;
    background: #e1e1e1;
    color: #666666;
    padding: 8px 25px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.active .category-item i {
    font-size: 51px;
    vertical-align: text-bottom;
    display: block;
    text-align: center;
    color: #333;
}

.active .category-item span, .category-item:hover span {
    color: #fff;
    display: block;
    background: #0088cc;
}

.color-default {
    color: #333;
}

.price-before {
    color: #333;
    text-decoration: line-through;
    opacity: 0.5;
    margin-bottom: 0;
    font-size: 14px;
    white-space: nowrap;
}

.link-color-main {
    background-color: #0088cc;
}

.link-color-main:hover {
    color: #dc121a;
}

.border-top-color-main {
    border-top-color: #b71c1c !important;
}

.shoppingcart-box {
    width: 290px;
    max-height: 400px;
}

.shoppingcart-box .list {
    padding: 0;
    list-style-type: none;
}

.shoppingcart-box .item {
    padding: 12px 0;
    overflow: hidden;
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}

.shoppingcart-box .item .icon-product-delete {
    right: 20px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 4px;
    font-size: 17px;
    color: #fff;
}

.shoppingcart-box .item .icon-product-edit {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 17px;
    color: #fff;
}

.shoppingcart-box .price {
    display: block;
    padding-top: 8px;
    font-size: 1em;
}

.shoppingcart-box a {
    font-size: 15px;
    white-space: inherit !important;
}

.shoppingcart-box .preview {
    width: 65px;
    display: block;
    float: left;
}

.shoppingcart-box .description {
    margin-left: 80px;
    font-size: 13px;
    padding-right: 20px;
    position: relative;
}

.shoppingcart-box .total {
    text-align: right;
    padding: 6px 0 12px;
}

.shoppingcart-box .btn-mega {
    float: right;
}

.shoppingcart-box .view-link {
    width: 100%;
    float: left;
    position: relative;
    padding: 15px;
}

.shoppingcart-box .item-cart .pull-left strong {
    padding-top: 2px;
    display: inline-block;
}

.shoppingcart-box>.scrollbar {
    padding: 0 10px;
}

.icon {
    display: inline-block;
    position: relative;
}

.icon-prev {
    width: 18px;
    height: 32px;
    background-position: 0 0;
}

.icon-next {
    width: 18px;
    height: 32px;
    background-position: -40px 0;
}

.top-header {
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
}

.menu-top ul {
    margin-bottom: 0;
    float: right;
}

.menu-top li {
    float: left;
    list-style: none;
    position: relative;
    padding: 4px 0;
}

.menu-top li a {
    font-size: 14px;
    display: block;
    color: #222;
    padding: 0 15px;
    font-weight: 500;
    border-right: 1px solid #d8d8d8;
    transition: all 350ms ease;
}

.menu-top li a i {
    top: 3px;
    color: #0088cc;
    font-weight: 600;
    margin-right: 5px;
    font-size: 17px;
    position: relative;
}

.menu-top li a:hover {
    color: #0088cc;
}

.menu-top li:last-child a {
    border-right: none;
}

.item-inline {
    display: inline;
}

.item-dropdown {
    padding: 8px 0;
}

.item-dropdown a {
    color: #222;
    font-size: 12px;
    white-space: nowrap;
    font-size: 13px;
}

.item-dropdown .dropdown-menu.menu-currency a {
    color: #333;
    font-size: 14px;
}

.item-dropdown .icon-flag:before {
    display: none;
}

.img-flag {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.Foatleft {
    float: left;
}

.Foatright {
    float: right;
}

.btn-show {
    color: #333;
    padding: 10px 15px;
}

.btn-toggle {
    padding: 10px;
    color: #333;
}

.logo {
    display: inline-block;
}

.hotline {
    text-align: center;
    display: inline-block;
    background: #fd6500;
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 35px;
    float: right;
}

.hotline a {
    color: #3b3b3b;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .box-search {
        margin-bottom: 0;
        padding: 0 15px;
        text-align: center;
    }
    .box-search>.form-inline {
        float: none;
        margin: 10px auto 0;
    }
}

#header .logo {
    padding: 10px 0;
}

.nav_desktop li {
    float: left;
    list-style: none;
}

.nav_desktop li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 10px 8px 0;
    display: block;
    position: relative;
}

.nav_desktop li.sub-menu-style1 {
    position: relative;
}

.nav_desktop li li:hover>a {
    background: none;
}

.nav_desktop li:first-child a {
    margin-left: -15px;
}

.nav_desktop li:nth-last-child(1) a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 15px;
    background: none;
}

.nav_desktop ul {
    margin-bottom: 0;
}

.nav_desktop ul ul {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.32);
    opacity: 0;
    background: #fff;
    top: 50px;
    left: 0;
    position: absolute;
    z-index: 15;
    min-width: 200px;
    border: 1px solid #ddd;
    border: none;
    pointer-events: none;
    transform: translateY(10px);
    backface-visibility: hidden;
    transition: all 0.3s ease;
}

.nav_desktop ul li.sub-menu-style2 ul {
    width: 100%;
}

.nav_desktop ul li.sub-menu-style2 ul ul {
    box-shadow: none;
}

.nav_desktop ul li.sub-menu-style2 ul li {
    padding: 10px 15px;
    float: left;
}

.nav_desktop ul li.sub-menu-style2 ul li a {
    padding: 15px 0;
    font-weight: bold;
}

.nav_desktop ul li.sub-menu-style2 ul li a:hover {
    background: inherit;
}

.nav_desktop ul li.sub-menu-style2 ul li li {
    float: none;
    padding: 0;
}

.nav_desktop ul li.sub-menu-style2 ul li li a {
    border: none;
    padding: 5px 15px;
    font-weight: normal;
}

.nav_desktop ul li.sub-menu-style2:hover ul li a:hover {
    background: inherit;
}

.nav_desktop ul li:hover ul {
    pointer-events: auto;
    transform: translateY(0px);
    z-index: 99;
}

.nav_desktop ul li:hover ul li a {
    color: #333;
    text-transform: inherit;
}

.nav_desktop ul li:hover>ul {
    opacity: 1;
}

.nav_desktop ul li.sub-menu-style1:hover ul ul {
    border: none;
    pointer-events: none;
    transform: translateX(10px);
    backface-visibility: hidden;
    transition: all 0.3s ease;
    top: 0;
    left: 100%;
}

.nav_desktop ul li.sub-menu-style1:hover ul li:hover ul {
    pointer-events: auto;
    transform: translateX(0px);
}

.nav_desktop ul li.sub-menu-style1:hover ul li:hover>ul {
    opacity: 1;
}

.nav_desktop ul li.sub-menu-style1 ul li a {
    border-bottom: none;
    padding: 10px 0px;
}

.nav_desktop ul li ul li {
    float: none;
    position: relative;
}

.nav_desktop ul li ul li a:after {
    display: none;
}

.nav_desktop ul li:first-child a {
    margin-left: 20px;
}

.nav_desktop ul li.active ul li a {
    color: #333;
    text-transform: inherit;
}

.menu-vetical {
    padding: 10px 20px;
    background: #e01222;
    border: 0;
    position: relative;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    top: -1px;
}

.menu-vetical .nav_desktop {
    min-width: 240px;
    border-radius: 0;
    margin: 0;
    width: 100%;
    transition: all 350ms ease;
}

.menu-vetical .nav_desktop li {
    float: none;
}

.menu-vetical .nav_desktop li:hover>a {
    color: #e01222;
}

.menu-vetical .nav_desktop li:hover>.sub-menu-vetical {
    display: block;
}

.menu-vetical .nav_desktop li a {
    color: #333;
    border-bottom: 1px solid #ddd;
    text-transform: none;
    position: relative;
}

.menu-vetical .nav_desktop li a:after {
    display: none;
}

.menu-vetical .nav_desktop li a:before {
    content: '';
    width: 1px;
    background: #fff;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    display: none;
}

.menu-vetical .nav_desktop li a .arow-right-sub-menu {
    display: block;
}

.menu-vetical .nav_desktop ul ul {
    transform: translateX(10px);
    transition: all 0.3s ease;
    top: 0;
    left: 100%;
    z-index: 99999;
}

.menu-vetical .main_menu_mega {
    width: calc(300% + 50px);
    margin: 0 -15px 0 0px;
    padding: 20px;
    max-width: 877px;
}

.menu-vetical .main_menu_mega>li {
    float: left;
}

.menu-vetical .main_menu_mega>li>ul a {
    border: none !important;
}

.menu-vetical .main_menu_mega>li>ul a:before {
    font-family: fontawesome;
    content: "\f105";
    position: absolute;
    left: 0;
    top: 10px;
    color: #666;
    display: block;
}

.menu-vetical .main_menu_mega>li>a {
    border: none !important;
    font-size: 14px;
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.menu-vetical .main_menu_mega>li>a:before {
    content: "";
    height: 0px;
    left: 10px;
    width: 20px;
    background: #e01222;
    display: block;
    bottom: 0;
    top: auto;
    position: absolute;
}

.menu-vetical .main_menu_mega ul {
    display: block;
    position: relative !important;
    left: 0 !important;
    opacity: 1 !important;
    border: none !important;
    box-shadow: none !important;
    transform: none !important;
}

.menu-vetical .nav_desktop ul.first-ul {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.27);
}

.menu-vetical .nav_desktop ul li:hover ul {
    transform: translateX(0px);
}

.menu-vetical .nav_desktop ul li:hover>ul {
    opacity: 1;
}

.menu-vetical .nav_desktop>ul>li:nth-child(2n) {
}

.menu-vetical .nav_desktop .list-sub-menu a {
    border-bottom: none;
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 12px;
    color: #1e1e1e;
}

.menu-vetical .nav_desktop .list-sub-menu a:hover {
    color: #0088cc;
}

.menu-vetical .dropdown-toggle {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 17px;
    line-height: 29px;
}

.menu-vetical .dropdown-toggle i {
    margin-right: 15px;
    font-size: 130%;
    color: #fff;
    vertical-align: text-bottom;
}

.compare-product {
    margin: 0;
    padding: 0;
}

.compare-product .dropdown-toggle {
    color: #222;
    font-size: 24px;
    position: relative;
    line-height: 49px;
    display: block;
    width: 49px;
    text-align: center;
    font-weight: 700;
    transition: all 350ms ease;
}

.mini-cart-order {
    margin: 0;
    padding: 0;
    position: relative;
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
}

.mini-cart-order .dropdown-toggle {
    color: #4b4b4b;
    font-size: 14px;
    position: relative;
    line-height: 48px;
    display: block;
    width: initial;
    text-align: center;
    transition: all 350ms ease;
    text-transform:  uppercase;
}

.account-user {
    margin: 0;
    padding: 0;
    width: 35%;
    float:left;
    text-align: center;
}

.account-user .dropdown-toggle {
    color: #999;
    font-size: 28px;
    position: relative;
    line-height: 39px;
    display: block;
    width: 49px;
    text-align: center;
    font-weight: 700;
    transition: all 350ms ease;
    margin: auto;
}

.nav-right .dropdown-menu {
    right: 0;
    left: inherit;
    border-radius: 0;
}

.nav-right .demo-icon {
    margin: 0;
}

.nav-right .demo-icon:before {
    margin: 0;
}

.nav-right .item-dropdown {
    margin: 0;
    padding: 0;
}

.btn-menu-main {
    float: left;
    font-size: 24px;
    color: #fff;
    line-height: 50px;
    width: 50px;
    text-align: center;
}

.menu-mobile {
    width: 90%;
    max-width: 400px;
    position: fixed;
    height: 100%;
    top: 0;
    left: -100%;
    overflow: auto;
    background: #fff;
    border-right: 1px solid #ddd;
    z-index: 10000;
    transition: 0.4s all ease;
}

.menu-mobile.open {
    left: 0;
}

.btn-close {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    color: #fff;
}

.back-drop {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.back-drop.open {
    display: block;
}

#Slider {
    overflow-x: hidden;
}

#Slider .owl-carousel {
    position: relative;
}

#Slider .owl-theme .owl-controls .owl-buttons div {
    width: auto;
}

#Slider .owl-theme .owl-controls .owl-buttons div:before {
    font-size: 50px;
}

#Slider .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: '\eaa5';
}

#Slider .owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: '\eaa6';
}

.banner-img {
    margin-bottom: 30px;
}

.banner-img img {
    width: 100%;
    border: 1px solid #ddd;
}

.item-banner {
    margin-bottom: 15px;
    display: block;
}

.footer-top {
    background: url('/uploads/plugin/custom_img/2018-08-07/custom-bg-newsletter-index.jpg');
    padding: 50px 0;
    margin-top: 70px;
}

.footer-mid {
    background: #f5f5f5;
}

.about-desc {
    margin: 20px 0;
    color: #616161;
}

.address-ft p {
    color: #979797;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: Roboto;
}

.address-ft i {
    font-size: 20px;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.address-ft .demo-icon {
    margin-right: 10px;
}

.menu-footer-vertical {
    width: 100%;
    float: left;
    position: relative;
    padding: 30px 0 0px 0;
    display: inline-block;
}

.menu-footer-vertical a {
    color: #979797;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    transition: all 350ms ease;
}

.menu-footer-vertical a:before {
    transition: all 500ms ease;
    font-family: FontAwesome;
    visibility: visible;
    content: "\f101";
    display: inline-block;
    opacity: 1;
    padding-left: 0;
    margin-right: 5px;
    font-size: 12px;
}

.menu-footer-vertical a:hover {
    color: #0088cc;
}

.menu-footer-vertical>.title-fan-page {
    display: inline-block;
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #424242;
}

.menu-footer-vertical>.list-fan-page {
    list-style: none;
    float: left;
    margin: 0;
}

.menu-footer-vertical>.list-fan-page>li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.menu-footer-vertical>.list-fan-page>li:nth-last-child(1) {
    margin-right: 0;
}

.menu-footer-vertical>.list-fan-page>li>a {
    color: #fff;
}

.menu-footer-vertical>.list-fan-page>li>a>.fa {
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    margin: 0;
    border-radius: 0;
    opacity: 0.8;
    transition: all 350ms ease;
}

.menu-footer-vertical>.list-fan-page>li>a>.fa.fa-facebook {
    background-color: #3b5998;
}

.menu-footer-vertical>.list-fan-page>li>a>.fa.fa-twitter {
    background-color: #1da1f2;
}

.menu-footer-vertical>.list-fan-page>li>a>.fa.fa-pinterest-p {
    background-color: #dc121a;
}

.menu-footer-vertical>.list-fan-page>li>a>.fa.fa-google-plus {
    background-color: #db4437;
}

.menu-footer-vertical>.list-fan-page>li>a:hover>.fa {
    opacity: 1;
}

.menu-footer-vertical .list-menu-fy a:hover:before {
    visibility: visible;
    opacity: 1;
    color: #0088cc;
}

.logo-footer {
    margin-bottom: 30px;
}

.title-menu-ft {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    text-transform:  uppercase;
}

.top-footer {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.center-footer {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.title-box-center-ft {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-right: 20px;
    line-height: 40px;
    top: 5px;
    position: relative;
}

.newsletter .btn-default {
    border: none;
    box-shadow: none;
    background: #ddd;
    font-size: 24px;
    height: 40px;
    margin-left: -3px;
    border-radius: 0;
}

.newsletter .form-inline .form-control {
    border: none;
    border-radius: 0;
    background-color: #ddd;
    box-shadow: none;
    height: 40px;
}

.icon-social {
    display: inline-block;
}

.icon-social a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background: #ddd;
    display: inline-block;
    border-radius: 100px;
    margin-left: 15px;
}

.icon-social a i:before {
    margin: 0;
}

.item-social.fb {
    background-color: #3b5998;
}

.item-social.tw {
    background-color: #1da1f2;
}

.item-social.gg {
    background-color: #db4437;
}

.item-social.pi {
    background-color: #dc121a;
}

.item-social.in {
    background-color: #006fa6;
}

.box-align-right {
    display: table;
    float: right;
}

.box-align-center {
    margin: auto;
    display: table;
    margin: 0 auto;
}

.tag-key-ft {
    padding: 30px 0;
    border-top: 1px solid #ddd;
}

.tag-key-ft p {
    margin-bottom: 5px;
}

.tag-key-ft a {
    color: #424242;
}

.tag-key-ft a:hover {
    color: #0088cc;
}

.tag-key-ft strong {
    font-weight: bold;
    text-transform: uppercase;
    color: #424242;
    margin-right: 10px;
}

.footer-bottom {
    background: #101010;
    padding: 15px 0;
}

.coppyright {
    font-size: 13px;
    color: #fff;
    margin: 0;
    font-weight: 300;
    border-right: none;
    padding: 0;
    line-height: 30px;
    transition: all 300ms ease;
}

.payment-support {
    text-align: right;
}

.payment-support img {
    margin-top: 15px;
}

.nav_title {
    margin-bottom: 30px;
}

.nav_title>li {
    list-style: none;
    float: left;
    padding: 0 30px;
}

.nav_title>li:first-child {
    padding-left: 0;
}

.nav_title>li.active>a:before {
    opacity: 1;
}

.nav_title>li>.dropdown-menu {
    border-radius: 0 !important;
}

.nav_title li a {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    padding: 8px 0;
    position: relative;
}

.nav_title li a:before {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    opacity: 0;
}

.nav_title li a.btn-toggle-cont-box-left {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    display: inline;
}

.nav_title li a.btn-toggle-cont-box-left.open .icon-minus-3:before {
    content: '\edfa';
}

.nav_title li a:hover:before {
    opacity: 1;
    transition: 0.4s all ease;
}

.nav_title li .tab-item-2 {
    font-size: 16px;
    color: #383838;
    font-weight: bold !important;
    text-transform: uppercase !important;
    display: block;
    padding: 8px 0 !important;
    position: relative;
}

.box-product {
    position: relative;
}

.box-product .owl-carousel {
    position: inherit;
}

.box-product>.nav_title>li {
    padding: 0 30px 0 0 !important;
}

.box-product>.nav_title>.active>.tab-item {
    position: relative;
    width: 100%;
    float: left;
}

.slider-product-available .owl-buttons div {
    width: 30px;
    top: 50%;
    margin-top: -15px;
}

.slider-product-available .owl-buttons div:before {
    font-size: 30px;
}

.slider-product-available .owl-buttons div.owl-prev:before {
    content: '\eaa5';
}

.slider-product-available .owl-buttons div.owl-next:before {
    content: '\eaa6';
}

.slider-product-available.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -30px;
}

.slider-product-available.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -20px;
}

.title-product {
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-height: 40px;
    line-height: 20px;
}

.title-product a {
    font-size: 14px;
    color: #222;
    display: inline-block;
    font-weight: 300;
}

.item-product {
    position: relative;
    margin-bottom: 30px;
}

.item-product.style-view-1 {
    padding: 20px;
}

.item-product.style-view-1 .box-rate {
    margin-bottom: 20px;
}

.item-product.style-view-2 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}

.hot-products .item-product.style-view-2 {
    border: 1px solid #ddd;
}

.item-product .info {
    padding: 20px;
    min-height: 80px;
}

.item-product.style-view-3 {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 0;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.content-tab-product {
    margin: 0 -15px;
}

.content-tab-product .item {
    margin-right: -4px !important;
}

.border {
    border: 1px solid #ddd;
}

.style-view-small .title-product {
    margin: 0;
    color: #444;
    /* white-space:  nowrap; */
}

.style-view-small .title-product a {
    font-weight: 400;
    font-size: 14px;
}

.style-view-small .info {
    padding: 0;
    margin: 0;
}

.style-view-small .box-rate {
    margin-bottom: 20px;
}

.style-view-small.item-product .img {
    position: relative;
    padding-top: 100%;
}

.number-rate {
    font-size: 12px;
    color: #999;
}

.status-product {
    font-size: 13px;
    color: #fefefe;
    display: block;
    height: 45px;
    background: url(/uploads/plugin/custom_img/2018-08-09/custom-product-label-new.png);
    position: absolute;
    text-align: center;
    line-height: 45px;
    z-index: 9;
    top: 15px;
    right: 15px;
    background-size: 100%;
    background-repeat:  no-repeat;
}

.bg-red {
    background-color: #0088cc;
}

.list-item .box-rate {
    margin-bottom: 10px;
}

.list-item.view-list .img {
    width: 30.33333%;
    float: left;
    padding-top: 25.1%;
}

.list-item.view-list .title-product {
    margin-top: 0;
    max-height: 50px;
}

.list-item.view-list .title-product a {
    font-size: 20px;
    line-height: 24px;
}

.list-item.view-list .show-list {
    display: block;
    width: 100%;
    float: left;
    position: relative;
}

.list-item.view-list .item-product .info {
    margin-left: 33.33333%;
    text-align: left;
    padding-left: 30px;
}

.list-item:not(.view-list)>.item-product.style-view-2>.img {
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.view-list>.item-product>.img {
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
}

.view-list .item-product .info {
    margin-top: 0 !important;
}

.view-list .item-blogs .img-blogs {
    width: 25.33333%;
    padding-top: 15.22222%;
    float: left;
    margin: 0;
}

.item-product-note {
    width: 100%;
    float: left;
    position: relative;
    display: block;
    padding: 20px 0;
    border: 1px solid #ddd;
    text-align: left !important;
}

.item-product-note>.img {
    width: 45%;
    padding: 10px;
    float: left;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-product-note>.info {
    width: 55%;
    padding: 0 10px;
    float: left;
    display: block;
    position: relative;
    margin-top: 0 !important;
    min-height: 161px;
}

.item-product-note>.info>.desc-product-thumb {
    width: 100%;
    height: 63px;
    float: left;
    position: relative;
    margin-bottom: 0 !important;
}

.item-product-note>.info>.desc-product-thumb>p {
    display: none;
    position: relative;
    padding-left: 21px;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
}

.item-product-note>.info>.desc-product-thumb>p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ddd;
}

.item-product-note>.info>.desc-product-thumb>p:nth-child(1) {
    display: block !important;
}

.item-product-note>.info>.desc-product-thumb>p:nth-child(2) {
    display: block !important;
}

.item-product-note>.info>.desc-product-thumb>p:nth-child(3) {
    display: block !important;
}

.item-product-note .price-inline p {
    display: block !important;
}

@media (max-width: 1200px) {
    .menu-vetical .main_menu_mega {
        max-width: calc(100vw - 285px);
    }
}

@media (min-width: 1200px) {
    .about-more {
        box-align: center;
    }
    .about-more:before {
        content: '';
        position: absolute;
        right: 15px;
        top: -10%;
        width: 40%;
        height: 120%;
        z-index: -10;
    }
    .ab-1-right {
        padding: 0 20px;
    }
    .ab-1-right>h1 {
        margin-top: 0;
    }
    .item-product-note>.img {
        height: 150px;
        line-height: 150px;
    }
    .newsletter .form-inline .form-control {
        width: 220px;
    }
    .detail-box-sp .item:nth-child(4) .item-product.style-view-3 {
        border-bottom: none;
    }
    .detail-box-sp .item:nth-child(5) .item-product.style-view-3 {
        border-bottom: none;
    }
    .detail-box-sp .item:nth-child(6) .item-product.style-view-3 {
        border-bottom: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ab-1-right {
        padding-right: 20px !important;
        padding-left: 20px;
    }
    .ab-1-right>h1 {
        margin-top: 0;
    }
    .item-product-note>.img {
        text-align: center;
        vertical-align: middle;
        height: 120px !important;
        line-height: 120px !important;
    }
    .about-more:before {
        content: '';
        position: absolute;
        right: 15px;
        top: -20%;
        width: 55%;
        height: 140%;
        z-index: -10;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav-tabs-bank .nav-tabs>li>a>span {
        display: block;
        border: 0;
        border-radius: 0;
        color: #555;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        height: 60px;
        line-height: 20px;
    }
    .nav-tabs-bank>.nav-tabs>li>a>img {
        width: 50px;
        height: 38px;
    }
    .item-product-note>.img {
        text-align: center;
        vertical-align: middle;
        height: 90px !important;
    }
    .item-product-note>.img>a {
        line-height: 90px;
    }
    .box-search>.form-inline {
        max-width: inherit;
        width: 100%;
    }
}

.action-product {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 45%;
    padding: 0;
    text-align: center;
}

.action-product a {
    font-size: 16px;
    margin: 0 5px;
    color: #fff;
    transition: all 350ms ease;
    width:  initial;
    padding: 0;
}

.action-product a:hover {
    opacity: 1;
}

.hover-action-product .action-product {
    left: 0;
    opacity: 0;
    transition: all 350ms ease;
    background: none;
    display: inline-block;
}

@media (hover: none) {
    .hover-action-product .action-product {
        display: none;
    }
}

.hover-action-product:hover .action-product {
    opacity: 1;
    transform: scale(1);
}

.box-highlight {
    min-height: 125px;
}

.item-highlight {
    color: #fff;
    padding: 10px 15px 10px 70px;
    position: relative;
}

.item-highlight .title-highlight {
    font-size: 18px;
    text-transform: uppercase;
}

.item-highlight i {
    font-size: 48px;
    position: absolute;
    left: 0;
    top: 20px;
}

.item-highlight.box-align-center {
    display: table;
    margin: 15px auto;
}

.item-highlight p.desc-hl {
    margin-bottom: 0;
}

.max-width-300 {
    max-width: 300px;
}

.item-brand {
    display: block;
    margin-bottom: 15px;
    padding: 10px 20px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    overflow: hidden;
}

.item-brand img {
    width: 100%;
}

.content-brand {
    margin: 0 -8px;
}

.content-brand .item {
    padding: 0 8px;
}

.content-brand .slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: 30px;
}

.content-brand .slider-product.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 10px;
}

.item-customer {
    padding: 20px;
}

.item-customer img {
    border-radius: 100%;
    margin-bottom: 15px;
}

.item-customer p.desc {
    font-size: 12px;
    color: #383838;
    max-width: 465px;
}

.item-customer p.name {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.couwn-down {
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}

.couwn-down a {
    display: block;
}

.couwn-down .couwn-down-name {
    position: absolute;
    top: 10%;
    left: 0;
    text-align: center;
    width: 100%;
    color: #fff;
}

.couwn-down img.couwn-down-img1 {
    max-width: 100%;
    min-width: 300px;
    min-width: inherit;
}

.couwn-down img.couwn-down-img2 {
    width: 190px;
    display: inline-block;
    position: absolute;
    bottom: -100px;
    left: 50%;
    margin-left: -95px;
}

.couwn-down .price p {
    color: #fff;
}

.text-time1 {
    line-height: 6px;
    font-style: italic;
}

.text-time2 {
    font-size: 28px;
    font-weight: bold;
}

.color-white {
    color: #fff;
    color: #fff;
}

.ratiing-time {
    position: absolute;
    top: 33%;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: 240px;
}

.timer {
    text-align: left;
    margin: 20px auto 0;
    padding: 0 0 10px;
}

.timer .table-cell {
    display: inline-block;
    margin: 0 5px;
    min-width: 50px;
    text-align: center;
}

.timer .table-cell:first-child {
    margin-left: 0;
}

.timer .table-cell .tab-val {
    font-size: 14px;
    color: #fff;
    background: #000;
    font-weight: bold;
    border-radius: 500px;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin: 0 0 5px;
}

.timer .table-cell .tab-unit {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
    text-transform: uppercase;
}

.box-product-view-3 {
    margin-bottom: 60px;
    margin-top: 60px;
    border: 1px solid #ddd;
    border-top-width: 3px;
}

.nav-left-product {
    padding: 0;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-top: none;
    border-left: none;
    border-bottom: none;
}

.title-nav-left-p {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 21px 15px 22px;
    margin: 0;
    border-bottom: 1px solid #b71c1c;
}

.title-nav-left-p a {
    color: #fff;
    margin: 0;
}

.tab-nav-left {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}

.tab-nav-left li {
    list-style: none;
    width: 50%;
    float: left;
}

.tab-nav-left li:first-child {
    border-right: 1px solid #ddd;
}

.tab-nav-left li a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 15px;
    display: block;
    color: #555;
}

.tab-nav-left li.active a {
    color: #0088cc;
}

.tab-nav-left.tab-brand-box-sp {
    border-bottom: none;
}

.tab-nav-left.tab-brand-box-sp li:first-child {
    border: none;
}

.item-tab-nav-left {
    font-size: 14px;
    color: #383838;
    border-bottom: 1px dotted #ddd;
    display: block;
    padding: 12px 0;
    margin: 0 15px;
}

.item-tab-nav-left:hover {
    color: #0088cc;
}

.content-box-product-view-3 {
    padding: 0;
}

.banner-left {
    padding: 0;
}

.detail-box-sp {
    padding: 0;
}

.noPadding {
    padding: 0;
}

.fr {
    float: right;
}

.show-mobile {
    display: none;
}

.top-list-product-subpage {
    min-height: 30px;
    padding-bottom: 12px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.title-sub-category {
    font-size: 16px;
    text-transform: uppercase;
    color: #424242;
    margin-top: 13px;
    padding-left: 15px;
    font-weight: bold;
}

.advanced-product .title-sub-category {
    padding: 0;
}

.title-sub-category span.number {
    color: #888;
    text-transform: none;
    margin-top: 0;
    font-weight: normal;
    font-size: 14px;
}

.subpage {
    margin-bottom: 50px;
}

.sort-by-product {
    padding: 0;
}

.sort-by-product .item-dropdown a {
    font-size: 14px;
    color: #444;
}

.box-left {
    margin-bottom: 30px;
    position: relative;
}

.box-left .nav_title {
    position: relative;
}

.box-left .title_style i {
    margin-right: 8px;
    font-weight: normal;
}

.box-left .nav li.active .sub-menu a {
    color: #333;
}

.box-left .nav li.active .sub-menu a.active {
    color: #0088cc;
}

.box-left .nav li.active .sub-menu a:hover {
    color: #0088cc;
}

.box-left .slider-product.owl-theme .owl-controls .owl-buttons div {
    top: -55px;
}

@media (max-width: 767px) {
    .mini-cart-order .dropdown-toggle {
        width: 40px;
    }
    .item-banner-category {
        width: 50%;
    }
    .item-category {
        margin-bottom: 60px;
    }
    .item-category img {
        width: 100%;
    }
    .box-slide-images-detail {
        margin-bottom: 30px;
    }
    .box-cart-left {
        margin: 15px 0 !important;
    }
    .nav-tabs-bank .nav-tabs>li>a>span {
        display: none;
    }
    .nav-tabs-bank>.nav-tabs>li>a>img {
        width: 30px;
        height: 20px;
    }
    .action-product {
        display: none !important;
    }
    .view-list {
        width: 100%;
    }
    .bs-docs-sidenav {
        margin-bottom: 30px;
    }
    #search-type {
        display: none;
    }
    .item-list-c-a {
        margin-bottom: 30px;
    }
    .item-list-c-a .icon-item {
        margin-top: 0;
    }
    .img-news-right {
        margin-bottom: 20px;
    }
    .hide-767 {
        display: none;
    }
    .input-value-price-filter .form-group {
        display: inline-block;
    }
    .input-value-price-filter .form-control {
        display: inline-block;
    }
    .show-mobile {
        display: block;
    }
    .menu-top {
        position: absolute;
        top: 36px;
        min-width: 160px;
        padding: 0 10px;
        border: 1px solid #ccc;
        z-index: 99;
        background: #fff;
    }
    .menu-top li {
        float: none;
        width: 100%;
    }
    .menu-top li a {
        border: none;
        border-bottom: 1px solid #ddd;
    }
    .menu-top li:last-child a {
        border-bottom: none;
    }
    .hidden-mobile {
        display: none;
    }
    .box-ft {
        margin-bottom: 15px;
        padding: 0;
    }
    .newsletter .btn-default {
        top: -15px;
        position: relative;
    }
    .newsletter .form-inline .form-control {
        width: calc(100% - 60px);
        float: left;
    }
    .payment-support {
        text-align: left;
    }
    .box-align-center {
        margin-right: 0 !important;
        margin-left: 0 !important;
        display: block;
    }
    .max-width-300 {
        max-width: none;
    }
    .admanager-order {
        margin-top: 30px;
    }
    .admanager-order .box-search-top {
        padding: 0 15px;
    }
    .admanager-order .input-group.date {
        width: 100%;
    }
    .top-banner-subpage {
        min-height: 150px;
    }
    .box-search {
        margin: 5px 0;
        padding: 0 15px;
    }
    .box-search .form-inline .input-group {
        width: calc(100% - 55px);
        float: left;
    }
    .price {
        color: #f00;
        min-height: 42px;
    }
    #header .hotline {
        margin: 0 15px;
    }
    #header .box-right {
        margin-right: 15px;
    }
    .btn-toggle {
        padding-left: 15px;
    }
    .tab-product {
        margin-bottom: 15px;
        min-height: 40px;
    }
    .box-product-style2 h3 {
        font-size: 13px;
    }
    .box-product-style2 .nav_title li a {
        font-size: 14px;
    }
    .box-product-style2 .tab-product .pull-right .nav_title.collapse.in {
        display: block;
    }
    .box-product-style2 .owl-theme .owl-controls {
        display: none !important;
    }
    .item-download {
        padding: 15px 0;
    }
    .item-download:before {
        display: none;
    }
    .item-download:after {
        display: none;
    }
    .item-download .media-left {
        float: none;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .item-download .media-object {
        display: inline-block;
    }
    .file-download {
        float: left;
        margin: 0 0 0 15px;
    }
    .btn-download {
        float: right;
        margin: 0 15px 0 0;
    }
    .box-forget {
        padding: 30px 0;
    }
    .nav-page {
        text-align: center;
    }
    .Compe-product {
        overflow-x: auto;
    }
    .Compe-product .table>tbody>tr>td {
        min-width: 150px;
    }
    .hidden-pc {
        display: block;
    }
    .img_intro1 {
        margin-bottom: 20px;
        position: inherit;
    }
    .box_bor_style1 {
        padding: 20px;
        position: inherit;
        left: 0;
        width: auto;
    }
    .welcome {
        padding: 10px 0;
    }
    .box-step {
        width: 80%;
        margin: 0 auto;
    }
    .top-list-product-subpage>.row>div:nth-child(2)>.clearfix {
        margin-top: 20px;
        float: left;
    }
    .btn-muahang>input {
        margin-bottom: 15px;
    }
    .box-step3>.table-cart-product>tbody>tr>td:nth-child(3) {
        width: 100px !important;
    }
    .form-m-o>.form-group>.btn {
        margin-top: 20px;
    }
    .box-right .dropdown-menu {
        left: inherit;
        right: 0;
    }
    .list-bank li {
        width: 33.33333%;
    }
    .cart-left .form-group .row .col-sm-6 {
        margin-bottom: 15px;
    }
    .box-ad [class^="col-sm-"] {
        margin-bottom: 15px;
    }
    #simple_timer2.timer {
        text-align: right;
    }
    .btn-social .btn {
        padding-left: 45px;
    }
    .pagination>li>a {
        margin: 0 2px;
        padding: 0;
        min-width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .pagination>li>span {
        margin: 0 2px;
        padding: 0;
        min-width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .nav-tabs-01 .input-group {
        display: inline-block;
        margin-bottom: 15px;
        width: 100%;
    }
    .box_dates .col-sm-4 {
        padding-right: 0;
        float: left;
        width: 33.3333%;
    }
    .box_dates .col-sm-4.item_year {
        padding-right: 15px;
    }
    .title_style1 h2 {
        font-size: 30px !important;
    }
    #Slider .owl-theme .owl-controls .owl-buttons div {
        width: 30px;
        top: 25%;
    }
}
.box_content ul {
    margin-left: 15px;
}
.trademark-filter {
    padding-bottom: 20px;
}

.trademark-filter .cont {
    max-height: 230px;
}

.trademark-filter .cont ul li {
    list-style: none;
}

.trademark-filter .cont ul li a {
    color: #333;
    padding-left: 20px;
    font-weight: 400;
    font-size: 13px;
}

.trademark-filter .checkbox {
    margin: 6px 0;
}

.search-trademark {
    margin-bottom: 10px;
}

.search-trademark .form-control {
    height: 30px;
    box-shadow: none;
    border-radius: 3px 0 0 3px;
    font-size: 12px;
    font-style: italic;
}

.search-trademark .search-input-submit {
    width: 30px;
    height: 30px;
}

.search-trademark .search-input-submit .btn-default {
    height: 30px;
    border-radius: 0 3px 3px 0;
}

.search-trademark .search-input-content {
    margin-right: 30px;
}

.me-select {
    position: relative;
    margin: 0 auto;
}

.me-select ul {
    list-style: none;
    padding: 0;
    width: 100%;
}

.me-select li {
    margin: 0 auto;
    position: relative;
    user-select: none;
    float: left;
}

.me-select li.selected {
    box-shadow: inset 0 0 0 40px rgba(255, 246, 0, 0.1);
}

.me-select label.icon-check {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 10px 5px 15px 25px;
    vertical-align: top;
    cursor: pointer;
    font-weight: 400;
    color: #333;
    font-size: 14px;
    line-height: 1;
    border-bottom: 1px solid #ddd;
}

.me-select label.icon-check:hover {
    color: #0088cc;
}

.me-select label.icon-check span {
    vertical-align: middle;
    display: inline-block;
}

.me-select label.icon-check span:first-child {
    width: 30%;
    color: rgba(97, 107, 107, 0.7);
}

.me-select label.icon-check span:nth-child(2) {
    width: 60%;
    color: #31d2d4;
}

.me-select label.icon-check span:last-child {
    font-size: 80%;
}

.me-select label.icon-check a {
    width: 60%;
    color: #31d2d4;
}

.me-select label.icon-check::before {
    width: 12px;
    height: 12px;
    top: 50%;
    left: 2px;
    margin-top: -9px;
    position: absolute;
    cursor: pointer;
    content: '';
    border: 1px solid #999;
    border-radius: 8px;
}

.me-select input[type="checkbox"] {
    width: 12px;
    height: 12px;
    top: 50%;
    left: 2px;
    margin-top: -6px;
    position: absolute;
    cursor: pointer;
    border-radius: 2px;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    z-index: 100;
}

.me-select input[type="checkbox"]:checked+label.icon-check::after {
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -9px;
    position: absolute;
    cursor: pointer;
    border-radius: 9px;
    content: '\f051';
    text-align: center;
    line-height: 12px;
    color: #fff;
    font-family: fontello;
    font-weight: bold;
    font-size: 8px;
    background: #0088cc;
    left: 5px;
}

.search-brand {
    background: #f8f8f8;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.search-brand .btn-default {
    width: 50px;
    float: right;
    border: none;
    background: none;
}

.search-brand .form-group {
    margin-right: 50px;
    border: none;
    background: none;
    margin-bottom: 0;
}

.search-brand .form-group .form-control {
    background: none;
    border: none;
    box-shadow: none;
}

.list-color-filter {
    margin: 0 -5px;
}

.item-color {
    width: 20%;
    float: left;
    text-align: center;
}

.item-color span {
    display: inline-block;
    margin: 0 5px;
    border-radius: 3px;
    padding: 2px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    width: 33px;
    height: 33px;
    position: relative;
}

.item-color span.red {
    background: #f70006;
}

.item-color span.blue {
    background: #0b2b72;
}

.item-color span.gray {
    background: #616161;
}

.item-color span.yellow {
    background: #d7ef0f;
}

.item-color span.black {
    background: #000;
}

.item-color span.white {
    background: #fff;
}

.item-color span:before {
    font-family: fonts_vnsitecss;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 10px;
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    content: '\e832';
    margin: -5px 0 0 -5px;
}

.item-color.active span:before {
    display: block;
}

@media (max-width: 414px) {
    .show-list {
        display: none !important;
    }
}

.desc-product-thumb {
    margin-top: 10px;
    margin-bottom: 20px;
}

.desc-product-thumb p {
    font-size: 12px;
    color: #616161;
    position: relative;
    margin-bottom: 5px;
}

.desc-product-thumb>p {
    position: relative;
    padding-left: 21px;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
}

.desc-product-thumb>p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ddd;
}

.btn-main-2 {
    border-radius: 30px;
    padding: 12px 46px;
}

.btn-black-2 {
    background-color: #383838;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.btn-black-2:hover {
    background-color: #0088cc;
}

.show-list {
    display: none;
}

@media (min-width: 768px) {
    .block-nav-left-mobile {
        display: block !important;
    }
    #Slider {
        margin-bottom: 45px;
        text-align: center;
    }
    #Nav-desktop .container {
        position: relative;
    }
    #Nav-desktop .col-lg-10 {
        width: 100%;
    }
    #Nav-desktop .col-lg-2 {
        position: absolute;
        right: 0;
        top: 0;
    }
    .content-box-left {
        display: inline-block;
        width: 100%;
    }
    .hidden-pc {
        display: none;
    }
    .nav_desktop {
        margin-left: -15px;
    }
    .box-step3 {
        margin-bottom: 50px;
    }
    .cart-right {
        padding-left: 10px;
    }
    .box-forget {
        padding: 80px 0;
    }
    .col-sm-20 {
        width: 20%;
        float: left;
        padding-left: 15px;
    }
    .col-sm-20.last .form-group {
        padding-right: 15px;
    }
    .no_pad_right {
        padding-right: 0 !important;
    }
    .form-control.col-sm-11 {
        width: 91.66667%;
        float: none;
    }
    .form-control.col-sm-10 {
        width: 83.33333%;
        float: none;
    }
    .form-control.col-sm-9 {
        width: 75%;
        float: none;
    }
    .form-control.col-sm-8 {
        width: 66.66667%;
        float: none;
    }
    .form-control.col-sm-7 {
        width: 58.33333%;
        float: none;
    }
    .form-control.col-sm-6 {
        width: 50%;
        float: none;
    }
    .form-control.col-sm-5 {
        width: 41.66667%;
        float: none;
    }
    .form-control.col-sm-4 {
        width: 33.33333%;
        float: none;
    }
    .form-control.col-sm-3 {
        width: 25%;
        float: none;
    }
    .form-control.col-sm-2 {
        width: 16.66667%;
        float: none;
    }
    .form-control.col-sm-1 {
        width: 8.33333%;
        float: none;
    }
    .list-item.view-list {
        float: none;
        display: inline-block;
        width: 100%;
        /* margin-bottom: 30px; */
    }
    .box-product-style2 .tab-product .nav_title {
        /* margin-right: 20px !important; */
    }
    .nav_title.collapse {
        display: block;
    }
    .box_dates .col-sm-4 {
        padding-right: 0;
    }
    .box_dates .col-sm-4.item_year {
        padding-right: 15px;
    }
}

.input-value-price-filter {
    margin-top: 20px;
}

.input-value-price-filter label {
    margin: 0 5px;
}

.input-value-price-filter .form-control {
    max-width: 90px;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    border-color: #ddd;
    margin-bottom: 10px;
}

.side-bar-left .sub-menu {
    list-style: none;
    margin: 0;
}

.side-bar-left .sub-menu .border-bottom {
    border-bottom: none;
    display: block;
    border-top: 1px dotted #ddd;
}

.side-bar-left .sub-menu a:hover {
    color: #0088cc;
}

.side-bar-left .sub-menu>.border-bottom>.btn-hide-toggle-sub-menu {
    display: block;
    padding: 8px 15px !important;
    margin-left: 0 !important;
    border-top: 0 !important;
}

.side-bar-left .nav li {
    position: relative;
}

.side-bar-left .nav li a {
    padding: 10px 0px  10px 0;
}

.side-bar-left .nav li a:hover {
    color: #0088cc;
    background: none;
}

.hide-toggler-cont {
    display: none;
}

.btn-hide-toggle-sub-menu {
    width: 40px;
    height: 40px;
    position: absolute !important;
    right: 0;
    top: 0;
    padding: 10px 15px !important;
}

.btn-hide-toggle-sub-menu:hover {
    background: none !important;
}

.btn-hide-toggle-sub-menu:focus {
    background: none !important;
}

.btn-hide-toggle-sub-menu.open {
    transform: rotate(180deg);
}

.thub-image {
    padding: 0 30px 15px;
}

.thub-image img {
    max-width: 85px;
    border: 1px solid #ddd;
}

.thub-image .item {
    text-align: center;
}

.thub-image .owl-theme .owl-controls .owl-buttons div {
    background-color: transparent;
}

.thub-image .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -30px;
}

.thub-image .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -24px;
}

.top-detail-product {
    margin-bottom: 40px;
    margin-top: 30px;
}

.top-detail-product  .row-bb {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    list-style: none;
}

.top-detail-product .row-bb>li {
    float: left;
    position: relative;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 30px;
}

.top-detail-product .row-bb>li:nth-last-child(1) {
    padding-right: 0;
}

.top-detail-product .row-bb>li:nth-last-child(1):before {
    display: none;
}

.top-detail-product .row-bb>li:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 10px;
    width: 1px;
    height: 10px;
    background-color: #ddd;
    z-index: 100;
}

.top-detail-product .row-bb>li>label {
    padding-right: 10px;
}

.product-detail {
    min-height: 600px;
}

.product-detail .thub-image {
    position: relative;
}

.view-images-large {
    height: auto;
    position: relative;
    padding-top: 100%;
}

.detail-thongsokithuat {
    margin-top: 30px;
    margin-bottom: 40px;
}

.title-desc-detail {
    font-size: 16px;
    text-transform: uppercase;
    margin: 30px 0;
}

.btn-send-cmt {
    height: 45px;
    max-width: 200px;
}

.title-name-product {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 0;
    color: #444;
}

.title-name-product span.number {
    font-size: 14px;
}

.price-main {
    font-size: 24px;
    color: #0088cc;
}

.dvt {
    font-size: 14px;
    color: #333;
}

.price-detail-page {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding: 0;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px;
}

.price-detail-page .price-main {
    font-size: 24px;
    font-weight: bold;
    color: #e01222;
    line-height: 24px;
}

.btn-ver {
    color: #555;
    background: #eee;
    border: 1px solid #ddd;
    padding: 4px 12px;
    border-radius: 3px;
    margin-right: 10px;
}

.btn-ver.active:before {
    content: '';
    width: 20px;
    height: 10px;
    border-bottom: 15px solid #eee;
    border-left: 15px transparent solid;
    border-right: 15px transparent solid;
    position: absolute;
    bottom: -32px;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
}

.btn-ver.active:after {
    content: '';
    width: 20px;
    height: 10px;
    border-bottom: 15px solid #ddd;
    border-left: 15px transparent solid;
    border-right: 15px transparent solid;
    position: absolute;
    bottom: -31px;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
}

.title-ver {
    margin-right: 30px;
    position: relative;
    top: 3px;
}

.item-p-vailable {
    text-align: center;
    margin-bottom: 15px;
}

.item-p-vailable .price {
    margin: 10px 0;
}

.select2-offscreen {
    outline: none;
}

.select2-offscreen:focus {
    outline: none;
}

.product-available {
    background: #eee;
    padding: 15px 40px 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 30px 0;
}

.product-available .owl-item .item {
    padding: 0 10px;
}

.product-available>.group-available {
    margin-bottom: 5px !important;
}

.btn-icon {
    width: 46px;
    height: 46px;
    border: 1px solid #ddd;
    color: #888;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    position: relative;
    top: 3px;
    margin-left: 10px;
}

.Compe-product {
    text-align: center;
}

.Compe-product .table-bordered>tbody>tr>th {
    vertical-align: middle;
}

.color-ss {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #ddd;
}

.color-ss.red {
    background: #f00;
}

.color-ss.blue {
    background: blue;
}

.color-ss.yellow {
    background: yellow;
}

.number-ss {
    font-size: 48px;
    text-transform: uppercase;
}

.title-row {
    text-transform: uppercase;
}

.btn-remove-product-ss {
    color: #999;
    font-size: 18px;
}

.btn-remove-product-ss:hover i {
    color: #0088cc;
}

.table-widthlist.table>tbody>tr>td {
    vertical-align: middle;
    text-align: center;
}

.table-widthlist.table>tbody>tr>th {
    vertical-align: middle;
    text-align: center;
}

.table-widthlist.table-bordered>thead>tr>th {
    font-size: 14px;
    text-transform: uppercase;
    color: #383838;
    background: #eee;
    padding: 10px 20px;
    border-bottom: none;
}

.title-table-mobile {
    display: none;
}

.detail-list-blogs {
    margin-top: 22px;
}

.color-red {
    color: #0088cc;
}

.clear-both {
    clear: both;
}

.item-blogs {
    padding-bottom: 30px;
}

.item-blogs .img-blogs {
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    width: 100%;
    padding-top: 66.66667%;
}

.item-blogs .desc-blogs {
    color: #585858;
    overflow: hidden;
    text-align: justify;
    min-height: 60px;
    /* border-bottom:  1px solid #ebebeb; */
}

.more-blogs {
    color: #0088cc;
    font-size: 13px;
    font-weight: 400;
}

.box-detail-post.top-post .title-blogs-item {
    height: auto;
    font-size: 18px;
    text-transform:  uppercase;
    line-height:  initial;
}

.box-detail-post.top-post img {
    width: 100%;
}

.title-blogs-item {
    margin: 10px 0;
    height: 42px;
    overflow: hidden;
    display: block;
    font-weight:  300;
}

.title-blogs-item a {
    font-size: 18px !important;
    color: #383838;
    line-height: 1.2;
    display: block;
    font-weight: 500;
}

.title-blogs-item a:hover {
    color: #0088cc;
}

.btn-view-more {
    color: #fff;
    padding: 0;
    font-weight: 500;
    font-size: 13px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    padding: 10px;
    text-align: left;
    display: inline-block;
    border-radius: 4px;
    border-top: 1px solid #ebebeb;
    background: #0a549d;
}

.btn-view-more:hover {
    color: #fff;
    background: #4b4b4b;
    border-color: #4b4b4b;
}


.view-list .info .btn-view-more:hover {
    background: transparent;
    border-color: transparent;
    color: #0088cc;
    border-top: 1px solid #ebebeb;
}

.box-blogs.view-list {
    width: 100%;
    float: none;
}

.view-list .info {
    overflow: hidden;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .col-md-6:nth-child(2n + 1),
    .col-md-4:nth-child(3n + 1),
    .col-md-3:nth-child(4n + 1),
    .col-md-2:nth-child(6n + 1) {
        /* clear: both; */
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .col-sm-6:nth-child(2n + 1),
    .col-sm-4:nth-child(3n + 1),
    .col-sm-3:nth-child(4n + 1),
    .col-sm-2:nth-child(6n + 1) {
        clear: both;
    }
}

@media (max-width: 767px) {
    .col-xs-6:nth-child(2n + 1),
    .col-xs-4:nth-child(3n + 1),
    .col-xs-3:nth-child(4n + 1),
    .col-xs-2:nth-child(6n + 1) {
        clear: both;
    }
}

.box-detail-post {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.item-link-lienquan {
    color: #383838;
    padding: 3px 0;
    display: inline-block;
}

.item-link-lienquan:hover {
    color: #0088cc;
}

.detail-tags {
    margin-top: 10px;
}

.detail-tags a {
    color: #585858;
}

.detail-tags a:hover {
    color: #0088cc;
}

.tag-detail-post {
    background: #ddd;
    padding: 10px 15px;
}

.noBg {
    background: none !important;
}

.share-social .item-social {
    width: 20px;
    height: 20px;
    margin-left: 2px;
}

.share-social .title-box-center-ft {
    top: 0;
}

.share-social .fb i {
    color: #3b5998;
}

.share-social .tw i {
    color: #1da1f2;
}

.share-social .gg i {
    color: #db4437;
}

.share-social .pi i {
    color: #dc121a;
}

.share-social .in i {
    color: #006fa6;
}

.item-cmt {
    margin-bottom: 25px;
}

.item-cmt .avt {
    width: 40px;
    height: 40px;
    float: left;
}

.item-cmt .avt span.avt-text {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    background: #ccc;
    font-weight: bold;
}

.item-cmt .info-cmt {
    margin-left: 70px;
    overflow: hidden;
}

.item-cmt .item-cmt {
    padding-left: 70px;
}

.user-comment {
    margin-top: 40px;
}

.wirte-cmt {
    color: #585858;
    margin-bottom: 20px;
}

.click-cmt {
    color: #616161;
    display: inline-block;
    margin-right: 25px;
}

.click-cmt.active {
    color: #4a90e2;
}

.click-cmt:hover {
    color: #4a90e2;
}

.name-user-post {
    font-weight: bold;
}

.title-order-rps {
    display: none;
}

.title-box-p-home {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.title-box-p-home h2 {
    text-transform: uppercase;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: bold;
    display: table;
    background-color: #fff;
    margin: 0 auto;
    z-index: 9;
    position: relative;
    padding: 0 30px;
}

.title-box-p-home:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    top: 10px;
    left: 0;
}

.logo-brand-bottom {
    min-height: 150px;
    background-color: #2874f0;
    text-align: center;
    padding: 40px 0;
}

.hover-category {
    position: relative;
}

.hover-category:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.hover-category:hover:before {
    opacity: 1;
    transition: 0.4s ease all;
}

.hover-category:hover .info-hover-category {
    opacity: 1;
    transition: 0.4s ease all;
}

.info-hover-category {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: table;
    width: 100%;
    margin: auto;
    height: 60px;
    margin-top: -30px;
    opacity: 0;
}

.info-hover-category i {
    color: #fff;
    font-size: 24px;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 100px;
    margin-bottom: 15px;
    line-height: 50px;
}

.info-hover-category .title-info {
    font-size: 14px;
    text-transform: uppercase;
    color: #ff4948;
    margin: 0;
}

.title-block-product {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 10px;
}

.box-highligh-style-2 {
    background: #eee;
    padding: 30px 0;
    margin-bottom: 130px;
}

.img-highlight {
    position: relative;
    margin-bottom: -120px;
    text-align: center;
}

.item-category .box-title {
    margin-bottom: 25px;
}

.item-category .box-title .top-title {
    font-size: 14px;
    color: #1e1e1e;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin-top: 0;
}

.item-category .box-title .top-title:before {
    content: '';
    width: 60px;
    height: 1px;
    background: #ccc;
    position: absolute;
    bottom: -7px;
    left: 0;
}

.item-category .box-title .desc-title {
    font-weight: 300;
    color: #1e1e1e;
    text-transform: uppercase;
    font-size: 36px;
    margin: 20px 0;
}

.item-category .img {
    margin-bottom: 25px;
}

.view-btn-slt {
    position: relative;
}

.view-btn-slt .button-category {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    height: 34px;
    margin-top: -20px;
    z-index: 9;
    display: table;
    width: 168px;
}

.top-banner-subpage {
    min-height: 260px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
    display: table;
    width: 100%;
    text-align: center;
}

.top-banner-subpage .title-main.bottom {
    display: table-cell;
    vertical-align: middle;
}

.top-banner-subpage .title-main h1 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 24px;
}

.top-banner-subpage div {
    float: none !important;
}

.top-banner-subpage a {
    color: #fff;
}

.trending {
    margin-bottom: 45px;
}

.item-trending {
    background-color: #ffe082;
    font-size: 14px;
    color: #333;
    font-weight: 300;
}

.info-trending {
    padding: 40px 30px;
}

.category-title {
    position: relative;
    padding-left: 40px;
    white-space: nowrap;
}

.category-title:before {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #1e1e1e;
    position: absolute;
    top: 10px;
    left: 0;
}

.title-info-trend {
    font-size: 20px;
    text-transform: uppercase;
    color: #1e1e1e;
    line-height: 1.4;
}

.desc-trend {
    line-height: 1.6;
    margin-bottom: 30px;
}

.btn-view-trend {
    color: #1e1e1e;
    border-radius: 0;
    border: 1px solid #1e1e1e;
    padding: 9px 28px;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-view-trend:hover {
    background-color: #fff;
}

@media (max-width: 1690px) and (min-width: 1200px) {
    .desc-trend {
        overflow: hidden;
    }
    .title-info-trend {
        font-size: 16px;
    }
}

.about-home {
    margin-top: 45px;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.title-info-H {
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}

.title-info-H:before {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #1e1e1e;
    position: absolute;
    top: 10px;
    left: 0;
}

.logo-about {
    margin-bottom: 30px;
}

.desc-about-H {
    line-height: 1.6;
}

.item-list-c-a .icon-item {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    color: #fff;
    font-size: 30px;
    background-color: #ffb300;
    float: left;
    text-align: center;
    line-height: 60px;
    margin-top: 7px;
}

.item-list-c-a .info-item {
    margin-left: 80px;
}

.title-item-ab {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

.desc-item-ab {
    font-weight: 300;
}

.list-category-about {
    padding: 45px 0;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .desc-about-H {
        overflow: hidden;
    }
    .desc-news-right {
        display: none;
    }
    .item-news-home .more-post {
        border-bottom: none;
    }
    .more-post li {
        margin-right: 10px;
        padding-right: 10px;
    }
    .input-value-price-filter .form-control {
        max-width: 63px;
    }
}

.news-feture {
    position: relative;
    margin-bottom: 30px;
}

.news-feture .info {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    padding: 20px;
}

.title-n-feture {
    margin-top: 0;
    font-size: 20px;
}

.title-n-feture a {
    text-transform: uppercase;
    color: #ffb300;
    font-weight: bold;
}

.icon-category-news {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background-color: #ffb300;
    z-index: 1;
}

.title-news-right {
    margin-top: 0;
    line-height: 1.4;
}

.title-news-right a {
    text-transform: uppercase;
    color: #1e1e1e;
}

.title-news-right a:hover {
    color: #ffb300;
}

.desc-news-right {
    font-weight: 300;
    line-height: 1.6;
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
}

.item-news-home {
    position: relative;
    margin-bottom: 20px;
}

.item-news-home .row {
    margin: 0 -5px;
}

.item-news-home .col-lg-6 {
    padding: 0 5px;
}

.item-news-home .more-post {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.feeback {
    height: 470px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.feeback .icon-social {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.content-fback {
    font-style: italic;
    color: #1e1e1e;
    text-align: center;
}

.info-user-fback {
    position: absolute;
    width: 100%;
    background: #8bc34a;
    color: #fff;
    bottom: 0;
    left: 0;
    padding: 10px 30px;
}

.info-user-fback:before {
    content: '';
    width: 12px;
    height: 8px;
    border-bottom: 8px solid #8bc34a;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
}

.info-user-fback .avt {
    width: 62px;
    height: 62px;
    float: left;
}

.info-user-fback .avt img {
    border-radius: 100px;
}

.info-user-fback .info {
    margin-left: 72px;
}

.info-user-fback .info .name {
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 10px;
}

.info-user-fback .info .chucvu {
    font-size: 12px;
}

.nav_desktop-style-3 {
    width: 320px;
    float: left;
    padding-bottom: 50px;
    background-color: #fff;
    overflow-y: auto;
    top: 0;
    z-index: 99;
}

.box-menu-style-3 {
    padding: 0 5px 0 25px;
}

.box-menu-style-3 li {
    list-style: none;
}

.box-menu-style-3 li>a {
    font-size: 18px;
    text-transform: uppercase;
    color: #1e1e1e;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    font-weight: bold;
}

.box-menu-style-3 li>a:hover {
    color: #06b8cf;
}

.box-menu-style-3 li>ul>li a {
    font-size: 14px;
    text-transform: none;
    color: #1e1e1e;
    padding: 8px 0;
    border-bottom: none;
    font-weight: normal;
}

.box-menu-style-3 ul>li>ul {
    margin-top: 5px;
}

@media (min-width: 1367px) {
    .max-992px-show {
        display: none;
    }
}

@media (max-width: 1199px) {
    .sub-menu-vetical {
        width: 730px;
    }
    .nav_desktop li a {
        font-size: 13px;
        padding: 15px 10px;
    }
}

@media (min-width: 1025px) {
    .hidden-desktop {
        display: none;
    }
    .lg-outer .lg-thumb-item {
        transition: border-color 0.25s ease;
    }
}

@media (max-width: 1024px) {
    .hidden-ipad {
        display: none;
    }
    .container {
        width: auto;
    }
}

@media (max-width: 991px) {
    .max-992px-show {
        display: block !important;
    }
    .hidden-992px {
        display: none;
    }
    .max-992px-hidden {
        display: none;
    }
    .nav_mobile .nav-right {
        display: block;
    }
    .menu-main [class^="col-sm-"] {
        width: auto;
        float: none;
    }
    .header-mid .navbar-header {
        text-align: center;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .detail-box-sp .item:nth-child(5) .item-product.style-view-3 {
        display: none;
    }
    .detail-box-sp .item:nth-child(6) .item-product.style-view-3 {
        display: none;
    }
}

@media (max-width: 480px) {
    .list-item .img {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .list-item .item-product .info {
        margin-left: 0;
        text-align: left;
        padding: 15px;
    }
    .list-item.view-list .item-product .info {
        padding: 7px;
    }
    .list-item.view-list  .item-product .info p.price-before {
        clear:inherit;
        display: inline-block;
        margin-left: 15px;
    }
    .list-item.view-list .action-product {
        height: 75px;
    }
    .list-item.view-list .action-product a {
        margin-bottom: 10px;
    }
    .title-table-mobile {
        display: table;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 10px;
        margin: auto;
        text-transform: uppercase;
    }
    .box-blogs {
        width: 100%;
        float: none;
    }
    .box-blogs .col-xs-12 {
        width: 100% !important;
    }
    .view-list .info {
        padding-left: 15px;
    }
    .view-list .info .desc-blogs {
        display: none;
    }
    .view-list .btn-view-more {
        display: none;
    }
    .view-list .title-blogs-item {
        font-size: 16px;
        margin: 10px 0;
    }
    .title-blogs-item {
        line-height: 1.1;
        height: 50px;
    }
    .title-blogs-item a {
        font-size: 18px;
        line-height: 1.3;
    }
    .title-order-rps {
        display: inline-block;
        position: absolute;
        top: 10px;
        left: 10px;
    }
    .nav_title li {
        width: 50%;
        padding-left: 15px;
    }
    .nav_title li.active {
        padding-left: 15px;
    }
    .nav_title li.active a {
        color: #111;
    }
    .nav_title li:first-child {
        padding-left: 15px;
    }
    .nav_title li a {
        color: #999;
    }
    .detail-box-sp .item {
        width: 100%;
        padding: 0 15px;
    }
    .detail-box-sp .item .item-product.style-view-3 {
        border-left: none;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    .table-widthlist {
        border: none !important;
    }
    .table-widthlist thead {
        display: none;
    }
    .table-widthlist.table>tbody>tr {
        display: block;
        width: 100%;
        border-top: none;
        display: block !important;
        margin-bottom: 20px;
        background: #f5f5f5;
    }
    .table-widthlist.table>tbody>tr>td {
        display: block;
        width: 100%;
        border-top: none;
        position: relative;
    }
    .table-widthlist.table>tbody>tr>th {
        display: block;
        width: 100%;
        border-top: none;
        position: relative;
        border-top: 1px solid #ddd;
        text-align: center;
    }
    .table-order thead {
        display: none;
    }
    .table-order tbody {
        display: block;
        text-align: left;
        font-size: 13px;
    }
    .table-order tbody>tr {
        display: block;
        text-align: left;
        font-size: 13px;
        background: #f2f2f2;
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
    .table-order tbody>tr>th {
        display: block;
        text-align: left;
        font-size: 13px;
        padding-left: 145px;
        position: relative;
    }
    .table-order tbody>tr>td {
        display: block;
        text-align: left;
        font-size: 13px;
        padding-left: 145px;
        position: relative;
    }
    .box-highligh-style-2 {
        margin-bottom: 40px;
    }
    .box-highligh-style-2 .col-sm-8 .col-xs-6 {
        width: 100%;
        float: none;
    }
    .responsive-table table {
        display: block;
    }
    .responsive-table thead {
        display: block;
    }
    .responsive-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .responsive-table tbody {
        display: block;
    }
    .responsive-table tbody td {
        display: block;
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 55%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .responsive-table tbody tr {
        display: block;
        border: 1px solid #ccc;
    }
    .responsive-table th {
        display: block;
    }
    .responsive-table td:before {
        position: absolute;
        top: 15px;
        left: 10px;
        width: 50%;
        padding-right: 10px;
    }
}

.btn-pay-mini {
    color: #fff;
    font-size: 14px;
    padding: 8px 12px;
    height: 38px;
    border-radius: 30px;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 120px;
    transform: scale(0);
}

.btn-pay-mini i {
    margin-right: 10px;
}

.btn-pay-mini:hover {
    background: #8bc34a;
}

.hover-button-pay {
    position: relative;
}

.hover-button-pay:hover .btn-pay-mini {
    transform: scale(1);
    transition: 0.4s ease all;
}

.hover-button-pay:hover .img:before {
    opacity: 1;
    transition: 0.4s ease all;
}

.hover-button-pay .img:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(25, 33, 42, 0.58);
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
}

.box-banner-full {
    margin-bottom: 50px;
}

.item-banner-category {
    position: relative;
    width: 20%;
    float: left;
}

.item-banner-category:before {
    background: rgba(131, 179, 72, 0.80);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
}

.item-banner-category:hover:before {
    opacity: 1;
    transition: 0.4s ease all;
}

.item-banner-category:hover .info-item-banner-category {
    opacity: 1;
    transition: 0.4s ease all;
}

.absolute {
    position: absolute;
    display: table;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.info-item-banner-category {
    height: 100%;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    z-index: 99999;
    opacity: 0;
}

.info-item-banner-category a {
    color: #fff;
}

.title-category-banner {
    font-size: 24px;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .item-banner-category {
        width: 33.333%;
    }
}

.noMargin {
    margin: 0 !important;
}

@media (max-width: 479px) {
    .btn-modal>a {
        margin-bottom: 15px;
    }
}

.description-product-detail {
    margin-bottom: 15px !important;
}

.description-product-detail>p {
    position: relative;
    padding-left: 21px;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
}

.description-product-detail>p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ddd;
}

.group-available>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.group-available>ul>li {
    position: relative;
    padding: 3px;
    background: #fff;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 3px;
    border: solid 1px #ddd;
}

.group-available>ul>li:nth-last-child(1) {
    margin-right: 0;
}

.group-available>ul>li.active {
    border: 1px solid #0088cc !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
}

.group-available>ul>li>.item-meta {
    padding: 0 15px;
}

.group-available>.a-row {
    margin-bottom: 5px;
    width: 100%;
    position: relative;
    float: left;
}

.group-available>.a-row>label {
    padding-right: 10px;
}

.btn-muahang {
    padding: 0;
    margin-bottom: 15px;
    display: inline-block;
    float: left;
}

.btn-muahang>.input-group {
    width: 111px;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    top: 0;
}

.btn-muahang>.input-group>.num-quantity {
    border: none;
    height: 38px;
}

.btn-muahang>.input-group>.input-group-btn {
    width: 25px;
    height: 38px;
    text-align: center;
}

.btn-muahang>.input-group>.input-group-btn>.btn {
    width: 20px;
    padding: 0;
    line-height: 7px;
    height: 20px;
    border-radius: 50px;
    background-color: #f6f6f6;
    border: 1px solid #ccc !important;
    color: #383838;
}

.btn-muahang>.btn-default {
    margin-right: 5px;
    margin-bottom: 10px;
    float: left;
}

.btn-default {
    color: #fff;
    background-color: #0088cc;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 0;
}

.btn-default.focus {
    color: #fff !important;
    background-color: #0088cc !important;
    border-color: #0088cc !important;
}

.btn-default:focus {
    color: #fff !important;
    background-color: #0088cc !important;
    border-color: #0088cc !important;
}

.btn-default:hover {
    color: #fff !important;
    background: #0088cc !important;
    border-color: #0088cc !important;
}

.btn-default.active {
    color: #fff !important;
    background-color: #0088cc !important;
    border-color: #0088cc !important;
}

.btn-default:active {
    color: #fff !important;
    background-color: #0088cc !important;
    border-color: #0088cc !important;
}

.btn-compare {
    height: 40px;
    font-size: 18px;
    width: 40px;
    padding: 7px;
    border-radius: 50%;
    border-color: #959595;
    background: #959595;
}

.share-icon {
    width: 100%;
    position: relative;
    float: left;
    line-height: 38px;
}

.share-icon>.share-icon-product {
    position: absolute;
    left: 130px;
    top: 0;
}

.not-accompanied {
    border: 2px dotted #ddd !important;
}

@media (max-width: 771px) {
    .btn-muahang>input {
        margin-bottom: 15px;
    }
}

.title-cart {
    width: 100%;
    float: left;
    position: relative;
    display: block;
    border-bottom: 2px solid #ddd;
    color: #2874f0 !important;
    background: transparent;
    padding: 10px 15px;
    font-size: 14px;
    margin: 0;
}

.nav-tabs-bank .nav-tabs>li.active>a:focus {
    background: none;
    border: 1px solid #0088cc;
}

.nav-tabs-bank .nav-tabs>li>a>span {
    display: block;
    border: 0;
    border-radius: 0;
    color: #555;
    margin-bottom: 15px;
    overflow: hidden;
    height: 40px;
    text-align: left;
    line-height: 30px;
    float: right;
    width: calc(100% - 50px);
    font-weight: 700;
}

.nav-tabs-bank .nav-tabs li span .demo-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    left: 5px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    top: 4px;
}

.nav-tabs-bank .tab-content {
    padding: 20px 0;
}

.nav-tabs-bank>.nav-tabs>li {
    width: 20%;
    float: left;
}

.nav-tabs-bank>.nav-tabs>li>a {
    border-radius: 0 !important;
    text-align: center;
    margin: 0;
    display: block;
    padding: 20px 15px;
    padding-bottom: 49px !important;
    border: 1px solid;
}

.nav-tabs-bank>.nav-tabs>li>a:hover,
.nav-tabs-bank .nav li.active a {
    background: none;
    border: 1px solid #0088cc;
}

.nav-tabs-bank>.nav-tabs>li>a>img {
    width: auto;
    height: 30px;
    float: left;
    display: inline-block;
}

.nav-tabs-bank>.nav-tabs>li>a>input {
    position: absolute;
    opacity: 0;
}

.choose-bank {
    padding: 0;
    width: calc(100% - 370px);
    margin-top: 15px;
}

.advanced-product .box-left {
    margin-bottom: 1px !important;
}

.advanced-product .nav_title {
    margin-bottom: 0px !important;
}

.scrollbar {
    float: left;
    max-height: 300px;
    width: 100%;
    overflow-y: auto;
}

.box-cart-right-cont {
    position: relative;
}

.box-cart-right-cont .delete-order {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 10000000;
}

.box-cart-right-cont>.scrollbar {
    /* padding: 10px; */
}

.box-cart-right-cont>.media {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px dotted #ddd;
}

.box-cart-right-cont .media-body .media-heading {
    padding-top: 15px;
    padding-right: 50px;
}

.box-cart-right-cont .media-body .price-well {
    padding-right: 50px;
}

#style-3::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar {
    width: 6px;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #1e1e1e;
}

.checkout-address {
    /* padding: 15px 10px; */
}

.checkout-address>p {
    margin-bottom: 10px;
}

.checkout-address>p:nth-last-child(1) {
    margin-bottom: 0;
}

#add-cart-modal {
    padding-right: 0 !important;
}

.modal-open {
    padding-right: 0 !important;
}

.modal-login {
    padding-right: 0 !important;
}

.btn-google {
    background-color: #b53d2f;
    height: 40px;
    line-height: 29px;
    border-radius: 3px;
}

.btn-facebook {
    background-color: #3b5998;
    height: 40px;
    line-height: 29px;
    border-radius: 3px;
}

.form-dn .fa {
    padding-right: 10px;
}

.form-dn>.form-group>.btn-default {
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 10px 20px !important;
    border: none;
    height: 38px !important;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 5px solid rgba(225, 225, 225, .2);
    border-radius: 5px !important;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .1);
}

.hoac {
    position: relative;
    width: 100%;
    float: left;
    line-height: 40px;
    margin-bottom: 0;
    text-align: center;
}

.hoac:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 100px;
    height: 1px;
    background-color: #ccc;
}

.hoac:after {
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
    width: 100px;
    height: 1px;
    background-color: #ccc;
}

.row-about-1 {
    padding: 20px 0 30px;
}

.ab-1-left {
    padding: 0;
}

.ab-1-left>img {
    width: 100%;
}

.ab-1-right {
    padding-right: 0;
    text-align: justify;
}

.ab-1-right>h1 {
    font-size: 30px;
    font-weight: bold;
    color: #0088cc;
}

.ab-1-right>h1>span {
    color: #383838;
}

.ab-1-right>h3 {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
}

.ab-1-right>p {
    font-size: 14px;
    font-weight: 400;
}

.row-about-2 {
    width: 100%;
    position: relative;
    float: left;
    padding: 23px 0;
    margin-bottom: 30px;
}

.row-about-2 .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.about-2-item {
    text-align: center;
}

.about-2-item>.icon {
    line-height: 80px;
    font-size: 36px;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #0088cc;
}

.about-2-item>.caption>h3 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.title-center {
    margin-bottom: 45px;
    text-align: center;
}

.title-center>h2 {
    font-size: 16px;
    font-weight: bold;
}

.title-center>h2>span {
    color: #0088cc;
}

.title-center>.line-title {
    width: 150px;
    height: 1px;
    background-color: #888;
    display: inline-block;
    position: relative;
}

.title-center>.line-title:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 60px;
    width: 30px;
    height: 3px;
    background-color: #0088cc;
}

.store-all {
    width: 100%;
    float: left;
    position: relative;
}

.page-four {
    padding-top: 180px;
    padding-bottom: 180px;
    text-align: center;
}

.page-four>div>h1 {
    width: 100%;
    font-size: 160px;
    font-weight: bold;
    line-height: 160px;
}

.page-four>div:nth-child(2) {
    margin-bottom: 50px;
}

.page-four>div:nth-child(2)>p {
    font-weight: 300;
    font-size: 24px;
}

.page-four>.logo {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}

.list-cut {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.list-cut>.cut-0 {
    padding: 0;
    padding-right: 120px;
}

.list-cut>.cut-1 {
    position: absolute;
    right: 59px;
    top: 0;
    width: 34px;
    height: 34px;
}

.list-cut>.cut-2 {
    position: absolute;
    right: 15px;
    top: 0;
    width: 34px;
    height: 34px;
}

.dkm-admanager-order {
    width: 100%;
    float: left;
    position: relative;
    background-color: #f8f8f8;
}

.dkm-admanager-order>.title_style3>h3 {
    margin-bottom: 30px;
    padding: 10px 15px;
}

.product-left-right {
    /*width: 100%;*/
    float: left;
    position: relative;
}

.product-left-right>.media {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    min-height: 110px;
}

.product-left-right>.media>.media-left>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-left-right:nth-last-child(1)>.media {
    /* margin-bottom: 0; */
}

.address-book-item {
    width: 100%;
    position: relative;
    float: left;
}

.address-book-item>ul {
    list-style: none;
}

.address-book-item>ul>li {
    margin-bottom: 15px;
}

.address-book-item>ul>li:nth-last-child(1) {
    margin-bottom: 0;
}

.bs-docs-sidenav {
    width: 100%;
    position: relative;
    float: left;
}

.bs-docs-sidenav>li {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.bs-docs-sidenav>li>a>i {
    margin-right: 10px;
    width: 20px;
}

.in-email {
    width: 100%;
    position: relative;
    text-align: center;
}

.in-email .form-email-news {
    width: 100%;
    float: left;
    height: 50px;
    border-radius: 3px;
    padding-right: 50px;
}

.in-email>.main-email-news>h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin: 0;
    margin-bottom: 5px;
}

.content {
    position: relative;
}

body.ovl-hidden {
    overflow: hidden;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.nav>li>a {
    padding: 10px;
}

.nav li a {
    color: #333;
    font-weight: 400;
    display: block;
}

.nav li a .demo-icon {
    padding-right: 5px;
    display: inline;
}

.nav .sub-menu li a {
    padding: 8px 10px 8px 30px;
}

.breadcrumb-box {
}

.title-main h2 {
    font-size: 16px;
    color: #383838;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin: 0;
}

.title-main h1 {
    font-size: 30px;
    color: #4b4b4b;
    position: relative;
    margin: 0;
    margin-bottom: 10px;
}

.box-cart-left {
    padding: 0 15px;
    /* margin: 0 0 20px; */
}

.box-cart-left>.card {
    background: #f8f8f8 none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

.card ul.nav.nav-tabs li {
    width: 50%;
    text-align: center;
}

#list-method {
    width: 325px;
    /* margin-left: 15px; */
    margin-top: 15px;
}

#list-method ul.nav.nav-tabs li {
    width: 100%;
    margin-bottom: 20px;
}

#list-method .nav-tabs {
    border: none;
    position: relative;
    margin-left: -1px;
}

@media (max-width: 560px) {
    .card ul.nav.nav-tabs li {
        width: 100%;
    }
}

.box-cart-left>.card>.nav-tabs>li.active>a {
    border-width: 0;
    border: none;
    color: #0070c9!important;
    background: transparent;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.box-cart-left>.card>.nav-tabs>li.active>a:focus {
    border-width: 0;
}

.box-cart-left>.card>.nav-tabs>li.active>a:hover {
    border-width: 0;
}

.box-cart-left>.card>.nav-tabs>li>a {
    border: none;
    color: #333;
    font-weight: 600;
    background: #ccc;
    margin: 0;
    padding: 14px 15px;
    border-radius: 0;
}

.box-cart-left>.card>.nav-tabs>li>a:hover {
    border: none;
    color: #0070c9 !important;
    background: transparent;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.box-cart-left>.card>.nav-tabs>li:hover>a::after {
    transform: scale(1);
}

.box-cart-left>.card>.tab-pane {
    padding: 15px 0;
}

.box-cart-left>.card>.tab-content {
    padding: 20px 0;
}

.box-cart-left>.card>.tab-nav>li>a::after {
    background: #21527d none repeat scroll 0 0;
    color: #fff;
}

.item-download {
    background-color: #eee;
    position: relative;
    margin-bottom: 20px;
}

.item-download:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #ddd;
    top: 0;
    right: 15%;
}

.item-download:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #ddd;
    top: 0;
    right: 33%;
}

.item-download .media {
    margin: 0;
    padding: 0;
    border: none;
}

.item-download .media-body {
    padding: 15px;
}

.item-download .media-body .media-heading a {
    padding-top: 0;
}

.container {
    position: relative;
}

.news-top {
    margin-bottom: 15px;
}

.news-top h3 {
    font-size: 15px;
    margin: 0;
    padding: 10px 0;
}

.news-top h3 a {
    color: #333;
}

.news-top p {
    color: #777;
    font-size: 13px;
}

.lang-img {
    margin-right: 6px;
    position: relative;
    top: -2px;
}

.box-news-style1 {
    margin-bottom: 25px;
}

.top-page {
    text-align: right;
    padding-top: 18px;
}

.top-page a {
    color: #fff;
}

.top-page a strong {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
}

.top-page i {
    font-size: 12px;
}

.box-new-cont {
    padding: 15px;
}

.box-new-cont .img-news {
    margin: -15px -15px 0;
    display: block;
}

.box-new-cont .img-news img {
    width: 100%;
}

.product-more {
    background: #3b3b3b;
    min-height: 287px;
    text-align: center;
}

.product-more a {
    color: #888;
    display: block;
    position: absolute;
    top: 40%;
    width: 150px;
    margin: 0 0 0 -75px;
    left: 50%;
}

.product-more i {
    color: #66d0e6;
    font-size: 40px;
}

.product-more strong {
    color: #66d0e6;
}

.bg-gray {
    background: #eee;
}

.box-category {
    text-align: center;
    padding: 50px 0;
}

.box-category [class^="col-sm-"] {
    margin-bottom: 15px;
}

.box-category a {
    color: #333;
    text-transform: uppercase;
}

.box-category img {
    border: none;
}

.box-category .btn {
    border: 1px solid #fff;
    border-radius: 50px;
    text-transform: inherit;
    padding: 2px 15px;
}

.box-category .nav li a {
    text-transform: inherit;
    padding: 5px 0;
    font-size: 13px;
}

.box-tab-style2 {
    margin-bottom: 25px;
}

.box-tab-style2 .price-well {
    margin-bottom: 10px;
}

.box-tab-style2 .box-rate {
    margin-bottom: 0;
}

.box-tab-style2 .tab-product .nav_title {
    margin-bottom: 0;
}

.box-tab-style2 .nav_title li {
    width: 50%;
    padding: 0;
}

.box-tab-style2 .nav_title li a {
    text-align: center;
    background: #3b3b3b;
    color: #fff;
    font-size: 14px;
}

.box-tab-style2 .nav_title li a::before {
    display: none;
}

.box-tab-style2 .nav_title li.active a {
    background: #66d0e6;
}

.button-category {
    padding-top: 10px;
}

.button-cart {
    margin: 25px;
}

.list-media {
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 15px;
}

.btn-fill {
    background-color: #eee;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 0;
    padding: 6px 20px;
}

.media-left {
    float: left;
    padding-bottom: 10px;
}

.media-left a {
    display: block;
}

.bottom-download {
    margin-bottom: 20px;
}

.bottom-download span {
    padding-right: 20px;
}

.bottom-download i {
    color: #777;
}

.file-download {
    text-align: center;
    margin-top: 50px;
}

.file-download span {
    display: block;
    color: #333;
}

.file-download .demo-icon {
    font-size: 30px;
}

.btn-download {
    text-align: center;
    margin-top: 50px;
}

.btn-download span {
    display: block;
    color: #333;
}

.btn-download .demo-icon {
    font-size: 30px;
}

.btn-download a {
    color: #333;
}

.botton-detail-download {
    padding: 20px 0;
    text-align: right;
}

.botton-detail-download .btn {
    border-radius: 0;
    min-width: 120px;
}

.title-download {
    margin: 0 0 10px;
    font-size: 24px;
}

.box-right-download {
    background-color: #eee;
}

.box-right-download .media {
    border: none;
    padding-bottom: 0;
}

.box-right-download .media-heading {
    height: 47px;
    overflow: hidden;
}

.box-right-download-cont {
    padding: 15px;
}

.btn-red {
    background-color: #dc121a;
    border: 1px solid #dc121a;
    color: #fff;
}

.couwn-down-style2.couwn-down {
    margin-bottom: 0;
}

.couwn-down-style2 .ratiing-time {
    top: 15%;
}

.couwn-down-style2 .timer .table-cell {
    width: 104px;
    margin: 0 auto;
    display: block;
}

.couwn-down-style2 .timer .table-cell .tab-unit {
    float: left;
}

.couwn-down-style2 .timer .table-cell .tab-val {
    float: left;
    margin: 0 20px 10px 0;
    font-size: 20px;
}

.couwn-down-style3.couwn-down {
    margin-bottom: 0;
}

.couwn-down-style3 .ratiing-time {
    top: inherit;
    left: inherit;
    right: 25px;
    width: 240px;
    bottom: 20px;
}

.couwn-down-style3 .timer .table-cell .tab-unit {
    margin-top: 5px;
}

.couwn-decript {
    margin-bottom: 20px;
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@-ms-keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@keyframes lg-right-end {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@-ms-keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    transition: opacity 0.15s ease 0s;
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    transition-duration: 0s !important;
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px;
}

.lg-outer .lg-thumb-item.active {
    border-color: #a90707;
}

.lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
    color: #fff;
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../images/play.png) no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../images/play.png) no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(../images/play.png) no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../images/play.png) no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../images/play.png) no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3 .lg-item.lg-next-slide {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3 .lg-item.lg-current {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important;
}

.lg-outer.lg-css3 .lg-current {
    display: inline-block !important;
}

.lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition-duration: 0s;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
    transition-duration: 0s;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide {
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer .lg-item {
    background: url(../img/loading.gif) no-repeat scroll center center transparent;
    display: none !important;
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    transform: scale3d(1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transform-origin: 0 0;
    backface-visibility: hidden;
}

.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.lg-outer .lg-item.lg-current {
    z-index: 1060;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    transition: box-shadow 0.3s ease 0s;
    width: 12px;
}

.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown {
    transition-delay: 0s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
    transition-delay: 0s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #fff;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 5px, 0);
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0;
}

.lg-outer .lg-dropdown>li:hover a {
    color: #333;
}

.lg-outer .lg-dropdown>li:hover .lg-icon {
    color: #333;
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.lg-outer #lg-share {
    position: relative;
}

.lg-outer #lg-share:after {
    content: "\e80d";
}

.lg-outer * {
    box-sizing: border-box;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.lg-outer .lg-img-wrap:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.lg-outer .lg-empty-html {
    display: none;
}

.lg-outer.lg-right-end .lg-object {
    animation: lg-right-end 0.3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    animation: lg-left-end 0.3s;
    position: relative;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    transform: translate3d(0, 0, 0);
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #06b8cf;
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #db4437;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903";
}

.lg-outer.lg-grab img.lg-object {
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: grabbing;
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object {
    opacity: 0;
    transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object {
    opacity: 1;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}

.lg-outer.lg-hide-download #lg-download {
    display: none;
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
    color: #fff;
}

.lg-toolbar .lg-close:after {
    content: "\e070";
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-prev {
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-next {
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

#lg-actual-size {
    font-size: 20px;
}

#lg-actual-size:after {
    content: "\e033";
}

#lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
}

#lg-zoom-out:after {
    content: "\e312";
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
    opacity: 0.95;
}

.lg-css3.lg-no-trans .lg-prev-slide {
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-no-trans .lg-next-slide {
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-no-trans .lg-current {
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transform: translate3d(-100%, 0, 0);
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    transform: translate3d(100%, 0, 0);
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item {
    backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide {
    transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-fade .lg-item.lg-next-slide {
    transition: opacity 0.1s ease 0s;
}

.image-wrapper {
    position: relative;
    clear: both;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    height: 260px;
}

.image-wrapper .icon-eye-1 {
    border: 1px solid #fff;
    border-radius: 50%;
}

.image-wrapper .icon-eye-1:before {
    content: '\ea3e';
    top: -7px;
    font-size: 20px;
    position: relative;
}

.image-wrapper a {
    text-decoration: none;
    display: block;
}

.image-wrapper img {
    width: 100%;
    display: block;
    min-height: 260px;
    border: 0;
    box-shadow: none;
    object-fit: cover;
}

.image-wrapper:hover .image-title {
    opacity: 1;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

.animated.flip {
    backface-visibility: visible;
    animation-name: flip;
}

@-webkit-keyframes bounce {
    0% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    20% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    53% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    20% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    53% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
    10% {
        transform: translate3d(-10px, 0, 0);
    }
    30% {
        transform: translate3d(-10px, 0, 0);
    }
    50% {
        transform: translate3d(-10px, 0, 0);
    }
    70% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(-10px, 0, 0);
    }
    20% {
        transform: translate3d(10px, 0, 0);
    }
    40% {
        transform: translate3d(10px, 0, 0);
    }
    60% {
        transform: translate3d(10px, 0, 0);
    }
    80% {
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
    10% {
        transform: translate3d(-10px, 0, 0);
    }
    30% {
        transform: translate3d(-10px, 0, 0);
    }
    50% {
        transform: translate3d(-10px, 0, 0);
    }
    70% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(-10px, 0, 0);
    }
    20% {
        transform: translate3d(10px, 0, 0);
    }
    40% {
        transform: translate3d(10px, 0, 0);
    }
    60% {
        transform: translate3d(10px, 0, 0);
    }
    80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }
    10% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    50% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    70% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }
    10% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    50% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    70% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        transform: none;
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        transform: none;
    }
}

@keyframes wobble {
    0% {
        transform: none;
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
        transform: none;
    }
}

.wobble {
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
    animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
    0% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: none;
    }
}

@keyframes bounceInDown {
    0% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 5px, 0);
    }
    100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: none;
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: none;
    }
}

@keyframes bounceInLeft {
    0% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: none;
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: none;
    }
}

@keyframes bounceInRight {
    0% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: none;
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, -5px, 0);
    }
    100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    animation-name: bounceOut;
    animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }
    40% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }
    40% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }
    100% {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }
    100% {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

@-webkit-keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}

.flipInX {
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transition-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        transform: perspective(400px);
    }
}

.flipInY {
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-name: flipOutX;
    animation-duration: 0.75s;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    backface-visibility: visible !important;
    animation-name: flipOutY;
    animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }
    100% {
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    100% {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    100% {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    100% {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1;
    }
    100% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1;
    }
    100% {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    100% {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    100% {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

.image-title {
    width: 100%;
    height: 32px;
    overflow: hidden;
    position: absolute;
    bottom: 12px;
    left: 10px;
    z-index: 1;
    padding: 10px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    opacity: 0;
    background: 0 0;
}

.image-hover {
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.image-hover i[class*=icon-] {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    font-size: 42px;
    line-height: 42px;
    /* overflow: hidden; */
    color: #fff;
    opacity: 0;
    transition: opacity-color 0.5s ease;
    text-align: center;
}

.nav-tabs-03.nav-tabs {
    border-bottom: none;
}

.nav-tabs-03.nav-tabs>li.active>a {
    border: transparent;
    color: #fff;
}

.nav-tabs-03.nav-tabs>li.active>a:focus {
    border: transparent;
    color: #fff;
}

.nav-tabs-03.nav-tabs>li.active>a:hover {
    border: transparent;
    color: #fff;
}

.nav-tabs-03.nav li a {
    background: #eee;
    padding: 7px 15px;
    border-radius: 0;
    margin-right: 10px;
    border: 1px solid #ddd;
}

.title-tab-02 {
    margin-bottom: 25px;
}

.bg-none {
    background: none;
}

.nobor {
    border: none !important;
}

.nobor-right {
    border-right: none !important;
}

.line-or {
    height: 1px;
    background-color: #ddd;
    margin: 30px 0;
    text-align: center;
    text-transform: uppercase;
}

.line-or span {
    display: inline-block;
    background: #fff;
    position: relative;
    top: -10px;
    padding: 0 10px;
}

.button-login {
    text-align: center;
}

.popup-style1 .modal-dialog {
    max-width: 400px;
    border: 5px solid #000;
    border-radius: 5px;
}

.popup-style1 .close {
    display: none;
}

.popup-style1 .modal-header {
    padding: 0;
    border-bottom: none;
}

.nav-tabs-02 {
    display: inline-block;
    width: 100%;
}

.nav-tabs-02.nav li a {
    background: #999;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.nav-tabs-02.nav-tabs>li.active>a {
    background: #fff;
    color: #333;
}

.nav-tabs-02.nav-tabs>li.active>a:focus {
    background: #fff;
    color: #333;
}

.nav-tabs-02.nav-tabs>li.active>a:hover {
    background: #fff;
    color: #333;
}

.width50 {
    width: 50%;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
}

.dropdown-menu.menu-currency {
    padding: 10px;
}

.dropdown-menu.menu-currency li {
    margin-bottom: 15px;
}

.dropdown-menu.menu-currency li p {
    margin-bottom: 5px;
    font-size: 13px;
    opacity: 0.6;
}

.dropdown-menu li ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-menu li ul li a {
    color: #333;
    font-size: 14px;
    padding: 5px 0;
    display: block;
    font-weight: 300;
}

.dropdown-menu>li>a {
    padding: 7px 10px;
}

.dropdown-menu>.active>a {
    background-color: #0088cc;
}

.dropdown-menu>.active>a:focus {
    background-color: #0088cc;
}

.dropdown-menu>.active>a:hover {
    background-color: #0088cc;
}

.pagination {
    list-style: none;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 10px 18px 7px;
    text-align: center;
    border-radius: 0;
}

.pagination>li {
    display: inline-block;
    float: unset;
}

.pagination>li>a {
    height: 30px;
    min-width: 30px;
    border-radius: 5px;
    padding: 0;
}

.pagination>li>a span.demo-icon {
    right: 0;
}

.arow-right-sub-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    display: table;
    margin: auto;
    display: none;
    height: 5px;
}

.title-nav-sub {
    margin-top: 0;
}

.title-nav-sub a {
    font-weight: bold;
    color: #1e1e1e;
    display: block;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase !important;
}

.sub-menu-vetical {
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    background: #fff;
    width: 900px;
    border-left: 1px solid #ddd;
    padding: 20px;
    display: none;
    min-height: 300px;
}

.box-nav-sub {
    text-transform: uppercase;
    font-size: 12px;
}

.banner-sub-menu {
    border-bottom: none !important;
}

.title-img-banner-sub {
    font-weight: bold;
    text-align: center;
}

.icon-category {
    text-align: center;
    margin-right: 15px;
}

.table-normal {
    margin: 10px 0 0;
}

.table-normal tr {
}

.table-normal>tbody>tr>td {
    border: none;
}

.table-normal>tbody>tr>th {
    border: none;
}

.table-normal>tbody>tr:nth-of-type(2n + 1) {
    background-color: #fff;
}

.table-normal>tfoot>tr>td {
    border: none;
}

.table-normal>tfoot>tr>th {
    border: none;
}

.table-normal>thead>tr>td {
    border: none;
}

.table-normal>thead>tr>th {
    border: none;
}

.font-medium {
    font-size: 120%;
}

.bor-top {
    border-top: 1px solid #ddd;
}

.bor-top td {
    border-top: 1px solid #ddd;
}

.price {
    color: #f00;
}

.right-style-1 {
    padding-left: 30px;
}

.box-style-1 .demo-icon {
    float: left;
    font-size: 20px;
}

.box-style-1 .title_style4 h2 {
    padding: 0;
    border-bottom: inherit;
}

.box-style-1 .title_style4 h3 {
    padding: 0;
    border-bottom: inherit;
}

.box-style-1 .title_style4 h4 {
    padding: 0;
    border-bottom: inherit;
}

.box-step3 {
    border: 2px solid #ddd;
    padding: 15px;
}

.box-step3 .title_style4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.box-step3 .title_style4 h3 {
    margin: 0;
    padding: 0;
}

.box-step3 .title_style4 a {
    color: #999;
}

.bg_clolor {
    background: #0088cc;
}

.padding {
    padding: 15px;
}

.no-padd {
    padding: 0 !important;
}

label {
    font-weight: 300;
}

.clred {
    color: #f00;
}

.tab-title {
    margin-bottom: 30px;
}

.padd10 {
    padding: 10px 0 !important;
}

.select2-container .select2-choice {
    border: none;
    background: none;
}

.select2-container .select2-choice .select2-arrow {
    border: none;
    background: none;
}

.select2-container .select2-choice .select2-arrow b {
    background: url(../images/select2.png) no-repeat 10px 8px;
}

.select2-container.form-control {
    padding-left: 0;
}

.input-icon {
    position: absolute;
    right: 3px;
    z-index: 2;
    top: 7px;
}

.inline-block {
    display: inline-block;
}

.cicle {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.title_style2 {
    position: relative;
}

.title_style2 h3::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 60px;
    top: 34px;
    left: 50%;
    margin-left: -30px;
    z-index: 2;
}

.title_style2 h2 {
    font-size: 16px;
    color: #383838;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    position: relative;
}

.title_style2 h3 {
    font-size: 16px;
    color: #383838;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    position: relative;
}

.title_style2 h3 strong {
    color: #0088cc;
}

.title_style2 h4 {
    font-size: 16px;
    color: #383838;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    position: relative;
}

.title_style2::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 160px;
    background: #383838;
    top: 35px;
    left: 50%;
    margin-left: -80px;
}

.box-cont {
    padding: 50px 0;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

.title_style h2 {
    background-color: #383838;
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 14px 15px;
    position: relative;
}

.title_style h3 {
    background-color: #383838;
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 14px 15px;
    position: relative;
}

.title_style h4 {
    background-color: #383838;
    font-size: 16px;
    color: #fff;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 14px 15px;
    position: relative;
}

.title_style3 h2 {
    font-size: 16px;
    color: #383838;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 0 0 5px;
    position: relative;
}

.title_style3 h3 {
    font-size: 16px;
    color: #383838;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 0 0 5px;
    position: relative;
}

.title_style3 h4 {
    font-size: 16px;
    color: #383838;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 0 0 5px;
    position: relative;
}

.title_style3.bottom0 h3 {
    margin-bottom: 0;
}

.title_style4 h2 {
    font-size: 16px;
    color: #383838;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin: 0 0 10px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.title_style4 h3 {
    font-size: 16px;
    color: #383838;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin: 0 0 10px;
    padding: 16px 10px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.title_style4 h4 {
    font-size: 16px;
    color: #383838;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin: 0 0 10px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.title_style4>h3 {
    margin-bottom: 0;
}

.title_style1 h2 {
    font-size: 40px;
    margin: 0 0 15px;
}

.title_style1 strong {
    color: #0088cc;
}

.bottom {
    margin-bottom: 25px;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background: none;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: inherit;
}

.breadcrumb .active {
    color: #0088cc !important;
    font-weight: 300;
    font-size: 100%;
}

.box_bor_style1 {
    border: 5px solid #ddd;
    padding: 50px 25px 125px 30%;
    width: 130%;
    left: -30%;
    position: relative;
}

.welcome {
    padding: 50px 0;
}

.welcome p {
    font-weight: 300;
}

.img_intro1 {
    position: absolute;
    top: 30px;
    z-index: 2;
}

.bg_gray {
    background: #eee;
}

.box_location {
    padding: 50px 0;
}

.bg_gray2 {
    background: #f8f8f8;
    margin: 20px 0;
}

.nav-tabs-style1.nav-tabs {
    border: none;
    display: inline-block;
}

.nav-tabs-style1.nav-tabs>li.active>a {
    background: #0088cc;
}

.nav-tabs-style1.nav-tabs>li.active>a:focus {
    background: #0088cc;
}

.nav-tabs-style1.nav-tabs>li.active>a:hover {
    background: #0088cc;
}

.nav-tabs-style1 li a {
    background: #383838;
    display: block;
    width: 50px;
    height: 2px;
    padding: 0;
}

#btn-process-payment {
    margin-left: 5px;
    height: 42px;
    border-radius: 3px;
}

.nav-tabs-01 .nav-tabs {
    border: none;
}

.nav-tabs-01 .nav-tabs li {
    width: 100%;
    padding: 10px 0;
}

.nav-tabs-01 .nav-tabs li.active .icon-circle-empty {
    display: none;
}

.nav-tabs-01 .nav-tabs li.active span {
    color: #fff;
}

.nav-tabs-01 .nav-tabs li.active span .demo-icon {
    background: #fff;
}

.nav-tabs-01 .nav-tabs li.active i.icon-dot-circled {
    display: block;
}

.nav-tabs-01 .nav-tabs li .icon-dot-circled {
    display: none;
    left: 10px;
    top: 10px;
}

.nav-tabs-01 .nav-tabs li .demo-icon {
    position: absolute;
}

.nav-tabs-01 .nav-tabs li .icon-circle-empty {
    left: 10px;
    top: 10px;
    color: #999;
}

.nav-tabs-01 .nav-tabs li span {
    display: block;
    background: #eee;
    border: 1px solid #ddd;
    padding: 7px 15px 7px 35px;
    border-radius: 4px;
    color: #555;
    text-align: left;
    position: relative;
}

.nav-tabs-01 .nav-tabs li span .demo-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    left: 5px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    top: 4px;
}

.nav-tabs-01 .nav-tabs li span .demo-icon.icon-wallet {
    color: #3b3b3b;
}

.nav-tabs-01 .nav-tabs li span .demo-icon.icon-visa {
    color: #0088cc;
}

.nav-tabs-01 .nav-tabs li span .demo-icon.icon-paypal {
    color: #00e5ff;
}

.nav-tabs-01 .nav-tabs li span .demo-icon.icon-mastercard {
    color: #4caf50;
}

.nav-tabs-01 .nav-tabs li span .demo-icon.icon-atm {
    color: #ffc212;
}

.nav-tabs-01 .nav-tabs li span .icon-cc-visa:before {
    right: 2px;
    position: relative;
}

.nav-tabs-01 .tab-content {
    padding: 20px 0;
}

.nav-tabs-01 .nav li a {
    padding: 0 0 0 39px;
    background: none !important;
    border: none !important;
    display: inline-block;
}

.nav-tabs-01 li.active .arrow-left {
    display: block;
}

.owl-carousel {
    position: inherit;
}

.owl-carousel .owl-wrapper-outer {
    padding-bottom: 2px;
}

.list-bank li {
    float: left;
    width: 20%;
    text-align: center;
    background: #fff;
}

.list-bank li label {
    line-height: 3.5;
    display: block;
    border-bottom: 1px solid #ddd;
    margin: 0;
    border-right: 1px solid #ddd;
    vertical-align: middle;
    padding: 40px 0;
    cursor: pointer;
    position: relative;
}

.list-bank li label input {
    border: none;
    background: url(../images/trans.png) 0 0 repeat;
    color: #fff;
    position: absolute;
    width: 100%;
    display: none;
    height: 100%;
    top: 0;
    font-size: 0;
    z-index: 2;
    left: 0;
}

.list-bank li label:before {
    font-family: fonts_vnsitecss;
    font-style: normal;
    font-weight: normal;
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 10px;
    position: absolute;
    display: none;
    right: 10px;
    top: 15px;
    content: '\e832';
    margin: -5px 0 0 -5px;
}

.list-bank li.active label:before {
    display: block;
}

.list-bank li:hover label:before {
    display: block;
}

.list-bank img {
    width: 100%;
    max-width: 200px;
    height: auto;
}

.note-cart {
    padding-top: 15px;
}

.arrow-left {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: 50%;
    left: -21px;
    display: none;
    margin-top: -11px;
    border-right-color: #ddd;
    border-left-width: 0;
    border-width: 11px;
}

.arrow-left::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    bottom: -12px;
    left: -11px;
    content: " ";
    border-right-color: #eee;
    border-left-width: 0;
    content: "";
    border-width: 12px;
}

.icon-flag {
    display: inline;
    font-size: 9px !important;
    padding: 0 7px;
    position: relative;
    top: -1px;
    background: url(../images/icons-flags.png) no-repeat 0 0;
}

.icon-flag-en {
    background-position: 0 0;
}

.icon-flag-de {
    background-position: 0 -22px;
}

.icon-flag-fr {
    background-position: 0 -44px;
}

.icon-flag-da {
    background-position: 0 -66px;
}

.icon-flag-el {
    background-position: 0 -88px;
}

.icon-flag-es {
    background-position: 0 -110px;
}

.icon-flag-it {
    background-position: 0 -132px;
}

.icon-flag-nl {
    background-position: 0 -154px;
}

.icon-flag-pl {
    background-position: 0 -176px;
}

.icon-flag-pt {
    background-position: 0 -198px;
}

.icon-flag-ru {
    background-position: 0 -220px;
}

.icon-flag-sv {
    background-position: 0 -242px;
}

.icon-flag-vi {
    background-position: 0 -261px;
}

.btn-normal {
    background-color: #ddd;
    border: 1px solid #ccc;
    line-height: 30px;
}

.txt-upper {
    text-transform: uppercase;
}

.form-control {
    box-shadow: inherit;
    border-radius: 0;
    border-color: #ddd;
}

#frm-send-contact .form-control {
    border-radius: 3px;
}

.cicle-icon {
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

th {
    text-align: inherit;
}

.bottom-big {
    margin-bottom: 30px;
}

.img-80 {
    width: 80px;
    height: 80px;
}

.img-80-bor {
    width: 80px;
    height: 80px;
    border: 1px solid #ddd;
    padding: 1px;
}

.input-cart {
    width: 30px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    border: 1px solid #ddd;
    height: 30px;
    margin-top: -15px;
}

.box-cart-right {
    border: 1px solid #ddd;
}

.font-small {
    font-size: 13px;
    text-transform: capitalize;
    color: #777;
    font-weight: normal;
}

.title-promotion {
    padding: 0 15px 10px;
}

.item-cart {
    /* padding: 0 15px 10px; */
}

.item-promotion {
    padding: 0 15px 10px;
    width: 100%;
    float: left;
    padding: 10px;
}

.box-step a {
    display: block;
    position: relative;
    line-height: 38px;
}

.box-step ul li span.num-of-step {
    height: 38px;
    width: 38px;
    line-height: 33px;
    font-size: 20px;
    border: 2px solid;
    display: block;
    margin-right: 15px;
    float: left;
    border-radius: 100%;
    border-color: #0070c9;
    color: #0070c9;
    font-weight: 400;
}

.box-step ul li.active span.num-of-step {
    color: #fff;
    background-color: #0070c9;
}

.box-step {
    padding: 15px 0 15px;
}

.box-step ul {
    list-style: none;
    margin: 0;
    height: auto;
    position: relative;
    padding: 0;
    display: block;
}

.box-step ul li .demo-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -20px;
    border-radius: 50%;
    margin-left: -20px;
    line-height: 36px;
    color: #fff;
    background: #999;
    border: 2px solid #ddd;
}

.box-step ul li span {
    top: 0px;
    color: ##0070c9;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
}

.bottom0 {
    margin: 0 !important;
    padding: 0 !important;
}

.bg-white {
    background: #fff;
}

@media (max-width: 992px) and (min-width: 768px) {
    .img-80 {
        width: 50px;
        height: 50px;
    }
    .img-80-bor {
        width: 50px;
        height: 50px;
    }
    .box-cart-right-cont {
        padding: 10px 5px;
    }
    .box-cart-right-cont .media-body .media-heading {
        padding-top: 0;
    }
    .title_style h3 {
        font-size: 10px;
    }
}

@media (max-width: 481px) {
    .btn-fill {
        padding: 5px;
        font-size: 12px;
        margin-right: 4px;
    }
    .box-step {
        width: 85%;
        margin: 0 auto;
        font-size: 12px;
    }
    li.step1 span,
    li.step2 span {
        margin-bottom: 30px
    }
    .nav_title li {
        padding-left: 0;
        width: inherit;
    }
    .nav_title li.active {
        padding-left: 0;
    }
    .nav_title li:first-child {
        padding-left: 0;
    }
    .nav_title li a {
        font-size: 13px;
    }
    .nav-tabs-03.nav li a {
        padding: 5px;
        font-size: 12px;
        margin-right: 4px;
    }
    .couwn-down-title h2 {
        font-size: 16px;
    }
    #Slider .owl-theme .owl-controls .owl-buttons div::before {
        font-size: 30px;
    }
}

@media (max-width: 321px) {
    li.step1 span {
        left: -26px;
    }
    li.step3 span {
        right: -8px;
    }
    .box-gallery .title-tab-02 {
        margin-right: -13px;
        margin-left: -11px;
    }
    .couwn-down-style3 .timer .table-cell {
        min-width: 30px;
    }
    .couwn-down-style3 .timer .table-cell .tab-val {
        margin: 0;
    }
    .couwn-down-style3 .timer .table-cell .tab-unit {
        font-size: 12px;
    }
}

#catalog-all-12 {
    overflow: hidden;
    border: none !important;
}

#frm-reg-email {
    margin: 0 auto;
    max-width: 575px;
}

#frm-reg-email * {
    margin: 0;
}

#frm-reg-email .form-group {
    min-height: 50px;
}

#frm-reg-email .btn-send-reg-email {
    right: 0;
    position: absolute;
    background: #0088cc;
    height: 50px;
    width: 110px;
    top: 0;
    color: #fff;
    border-radius: 0 3px 3px 0;
    font-size: 15px;
}

/* #frm-reg-email .btn-send-reg-email:before {
    color: #fff !important;
    right: 0;
    top: 0;
    position: absolute;
    font-family: FontAwesome;
    content: "\f178";
    height: 48px;
    /* width: 50px; */
/*  font-size: 24px;
    line-height: 50px; */
} */

.box_maps {
    margin-right: -8px;
}

.text {
    float: left;
    width: 45%;
}

.captcha-img {
    float: left;
    width: auto !important;
    height: 40px;
    margin-right: 15px;
}

.captcha-reload {
    float: left;
    width: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 2px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 15px;
}

.about-more {
    padding-right: 0 !important;
}

.detail-post {
    text-align: justify;
}

#myTabs1 {
    margin-top: 15px;
}

#Customer-tab {
    margin-top: 15px;
}

#footer .menu-top li a {
    color: #888;
    font-weight: 300;
    border-right: none;
    padding: 0 0 0 15px;
    line-height: 22px;
    transition: all 300ms ease;
    font-size: 13px;
}

#footer .menu-top li a:hover {
    color: #0088cc;
}

#sub#frm-reg-email .btn-send-reg-email {
    color: #0088cc !important;
    right: 0;
    position: absolute;
    font-family: FontAwesome;
    content: "\f178";
}

#sub-menu01 li .tab-item {
    padding: 0 5px;
    width: initial;
    /* display: initial; */
    float: initial;
}

.owl-theme .owl-controls .owl-buttons div {
    background: none;
    font-family: fonts_vnsitecss;
    font-style: normal;
    font-weight: normal;
    speak: none;
    color: transparent;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    outline: none;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 16px;
    background-color: inherit;
}

.owl-theme .owl-controls .owl-buttons div:before {
    opacity: 0.5;
    color: #979797;
}

.owl-theme .owl-controls .owl-buttons div:hover:before {
    color: #0088cc;
    opacity: 1;
}

Bengin vnsite css-->img {
    max-width: 100%;
    width: 100%;
}

.btn:focus {
    outline: none;
}

.nav_mobile .container {
    padding: 0;
}

.cart-order .dropdown-toggle span.number {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

.slider-product.owl-theme .owl-controls .owl-buttons div {
    height: auto;
    bottom: inherit;
    top: 30px;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    opacity: 0.5;
}

.tab-content:hover .owl-controls .owl-buttons div {
    opacity: 1;
}

.slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: 20px;
    left: -45px;
    right: auto;
}

.slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    font-family: fontawesome;
    content: "\f104";
}

.slider-product.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -15px;
    left: auto;
}

.slider-product.owl-theme .owl-controls .owl-buttons div.owl-next:before {
    font-family: fontawesome;
    content: "\f105";
}

#Slider_detail.owl-theme .owl-controls .owl-buttons div {
    width: 30px;
    top: 50%;
    margin-top: -15px;
}

#Slider_detail.owl-theme .owl-controls .owl-buttons div:before {
    font-size: 30px;
}

#Slider_detail.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: '\eaa5';
}

#Slider_detail.owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: '\eaa6';
}

.box-rate i {
    color: #ffa800;
    font-size: 12px;
}

.price-inline p {
    display: inline;
}

.img>a,
.product-left-right .media-left a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.view-style .btn-view {
    color: #fff;
    padding: 0;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
    display: inline-block;
    margin-right: 10px;
    background-color: #959595;
}

.view-style .btn-view i {
    position: relative;
    left: 0px;
    width:  auto;
}

.list-product-small .title-product a {
    font-size: 16px;
}

.btn-toggle-cont-box-left:before {
    display: none;
}

.box-thongso .row-tso {
    display: table;
    border-bottom: 1px dotted #ddd;
    width: 100%;
    padding: 4px 0 10px;
}

.box-thongso .row-tso strong {
    width: 160px;
    display: table-cell;
    vertical-align: middle;
}

.box-thongso .row-tso span {
    display: table-cell;
    vertical-align: middle;
}

.detail-binhluan textarea.form-control {
    min-height: 160px;
}

.opticon-select li {
    list-style: none;
    float: left;
}

.opticon-select li:hover .btn-ver {
    color: #fff;
    border: 1px solid transparent;
    position: relative;
}

.opticon-select li.active .btn-ver {
    color: #fff;
    border: 1px solid transparent;
    position: relative;
}

.select2-container-active .select2-choice {
    outline: none;
}

.title-table span {
    text-transform: uppercase;
}

.img-blogs a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.noButton .owl-buttons {
    display: none !important;
}

.img-trending img {
    width: 100%;
}

.img-news-feture img {
    width: 100%;
}

.more-post li {
    display: inline-block;
    list-style: none;
    margin-right: 15px;
    padding-right: 15px;
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    border-right: 1px solid #999;
}

.more-post li:last-child {
    border-right: none;
}

.img-news-right img {
    width: 100%;
}

.open>.dropdown-toggle.btn-default {
    color: #fff !important;
    background-color: #dc121a !important;
    border-color: #ae151b !important;
}

.btn-cart.btn-pay.btn-add-cart-two {
    height: 40px;
    font-size: 18px;
    color: #fff;
    background-color: #e01222;
    border: none;
    border-radius: 18px;
    padding: 0 15px;
    line-height: 40px;
}
.btn-cart.btn-pay.btn-add-cart-two:hover {
    background-color: #444 !important;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    top: 10px;
    bottom: 10px;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border: none;
}

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    border: none;
}

.mCSB_inside>.mCSB_container {
    margin: 0;
    padding-right: 26px;
    padding-left: 10px;
    padding-bottom: 20px;
}

.form-dk>.form-group>a {
    height: 30px;
    width: 30px;
    margin-left: 10px;
}

.form-dk>.form-group>a>.fa {
    font-size: 14px !important;
}

.store-item>img {
    width: 100%;
}

.form-m-o>.box-table {
    margin-top: 20px;
}

.form-m-o>.form-group {
    margin-right: 5px;
}

.form-m-o>.form-group:nth-child(5) {
    margin-right: 0;
}

.form-m-o>.form-group>.input-group>.input-group-addon {
    border-radius: 0;
}

.form-group>.captcha-img {
    margin-right: 15px;
    height: 40px;
    width: auto !important;
}

.nav-tab-right>li>.dropdown-menu {
    right: 0;
    left: auto;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

:first-child+html .clearfix {
    zoom: 1;
}

.news-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-bottom ul a {
    border-top: 1px solid #ddd;
    color: #333;
    padding: 5px 10px 5px 20px;
    display: block;
    position: relative;
}

.news-bottom ul a:hover {
    color: #66d0e6;
}

.news-bottom ul a::before {
    font-family: fonts_vnsitecss;
    font-style: normal;
    font-weight: normal;
    color: #66d0e6;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    content: '\e959';
    margin-top: -5px;
}

.icon_img img {
    margin-right: 2px;
    margin-top: -2px;
}

.img-circle img {
    border-radius: 50%;
}

.list-download .media-heading {
    font-weight: bold;
}

.box-couwn-down-style1 .couwn-down-title {
    margin: 30px 0;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

#lg-zoom-in:after {
    content: "\e311";
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.lg-group:after {
    content: "";
    display: table;
    clear: both;
}

.box-gallery-cont a {
    position: relative;
    color: #fff;
}

.fancybox-gallery:hover .image-hover {
    opacity: 0.65;
}

.fancybox-gallery:hover .image-hover i[class*=icon-] {
    opacity: 1;
}

.btn-social .btn {
    height: 50px;
    position: relative;
    color: #fff;
    border: none;
}

.btn-social .btn i {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 50px;
}

.btn-social .btn.btn-facebook i {
    background-color: #30497d;
}

.btn-social .btn.btn-google i {
    background-color: #db4437;
}

.name-forgot a {
    color: #f70006;
}

.lang a {
    margin-right: 15px;
}

.currency a {
    margin-right: 15px;
}

.list-sub-menu .view-all-list {
    text-transform: none !important;
}

.table-nobor td {
    border: none !important;
    vertical-align: middle !important;
    padding: 10px 5px !important;
}

div .no-pad-right {
    padding-right: 0;
}

.box-forget .title_style4 h2 {
    padding: 0;
    border-bottom: inherit;
}

.box-forget .title_style4 h3 {
    padding: 0;
    border-bottom: inherit;
}

.box-forget .title_style4 h4 {
    padding: 0;
    border-bottom: inherit;
}

a.bt {
    display: inline-block;
    padding: 0 10px !important;
}

ul.list-bank {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    left: 1px;
}

.tabs-menu-01:before {
    content: "";
    width: 1px;
    background: #ddd;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.title-table-01 th {
    background: #ddd;
}

.media-body .media-heading a {
    font-size: 14px;
    color: #333;
    display: block;
    font-weight: 300;
    line-height:  initial;
}

.content-Customer .slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: 30px;
}

.content-Customer .slider-product.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 10px;
}


.item_block .box-product .content-tab-product .tab-pane .list-item {
    margin-right: 0;
}

/*404*/
.page-four {
  padding-top: 180px;
  padding-bottom: 180px;
  text-align: center;
}
.page-four>.logo {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}
.page-four>div>h1 {
  width: 100%;
  font-size: 160px;
  font-weight: bold;
  line-height: 160px;
}
.page-four>div:nth-child(2) {
  margin-bottom: 50px;
}
.page-four>div:nth-child(2)>p {
  font-weight: 300;
  font-size: 24px;
}



@media (max-width: 767px) {
    #list-method {
        width: calc(100% - 30px);
    }
    .choose-bank {
        margin-left: 20px;
        width: calc(100% - 40px);
    }
}

.sticky {
    max-width: 1920px;
    margin:  auto;
    background: #ffffff;
    z-index: 999;
    padding: 15px 0 !important;
    border-bottom: 1px solid #e1e1e1;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
}
.sticky .logo {
    top: -12px !important;
}
.sticky .logo img {
    height: 55px;
}