*{margin: 0; padding: 0;}

.center-header img {
    width: 100%;
}

.btn-warning {
    background-color: #4a90e2;
    border-color: #4a90e2;
}

.icon-search {
    position: absolute;
    top: 10px;
    right: 45px;
    z-index: 13;
    display: inline-flex;
    font-size: 20px;
}

.icon-search a {
    position: absolute;
    right: 19px;
    color: #fff;
    font-size: 19px;
}

.form-search {
    right: 79px;
    z-index: 90;
    width: 50%;
    padding: 25px;
    background: #efefef;
    position: absolute;
    top: 100%;
    margin-right: -15px;
    margin-left: -15px;
    display: none;
}

.form-search.show {
    display: block;
}

.icon-search a.close-search {
    right: 19px;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    transform: rotate(180deg);
}

.icon-search a.close-search.show {
    visibility: visible;
    opacity: 1;
    transform: rotate(0deg);
}

.icon-search a.search {
}

.main-menu {
    position: relative;
    z-index: 2;
}

.support-online {
    display: inline-flex;
    position: fixed;
    top: 340px;
    right: 25px;
    width: 292px;
    transition: 0.7s;
    z-index: 9999;
    margin-right: -245px;
}

.support-online:hover {
    transition: 0.7s;
    margin-right: 0px;
}

.contact-detail ul li .text .txtLgBlue {
    color: blue;
}

.contact-detail {
    background: #fff;
    width: 300px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.75);
}

.contact-detail h5 {
    font-weight: 600;
    font-size: 16px;
}

.contact-detail ul li {margin-bottom: 10px;list-style: none;border-bottom: 1px dashed #eee;}

.contact-detail ul li:last-child {
    border-bottom: none;
}

.contact-detail ul li .icon {
    float: left;
    width: 30%;
}

.contact-detail ul li .text {
    float: right;
    width: 61%;
}

.support-online .icon-contact
 img {
    width: 100px;
}

.main_article .head p.info_edu {
    font-style: italic;
    font-size: 13px;
    color: #888888;
}

.main_article .head h1 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #666666;
    margin-top: 0;
}

.main_article {
    padding: 15px;
}

ul.catogery-list li {
    list-style: none;
    line-height: 36px;
}

ul.catogery-list li a {
    font-size: 15px;
    color: #444444;
    text-decoration: none;
}

ul.catogery-list li a:hover {
    color: #c9141b;
}

ul.catogery-list li i {
    margin-right: 10px;
}

.date-time-2 {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
    color: #e60f1e;
}

.right-list-news .item-child .item-desc h3 {
    margin-top: 0;
}

.right-list-news .item-child .item-desc h3.item-tittle a {
    color: #555555;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
}

.right-list-news .item-child .item-desc {
    float: right;
    width: 63%;
}

.right-list-news .item-child .item-thumb {
    float: left;
    width: 30%;
    overflow: hidden;
}

.right-list-news .item-child .item-thumb img {
    width: 150px;
    webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.right-list-news .item-child {
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}

.right-list-news .item-child:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.right-list-news .item-child:hover .item-thumb img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.right-list-news .item h4.tittle-rigth-content {
    margin-top: 0;
    margin-bottom: 20px;
}

.right-list-news .item h4.tittle-rigth-content a {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #666666;
    text-decoration: none;
}

.right-list-news .item {
    background: #fff;
    padding: 15px;
}

.right-list-news {
    background: url(../images/bg_sing_practice.png);
    padding: 10px;
    margin-bottom: 20px;
}

.blog_post_content p {
    font-size: 14px;
}

.blog_post_content .text-right.date-time {
    font-style: italic;
    font-size: 13px;
    color: #888888;
}

.blog_post_content .text-right.date-time i {
    color: #e60f1e;
}

.blog_post_content .desc {
    max-height: 40px;
    overflow: hidden;
}

.blog_post_content {
    padding: 10px 10px 0;
}

.single_blog_post_box {
    border: 1px solid #ededed;
    box-shadow: -5px 5px 0 #dce0e2;
    padding: 6px;
}

.article_item .blog_post_photo img {
    display: block;
    margin: auto;
    max-height: 100%;
    width: auto;
    width: 100%;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.imgage_hover {
    width: 100%;
    overflow: hidden;
}

.imgage_hover:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.bg_w {
    background: #fff;
}

.blog_post_heading h3 {
    line-height: normal;
}

.blog_post_heading h3 a {
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-size: 16px;
    color: #444444;
    font-weight: 500;
    text-decoration: none;
}

.blog_post_heading h3 a:hover {
    color: #c9141b;
}

.blog_post_heading {
    padding: 15px 10px 0;
    border-bottom: 1px solid #dddddd;
}

.article_item {
    margin-bottom: 30px;
    padding: 0px 10px 0px 10px;
}

.content-cart p.empty-cart {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.box-overlay {
    width: 100%;
    background: rgba(0, 0, 0, 0.52);
    height: 800px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
}

.box-report.noidunghienra {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.box-overlay.showbox {
    opacity: 1;
    visibility: visible;
}

.box-report {
    background: #fff;
    width: 400px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 34%;
    padding: 20px;
    z-index: 9999;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    transform: scale(0.3);
}

.cart-product .info-pay .content-info-pay textarea#buyer_note {
    height: 45px;
    padding: 0 5px;
    outline: none;
    max-width: 100%;
    width: 100%;
}

.cart-product .info-pay .btn-buy-order {
    background: #de0b00;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: 500;
}

.cart-product .info-pay .btn-buy-order input {
    border: none;
    background: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    width: 100%;
    cursor: pointer;
    outline: none;
}

.cart-product .content-cart .info-pay {
    padding-right: 0;
}

.cart-product .info-pay h4.tittle-info-pay {
    line-height: 40px;
    background: #de0b00;
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
    margin: 0;
}

.cart-product .info-pay .content-info-pay {
    border: solid 1px #e00;
    padding: 10px;
}

.cart-product .info-pay .content-info-pay label {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 4px;
}

.cart-product .info-pay .content-info-pay input {
    width: 100%;
    height: 30px;
    padding: 0 5px;
}

.cart-product .content-cart .main-cart .totalCart {
    text-align: right;
    margin-top: 10px;
}

.cart-product ul.tittle-cart li {
    display: inline-block;
    margin-right: 10px;
    font-size: 17px;
    font-weight: 500;
}

.cart-product ul.tittle-cart li.active {
    background: #24aa98;
    padding: 5px 10px;
    border-radius: 3px;
}

.cart-product ul.tittle-cart li.active a {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
}

.cart-product .content-cart .main-cart .item-cart {
    background: #f5f5f5;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2px;
}

.cart-product .content-cart .main-cart .item-cart .item-cart-child {
    padding: 5px;
}

.cart-product .content-cart .main-cart .item-cart .price-pay p {
    margin-bottom: 2px;
}

.cart-product .content-cart .main-cart .item-cart .item-cart-child .price-pay {
    margin-top: 10px;
    margin-left: 10px;
    width: 166px;
}

.cart-product .content-cart .main-cart .item-cart .price-pay {
    float: left;
}

.cart-product .content-cart .main-cart .item-cart .price-pay p .number1 {
    color: red;
}

.cart-product .content-cart .main-cart .item-cart .price-pay p.itemCart-oldPrice {
    text-decoration: line-through;
    color: #888;
    font-size: 12px;
}

.cart-product .content-cart .main-cart .item-cart .price-pay p.itemCart-totalPrice b {
    font-size: 15px;
    font-weight: 500;
}

.cart-product .content-cart .main-cart .item-cart .price-pay p.itemCart-totalPrice {
    color: red;
}

.cart-product .content-cart .main-cart .item-cart .itemCart-quantity {
    float: left;
    margin-top: 10px;
    margin-left: 25px;
}

.cart-product .content-cart .main-cart .item-cart .itemCart-quantity span {
    display: block;
    float: left;
    width: 25px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: solid 1px #ddd;
    background: #fff;
    margin: 0 -1px;
    cursor: pointer;
}

.cart-product .content-cart .main-cart .item-cart .itemCart-quantity input {
    width: 40px;
    height: 30px;
    text-align: center;
    float: left;
    border: solid 1px #ddd;
}

.cart-product .content-cart .main-cart .item-cart .itemCart-del {
    float: right;
    margin-right: 38px;
    margin-top: 10px;
    font-size: 20px;
}

.cart-product .content-cart .main-cart .item-cart .itemCart-del a {
    font-weight: bold;
    font-size: 20px;
    color: #888;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}

.cart-product .content-cart .main-cart {
    padding-left: 0;
}

.cart-product .content-cart .main-cart .item-cart .item-cart-child:first-child {
    border-right: 1px solid #ddd;
}

.cart-product .content-cart .main-cart .item-cart .item-cart-child a {
    text-decoration: none;
}

.cart-product .content-cart .main-cart .item-cart .product-img1 {
    float: left;
    width: 80px;
    height: 80px;
    border: none;
}

.cart-product .content-cart .main-cart .item-cart .item-cart-child span.product-name {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 12px;
    display: block;
    color: #333;
    margin-left: 91px;
}

.tab-content .pro-group .pro-group-item .control-group .feature-value {
    color: #333;
    font-size: 14px;
    padding: 10px 0 10px 0px;
    overflow: hidden;
}

.tab-content .pro-group .pro-group-item .control-group label {
    color: #008bc1;
    float: left;
    font-size: 14px;
    padding: 10px;
    font-weight: normal;
}

.tab-content .pro-group .pro-group-item .control-group {
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    margin: 0;
}

.tab-content .pro-group .pro-group-item p.pro-image-desc {
    text-align: center;
    width: 100%;
    font-style: italic;
    font-size: 15px !important;
}

.tab-content .pro-group .pro-group-item h5 {
    font-size: 21px;
    color: #008ac2;
    font-weight: 600;
    padding-left: 10px;
    margin-bottom: 20px;
}

.tab-content .pro-group .pro-group-item .sec-line {
    background: #fff;
    background: -moz-linear-gradient(left,#fff 0%,#008ac2 5%,#008ac2 95%,#fff 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#fff),color-stop(5%,#008ac2),color-stop(95%,#008ac2),color-stop(100%,#fff));
    background: -webkit-linear-gradient(left,#fff 0%,#008ac2 5%,#008ac2 95%,#fff 100%);
    background: -o-linear-gradient(left,#fff 0%,#008ac2 5%,#008ac2 95%,#fff 100%);
    background: -ms-linear-gradient(left,#fff 0%,#008ac2 5%,#008ac2 95%,#fff 100%);
    background: linear-gradient(to right,#fff 0%,#008ac2 5%,#008ac2 95%,#fff 100%);
    background: linear-gradient(to right,#fff 0%,#008ac2 5%,#008ac2 95%,#fff 100%) repeat scroll 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0 0px 14px 1px rgba(0,138,194,0.4);
    -moz-box-shadow: 0 0px 14px 1px rgba(0,138,194,0.4);
    box-shadow: 0 0px 14px 1px rgba(0,138,194,0.4);
    display: block;
    height: 1px;
    margin-bottom: 30px;
    margin-top: 15px;
    width: 100%;
}

.tab-content .pro-group .pro-group-item h3 {
    font-size: 26px;
    color: #008ac2;
    font-weight: 600;
    padding-left: 10px;
}

.tab-content .pro-group .pro-group-item ul li {
    list-style: disc !important;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.tab-content .pro-group .pro-group-item .pro-description {
    text-align: justify;
    font-size: 18px !important;
    margin-bottom: 50px;
}

.tab-content .tab-pane {
    padding: 20px 30px;
}

.tab-content {
}

.tab-content .pro-group .pro-group-item h6.sub-header {
    background: #f1f1f1 none repeat scroll 0 0;
    color: #333;
    font-size: 16px;
    padding: 8px 10px;
    text-align: left;
}

.tab-content .pro-group .pro-group-item h2 {
    font-size: 26px !important;
    color: #008ac2 !important;
    font-weight: 600 !important;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px !important;
    margin-top: 0;
}

.nav-tabs {
    border: 1px solid #ddd;
}

.tab-content {
    border: 1px solid #ddd;
    border-top: none;
}

.nav-tabs li a {
    border-radius: 0;
    margin-right: 0;
    border-right: 1px solid #ddd;
    background: #fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-top: 2px solid #54a4ce;
    border-left: 0;
}

.nav-tabs, .nav-tabs li a {
    background: #f9f9f9;
    color: #333;
    font-weight: 500;
}

.pro-down.row {
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding-left: 0;
}

.pd_policies ul {
    list-style: none;
    margin-bottom: 10px;
}

.pd_policies ul li {
    padding: 3px 0 7px 5px;
}

.pd_policies ul li img {
    margin-right: 5px;
}

.pd_policies {
    padding: 0 20px;
}

.pd_policies h2 {
    font-size: 20px;
    margin-bottom: 9px;
    color: #288f06;
    margin-top: 0;
}

.product-desc .order .buy-now {
    margin-top: 20px;
}

.product-desc .order .buy-now a {
    width: 100%;
    border-radius: 0;
    padding: 10px 14px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    background-color: #f70808;
    border-color: #f70808;
}

.product-desc .order .add-to-cart
 a {
    border-radius: 0;
    padding: 10px 14px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
}

.product-desc .order .quantity  input#quantity_pro31 {
    width: 70px;
    height: 49px;
    text-align: center;
    float: left;
    border: solid 1px #ddd;
    font-size: 20px;
}

.product-desc .order .quantity span {
    display: block;
    float: left;
    width: 45px;
    height: 49px;
    text-align: center;
    line-height: 48px;
    border: solid 1px #ddd;
    background: #fff;
    margin: 0 -1px;
    cursor: pointer;
    font-size: 20px;
}

.line {
    clear: both;
    position: relative;
    width: 100%;
    margin: 20px 0;
    border-top: 1px solid #EEE;
}

.pd_sale_wrapper.row {
    margin-left: 0;
    margin-right: 0;
}

.pd_sale_wrapper .product-info {
    padding: 7px 7px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #FAFAFA;
}

.pd_sale_wrapper .price-sale {
    margin-right: 5px;
    color: red;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 20px;
    padding-left: 0;
    font-size: 18px;
}

.pd_sale_wrapper .price-old {
    margin-right: 5px;
    color: #888;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 20px;
    padding-left: 0;
    font-size: 17px;
    text-decoration: line-through;
    margin-bottom: 0;
}

.product-desc .page-title h1 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 34px;
    margin-top: 0;
}

.right-content {
    background: #fff;
}

.thumbnail {
    border-radius: 0;
}

.left-content .row {
    margin-left: 0;
    margin-right: 0;
}

.left-content .pro-desc {
    padding: 20px 14px 10px;
    background: #f3f3f3;
    border: 1px solid #e7e7e7;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.left-content .pro-desc p:before {
    content: "-";
    position: absolute;
    left: 0;
}

div#gallery {
    background: #fff;
}

div#gallery .content {
    border: 1px solid #ddd;
    border-bottom: none;
}

div#gallery .img-responsive {
    margin: 0 auto;
}


.right-content .content-filter .item-content-filter {
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 10px;
}

.right-content .content-filter .item-content-filter:first-child {
    margin-top: 0;
}

.right-content .content-filter .item-content-filter:last-child {
    border-bottom: none;
}

.right-content .content-filter .item-content-filter a {
    text-decoration: none;
    margin-left: 0;
}

.checkbox-style {
    width: 14px;
    height: 16px;
    vertical-align: text-bottom;
    margin-right: 13px;
}

.right-content .content-filter .item-content-filter h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.right-content .content-filter .item-content-filter ul {
    list-style: none;
}

.right-content .content-filter {
    background: #fff;
    padding: 10px;
}

.right-content h4.tittle-filter {
    background: #4a90e2;
    padding: 10px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.body-content-main .content-box .item-product {
    display: none;
}

.view-more-pro {
    text-align: center;
    margin: 20px 0;
}

.view-more-pro a {
    background: #4a90e2;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

.box-sort .content-box-sort.hienra1 {
    display: block;
}

.header-content-main {
    background: #fff;
    padding: 15px;
}

.body-content {
    margin-top: 20px;
}

.body-content.list-news {
    margin-top: 10px;
}

.main_article .body-content h2 {
    color: #7d7d7d;
    font-size: 26px;
}

.body-content-main .tittle-box .box-sort {
    float: right;
    text-align: right;
    background: #fff;
    padding: 5px 25px;
    font-size: 13px;
    border: 1px solid #ddd;
    cursor: pointer;
    margin-top: 4px;
}

.body-content-main .tittle-box {
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
    background: #4a90e2;
}

.body-content-main .tittle-box h5 {
    float: left;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    margin: 0;
    font-size: 16px;
}

.header-content {
    position: relative;
    margin-top: 20px;
}

.header-button .header-next {
    cursor: pointer;
    text-indent: -999999em;
    width: 23px;
    height: 45px;
    background: url(../images/iconcatedesk@1x.v201710270229.png) no-repeat -30px -40px;
    position: absolute;
    top: 57px;
    right: 72px;
    z-index: 99;
}

.header-button .header-prev {
    cursor: pointer;
    text-indent: -999999em;
    width: 23px;
    height: 45px;
    background: url(../images/iconcatedesk@1x.v201710270229.png) no-repeat 0 -40px;
    position: absolute;
    top: 57px;
    left: 73px;
    z-index: 99;
}

.header-content-main .item img {
    height: 165px;
    width: 100%;
}

.block-white .tittle-box h2 i {
    display: none;
}

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

.back-top {
    position: fixed;
    bottom: 33px;
    right: 24px;
    cursor: pointer;
    z-index: 999999;
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100px);
}

.back-top.show {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
}

.footer {
    background-color: #1f1f1f;
    color: #ffffff;
    text-align: center;
    padding: 10px;
}

.footer p {
    margin: 0;
}

.center-footer p i {
    margin-right: 5px;
}

.center-footer h4 {
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.center-footer {
    background-color: #232323;
    color: #fff;
}

.pre-footer ul li {
    list-style: none;
    line-height: 25px;
}

.pre-footer ul li a {
    background: url('../images/widget-link.png') left top no-repeat;
    border: none !important;
    color: #a1a1a1;
    padding: 0 3px 0 12px;
    text-decoration: none;
}

.pre-footer ul li a:hover {
    color: #e6e6e6;
}

.pre-footer {
    margin-top: 20px;
    background: #424242;
    color: #fff;
    padding: 10px;
}

.pre-footer h4 {
    margin-bottom: 10px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.block-content-3 {
    margin-top: 10px;
}

.partner-wrap {
    background: #fff;
    padding: 10px 20px 10px 60px;
}

.partner-wrap img {
    width: 100%;
}

.block-white .content-box .item-product .item-product-content .item-content .price-old {
    color: #888;
    line-height: 20px;
    margin: 0 auto;
    text-align: center;
    text-decoration: line-through;
    font-size: 13px;
}

.block-white .content-box .item-product .item-product-content .item-content 
 p.price-sale {
    color: red;
    line-height: 20px;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
}

.block-white .content-box .item-product .item-product-content .item-content h4 a {
    padding: 0 10px;
    display: block;
    overflow: hidden;
    line-height: 1.3em;
    font-size: 14px;
    color: #4a90e2;
    font-weight: 600;
    margin: 0px 10px 0;
    height: 36px;
    text-decoration: none;
}

.block-white .content-box .item-product .item-product-content .item-content h4 {
    margin-bottom: 0;
}

.block-white .content-box .item-product .item-product-content .item-content h4 a:hover {
    color: #333;
}

.sale-flash {
    position: absolute;
    top: 10px;
    left: 0px;
    padding: 3px 8px;
    background-color: #4a90e2;
    color: #FFF;
    /* text-shadow: 1px 1px 1px rgba(0,0,0,0.2); */
    border-radius: 2px;
    z-index: 50;
}

.block-white .content-box .item-product .item-product-content:hover .item-img
 span.hover-image {
    opacity: 1;
    visibility: visible;
    z-index: 9;
}

.block-white .content-box .item-product .item-product-content:hover .item-img .img_root:before {
    background-color: #000;
    content: "";
    left: 0;
    right: 0;
    z-index: 9;
    margin: auto;
    opacity: 0.4;
    position: absolute;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease-out 0s;
}

.block-white .content-box .item-product .item-product-content:hover .item-img .product-buttons {
    opacity: 1;
    visibility: visible;
    left: 13px;
    z-index: 99;
}

.block-white .content-box .item-product .item-product-content .item-img .product-buttons a {
    position: relative;
    color: #ffffff;
    background: #a9acaf;
    font-size: 14px;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    margin-top: 5px;
    z-index: 10;
}

.block-white .content-box .item-product .item-product-content .item-img .product-buttons {
    position: absolute;
    bottom: 25px;
    width: 36px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    left: -20px;
}

.block-white .content-box .item-product .item-product-content .item-img .product-buttons a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: #ff4545;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    position: absolute;
    right: -3px;
    top: 50%;
    margin-top: -3px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}

.block-white .content-box .item-product .item-product-content .item-img .product-buttons a:hover {
    background: #ff4545;
}

.block-white .content-box .item-product .item-product-content .item-img .product-buttons a:hover span {
    opacity: 1;
    visibility: visible;
    left: 45px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}

.block-white .content-box .item-product .item-product-content .item-img .product-buttons a:hover:after {
    opacity: 1;
    visibility: visible;
}

.block-white .content-box .item-product .item-product-content .item-img .product-buttons span {
    position: absolute;
    left: 0;
    top: 50%;
    min-width: 115px;
    max-width: 160px;
    line-height: 18px;
    padding: 7px 10px 8px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    border: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}

.block-white .content-box .item-product .item-product-content .item-img .product-buttons span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #ff4545;
    z-index: -1;
    opacity: 0.8;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
}

.block-white .content-box .item-product .item-product-content .item-img .img_root:before {
    background-color: transparent;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease-out 0s;
}

.block-white .content-box .item-product .item-product-content .item-img .hover-image {
    padding: 12px;
    left: 0;
    right: 0;
    max-width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #FFF;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.block-white .content-box .item-product .item-product-content .item-img img {
    max-width: 100%;
    height: 140px;
    text-align: center;
    margin: auto;
    overflow: hidden;
}

.block-white .content-box .item-product .item-product-content .item-img {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 20px;
}

.block-content-2 {
    margin-top: 10px;
}

.clear {
    clear: both;
}

.block-white .tittle-box a.view-more {
    float: right;
    color: red;
    text-decoration: none;
    font-style: italic;
    font-size: 13px;
    text-decoration: underline;
    margin-right: 20px;
}

.block-white .content-box {
    border-top: 1px solid #eee;
    margin-top: 9px;
    margin-left: 0;
    margin-right: 0;
}

.body-content-main.block-white .content-box {
    margin-top: 0;
}

.block-white .content-box .item-product {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0;
    height: 283px;
}

.block-white .content-box .item-product:nth-child(5n+5) {
    border-right: none;
}

.body-content-main.block-white .content-box .item-product:nth-child(5n+5) {
    border-right: 1px solid #ddd;
}

.block-white {
    background: #fff;
    padding: 20px 0 0 0;
}

.body-content-main.block-white {
    padding-top: 0;
}

.block-white .tittle-box h2 {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #4a90e2;
    font-weight: 600;
    font-size: 15px;
    float: left;
    margin: 0px 0px 0px 20px;
}

.block-white .tittle-box {
    position: relative;
}

.block-white .tittle-box ul {
    float: left;
    margin-bottom: 0;
    margin-left: 20px;
}

.block-white .tittle-box h2 a {
    text-decoration: none;
    color: #4a90e2;
    border-bottom: 2px solid #4a90e2;
    padding: 10px;
}

.block-white .tittle-box h2 a:hover {
    color: #333;
}

.block-white .tittle-box ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.body-content-main .tittle-box 
 ul li {
    display: block;
    margin-right: 0;
}

.body-content-main .tittle-box 
 ul {
    text-align: left;
    background: #fff;
    position: absolute;
    top: 41px;
    right: 21px;
    z-index: 9999;
    border: 1px solid #ddd;
    width: 169px;
    transition: 0.4s;
    display: none;
}

.body-content-main .tittle-box 
 ul li {
    list-style: none;
    padding: 2px 25px;
}

.body-content-main .tittle-box 
 ul li:hover {
    background: #1381CA;
    color: #fff;
}

.body-content-main.body-content-main .tittle-box 
 ul li:hover a {
    color: #fff;
}

.body-content-main .tittle-box 
 ul li a {
    text-decoration: none;
}

.body-content-main.block-white .tittle-box ul li a {
    text-decoration: none;
    color: #4a90e2;
}

.block-white .tittle-box ul li a:hover {
    color: #333;
    text-decoration: none;
}

.slide-button {
    background: #fff;
}

.block-content-1 {
    margin-top: 10px;
}

.banner-adv-up {
    margin-bottom: 10px;
}

.banner-adv-down img {
    width: 500px;
    height: 130px;
}

.banner-adv-up img {
    width: 245px;
    height: 215px;
}

.slide-box .item.divaotubentrai {
    animation: divaotubentrai 1s forwards;
}

@-webkit-keyframes divaotubentrai {
  /*   from { transform:translateX(-300px); opacity:0; visibility: hidden}
  to { transform:translateX(0px); opacity:1; visibility: visible} */
   0% {
        transform:translateX(-100%);
        visibility: hidden;
        opacity: 0;  
    }
      100% {
        transform:translateX(0%);
        visibility: visible;
        opacity: 1;
    }
}

.slide-box .item.diratubentrai {
    animation: diratubentrai 1s forwards;
}

 @-webkit-keyframes diratubentrai {
   /*  from { transform:translateX(0px); opacity:1; visibility: visible}
   to { transform:translateX(-300px); opacity:0; visibility: hidden} */
   0% {
        transform:translateX(0%);
        visibility: visible;
        opacity: 1;
    }
      100% {
        transform:translateX(-100%);
        visibility: hidden;
        opacity: 0;  
    }
} 

    

.slide-box .item.divaotubenphai {
    animation: divaotubenphai 1s forwards;
}

@-webkit-keyframes divaotubenphai {
    /* from { transform:translateX(300px); opacity:0; visibility: hidden}
    to { transform:translateX(0px); opacity:1; visibility: hidden} */
     0% {
        transform:translateX(100%);
        visibility: hidden;
        opacity: 0;  
    }
      100% {
        transform:translateX(0%);
        visibility: visible;
        opacity: 1;
    }
}

.slide-box .item.diratubenphai {
    animation: diratubenphai 1s forwards;
}

@-webkit-keyframes diratubenphai {
   /*  from { transform:translateX(0px); opacity:1; visibility: visible}
   to { transform:translateX(300px); opacity:0; visibility: hidden} */
    0% {
        transform:translateX(0%);
        visibility: visible;
        opacity: 1;  
    }
      100% {
        transform:translateX(100%);
        visibility: hidden;
        opacity: 0;
    }
}

.slide-button .next {
    position: absolute;
    top: 30%;
    right: 18px;
    width: 30px;
    height: 51px;
    text-indent: 999999em;
    background: url(../images/icondesktop@1x.v201710170851.png) no-repeat;
    background-position: -35px -35px;
    cursor: pointer;
}

.slide-button .prev {
    position: absolute;
    top: 30%;
    left: 18px;
    width: 30px;
    height: 51px;
    text-indent: 999999em;
    background: url(../images/icondesktop@1x.v201710170851.png) no-repeat;
    background-position: 0 -35px;
    cursor: pointer;
}

.block-content-1 .slide {
    position: relative;
}

.slide-button ul li {
    list-style none:;
    display: inline-block;
    list-style: none;
    font-size: 13px;
    margin-right: 20px;
    text-align: center;
    border-right: 1px solid #ddd;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.slide-button ul li._1active {
    font-weight: 500;
    color: #4a90e2;
}

.slide-button ul li:last-child {
    border-right: none;
}

.slide-button ul {text-align: cen;f;border: 1px solid #ddd;height: 55px;width: 100%;margin: 0 auto;text-align: center;}

.slide-box .item {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    height: 100%;
}

.slide-box .item._active {
    visibility: visible;
    opacity: 1;
}

.slide-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 300px;
}


.slide-box .item img {
    width: 690px;
    height: 300px;
}

ul.menu-child li.sub-menu-child a.name-pro-2 {
    text-transform: uppercase;
    color: red;
    font-weight: 500;
}

.submenu-product .submenu-right
 ul li .item .desc p.price-menu .text-red {
    color: red;
    font-weight: 600;
}

.submenu-product .submenu-right
 ul li .item .img-adv img {
    width: 90px;
}

.submenu-product .submenu-right
 ul li .item .desc h5.product-name a {
    text-decoration: none;
    color: #4a90e2;
}

.submenu-product .submenu-right
 ul li .item .desc h5.product-name {
    margin-bottom: 5px;
}

.submenu-product .submenu-right
 ul li .item {
    text-align: center;
}

.submenu-product .submenu-right
 ul li {
    position: absolute;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    list-style: none;
}

.submenu-product .submenu-right
 ul li.show-div {
    opacity: 1;
    visibility: visible;
}

.navbar-nav {
    position: relative;
}

.submenu-product .submenu-left ul
 li.group-product a.group-name {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: red;
    text-decoration: none;
}

li.sub-menu-parent .submenu-show {
    position: absolute;
    background: #fff;
    top: 51px;
    left: -1px;
    width: 1140px;
    z-index: 99;
    transition: height 500ms ease-out;
    height: 350px;
    padding: 10px 0px 10px 10px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.25);
    visibility: hidden;
    opacity: 0;
    -ms-transform: scaleY(0);
    -ms-transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: 0% 0%;
    transform: scaleY(0);
    transform-origin: 0% 0%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    border: 1px solid #ddd;
}

li.sub-menu-parent:hover .submenu-show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.submenu-product .submenu-left {
    width: 25%;
    float: left;
    margin-top: 5px;
    margin-left: 0px;
    border-right: 1px solid #C8C7C7;
    padding-top: 1px;
    height: 300px;
    max-height: 300px;
    overflow: scroll;
    overflow-x: hidden;
}

.submenu-product .submenu-left ul
 li.group-product {
    list-style: none;
    float: left;
    width: 120px;
    margin-right: 10px;
}

.submenu-product .submenu-left ul li.group-product.one-pro {
    float: none;
    width: 100%;
    border-bottom: 1px dashed #ddd;
    padding: 8px;
}

.submenu-product .submenu-left ul li.group-product.one-pro a {
    text-decoration: none;
    color: #4a90e2;
}

.submenu-product .submenu-left ul li.group-product.one-pro a:hover {
    color: red;
}

.submenu-product .submenu-left ul
 li.group-product ul {
    margin-top: 3px;
    border-top: 1px solid #ddd;
}

.submenu-product .submenu-left ul
 li.group-product ul li {
    border-bottom: 1px dashed #ddd;
    padding: 5px 0px;
}

.submenu-product .submenu-left ul
 li.group-product ul li:last-child {
    border-bottom: none;
}

.submenu-product .submenu-left ul
 li.group-product ul li a {
    color: #4a90e2;
    text-decoration: none;
}

.submenu-product .submenu-left ul
 li.group-product ul li a:hover {
    color: red;
}

.submenu-product .submenu-right {
    width: 74%;
    float: left;
    padding-left: 10px;
    margin-top: 5px;
    height: 300px;
    max-height: 300px;
    overflow: scroll;
    position: relative;
    overflow-x: hidden;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 5px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #4a90e2; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #4a90e2; 
}


.submenu-product .submenu-left ul
 li {
    list-style: none;
}

ul.menu-child {
    padding: 10px;
    background: #fff;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 51px;
    right: 0;
    z-index: 20;
    width: 460px;
    -ms-transform: scaleY(0);
    -ms-transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: 0% 0%;
    transform: scaleY(0);
    transform-origin: 0% 0%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.25);
}

ul.menu-child li.sub-menu-child {
    list-style: none;
    float: left;
    margin-right: 10px;
}

ul.menu-child li.sub-menu-child
 ul li {
    list-style: none;
    padding: 5px;
    border-bottom: 1px dashed #ddd;
}

ul.menu-child li.sub-menu-child
 ul {
    border-top: 1px solid #ddd;
}

ul.menu-child li.sub-menu-child
 ul li a {
    color: #4a90e2;
    text-decoration: none;
}

ul.menu-child li.sub-menu-child
 ul li a:hover {
    color: red;
}

li.sub-menu-parent:hover ul.menu-child {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

li.sub-menu-parent {
    position: initial;
}

li.sub-menu-parent:hover {
    background: #223b76;
}

li.sub-menu-parent:hover a.dropdown-toggle1 {
    color: #fff;
}

li.sub-menu-parent a.dropdown-toggle1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding-right: 14px;
    padding-left: 14px;
}

.navbar-default {
    background-color: #4a90e2;
    border-color: #4a90e2;
    margin-bottom: 0;
    border-radius: 0;
}

.center-header .header_cart ins {
    display: block;
    margin: 4px auto 0 auto;
    color: #4a90e2;
    text-decoration: none;
    font-size: 12px;
    width: 65px;
    bottom: 0;
    line-height: 1;
    text-align: right;
    left: 0px;
    text-transform: uppercase;
}

 .header_cart a span.top-cart-qty {
    position: absolute;
    display: inline-block;
    line-height: 16px;
    font-size: 11px;
    height: 16px;
    width: 16px;
    background: #263238;
    color: #fff;
    text-shadow: none;
    top: 2px;
    right: -2px;
    left: auto;
    border-radius: 50%;
}

 .header_cart {
    margin-top: 10px;
    vertical-align: top;
    padding-bottom: 5px;
    position: fixed;
    top: 270px;
    right: 13px;
    z-index: 999;
}

 .header_cart a {
    width: 46px;
    height: 49px;
    line-height: 30px;
    display: block;
    font-size: 23px;
    color: #fff;
    position: relative;
    text-align: center;
    border-radius: 50%;
    background: #4a90e2;
    margin-left: auto;
    margin-right: auto;
}

.header_cart a i {
    margin-top: 12px;
}

.center-header .header_location i {
    font-size: 31px;
    display: block;
}

.center-header .header_location a {
    text-align: center;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #4a90e2;
}

.center-header .header_location a ins {
    text-decoration: none;
    line-height: 1;
    display: block;
}

.center-header .top_search .button-search {
    margin: 6px;
    color: #FFFFFF;
    cursor: pointer;
    height: 44px;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 2px;
    width: 30px;
    background: url(../images/icon-search.png) no-repeat center center scroll;
    border: none;
}

.center-header .top_search input[type="text"] {
    background-color: #fff;
    border: 1px solid #4a90e2;
    border-radius: 2px;
    color: #7b7b7b;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 5px 30px 5px 10px;
    width: 100%;
}

.center-header .top_search {
    padding: 13px;
    position: relative;
    color: #fff;
    margin-top: 7px;
}

.center-header .logo_wrapper {
    text-align: center;
}

ul.header-info {
    margin-top: 20px;
}

.nopadding {
    padding: 0;
}

.center-header .header_location {
    margin-top: 10px;
}

ul.header-info li {
    margin-left: 20px;
    height: 40px;
    overflow: hidden;
    list-style: none;
    display: inline-block;
}

ul.header-info li a {
    color: #838383;
    font-size: 22px;
    line-height: 40px;
}

ul.header-info li i {
    margin: 0 5px 0 0 !important;
    font-size: 27px;
    vertical-align: top;
    line-height: 39px;
}

ul.header-info li span  {
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
}

ul.header-info li span ins {
    color: #4a90e2;
    display: block;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}



.center-header .logo_wrapper img {
    width: 150px;
    height: 70px;
}

.noleftpadding {
    padding-left: 0;
}

.paddingright5 {
    padding-right: 5px;
}

.norightpadding {
    padding-right: 0;
}

.paddingleft5 {
    padding-left: 5px;
}

.top-header {
    background: #223b76;
    color: #fff;
    box-shadow: none;
}

.list-menu-top {
    display: none;
}

div#page {
    display: none;
} 

body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background: #f1f1f1;
}

body.sub-body {
    background: #fff;
}

.top-header ul.menu-top-header li.sub-menu-top-header {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

.top-header ul.menu-top-header li.sub-menu-top-header {
    position: relative;
    padding: 5px 4px;
}

.top-header ul.menu-top-header li.sub-menu-top-header:last-child {
    margin-right: 0;
}

.top-header ul.menu-top-header li.sub-menu-top-header:hover {
    background: #4a90e2;
}

.top-header ul.menu-top-header li.sub-menu-top-header a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

.top-header ul.menu-top-header {
    text-align: right;
    margin-bottom: 0;
}

.top-header ul.menu-top-header li.sub-menu-top-header ul {
    text-align: left;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 10;
    width: 200px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -ms-transform: scaleY(0);
    -ms-transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: 0% 0%;
    transform: scaleY(0);
    transform-origin: 0% 0%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
}

.top-header ul.menu-top-header li.sub-menu-top-header ul li a {
    color: #4a90e2;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
}

.top-header ul.menu-top-header li.sub-menu-top-header ul li {
    padding: 3px 5px 3px 5px;
    border-bottom: 1px solid #ddd;
    list-style: none;
}

.top-header ul.menu-top-header li.sub-menu-top-header ul li:hover {
    background: #4a90e2;
}

.top-header ul.menu-top-header li.sub-menu-top-header ul li:hover a {
    color: #fff;
}

.top-header ul.menu-top-header li.sub-menu-top-header:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

/* Extra Small Devices, Phones */ 
@media (max-width: 767px) {
        *{}

.support-online {
    display: none;
}

.cart-product .content-cart .info-pay {
    padding-right: 15px;
}

.cart-product .content-cart .main-cart {
    padding-left: 15px;
}

.top-header ul.menu-top-header li.sub-menu-top-header ul {
    left: -80px;
}

.block-white .tittle-box ul li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin-right: 0;
}

.block-white .tittle-box ul li:hover a {
    color: red;
}

.block-white .tittle-box ul {
    width: 200px;
    display: grid;
    position: absolute;
    background: #fff;
    z-index: 999;
    left: 0;
    top: 27px;
    box-shadow: 0 2px 4px rgba(0,0,0,.13);
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
}

.block-white .tittle-box ul.thaxuong {
    visibility: visible;
    opacity: 1;
}

.block-white .tittle-box h2 {
}

.block-white .tittle-box h2 i {
    display: inline;
    margin-left: 5px;
}

.slide-box {
    height: 200px;
}

.block-content-1 .slide {
    padding-right: 0;
}

.slide-button ul {
    display: none;
}

.slide-box .item img {
    width: 100%;
    height: 200px;
}

.banner-adv {
    display: none;
}

.top-header ul.menu-top-header {
    position: absolute;
    top: 31px;
    right: 0px;
    z-index: 9999;
    background: #223b76;
    width: 120px;
    text-align: left;
    display: none;
    transition: 0.4s;
}

.top-header ul.menu-top-header.hien {
    display: block;
}

.top-header ul.menu-top-header li.sub-menu-top-header {
    display: inherit;
}

.list-menu-top {
    display: block;
    padding: 5px 10px;
    text-align: right;
}

.list-menu-top a {
    text-decoration: none;
}

.list-menu-top a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.center-header .top_search input[type="text"] {
    width: 100%;
}

.center-header .logo_wrapper img {
    width: 120px;
    height: 60px;
}

.center-header .header_cart {
    padding-bottom: 0;
    padding-left: 0;
}

.center-header .header_cart a {
    width: 40px;
    height: 40px;
}

.center-header .header_cart a
 i {
    font-size: 25px;
    padding-top: 10px;
}

.center-header .header_location i {
    font-size: 43px;
}

.hamburger-box {
    width: 34px;
    height: 28px;
}

.hamburger {
    padding: 5px;
}

.center-header .logo_wrapper {
    margin-left: 13px;
    padding-right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #fff;
}

.header {
    position: absolute;
    top: 3px;
    left: 31px;
    z-index: 999;
    border-radius: 5px;
}

.form-search1 {
    padding: 13px 0;
    color: #fff;
    position: absolute;
    z-index: 99;
    top: -5px;
    right: 0;
}

.form-search1 .input-group input[type="text"] {
    background-color: #fff;
    border: medium none;
    border-radius: 2px;
    color: #7b7b7b;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 5px 30px 5px 10px;
    width: 290px;
}

.form-search1 .input-group .button-search {
    margin: 6px;
    color: #FFFFFF;
    cursor: pointer;
    height: 44px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -12px;
    width: 30px;
    background: url(../images/icon-search.png) no-repeat center center scroll;
    border: none;
}

.page-header1 {
    height: 50px;
    background: #4a90e2;
    box-shadow: 0 0px 10px 0 rgba(67, 67, 69, 0.35);
    padding: 10px 0;
    position: relative;
    width: 100%;
}

.bottom-header {
    position: relative;
    overflow: hidden;
}

.page-header1 {}

div#page {
    display: block;
}

.navbar-default {
    display: none;
}
.mm-menu.mm-shadow-page:after {
    box-shadow: none;
}

.mm-listview .mm-next:before {
    border: none;
}

.mm-menu .mm-listview>li:hover .mm-next:after {
    border-color: white;
}

.mm-listview>li:hover {
    background: #005387;
}

.mm-listview>li:hover em.mm-counter {
    color: white;
}

.mm-listview>li:hover a {
    color: white;
}

nav#menu {
    z-index: 999999999;
}
}

/* Small Devices, Tablets */
@media (min-width : 768px) and (max-width: 991px) {
        *{}
.form-search1 {
    padding: 13px 0;
    color: #fff;
    position: absolute;
    z-index: 99;
    top: -5px;
    right: 0;
}

.form-search1 .input-group input[type="text"] {
    background-color: #fff;
    border: medium none;
    border-radius: 2px;
    color: #7b7b7b;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 5px 30px 5px 10px;
    width: 500px;
}

.form-search1 .input-group .button-search {
    margin: 6px;
    color: #FFFFFF;
    cursor: pointer;
    height: 44px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -12px;
    width: 30px;
    background: url(../images/icon-search.png) no-repeat center center scroll;
    border: none;
}

.page-header1 {
    height: 50px;
    background: #4a90e2;
    box-shadow: 0 0px 10px 0 rgba(67, 67, 69, 0.35);
    padding: 10px 0;
    position: relative;
    width: 100%;
}


.support-online {
    display: none;
}

.cart-product .content-cart .info-pay {
    padding-right: 15px;
}

.cart-product .content-cart .main-cart {
    padding-left: 15px;
}
.top-header ul.menu-top-header li.sub-menu-top-header ul {
    left: -80px;
}

.block-white .tittle-box ul li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin-right: 0;
}

.block-white .tittle-box ul li:hover a {
    color: red;
}

.block-white .tittle-box ul {
    width: 200px;
    display: grid;
    position: absolute;
    background: #fff;
    z-index: 999;
    left: 0;
    top: 27px;
    box-shadow: 0 2px 4px rgba(0,0,0,.13);
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
}

.block-white .tittle-box ul.thaxuong {
    visibility: visible;
    opacity: 1;
}

.block-white .tittle-box h2 {
}

.block-white .tittle-box h2 i {
    display: inline;
    margin-left: 5px;
}

.slide-box {
    height: 300px;
}

.block-content-1 .slide {
    padding-right: 0;
}

.slide-button ul {
    display: none;
}

.slide-box .item img {
    width: 100%;
    height: 300px;
}

.banner-adv {
    display: none;
}

.top-header ul.menu-top-header {
    position: absolute;
    top: 31px;
    right: 0px;
    z-index: 9999;
    background: #223b76;
    width: 120px;
    text-align: left;
    display: none;
    transition: 0.4s;
}

.top-header ul.menu-top-header.hien {
    display: block;
}

.top-header ul.menu-top-header li.sub-menu-top-header {
    display: inherit;
}

.list-menu-top {
    display: block;
    padding: 5px 10px;
    margin-left: 600px;
    text-align: right;
}

.list-menu-top a {
    text-decoration: none;
}

.list-menu-top a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.center-header .top_search input[type="text"] {
    width: 690px;
    padding: 5px 10px;
}

.center-header .logo_wrapper img {
    width: 120px;
    height: 60px;
}

.center-header .header_cart {
    padding-bottom: 0;
    padding-left: 0;
}

.center-header .header_cart a {
    width: 40px;
    height: 40px;
}

.center-header .header_cart a
 i {
    font-size: 25px;
    padding-top: 10px;
}

.center-header .header_location i {
    font-size: 43px;
}

.hamburger-box {
    width: 34px;
    height: 28px;
}

.hamburger {
    padding: 5px;
}

.center-header .logo_wrapper {
    margin-left: 13px;
    padding-right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #fff;
}

.header {
    position: absolute;
    top: 6px;
    left: 20px;
    z-index: 999;
    background: #4a90e2;
    border-radius: 5px;
}

.bottom-header {
    position: relative;
    overflow: hidden;
}

div#page {
    display: block;
}

.navbar-default {
    display: none;
}
.mm-menu.mm-shadow-page:after {
    box-shadow: none;
}

.mm-listview .mm-next:before {
    border: none;
}

.mm-menu .mm-listview>li:hover .mm-next:after {
    border-color: white;
}

.mm-listview>li:hover {
    background: #005387;
}

.mm-listview>li:hover em.mm-counter {
    color: white;
}

.mm-listview>li:hover a {
    color: white;
}

nav#menu {
    z-index: 999999999;
}
}

/* Medium Devices, Desktops */
@media (min-width : 991px) and (max-width: 1199px) {
         *{}

.navbar-nav {
    margin-top: 10px;
}

.navbar-default {
}

li.sub-menu-parent a.dropdown-toggle1 {
    font-size: 13px;
    padding: 5px;
}

.center-header .top_search input[type="text"] {
    width: 220px;
}
}

/* Large Devices, Wide Screens */
@media (min-width : 1200px) {
         *{
}
}   