@import url("fonts.css");
body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

#hisella-facebook {
    /* displaY:none !Important */
}

body,
html,
header,
footer {
    /* min-width:1200px; */
}

img {
    max-width: 100%;
    height: auto
}

.visibility {
    visibility: hidden
}

.required {
    color: red
}

.button {
    color: #fff;
    border: 1px #ddd solid;
    background: #0E78C5;
    padding: 10px 40px;
    float: left;
    transition: 0.4s;
}

.button:hover {
    border: 1px solid #ff5c00;
    background: #ff5c00;
    color: #FFF;
}

.button:hover {
    border: 1px solid #f2f2f2;
    background: #189EFF;
    color: #FFF;
}

.row.max-full {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

button.button.login:before {
    content: '\f13e';
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 8px;
}

button.button span {
    font-weight: bold;
    text-transform: uppercase;
}

.reani-loading {
    opacity: 1;
    -o-transform: translate3d(0, 0px, 0) !important;
    -moz-transform: translate3d(0, 0px, 0) !important;
    -webkit-transform: translate3d(0, 0px, 0) !important;
    transform: translate3d(0, 0px, 0) !important;
    transition: 0.7s ease;
}

.ajax-loading:after {
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -17px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    content: " ";
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #000;
    border-radius: 50%;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    animation: load-spin 450ms infinite linear;
    -o-animation: load-spin 450ms infinite linear;
    -ms-animation: load-spin 450ms infinite linear;
    -webkit-animation: load-spin 450ms infinite linear;
    -moz-animation: load-spin 450ms infinite linear;
    opacity: 1;
    visibility: visible;
    z-index: 1234;
}

.ajax-loading {
    position: relative;
    z-index: 12345;
}

.full {
    width: 100% !important
}

.ani-loading {
    opacity: 0 !important;
    position: relative;
    -o-transform: translate3d(0, 30px, 0) !important;
    -moz-transform: translate3d(0, 30px, 0) !important;
    -webkit-transform: translate3d(0, 30px, 0) !important;
    transform: translate3d(0, 30px, 0) !important;
    transition: 0.7s ease;
}

.container {
    /* width: 1220px !important; */
}

.container-fluid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    margin: auto
}

.container-fluid>.row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}

.blue {
    color: blue
}

.rel {
    position: relative
}

.img-max {
    width: 100%
}

.red {
    color: red
}


body,
html,
header,
footer {
    /* min-width:1200px; */
}

.container-fluid {
    /* max-width:1366px */
}

.container {
    /* width:1200px !important */
}

.blue {
    color: blue
}

.img-max {
    width: 100%
}

.red {
    color: red
}

.opa-0 {
    opacity: 0
}

.opa-1 {
    opacity: 1
}

.help-block {
    margin-bottom: 5px
}

.over-hide {
    overflow: hidden
}

.desc .view {
    margin: 10px 0;
    background-color: #fff;
    border-radius: 50px;
    bottom: 0;
    padding: 3px 7px;
    display: inline-block;
}

footer .title {}

header #header-nav {
    background: #fbfbfb;
    height: 70px;
    width: 100%;
    z-index: 123;
    border-bottom: 3px solid #017dce;
}

header .small-logo {}

header .menu {}

header #header-nav .logo {
    height: 60px;
    margin-left: 10px;
}

header #header-nav .logo img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

header #header-nav .menu {
    float: right;
    padding: 22px 10px;
    cursor: hand;
    cursor: pointer;
}

header #header-nav .menu .toggle {}

header #fixed-top .search-bar-top {
    padding-top: 0
}

header #fixed-top.fixed {
    opacity: 1;
    transition: 0.4s;
    z-index: 98;
    display: none !Important;
}

header #fixed-top {
    transition: 0.4s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 123;
    background: #0e78c5;
    padding: 7px 0;
    padding-bottom: 0;
    opacity: 0;
    z-index: 0;
    display: none;
}

header #fixed-top .nav-content {
    position: absolute;
    display: none;
    width: 100%;
}

header #fixed-top .nav-content .main-menu-nav ul li {
    padding: 7px 10px !important;
}

header .top-menu-category.fixed {
    position: fixed;
    top: 0;
    z-index: 1234;
    width: 100%;
}

header .top-menu-category {
    background: #000;
    position: relative;
}

header .top-menu-category .basic-menu {
    background: #000;
    height: 40px;
    opacity: 0;
    overflow: hidden
}

header .top-menu-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: center;
    min-width: 100%;
}

header .top-menu-category ul li {
    float: left;
    height: 100%;
    margin: 0 1px 0 0;
    padding: 0;
    color: #3a3c47;
    text-align: center;
    cursor: pointer;
    width: 100px;
}

header .top-menu-category ul li:hover a {
    text-decoration: none
}

header .top-menu-category ul li span {
    color: #fff;
    display: block;
    padding: 10px 0px;
    transition: 0.4s;
    font-size: 12px;
}

header .top-menu-category ul li span img {
    height: 15px;
}

header .top-menu-category ul li span img.front-photo {}

header .top-menu-category ul li:hover span img.front-photo {
    display: none;
}

header .top-menu-category ul li span img.back-photo {
    display: none;
}

header .top-menu-category ul li:hover span img.back-photo {
    display: inline-block;
}

#social-air {}

.wrap-all {}

.xvisible {
    animation-name: none !important;
    visibility: visible !important;
}

.desc .view i {
    -webkit-transform: rotate(0deg);
    position: relative;
    top: 2px;
    left: 0px;
}

.bottom-quantity {
    margin: 20px 0
}

.desc .view:hover i {
    -webkit-transform: rotate(-180deg);
}

.blue {
    color: blue
}

.btn-effect {
    background: #fff;
    color: #39464F;
    padding: 3px 13px;
    font-family: Avo;
    padding-top: 11px;
    font-size: 17px;
    border: 1px solid #35414D;
    padding-top: 4px;
    display: block;
}

.btn-effect:hover {
    background: #1BBC9B;
    color: #fff;
    text-decoration: none;
}

.text-center-im {
    text-align: center !important
}

.xrating {}

.xrating i {
    margin-right: 5px;
    font-size: 16px !important;
    color: #EA7C33;
}

.back-to-top {
    position: fixed;
    z-index: 12355;
    right: -60px;
    bottom: -60px;
    text-align: center;
    color: #EC000A !Important;
    text-decoration: none !Important;
    font-weight: bold;
    font-size: 14px;
    box-shadow: chartreuse;
}

.phantrang {
    margin-left: 15px
}

.anim-05 {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.link-transpare-border {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}

.link-transpare-border:hover:before {
    border: 5px solid rgba(255, 255, 255, 0.4);
}

.tooltip-inner {
    border-radius: 0 !important
}

.link-transpare-border:before {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    border: 5px solid rgba(255, 255, 255, 0.6);
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
}

.empty-content {
    margin: auto;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
}

.title-child {
    font-family: Alter-gothic;
    font-size: 21px;
    border-bottom: 1px solid #ccc;
}

.global-title h4 {
    color: #63341e;
    font-size: 17px;
    z-index: 2;
    position: relative;
    margin-bottom: 2px;
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin: auto;
    font-family: arial;
    text-align: center;
}

.global-title h2 a,
.title-global h2 a,
.title-global h1 a {
    color: #fff
}

.global-title h2,
.title-global h2,
.title-global h1 {
    color: #93174B;
    font-size: 25px;
    z-index: 2;
    position: relative;
    margin-bottom: 2px;
    padding: 15px;
    padding-right: 10px;
    margin: auto;
    text-align: left;
    display: block;
    margin: 0;
    padding: 6px 0px;
    padding-top: 8px;
    padding-bottom: 5px;
    text-align: center;
}

.global-title h2:after,
.title-global h2:after,
.title-global h1:after,
.global-title h1:after {
    background: url(../img/before-title.png) repeat-x;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.global-title h2:before,
.title-global h2:before,
.title-global h1:before,
.global-title h1:before {
    background: url(../img/after-title.png) no-repeat top right;
    content: "";
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 0;
}

.global-title span,
.title-global span {
    position: relative;
    z-index: 1234
}

.title-global,
.global-title {
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
}

.title-global,
.global-title {
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.title-global.small {}

.title-global.small h1 {
    color: #7B7B7B;
    border: 0;
    font-size: 20px;
    font-weight: normal;
}

.title-global h2,
.global-title h2 {}

.title-global:before,
.global-title:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    left: calc(50% - 40px);
    bottom: -10px;
    z-index: 1;
    background: rgba(117, 117, 117, 0.54);
}

.inner-website .global-title,
.inner-website .title-global {}

.inner-max-width img {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#fbcomments,
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
    /*width: 100% !important;*/
}

header .top-banner img {
    max-height: 69px;
}

header .header-content-menu {
    padding-bottom: 5px;
}

header .header-content-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.19);
    -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.19);
    box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.19);
}

.header-cart-wrapper {
    margin-top: 11px;
    position: relative;
    line-height: 15px;
}

.header-cart-wrapper a {}

.header-cart-wrapper a img {
    margin-right: 10px
}

.header-cart-wrapper .num-cart {
    background-color: red;
    position: absolute;
    left: 40px;
    font-size: 12px;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    color: #fff;
}

.wrap-slider {
    position: relative;
}

.wrap-slider .slick-vertical .item:first-child {
    border-top-left-radius: 5px
}

.wrap-slider .slick-vertical .item:last-child {
    border-bottom-left-radius: 5px
}

.wrap-slider .slick-vertical {
    position: absolute;
    right: 0;
    width: 240px;
    top: 0;
    z-index: 123;
    height: calc(100% - 10px);
    top: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
}

.wrap-slider .slick-vertical .item.active:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
}

.wrap-slider .slick-vertical .item.active {
    background: #fff;
}

.wrap-slider .slick-vertical .item {
    background: #F1F1F1;
    width: calc(100% - 10px) !important;
    margin-left: 10px;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    position: relative;
    cursor: pointer;
    padding-left: 7px;
}

.wrap-slider .slick-vertical .item .img {
    float: left;
    width: 50px;
}

.wrap-slider .slick-vertical .item .img img {
    width: 100%;
}

.wrap-slider .slick-vertical .item .desc {
    float: left;
    padding-left: 6px;
    font-size: 13px;
}

.wrap-slider .slick-vertical .item .desc .name {
    font-weight: bold;
}

.wrap-slider .slick-vertical .item .desc .idesc {}

#slider-camera-wrapper {
    overflow: hidden;
}

header .top-hotline {
    background: #BE6622;
    padding: 4px 0;
    color: #fff;
    font-size: 15px;
    text-align: right;
}

header .top-hotline ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header .top-hotline ul li {
    display: inline-block;
    margin: 0px 3px;
}

header .top-hotline ul li a {
    font-size: 12px;
    color: #4C4C4C;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header .top-hotline ul li a:hover {
    color: #A2A2A2;
    text-decoration: none;
}

header .top-hotline ul li.cart {}

header .top-hotline ul li.cart a {}

header .top-hotline ul li.cart a:hover {}

header .social-hotline {
    text-align: right;
    position: absolute;
    top: 29%;
    right: 10px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

header .social-hotline .social {
    margin-top: 0px;
}

header .social-hotline .social a {
    font-size: 25px;
    margin: 0px 4px;
}

header .social-hotline .hotline {
    color: #B82626;
    font-size: 24px;
    margin-top: 0px;
    margin-right: 10px;
    font-family: UTMAmbrose;
}

header .social-hotline .hotline span {}

header.fixed {
    position: fixed;
    left: 0;
    z-index: 999;
    background: #fff;
}

header.fixed .top-logo img {
    max-height: 70px;
}

header .top-logo img {
    transition: all 0.5s ease;
    max-height: 100px;
    margin: auto;
    margin-top: 2px;
}

header {
    top: 0;
    z-index: 100;
    width: 100%;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.4);
}

header #top-header {
    border-bottom: 1px solid #ccc;
    background: #93174B;
    color: #fff;
    position: relative;
    z-index: 1;
}

header #top-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 20%;
}

header #top-header ul li {
    display: inline-block;
    border-right: 1px solid rgba(255, 30, 124, 0.5);
    padding: 5px 0px;
    padding-right: 10px;
    padding-left: 7px;
    min-width: 30%;
    height: 35px;
}

header #top-header ul li form {
    position: relative;
}

header #top-header ul li form input {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.67);
    padding: 3px;
    width: 100%;
    padding-left: 20px;
    outline: none;
}

header #top-header ul li form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

header #top-header ul li form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

header #top-header ul li form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

header #top-header ul li form input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

header #top-header ul li form button {
    position: absolute;
    top: 0;
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, 0.67);
    border: 0;
    padding: 3px 2px;
    right: 6px;
}

header #top-header ul li a {
    color: #fff
}

header #main-header {
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

header #main-header .marg-logo {
    margin-top: -30px;
}

header #main-header .marg-logo img {
    /* height:65px */
}

header .search-bar-top {
    margin-top: 10px;
}

header .member-section {
    margin-left: 5px;
}

header .member-section a {
    margin-right: 10px;
    text-transform: uppercase;
    color: #333;
}

header #search {
    float: left;
    width: 78%;
}

header #cart {
    float: right;
    position: relative;
}

header #cart p {
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(139, 139, 139, 0.83);
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 13px;
}

header #cart span.price {}

header #cart>a {
    right: 0;
    width: 50px;
    height: 100%;
    top: 0;
    line-height: 31px;
    text-align: center;
    padding-left: 5px;
    padding-top: 3px;
}

header #cart a i {
    color: #111;
    font-size: 22px;
}

header #cart a i.icon-spin4 {
    font-size: 14px;
    margin-left: 10px
}

header #cart a span {
    position: absolute;
    top: 0px;
    right: 5px;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    color: #969696;
    border-radius: 3px;
    font-size: 11px;
}

header #top-toolbox {
    float: left;
    width: 49%;
    color: #fff;
}

header #top-toolbox .icon {
    float: left;
    width: 33.3%;
    font-size: 12.1px;
}

header #top-toolbox .icon img {
    float: left;
    padding-right: 10px;
}

header #top-toolbox .icon span {}

header #top-toolbox .icon.icon-1 {}

header #top-toolbox .icon.icon-2 {}

header #top-toolbox .icon.icon-3 {}

header #top-toolbox .icon.icon-3 .cart {
    border: 2px solid #fff;
    float: right;
    padding: 4px 6px;
    border-radius: 5px;
    padding-top: 3px;
    padding-bottom: 7px;
}

header #top-toolbox .icon.icon-3 .cart a {
    color: #fff;
    top: 3px;
    position: relative;
    text-decoration: none;
}

header #top-toolbox .icon.icon-3 .cart a span {
    background: #0C8EBF;
    padding: 2px 5px;
    border-radius: 2px;
    font-weight: bold;
    margin-left: 3px;
}

header #main-header .product-line-footer {
    color: #fff;
    margin-top: 16px;
}

header #main-header .product-line-footer .cart {
    float: right;
    background: #FFC602;
    padding: 4px 8px;
    border-radius: 4px;
    color: #333;
    padding-bottom: 2px;
}

header #main-header .product-line-footer .cart a {
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
}


/* header cart */

.badge {
    background-color: #6394F8;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

#cart .shopping-cart {
    margin: 5px 0;
    display: none;
    float: right;
    background: white;
    width: 320px;
    position: absolute;
    border-radius: 3px;
    right: 0px;
    top: 100%;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.3);
}

#cart .shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

#cart .shopping-cart .shopping-cart-header .shopping-cart-total.fix {
    width: 100%;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

#cart .shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right;
    line-height: 34px;
}

#cart .shopping-cart .shopping-cart-items {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 0;
    padding-top: 10px;
}

#cart .shopping-cart .shopping-cart-items li {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.58);
    padding-bottom: 10px;
    margin-left: -20px;
    padding-left: 10px;
    margin-right: -20px;
    padding-right: 10px;
    position: relative;
}

#cart .shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 0px;
}

#cart .shopping-cart .shopping-cart-items .item-name {
    font-size: 15px;
    float: right;
    width: calc(100% - 80px);
}

#cart .shopping-cart .shopping-cart-items .item-price {
    color: #6394F8;
    float: right;
    display: block;
    width: calc(100% - 80px);
}

#cart .shopping-cart .shopping-cart-items .item-price input[type='number'] {
    width: 40px;
    border-radius: 2px;
    border: 1px solid #ccc;
    padding: 0 3px;
    height: 26px;
}

#cart .shopping-cart .shopping-cart-items .remove-cart-in-mini:hover {
    background: #6394F8;
}

#cart .shopping-cart .shopping-cart-items .remove-cart-in-mini {
    position: absolute;
    top: 0px;
    right: 10px;
    background: black;
    border-radius: 50%;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    transition: 0.4s ease;
    text-align: center;
}

#cart .shopping-cart .shopping-cart-items .remove-cart-in-mini i {
    color: #fff !important;
    font-size: 11px !important;
}

#cart .shopping-cart .shopping-cart-items .item-quantity {
    color: #ABB0BE;
    float: right;
    display: block;
    width: calc(100% - 100px);
}

.cart-icon {
    color: #515783;
    font-size: 24px;
    margin-right: 7px;
    float: left;
}

.button-checkout:hover {
    text-decoration: none;
    color: #fff;
    background: #111
}

.button-checkout {
    transition: 0.2s;
    background: #000000;
    color: white;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    font-size: 16px;
    margin: 25px 0 15px 0;
    position: static;
    text-transform: uppercase;
}


/* header card */

#master-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
}

#master-menu li {
    display: inline-block;
    margin-right: 35px;
    position: relative;
}

#master-menu li:hover>ul {
    display: block;
}

#master-menu li ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: #189EFF;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 13px;
    display: none;
}

#master-menu li ul li {
    margin-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    white-space: nowrap;
    width: 100%;
    padding: 6px 10px;
}

#master-menu li ul li a {}

#master-menu li a {
    color: #fff;
}

header #main-header .product-line-footer .header-link {}

header #main-header .product-line-footer .header-link img {
    margin-right: 5px;
}

header #main-header .product-line-footer .dropdown li:hover a {
    background: #32393d;
}

header #main-header .product-line-footer .dropdown li {}

header #main-header .product-line-footer .dropdown li a {
    color: #fff;
}

header #main-header .product-line-footer .dropdown {}

header #main-header .product-line-footer .dropdown a {
    color: #FFF;
    margin-top: 8px;
    display: block;
}

header #main-header .product-line-footer .dropdown-menu {
    background: #017dce;
}

header #main-header .product-line-footer .dropdown button {
    background: transparent;
    border: 0;
    outline: none;
}

header .info {
    text-align: center;
    padding: 20px 0;
}

header .info .brand-name {
    font-family: HeraBig-Black;
    color: #ed1c24;
    margin: 0;
    font-size: 20px;
}

header .info .slogan {
    font-family: avo;
    color: #cb7230;
    text-transform: uppercase;
    font-size: 16px;
    margin: 5px 0;
}

header .info .address-bar {
    font-family: Conv_FRABK;
    font-style: italic;
    font-size: 16px;
    color: #5A5A5A;
}

header .home-logo img {
    padding: 10px 0;
}

header .lang-bar {
    right: 0;
    text-align: right;
    margin-top: 10px;
}

header .menu-float {
    color: #fff;
    font-weight: 600;
    position: relative;
    text-transform: uppercase
}

header .menu-float:hover>.nav-content {}

#fixed-top .nav {
    cursor: pointer;
    padding: 6px 0;
    padding-bottom: 15px;
    background: transparent;
    color: #fff;
    top: 0;
}

header .menu-float .img-av {
    display: none
}

header .menu-float .ic {
    display: none
}

header #social-air {}

#fancy-popup {
    padding: 5px;
    background: #fff;
    border-radius: 2px
}

#form-search.search-menu input {
    border: 0;
    border-radius: 0;
    padding: 6px 4px;
    font-size: 13px;
    background-color: transparent;
    position: relative;
    top: 2px;
    padding-left: 11px;
    width: 73%;
}

#form-search.search-menu button {
    font-size: 16px;
    margin-top: 7px;
    margin-right: 4px;
    right: 20px;
}

#form-search.search-menu {}

header .logo {
    float: left;
}

header .slogan {
    top: 30px;
    text-transform: uppercase;
    font-size: 31px;
    color: #D20101;
    text-shadow: 0px 1px 2px rgba(150, 150, 150, 0.5);
    font-family: 'Myriad Pro Bold';
    float: left;
}

header .banner {
    text-align: center;
}

header .banner img {
    margin: auto;
    text-align: center
}

header .top-header {
    background: #31353E;
    padding: 1px 0;
    position: relative;
    padding: 5px 0;
    color: #fff;
    font-size: 12px;
}

header .top-header .xf {
    float: left
}

header .top-header .search-bar {
    float: left
}

header .top-header .search-bar .search-box {
    position: relative;
}

header .top-header .search-bar .search-box input[type=text] {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 3px;
    color: #333;
    outline: none;
    text-indent: 6px;
}

header .top-header .search-bar .search-box button[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: 0;
    color: #333;
    font-size: 16px;
    top: 3px;
}

header .top-header .wrap-top {
    display: table;
    width: 100%;
}

header .top-header .wrap-top div {
    float: left;
    position: relative;
    top: 3px;
    font-family: Neo;
    font-size: 16px;
}

header .top-header .wrap-top div.email {
    background: url(../img/email.png) no-repeat left 4px;
    padding-left: 23px;
    margin-right: 30px;
}

header .top-header .wrap-top div.phone {
    background: url(../img/phone.png) no-repeat left 0;
    padding-left: 23px;
}

header .top-header div.tel {
    background: url(../img/tel.png) no-repeat left 0;
    padding-left: 23px;
}

header #social-air {
    text-align: center;
}

header #social-air div {
    display: inline-block;
    margin: 0px 9px;
    background-position: 0;
}

header #social-air div:hover {
    background-position: 0 100% !Important
}

header.fixed nav {
    margin-top: 13px;
}

header nav {
    z-index: 12;
    width: 100%;
    bottom: 0;
    padding: 0px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffe1a+0,fffd1e+5,faf41c+18,fff120+21,fdeb1f+26,ffe423+33,fcdf21+38,fedc23+41,f9ce10+49,fcc60e+54,fec111+59,fabc13+62,faa919+77,f8a217+85,f7971e+100 */
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 */
    float: left;
}

header nav.fixed {
    position: fixed;
    top: 0;
    height: auto;
    height: 36px;
    width: 100%;
}

header nav .wrap-nav {
    border-left: 0;
    border-right: 0;
    /* background: #0978D1; */
}

ul#main-nav .logo {
    padding-top: 4px;
    padding-bottom: 4px;
}

ul#main-nav {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    z-index: 2;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

ul#main-nav>li:hover>div>a,
ul#main-nav li.active>div>a {
    color: #fff;
}

ul#main-nav>li:hover,
ul#main-nav li:hover {
    overflow: inherit;
    /* background: url(../img/line-hor.png) no-repeat center 77%; */
}

ul#main-nav>li:after,
ul#main-nav>li:before {
    content: "";
    width: 1px;
    height: 40%;
    background: rgba(51, 51, 51, 0.64);
    position: absolute;
    right: 0;
    top: 30%;
}

ul#main-nav>li:last-child:after,
ul#main-nav>li:last-child:before {
    display: none
}

ul#main-nav>li:before {}

ul#main-nav>li {
    position: relative;
    z-index: 1;
    overflow: hidden;
    line-height: 12px;
    text-align: center;
    height: 100%;
    float: left;
    -ms-flex: 1 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: auto;
}

.top-menu-rev {}

.top-menu-rev.inner-menu {}

.top-menu-rev.inner-menu .content {
    position: absolute;
    display: none;
    background: #fff;
    z-index: 12345;
}

#news-index .album-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

#news-index .album-item img {
    transition: 0.7s ease;
}

#news-index .album-item:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#news-index .album-item .desc {
    /* position: absolute; */
    bottom: -100px;
    /* background: #93174bb8; */
    padding: 8px;
    transition: 0.4s ease;
    text-align: center;
}

#news-index .album-item:hover .desc {
    bottom: 0
}

#news-index .album-item .desc h2 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}

#news-index .album-item .desc h2 a {
    color: #333;
}

#news-index .album-item .desc h2:hover a {
    text-decoration: none;
}

.top-menu-rev .title .inner {
    width: 290px;
    background: #111;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial;
    padding: 14px 15px;
    font-size: 16px;
    float: left;
}

.top-menu-rev .title .menu-nav {
    float: left;
    width: calc(100% - 290px);
    background: #f6f6f6;
}

.top-menu-rev .title .menu-nav nav>ul {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
}

.top-menu-rev .title .menu-nav nav>ul>li {
    float: left;
    -ms-flex: 1 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: auto;
    position: relative;
}

.top-menu-rev .title .menu-nav ul li a {
    width: 100%;
    display: block;
    padding: 14.5px 0px;
    text-align: center;
    transition: 0.4s ease;
    font-size: 15px;
    color: #333;
}

.top-menu-rev .title .menu-nav ul li.active>a,
.top-menu-rev .title .menu-nav ul li:hover>a {
    background: #FF6633;
    color: #fff;
    text-decoration: none;
}

.top-menu-rev .title .menu-nav ul li ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: #F6F6F6;
    z-index: 99;
    margin: 0;
    padding: 0;
    min-width: 100%;
    list-style: none;
    width: auto;
    display: none;
}

.top-menu-rev .title .menu-nav ul li ul ul {
    top: 0;
    left: 100%;
    min-width: 100%;
}

.top-menu-rev .title .menu-nav ul li ul li:last-child {
    border-bottom: 0
}

.top-menu-rev .title .menu-nav ul li ul li:hover>i {
    color: #fff
}

.top-menu-rev .title .menu-nav ul li ul li i {
    position: absolute;
    top: 12px;
    right: 5px;
    color: #333;
}

.top-menu-rev .title .menu-nav ul li ul li {
    width: 100%;
    border-bottom: 1px solid rgba(204, 204, 204, 0.62);
    white-space: nowrap;
    /* width: 100%; */
    position: relative;
}

.top-menu-rev .title .menu-nav ul li ul li a {
    text-align: left;
    padding: 10px;
    padding-left: 25px;
    padding-right: 20px;
}

.top-menu-rev .title .menu-nav ul li:hover>ul {
    display: block;
}

.top-menu-rev .title {
    cursor: pointer;
    /* width: 290px; */
    border-bottom: 4px solid #ff6633;
}

.top-menu-rev .title span {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 14px;
    right: 5px;
}

.top-menu-rev li:hover>span,
.top-menu-rev li.active>span {
    color: #fff
}

.top-menu-rev .title span i {}

.top-menu-rev .content {
    width: 290px;
    float: left;
}

ul#main-nav>li.flex {
    flex: 1.2
}

ul#main-nav li:hover>div {
    display: block
}

ul#main-nav li .sub-menu {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background-color: #1BBC9B;
    display: none;
    border-top: 5px solid #333;
}

ul#main-nav li .sub-menu h2.main-title {
    font-weight: bold;
    text-align: left;
    position: relative;
    display: block;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 8px;
    font-weight: bold;
}

ul#main-nav li .sub-menu h2.main-title a {
    padding: 0;
    line-height: 20px;
    float: left;
    position: static;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

ul#main-nav li .sub-menu h2.main-title a:hover {}

ul#main-nav li.has-lang:hover {
    background: transparent
}

ul#main-nav li.has-lang {
    margin-top: 11px;
}

ul#main-nav li.has-lang a {
    padding: 0;
    width: auto;
    margin: 2px;
    padding: 0 !important;
}

ul#main-nav li.has-lang a img {}

ul#main-nav li {}

ul#main-nav li.last {
    overflow: visible
}

ul#main-nav li a:hover {}

header select#navigator {
    margin: 10px auto;
    max-width: 400px;
    border-radius: 0;
    text-align: center;
    font-size: 14px;
}

header #form-search-v2 {
    position: absolute;
    top: 8px;
    right: 10px;
}

.form-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

header #form-search-v2 form {}

header #form-search-v2 form input {
    padding: 3px;
    border: 1px solid transparent;
    background: rgb(51, 51, 51);
    border: 0;
    padding: 5px 8px;
    background: #333333;
    color: #fff;
    border-radius: 14px;
    width: 210px;
    padding-right: 20px;
    outline: none;
}

header #form-search-v2 form button {
    position: absolute;
    background: transparent;
    border: 0;
    color: #fff;
    top: 6px;
    right: 4px;
    outline: none;
}

ul#main-nav a {}

ul#main-nav a span {}

ul#main-nav>li a {
    color: #505050;
    font-size: 13px;
    position: relative;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float: left;
    padding: 11px 0;
    text-transform: uppercase;
    /* padding-bottom: 15px !Important; */
    float: left;
    width: 100%;
    text-align: center;
    text-decoration: none;
    transform: skewX(0deg);
    font-weight: 500;
}

ul#main-nav li:hover>a {
    color: #959595;
}

ul#main-nav>li a:hover,
ul#main-nav>li.active>a {
    text-decoration: none;
    color: #959595;
}

ul#main-nav>li ul {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 150%;
    width: auto;
    left: 0;
    min-width: 100px;
    z-index: 2;
    text-align: left;
    box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.4);
    opacity: 0;
    transition: 0.4s ease;
}

.list-category-md-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.list-category-md-list li.active a {
    text-decoration: underline
}

.list-category-md-list li {
    display: inline-block;
    padding: 0px 6px;
}

.list-category-md-list li a {
    font-size: 16px;
    color: #333;
}

.list-category-md-list li:hover a {}

ul#main-nav>li ul ul {
    left: 100%;
    top: -5px;
}

ul#main-nav>li ul li {
    min-width: 150px;
    position: relative;
    margin: 0;
    border-bottom: 1px solid rgba(98, 98, 98, 0.32);
}

ul#main-nav>li ul li:hover>a {
    color: #ffffff;
}

ul#main-nav>li ul li:hover {
    background: #a4a4a4;
}

ul#main-nav>li ul li a {
    line-height: 16px;
    padding-left: 5px;
    text-transform: inherit;
    color: #3d3d3d;
    padding: 8px 5px !important;
    font-size: 15px;
    float: none;
    white-space: nowrap;
    display: block;
    text-align: left;
    font-weight: normal;
}

ul#main-nav>li:hover>ul {
    opacity: 1;
}

ul#main-nav li ul li:hover>ul {
    top: 0%;
    visibility: visible;
    opacity: 1;
}

ul#main-nav li:hover>ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
    margin: 0;
    padding: 0;
    background: #ffffff;
}

header.fixed #form-search {
    margin-top: 0
}

header.fixed .hotline {
    margin-top: 20px;
    transition: all 0.3s ease;
}

header #form-search {
    position: relative;
    /* margin-top: 21px; */
    /* transition: all 0.3s ease; */
}

header #form-search .help-block {
    font-size: 13px;
    margin-bottom: 5px;
    color: #ccc;
}

header #form-search .help-block a {
    margin-right: 4px;
    color: #8C8C8C;
    text-decoration: none
}

header #form-search .help-block a:hover {
    text-decoration: none;
    color: #000;
}

header #form-search i {}

header .hotline {}

header .hotline .email {}

header .hotline .inner {
    font-size: 20px;
    color: #F6472B;
    padding-top: 16px;
    background: url(../img/hotline.png) no-repeat;
    text-indent: 63px;
    height: 50px;
    margin-left: 30px;
    font-family: HelvetIns;
    text-align: left;
    =: inline-block;
    margin: auto;
    width: 100%;
}

header #form-search select {
    width: 110px;
    padding: 0;
    border: 1px solid rgba(204, 204, 204, 0.71);
    outline: none;
    font-size: 13px;
    position: absolute;
    height: 100%;
}

header #form-search input {
    float: left;
    width: 100%;
    max-width: 400px;
    padding: 10.2px 9px;
    border: 1px solid rgba(204, 204, 204, 0.71);
    outline: none;
    border-left: 0;
    font-size: 13px;
    padding-left: 120px;
}

header #form-search button {
    float: left;
    padding: 6.7px 9px;
    border: 1px solid rgba(204, 204, 204, 0.36);
    outline: none;
    border-left: 0;
    font-size: 13px;
    background: #DF1E3F;
    color: #fff;
    position: absolute;
    height: 100%;
}

header #form-search button span {
    display: none
}

ul#menu-member .dropdown-menu li {
    float: none;
    padding: 2px 0;
}

ul#menu-member .dropdown-menu li a {
    color: #111;
    font-size: 17px;
}

header nav ul #form-search {
    top: 9px;
    right: 6px;
}

header nav ul #form-search input {
    border-radius: 0;
    border: 0;
    padding: 3px 8px;
    border-radius: 1px;
    border: 1px solid rgba(0, 0, 0, 0.17);
    background: none;
    color: #333;
    padding-right: 20px;
    outline: none;
    padding-top: 6px;
}

header nav ul #form-search button {
    position: absolute;
    background: transparent;
    border: 0;
    color: #878788;
    top: 5px;
    right: 7px;
    outline: none;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.29);
    font-size: 15px;
}

ul#menu-member {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#menu-member li:first-child:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    right: 0;
    background: rgba(255, 255, 255, 0.71);
    top: 17px;
}

ul#menu-member li.cart {
    padding: 8px;
}

ul#menu-member li.cart img {
    margin-right: 5px;
}

ul#menu-member li.cart span {
    color: rgb(254, 241, 0);
}

ul#menu-member li {
    float: left;
    padding: 12px 9px;
    position: relative;
}

ul#menu-member li a {
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

.brand-inner {}

.brand-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.brand-inner ul li {
    background: url(../img/dot-pink.png) no-repeat 0px 14px;
    padding: 5px 0;
    padding-left: 19px;
    border-bottom: 1px dashed rgb(2, 130, 37);
    margin: 9px 0;
}

.brand-inner ul li a {
    font-size: 17px;
    color: #222;
}

.slider-wrapper-pager {}

#box-quantity {
    margin-top: 10px;
}

#box-quantity .qty-item:after {
    content: "";
    background: url(../img/arrow-md.png) no-repeat;
    background-size: 100%;
    width: 32px;
    height: 100%;
    right: 0px;
    position: absolute;
    top: 0;
}

#box-quantity .qty-item:before {
    content: "";
    background: url(../img/arrow-md-f.png) no-repeat;
    background-size: 100%;
    width: 25px;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0;
}

#box-quantity .qty-item img {
    position: relative;
    z-index: 2;
    padding-right: 8%;
}

#box-quantity .qty-item {
    background: #F8EEB1;
    padding: 37px 20px;
    padding-left: 36px;
    position: relative;
    height: 140px;
    margin-bottom: 10px;
}

#box-quantity .qty-item .title {
    color: #F20F1D;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}

#box-quantity .qty-item .desc {
    font-size: 14px;
    width: 70%;
    position: relative;
}

#box-quantity .qty-item .angle {}

#page-wrapper {
    position: relative;
    z-index: 23;
}

#section-top-index .list-news-obj {
    margin-bottom: 20px;
}

#section-top-index .list-news-obj .n-item {
    position: relative;
}

#section-top-index .list-news-obj .wrap-image {}

#section-top-index .list-news-obj .wrap-name {
    position: absolute;
    bottom: 0;
    background: rgba(17, 17, 17, 0.26);
    text-align: center;
    padding: 5px;
    padding-bottom: 11px;
    width: 100%;
}

#main-web-wrapper {
    padding-bottom: 20px;
}

body.inner #main-web-wrapper {
    padding-top: 20px
}

#content-center {}

header #responsive-menu {
    position: fixed;
    z-index: 1;
    right: 0;
    width: 100%;
    max-height: 100%;
    z-index: 1234;
    top: 5px;
    max-height: 420px;
    overflow-y: auto;
    right: 5px;
}

header #responsive-menu .title .wrap {
    clear: both;
    width: 20px;
    float: left;
    margin-top: 1px;
    margin-right: 10px;
}

header #responsive-menu .title .icon-bar {
    width: 22px;
    height: 3px;
    background: #fff;
    float: left;
    clear: both;
    margin-bottom: 3px;
}

header #responsive-menu .title {
    background: #1BBC9B;
    padding-left: 10px;
    padding: 9px;
    color: #FFF;
    font-weight: bold;
    font-size: 17px;
    float: right;
    cursor: pointer;
    cursor: hand;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.4);
    width: 40px;
}

header #responsive-menu .content {
    max-width: 300px;
    float: right;
    width: 270px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.4);
}

header #responsive-menu .content ul {
    list-style: none;
    padding: 0;
    background: #F9F9F9;
}

header #responsive-menu .content>ul {
    display: none;
    padding: 0;
    margin: 0;
    background-color: #F8F7F3;
    list-style: none;
}

header #responsive-menu .content .toggle-menu {
    float: right;
    background: url(../img/icon-1.png) no-repeat center center;
    width: 15px;
    height: 15px;
    cursor: hand;
    cursor: pointer;
    margin-right: 7px;
    position: absolute;
    top: 7px;
    right: 0px;
    padding: 10px;
}

header #responsive-menu .content .toggle-menu.active {
    background: url(../img/icon-2.png) no-repeat center center;
}

header #responsive-menu .content ul li a {
    color: #8A8989;
    font-size: 16px;
    padding-left: 5px;
}

header #responsive-menu .content ul li {
    padding: 8px 0px;
    border-bottom: 1px solid #ccc;
    position: relative;
    cursor: hand;
    cursor: pointer;
    float: none;
}

header #responsive-menu .content ul li:hover {
    background: #fff
}

header #responsive-menu .content ul li ul {
    display: none
}

header #responsive-menu .content li li:first-child {
    border-top: 1px solid #ccc
}

header #responsive-menu .content>ul>li ul {
    position: relative;
    top: 9px;
}

header #responsive-menu .content>ul li ul li {
    text-indent: 10px;
}

header #responsive-menu .content>ul li ul li ul li {
    text-indent: 20px
}

header #responsive-menu .content>ul>li>ul>li>ul {}

#content-center.white .global-title,
#content-center.white .title-global {
    border-bottom: 1px solid #111;
    margin: 0;
    margin-bottom: 10px;
}

#content-center.white .global-title h2,
#content-center.white .title-global h2 {
    background: #fff;
    color: #111;
}

table#giohang input {
    font-size: 17px;
}

table#giohang input.btn,
.xbtn {}

.source-cart {
    background: url(../img/shop-cart.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size: 50px;
    position: absolute;
    right: 20px;
    top: 30px;
    position: fixed;
}

.source-cart a {
    font-size: 15px;
    background: black;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
    left: 37px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

h3.all-cart-price {
    margin-left: 10px;
    font-size: 27px;
    color: rgb(192, 39, 49);
}

#search-box {}

#search-box .title:after {
    content: "";
    background: #fff;
    width: 60px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
}

#search-box .title {
    text-align: center;
    text-transform: uppercase;
    font-family: avo_bold;
    margin-top: 10px;
    color: #fff;
    position: relative;
    font-size: 21px;
    margin-bottom: 15px;
}

#search-box .content {
    color: #fff;
    text-align: center;
}

#search-box .desc {
    margin: 21px 0;
    font-size: 13px;
}

#search-box .form-search {
    margin-bottom: 21px;
}

#search-box .form-search .box {
    position: relative;
    margin-bottom: 15px;
}

#search-box .form-search .submit {}

#search-box .form-search .submit .inner {}

#search-box .form-search .submit .inner button {
    background: #0159A1;
    border: 0;
    border-radius: 29px;
    padding: 7px 20px;
}

#search-box .form-search .submit .inner button i {}

#search-box .form-search .box input~i {
    position: absolute;
    top: 6px;
    right: 7px;
    color: #333;
}

#search-box .form-search .box input,
#search-box .form-search .box select {
    width: 100%;
    border: 1px solid rgba(204, 204, 204, 0.2);
    color: #333;
    font-size: 13px;
    padding: 6px 6px;
}

#search-box .form-search .pull-left,
#search-box .form-search .pull-right {
    width: 47.2% !important;
}

#search-box .form-search .pull-left .inner {}

#search-box .form-search .pull-left .inner button {}

#search-box .box-hotline {
    width: 96%;
    margin: auto;
    border: 1px dashed #fff;
    border-radius: 0px;
    margin-bottom: 10px;
    padding: 15px 0;
}

#search-box .box-hotline .hotline {
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    color: red;
    font-weight: bold;
    font-size: 25px;
}

#social-air a:hover img {
    /*-webkit-box-shadow: 0px 0px 15px 15px #fff;
    box-shadow: 0px 0px 15px 15px #fff;
    border-radius:50%;*/
    opacity: 0.6;
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
}

#social-air a img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

#social-air a:first-child {}

#social-air a {
    position: relative;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border-right: 1px solid rgba(204, 204, 204, 0.28);
    text-align: center;
    padding: 0px 8px;
    min-width: 30px;
    display: inline-block;
    border-radius: 0;
}

#social-air a i {
    display: inline-block;
    font-size: 14px !important;
    transition: all 0.4s ease;
    text-align: center;
    margin: auto;
}

#social-air a:hover {
    background: #0084CB;
}

#social-air a span {}

#social-air a:hover span {}

#bottom-page-wrapper {
    background: #FFD63E url(../img/sm-footer.jpg) no-repeat top center;
    padding: 20px 0;
}

#bottom-page-wrapper .box .inner-box {}

#bottom-page-wrapper .box .inner-box .title {
    font-size: 20px;
    font-weight: bold;
    color: red;
    text-align: center;
}

#bottom-page-wrapper .video-wrap .box .inner-box .content {
    width: 82%;
    margin: auto;
    margin-top: 20px;
}

#video-controls {
    border-radius: 0;
    border: 1px solid rgb(255, 220, 84);
    margin-top: -1px;
}

#bottom-page-wrapper .box .inner-box .content {}

#bottom-page-wrapper .box {
    background: url(../img/bg-box.png)no-repeat;
    width: 576px;
    height: 478px;
    padding: 0px 25px;
    padding-top: 40px;
}

footer {
    position: relative;
    z-index: 1;
    min-height: 150px;
    padding: 20px 0;
    color: #fff;
    padding-bottom: 0;
    background-color: #93174B;
}

footer .checkout-wrap {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

footer .wrap-level-2 .item {
    padding-right: 10px;
    position: relative;
    color: #ababab;
}

footer .wrap-level-2 .item:after {
    position: absolute;
    width: 1px;
    height: 14px;
    background: #ababab;
    content: "";
    top: 2px;
    right: 5px;
}

footer .wrap-level-2 .item:last-child:after {
    display: none
}

footer .wrap-level-2 {
    padding: 10px 0;
    color: #333;
    border-bottom: 1px solid #ccc;
}

footer .wrap-level-3 {}

footer #social-air {}

footer #social-air a {
    background: transparent;
    border: 0;
    border-radius: 4px;
    background: #0084CB;
    margin-right: 5px;
}

footer #social-air i {
    font-size: 16px !important;
    width: 14px;
    height: 10px;
    position: relative;
}

footer .footer-content h1,
footer .footer-content h2 {
    margin: 0;
    font-size: 18px;
    margin-bottom: 18px;
    font-family: Avo_bold;
    color: #FFEA00;
}

footer .top-footer {
    z-index: 123;
    position: relative;
}

footer .top-footer .title {}

footer .top-footer .title h3 {
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
}

footer .fb-page {
    border: 4px solid #fff;
}

footer .top-footer .content {}

footer .top-footer .content.hotline {}

footer .top-footer .content.hotline .has-icon {
    background: url(../img/cphon.png) no-repeat;
    padding-left: 45px;
    text-align: left;
}

footer .fill-info {
    margin-top: 10px;
}

footer .fill-info div {
    margin-bottom: 10px;
    font-size: 13px;
}

footer .fill-info span.icon i {}

footer .fill-info span.icon {
    width: 20px;
    text-align: center;
    padding: 4px;
    line-height: 28px;
    margin-right: 0px;
    padding-left: 0;
}

footer .top-footer .content.hotline .has-icon p {}

footer .top-footer .content.hotline .sdesc {
    font-size: 13px;
    color: #ccc;
}

footer .top-footer .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .top-footer .content ul li {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: url(../img/foot-list.gif) no-repeat 3px 5px;
    padding-left: 14px;
    line-height: 17px;
}

footer .top-footer .content ul li a {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    font-size: 13px;
}

footer .top-footer .content ul li a:hover {
    text-decoration: none;
    color: #ccc;
}

footer .social a {
    margin-right: 10px;
    color: #fff;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

footer .title-global.center {
    text-align: center;
    margin-bottom: 30px;
}

footer .title-global.center h2 {
    text-align: center;
    z-index: 123;
    float: none;
}

footer .menu-bottom {
    margin-bottom: 5px;
}

footer #mid-footer {}

footer #mid-footer .box-xfooter {
    background-repeat: no-repeat !Important;
    padding-left: 75px;
    background-size: 60px !Important;
    background-position: 0px 9px !Important;
}

footer #mid-footer .box-xfooter .title {
    font-family: roboto;
    font-weight: normal;
    text-transform: inherit;
    font-weight: 500;
    font-size: 19px;
    color: #777;
    margin-bottom: 0px;
}

footer #mid-footer .box-xfooter .content {
    color: #929292;
}

footer #mid-footer .box-xfooter .x-content {}

footer #mid-footer .email-reponse {
    background: #56a1ff;
    padding: 20px 0;
    color: #ccc;
}

footer #mid-footer .email-reponse .name {
    float: left;
    position: relative;
    padding: 10px 0px;
    width: 50%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
}

footer #mid-footer .email-reponse .name i {
    position: absolute;
    left: 0;
    top: 0px;
}

footer #mid-footer .email-reponse .sub {
    float: right;
}

footer #mid-footer .email-reponse .form {
    float: right;
    width: 50%;
}

footer #mid-footer .email-reponse .form .email-form {
    position: relative;
    width: 100%;
    max-width: 400px;
    float: right;
}

footer #mid-footer .email-reponse .form .email-form input {
    width: 100%;
    padding: 10px 10px;
    border-radius: 20px;
    border: 0;
    outline: none;
    color: #333;
    padding-left: 20px;
}

footer #mid-footer .email-reponse .form .email-form button {
    position: absolute;
    top: 0;
    right: -1px;
    padding: 10px 18px;
    border-radius: 20px;
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #252324;
    color: #fff;
    font-size: 15px;
}

footer #main-footer {
    font-size: 15px;
}

footer #main-footer .social-connect {
    background: rgba(0, 0, 0, 0.2);
    padding: 15px 20px;
    margin-bottom: 20px;
}

footer #main-footer .social-connect .social {
    float: right;
}

footer #main-footer .social-connect .social a {}

footer #main-footer .social-connect .social a i {
    font-size: 20px;
}

footer #main-footer .social-connect .title-social {
    font-family: Avo;
    float: left;
    padding: 0px 0;
    padding-top: 5px;
}

footer #main-footer .title {}

footer #main-footer .content {
    margin-bottom: 15px;
}

footer #main-footer .content>a {
    border: 1px solid #fff;
    padding: 3px 4px;
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 6px;
    color: #fff;
    transition: 0.4s;
}

footer #main-footer .content>a:hover {
    text-decoration: none;
    color: #ccc;
    border-color: #ccc;
}

footer #main-footer .content .elm {
    margin-bottom: 8px;
}

footer #main-footer .content .elm input,
footer #main-footer .content .elm textarea {
    width: 100%;
    background: #3f3f3f;
    border: 0;
    padding: 5px 8px;
    outline: none;
}

footer #main-footer .content .elm button {
    background: #189eff;
    border: 0;
    padding: 5px 21px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 6px;
}

footer #main-footer .block-left {
    /* color: #333; */
}

footer #main-footer .block-left .info {}

footer #main-footer .block-left .info .line {
    margin-bottom: 8px;
    font-size: 14px;
}

footer #main-footer .block-left .info .line a {
    color: #ccc;
}

footer #main-footer .block-left .info .line span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #777777;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    margin-right: 4px;
}

footer #main-footer .block-left .info .line span i {}

footer #main-footer .block-mid .brand-wrap .owl-controls .owl-next {
    position: absolute;
    right: -15px;
    top: 38.6%;
    color: #969696;
}

footer #main-footer .block-mid .brand-wrap li {
    padding: 0;
    background: transparent;
}

footer #main-footer .block-mid .brand-wrap li .item {
    background: #fff;
    margin-bottom: 12px;
    border: 1px solid rgba(204, 204, 204, 0.6);
}

footer #main-footer .block-mid .brand-wrap li .item a {}

footer #main-footer .block-mid .brand-wrap li .item a img {}

footer #main-footer .block-mid .brand-wrap li .item:hover img {}

footer #main-footer .block-right {
    overflow: hidden
}

footer #main-footer .block-right .content {}

footer #main-footer .block-right .content .like {}

footer #main-footer .block-right .content .social {
    margin: 50px 0;
}

footer #main-footer .block-right .content .quick-transfer {}

footer .menu-bottom ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

footer .content-footer {
    padding-top: 15px;
}

footer .menu-bottom ul li a {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff
}

footer .menu-bottom ul li a:hover {
    text-decoration: none;
    color: #77C4F9
}

footer .menu-bottom ul li:after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 1px;
    height: 10px;
    right: 0;
    top: 9px;
}

footer .menu-bottom ul>li:first-child {
    padding-left: 0
}

footer .menu-bottom ul li:last-child:after {
    display: none
}

footer .menu-bottom ul li {
    float: left;
    position: relative;
    padding: 0px 10px;
}

footer .title {
    margin-bottom: 15px;
    /* text-transform: uppercase; */
    font-size: 22px;
    margin-top: 10px;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 0px;
    \: #3F3F3F;
    position: relative;
    padding-bottom: 3px;
    clear: both;
    margin-bottom: 10px;
}

footer .checkout-wrap .title {
    display: inline-block;
}

footer .checkout-wrap img {
    display: inline-block;
}

footer .title:after {
    content: "";
    background: rgba(0, 0, 0, 0.14);
    width: 20px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
}

footer .content {}

footer .content .block.support-box .hotline p {
    font-size: 19px
}

footer .content .block.support-box .hotline div {
    font-size: 19px
}

footer .content .block.support-box {
    padding: 0;
    padding-left: 5px;
}

footer .content .block {
    background-color: #EEEEEE;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px;
    margin-bottom: 5px;
    text-align: center;
}

footer .content .block .bank {
    padding: 4px
}

footer .content .block .coc {}

footer .content .block .hotline {
    background: url(../img/hotline-sm.png) no-repeat;
    min-height: 70px;
    color: #616161;
    font-weight: bold;
    font-size: 20px;
    padding-left: 78px;
    text-align: left;
}

footer .content .block .hotline p:last-child {
    font-style: italic;
}

footer .content.list {}

footer .content.list .md-inline {
    float: left;
    width: 40%;
}

footer .content.list .md-inline img {
    width: 100%;
}

footer .content.list .md-title {
    margin-bottom: 5px;
}

footer .content.list .md-title h3 {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
}

footer .content.list .md-title h3 a {}

footer .content.list .md-info {
    width: 57%;
    float: right;
}

footer .content.list .md-info h3 {
    margin: 0;
}

footer .content.list .md-info h3 a {}

footer .content.list li {
    border-bottom: 1px dashed #ccc;
    padding: 5px 0;
}

footer .content.list li:last-child {
    border: 0
}

footer .content.footer-information {}

footer .content.social a:hover {
    text-decoration: none
}

footer .content.footer-information h1,
footer .content.footer-information h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0
}

footer .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .content ul li {
    margin-bottom: 7px;
    position: relative;
    padding-left: 10px;
}

footer .content ul li:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 10px;
}

footer .content ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

footer .content ul li a:hover {
    color: #EEA930;
}

footer .content.visit {
    color: #fff;
}

footer #about-section {
    margin-bottom: 20px;
}

footer #about-section .title-about {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

footer #about-section .title-about:after {
    content: "";
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: 1px;
    left: 0;
    top: 47%;
    position: absolute;
    z-index: 1;
}

footer #about-section .title-about h2 {
    text-align: center;
    border: 1px solid #ccc;
    display: inline-block;
    margin: auto;
    background-color: #fff;
    font-size: 23px;
    padding: 5px 10px;
    z-index: 2;
    position: relative;
}

footer #footer {
    margin-top: 20px;
}

footer # footer #footer .fill-info {
    margin-top: 10px;
}

footer #footer .fill-info i.fa {
    width: 20px;
    text-align: center;
}

footer .form-email {}

footer .form-email .help {
    font-size: 13px;
    line-height: 19px;
}

footer .form-email {
    position: relative;
}

footer .form-email .form-wrap {
    margin-bottom: 10px;
}

footer .form-email input,
footer .form-email textarea {
    width: 100%;
    border: 1px solid rgba(204, 204, 204, 0.58);
    padding: 5px 6px;
    color: #333;
    background: #76123C;
    font-size: 12px;
    color: #ccc;
    outline: none;
}

footer .form-email button {
    position: absolute;
    right: 5px;
    background: #EEA930;
    bottom: 10px;
    border: 0;
    padding: 3px 17px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    color: #333;
}

footer #footer .iso {}

footer #footer .iso .item {
    margin-bottom: 10px;
}

footer #footer .iso .item .iso-ic {
    float: left;
    width: 20%;
}

footer #footer .iso .item .iso-ic div {
    width: 70%;
    background-color: #AAA0A3;
    position: relative;
    height: 0;
    padding-bottom: 70%;
}

footer #footer .iso .item .iso-ic div i {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    display: inline-table;
    text-align: center;
    font-size: 30px;
}

footer #footer .iso .item .iso-desc {
    float: left;
    width: 80%;
    font-size: 18px;
    line-height: 18px;
}

footer #footer .iso .item .iso-desc a {
    text-decoration: none;
    color: #7D7B7B;
}

footer #footer .iso .item .iso-desc p {
    font-weight: normal;
    font-size: 13px;
    margin-top: 5px;
}

footer #about-section .title-about h2 b {
    color: green;
    font-family: "time news roman";
    font-size: 25px;
}

footer #about-section .content {
    font-size: 16px;
}

footer #menu-bootom {
    Background: #F6F6F6;
    padding: 10px 0;
}

footer .content.visit ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .content.visit ul li img {
    margin-right: 6px;
}

footer .content.visit ul li {}

footer .copyright {
    color: #ccc;
    font-size: 11px;
    text-align: left;
    margin-top: 10px;
    background: #76123C;
    font-weight: 300;
    padding: 10px 0;
    padding-bottom: 8px;
}

footer .copyright span {
    color: #EEA930;
}

footer .copyright .pull-right {
    color: #656565;
}

footer .copyright span {
    color: #EEA930;
}

footer .copyright .ana {
    text-align: right
}

footer .copyright .ana span {
    color: yellow
}

footer #top-footer {
    padding: 40px 0;
    position: relative;
    background: #E8ECED;
}

footer #top-footer .support-item {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer #top-footer .support-item li {
    padding-left: 21px;
    background: url(../img/people.png) no-repeat 0px 5px;
    text-transform: capitalize;
}

footer #top-footer .support-item li .sp-item {
    color: #fff;
}

footer #top-footer .support-item li .sp-item .name {
    float: left;
    width: 85px;
    position: relative;
    top: 0px;
}

footer #top-footer .support-item li .sp-item .yahoo {
    float: left;
}

footer #top-footer .support-item li .sp-item .skype {
    float: left;
    margin: 0px 10px;
}

footer #top-footer .support-item li .sp-item .phone {
    float: left;
    color: red;
    font-weight: bold;
}

footer #top-footer #form-sub {
    margin-top: 6px;
    float: left;
    width: 100%;
    position: relative;
}

footer #top-footer #form-sub input {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #ccc;
    padding-right: 112px;
}

footer #top-footer #form-sub button {
    background-color: #00A2ED;
    border: 0;
    padding: 7px 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: Verdana;
    position: absolute;
    top: 0px;
    right: 0;
}

footer #content-footer {
    color: #FDFDFD;
    font-size: 15px;
    =: 30px0;
}

footer #content-footer .title h1 {
    font-size: 20px;
    margin: 0;
}

footer #content-footer .title {
    font-family: Avo_bold;
    font-size: 15px;
    border-left: 4px solid #fff;
    text-indent: 11px;
    height: 18px;
}

footer #content-footer .content {}

footer #content-footer .content .support-i {
    display: inline-block;
    text-align: center
}

footer #content-footer .content .support-i span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding: 0;
    position: relative;
    top: -3px;
}

footer #content-footer .content .online-sp a:hover {
    background-position: 0 -32px !important;
}

footer #content-footer .content .online-sp a {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    ;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 2px
}

footer #content-footer .content .online-sp a.skype {
    background: url(../img/skype-sprite.png) no-repeat 0 0
}

footer #content-footer .content .online-sp a.yahoo {
    background: url(../img/yahoo-sprite.png) no-repeat 0 0;
    background-position: 0 0;
}

footer #content-footer .content .cname {
    font-family: Helvetins;
    color: #EFFF35;
    font-size: 21px;
}

footer #content-footer .content.info div a {
    color: #fff
}

footer #content-footer .content.info div {
    margin-bottom: 0px;
}

footer #content-footer .content .info {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 17px;
}

footer #content-footer .content .info li {
    margin-bottom: 6px;
}

footer #content-footer .content .info li a {
    color: #fff;
}

footer #content-footer .content .info li.add img {
    margin-bottom: 4px;
}

footer #content-footer .content .info li.phone img {
    position: relative;
    top: -1px;
}

footer #content-footer .content .info li.fax img {
    position: relative;
    top: -5px;
}

footer #content-footer .content .info li.email img {
    position: relative;
    top: -1px;
}

footer .content.tag a {
    background: #fff;
    padding: 3px 5px;
    margin-right: 2px;
    color: #31353E;
    text-transform: capitalize;
    margin-bottom: 2px;
    display: inline-block;
}

footer #content-footer .content .info li a:hover {}

footer .copyright .hotline {
    font-size: 20px;
    font-family: Avo_bold;
}

footer .copyright a {
    color: #EEA930;
}

.video-wrapper iframe {
    width: 100% !Important;
    left: 0;
    right: 0;
    position: absolute;
    height: 100% !important;
    border: 0;
}

.map-contact {
    border: 1px solid rgba(204, 204, 204, 0.31);
    margin-bottom: 4px;
}

.video-wrapper {}

.video-wrapper.mini {
    padding-bottom: 40%;
}

.video-wrapper {
    position: relative;
    padding-bottom: 38.55%;
    height: 0;
}

.xbanner {
    position: fixed;
    top: 0;
    background: url(../img/header-bg.jpg) no-repeat top center;
    z-index: 2;
}

.gn-menu-wrapper li {
    text-indent: 10px
}

.gn-menu-wrapper li ul {
    padding-left: 32px;
}

.alert-box-container {
    position: fixed;
    bottom: 10px;
    color: #fff;
    z-index: 1234;
    right: 10px;
}

.alert-box {
    padding: 19px 15px;
    color: #fefefe;
    position: relative;
    font: 14px/20px Museo300Regular, Helvetica, Arial, sans-serif;
    margin-top: 5px;
}

.alert-box .msg {
    padding: 0 20px 0 40px;
}

.alert-box p {
    margin: 0;
}

.alert-box .toggle-alert {
    position: absolute;
    top: 7px;
    right: 10px;
    display: block;
    text-indent: -10000px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.08) url(../img/alert.png) no-repeat 6px 6px;
}

.info-box {
    background: #2fa9f6 url(../img/info.png) no-repeat 14px 14px;
}

.success-box {
    background: #7EB62E url(../img/success.png) no-repeat 14px 14px;
}

.error-box {
    background: #f64b2f url(../img/error.png) no-repeat 14px 14px;
}

.notice-box {
    background: #f6ca2f url(../img/notice.png) no-repeat 14px 14px;
}

.download-box {
    background: #a555ca url(../img/download.png) no-repeat 14px 14px;
}

#section-newsletter {
    background: #D5D3D2;
    padding: 50px 0;
    text-align: center;
}

#section-newsletter .big-title {
    font-size: 38px;
}

#section-newsletter .desc-newsletter {
    padding: 10px 0;
    font-size: 16px;
}

#section-newsletter form {
    width: 100%;
    margin: auto;
    max-width: 700px;
    position: relative;
}

#section-newsletter input {
    width: calc(100% - 130px);
    float: left;
    padding: 14.9px 15px;
    border: 1px solid #ccc;
    padding-bottom: 12px;
}

#section-newsletter button {
    background: #111;
    transition: 0.4s ease;
    color: #fff;
    padding: 11px 0px;
    font-size: 18px;
    border: 0;
    float: right;
    width: 120px;
}

#section-newsletter button:hover {}

.box_containerlienhe img {
    max-width: 100%
}

.zoomContainer {
    z-index: 123
}

.nav-request {
    background-color: #3B8AB9;
    margin-top: 5px !Important;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.5);
}

.nav-request li {
    padding: 15px 6px !important;
    text-align: center;
}

.nav-request li.active a {
    color: #111 !Important;
}

.nav-request li.active a:hover {}

.nav-request li.active {
    background-color: #fff;
}

.nav-request li a p {
    margin-bottom: 0;
}

.nav-request li a .number {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: normal;
    text-align: center;
}

.nav-request li a {
    text-shadow: none !Important;
}

.from.question {
    display: none;
    margin-top: 10px;
}

.from.question .inner-form {}

.header-question {
    font-size: 20px;
    color: #999;
    font-style: italic;
}

.inbox-question .info {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 0px;
}

.inbox-question {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding: 10px 0;
}

.inbox-question .item-question {
    margin-bottom: 10px;
}

.inbox-question .item-question .q:hover {
    background: #EEFFDA url(../img/question_a.png) no-repeat 9px 6px;
}

.inbox-question .item-question .q {
    background: #E3ECD2 url(../img/question.png) no-repeat 9px 6px;
    padding: 6px;
    padding-left: 60px;
    border-top: 3px solid #CFDEB2;
    cursor: hand;
    cursor: pointer;
}

.inbox-question .item-question .a {
    background: #e9e5d4;
    padding: 0 10px;
    display: none;
    border-bottom: 10px solid #e9e5d4;
    margin: 10px 0;
    padding: 10px;
}

.fb-page,
.fb-page span,
.fb-page span iframe[style] {}

ul#light-gallery {
    list-style: none;
    padding: 0;
}

ul#light-gallery li .inner {
    padding: 5px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
}

.grid-item {
    margin-bottom: 30px;
}

.col-8 {
    padding-left: 8px;
    padding-right: 8px
}

.row-8 {
    margin-left: -8px;
    margin-right: -8px;
}

.col-5 {
    padding-left: 5px;
    padding-right: 5px
}

.row-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.col-3 {
    padding-left: 3px;
    padding-right: 3px
}

.row-3 {
    margin-left: -3px;
    margin-right: -3px;
}

.last-view .wrap {
    position: relative
}

.last-view .wrap:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #000000;
    border-width: 13px;
    margin-left: -10px;
}

.last-view {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: black;
    padding: 7px;
    z-index: 1234;
    text-transform: uppercase;
}

.last-view a {
    color: #fff
}

.last-view a:hover {
    text-decoration: none
}

p {
    margin-bottom: 3px;
}

.last-view {
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: auto;
    background: black;
    padding: 7px;
    z-index: 1234;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    -moz-animation: bounce 4s infinite;
    -webkit-animation: bounce 4s infinite;
    animation: bounce 4s infinite;
}

.last-view a {
    color: #fff;
    font-size: 12px;
}

.last-view a:hover {
    text-decoration: none
}

footer .name-x div {
    background: url(../img/dot.gif) no-repeat 0px 5px;
    padding-left: 10px;
    margin-bottom: 7px
}

#slogan {
    text-align: center;
    font-size: 28px;
    font-family: Avo;
    color: #969696;
    margin-bottom: 30px;
}

#slogan .inner {
    padding: 30px 0;
}

.tag-cloud {}

.tag-cloud a {
    text-transform: capitalize;
    margin: 0px 3px;
    color: #fff;
}

.tag-cloud a:hover {}


/* deletle */

.shadow {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
}

.mini-block {
    margin-bottom: 8px;
}

.mini-block.block-1 {
    padding: 10px;
    background: #fff;
}

.mini-block.block-1 .title {
    border-bottom: 1px solid rgba(204, 204, 204, 0.62);
    font-size: 20px;
    font-family: 'Myriad Pro Bold';
    color: red;
    margin-bottom: 13px;
}

.mini-block.block-1 .content {
    background: url(../img/hotline.png) no-repeat;
    min-height: 63px;
    padding-left: 76px;
    line-height: 27px;
    font-size: 21px;
    font-weight: bold;
    padding-top: 5px;
}

.mini-block.block-1 .content div {}

.mini-block.block-2 {
    background: rgba(255, 192, 192, 0.49);
    padding: 15px;
}

.mini-block.block-2 .title {
    margin-bottom: 15px;
    text-align: center;
    color: #FFFC00;
    font-family: "times new roman";
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.39);
}

.mini-block.block-2 .item {
    margin-bottom: 15px;
}

.mini-block.block-2 .item img {
    width: 100%;
    height: auto;
}

.mini-block.block-3 {
    background: #fff;
    padding: 10px;
}

.mini-block.block-3 .title {
    margin-bottom: 10px;
    text-align: center;
    color: red;
    font-family: "times new roman";
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.39);
}

#top-product {
    background: rgba(255, 255, 255, 0.61);
    padding: 17px;
}


/* delete */

.form-control {
    font-size: 12px;
    color: #333;
    /* height: 40px; */
    border-radius: 0px;
}

a.btn_full:hover,
.btn_full:hover {
    background: #333;
}

a.btn_full,
.btn_full {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    width: 100%;
    background: #85c99d;
    cursor: pointer;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

h1.tour-name {
    text-align: center;
    color: #3EAE46;
}

.inner .menu-float .nav-content {
    display: none;
    position: absolute;
    /* margin-top: 15px; */
    width: 226px;
    top: 43px;
}

.inner .menu-float .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    background: #f1f1f1;
    padding: 4px;
    border-radius: 3px;
    padding-left: 10px;
    top: 5px;
    position: relative;
    color: #5a5a5a;
    text-transform: uppercase;
}

.widget-title {
    color: #ea7c33;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

.other-news-sumary {
    border-bottom: solid 1px #CCC;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.other-news-img {
    float: left;
    width: 40%;
}

.other-news-img img {
    width: 100%;
}

.other-news-name {
    float: left;
    width: 55%;
    margin-left: 5%;
}

.form_title {
    position: relative;
    padding-left: 55px;
    margin-bottom: 10px;
}

.form_title h3 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 16px;
}

.form_title h3 strong {
    background-color: #ea7c33;
    text-align: center;
    width: 40px;
    height: 40px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    top: -10px;
}

.step {
    border-left: 1px solid #ddd;
    padding: 20px 0 20px 31px;
    margin: 0 0 10px 20px;
}

#mobile-tools .sk-effect.tada {
    font-size: 30px !important;
}

.xbox-mng {
    padding-left: 5px;
    padding-right: 5px;
}

.link-anim2:hover:before,
.link-anim2:hover:after {
    transform: scale(1);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.link-anim2:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
}

.link-anim2:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
}

.link-anim:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0px, 300%, 0px);
    background: rgba(255, 255, 255, 0.5);
    transition: transform 0.6s;
}

.link-anim:hover {
    opacity: 0.7
}

.link-anim {
    width: 100%;
    transition: all 0.4s;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
}

.link-anim:hover:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0px, -300%, 0px);
}

#news-wrapper {}

#news-wrapper .title {
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    /* padding-right: 10px; */
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 4px;
    min-width: 1px;
    min-height: 35px;
    font-weight: bold;
    color: #93174B;
}

#news-wrapper .title h3 {
    font-family: Avo;
    color: #ED1C24;
    text-transform: uppercase;
    margin: 0;
    font-size: 21px;
    display: inline-block;
    border-bottom: 3px solid #ED1C24;
    position: relative;
    z-index: 2;
}

#news-wrapper .title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    z-index: 1;
    background: #93174B;
    bottom: 1px;
}

#news-wrapper .content {
    clear: both;
}

#news-wrapper .content.news {}

#news-wrapper .content.news .news-desc.big {
    overflow: inherit!important;
    max-height: none;
}

#news-wrapper .content.news .news-desc {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    /* number of lines to show */
    line-height: 20px;
    /* fallback */
    max-height: 100px;
    /* fallback */
    font-size: 15px;
    text-align: justify;
    color: #8f8f8f;
}

#news-wrapper .content.news .small-item h4 {
    font-size: 13px;
}

#news-wrapper .content.news h4 {
    margin: 0;
    margin-bottom: 2px;
    font-size: 17px;
}

#news-wrapper .content.news h4 a {
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: all 0.5s ease;
    font-size: 18px;
}

#news-wrapper .content.news h4:hover a {
    color: #333;
}

#news-wrapper .content.news .view-more {
    margin-top: 5px;
    display: inline-block;
    padding: 4px 15px;
    border: 2px solid black;
    color: #000;
    text-transform: uppercase;
    padding-top: 3px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.4s;
    font-size: 13px;
    margin-top: 13px;
}

#news-wrapper .content.news .view-more:hover {
    border-color: #0E78C5;
    color: #0E78C5;
}

#news-wrapper .content.news .list-news-small {}

#news-wrapper .content.news .list-news-small .small-item {
    margin-bottom: 10px
}

#news-wrapper .content.news .list-news-small img {
    margin-right: 14px;
}

#news-wrapper .content.news .date {
    margin-top: 10px;
    color: #A0A0A0;
    font-size: 12px;
}

.wrap-news {}

.wrap-news .xbox {}

.wrap-news .xbox .title {}

.wrap-news .xbox .big-news {
    margin-bottom: 15px;
}

.wrap-news .xbox.small .big-news .news-desc {
    margin-top: 0 !important;
    margin-bottom: 5px !Important;
}

.wrap-news .xbox.small .big-news .news-desc h4 {}

.wrap-news .xbox.small .big-news .news-desc h4 a {}

.wrap-news .xbox.small .big-news .news-desc h4:hover a {}

.wrap-news .xbox.small .big-news .news-desc .view-more {
    display: inline-block;
    border: 2px solid #333;
    padding: 5px 15px;
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    transition: 0.4s;
}

.wrap-news .xbox .big-news .news-desc .view-more:hover {
    border-color: #0E78C5;
    color: #0E78C5;
}

@media(min-width:1200px) {
    .md-20 {
        width: 20%
    }
    .md-80 {
        width: 80%;
    }
    .md-20 {
        width: 20%
    }
    .xhead .md-80 {
        width: 75%;
    }
}

@media (min-width: 992px) {
    footer .xblock-1 {
        /* width: 23%; */
    }
    footer .xblock-2 {
        /* width: 76.8%; */
    }
    footer .xblock-3 {
        width: 34.2%;
    }
    footer #top-footer .box {
        width: 20%;
    }
    .xbox-mng {
        /* width: 59.2%; */
    }
    .xbox-sear {
        width: 40.8%;
    }
}

@media (max-width: 991px) {
    body {
        padding-top: 0 !important
    }
    header {
        position: relative !important
    }
    header .top-logo {
        width: 100%
    }
    header .top-logo img {
        margin: auto
    }
    header #form-search button {
        position: absolute;
        right: 0;
        top: 0;
    }
    header #form-search input {
        width: 100%
    }
    ul#main-nav>li a {
        font-size: 11px;
    }
}

.top-menu-category .backward,
.top-menu-category .forward {
    display: none
}

@media (max-width: 768px) {
    header #top-header ul {
        padding: 0
    }
    header #top-header ul li {
        display: block;
        width: 100%;
        border: 0
    }
    header #top-header ul li.follow {
        text-align: center
    }
    header #top-header ul li.hotline-line {
        display: none
    }
    .top-menu-category .basic-menu {
        margin-left: 20px;
        margin-right: 20px;
        overflow: hidden;
    }
    .top-menu-category .backward {
        display: inline-block;
        position: absolute;
        bottom: 4px;
        left: 0;
        font-size: 20px;
        color: #fff;
    }
    .top-menu-category .forward {
        display: inline-block;
        position: absolute;
        bottom: 4px;
        right: 0;
        font-size: 20px;
        color: #fff;
    }
    .last-view {
        bottom: 45px
    }
    #section-newsletter {
        padding: 15px 0
    }
    #section-newsletter .big-title {
        font-size: 26px
    }
    .wrap-news .xbox .big-news {
        padding-bottom: 20px
    }
    header #top-header .top-header-right>div {
        width: 100%;
        text-align: center;
        background: transparent;
        font-size: 20px
    }
    header #search {
        width: 100%
    }
    header #form-search select {}
    header #form-search button {}
    header #form-search button span {}
    header #cart {
        display: none
    }
    .top-menu-rev .title .inner {
        width: 100%;
        cursor: pointer;
    }
    .top-menu-rev .title .menu-nav ul li ul {
        position: static !important
    }
    .top-menu-rev .title .menu-nav {
        width: 100%;
    }
    .top-menu-rev .title .menu-nav>nav>ul {
        display: block !important;
    }
    .top-menu-rev .title .menu-nav ul li {
        width: 100% !Important;
        display: block !important;
        text-align: left;
        border-bottom: 1px solid #FF6633;
        position: relative;
    }
    .top-menu-rev .title .menu-nav ul li:hover>ul {
        display: none
    }
    .top-menu-rev .title .menu-nav ul li a {
        text-align: left;
        padding: 7px 14px;
    }
    .top-menu-rev .title span {
        width: 30px;
        height: 35px;
        top: 0px;
        right: 0;
        text-align: center;
        line-height: 35px;
        cursor: pointer;
    }
    .wrap-slider {
        width: 100%
    }
    .visible-xs .member-section .dropdown button {
        background: transparent;
        border: 0;
        color: #fff;
        background: #fff;
        color: #333;
        border-radius: 2px;
    }
    .birthday .col-5 {
        margin-bottom: 10px
    }
    .form-horizontal .form-group {
        margin-left: -5px;
        margin-right: -5px
    }
    .shop .form-horizontal .form-group {
        margin-left: 0px;
        margin-right: 0px
    }
    header #top-header .top-header-left .menu {}
    header #top-header .top-header-left .menu i {
        font-size: 20px !important;
    }
    header #top-header .top-header-left .check {
        border: 0;
        background: url(../img/check-cart.png) no-repeat 0px 8px;
    }
    footer #main-footer .block-right .content .social {
        margin: 5px 0 !Important
    }
    footer {
        /* padding-left:8px; */
        /* padding-right:8px */
    }
    footer #main-footer .block-right .content .quick-transfer img {
        margin: auto
    }
    footer #main-footer .block-right .content .quick-transfer {
        text-align: center
    }
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .grid-item {
        margin-bottom: 10px
    }
    .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .marg-logo {
        text-align: center
    }
    header #top-toolbox,
    header #search {
        width: 100%;
        margin-bottom: 20px;
    }
    header #top-header .top-header-left {
        text-align: center;
    }
    header #form-search {
        position: relative
    }
    header #form-search select,
    header #form-search button {
        position: absolute;
    }
    header #form-search input {}
    .wrap-product .wrap-price .score {
        display: none
    }
    footer .block {
        margin-bottom: 20px
    }
    header .lang-bar {
        text-align: center
    }
    #page-wrapper {}
    .row-xs-3 {
        margin-left: -3px;
        margin-right: -3px;
    }
    .row-xs-0 {
        margin-left: 0px;
        margin-right: 0px;
        overflow: hidden
    }
    .row-xs-5 {
        margin-left: -5px;
        margin-right: -5px;
    }
    .col-xs-vi-3 {
        padding-left: 3px;
        padding-right: 3px;
    }
    .col-xs-vi-5 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .col-xs-vi-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .xs-pd-0 {
        padding-left: 0;
        padding-right: 0
    }
    header .com-name {
        font-size: 21px;
        text-align: center;
        text-transform: uppercase;
        margin: 10px 0;
        font-weight: bold;
        color: #3FAE48;
    }
    header .com-info {
        text-align: center;
        font-size: 13px;
    }
    header .com-address {
        text-align: center;
        font-size: 13px;
    }
    header .hotline {
        margin-top: 10px !important
    }
    header #form-search {
        margin-top: 0 !important
    }
    header {
        position: relative !important
    }
    body {
        padding-top: 40px !important;
    }
    header #main-header {
        display: none
    }
    header {
        /* text-align:center */
    }
    .container.max {
        width: 100%;
        padding: 0
    }
    footer {
        padding-bottom: 45px;
        background: rgba(147, 23, 75, 0.93);
    }
    footer .wrap-logo {}
    footer .wrap-logo img {
        margin: auto
    }
    footer #social-air {
        text-align: center
    }
    header #form-search input {
        width: 100%;
        max-width: none;
    }
    .top-logo {
        width: 100%;
    }
    .top-logo img {
        margin;
        auto;
        margin: auto;
        max-height: 110px;
    }
    header #form-search button {}
    header .top-banner img {
        margin: auto
    }
    .header-content-menu {
        position: relative !important
    }
    footer .copyright {
        text-align: center !important
    }
    footer .copyright .pull-right {
        width: 100%
    }
    footer .copyright * {
        text-align: center !important
    }
}

@media(max-width:420px) {
    .item-product {
        width: 100%;
    }
}


/* mobile tool */

.alo-icon-phone-wrap {
    position: fixed;
    left: 10px;
    bottom: 15px;
    z-index: 9999;
    display: block;
    text-align: center;
}

.sk-alo-ph-circle-ring:hover {
    opacity: 1;
}

.sk-email {
    position: fixed;
    left: 100px;
    bottom: 15px;
    z-index: 9999;
    display: block;
    text-align: center;
}

.sk-effect:hover {
    opacity: 1
}

.sk-effect {
    font-size: 35px !important;
    color: #fff;
    padding: 10px;
    background: #03A9F4;
    border: 10px solid #fff;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    opacity: 0.8;
}

.sk-alo-ph-circle-ring {
    font-size: 35px !important;
    color: #fff;
    padding: 10px;
    background: #03A9F4;
    /* width: 32px; */
    /* height: 32px; */
    /* border-radius: 50%; */
    border: 10px solid #fff;
    -webkit-animation: RotateRing 2.5s infinite ease-in-out;
    -moz-animation: RotateRing 2.5s infinite ease-in-out;
    -ms-animation: RotateRing 2.5s infinite ease-in-out;
    -o-animation: RotateRing 2.5s infinite ease-in-out;
    animation: RotateRing 2.5s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    opacity: 0.8;
}

@-webkit-keyframes RotateRing {
    0% {
        -webkit-transform: rotate(0deg);
    }
    4% {
        -webkit-transform: rotate(-45deg);
    }
    8% {
        -webkit-transform: rotate(0deg);
    }
    12% {
        -webkit-transform: rotate(-45deg);
    }
    16% {
        -webkit-transform: rotate(0deg);
    }
    20% {
        -webkit-transform: rotate(-45deg);
    }
    24% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes RotateRing {
    0% {
        -moz-transform: rotate(0deg);
    }
    4% {
        -moz-transform: rotate(-45deg);
    }
    8% {
        -moz-transform: rotate(0deg);
    }
    12% {
        -moz-transform: rotate(-45deg);
    }
    16% {
        -moz-transform: rotate(0deg);
    }
    20% {
        -moz-transform: rotate(-45deg);
    }
    24% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(0deg);
    }
}

@-ms-keyframes RotateRing {
    0% {
        -ms-transform: rotate(0deg);
    }
    4% {
        -ms-transform: rotate(-45deg);
    }
    8% {
        -ms-transform: rotate(0deg);
    }
    12% {
        -ms-transform: rotate(-45deg);
    }
    16% {
        -ms-transform: rotate(0deg);
    }
    20% {
        -ms-transform: rotate(-45deg);
    }
    24% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(0deg);
    }
}

@-o-keyframes RotateRing {
    0% {
        -o-transform: rotate(0deg);
    }
    4% {
        -o-transform: rotate(-45deg);
    }
    8% {
        -o-transform: rotate(0deg);
    }
    12% {
        -o-transform: rotate(-45deg);
    }
    16% {
        -o-transform: rotate(0deg);
    }
    20% {
        -o-transform: rotate(-45deg);
    }
    24% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(0deg);
    }
}

@keyframes RotateRing {
    0% {
        transform: rotate(0deg);
    }
    4% {
        transform: rotate(-45deg);
    }
    8% {
        transform: rotate(0deg);
    }
    12% {
        transform: rotate(-45deg);
    }
    16% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(-45deg);
    }
    24% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}


/* must delete */

#ser_onl {
    position: fixed;
    bottom: 0px;
    width: 273px;
    right: 88px;
    z-index: 1235;
    background: #D1802E;
    border: 1px solid #2f1a08;
    border-bottom: 0;
}

#ser_onl b {
    margin-top: 132px;
    float: right;
    font-size: 19px;
    font-weight: bold;
    width: 158px;
    height: 30px;
    background: #006795;
    color: #FFF;
    padding-left: 16px;
    border-radius: 8px 8px 0px 0px;
    margin-right: 145px;
    line-height: 30px;
}

.label_serv_onl {
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 0;
}

.cont_serv_onl {
    /*    background: url(./images/bg_httt.png) no-repeat right bottom;*/
    display: none;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

.cont_serv_onl .title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.cont_serv_onl.avtive {
    display: block;
}

.cont_serv_onl p {
    line-height: 24px;
    font-size: 14px;
}

.wrap-list-video {
    padding: 5px;
    padding-left: 0;
    padding-right: 0;
}

.wrap-list-video .owl-carousel .owl-item .item {
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
}

.wrap-list-video .owl-carousel .owl-item img {}

#featured-tour .video-list-carousel-target {
    padding-bottom: 56.25% !important;
}

.wrap-list-video .owl-prev {
    background: url(../img/left-arrow-video.png) no-repeat;
    position: absolute;
    top: 36%;
    left: -20px;
    text-indent: -999em;
    width: 11px;
    height: 21px;
}

.wrap-list-video .owl-next {
    background: url(../img/right-arrow-video.png) no-repeat;
    position: absolute;
    top: 36%;
    right: -20px;
    text-indent: -999em;
    width: 11px;
    height: 21px;
}

.wrap-list-photo .bx-prev,
.wrap-list-photo .bx-prev:hover {
    background: url(../img/arrow-left-bx.png) no-repeat;
    width: 45px !important;
    height: 81px !important;
}

.wrap-list-photo .bx-next,
.wrap-list-photo .bx-next:hover {
    background: url(../img/arrow-right-bx.png) no-repeat;
    width: 45px !important;
    height: 81px !important;
}

.wrap-list-photo {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.45);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.45);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.45);
    padding: 5px;
}

.wrap-list-photo ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrap-list-photo ul li {}

#wrap-media {
    margin-top: 20px;
}

#wrap-media .embed-responsive-16by9 {
    padding-bottom: 63.8%;
}

#wrap-media .owl-carousel {
    margin-top: 5px
}

#wrap-media .owl-carousel .item a {}

#wrap-media .owl-carousel .item a:after {
    content: "";
    background: url(../img/youtube-play.png) no-repeat center center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#footer1 {
    width: 100%;
    text-align: center;
    margin: auto;
    background: rgba(147, 23, 75, 0.93);
    position: fixed;
    z-index: 12345;
    left: 0;
    bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
}

#footer1 img {
    width: 30%;
    max-width: 26px;
    vertical-align: middle;
}

#footer1 a {
    color: #fff;
    text-decoration: none
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0
    }
    50% {
        opacity: 0.0
    }
    100% {
        opacity: 1.0
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0
    }
    50% {
        opacity: 0.0
    }
    100% {
        opacity: 1.0
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0
    }
    50% {
        opacity: 0.0
    }
    100% {
        opacity: 1.0
    }
}

.index .nav {
    position: relative;
    top: 8px;
}


/* must delete */


/* frame */

@keyframes load-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes load-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes load-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes load-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes load-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    animation: tada 1s infinite;
    -webkit-animation: tada 1s infinite;
}


/* end frame */

@media (max-width: 600px) {
    header #main-header {
        padding-bottom: 0
    }
    header #top-header .top-header-left .hotline {
        font-size: 16px;
        padding: 0;
        margin: 0 !important;
    }
    #mobile-tools a {
        transform: scale(0.7);
    }
    .sk-email {
        left: 70px
    }
    .top-cart {
        position: relative;
        /* color: #fff !important; */
        position: absolute;
        top: 9px;
        font-size: 17px;
        left: 10px;
    }
    .top-cart span {
        background: #FFFFFF;
        width: 20px;
        height: 20px;
        display: inline-block;
        position: absolute;
        font-size: 11px;
        border-radius: 50%;
        line-height: 20px;
        text-align: center;
        top: -5px;
        left: 15px;
    }
}

@media (max-width: 460px) {
    header #form-search button {}
    header #form-search button span {
        display: none
    }
}

@media (max-width: 320px) {
    .mini .wrap-product .x-interval span.buy-btn a {
        font-size: 11px
    }
}

.about-top {
    padding-top: 3%;
    padding-bottom:2%;
}
.title-about{
    margin-bottom: 25px;
}
.title-about h2{
    color: #93174B;
    font-size: 30px;
    text-transform: uppercase;
    font-family: Avo_bold;
}
.desc-about{
    font-family: Avo;
    font-size: 15px;
    color:#333;
    line-height: 25px;
}
.detail-about{
    margin-top: 25px;
    margin-bottom: 25px;
}
.detail-about a{
    color:#93174B;
    border:1px solid #93174B;
    padding:10px 25px;
    text-decoration: none
}
.icon-menu:before,.icon-menu,.title-rpmenu .target-title-rpmenu{
    color:#93174b;
}