#4a90e2@charset "UTF-8";

/* @font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style : normal;
         src : url("http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
         src : url("http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
               url("http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
               url("http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
               url("http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
               url("http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}
 */
body {
    font-size: 14px;
    font: 14px/18px Arial,Helvetica,sans-serif;
    position: relative;
    overflow-x: hidden;
    color: #333;
    background-color: #fff;
}
.content-standard-ck table {
    width: 100% !important;
}
.collapse:not(.show) {
    display: block;
    text-align: right;
}

.collapse > ul {
    display: block;
}

.collapse > ul > li {
    display: inline-block;
    margin-right: 10px;
}

.admin_panel .navbar {
    padding: 0;
    background: #e7e7e7;
}

.admin_panel .navbar-nav .dropdown-menu {
    position: absolute;
    min-width: 100px;
    width: 100px;
    padding: 5px;
    margin: 5px;
    font-size: 16px;
    text-align: center;
    left: inherit;
    right: 0;
}
.cart .bg-cart-page {
    width: 100%;
    float: left;
}
.wapper {
    max-width: 1630px;
    margin: 0 auto;
    background-color: #fff;
}
.check-out2, .check-out2 .check-out22 {
    float: left;
    width: 100%;
}
@media screen and (min-width: 1600px) {
    .wapper {
        max-width: 100%;
    }
}

img {
    max-width: 100%;
}

.div-table {
    display: table;
    width: 100%;
}

.div-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.flex-row {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.flex-row-top {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.flex-col {
    max-height: 100%;
}

.flex-left {
    margin-right: auto;
}

.flex-right {
    margin-left: auto;
}

.div-table {
    display: table;
    width: 100%;
}

.div-table-cell {
    display: table-cell;
    width: 100%;
}

.visible-767 {
    display: none;
}

.vertical {
    display: table;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.left {
    float: left;
}

.right {
    float: right;
}

.box-img-center {
    position: relative;
    overflow: hidden;
}

.img-center {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.img-zoom {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}

.img-zoom:hover {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}

.img-op {
    opacity: 1;
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}

.img-op:hover {
    opacity: 0.8;
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}

.img-mirror {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    opacity: 0.9;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.img-mirror:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.img-mirror:hover:after {
    webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.img-mirror:hover {
    opacity: 1;
}

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

h1 {
    font-size: 34px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    outline: none;
}

a, button, input {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
textarea {
    border: 1px solid #e1e1e1;
    padding: 8px 15px;
    font-size: 14px;
    color: #888888;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
}

button,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
    border-color: #666666;
    outline: none;
}

.float-full {
    width: 100%;
    float: left;
}

.container {
    max-width: 1650px;
}

@media (max-width: 1600px) {
    .container {
        max-width: 1450px;
    }
}
@media (max-width: 1366px) {
    .container {
        max-width: 1230px;
    }
}

.tab-content > .active {
    opacity: 1;
}

.price .price-old {
    color: #bfbfbf;
    padding-right: 10px;
    font-weight: 400;
    font-style: italic;
    text-decoration: line-through;
}

.price .price-market {
    color: #fb0000;
    font-weight: bold;
    font-size: 12px;
}

.breadcrumb {
    background-color: transparent;
    padding: 15px 0px 15px 0px;
    margin-bottom: 0;
}

.breadcrumb a {
    color: #666;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
}

.breadcrumb a:hover {
    color: #333;
}

.breadcrumb-item.active a {
    color: #333;
}

.page-pagination {
    padding-bottom: 40px;
    text-align: center;
    width: 100%;
    float: left;
}

@media (max-width: 992px) {
    .page-pagination {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .page-pagination {
        padding-bottom: 30px;
    }
}

.page-pagination .pagination {
    display: inline-flex;
}

.page-pagination .pagination li {
    padding: 0 3px;
}

.page-pagination .pagination li a {
    color: #4a90e2;
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
}

@media (max-width: 767px) {
    .page-pagination .pagination li a {
        padding: 5px 8px;
    }
}

.page-pagination .pagination li:hover a {
    background-color: #ee2608;
    border-color: #ee2608;
    color: #fff;
}

.page-pagination .pagination li.active a {
    background-color: #ee2608;
    border-color: #ee2608;
}

.time-user {
    color: #dc9019;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
}

.time-user span {
    padding-right: 5px;
}

@media (max-width: 1200px) {
    .time-user span {
        padding-right: 8px;
    }
}

.time-user span i {
    padding-right: 5px;
}

/*detail css customer*/
.content-standard-ck p {
    margin-bottom: 10px;
}

.content-standard-ck table > thead > tr > th, .content-standard-ck table > tbody > tr > th, .content-standard-ck table > tfoot > tr > th, .content-standard-ck table > thead > tr > td, .content-standard-ck table > tbody > tr > td, .content-standard-ck table > tfoot > tr > td {
    border: 1px solid #eee;
}

.content-standard-ck table > thead > tr > th, .content-standard-ck table > tbody > tr > th, .content-standard-ck table > tfoot > tr > th, .content-standard-ck table > thead > tr > td, .content-standard-ck table > tbody > tr > td, .content-standard-ck table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #eee;
    text-align: left;
    font: 13px/18px "Tahoma Regular";
}

.content-standard-ck table tr:hover {
    background-color: #F8FAFB;
}

.content-standard-ck ol, .content-standard-ck ul {
    padding-left: 20px;
    margin-bottom: 10px;
    list-style: inherit;
}

.content-standard-ck ol li, .content-standard-ck ul li {
    list-style: inherit;
    margin-bottom: 10px;
}

.content-standard-ck iframe {
    width: 100%;
}

.content-standard-ck img {
    margin-bottom: 10px;
    max-width: 100%;
}

@media (max-width: 480px) {
    .content-standard-ck iframe {
        height: auto;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 4.3px !important;
    }
}

@media (max-width: 767px) {
    .hidden-767 {
        display: none;
    }

    .visible-767 {
        display: block;
    }

    .flex-row-top {
        display: block;
    }

    .flex-row-top .flex-col {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0px !important;
    }

    .box-img-center {
        height: auto !important;
    }

    .img-center {
        position: relative !important;
        width: 100% !important;
    }
}

.date {
    color: #9f9f9f;
    font-size: 14px;
    margin-bottom: 5px;
}

.date i {
    padding-right: 5px;
}

.desc {
    color: #373737;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 5px;
}

.view-more a {
    color: #4a90e2;
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px;
}

.view-more a:hover {
    color: #d20808;
}

.view-more i {
    color: #4a90e2;
}

.btn-style-1, .btn-style-2 {
    white-space: nowrap;
    color: #29aae1;
    display: inline-block;
    font-size: 16px;
    padding: 12px 24px 12px 0px;
    font-weight: 600;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .btn-style-1, .btn-style-2 {
        font-size: 12px;
    }
}

.btn-style-2 {
    color: #fff;
}

.view-all .read-more {
    display: inline-block;
    background-color: #007aab;
    padding: 0 25px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0px;
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.view-all .read-more:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0099d7;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 3px;
}

.view-all .read-more:hover {
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}

.view-all .read-more:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.view-all-1 {
    text-align: right;
}

.view-all-1 .read-more {
    display: inline-block;
    background-color: #418bca;
    padding: 0 25px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.view-all-1 .read-more:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3a72aa;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 3px;
}

.view-all-1 .read-more:hover {
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}

.view-all-1 .read-more:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.view-all-2 .read-more {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #dc9019;
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.view-all-2 .read-more:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #dc9019;
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.view-all-2 .read-more:hover {
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}

.view-all-2 .read-more:hover:before {
    right: 0px;
}

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00a2e0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:active,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:hover {
    color: #fff;
}

.hvr-sweep-to-right:active:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.buttom-action a {
    width: 130px;
    height: 42px;
    color: #007aab;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 39px;
    border: 1px solid #007aab;
    display: inline-block;
    position: relative;
}

.buttom-action a .icon-detail {
    position: absolute;
    width: 20px;
    height: 25px;
    right: 5px;
    top: 5px;
}

.buttom-action .buy-detail {
    background: #007aab;
    color: #fff;
}

.slider-banner-index {
    width: 100%;
    float: left;
    position: relative;
}

.banner-homepage {
    position: relative;
    z-index: 6;
    text-align: left;
}

@media (max-width: 991px) {
    .banner-homepage {
        background-size: 100%;
    }
}

@media (max-width: 767px) {
    .banner-homepage {
        background-size: cover;
    }
}

.banner-homepage {
    height: 615px;
}

@media (max-width: 1400px) {
    .banner-homepage {
        height: initial;
    }

    .banner-homepage img {
        min-width: 100%;
    }
}

.cont-banner-top {
    color: #4a4a4a;
    padding-top: 15.3rem;
}

@media (max-width: 991px) {
    .cont-banner-top {
        padding-top: 10.3rem;
    }
}

.cont-banner-top .title {
    margin: 0;
    font-size: inherit;
    position: relative;
    z-index: 9;
}

.cont-banner-top .title span.text-top {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 4.8em;
    margin: auto;
    font-weight: 400;
}

@media (min-width: 1440px) {
    .cont-banner-top .title span.text-top {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .cont-banner-top .title span.text-top {
        font-size: 23px;
        line-height: 30px;
    }
}

.cont-banner-top .desc {
    margin-bottom: 3.5rem;
}

.cont-banner-top .desc b {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 4.8em;
    color: #14a9e3;
    font-weight: 800;
    line-height: 1.2;
}

@media (min-width: 1440px) {
    .cont-banner-top .desc b {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .cont-banner-top .desc b {
        font-size: 23px;
        line-height: 30px;
    }
}

@media (min-width: 1440px) {
    .cont-banner-top {
        padding-top: 150px;
    }
}

@media (max-width: 767px) {
    .cont-banner-top {
        font-size: 4.3px !important;
        padding-top: 14em;
    }
}

@media (max-width: 767px) {
    .cont-banner-top {
        margin-top: -190px;
        position: relative;
        z-index: 99;
        padding-top: 9em;
        margin-bottom: 70px;
    }
}

.cont-banner-top .line-standard {
    display: block;
    height: 3px;
    width: 160px;
    background: #29aae1;
}

.custom-dots {
    position: absolute;
    top: 64%;
    max-width: 940px;
    left: 0px;
    right: 0px;
    margin: auto;
    list-style: none;
}

.custom-dots li {
    display: inline-block;
    margin: 0px 4px;
}

.custom-dots li button {
    outline: none;
    text-indent: -8000px;
    border: 1px solid #29aae1;
    width: 13px;
    height: 13px;
    background: #fff;
}

.custom-dots li.slick-active button {
    background: #29aae1;
}

.custom-dots li:first-child {
    margin-left: 0px;
}

@media (max-width: 991px) {
    .custom-dots {
        max-width: 640px;
    }
}

@media (max-width: 767px) {
    .custom-dots {
        max-width: initial;
        padding: 0px 30px;
    }
}

@media (max-width: 767px) {
    .custom-dots {
        position: relative;
        top: -30px;
    }
}

#banner-index {
    width: 100%;
    float: left;
    position: relative;
}

.slick-dots {
    width: 100px;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
}

@media all and (max-width: 767px) {
    .slick-dots {
        bottom: 0px;
    }
}

.slick-dots li {
    width: 5px;
}

.slick-prev:before,
.slick-next::before {
    position: absolute;
    z-index: 9;
    top: 13px;
    right: 10px;
    width: 28px;
    height: 28px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

@media all and (max-width: 767px) {
    .slick-prev:before,
    .slick-next::before {
        display: none;
    }
}

.slick-prev:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.slick-next {
    right: 85px;
}

.slick-prev {
    left: 85px;
}

.slick-dots li {
    margin: 0 10px;
}

.slick-dots li button:before {
    font-size: 14px;
    color: #b4b9be;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}

.banner-inpage {
    position: relative;
    min-height: 325px;
}

.banner-inpage .img-banner {
    display: block;
    width: 100%;
}

@media (max-width: 767px) {
    .banner-inpage .img-banner {
        height: 325px;
    }
}

.banner-inpage .img-banner img {
    min-width: 100%;
}

@media (max-width: 767px) {
    .banner-inpage .img-banner img {
        object-fit: cover;
        object-position: center;
        height: 100%;
    }
}

.banner-inpage .ctn-banner {
    position: absolute;
    top: 0px;
    bottom: 0px;
}

.banner-inpage .ctn-banner h2 {
    color: #ffffff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: -0.5px;
    margin: 5rem 0px 4rem 0;
}

@media (max-width: 992px) {
    .banner-inpage .ctn-banner h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .banner-inpage .ctn-banner h2 {
        font-size: 24px;
        line-height: 34px;
    }
}

.banner-inpage .ctn-banner p {
    color: #ffffff;
    font-size: 36px;
    font-weight: 300;
    line-height: 42px;
    letter-spacing: -0.5px;
}

@media (max-width: 992px) {
    .banner-inpage .ctn-banner p {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .banner-inpage .ctn-banner p {
        font-size: 18px;
        line-height: 22px;
    }
}

.banner-inpage .ctn-banner .circle-number span {
    color: #ffffff;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 5.5rem;
    font-weight: 300;
    padding: 19px 13px 18px 13px;
    display: inline-block;
    text-align: center;
    border: 9px solid #ffdb00;
}

@media (max-width: 992px) {
    .banner-inpage .ctn-banner .circle-number span {
        padding: 17px 15px 16px 13px;
        border: 5px solid #ffdb00;
        font-size: 33px;
    }
}

/*!
  menu mobile
*/
.menu-bar-mobile {
    position: fixed;
    height: 100%;
    width: 300px;
    background: #fff;
    z-index: 9999999;
    box-shadow: 1px 0px 1px #ccc;
    overflow-y: scroll;
    display: none;
}

.logo-menu {
    float: left;
    width: 100%;
    text-align: center;
}

.logo-menu img {
    width: 180px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.main-menu > ul > li > ul.menu-89214 > li a {
    padding: 6px 15px 6px 10px;
}
.menu-bar-lv-1 {
    float: left;
    width: 100%;
    position: relative;
}

.menu-bar-lv-1 a {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 30px;
    background: #fff;
    margin-bottom: 1px;
    padding: 5px 15px;
    font-size: 14px;
    border-top: 1px solid #ebebeb;
    color: #3e3e3e;
}

.menu-bar-lv-1 a:hover {
    box-shadow: 0px 0px 2px #443333;
}

.menu-bar-lv-1 span {
    position: absolute;
    right: 10px;
    top: 4px;
    width: 30px;
    height: 30px;
    font-size: 17px;
    text-align: center;
    padding-top: 9px;
    cursor: pointer;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}

.menu-bar-lv-2, .menu-bar-lv-3 {
    position: relative;
    float: left;
    width: 100%;
    display: none;
}

.menu-bar-lv-2 a {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 15px;
}

.menu-bar-lv-2 i:last-child {
    margin-right: 7px;
}

.menu-bar-lv-3 a {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 33px;
}

.rotate-menu {
    transform: rotate(180deg);
    top: 10px !important;
}

.menu-btn-show {
    position: absolute;
    width: 28px;
    height: 27px;
    float: left;
    margin-right: 15px;
    cursor: pointer;
    right: 15px;
    top: 130px;
    z-index: 9999;
}

.menu-btn-show .border-style {
    width: 100%;
    height: 4px;
    background: #111;
    float: left;
    margin-bottom: 5px;
    border-radius: 10px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}

.fixed-box .menu-btn-show .border-style {
    /*background: #fff;*/
    background: #38a7e0;
}

.box-login-logout {
    float: left;
    width: 100%;
    position: relative;
    background: #f9f9f9;
}

.boder-rotate {
    position: absolute;
    left: 50%;
    height: 40px;
    width: 1px;
    background: #ebebeb;
    transform: rotate(30deg);
}

.box-login-logout i {
    margin-right: 6px;
}

.box-login-logout .left {
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-size: 15px;
    border-top: 1px solid #ebebeb;
}

.shadow-open-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.51);
    z-index: 999;
    display: none;
}

.menu-btn-show.active .border-style {
    background: #fff;
    display: none;
}

.menu-btn-show.active .border-style:first-child {
    transform: rotate(42deg);
    margin-top: 5px;
    display: block;
}

.menu-btn-show.active .border-style:last-child {
    transform: rotate(-42deg);
    margin-top: -9px;
    display: block;
}

@media screen and (min-width: 992px) {
    .menu-btn-show {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .menu-btn-show {
        display: block;
    }

    .main-menu, .hide-mobile {
        display: none;
    }

    .menu-btn-show {
        top: 115px;
        right: 1%;
    }
}

@media screen and (max-width: 360px) {
    .menu-bar-mobile {
        width: 250px;
    }
}

/*Main menu ngang*/
.main-menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    text-align: left;
}

.main-menu > ul:before {
    content: "";
    display: table;
}

.main-menu > ul:after {
    content: "";
    display: table;
    clear: both;
}

.main-menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
}

.main-menu > ul > li a {
    text-decoration: none;
    padding: 12px 22px 11px 22px;
    display: block;
    font-size: 14px;
    position: relative;
    color: #333;
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}

.main-menu > ul > li:first-child a {
    margin-left: 0px;
}

.main-menu > ul > li:last-child a {
    margin-right: 0px;
}

.main-menu > ul > li:hover > ul {
    display: block;
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}

.main-menu > ul > li > ul {
    display: none;
    width: 200px;
    background-color: #fff;
    padding: 0px;
    position: absolute;
    z-index: 99;
    left: 0px;
    margin: 0px;
    list-style: none;
    box-sizing: border-box;
    text-align: left;
    box-shadow: 0px 2px 3px rgba(154, 142, 142, 0.48);
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}

.main-menu > ul > li > ul:before {
    content: "";
    display: table;
}

.main-menu > ul > li > ul:after {
    content: "";
    display: table;
    clear: both;
}

.main-menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 100%;
    float: left;
    display: block;
    position: relative;
}

.main-menu > ul > li > ul > li a {
    padding: 6px 15px 6px 15px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(204, 204, 204, 0.63);
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    margin: 0px;
    clear: both;
    color: #333;
    white-space: nowrap;
}

.main-menu > ul > li > ul > li > ul {
    padding: 0;
    margin: 0px;
    list-style: none;
    box-sizing: border-box;
    position: absolute;
    left: 130%;
    min-width: 210px;
    background-color: #fff;
    top: 0px;
    box-shadow: 0px 0px 5px #ccc;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    opacity: 0;
}

.main-menu > ul > li > ul > li:hover > a {
    background: #dee2e6;
}

.main-menu > ul > li > ul > li:hover > ul {
    left: 100%;
    visibility: visible;
    opacity: 1;
}

.main-menu > ul > li > ul > li > ul:before {
    content: "";
    display: table;
}

.main-menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
    clear: both;
}

.main-menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 0px 0;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
}

.main-menu > ul > li > ul > li .fa-caret-right {
    position: absolute;
    right: 11px;
    top: 12px;
    color: #fff;
}

.main-menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.main-menu > ul > li > ul > li > ul > li a:hover {
    background: #dee2e6;
}

.main-menu > ul > li > ul.normal-sub {
    width: 200px;
    left: auto;
    padding: 5px 20px 9px 20px;
    background: rgba(8, 132, 57, 0.78);
    border-top: 5px solid #178544;
}

.main-menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.main-menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
    border: 0;
    padding: 9px 0px;
    border-bottom: 1px solid rgba(226, 222, 222, 0.31);
    color: #dad1d1;
}

.main-menu > ul > li > ul.normal-sub > li a:hover {
    color: #fff;
}

.main-menu > ul > li > ul.normal-sub > li:last-child a {
    border-bottom: none;
}

.main-menu > ul > li:last-child > ul {
    right: 0px;
    left: initial;
}

.normal-sub li a:before {
    content: "•";
    line-height: 0;
    margin-right: 10px;
    font-size: 19px;
    position: static;
    color: #27AE61;
    margin-top: 9px;
    float: left;
}

.main-menu > ul > li:hover > a:before, .main-menu > ul > li:hover > a:after {
    width: 50%;
    border-radius: 0;
    -moz-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    display: none;
}

.main-menu > ul > li > a:after {
    content: "";
    height: 1px;
    position: absolute;
    right: 20px;
    width: 0;
    top: 75%;
    margin-top: 0px;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #ccc;
    display: none;
}

.main-menu > ul > li > a:before {
    content: "";
    height: 1px;
    position: absolute;
    left: 20px;
    width: 0;
    top: 75%;
    margin-top: 0px;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    display: none;
    background: #ccc;
}

.main-menu > ul > li.active > a:before, .main-menu > ul > li.active > a:after {
    width: 50%;
}

#header, .header-top, .header-center, .nav {
    width: 100%;
    float: left;
}

/*header-top*/
.header-top {
    background: #4a90e2;
    height: 133px;
}

.header-top-content {
    width: 100%;
    float: left;
}

.logo-ht {
    width: 270px;
    float: left;
}

.logo-ht .logo-ht-content {
    position: relative;
    margin: 0;
    height: 133px !important;
}

.logo-ht .logo-ht-content a img {
    right: inherit;
}

.search-ht {
    float: left;
    width: 52%;
    /*margin: 45px 0px 0px 40px;*/
    position: relative;
}

.box-search .form-box-search {
    width: 100%;
    height: 54px;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
}

.box-search .form-box-search .border-form {
    width: 195px;
    height: 54px;
    float: left;
    overflow: hidden;
    position: relative;
    border: 1px solid #dadada;
    border-right: none;
}

.box-search .form-box-search .inputSearch {
    background-color: #fff;
    height: 54px;
    width: 525px;
    border: 1px solid #dadada;
    overflow: hidden;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    font-style: italic;
}

.box-search .form-box-search .inputSearch::-webkit-input-placeholder {
    color: #9e9c9c;
}

.box-search .form-box-search .inputSearch::-moz-placeholder {
    color: #9e9c9c;
    color: #9e9c9c;
}

.box-search .form-box-search .inputSearch::-ms-input-placeholder {
    color: #9e9c9c;
}

.box-search .form-box-search .submitForm {
    width: 100px;
    height: 54px;
    border: 0px;
    padding: 0px;
    border-radius: 0px 3px 3px 0px;
    float: right;
    cursor: pointer;
    background-color: #fbda00;
    position: absolute;
    right: 0;
}

.box-search .form-box-search .submitForm i {
    color: #fff;
}

.box-search .form-box-search .submitForm:hover {
    background-color: #cfad00;
}

.box-select {
    width: 100%;
    float: left;
    height: 52px;
    border: none;
    background: #fff;
    color: #6b6b6b;
    padding: 0px 0px 0px 10px;
}

.login-cart-ht {
    width: 28%;
    float: right;
    margin-top: 10px;
}

.login-cart-ht .cart-ht-top {
    height: 45px;
    line-height: 44px;
    text-align: right;
}

.search-mobile {
    width: 100%;
    float: left;
}

.box-search-mobile {
    height: 30px;
    position: relative;
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
}

.box-search-mobile form {
    height: 100%;
}

.box-search-mobile form .inputSearch {
    border: 1px solid #002664;
    border-radius: 15px;
    padding: 0px 0px 0px 15px;
    font-size: 12px;
    font-style: italic;
    height: 100%;
    color: #8c8c8c;
    width: 100%;
}

.box-search-mobile form .inputSearch::-webkit-input-placeholder, .box-search-mobile form .inputSearch::-moz-placeholder, .box-search-mobile form .inputSearch::-moz-placeholder, .box-search-mobile form .inputSearch:-ms-input-placeholder {
    color: #8c8c8c;
}

.box-search-mobile form .submitForm {
    width: 40px;
    height: 31px;
    background: transparent;
    color: #002664;
    height: 31px;
    border: none;
    border-radius: 15px;
    font-weight: bold;
    font-size: 15px;
    position: absolute;
    right: 0px;
    top: 0;
    cursor: pointer;
}

.service-top ul li a {
    color: #fff;
    font-size: 13px;
}

.service-top ul li a:hover {
    color: #ccc;
}

.login {
    color: white;
    margin-left: 28px;
}

.login ul li {
    display: inline-block;
}

.login ul li a {
    font-size: 13px;
    color: white;
}

.login ul li a:hover {
    color: #ccc;
}

.cart-ht-bottom {
    width: 100%;
    float: left;
    margin-top: 8px;
    color: #ffffff;
}

.cart-ht-bottom a {
    color: #ffffff;
}

.cart-ht-bottom a:hover {
    color: #ccc;
}

.cart-ht-bottom .support-ht {
    display: inline-block;
    float: left;
    margin-left: 25px;
}

.cart-ht-bottom .support-ht .icon-support {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    float: left;
    margin-right: 8px;
    padding-top: 5px;
    position: relative;
}

.cart-ht-bottom .support-ht .icon-support i {
    font-size: 15px;
    color: #de0124;
}

.cart-ht-bottom .support-ht .icon-support .number-product {
    color: #fff;
    position: absolute;
    background: #ff9826;
    top: -5px;
    right: -4px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    font-size: 11px;
}

.cart-ht-bottom .support-ht .name-support {
    padding-top: 6px;
}

.cart-ht-bottom .support-ht .name-support a {
    font-weight: bold;
}

.cart-ht-bottom .support-ht .name-support p {
    font-size: 12px;
    margin-bottom: 5px;
}

.cart-ht-bottom .support-ht-sky {
    width: 145px;
    margin-left: 0px;
}

.cart-ht-bottom .support-ht-sky .icon-support {
    padding-top: 7px;
}

.cart-ht-bottom .support-ht-sky .icon-support i {
    color: #00adef;
    font-size: 28px;
}

.cart-ht-bottom .support-ht-call {
    width: 150px;
}

.cart-ht-bottom .support-ht-call .icon-support i {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.cart-ht-bottom .support-ht-call .name-support {
    padding-top: 8px;
}

.cart-ht-bottom .support-ht-cart {
    float: right;
    text-align: right;
    width: 110px;
}

.head-center {
    width: 100%;
    float: left;
    position: relative;
    height: 44px;
    box-shadow: 0px 2px 8px #ececec;
}

.content-head-center .menu-category-hd {
    width: 230px;
    float: left;
}

.content-head-center .menu-index {
    width: 910px;
    float: left;
}

.content-head-center .info-promotion {
    width: 382px;
    float: right;
    background: #ff9826;
}

.menu-category-hd {
    background: #423a4a;
    position: relative;
}

.menu-category-hd h3 {
    background-color: #413b49;
    margin: 0px 0px 0px 0px;
    padding: 0px 0 0px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 44px;
    line-height: 44px;
}

.menu-category-hd h3 i {
    display: table-cell;
    vertical-align: middle;
    padding-top: 15px;
    padding-right: 10px;
}

.menu-category-hd h3 i span {
    width: 16px;
    height: 1px;
    background-color: #fff;
    display: block;
    margin-bottom: 4px;
}

.menu-category-hd .list-item-cate {
    position: absolute;
    width: 100%;
    height: 412px;
    top: 44px;
    left: -9999px;
    background-color: #413b49;
    z-index: 99;
}

.menu-category-hd:hover .list-item-cate {
    /*left: 0px;*/
}

.menu-category-home .list-item-cate {
    left: 0px;
}

.list-item-cate > ul {
    height: 312px;
    overflow-y: auto;
}

.list-item-cate > ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.list-item-cate > ul::-webkit-scrollbar {
    width: 2px;
    height: 5px;
    background-color: #F5F5F5;
}

.list-item-cate > ul::-webkit-scrollbar-thumb {
    background-color: red;
    border: 1px solid #555555;
}

.list-item-cate > ul > li {
    width: 100%;
    float: left;
    padding: 0px 10px;
    cursor: pointer;
}

.list-item-cate > ul > li:hover {
    background: #26222d;
}

.list-item-cate > ul > li:hover .content-item-cate {
    display: block;
}

.list-item-cate > ul > li .item-cate {
    position: relative;
    height: 41px;
    line-height: 40px;
    padding-left: 0;
}

.list-item-cate > ul > li .item-cate img {
    width: 16px;
    margin-right: 5px;
}

.list-item-cate > ul > li .item-cate a {
    color: #fff;
}

.list-item-cate > ul > li.active .item-cate:after {
    /*position: absolute;*/
    /*content: "\F105";*/
    /*font-family: 'Font Awesome\ 5 Free';*/
    /*font-weight: 900;*/
    /*top: 0;*/
    /*right: 15px;*/
    /*opacity: .5;*/
    /*color: #fff;*/
    /*font-size: 18px;*/
}

.list-item-cate > ul > li .content-item-cate {
    display: none;
    position: absolute;
    z-index: 999;
    width: 948px;
    height: 412px;
    top: 0px;
    left: 270px;
    background-color: #fff;
    padding: 10px 20px;
    overflow-y: auto;
}

@-moz-document url-prefix() {
    .list-item-cate > ul > li .content-item-cate::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
        background-color: red;
        z-index: 0;
    }

    .list-item-cate > ul > li .content-item-cate::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: red;
        z-index: 0;
    }

    .list-item-cate > ul > li .content-item-cate::-webkit-scrollbar-thumb {
        background-color: red;
        border: 1px solid #555555;
        z-index: 0;
    }
}

.list-item-cate > ul > li .content-item-cate::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: red;
    z-index: 0;
}

.list-item-cate > ul > li .content-item-cate::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: red;
    z-index: 0;
}

.list-item-cate > ul > li .content-item-cate::-webkit-scrollbar-thumb {
    background-color: red;
    border: 1px solid #555555;
    z-index: 0;
}

.list-item-cate > ul li.item-cate-last .item-cate {
    height: 43px;
}

.list-item-cate > ul li.item-cate-last .item-cate img {
    width: 10px;
}

.list-item-cate > ul li.item-cate-last .item-cate:after {
    display: none;
}

.cate_lv1 {
    padding: 0px 0px 0px 0px;
}

.cate_lv1 li {
    width: 100%;
    float: left;
}

ul.cate_lv2 {
    min-height: 90px;
    width: 100%;
    float: left;
}

.cate_lv1 li a {
    width: 100%;
    float: left;
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}
.item_cate_home {
    flex: 0 0 25%;
    max-width: inherit;
    margin-bottom: 10px;
}
.cate_lv1 li a:hover {
    color: #4a90e2;
}

.cate_lv2 li {
    width: 100%;
    float: left;
}

.cate_lv2 li a {
    font-size: 14px;
    font-weight: 400;
    color: #4a4a4a;
    display: block;
    position: relative;
    padding: 0px 0px 5px 0px;
}

.cate_lv2 li a:hover {
    color: #4a90e2;
}

.menu-index .main-menu {
    /*padding-left: 20px;*/
}

.main-menu > ul > li a {
    font-weight: bold;
}

.main-menu > ul > li:hover > a {
    background: #fbda00;
}

.main-menu > ul > li.menu-list-brand {
    position: initial;
}

.content-mlb {
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 955px;
    left: -20px;
    top: 44px;
    margin: 0;
    max-height: 600px;
    overflow: auto;
    opacity: 0;
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}

.content-mlb .item-mlb {
    width: 16.66%;
    float: left;
    border: 1px solid #eeeeee;
    margin-top: -1px;
    margin-right: -1px;
}

.content-mlb .item-mlb .box-img-mlb {
    height: 108px;
}

.content-mlb .item-mlb .box-img-mlb a {
    height: 100%;
    display: block;
}

.menu-list-brand:hover .content-mlb {
    opacity: 1;
    transition: .6s all ease;
    -webkit-transition: .6s all ease;
    -moz-transition: .6s all ease;
    -ms-transition: .6s all ease;
    -o-transition: .6s all ease;
}

.info-promotion .content-info-promotion {
    text-align: center;
    margin: auto;
    color: #fff;
    height: 44px;
    line-height: 44px;
}

.info-promotion .content-info-promotion .box-img-promotion {
    width: 30px;
    display: inline-block;
}

.info-promotion .content-info-promotion .box-info-promotion {
    display: inline-block;
}

.info-promotion .content-info-promotion .box-info-promotion p {
    margin-bottom: 0;
}

.banner-home {
    width: 100%;
    float: left;
}

.content-banner-home .slider-banner {
    width: 56.1%;
    float: left;
    margin-left: 20%;
}

.content-banner-home .banner-right {
    width: 382px;
    height: 412px;
    float: right;
}

#sync1 .item {
    background: #fff;
    padding: 0px;
    margin: 0px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#sync1 .owl-nav {
    margin-bottom: 0;
    margin-top: 0;
}

#sync2 .item {
    background: #f1f1f1;
    padding: 10px 10px 9px 10px;
    margin: 0px;
    color: #FFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#sync2 .item .banner-name {
    height: 42px;
    overflow: hidden;
}

#sync2 .item .banner-name a {
    color: #505050;
    font-size: 13px;
}

#sync2 .current .item {
    background: #fff;
}


#sync1.owl-theme {
    position: relative;
    height: 350px;
    overflow: hidden;
}
.content-banner-right .item-br {
    width: 100%;
    float: left;
    height: 206px;
}

.content-banner-right .item-br a img {
    max-width: 100%;
    height: 100%;
}

.banner-bottom {
    width: 100%;
    float: left;
}

.content-banner-bottom {
    width: 100%;
    float: left;
    padding: 20px 0 10px 0;
}

.content-banner-bottom ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.content-banner-bottom ul li {
    max-width: 33.33%;
    padding: 0 5px;
}

footer {
    width: 100%;
    float: left;
}

.title-ft h2,
.title-ft h5 {
    font-size: 15px;
    color: #4a90e2;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .title-ft h2,
    .title-ft h5 {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .title-ft h2,
    .title-ft h5 {
        margin-bottom: 10px;
    }
}

.content-ft {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .content-ft {
        margin-bottom: 5px;
    }
}

.content-ft p {
    margin-bottom: 5px;
}

.content-ft ul li {
    padding: 0px 0px 15px 0px;
}

.content-ft ul li a {
    color: #f00;
    font-size: 16px;
}

.content-ft ul li a:hover {
    color: #222;
}

.layout-footer {
    width: 100%;
    float: left;
    background: #eaf1f7;
}

.email-ft {
    background: #4a90e2;
    height: 99px;
    padding: 0px 0px 0px 0px;
}

.box-email {
    color: #fff;
}

.box-email .box-images-email {
    padding-top: 20px;
    width: 80px;
    overflow: hidden;
    float: left;
    text-align: center;
}

.box-email .box-info-email {
    padding-top: 35px;
    margin-left: 90px;
}

.box-email .box-info-email h3 {
    margin: 0px 0px 5px 0px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.box-email .box-info-email p {
    font-weight: 400;
    font-size: 14px;
}

.box-email-form {
    padding-top: 30px;
    width: 100%;
}

.box-email-form .newsletter-form {
    /*width: 912px;*/
    margin: 0 auto;
    position: relative;
}

.box-email-form .newsletter-form .input-email {
    border-right: none;
    border-radius: 0px;
    height: 44px;
    width: 100%;
    float: left;
    background: #fff;
    font-style: italic;
    font-size: 13px;
}

.box-email-form .newsletter-form .submit-email {
    width: 70px;
    float: right;
    background: #ff9826;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    height: 44px;
    border: none;
    border-radius: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    position: absolute;
    right: 0px;
    cursor: pointer;
}

.box-email-form .newsletter-form .submit-email:hover {
    background: #eba500;
}

.newsletter-form input::placeholder,
.newsletter-form textarea::placeholder {
    color: #a3a3a3;
    opacity: 1;
}

.newsletter-form input:-ms-input-placeholder,
.newsletter-form textarea:-ms-input-placeholder {
    color: #a3a3a3;
}

.newsletter-form input::-webkit-input-placeholder,
.newsletter-form textarea::-webkit-input-placeholder {
    color: #a3a3a3;
}

.newsletter-form input::-moz-placeholder,
.newsletter-form textarea::-moz-placeholder {
    color: #a3a3a3;
}

.content-contact-ft {
    width: 100%;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-contact-ft .col-cc-ft {
    width: 20%;
    float: left;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: 40px 0px 0px 40px;
}

.content-contact-ft .col-cc-ft:last-child {
    border-right: none;
}

.social-ft li a i {
    width: 25px;
}

.social-ft .facebook-ft a {
    color: #3b579d;
}

.social-ft .facebook-ft a:hover {
    color: #344482;
}

.social-ft .google-ft a {
    color: #dd4d42;
}

.social-ft .google-ft a:hover {
    color: #c5473c;
}

.social-ft .twitter-ft a {
    color: #1da1f2;
}

.social-ft .twitter-ft a:hover {
    color: #1d8cd6;
}

.social-ft .youtube-ft a {
    color: #ff0000;
}

.social-ft .youtube-ft a:hover {
    color: #e00000;
}

.pay-ft {
    padding: 30px 0px 40px 0px;
    background: #4a90e2;
}
.pay-ft .content-ft,
.pay-ft .content-ft a,
.pay-ft .title-ft h2, 
.pay-ft .title-ft h5 {
    color: #FFFFFF;
}
.content-pay-ft .col-pay1 {
    width: 490px;
    float: left;
}

.content-pay-ft .col-pay2 {
    width: 830px;
    float: left;
}

.content-pay-ft .col-pay3 {
    width: 280px;
    float: left;
}

.copyright span a {
    color: #505050;
}

.copyright span a:hover {
    color: #222;
}

.content-payment ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-payment ul li {
    padding: 0px 12px 10px 0px;
}

.certificate-ft .content-certificate {
    text-align: center;
    padding-top: 20px;
}

#main, .layout-main {
    width: 100%;
    float: left;
}

.title-m {
    width: 100%;
    padding-bottom: 10px;
    float: left;
}

.title-m h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #2d2c72;
    margin: 0;
    padding: 0;
    position: relative;
    height: 45px;
    display: block;
    float: left;
}

.title-m h2 span {
    background: #4a90e2;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    display: block;
    height: 45px;
    line-height: 44px;
    padding: 0 10px 0 20px;
    text-transform: uppercase;
}

.title-m h2 span:after {
    content: '';
    position: absolute;
    bottom: 0px;
    background: transparent;
    right: -30px;
    width: 0;
    height: 0;
    border-bottom: 45px solid #4a90e2;
    border-right: 30px solid transparent;
}

.content-m {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.menu-category-m {
    display: inline-block;
    float: right;
    line-height: 33px;
    width: 80%;
}

.menu-category-m .left-mene-m {
    float: left;
}

.menu-category-m .left-mene-m .menu-brand {
    display: inline-block;
    float: left;
}

.menu-category-m .right-menu-m {
    float: right;
}

.menu-category-m .right-menu-m .menu-mcm {
    display: inline-block;
    float: left;
}

.menu-category-m .right-menu-m .view-more {
    display: inline-block;
    float: right;
}

.menu-mcm ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu-mcm ul li {
    padding-right: 15px;
}

.menu-mcm ul li a {
    color: #505050;
    font-weight: 400;
}

.menu-mcm ul li a:hover {
    color: #222;
}

.menu-brand ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu-brand ul li.box-img-mb {
    height: 42px;
    width: 110px;
}

.border-m {
    width: 100%;
    float: left;
    height: 1px;
    background: #e4e4e4;
    margin-bottom: -2px;
}

.content-spi {
    height: 661px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0;
}

.list-product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-right: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
}

.list-product .item-product {
    width: 20%;
    height: 330px;
    float: left;
    border-left: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 10px 10px 15px;
}

.item-product .box-img-ip {
    height: 180px;
    margin-bottom: 10px;
}

.item-product .box-info-ip h3 {
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    line-height: 1.3;
    height: 39px;
    overflow: hidden;
}

.item-product .box-info-ip h3 a {
    font-size: 14px;
    color: #505050;
    font-weight: 400;
}

.item-product .box-info-ip h3 a:hover {
    color: #222;
}

.item-product .box-info-ip .price {
    margin-bottom: 8px;
    line-height: 1;
}

.item-product .box-info-ip .genuine {
    color: #a3a3a3;
    font-size: 12px;
    font-weight: 400;
}

.item-product .box-info-ip .genuine img {
    padding-right: 5px;
}

.owl-sci {
    border-right: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
}

.item-owl-sci {
    border-left: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 10px 10px 15px;
}

.item-owl-sci .box-img-sci {
    height: 140px;
    margin-bottom: 12px;
}

.item-owl-sci .box-info-sci h3 {
    margin: 0px 0px 5px 0px;
    font-size: 14px;
    line-height: 1.3;
}
.home-page #tab-2, .home-page #tab-3 {
    display: none;
}

.item-owl-sci .box-info-sci h3 a {
    font-size: 14px;
    color: #505050;
    font-weight: 400;
}

.item-owl-sci .box-info-sci h3 a:hover {
    color: #222;
}

.item-owl-sci .box-info-sci .chat-online {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.item-owl-sci .box-info-sci .chat-online span {
    padding-right: 10px;
}

.item-owl-sci .box-info-sci .chat-online ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.item-owl-sci .box-info-sci .chat-online ul li {
    padding-right: 5px;
}

.item-owl-sci .box-info-sci .chat-online ul li a img {
    width: 25px;
}

.item-owl-sci .box-info-sci .email-sci a {
    color: #4a90e2;
}

.content-sci .owl-sci {
    position: relative;
}

.content-sci .owl-sci .owl-nav {
    margin: 0;
}

.content-sci .owl-sci .owl-nav button {
    position: absolute;
    z-index: 9;
    top: 30%;
    font-size: 30px;
    opacity: 1;
    color: #de0124;
    width: 38px;
    height: 38px;
    line-height: 30px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 3px #f5f3f3;
}

.content-sci .owl-sci .owl-nav button span {
    margin-top: -2px;
    display: block;
}

.content-sci .owl-sci .owl-nav button:hover {
    background-color: #fff;
    color: #de0124;
    opacity: 1;
}

.content-sci .owl-sci .owl-nav button:focus {
    outline: none;
}

.content-sci .owl-sci .owl-nav button.owl-prev {
    left: -25px;
}

.content-sci .owl-sci .owl-nav button.owl-next {
    right: -25px;
}

.content-bbi .col-left-bbi {
    width: 20%;
    float: left;
}

.content-bbi .col-right-bbi {
    width: 80%;
    float: right;
}

.col-left-bbi {
    height: 330px;
    overflow: hidden;
    padding: 10px 10px 10px 10px;
    border: 1px solid #eeeeee;
}

.col-left-bbi .box-image-bbi {
    height: 306px;
}

.col-right-bbi {
    height: 330px;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
}

.col-right-bbi .list-brand li {
    width: 16.66%;
    height: 110px;
    border: 1px solid #eeeeee;
    border-left: none;
    border-bottom: none;
    float: left;
}

.col-right-bbi .list-brand li a {
    width: 100%;
    display: block;
    height: 100%;
}

.content-pci .left-pci {
    width: 20%;
    float: left;
}

.content-pci .right-pci {
    /*width: 1330px;*/
    width: 80%;
    height: 605px;
    overflow: hidden;
    float: right;
}

.left-pci .nav-tabs {
    height: 330px;
    display: block;
    overflow-y: auto;
    border: 1px solid #eeeeee;
    border-right: none;
    border-bottom: none;
}

.left-pci .nav-tabs::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.left-pci .nav-tabs::-webkit-scrollbar {
    width: 2px;
    height: 5px;
    background-color: #F5F5F5;
}

.left-pci .nav-tabs::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 1px solid #555555;
}

.left-pci .nav-tabs .nav-item {
    width: 100%;
    float: left;
    padding: 0 7px;
}

.left-pci .nav-tabs .nav-item .nav-link {
    border: none;
    color: #505050;
}

.left-pci .nav-tabs .nav-item .nav-link i {
    font-size: 13px;
    padding-right: 5px;
}

.left-pci .nav-tabs .nav-item .nav-link.active {
    color: #4a90e2;
    font-weight: bold;
    font-size: 14px;
}

.left-pci .banner-pci {
    margin-top: 15px;
    width: 100%;
    float: left;
}

.left-pci .banner-pci .box-img-bpci {
    height: 330px;
}

.right-pci .tab-content-pci .list-product .item-product {
    width: 25%;
    height: 302px;
}

.right-pci .tab-content-pci .list-product .item-product .box-img-ip {
    height: 180px;
    text-align: center;
}
.right-pci .tab-content-pci .list-product .item-product .box-img-ip img {
    max-height: 100%;
}

.news-in {
    width: 100%;
    float: left;
}

.layout-news-in {
    width: 100%;
    float: left;
}

.content-lni {
    width: 100%;
    float: left;
}

.content-lni .left-lni {
    width: 76.1%;
    float: left;
    padding-right: 20px;
}

.content-lni .right-lni {
    width: 23.9%;
    float: right;
}

.layout-right-lni {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.title-r-lni {
    width: 100%;
    float: left;
}

.title-r-lni h3 {
    height: 44px;
    background: #4a90e2;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0px 0px 20px;
    margin: 0;
}

.category-news ul li {
    width: 100%;
    float: left;
    padding: 12px 0px 12px 0px;
    border-bottom: 1px solid #eeeeee;
}

.category-news ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.category-news ul li a {
    color: #262626;
}

.category-news ul li a:hover {
    color: #4a90e2;
    font-weight: bold;
}

.content-r-lni {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #eeeeee;
    border-top: none;
    padding: 10px 20px 20px 20px;
}

.content-r-lni .list-lni-small {
    width: 100%;
    float: left;
}

.content-r-lni .list-lni-small .item-lni-small {
    width: 100%;
    float: left;
    margin-bottom: 12px;
    position: relative;
}

.item-lni-small .box-img-new-small {
    width: 100px;
    height: 70px;
    overflow: hidden;
    float: left;
}

.item-lni-small .box-info-new-small {
    margin-left: 120px;
}

.item-lni-small .box-info-new-small h4 {
    margin: 5px 0px 5px 0px;
    font-size: 14px;
}

.item-lni-small .box-info-new-small h4 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #262626;
}
/*.right-lp .list-product .item-product:nth-child(4n+1),*/
/*.right-lp .list-product .item-product:first-child{*/
    /*border-left: none;*/
/*}*/

.item-lni-small .box-info-new-small h4 a:hover {
    color: #4a90e2;
}

.col-news {
    margin-bottom: 30px;
}

.col-news:hover {
    box-shadow: 0px 0px 10px 5px #e0e0e0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 992px) {
    .col-news {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .col-news {
        margin-bottom: 20px;
    }
}

.col-news .box-img-news {
    height: 220px;
}

@media (max-width: 1920px) {
    .menu-category-llp li a {
        font-size: 13px;
    }

    .col-news .box-img-news {
        height: 165px;
    }
}

@media (max-width: 1200px) {
    .col-news .box-img-news {
        height: 220px;
    }
}

@media (max-width: 992px) {
    .col-news .box-img-news {
        height: 165px;
    }
}

.col-news .box-info-news {
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 10px 20px 10px 20px;
}

@media (max-width: 1200px) {
    .col-news .box-info-news {
        padding: 5px 10px 5px 10px;
    }
}

.col-news .box-info-news h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 10px 0px;
}

@media (max-width: 1200px) {
    .col-news .box-info-news h3 {
        font-size: 14px;
        line-height: 20px;
    }
}

.col-news .box-info-news h3 a {
    color: #505050;
    font-weight: bold;
    text-transform: uppercase;
}

.col-news .box-info-news h3 a:hover {
    color: #4a90e2;
}

.col-news .box-info-news .desc-news {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #262626;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}

@media (max-width: 992px) {
    .col-news .box-info-news .desc-news {
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .col-news .box-info-news .desc-news {
        margin-bottom: 5px;
    }
}

.col-news .box-info-news .date-news {
    color: #a0a0a0;
    padding: 5px 0px 5px 0px;
}

.col-news .box-info-news .date-news span {
    color: #a0a0a0;
}

.col-news .box-info-news .date-news .time-user {
    padding-right: 10px;
}

.layout-news-detail-content {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.layout-news-detail-content1 {
    border-bottom: 1px solid #e6e6e6;
}

.title-detail {
    color: #505050;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
}

.date-detail-news-in {
    margin: 0px 0px 10px 0px;
}

.date-detail-news-in span, .date-detail-news-in i {
    color: #666;
}

.tags {
    float: left;
    padding: 6px 12px;
    margin-bottom: 10px;
}

.tags .icon-tag {
    display: inline;
    padding-right: 10px;
}

.tags a {
    color: #3283a8;
    text-decoration: none;
}

.tags a:hover, .tags a:focus {
    color: #428bca;
    text-decoration: underline;
}

.share-detail-news {
    float: right;
}

.icon-share {
    line-height: 25px;
    padding-right: 20px;
}

.share-detail-news .share-social ul li {
    width: 25px;
    height: 25px;
    border-radius: 3px;
}

.share-detail-news .share-social ul li a {
    height: 25px;
    line-height: 25px;
}

.content-news-relation {
    width: 100%;
    float: left;
}

.main-in {
    width: 100%;
    float: left;
}

.breadcrumbs {
    background: #fff;
}

.layout-main-in {
    width: 100%;
    float: left;
}

.model-search {
    width: 100%;
    float: left;
    margin-bottom: 11px;
}

.content-model-search {
    background: #f1f1f1;
    height: 55px;
}

.col-search .title-search {
    float: left;
}

.col-search .title-search h3 {
    color: #4a90e2;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 10px 20px;
}

.col-search .content-search {
    float: right;
    padding-top: 10px;
}

.col-search .content-search .find-ms {
    width: 190px;
    height: 35px;
    border: 1px solid #d5d5d5;
    background: #fff;
    padding-left: 5px;
    margin-left: 5px;
}

.col-result-search .title-rs {
    float: left;
    padding: 20px 0px 0px 0px;
}

.col-result-search .content-rs {
    float: right;
    padding: 10px 20px 0px 0px;
}

.col-result-search .content-rs .criteta-rs {
    display: inline-block;
    float: left;
    background: #4a90e2;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
    border-radius: 20px;
    padding: 0 8px 0 15px;
    margin: 0px 0px 10px 10px;
}

.col-result-search .content-rs .criteta-rs button {
    border: none;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.col-result-search .content-rs .criteta-rs-all {
    background: #ff9826;
}

.col-result-search .content-rs .criteta-rs-all .clear-all {
    cursor: pointer;
}

.list-product {
    width: 100%;
    float: left;
}

.content-list-product {
    width: 100%;
    float: left;
}

.content-list-product .left-lp {
    width: 20%;
    float: left;
}

.content-list-product .right-lp {
    float: right;
    width: 80%;
    /*margin-left: 300px;*/
}

.layout-left-lp {
    width: 100%;
    float: left;
}

.title-left-lp {
    width: 100%;
    float: left;
}

.title-left-lp h2 {
    height: 44px;
    background: #4a90e2;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0px 0px 20px;
    margin: 0;
}

.content-left-lp {
    width: 100%;
    float: left;
    background: #fbfbfb;
    border: 1px solid #eeeeee;
    border-top: none;
}

.menu-category-llp {
    width: 100%;
    float: left;
    height: 380px;
    overflow-y: auto;
}

.menu-category-llp::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.menu-category-llp::-webkit-scrollbar {
    width: 2px;
    height: 5px;
    background-color: #F5F5F5;
}

.menu-category-llp::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 1px solid #555555;
}

.menu-category-llp li {
    width: 100%;
    float: left;
    padding: 5px 5px 5px 30px;
}

.menu-category-llp li a {
    color: #505050;
    position: relative;
}

.menu-category-llp li a:hover {
    color: #4a90e2;
}

.menu-category-llp li a:hover:before {
    color: #4a90e2;
}

.menu-category-llp li a:before {
    position: absolute;
    content: "\F105";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    top: -3px;
    left: -15px;
    opacity: 1;
    color: #505050;
    font-size: 18px;
}

.content-fitter {
    width: 100%;
    float: left;
    padding: 20px 20px 0px 20px;
}

.content-fitter .title-c-fitter h3 {
    color: #4a90e2;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
}

.content-fitter .content-c-fitter {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
}

.content-fitter:last-child .content-c-fitter {
    border-bottom: none;
}

.content-c-fitter ul li {
    width: 100%;
    float: left;
}

.item-filter input[type="checkbox"] {
    opacity: 0;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    z-index: 100;
    visibility: hidden;
}

.item-filter input[type="checkbox"],
.item-filter label.icon-check::before,
.item-filter input[type="checkbox"]:checked + label.icon-check::after {
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0px;
    margin-top: -7px;
    position: absolute;
    cursor: pointer;
}

.item-filter label.icon-check {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 5px 5px 0 30px;
    vertical-align: top;
    cursor: pointer;
    color: #505050;
    font-size: 14px;
}

.item-filter label.icon-check::before {
    content: '';
    border: 1px solid #d4d4d4;
    background: #fff;
    border-radius: 2px;
}

.item-filter input[type="checkbox"]:checked + label.icon-check::before {
    border: 1px solid #eb1100;
}

.item-filter input[type="checkbox"]:checked + label.icon-check::after {
    content: '\2713';
    text-align: center;
    line-height: 14px;
    color: #eb1100;
    font-weight: bold;
}

.ngrs-range-slider {
    background: #fbfbfb;
}

.ngrs-range-slider .ngrs-handle {
    height: 16px;
    width: 16px;
    border: 2px solid #ee2608;
    background: #fdfdfd;
    border-radius: 5000px;
}

.ngrs-range-slider .ngrs-join {
    background: #ee2608;
    border: 1px solid #ee2608;
}

.right-lp .list-product {
    margin-bottom: 30px;
}

.right-lp .list-product .item-product {
    width: 20%;
}

.detail-product-in {
    width: 100%;
    float: left;
}

.content-detail-pi {
    width: 100%;
    float: left;
}

.content-detail-pi .left-detail-pi {
    width: 76.1%;
    padding-right: 15px;
    float: left;
}

.content-detail-pi .right-detail-pi {
    width: 23.9%;
    float: right;
}

.layout-right-dpi {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.title-r-dpi {
    width: 100%;
    float: left;
}

.title-r-dpi h3 {
    height: 44px;
    background: #4a90e2;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0px 0px 20px;
    margin: 0;
}

.content-r-dpi {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #eeeeee;
    border-top: none;
    padding: 10px 20px 0px 20px;
}

.content-r-dpi .list-product-r-dpi-small .item-dpi-small {
    width: 100%;
    float: left;
    margin-bottom: 12px;
    position: relative;
}

.item-dpi-small .box-img-small {
    width: 100px;
    height: 70px;
    overflow: hidden;
    float: left;
    border: 1px solid #eeeeee;
}

.item-dpi-small .box-info-small {
    margin-left: 120px;
    /*padding-right: 25px;*/
}

.item-dpi-small .box-info-small h4 {
    margin: 5px 0px 5px 0px;
    font-size: 14px;
}

.item-dpi-small .box-info-small h4 a {
    color: #262626;
}

.item-dpi-small .box-info-small h4 a:hover {
    color: #4a90e2;
}

.icon-news-small {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 0px;
    right: 0px;
    background: url("../images/icon_news.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.layout-left-dpi {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.layout-left-dpi .left-ll-dpi {
    width: 420px;
    float: left;
}

.layout-left-dpi .right-ll-dpi {
    margin-left: 450px;
}

#Zoom-1 .mz-expand div a {
    text-indent: 9000px !important;
    color: #000 !important;
    opacity: 0;
}

html body .mz-expand div:last-child a, html body .mz-expand div:first-child a {
    text-indent: 9000px !important;
    color: #000 !important;
    opacity: 0;
}

.mz-expand a {
    text-indent: 9000px !important;
    color: #000 !important;
    opacity: 0;
}

.mz-zoom-window div:last-child, .mz-zoom-window div:first-child {
    text-indent: 9000px !important;
    color: #000 !important;
    opacity: 0;
}

.mz-zoom-window a {
    text-indent: 9000px !important;
    color: #000 !important;
    opacity: 0;
}

.mz-figure span {
    text-indent: 9000px !important;
    color: #000 !important;
    opacity: 0;
}

.mz-figure div:first-child, .mz-figure div:last-child {
    text-indent: 9000px !important;
    color: #000 !important;
    opacity: 0;
}

.mz-figure span:first-child {
    text-indent: 9000px !important;
    color: #000 !important;
    opacity: 0;
}

.mz-zoom-window span, .mz-active span {
    text-indent: 9000px !important;
    color: #000 !important;
    opacity: 0;
}

.big-img {
    text-align: center;
    max-height: 500px;
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
    position: relative;
    border: 1px solid #ebebeb;
    padding: 0px;
}

.thumb-img {
    text-align: center;
    float: left;
    width: 100%;
}

.thumb-img a {
    border: 1px solid #ebebeb;
    padding: 3px;
    height: 50px;
    overflow: hidden;
}

a[data-zoom-id] img, .mz-thumb img {
    border: 0;
    box-shadow: none;
    box-sizing: border-box;
    width: initial;
    height: 100%;
}

.selectors {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.img-detail-product .owl-carousel .owl-nav.disabled {
    display: block;
}

#owl-detail {
    opacity: 1;
    display: block;
    width: 95%;
    margin: 10px auto 5px auto;
    display: inline-block !important;
    float: initial;
}

#owl-detail .owl-item a {
    width: 92px;
    height: 74px;
    border: 1px solid #ebebeb;
    text-align: center;
}

#owl-detail .owl-prev {
    position: absolute;
    left: -17px;
    bottom: 30px;
    font-size: 22px;
    color: #000;
    background: none;
    border-radius: 0px;
}

#owl-detail .owl-prev:focus {
    outline: none;
}

#owl-detail .owl-next {
    position: absolute;
    right: -17px;
    bottom: 30px;
    font-size: 22px;
    color: #000;
    background: none;
    border-radius: 0px;
}

#owl-detail .owl-next:focus {
    outline: none;
}

.mz-thumb-selected img {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

#owl-detail .owl-item .mz-thumb-selected {
    border: 1px solid #000;
}

.mz-thumb:hover:not(.mz-thumb-selected) img {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
    opacity: 1;
    filter: alpha(opacity=1);
}

.print-email {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.print-email ul li {
    display: inline-block;
    padding-right: 10px;
}

.print-email ul li a {
    color: #262626;
    font-size: 14px;
}

.print-email ul li a:hover {
    color: #4a90e2;
}

.print-email ul li a i {
    padding-right: 10px;
    color: #4a90e2;
}

.share-social {
    width: 100%;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.share-social .name-ss {
    padding: 6px 10px 0px 0px;
    margin-left: 10px;
}

.share-social ul li {
    display: inline-block;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    background: #3b5998;
    margin-right: 5px;
}

.share-social ul li a {
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
}

.share-social ul li a:hover {
    opacity: .7;
}

.share-social ul li.google-plus-ss {
    background: #dd4d42;
}

.share-social ul li.twitter-ss {
    background: #1da1f2;
}

.share-social ul li.pinterest-ss {
    background: #bd081b;
}

.title-product-detail {
    width: 100%;
    float: left;
    color: #505050;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
}

.model-detail {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.model-detail ul li {
    display: inline-block;
    color: #262626;
    padding-right: 10px;
    font-size: 13px;
}

.model-detail ul li a {
    color: #262626;
}

.model-detail ul li a:hover {
    color: #4a90e2;
}

.properties-dpi {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.properties-dpi > ul {
    padding: 10px 0;
    width: 100%;
    float: left;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.properties-dpi > ul > li {
    width: 50%;
    float: left;
    color: #262626;
    padding: 8px 0px 8px 20px;
    position: relative;
}

.properties-dpi > ul > li:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #4a90e2;
}

.properties-dpi > ul > li > a {
    color: #4a90e2;
}

.properties-dpi > ul > li > span {
    color: #0bb126;
    font-weight: bold;
}

.properties-dpi > ul > li:nth-child(2n+1) {
    border-right: 1px solid #ebebeb;
}

.product-info-conf-list {
    display: inline-block;
}

.product-info-conf-list .product-attr-item {
    display: inline-block;
    margin-bottom: -5px;
}

.product-info-conf-list .product-attr-item a {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    padding: 0px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    position: relative;
}

.product-info-conf-list .product-attr-item a .attr-color {
    /*border: 1px solid #717171;*/
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.product-info-conf-list .product-attr-item a.active .attr-color {
    border: 2px solid #b22d12;
}

.price-product-detail {
    width: 100%;
    float: left;
    margin-bottom: 17px;
}

.price-product-detail .price-old {
    font-size: 20px;
}

.price-product-detail .price-market {
    font-size: 30px;
    padding-right: 20px;
}

.price-product-detail .sale-product-detail {
    font-size: 20px;
    color: #4a90e2;
    font-weight: bold;
}

.add-to-cart {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding: 0 60px;
}

.add-to-cart label {
    color: #262626;
    font-size: 16px;
    font-weight: bold;
    float: left;
    display: inline-block;
    margin: 12px 30px 10px 0px;
}

.add-to-cart .btn_count > input {
    background: #fff;
    color: #4c4c4c;
    font-size: 16px;
    height: 45px;
    width: 80px;
    padding: 0;
    text-align: center;
    margin-right: 5px;
    float: left;
    border: 1px solid #ebebeb;
}

.add-to-cart .btn_count > button {
    background: #fff none repeat scroll 0 0;
    color: #797979;
    height: 45px;
    width: 45px;
    line-height: 21px;
    padding: 0 5px;
    display: inline-block;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #ebebeb;
    margin-right: 10px;
    margin-bottom: 3px;
}

.add-to-cart .box-add-cart {
    display: inline-block;
    float: left;
    width: 55%;
}

.add-to-cart .box-add-cart .add_to_cart:hover {
    background: #fc3c3c;
}

.add-to-cart .box-add-cart .add_to_cart a {
    color: #fff;
}

.description-product-detail {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    border: 1px solid #ededed;
    padding: 5px 5px 5px 10px;
    border-radius: 3px;
}

.description-product-detail h2 {
    color: #262626;
    font-weight: bold;
    font-size: 14px;
}

.description-product-detail ul li {
    color: #262626;
    position: relative;
    padding: 3px 10px 3px 20px;
}

.description-product-detail ul li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #4a90e2;
}

.content-gerenal-model table {
    width: 100%;
    float: left;
}

.content-gerenal-model table tr {
    background: #f7f7f7;
}

.content-gerenal-model table tr td {
    text-transform: uppercase;
    color: #3283a8;
    font-size: 14px;
    padding: 5px 5px 5px 30px;
    border-right: 1px solid #e6e6e6;
}

.content-gerenal-model table tr:nth-child(even) {
    background: #f1f1f1;
}

.content-gerenal-model table tr.view-table {
    text-align: center;
    background: #fde6e6;
}

.content-gerenal-model table tr.view-table td {
    text-transform: inherit;
    height: 44px;
}

.content-gerenal-model table tr.view-table td a {
    color: #4a90e2;
    font-weight: bold;
    font-size: 14px;
}

.content-relation .list-product .item-product {
    width: 20%;
}

.content-desc-detail {
    width: 100%;
    float: left;
}

.content-desc-detail .nav-tabs-detail {
    border-bottom: none;
    list-style: none;
    padding-left: 0;
}

.tab-content-detail {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.nav-tabs-detail .nav-item {
    margin-right: 0;
    margin-bottom: 0px;
    height: 44px;
}

.nav-tabs-detail .nav-item .nav-link {
    height: 100%;
    color: #4a90e2;
    background-color: #ebebeb;
    border: none;
    padding: 10px 15px 10px 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    padding-left: 0;
}

.nav-tabs-detail .nav-item .nav-link:hover {
    /*color: #fff;*/
    /*background-color: #4a90e2;*/
}

.nav-tabs-detail .nav-item .nav-link:before {
    content: '';
    position: absolute;
    bottom: 0px;
    background: transparent;
    left: -28px;
    width: 0;
    height: 0;
    border-bottom: 44px solid #ebebeb;
    border-left: 30px solid transparent;
}

.nav-tabs-detail .nav-item .nav-link:after {
    content: '';
    position: absolute;
    bottom: 0px;
    background: transparent;
    right: -28px;
    width: 0;
    height: 0;
    border-bottom: 44px solid #ebebeb;
    border-right: 30px solid transparent;
}

.nav-tabs-detail .nav-item .nav-link.active:after {
    z-index: 9;
    border-bottom: 44px solid #4a90e2;
    display: none;
}

.nav-tabs-detail .nav-item .nav-link.active:before {
    z-index: 9;
    border-bottom: 44px solid #4a90e2;
    display: none;
}

.nav-tabs-detail .nav-item:nth-child(1) .nav-link:before {
    display: none;
}

.nav-tabs-detail .nav-item.show .nav-link,
.nav-tabs-detail .nav-link.active {
    color: #fff;
    background-color: #4a90e2;
    border: none;
    z-index: 8;
}

.nav-tabs-detail .nav-item.show .nav-link, .nav-tabs-detail .nav-link.active {
    color: #24d623;
    background-color: inherit;
    border: none;
    z-index: 8;
}

.nav-tabs-detail .nav-item .nav-link.active:after,
.nav-tabs-detail .nav-item .nav-link.active:before {
    border-bottom: none;
    background: none;
    border: none;
    content: "||";
    position: absolute;
    top: 8px;
    left: 0;
    letter-spacing: -5px;
}

.nav-tabs-detail .nav-item .nav-link {
    color: #24d623;
    background-color: inherit;
}

.page-in {
    width: 100%;
    float: left;
}

.layout-page-in {
    width: 100%;
    float: left;
    padding: 0px 0px 40px 0px;
}

.content-page-in {
    width: 100%;
    float: left;
}

.list-brand-in {
    width: 100%;
    float: left;
}

.list-brand-in li {
    width: 194px;
    height: 110px;
    border: 1px solid #eeeeee;
    margin-top: -1px;
    margin-right: -1px;
    float: left;
}

.list-brand-in li a {
    width: 100%;
    display: block;
    height: 100%;
}

.left-page-in {
    width: 20%;
    float: left;
}

.right-page-in {
    margin-left: auto;
    width: 80%;
    padding-left: 6px;
    overflow: hidden;
}

.layout-left-page-in {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.title-llpi {
    width: 100%;
    float: left;
}

.title-llpi h3 {
    height: 44px;
    background: #4a90e2;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0px 0px 20px;
    margin: 0;
}

.content-llpi {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #eeeeee;
    border-top: none;
    padding: 20px 20px 10px 20px;
}

.search-page-in {
    width: 100%;
    float: left;
    height: 33px;
    margin-bottom: 12px;
    border-radius: 3px;
    border: 1px solid #d3d3d3;
}

.button-search-page-in {
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0px 0px 0px;
}

.button-search-page-in button {
    width: 40%;
    height: 33px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    margin: auto;
    background: #ff9826;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.button-search-page-in button:hover {
    background: #df9d00;
}

.layout-right-page-in {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.title-right-page {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.content-right-page {
    width: 100%;
    float: left;
}

.name-search-page {
    display: inline;
    float: left;
    padding-right: 10px;
    height: 44px;
    line-height: 44px;
}

.name-search-page span {
    color: #4a90e2;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.search-label-page {
    display: inline;
    float: left;
    padding-right: 10px;
    height: 44px;
    line-height: 44px;
}

.search-label-page span {
    font-size: 14px;
    color: #262626;
}

.box-search-page {
    display: inline;
    float: left;
}

.box-search-page form {
    width: 595px;
    margin: 0 auto;
    position: relative;
}

.box-search-page form .border-form {
    border-right: none;
    border-radius: 5px 0px 0px 5px;
    height: 44px;
    width: 100%;
    float: left;
    background: #fff;
    font-size: 13px;
}

.box-search-page .submitForm {
    width: 75px;
    float: right;
    background: #4a90e2;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    height: 44px;
    border: none;
    border-radius: 0px 5px 5px 0px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    position: absolute;
    right: 0px;
    cursor: pointer;
}

.box-search-page .inputSearch {
    width: 50%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background: none;
    font-family: 'Roboto';
    font-weight: 400;
    color: #a4a4a4;
    font-style: italic;
}

.box-search-page .inputSearch::-webkit-input-placeholder, .box-search-page .inputSearch.searchbox:-moz-placeholder, .box-search-page .inputSearch::-moz-placeholder, .box-search-page .inputSearch:-ms-input-placeholder {
    color: #a4a4a4;
}

.buy-brand-detail .left-buy-brand-detail {
    width: 75.4%;
    float: left;
}

.buy-brand-detail .right-buy-brand-detail {
    width: 383px;
    float: right;
}

.content-right-buy-brand-detail .item-dpi-small .box-info-small {
    padding-right: 0;
}

.left-left-bbp {
    width: 420px;
    float: left;
}

.right-left-bbp {
    margin-left: 440px;
    overflow: hidden;
}

.properties-buy-brand > ul > li {
    width: 100%;
}

.properties-buy-brand > ul > li:nth-child(2n+1) {
    border-right: none;
}

.price-buy-brand .price-old {
    font-size: 14px;
}

.price-buy-brand .price-market {
    font-size: 24px;
}

.price-buy-brand .sale-product-detail {
    font-size: 16px;
}

.add-to-cart-buy-brand label {
    margin: 12px 10px 10px 0px;
}

.add-to-cart-buy-brand .btn_count > button {
    width: 30px;
    font-size: 13px;
    height: 35px;
}

.add-to-cart-buy-brand .btn_count > input {
    font-size: 14px;
    height: 35px;
    width: 60px;
}

.add-to-cart-buy-brand .box-add-cart {
    width: 40%;
}

.seemore-detail {
    font-size: 16px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    color: #4a90e2;
    text-align: center;
    cursor: pointer;
    padding-top: 30px;
}

.content-brand-produce .list-product {
    margin-bottom: 20px;
}

.content-brand-produce .list-product .item-product {
    width: 20%;
}

.layout-c-contact {
    width: 100%;
    float: left;
}

.map-in {
    margin-bottom: 22px;
}

.information-contact-in .title-m {
    padding-bottom: 20px;
}

.col-information ul li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.col-information .icon-contact {
    width: 50px;
    float: left;
}

.col-information .icon-contact .border-ic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #d3d3d3;
    text-align: center;
}

.col-information .icon-contact .border-ic i {
    margin: auto;
    padding: 18px 0px 0px 0px;
    color: #4a90e2;
}

.col-information .info-conctact {
    margin-left: 70px;
    overflow: hidden;
    color: #262626;
}

.col-information .info-conctact h3 {
    color: #4a90e2;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
}

.col-information .info-conctact a {
    color: #262626;
}

.col-information .info-conctact a:hover {
    color: #4a90e2;
}

.col-from-contact .form-group {
    margin-bottom: 10px;
}

.col-from-contact .form-group input {
    width: 100%;
    height: 44px;
    border-radius: 0px;
    border: 1px solid #e1e1e1;
}

.col-from-contact .form-group textarea {
    width: 100%;
    border-radius: 0px;
    min-height: 90px;
    border: 1px solid #e1e1e1;
}

.col-from-contact .form-group .button {
    border: none;
    cursor: pointer;
}

.col-from-contact .view-button input {
    color: #fff;
    background: #4a90e2;
    border-radius: 0;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.col-from-contact .view-button:hover input {
    background: #cd0808;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

.layout-introduce-content {
    width: 100%;
    float: left;
    padding: 0px 0px 20px 0px;
}

.layout-sort-introduce {
    padding: 0;
}

.layout-left-clsi {
    width: 100%;
    float: left;
}

.content-lsi {
    width: 100%;
    float: left;
    background: #e4eaf1;
}

.content-lsi .left-clsi {
    width: 300px;
    float: left;
}

.content-lsi .left-clsi .content-r-lni {
    padding: 10px 20px 10px 20px;
}

.content-lsi .center-clsi {
    width: 895px;
    float: left;
    padding: 20px 20px 20px 30px;
}

.content-lsi .center-clsi h1 {
    margin: 0px 0px 10px 0px;
    color: #4a90e2;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.content-lsi .center-clsi .sort-introduce {
    font-size: 14px;
    line-height: 22px;
    color: #262626;
}

.content-lsi .right-clsi {
    width: 405px;
    float: right;
}

.content-ldi {
    padding: 40px 0px 40px 0px;
    background: #f3f5f7;
}

.content-ldi h3 {
    margin: 0px 0px 10px 0px;
    color: #4a90e2;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.content-ldi ul li {
    color: #262626;
    position: relative;
}

.row1 {
    padding: 20px 0px 20px 0px;
}

.row1 .col-lx-4 {
    text-align: right;
}

.row3 {
    padding: 20px 0px 20px 0px;
}

.row3 .col-lx-4 {
    text-align: right;
}

.row2 {
    padding: 20px 0px 20px 0px;
}

.row2 .col-lx-4 img {
    padding-left: 30px;
}

.row2 .col-lx-8 {
    text-align: right;
}

.row2 .col-lx-8 ul {
    direction: rtl;
}

.introduce-in, .layout-introduce {
    width: 100%;
    float: left;
}

ht-sky, .cart-ht-bottom .support-ht-sky {
    display: none;
}

.search-ht {
    padding: 26px 0px 0px 45px;
}
.nav-tabs-detail .nav-item .nav-link.active {
    color: #4a90e2;
}

@media screen and (max-width: 1920px) {
    .title-left-lp h2 {
        font-size: 12px;
    }

    .price-product-detail {
        margin-bottom: 3px;
    }

    .content-detail-pi .title-m h2 span:before {
        left: 5px;
        letter-spacing: -4px;
    }

    .content-detail-pi .title-m h2 span:after {
        right: 0px;
        letter-spacing: -4px;
    }

    .item-filter label.icon-check {
        font-size: 13px;
    }

    .left-pci .nav-tabs .nav-item .nav-link {
        font-size: 13px;
    }

    .item-dpi-small .box-info-small {
        padding-right: 0;
    }


    .search-ht {
        /*width: 480px;*/
    }

    .box-search .form-box-search .border-form {
        width: 145px;
    }

    .box-search .form-box-search .inputSearch {
        width: 305px;
    }

    .box-search .form-box-search .submitForm {
        width: 60px;
    }

    .login-cart-ht {
        width: 22%;
    }

    .search-ht {
        padding: 26px 0px 0px 45px;
    }

    .cart-ht-bottom .support-ht .icon-support {
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }

    .cart-ht-bottom .support-ht .icon-support {
        padding-top: 4px;
    }

    .cart-ht-bottom .support-ht .icon-support i {
        font-size: 16px;
    }

    .cart-ht-bottom .support-ht .name-support {
        padding-top: 0px;
    }

    .cart-ht-bottom .support-ht {
        margin-left: 12px;
    }

    .cart-ht-bottom .support-ht-sky {
        margin-left: 0px;
    }

    .cart-ht-bottom .support-ht-call {
        width: 125px;
    }

    .cart-ht-bottom .support-ht-sky {
        width: 130px;
    }

    .cart-ht-bottom .support-ht-cart {
        width: 100px;
    }

    .menu-index .main-menu {
        padding-left: 0px;
    }

    .main-menu > ul > li a {
        padding: 12px 10px 11px 10px;
    }

    .content-head-center .menu-index {
        width: 670px;
    }

    .content-head-center .info-promotion {
        width: 230px;
    }

    .content-banner-home .slider-banner {
        width: 670px;
    }

    .content-banner-home .banner-right {
        width: 230px;
    }

    #sync1 .banner-img img {
        height: 350px;
    }

    .list-item-cate > ul > li .content-item-cate {
        width: 970px;
    }

    .list-product .item-product {
        width: 20%;
    }

    .content-banner-bottom {
        padding: 10px 0 10px 0;
    }

    .menu-category-m {
        width: 75%;
    }

    .content-bbi .col-right-bbi {
        /*width: 930px;*/
    }

    .col-right-bbi .list-brand li {
        /*width: 186px;*/
    }

    .content-pci .right-pci {
        /*width: 900px;*/
    }

    .right-pci .tab-content-pci .list-product .item-product {
        width: 25%;
    }

    .menu-brand ul li.box-img-mb {
        width: 80px;
    }

    .menu-mcm ul li {
        padding-right: 10px;
    }

    .box-email-form .newsletter-form {
        /*width: 420px;*/
    }

    .box-email .box-info-email {
        padding-top: 25px;
    }

    .content-contact-ft .col-cc-ft {
        padding: 30px 0px 0px 20px;
    }

    .title-ft h2,
.title-ft h5 {
        margin-bottom: 15px;
    }

    .content-ft ul li {
        padding-bottom: 10px;
    }

    .pay-ft {
        padding: 20px 0px 25px 0px;
    }

    .content-pay-ft .col-pay1 {
        width: 360px;
    }

    .content-pay-ft .col-pay2 {
        width: 600px;
    }

    .content-pay-ft .col-pay3 {
        width: 210px;
    }

    .content-model-search {
        height: auto;
    }

    .col-search .content-search .find-ms {
        width: 180px;
        margin-bottom: 10px;
    }

    .col-result-search .content-rs {
        float: left;
    }

    .right-lp .list-product .item-product {
        width: 25%;
    }

    .right-lp .list-product .item-product:nth-last-of-type(1),
    .right-lp .list-product .item-product:nth-last-of-type(2) {
        /* display: none;*/
    }

    .content-detail-pi .left-detail-pi {
        /*width: 900px;*/
    }

    .content-detail-pi .right-detail-pi {
        /*width: 230px;*/
    }

    .content-r-dpi {
        padding: 10px 10px 0px 10px;
    }

    .item-dpi-small .box-img-small {
        width: 80px;
        height: 60px;
    }

    .item-dpi-small .box-info-small {
        margin-left: 90px;
    }

    .content-relation .list-product .item-product {
        width: 25%;
    }

    .content-relation .list-product .item-product:last-child {
        display: none;
    }

    .add-to-cart .btn_count > button {
        height: 25px;
        width: 25px;
        font-size: 13px;
        margin: 0;
        border: none;
    }

    .add-to-cart .btn_count > input {
        width: 40px;
        height: 25px;
        margin: 0;
        border: none;
    }

    .add-to-cart .box-add-cart {
        width: 100%;
    }

    .content-lni .left-lni {
        /*width: 900px;*/
    }

    .content-lni .right-lni {
        /*width: 230px;*/
    }

    .item-lni-small .box-img-new-small {
        width: 80px;
        height: 60px;
    }

    .item-lni-small .box-info-new-small {
        margin-left: 90px;
    }

    .content-r-lni {
        padding: 10px 10px 10px 10px;
    }

    .left-page-in {
        width: 270px;
    }

    .right-page-in {
        /*margin-left: 300px;*/
    }

    .box-search-page form {
        width: 320px;
    }

    .buy-brand-detail .right-buy-brand-detail {
        width: 230px;
    }

    .buy-brand-detail .left-buy-brand-detail {
        /*width: 620px;*/
    }

    .left-left-bbp {
        width: 320px;
    }

    .right-left-bbp {
        margin-left: 340px;
    }

    .share-social-buy-brand ul li {
        width: 30px;
        height: 30px;
    }

    .share-social-buy-brand ul li a {
        height: 30px;
        line-height: 30px;
    }

    .content-brand-produce .list-product .item-product {
        width: 25%;
    }

    .content-brand-produce .list-product .item-product:nth-last-of-type(1),
    .content-brand-produce .list-product .item-product:nth-last-of-type(2) {
        display: none;
    }

    .tags {
        width: 100%;
        padding-left: 0;
    }

    .share-detail-news {
        width: 100%;
        float: left;
    }

    .content-mlb {
        width: 690px;
    }

    .content-mlb .item-mlb {
        width: 20%;
    }

    .content-lsi .left-clsi {
        width: 270px;
    }

    .content-lsi .right-clsi {
        width: 295px;
    }

    .content-lsi .center-clsi {
        width: 605px;
    }
}

@media screen and (max-width: 1230px) {
    .container {
        width: 100%;
        max-width: 100%;
    }

    .logo-ht {
        width: 25%;
    }

    .content-head-center .menu-category-hd {
        /*width: 25%;*/
    }

    .menu-category-hd .list-item-cate {
        width: 100%;
    }

    .login-cart-ht {
        /*width: 250px;*/
    }

    .cart-ht-bottom .support-ht-sky {
        display: none;
    }

    .cart-ht-bottom .support-ht-cart {
        float: right;
    }

    .content-banner-home .banner-right {
        /*display: none;*/
    }

    .content-head-center .info-promotion {
        /*display: none;*/
    }

    .content-banner-home .slider-banner {
        width: 75%;
        margin-left: 25%;
    }

    .logo-ht .logo-ht-content a img {
        width: 100%;
        height: 100%;
    }

    .list-item-cate > ul > li .content-item-cate {
        width: 600px;
        left: 100%;
    }

    .cate_lv1 li {
        width: 100%;
    }

    .list-product .item-product {
        /*width: 25%;*/
    }

    .menu-category-m {
        width: 60%;
    }

    .product-category-index .menu-category-m {
        width: 100%;
    }

    .content-bbi .col-left-bbi {
        /*width: 25%;*/
    }

    .content-bbi .col-right-bbi {
        /*width: 75%;*/
    }

    .col-right-bbi .list-brand li {
        width: 16.66%;
    }

    .content-pci .left-pci {
        /*width: 25%;*/
    }

    .content-pci .right-pci {
        /*width: 80%;*/
        height: 569px;
    }

    .right-pci .tab-content-pci .list-product .item-product {
        /*width: 33.33%;*/
        height: 284px;
    }
    /*.item-product .box-info-ip h3 {*/
        /*height: 22px;*/
    /*}*/


    .content-pay-ft .col-pay2 {
        width: 400px;
    }

    .content-pay-ft .col-pay3 {
        width: 140px;
        float: right;
    }

    .content-detail-pi .left-detail-pi {
        /*width: 840px;*/
    }

    .content-detail-pi .right-detail-pi {
        /*width: 230px;*/
    }

    .list-brand-in li {
        width: 16.66%;
    }

    .list-new-introduce .col-news .box-img-news {
        height: 165px;
    }

    .list-new-introduce .col-news .box-img-news img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .content-lsi .right-clsi {
        width: 260px;
    }
}

@media screen and (max-width: 1200px) {
    .content-lni .left-lni {
        width: 100%;
    }

    .content-lni .right-lni {
        display: none;
    }

    .buy-brand-detail .left-buy-brand-detail {
        width: 100%;
        margin-bottom: 20px;
    }

    .buy-brand-detail .right-buy-brand-detail {
        width: 100%;
        float: left;
    }

    .add-to-cart {
        margin-bottom: 15px;
    }

    .content-brand-produce .list-product .item-product {
        width: 33.33%;
    }

    .content-brand-produce .list-product .item-product:nth-last-of-type(2) {
        display: block;
    }

    .content-lsi .right-clsi {
        display: none;
    }
}

@media screen and (max-width: 1130px) {
    .search-ht {
        /*width: 420px;*/
    }

    .box-search .form-box-search .inputSearch {
        width: 225px;
    }

    .box-email .box-info-email {
        padding-top: 10px;
    }

    .content-contact-ft .col-cc-ft {
        padding: 20px 0px 0px 10px;
    }

    .right-lp .list-product .item-product {
        width: 33.33%;
    }

    .right-lp .list-product .item-product:nth-last-of-type(1),
    .right-lp .list-product .item-product:nth-last-of-type(2) {
        display: block;
    }

    .content-detail-pi .left-detail-pi {
        width: 100%;
    }

    .content-detail-pi .right-detail-pi {
        display: none;
    }

    .brand-produce .title-m h2 {
        height: auto;
    }

    .brand-produce .title-m h2 span {
        height: auto;
        line-height: 1.4;
        padding: 10px 10px 10px 20px;
    }

    .brand-produce .title-m h2 span:after {
        display: none;
    }
}

@media screen and (max-width: 1020px) {
    .banner-pci .box-img-bpci img {
        height: 100%;
        max-width: 100%;
    }

    .properties-dpi > ul > li:nth-child(2n+1) {
        border-right: none;
    }

    .properties-dpi > ul > li {
        width: 100%;
    }

    .description-product-detail {
        padding: 10px 10px 10px 15px;
    }
}

@media screen and (max-width: 992px) {
    .search-ht {
        display: none;
    }

    .header-top {
        height: auto;
    }

    .logo-ht .logo-ht-content {
        height: 105px !important;
    }

    .right-lp .list-product .item-product {
        width: 50%;
    }

    .list-brand-in li {
        width: 20%;
    }

    .list-new-introduce .col-news .box-img-news {
        height: 220px;
    }
}

@media screen and (max-width: 850px) {
    .list-item-cate > ul > li .item-cate {
        height: auto;
        line-height: 1.5;
        padding: 8px 10px 8px 10px;
    }

    .list-item-cate > ul > li .item-cate img {
        margin-right: 8px;
    }

    .list-item-cate > ul > li .item-cate:after {
        display: none;
    }

    .logo-ht {
        width: 30%;
    }

    .content-head-center .menu-category-hd {
        width: 30%;
    }

    .content-banner-home .slider-banner {
        width: 70%;
        margin-left: 30%;
    }
}

@media screen and (max-width: 767px) {
    .list-product .item-product {
        width: 33.33%;
    }

    .item-product .box-img-ip {
        height: 180px !important;
    }

    .list-brand li {
        height: 80px !important;
    }

    .list-brand li .img-center {
        position: absolute !important;
        padding: 10px;
    }

    .list-brand-in li {
        width: 25%;
    }

    .col-right-bbi,
    .col-left-bbi {
        height: 240px;
    }

    .menu-brand ul li.box-img-mb {
        height: 42px !important;
        margin-right: 10px;
    }

    .menu-brand ul li.box-img-mb img {
        position: absolute !important;
    }

    .right-pci .tab-content-pci .list-product .item-product {
        width: 50%;
    }

    .left-pci .banner-pci .box-img-bpci {
        height: 330px !important;
    }

    .banner-pci .box-img-bpci img {
        position: absolute !important;
    }

    .menu-category-m .left-mene-m {
        width: 100%;
        float: left;
    }

    .menu-category-m .right-menu-m {
        width: 100%;
        float: left;
    }

    .email-ft {
        height: auto;
    }

    .box-email-form {
        width: 100%;
        float: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .box-email-form .newsletter-form {
        margin: 0;
    }

    .content-contact-ft .col-cc-ft {
        width: 100%;
        border: none;
        padding: 0px 0px 0px 0px;
    }

    .content-pay-ft .col-pay1,
    .content-pay-ft .col-pay2,
    .content-pay-ft .col-pay3 {
        width: 100%;
        float: left;
    }

    .layout-footer {
        padding: 10px 0px 10px 0px;
    }

    .pay-ft {
        padding: 10px 0px 15px 0px;
    }

    .certificate-ft .content-certificate {
        text-align: left;
        padding: 0px 0px 0px 0px;
    }

    .col-right-bbi .list-brand li {
        width: 25%;
    }

    .content-list-product .left-lp {
        width: 100%;
    }

    .content-list-product .right-lp {
        /*margin-left: 0 !important;*/
    }

    .title-left-lp {
        position: relative;
    }

    .col-search .title-search {
        width: 100%;
        float: left;
    }

    .col-search .content-search {
        width: 100%;
        float: left;
    }

    .col-result-search .title-rs {
        padding-left: 10px;
    }

    .title-left-lp:after {
        content: '\f0c9';
        position: absolute;
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        top: 4px;
        right: 25px;
        opacity: 1;
        color: #fff;
        font-size: 24px;
    }

    .active-item-cate-mobile .title-left-lp:after {
        content: '\f00d';
    }

    .content-left-lp {
        display: none;
    }

    .layout-left-lp {
        margin-bottom: 10px;
        cursor: pointer;
    }

    .layout-left-lp.active-item-cate-mobile .content-left-lp {
        display: block;
    }

    .layout-left-dpi .left-ll-dpi {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    .layout-left-dpi .right-ll-dpi {
        margin-left: 0;
    }

    .content-relation .list-product .item-product {
        width: 33.33%;
    }

    .content-relation .list-product .item-product:nth-child(4) {
        display: none;
    }

    .left-page-in {
        display: none;
    }

    .right-page-in {
        /*margin-left: 0;*/
    }

    .content-brand-produce .list-product .item-product {
        width: 50%;
    }

    .content-brand-produce .list-product .item-product:nth-last-of-type(1) {
        display: block;
    }

    .left-left-bbp {
        width: 100%;
    }

    .right-left-bbp {
        width: 100%;
        margin-left: 0;
    }

    .col-news .box-img-news {
        margin-bottom: 5px;
    }

    .row1 {
        padding: 20px 20px 20px 20px;
    }

    .row1 .col-lx-4 {
        text-align: left;
    }

    .row3 {
        padding: 20px 10px 20px 10px;
    }

    .row3 .col-lx-4 {
        text-align: left;
    }

    .row2 {
        padding: 20px 10px 20px 10px;
    }

    .row2 .col-lx-4 img {
        padding-left: 10px;
    }

    .row2 .col-lx-8 {
        text-align: left;
    }

    .row2 .col-lx-8 ul {
        direction: ltr;
    }

    .content-lsi .center-clsi {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .list-product .item-product {
        width: 50%;
    }

    .head-center {
        height: auto;
    }

    .content-head-center .menu-category-hd {
        width: 100%;
    }

    .menu-category-hd .list-item-cate {
        position: relative;
        top: 0;
        cursor: pointer;
        height: auto;
    }

    .menu-btn-show .border-style {
        background: #fff;
    }

    .content-banner-home .slider-banner {
        width: 100%;
        margin-left: 0;
        float: left;
    }

    #sync1.owl-theme {
        height: auto;
    }

    #sync1 .banner-img img {
        height: auto;
    }

    .list-item-cate > ul {
        height: auto;
    }

    .list-item-cate > ul > li.active-item-cate .content-item-cate {
        width: 100%;
        left: 0;
        height: auto;
        position: relative;
        min-height: inherit;
    }

    #sync1 .owl-nav button {
        display: none;
    }

    .menu-category-m {
        width: 100%;
    }

    .content-banner-bottom ul li {
        max-width: 100%;
    }

    .col-right-bbi .list-brand li {
        width: 33.33%;
    }

    .menu-category-in .list-item-cate {
        left: 0;
    }

    .content-relation .list-product .item-product {
        width: 50%;
    }

    .content-relation .list-product .item-product:nth-child(3) {
        display: none;
    }

    .list-brand-in li {
        width: 50%;
    }

    .img-detail-product .owl-carousel .owl-nav.disabled {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .content-pci .left-pci {
        width: 100%;
    }

    .content-pci .right-pci {
        width: 100%;
    }

    .content-bbi .col-left-bbi {
        width: 100%;
        height: auto;
    }

    .content-bbi .col-right-bbi {
        width: 100%;
    }

    .col-right-bbi .list-brand li {
        width: 50%;
    }

    .left-pci .nav-tabs {
        border-right: 1px solid #eeeeee;
        height: auto;
        overflow-y: hidden;
        padding: 10px;
    }

    .left-pci .banner-pci {
        display: none;
    }

    .left-pci .banner-pci .box-img-bpci {
        height: auto !important;
    }

    .banner-pci .box-img-bpci img {
        position: relative !important;
    }

    .menu-brand ul li.box-img-mb {
        width: 60px;
    }

    .menu-mcm ul li,
    .menu-category-m .right-menu-m .view-more {
        line-height: 1.5;
    }

    .list-product .item-product {
        height: 260px;
    }

    .content-spi {
        height: 521px;
    }

    .content-pci .right-pci {
        height: 521px;
    }

    .right-pci .tab-content-pci .list-product .item-product {
        height: 260px;
    }

    .item-product .box-img-ip {
        height: 140px !important;
    }

    .box-email-form .newsletter-form {
        width: 100%;
    }

    .item-owl-sci .box-info-sci .email-sci a {
        word-break: break-word;
    }

    .col-right-bbi .list-brand li {
        border-left: 1px solid #eeeeee;
    }

    .price .price-old {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .logo-ht {
        width: 130px;
    }

    .login-cart-ht {
        /*width: 150px;*/
    }

    .cart-ht-bottom .support-ht-call {
        float: right;
    }

    .login {
        display: none !important;
    }

    .cart-ht-bottom .support-ht-cart {
        /*display: none !important;*/
    }
}

@media screen and (max-width: 350px) {
    .logo-ht {
        width: 120px;
    }

    .login-cart-ht {
        /*width: 145px;*/
    }
}

.main-menu > ul > li.menu-list-brand .content-mlb {
    display: none;
}

.main-menu > ul > li.menu-list-brand:hover .content-mlb {
    display: block;
}

.nav-link {
    padding: 5px 2px;
}

.nav-tabs-detail .nav-item {
    position: relative;
}

.nav-tabs-detail .nav-item:first-child:before,
.nav-tabs-detail .nav-item:last-child:after {
    border-bottom: none;
    background: none;
    border: none;
    content: "||" !important;
    position: absolute;
    top: 8px;
    left: 0;
    letter-spacing: -5px;
    color: #4dd623;
    display: none;
}

.nav-tabs-detail .nav-item:first-child:after {
    display: none;
    border-bottom: none;
    background: none;
    border: none;
    content: "||" !important;
    position: absolute;
    top: 8px;
    right: 0;
    letter-spacing: -5px;
    color: #4dd623;
}

.nav-tabs-detail .nav-item:last-child:after {
    right: 0;
    left: inherit;;
}

.nav-tabs-detail .nav-item .nav-link:before, .nav-tabs-detail .nav-item .nav-link:after {
    display: none;
}

.layout-right-dpi2 .icon-news-small {
    background-color: #fff;
    top: -7px;
    right: -5px;
}


/*/ clear first in row in ie 8 or lower /*/
.multi-columns-row .col-xs-1:nth-child(12n+13),.multi-columns-row .col-xs-2:nth-child(6n+7),.multi-columns-row .col-xs-3:nth-child(4n+5),.multi-columns-row .col-xs-4:nth-child(3n+4),.multi-columns-row .col-xs-6:nth-child(2n+3),.multi-columns-row .first-in-row{clear:left}@media (min-width:768px){.multi-columns-row .col-xs-1:nth-child(12n+13),.multi-columns-row .col-xs-2:nth-child(6n+7),.multi-columns-row .col-xs-3:nth-child(4n+5),.multi-columns-row .col-xs-4:nth-child(3n+4),.multi-columns-row .col-xs-6:nth-child(2n+3){clear:none}.multi-columns-row .col-sm-1:nth-child(12n+13),.multi-columns-row .col-sm-2:nth-child(6n+7),.multi-columns-row .col-sm-3:nth-child(4n+5),.multi-columns-row .col-sm-4:nth-child(3n+4),.multi-columns-row .col-sm-6:nth-child(2n+3){clear:left}}@media (min-width:992px){.multi-columns-row .col-sm-1:nth-child(12n+13),.multi-columns-row .col-sm-2:nth-child(6n+7),.multi-columns-row .col-sm-3:nth-child(4n+5),.multi-columns-row .col-sm-4:nth-child(3n+4),.multi-columns-row .col-sm-6:nth-child(2n+3){clear:none}.multi-columns-row .col-md-1:nth-child(12n+13),.multi-columns-row .col-md-2:nth-child(6n+7),.multi-columns-row .col-md-3:nth-child(4n+5),.multi-columns-row .col-md-4:nth-child(3n+4),.multi-columns-row .col-md-6:nth-child(2n+3){clear:left}}@media (min-width:1200px){.multi-columns-row .col-md-1:nth-child(12n+13),.multi-columns-row .col-md-2:nth-child(6n+7),.multi-columns-row .col-md-3:nth-child(4n+5),.multi-columns-row .col-md-4:nth-child(3n+4),.multi-columns-row .col-md-6:nth-child(2n+3){clear:none}.multi-columns-row .col-lg-1:nth-child(12n+13),.multi-columns-row .col-lg-2:nth-child(6n+7),.multi-columns-row .col-lg-3:nth-child(4n+5),.multi-columns-row .col-lg-4:nth-child(3n+4),.multi-columns-row .col-lg-6:nth-child(2n+3){clear:left}}
/*# sourceMappingURL=style.css.map */
