body {
    font-family: 'Open Sans', 'Arial';
    font-family: 'Arial';
    font-size: 13px;
    color: #000;
    /* background-image: url(../imgs/bg-body.jpg?v=1.0.0); */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

@media(max-width: 767px) {}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}

button,
button:focus,
select,
select:focus {
    outline: none;
}

hr {
    margin: 10px 0px;
}

.container {
    max-width: 1050px;
}

@media(max-width: 767px) {
    .container {
        padding: 0px 0px;
    }
    .carousel-caption {
        display: none;
    }
}

.wrap-container {
    margin: 0 auto;
    background: #fff;
    padding: 0px 10px;
}

@media(max-width: 767px) {
    .wrap-container {
        padding: 0px 10px;
    }
}

.clearfix {
    clear: both;
    margin: 0px;
    padding: 0px;
}

.scroll-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    display: none;
    z-index: 99;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    text-align: center;
    font-size: 20px;
    background: #fff;
    color: #13668f !important;
    line-height: 36px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.hisella-messages {
    position: fixed;
    bottom: -360px;
    right: -148px;
    z-index: 999999;
}

.hisella-messages-outer {
    position: relative;
}

#hisella-minimize {
    background: #57badf;
    font-size: 13px;
    color: #fff;
    padding: 4px 10px;
    position: absolute;
    top: -27px;
    left: 0px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#hisella-facebook {
    opacity: 0;
    width: 250px;
}

#hisella-minimize img {
    width: 18px;
    margin-right: 6px;
    position: relative;
    top: -1px;
}

@media(max-width: 767px) {
    #hisella-minimize span {
        display: none;
    }
    #hisella-minimize img {
        margin-right: 0px;
    }
    #hisella-minimize {
        padding: 4px 8px;
        left: 68px;
    }
    #hisella-minimize.abc {
        left: 0px;
    }
}

.scroll-top:hover {
    opacity: 0.7;
}

@media screen and (max-width: 1200px) {
    .scroll-top {
        display: none !important;
    }
}

@media(max-width: 991px) {
    .container {
        padding: 0px 8px !important;
    }
    .container .row {
        margin: 0px -8px !important;
    }
    .container .row .col-md-1,
    .container .row .col-md-2,
    .container .row .col-md-3,
    .container .row .col-md-4,
    .container .row .col-md-5,
    .container .row .col-md-6,
    .container .row .col-md-7,
    .container .row .col-md-8,
    .container .row .col-md-9,
    .container .row .col-md-10,
    .container .row .col-md-11,
    .container .row .col-md-12 {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
}


/*##### HEADER #####*/

.header-banner img {
    /* max-height: 65px; */
}

@media(max-width: 767px) {
    .header-banner img {
        width: 100%;
    }
}

.header-toolbar {
    line-height: 44px;
    color: #fff;
    position: relative;
    background: #111;
    height: 44px;
}

.header-logo {
    padding: 5px 0px;
}

@media(max-width: 767px) {
    .header-logo {
        margin-top: 0px;
        margin: 0px -10px;
        padding: 0px;
    }
    .header-logo .row {
        margin: 0px -8px;
    }
    .row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .header-logo .row>div {
        padding: 0px 8px !important;
    }
}

.header-toolbar .support span+span {
    margin-left: 20px;
}

.header-toolbar .support {
    float: left;
}

@media screen and (max-width: 992px) {
    .header-toolbar .support span+span {
        display: none;
    }
}

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

.header-toolbar .support span a {
    color: #000;
}

.header-toolbar .support span i {
    color: #000;
    font-size: 13px;
}

.header-toolbar .menu-icon {
    display: none;
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (max-width: 768px) {
    .header-toolbar .menu {
        display: none;
    }
    .header-toolbar .menu-icon {
        display: block;
        padding-right: 10px;
    }
}

.header-toolbar .menu-icon a:last-child:before {
    content: '/';
    color: #fff;
    margin-right: 5px;
    margin-left: -8px;
}

.header-toolbar .menu a,
.header-toolbar .menu-icon a {
    color: #fff;
    display: inline;
    font-size: 12px;
}

.i-search-mobile {
    cursor: pointer;
    padding: 8px 4px;
}

.header-toolbar .menu a+a {
    margin-left: 5px;
}

.header-toolbar .menu-icon a+a {
    margin-left: 10px;
}

.header-toolbar .menu a+a:before {
    content: "|";
    margin-right: 5px;
    opacity: 1;
}

.login-menu {
    float: right;
    white-space: nowrap;
    margin-left: 5px;
}

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

.login-menu a {
    color: #fff;
    position: relative;
    margin: 0px 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 12px;
}

.login-menu a:hover {
    color: #13668f;
}

.login-menu a i {
    margin-right: 3px;
}

.login-menu a:before {
    content: '';
    background: #fff;
    height: 10px;
    width: 1px;
    position: absolute;
    left: -7px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.login-menu a:first-child:before {
    display: none;
    content: '';
}

.header-main {}

@media(max-width: 991px) {
    .header-main {
        /* min-height: 44px; */
        /* border-bottom: 1px solid #ddd; */
    }
}

@media(max-width: 767px) {
    .header-main {
        /* min-height: 52px; */
        /* margin: 0px -10px 5px; */
    }
    .header-main .container {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media screen and (min-width: 992px) {
    .header-main.fixed {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 100;
        box-shadow: 0px 0px 5px #999;
    }
    .header-main .category:hover>.navbar-collapse {
        display: block !important;
    }
}

.header-main .choose-category {
    text-transform: uppercase;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    background-color: #105273;
    font-size: 18px;
    cursor: default;
}

.header-main .choose-category .group-bar {
    display: block;
    margin-top: 17px;
    margin-right: 8px;
    float: left;
}

.header-main .choose-category .group-bar .icon-bar {
    background-color: #FFF;
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 1px;
}

.header-main .choose-category .group-bar .icon-bar+.icon-bar {
    margin-top: 3px;
}

@media screen and (max-width: 992px) {
    .header-main .choose-category {
        display: none;
    }
}

.header-main .navbar-toggle {
    color: #FFF;
    float: none;
    padding: 17px 14px 14px 14px;
    margin: 0px 0px -6px -12px;
    border-radius: 2px;
    z-index: 9;
    position: relative;
}

.header-main .navbar-toggle .icon-bar {
    background-color: #FFF;
    width: 20px;
    height: 3px;
}

.header-main .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}

.header-main .logo {
    display: block;
    width: 100%;
    height: 50px;
    position: relative;
}

.header-main .logo img {
    border: none;
    max-width: 100%;
    max-height: 80%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.header-main .form-search {
    margin-top: 10px;
    float: right;
}

.header-main .form-search.fixed {
    display: none;
    position: absolute;
    right: 15px;
    z-index: 100;
    min-width: 210px;
}

@media screen and (max-width: 992px) {
    .header-main .form-search {
        display: none;
        position: absolute;
        right: 15px;
        z-index: 100;
        min-width: 210px;
    }
}

.header-main .form-search .form-control {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: auto;
    padding: 6px 10px;
    border: none;
    border-radius: 2px 0px 0px 2px;
    box-shadow: none;
    min-width: 180px;
    float: left;
}

.header-main .form-search .btn {
    color: #414141;
    width: 30px;
    height: 30px;
    padding: 0px;
    border-radius: 0px 2px 2px 0px;
    background-color: #e4e5e4;
    border: 1px solid #e1e1e1;
    float: left;
}

.header-main .icon-search {
    display: none;
    font-size: 14px;
    margin-top: 17px;
    cursor: pointer;
    float: right;
}

@media screen and (max-width: 992px) {
    .header-main .icon-search {
        display: block;
    }
}

.header-main .icon-cart,
.header-main .icon-hotline {
    display: none;
    color: #FFF;
    line-height: 50px;
    cursor: pointer;
    float: right;
    margin-right: 8px;
    font-size: 12px;
}

.header-main .icon-cart>i,
.header-main .icon-hotline>i {
    font-size: 13px;
}

.header-main .icon-hotline>a {
    color: #FFF;
}

@media screen and (max-width: 992px) {
    .header-main .icon-cart,
    .header-main .icon-hotline {
        display: none !important;
    }
}

.header-main .icon-cart:after,
.header-main .icon-hotline:after {
    content: "|";
    margin-left: 8px;
    color: #FFF;
    opacity: 0.5;
}

@media screen and (max-width: 768px) {
    .navbar-collapse {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.header-secondary .carousel-control {
    width: 8%;
    background: none;
    width: auto;
}

.header-secondary .carousel-indicators {
    bottom: 0px;
    z-index: 2;
    text-align: center;
    display: none;
}

.header-secondary .slider {
    margin-bottom: 5px;
    overflow: hidden;
}

@media(max-width: 767px) {
    .header-secondary {
        margin: 0px -10px;
    }
}

@media screen and (min-width: 992px) {
    .header-secondary .slider {
        padding-left: 0px;
    }
}

.slider .carousel {
    position: relative;
    max-height: 440px;
    clear: both;
    overflow: hidden;
}

.slider .carousel,
.slider .carousel .carousel-inner,
.slider .carousel .carousel-inner .item {}

@media screen and (max-width: 768px) {
    .header-secondary .carousel-control .fa-angle-left,
    .header-secondary .carousel-control .icon-prev {
        left: 0px !important;
    }
    .header-secondary .carousel-control .fa-angle-right,
    .header-secondary .carousel-control .icon-next {
        right: 0px !important;
    }
}

.header-secondary .carousel-control .fa-angle-left,
.header-secondary .carousel-control .fa-angle-right,
.header-secondary .carousel-control .icon-next,
.header-secondary .carousel-control .icon-prev {
    position: absolute;
    left: 0px;
    z-index: 5;
    display: inline-block;
    font-size: 35px;
    background: rgba(0, 0, 0, 0.3);
    height: 66px;
    width: 36px;
    top: 50%;
    margin-top: -33px;
    line-height: 66px;
    text-align: center;
}

.header-secondary .carousel-control .fa-angle-right,
.header-secondary .carousel-control .icon-next {
    right: 0px;
    left: auto;
}

.choose-category {
    color: #fff;
    font-size: 12px;
    text-indent: 15px;
    height: 41px;
    line-height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-weight: bold;
    background: #13668f;
    position: relative;
    border-radius: 6px 0px 0px 0px;
}

.choose-category i {
    float: right;
    background: #105273;
    margin: 0px;
    padding: 12px 14px 13px 0px;
    font-size: 16px;
    color: #fff;
}

.icon-menu-pc {
    display: none;
    float: left;
    background: #00AEE8;
    padding: 9px 12px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    border-radius: 4px;
    margin: 4px 0px 0px 0px;
}

@media(max-width: 992px) {
    .icon-menu-pc {
        /* margin: 6px; */
    }
}

@media(max-width: 767px) {
    .icon-menu-pc {
        margin: 4px 0px 0px 4px;
    }
}

.icon-menu-pc .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    margin: 4px 0px;
}

.menu-mobile {
    margin-bottom: -2px;
    margin-top: 6px;
    display: none;
}

.over-menu {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 98;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: none;
}

.over-menu-1 {
    display: block;
}

@media(max-width: 767px) {
    .menu-mobile {
        display: block;
    }
}

.menu-mobile ul {
    padding: 0px;
    margin: 0px;
}

.menu-mobile ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0px 4px;
}

.menu-mobile ul li:first-child {
    margin-left: 0px;
}

.menu-mobile ul li.click-menu {
    background: #ececec;
    height: 18px;
    line-height: 12px;
    padding: 0px 5px;
    border-radius: 2px;
    position: relative;
    top: -2px;
    cursor: pointer;
}

.menu-mobile ul li a {
    font-size: 14px;
}

.menu-mobile ul li i {
    color: #00AEE8;
    font-size: 6px;
    margin: 0px 1px;
    position: relative;
}

.chuyenmuc {
    display: none;
}

@media(max-width: 767px) {
    .chuyenmuc {
        display: block;
        font-size: 16px;
        font-weight: normal;
        color: rgba(255, 255, 255, 0.6);
        text-transform: uppercase;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 45px;
        background: rgba(0, 0, 0, 0.1);
        padding: 0 10px;
        margin: 0px;
    }
}

@media(min-width: 992px) {
    .menu-top {
        display: block !important;
    }
}

.wrap-menu-top {
    position: relative;
    min-height: 40px;
    background: #f5f5f5;
    color: #FFF;
    position: relative;
    margin-bottom: 5px;
    border-top: 3px solid #FF0055;
}

.wrap-menu-top-1 {
    right: 0%;
}

@media(max-width: 767px) {
    .wrap-menu-top {
        position: fixed;
        z-index: 99;
        top: 0px;
        width: calc(100% - 60px);
        right: -100%;
        height: 100%;
        background: #0089df;
        border-top: none;
        margin-bottom: 0px;
        overflow: auto;
        box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .wrap-menu-top-1 {
        right: 0%;
    }
}

@media(max-width: 767px) {
    .menu-top {}
    .menu-top>ul {
        float: left;
        width: 100%;
    }
    .icon-menu-pc {
        /* display: block; */
    }
}

.menu-top ul>li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    float: left;
}

.menu-top ul>li>a {
    color: #007197;
    padding: 10px 4px 11px;
    display: block;
    font-size: 13px;
    margin-top: -3px;
    border-top: 3px solid rgba(0, 0, 0, 0);
}

.menu-top ul>li>a:hover {
    text-decoration: underline;
}

.menu-top ul>li:last-child>a {}

.menu-top ul>li:nth-child(1) a {
    border-color: #00AEE8;
}

.menu-top ul>li:nth-child(2) a {
    border-color: #e50700;
}

.menu-top ul>li:nth-child(2) a {
    border-color: #00AEE8;
}

.menu-top ul>li:nth-child(3) a {
    border-color: #00AEE8;
}

.menu-top ul>li:nth-child(4) a {
    border-color: #00AEE8;
}

.menu-top ul>li:nth-child(5) a {
    border-color: #00AEE8;
}

.menu-top ul>li:nth-child(6) a {
    border-color: #008e00;
    color: #008e00;
}

.menu-top ul>li:nth-child(7) a {
    border-color: #008e00;
    color: #008e00;
}

.menu-top ul>li:nth-child(8) a {
    border-color: #008e00;
    color: #008e00;
}

.menu-top ul>li:nth-child(9) a {
    border-color: #008e00;
    color: #008e00;
}

.menu-top ul>li:nth-child(10) a {
    border-color: #ff6b00;
    color: #ff6b00;
}

.menu-top ul>li:nth-child(11) a {
    border-color: #ff6b00;
    color: #ff6b00;
}

.menu-top ul>li:nth-child(12) a {
    border-color: #ff6b00;
    color: #ff6b00;
}

.menu-top ul>li:nth-child(13) a {
    border-color: #ff6b00;
    color: #ff6b00;
}

.menu-top ul>li:nth-child(14)>a {
    border-color: #FF0055;
    color: #FF0055;
}

.menu-top ul>li:nth-child(15) a {
    border-color: #FF0055;
    color: #FF0055;
}

.menu-top ul>li:nth-child(16) a {
    border-color: #FF0055;
    color: #FF0055;
}

.menu-top ul>li:nth-child(17) a {
    border-color: #FF0055;
    color: #FF0055;
}

.menu-top ul>li:nth-child(18) a {
    border-color: #0084c5;
}

.menu-top ul>li:nth-child(19) a {
    border-color: #066191;
}

.menu-top ul>li.home>a {
    padding: 8px 4px 9px 6px;
}

.menu-top ul>li.home>a>i {
    font-size: 20px;
}

.menu-top ul>li:hover a {}

@media(max-width: 767px) {
    .menu-top ul>li {
        list-style-type: none;
        display: block;
        width: 100%;
        background: none;
    }
    .menu-top ul>li.home {
        display: none;
    }
    .menu-top ul>li>a>i {
        display: block;
        float: right;
        margin-top: 4px;
    }
    .menu-top ul li a:hover {
        color: #13668f !important;
    }
    .menu-top ul>li>a {
        margin: 0px;
        border: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        color: #fff !important;
        padding: 11px 10px !important;
        background: none !important;
        font-weight: 700;
        font-size: 14px;
        color: #fff !important;
    }
    .menu-top ul>li>a:hover {
        color: #fff !important;
    }
}

.menu-top ul>li ul.sub {
    position: absolute;
    max-width: 250px;
    min-width: 130px;
    top: 39px;
    background: #fff;
    left: 0px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 1px 1px #ddd;
}

.menu-top ul>li ul.sub>li>ul.sub {
    top: 2px;
    left: 80%;
}

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

.carousel-indicators li {
    vertical-align: top;
    display: inline-block;
    text-indent: -9999px;
    text-decoration: none;
    font-size: 0px;
    cursor: pointer;
    margin-right: 2px;
    background: url(../imgs/pagg.png?v=1.0.0) right top no-repeat;
    width: 11px;
    height: 11px;
    border: none;
    border-radius: 0px;
    margin: 0px 0px;
}

.carousel-indicators .active {
    background-position: 0 0;
    cursor: default;
    background-color: transparent;
}

@media(max-width: 991px) {
    .menu-top ul>li ul.sub {
        position: relative;
        background: #fff;
        border: none;
        left: 0px;
        z-index: 9;
        display: none;
        width: 100%;
        box-shadow: none;
        top: 0px !important;
        padding-left: 10px;
        visibility: visible;
        opacity: 1;
        max-width: inherit;
    }
    .menu-top ul>li.open ul.sub {
        display: block;
    }
    .dropdown-backdrop {
        display: none;
    }
    .menu-top ul>li:hover ul.sub {}
    .menu-top ul>li ul.sub>li {
        border: none !important;
    }
    .menu-top ul>li ul.sub>li>ul.sub {
        display: none !important;
    }
}

.menu-top ul>li:hover>ul.sub {
    opacity: 1;
    visibility: visible;
}

.menu-top ul>li ul.sub>li {
    display: block;
    border-top: 1px solid #f5f5f5;
    float: none;
    background: none;
    padding: 0px;
}

.menu-top ul>li ul.sub>li:first-child {
    border-top: none;
}

.menu-top ul>li ul.sub>li>a {
    color: #444;
    padding: 11px 10px 7px;
    font-family: 'Open Sans', 'Arial';
    border-top: none;
    font-size: 12px;
    white-space: nowrap;
}

@media(max-width: 991px) {
    .menu-top ul>li ul.sub>li>a {
        color: #555;
        padding: 10px 10px;
    }
    .menu-top ul>li ul.sub>li>a:before {
        font-family: 'FontAwesome';
        content: "\f101";
        margin-right: 5px;
    }
}

.menu-top ul>li ul.sub>li>a i {
    float: right;
    margin-top: 3px;
    display: block;
}

.menu-top ul>li ul.sub>li:hover>a {
    color: #00AEE8;
}

.category .navbar-collapse {
    background: none;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 0px;
    height: 310px;
    overflow: hidden;
    position: relative;
}

.category .navbar-collapse>ul {
    position: absolute;
    z-index: 9;
    top: 41px;
    left: 0px;
}

.category .navbar-collapse:hover {
    overflow: visible;
    height: auto;
}

@media screen and (max-width: 991px) {
    .bgmenu_cate_item,
    .category {}
    .menu-top ul>li ul.sub>li>a i {
        display: none;
    }
}

.navbar-collapse>ul>li:first-child {
    border-top: none;
}

.navbar-collapse>ul>li {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    background: #fff;
}

.navbar-collapse ul>li:last-child {
    border-bottom: none;
}

.navbar-collapse ul>li>a {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    color: #414141;
    font-size: 13px;
}

.navbar-collapse>ul>li>a>span {
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 8px;
    margin-top: 8px;
    position: relative;
}

.navbar-collapse>ul>li>a>span>img {
    border: none;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar-collapse>ul>li>a {
        height: 38px;
        line-height: 38px;
    }
    .navbar-collapse>ul>li>a>span {
        width: 22px;
        height: 22px;
        margin-right: 5px;
        margin-top: 5px;
    }
}

.navbar-collapse ul>li>a>i {
    position: absolute;
    top: 14px;
    right: 5px;
    color: #717171;
}

@media screen and (max-width: 992px) {
    .navbar-collapse>ul>li>a>img {
        display: none;
    }
}

.navbar-collapse>ul>li:hover>a {
    transition: background-color .2s ease-in-out 0s;
    background-color: #eee;
    color: #000;
}

.navbar-collapse>ul>li:hover>a>i {}

.navbar-collapse>ul>li:hover>a img {
    /* 
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1); 
	-moz-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	-ms-filter: brightness(0) invert(1);*/
}

@media screen and (min-width: 992px) {
    .navbar-collapse>ul {
        position: relative;
        width: 100%;
        border-left: 1px solid #EFEBEB;
        border-right: 1px solid #EFEBEB;
        border-bottom: 1px solid #EFEBEB;
    }
    .navbar-collapse .navbar-nav .sub-menu ul {
        z-index: 99;
        width: 250px;
        padding: 0px;
        position: absolute;
        top: 30px;
        left: 100%;
        box-shadow: none;
        font-size: 13px;
        background-color: #FFF;
        background-repeat: no-repeat;
        background-position: right bottom;
        border-radius: 0px;
        border: 1px solid #e1e1e1;
        background-size: contain;
        border-top: none;
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .navbar-collapse ul>li:hover>.sub-menu>ul {
        opacity: 1;
        visibility: visible;
        top: -1px;
        padding: 0px;
        margin: 0px;
    }
    .navbar-collapse .navbar-nav .sub-menu>ul>li {
        font-size: 12px;
        width: 100%;
        list-style: none;
        border-top: 1px solid #e1e1e1;
        /* padding: 14px 10px 12px; */
        position: relative;
    }
    .navbar-collapse .navbar-nav .sub-menu>ul>li:last-child {}
    .navbar-collapse .navbar-nav .sub-menu>ul>li>a {
        padding: 0px;
        color: #555;
        white-space: normal;
        display: block;
        height: auto;
        line-height: normal;
        padding: 14px 10px 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .navbar-collapse .navbar-nav .sub-menu>ul>li>a:hover,
    .navbar-collapse .navbar-nav .sub-menu>ul>li>a:focus {
        background: transparent;
        background: #eee;
    }
    .navbar-collapse .navbar-nav .sub-menu>ul>li ul {
        padding: 0px;
        list-style: none;
    }
    .navbar-collapse .navbar-nav .sub-menu>ul>li>ul>li>a {
        color: #717171;
        margin-top: 5px;
        display: block;
    }
    .navbar-collapse .navbar-nav .sub-menu>ul>li>ul>li>a:hover,
    .navbar-collapse .navbar-nav .sub-menu>ul>li>ul>li>a:focus {
        color: #000;
    }
}

@media screen and (min-width: 1200px) {
    .navbar-collapse .navbar-nav .sub-menu {}
}

@media screen and (max-width: 992px) {
    .navbar-collapse .navbar-nav .open .sub-menu {
        background-color: #FFF;
        background-image: none !important;
        border-left: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
    }
    .navbar-collapse .navbar-nav .open .sub-menu>ul {
        list-style: none;
        padding: 0px;
    }
    .navbar-collapse .navbar-nav .open .sub-menu>ul>li>a {
        padding: 5px 15px 5px 25px;
        font-size: 13px;
        display: block;
        color: #717171;
    }
    .navbar-collapse .navbar-nav .open .sub-menu>ul>li>a:hover {
        color: #000;
    }
    .navbar-collapse .navbar-nav .open .sub-menu>ul>li ul {
        display: none;
    }
}


/*##### END HEADER #####*/


/*##### BANNER #####*/

.home-banner {}

.home-banner img {
    width: 100%;
    border: none;
}

.home-banner a {
    display: block;
}

.home-banner .item:first-child {
    margin-top: 0px;
}

.home-banner .item {
    margin-top: 10px;
}

.bottom-banner img {
    display: none;
}

.bottom-banner a {
    width: 100%;
    height: 150px;
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-position: center;
}

.left-banner,
.right-banner {
    position: fixed;
    height: 0px;
    transition: all 0.5s ease-in-out;
    z-index: 9;
}

@media(max-width: 1409px) {
    .left-banner,
    .right-banner {
        display: none;
    }
}

.left-banner img,
.right-banner img {
    max-width: 120px;
    border: none;
    display: block;
}

.left-banner a+a img,
.right-banner a+a img {
    margin-top: 5px;
}

.sidebar-banner img {
    width: 100%;
    border: none;
}

.sidebar-banner a+a>img {
    margin-top: 10px;
}

.out-bottom-banner {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    display: none;
}

.out-bottom-banner .container {
    position: relative;
}

.out-bottom-banner img {
    width: 100%;
    height: auto;
    border: none;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.bottom-left-banner,
.bottom-right-banner {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 100;
    max-width: 30%;
    display: none;
}

.bottom-right-banner {
    left: auto;
    right: 0px;
}

.bottom-left-banner img,
.bottom-right-banner img {
    border: none;
    max-width: 100%;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)K
}

.popup-banner {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
}

.popup-banner img {
    max-width: 96%;
    max-height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    border: none;
}

.out-bottom-banner .close,
.bottom-left-banner .close,
.bottom-right-banner .close {
    position: absolute;
    top: 0px;
    right: 15px;
    background-color: #FFF;
    color: #414141;
    z-index: 100;
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
    opacity: 1;
}

.bottom-left-banner .close,
.bottom-right-banner .close {
    right: 0px;
}

@media screen and (max-width: 1200px) {
    .left-banner,
    .right-banner {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .out-bottom-banner {
        display: none;
    }
}

.home-banner img:hover,
.bottom-banner a:hover,
.left-banner img:hover,
.right-banner img:hover,
.sidebar-banner img:hover,
.out-bottom-banner img:hover {
    opacity: 0.8;
}


/*##### END BANNER #####*/


/*##### CATEGORY OPTION #####*/

.block-category-option {
    text-align: center;
    padding: 70px 0px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 768px) {
    .block-category-option {
        padding: 50px 0px;
    }
}

.block-category-option h3 {
    font-size: 26px;
    color: #414141;
    margin-bottom: 10px;
}

.block-category-option a {
    font-weight: 700;
    color: #fc461e;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 25px;
    background-color: #FFF;
    border: 1px solid #fc461e;
    border-radius: 2px;
    margin: 10px 8px 0px 8px;
}


/*##### END CATEGORY OPTION #####*/


/*##### BREADCRUMB #####*/

.wrap-breadcrumb {
    background: #fff;
}

.breadcrumb {
    white-space: nowrap;
    overflow-x: auto;
    background: transparent;
    border-radius: 0px;
    margin: 0px;
    margin-top: 0px;
    padding: 0px;
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid #ECECEC;
    color: #858585;
}

.breadcrumb {
    color: #555;
    display: block;
    padding-bottom: 0px;
    margin-bottom: 3px;
    border-bottom: 1px solid #eee;
}

.breadcrumb li+li {
    margin-left: 0px;
}

.breadcrumb li a {
    color: #414141;
    margin-right: 3px;
}

.breadcrumb li+li a {
    margin-left: 3px;
}

.breadcrumb li+li::before {
    content: "";
    padding: 0px;
}

.breadcrumb li a {
    color: #000;
    line-height: 28px;
    font-weight: 600;
}

.detail-product .breadcrumb {
    margin-bottom: 10px;
}

.breadcrumb li a:hover,
.detail-product .breadcrumb li a:hover,
.detail-news .breadcrumb li a:hover {
    color: #13668f;
}

.search .breadcrumb {
    margin-top: 5px;
    /* margin-bottom: 20px; */
}


/*##### END BREADCRUMB #####*/


/*##### PRODUCT #####*/

.block-product .block-title {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #e1e1e1;
    margin-bottom: 15px;
}

.block-product .block-title-new h3 {
    margin: 0px;
    font-size: 13px;
    padding: 6px 15px;
    background: #13668f;
    color: #fff;
    display: inline-block;
    position: relative;
}

.block-product .block-title-new h3:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: -7px;
    left: 30px;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-top: 7px solid #13668f;
}

.block-product .block-title-new {
    margin-bottom: 15px;
    border-bottom: 2px solid #13668f;
}

.block-product .block-title .img {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 5px;
    margin-right: 8px;
    position: relative;
}

.block-product .block-title .img>img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.block-product .block-title h1 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 24px;
    float: left;
    color: #333;
}

.block-product.search .block-title h3 {
    font-size: 18px;
}

.block-product.search .block-title h3>b {
    color: #fc461e;
}

.block-product .block-title a {
    color: #414141;
    font-weight: 300;
}

.block-product .block-title .sub-cate {
    text-align: right;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
}

.block-product .block-title .sub-cate a:hover {
    color: #13668f;
}

.block-product .block-title .sub-cate>a+a {
    margin-left: 5px;
}

.block-product .block-title .sub-cate>a+a:before {
    content: "|";
    color: #e8e8e8;
    margin-right: 5px;
}

@media screen and (max-width: 992px) {
    .block-product .block-title .sub-cate {
        display: none;
    }
}

.block-product .block-content>a.img>img {
    width: 100%;
    margin-bottom: 15px;
    border: none;
}

@media screen and (max-width: 768px) {
    .block-product .block-content>a.img>img {
        margin-bottom: 10px;
    }
}

.block-product .block-content .col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.block-product .block-content {
    margin-bottom: 20px;
    overflow: hidden;
}

.block-product .block-content.block-content-cate {
    border: none;
    padding: 0px;
}

.block-product .block-content .owl-prev {
    position: absolute;
    left: 15px;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    font-size: 24px;
    top: 37%;
    margin-top: -22px;
    display: none;
    color: #fff;
}

.block-product .block-content .owl-next {
    position: absolute;
    right: 15px;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 10px;
    font-size: 24px;
    top: 37%;
    margin-top: -22px;
    display: none;
    color: #fff;
}

@media(max-width: 767px) {
    .block-product .block-content .owl-next,
    .block-product .block-content .owl-prev {
        display: block;
        top: 40%;
    }
}

.block-product .block-content:hover .owl-next,
.block-product .block-content:hover .owl-prev {
    display: block;
}

@media screen and (min-width: 768px) {
    .block-product .block-content>.row {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .block-product .block-content .col-md-3 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .block-product .block-content>.row {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
    }
}

.block-product .block-content .item {
    background: #fff;
    margin-bottom: 0px;
    padding-bottom: 5px;
    position: relative;
    padding: 0px 15px;
    border-right: 1px dashed #ddd;
}

.block-product .block-content .item .img {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.block-product .block-content .item .img a {
    display: block;
    position: relative;
    height: 0px;
    width: 100%;
    padding-bottom: 120%;
}

.block-product .block-content.block-content-cate .item {
    margin-bottom: 0px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    padding-top: 14px;
}

.block-product .block-content.block-content-cate .item:nth-child(1),
.block-product .block-content.block-content-cate .item:nth-child(2),
.block-product .block-content.block-content-cate .item:nth-child(3),
.block-product .block-content.block-content-cate .item:nth-child(4) {
    padding-top: 0px;
}

.block-product .block-content.block-content-cate .item .img {
    margin: 0px;
}

@media(max-width: 767px) {
    .product-related .block-product .block-content .item {
        width: 50%;
        float: left;
    }
}

.block-product .block-content .item .img img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    border: none;
    /* width: 100%; */
}

@media(max-width: 767px) {
    .block-product .block-content .item .img img {
        width: 100%;
    }
}

.block-product .block-content .item .view a {
    position: absolute;
    z-index: 1;
    background: #13668f;
    border: 1px solid #13668f;
    color: #fff;
    font-size: 13px;
    padding: 0px 16px;
    line-height: 30px;
    text-transform: uppercase;
    width: 100px;
    height: 32px;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: -18px auto auto auto;
    top: 40%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0;
    border-radius: 3px;
    white-space: nowrap;
}

.block-product .block-content .item .view>span {
    float: left;
    height: 46px;
    line-height: 46px;
    display: none;
}

.block-product .block-content .item .view>a:hover {
    background: #fff;
    color: #000;
}

@media screen and (min-width: 992px) {
    .block-product .block-content .item .view {
        display: block;
    }
    .block-product .block-content .item .img:hover .view a {
        top: 50%;
        opacity: 1;
    }
    .block-product .block-content .item:hover .countdown {
        display: block;
    }
}

.block-product .block-content .item h3 {
    padding-bottom: 0px;
    margin: 10px 0px 10px;
    padding: 0px 0px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
    line-height: 20px;
}

.block-product .block-content .item h3 a {
    color: #414141;
    font-size: 14px;
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.block-product .block-content .item h3 a:hover {
    color: #13668f;
}

@media(max-width: 767px) {
    .block-product .block-content .item h3 a {
        font-size: 15px;
    }
}

.block-product .block-content .item .discount {
    color: #fc461e;
    font-weight: 600;
    font-size: 26px;
    float: left;
    width: 50px;
    margin-left: 10px;
}

.block-product .block-content .item .discount>font {
    font-size: 16px;
    font-weight: 400;
}

.block-product .block-content .item .quantity {
    color: #414141;
    font-size: 13px;
    float: right;
    width: 60px;
    margin-right: 10px;
    text-align: right;
    font-weight: normal;
}

.block-product .block-content .item .quantity>i {
    color: #717171;
    margin-right: 5px;
}

.block-product .block-content .item .true-price,
.block-product .block-content .item .price {
    display: block;
    font-size: 15px;
    color: #3a3a3a;
    font-weight: 700;
    float: left;
    margin: 0px 10px;
    width: calc(100% - 140px);
}

.block-product .block-content .item .true-price {
    color: #414141;
    font-weight: 400;
    font-size: 13px;
    text-decoration: line-through;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .block-product .block-content .item .discount,
    .block-product .block-content .item .quantity {
        display: none;
    }
    .block-product .block-content .item .true-price,
    .block-product .block-content .item .price {
        width: 100%;
    }
    .block-product .block-content .item .price {
        color: #fc461e;
    }
}

.inside-banner {
    margin-bottom: 15px;
}

@media(max-width: 767px) {
    .inside-banner {
        margin-bottom: 0px;
    }
}

.inside-banner>.container {
    position: relative;
    height: 100%;
}

ul.category {
    margin: 0px;
    padding: 0px;
}

ul.category li {
    display: inline-block;
    list-style: none;
}

.load-more {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.load-more button {
    background-color: #FFF;
    border: 1px solid #fc461e;
    color: #fc461e;
    padding: 10px 50px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 2px;
}

.load-more button:hover {
    background-color: #f9f9f9;
}

.load-more button>i {
    font-size: 11px;
}

.load-more>center>i {
    color: #fc461e;
}

.detail-product {
    margin-top: 0px;
}

.detail-product .gallery {
    margin-bottom: 20px;
}

.detail-product .gallery .large-image {
    position: relative;
    width: 100%;
    height: 584px;
    background-color: #FFF;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .detail-product .gallery .large-image {
        height: 426px;
    }
}

@media screen and (max-width: 992px) {
    .detail-product .gallery .large-image {
        height: 414px;
    }
}

.detail-product .gallery .large-image img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: auto;
    display: none;
}

.large-image>.waiting {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 50px;
    height: 50px;
    color: #13668f;
}

.detail-product .gallery .small-image ul {
    margin: 0px;
    margin-top: 20px;
    padding: 0px;
    text-align: center;
    overflow-y: auto;
    white-space: nowrap;
    width: 100%;
}

.detail-product .gallery .small-image ul li {
    display: inline-block;
    list-style: none;
    width: 54px;
    height: 64px;
    border: 2px solid #eee;
    background-color: #FFF;
    position: relative;
    cursor: pointer;
    margin: 0px 3px;
    overflow: hidden;
}

.detail-product .gallery .small-image ul li.active {
    border-color: #303030;
}

.detail-product .gallery .small-image ul li img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.detail-product .main-info h1 {
    color: #fc461e;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .detail-product .main-info h1 {
        margin-top: 20px;
    }
}

.detail-product .main-info p {
    font-size: 14px;
    color: #414141;
    margin-bottom: 20px;
    line-height: 22px;
    text-align: justify;
}

.detail-product .main-info .price {
    font-size: 26px;
    color: #fc461e;
    font-weight: 700;
    float: left;
    width: calc(100% - 81px);
}

.detail-product .main-info .true-price {
    font-size: 18px;
    color: #555;
    float: left;
    width: calc(100% - 81px);
    text-decoration: line-through;
}

.infomation-product-detail .percent {
    position: relative;
    background: #f44336;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    text-align: center;
    top: -5px;
    margin-left: 10px;
}

.infomation-product-detail .percent:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #f44336;
    border-width: 5px;
    margin-top: -5px;
}

.detail-product .main-info .code {
    display: block;
    color: #555;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 5px;
}

@media screen and (min-width: 768px) {
    .detail-product .main-info .code {
        text-align: right;
    }
    .detail-product .main-info .fb-like {
        float: right;
    }
}

.detail-product .group-size {
    margin-top: 10px;
}

.detail-product .group-size>p {
    font-weight: 700;
    margin-bottom: 5px;
}

.detail-product .group-size ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    margin-bottom: 1px;
}

.detail-product .group-size ul li {
    list-style: none;
    width: 100%;
    float: left;
    padding: 8px;
    color: #4f4f4f;
    background-color: #f9f9f9;
    border: 1px solid #e4e4e4;
    position: relative;
}

.detail-product .group-size ul.info li {
    padding: 3px 0px;
    background: none;
    border: none;
}

.detail-product .group-size ul li+li {
    border-top: none;
}

.detail-product .group-size ul li .img {
    position: relative;
    display: block;
    width: 50px;
    height: 60px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    background-color: #FFF;
}

.detail-product .group-size ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.detail-product .group-size ul li .info {
    width: calc(100% - 65px);
    float: left;
}

.detail-product .group-size ul li h3 {
    width: calc(100% - 60px);
    float: left;
    margin: 0px;
}

.detail-product .group-size ul li .size-price {
    float: left;
    width: 100%;
}

.detail-product .group-size ul li .size-price .price {
    font-size: 14px;
    color: #3a3a3a;
    width: 100%;
    font-weight: 700;
}

.detail-product .group-size ul li .size-price .true-price {
    font-size: 12px;
    color: #3a3a3a;
    width: 100%;
    text-decoration: line-through;
    margin-bottom: 5px;
    margin-right: 10px;
}

.detail-product .group-size ul li select {
    width: 60px;
    float: left;
    border: 1px solid #bdbdbd;
    outline: none;
    position: absolute;
    top: 5px;
    right: 5px;
}

.detail-product .group-size .sold-out {
    background: #fc461e;
    padding: 0px 5px;
    border-radius: 2px;
    color: #FFF;
    font-size: 11px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.detail-product .action {
    margin-top: 20px;
    width: 100%;
    float: left;
}

.detail-product .action button {
    float: right;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #13668f;
    border: none;
    border-radius: 2px;
    padding: 12px 25px;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
}

.detail-product .action button:hover {
    background-color: #105273;
}

.detail-product .action .buy {
    float: left;
    color: #858585;
}

@media screen and (max-width: 992px) {
    .detail-product .group-size ul li h3 {
        width: 100%;
        margin-bottom: 0px;
    }
    .detail-product .group-size ul li .size-price {
        text-indent: 0px;
        width: 100%;
        margin-bottom: 0px;
    }
    .detail-product .group-size ul li select {
        position: relative;
        top: 0px;
        right: 0px;
    }
    .detail-product .group-size ul li .size-price .true-price,
    .detail-product .group-size ul li .size-price .price {
        width: auto;
        float: left;
        margin-right: 10px;
        margin-bottom: 0px;
        line-height: 22px;
        font-size: 13px;
    }
    .detail-product .group-size ul li .size-price .price {
        margin-right: 0px;
    }
    .detail-product .group-size .cart {
        text-indent: 22px;
        padding-top: 0px;
        height: 30px;
        line-height: 30px;
        width: 34px;
        float: left;
        min-width: 100px;
        background-position: left top;
        color: #13668f;
    }
    .detail-product .action .buy {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .detail-product .action button {
        width: 100%;
    }
}

.detail-product .content-info {
    margin-top: 20px;
}

.detail-product .content-info .title {
    height: 35px;
    line-height: 35px;
    border-bottom: 2px solid #e1e1e1;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
}

.detail-product .content-info .detail {
    margin-bottom: 30px;
}

.detail-product .content-info .detail * {
    max-width: 100% !important;
}

.detail-product .content-info .detail table {
    width: 100% !important;
}

.detail-product .content-info .detail img {
    width: auto !important;
    height: auto !important;
}

.detail-product .related {
    margin-top: 0px;
}

.detail-product .related .block-title {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #13668f;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
}

.detail-product .additional-info {
    background-color: #FFF;
    border: 1px solid #dbdcdc;
    margin-bottom: 20px;
    padding: 10px 15px;
}

@media screen and (min-width: 768px) {
    .detail-product .additional-info .col-sm-8 {
        border-right: 2px dashed #dbdcdc;
    }
}

.detail-product .additional-info h2 {
    color: #fc461e;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.detail-product .additional-info .price {
    font-size: 26px;
    color: #fc461e;
    font-weight: 700;
    display: block;
}

.detail-product .additional-info .true-price {
    font-size: 18px;
    color: #555;
    display: block;
    text-decoration: line-through;
}

.detail-product .additional-info button {
    text-transform: uppercase;
    font-weight: 700;
    background-color: #13668f;
    border: none;
    border-radius: 2px;
    padding: 12px 25px;
    cursor: pointer;
    color: #FFF;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
    width: 100%;
}

.detail-product .additional-info button:hover {
    background-color: #105273;
}

.detail-product .additional-info .buy {
    color: #858585;
    display: block;
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .detail-product .additional-info .buy {
        margin-bottom: 20px;
    }
}


/*##### END PRODUCT #####*/


/*album*/

.block-album .block-title {
    margin-bottom: 15px;
    border-bottom: 2px solid #13668f;
}

.block-album .block-title h3 {
    font-size: 13px;
    padding: 6px 15px;
    background: #13668f;
    color: #fff;
    display: inline-block;
    position: relative;
}

.block-album .block-title h3:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: -7px;
    left: 30px;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-top: 7px solid #13668f;
}

.block-album .block-content>.row {
    margin: 0px -4px;
}

.block-album .block-content>.row>div {
    padding: 0px 4px;
}

@media(max-width:767px) {
    .block-album .block-content .row>div {
        padding: 0px 8px;
    }
}

.block-album .block-content .item {
    position: relative;
    margin-bottom: 15px;
}

.block-album .block-content .item>.img {
    height: 168px;
}

.block-album .block-content .item>.img img {
    opacity: 0;
}

.block-album .block-content .item>h3 {
    padding: 25px 15px 15px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: linear-gradient(transparent, rgba(0, 0, 0, .7));
}

.block-album .block-content .item>h3 a {
    display: block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.block-album .block-content .item span {}

.block-album .block-content .item span a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 178, 0, 0.4);
    z-index: 3;
    opacity: 0;
    cursor: pointer;
    visibility: hidden;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.block-album .block-content .item:hover span a {
    opacity: 1;
    visibility: visible;
}

.block-album .block-content .item span a i {
    z-index: 3;
    background: rgba(255, 255, 255, 0.7);
    width: 40px;
    height: 28px;
    margin-top: -14px;
    text-align: center;
    line-height: 26px;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -20px;
    font-size: 20px;
    color: #13668f;
    border: 1px solid #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.block-album .block-content .item:hover span a i {
    top: 50%;
}


/**/

.block-album .block-content .right .item>.img {
    height: 93.3px !important;
}

.block-album .block-content .right .item {
    margin-bottom: 4px;
}

.block-album .block-content .right .item h3 {
    padding: 10px 5px 5px;
}

.block-album .block-content .right .item h3 a {
    font-size: 11px;
    line-height: 15px;
    height: auto;
    max-height: 45px;
}

.block-album .block-content .right .item span a i {
    font-size: 15px;
    width: 36px;
    height: 24px;
    line-height: 22px;
    margin-top: -12px;
}

.block-album .block-content .right>.row {
    margin: 0px -2px;
}

.block-album .block-content .right>.row>div {
    padding: 0px 2px;
}


/*album block*/

.sidebar-block .sidebar-content.album {}

.sidebar-block .sidebar-content.album .item {
    margin: 10px 0px 0px 0px;
    position: relative;
}

.sidebar-block .sidebar-content.album .item .img {
    height: 155px;
}

.sidebar-block .sidebar-content.album .item .img img {
    opacity: 0;
}

.sidebar-block .sidebar-content.album .item h3 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 8px 10px;
}

.sidebar-block .sidebar-content.album .item h3 a {
    color: #fff;
}

.sidebar-block .sidebar-content.album .item span {}

.sidebar-block .sidebar-content.album .item span a {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.sidebar-block .sidebar-content.album .item:hover span a {
    opacity: 1;
}

.sidebar-block .sidebar-content.album .item span a i {
    color: #fff;
    font-size: 20px;
    width: 22px;
    height: 22px;
    top: 30%;
    position: absolute;
    margin-top: -11px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.sidebar-block .sidebar-content.album .item:hover span a i {
    top: 50%;
}

.galary-album {
    padding: 20px 0px;
    margin: 0px -3px;
}

.galary-album>ul {
    padding: 0px;
    margin: 0px;
}

.galary-album>ul>li {
    list-style: none;
    float: left;
    width: 16.66666667%;
    padding: 3px;
    overflow: hidden;
}

@media(max-width: 767px) {
    .galary-album>ul>li {
        width: 33.33%;
    }
}

.galary-album>ul>li a {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.galary-album>ul>li img {
    opacity: 0;
}


/*detail album*/

.detail-album .detail-content .title {
    color: #13668f;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

.detail-album .detail-content .info {
    color: #858585;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 12px;
}


/*end album*/


/*video*/

.block-video {
    margin-bottom: 20px;
}

.block-video .block-title {
    margin-bottom: 15px;
}

.block-video .block-content .row {
    margin: 0px -8px;
}

.block-video .block-content .row>div {
    padding: 0px 8px;
}

.block-video .block-content .item {
    background: #fff;
    position: relative;
    margin-top: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

.block-video.related .block-content .item {
    margin-top: 0px;
    margin-bottom: 20px;
    border-radius: 0px;
    -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.15);
}

.block-video.related {
    padding: 0px;
    margin: 0px;
}

.block-video .block-content .item>.img:before {
    content: "\f16a";
    font-family: 'FontAwesome';
    color: #ed1c24;
    position: absolute;
    font-size: 38px;
    width: 30px;
    height: 17px;
    top: 50%;
    left: 0px;
    right: 0px;
    margin: auto;
    margin-top: -8px;
    background: #fff;
    line-height: 18px;
    border-radius: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.block-video .block-content .item>.img {
    display: block;
    position: relative;
    height: 190px;
}

.block-video .block-content .item>.img:hover {
    -webkit-filter: brightness(110%);
}

.block-video .block-content .item>.img img {
    opacity: 0;
}

.block-video .block-content .item>h3 {
    padding: 12px 15px 10px;
    text-align: center;
    position: relative;
    margin: 0px;
}

.block-video .block-content .item>h3 a {
    display: block;
    font-size: 14px;
    color: #444;
    text-decoration: none;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.block-video .block-content .item>h3 a:hover {
    color: #13668f;
}

.detail-video {
    margin-top: 0px;
}

.detail.detail-video {
    margin-top: 25px;
}


/*detail video*/

.detail-video .detail-content .title {
    color: #13668f;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

.fb-send {
    position: relative;
    z-index: 2;
}

.detail-video .detail-content .info {
    color: #858585;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 12px;
}

.block-video.related .block-content {
    float: left;
    width: 100%;
}

.block-video.related .block-content .item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: none;
}

.block-video.related .block-content .item:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.block-video.related .block-content .item>.img {
    float: left;
    width: 130px;
    height: 77px !important;
    overflow: hidden;
    margin-bottom: 15px;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}

.block-video.related .block-content .item>h3 {
    padding-right: 0px;
    margin-bottom: 3px;
    padding: 0px;
    text-align: left;
}

.block-video.related .block-content .item>h3 a {
    max-height: 36px;
    height: auto;
    color: #013161;
    padding-right: 0px;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
}

.block-video .block-content .item .time-video {
    font-size: 11px;
    color: #767676;
}

.block-video.related .block-content .item .time-video span {
    display: block;
    font-size: 12px;
}

.block-video .block-content .item .time-video span:last-child {
    margin-left: 6px;
}

.block-video.related .block-content .item>.img:before {
    font-size: 30px;
    width: 30px;
    height: 17px;
}


/*##### NEWS #####*/

.block-news {
    margin-bottom: 10px;
}

.block-news.block-news-new {
    /*
	border-top: 1px solid #ededed;
	padding-top: 10px;
	*/
}

.block-news .block-content {
    margin-bottom: 10px;
}

.block-news.news {
    margin-top: 0px;
}

.block-news .block-title {
    margin-bottom: 5px;
    border-bottom: 2px solid #e50700;
    padding: 3px 0px;
}

.block-news .block-title .img {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 5px;
    margin-right: 8px;
    position: relative;
}

.block-news .block-title .img>img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.block-news .block-title h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
    color: #e50700;
    display: inline-block;
    position: relative;
}

.block-news .block-title a {
    color: #414141;
}

.block-news .block-content .item .img:before {
    font-family: 'FontAwesome';
    content: "\f15c";
    display: block;
    position: absolute;
    z-index: 2;
    width: 44px;
    height: 44px;
    top: 50%;
    margin-top: -22px;
    left: 50%;
    opacity: 0;
    font-size: 20px;
    color: #fff;
    margin-left: -22px;
    border-radius: 50%;
    border: 3px solid #fff;
    text-align: center;
    line-height: 38px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.block-news .block-content .item .img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.block-news .block-content .item .img:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.block-news .block-content .item .img:hover:after {
    opacity: 1;
}

.block-news .block-title .sub-cate {
    text-align: right;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
}

.block-news .block-title .sub-cate a:hover {
    color: #13668f;
}

.block-news .block-title .sub-cate>a+a {
    margin-left: 5px;
}

.block-news .block-title .sub-cate>a+a:before {
    content: "|";
    color: #e8e8e8;
    margin-right: 5px;
}

@media screen and (max-width: 992px) {
    .block-news .block-title .sub-cate {
        display: none;
    }
}

.block-news .block-content .item {}

.block-news .block-content .col-md-3,
.block-news .block-content .col-sm-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.block-news .block-content>.row {
    margin: 0px -5px;
}

.block-news .block-content>.row>div {
    padding: 0px 5px;
}

.block-news .block-content>.row .right {
    border-left: 1px solid #ededed;
    overflow: hidden;
}

.block-news .block-content>.row .right .wrap-right {
    height: 643px;
    overflow: hidden;
}

@media(max-width: 767px) {
    .block-news .block-content>.row .right {
        border-left: none
    }
    .block-news .block-content>.row .right .wrap-right {
        height: auto !important;
    }
    .block-news .block-content>.row .right .wrap-right .title-h3 {
        display: none;
        margin-top: 6px;
    }
    .block-news .block-content>.row .right .wrap-right .title-h3:nth-child(1),
    .block-news .block-content>.row .right .wrap-right .title-h3:nth-child(2),
    .block-news .block-content>.row .right .wrap-right .title-h3:nth-child(3),
    .block-news .block-content>.row .right .wrap-right .title-h3:nth-child(4),
    .block-news .block-content>.row .right .wrap-right .title-h3:nth-child(5),
    .block-news .block-content>.row .right .wrap-right .title-h3:nth-child(6) {
        display: block;
    }
}

.block-news .block-content>.row .right .title-h3 {
    margin: 10px 0px 0px 0px;
}

.block-news .block-content>.row .right .title-h3 a {
    color: #333;
    line-height: 16px;
    font-weight: bold;
    font-size: 12px;
    display: block;
}

@media(max-width: 767px) {
    .block-news .block-content>.row .right .title-h3 {
        margin-top: 6px;
    }
}

.block-news .block-content>.row .right .title-h3 a i {
    margin-right: 3px;
    display: none;
}

@media(max-width: 767px) {
    .block-news .block-content>.row>.left {
        margin-bottom: 10px;
    }
    .block-news .block-content>.row .right .title-h3 a i {
        display: inline-block;
    }
}

.block-news .block-content .item .img {
    display: block;
    width: 100%;
    height: 360px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}

@media(max-width: 767px) {
    .block-news .block-content .item .img {
        height: 290px;
    }
    .block-news .block-content .item-mobile .item .img {
        height: 240px !important;
    }
}

.block-news.news .block-content .item .img {
    height: 270px;
}

.block-news .block-content .col-md-4 .item .img {
    height: 163px;
}

.block-news .block-content .item .img>img {
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.block-news .block-content .item h3 {
    padding-bottom: 5px;
    margin: 10px 0px;
    border-bottom: 1px solid #e3e3e3;
}

.block-news .block-content .item h3 a {
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    display: block;
}

.block-news .block-content .item h3 a:hover {
    color: #ff8a00;
}

.block-news .block-content .item.news-item h3 {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 5px;
    margin-top: 0px;
}

.block-news .block-content .item.news-item h3 a {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.block-news .block-content .item.news-item .time {
    color: #888;
    font-size: 13px;
    margin-bottom: 8px;
}

.block-news .block-content .item.news-item .time i {
    margin-right: 5px;
}

.block-news .block-content .item.news-item .img {
    height: 173px;
}

.block-news .block-content .wrap-img {
    padding-left: 0px;
}

.block-news .block-content .item.news-item .infomation {
    padding: 0px;
}

.block-news .block-content .item.news-item .infomation .info {
    margin-bottom: 14px;
    line-height: 18px;
    color: #555;
    overflow: hidden;
    max-height: 70px;
    font-size: 13px;
}

.block-news .block-content .item.news-item .infomation a.view {
    background: #13668f;
    color: #fff;
    padding: 8px 10px;
    border-radius: 3px;
}

.block-news .block-content .item.news-item .infomation a:hover {
    background: #777;
}

.detail-news .related .item h3 {
    margin-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    border-bottom: none;
}

.detail-news .related .item h3 a {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    display: block;
    font-weight: 600;
    color: #414141;
}

.block-news .block-content .item p {
    line-height: 20px;
    overflow: hidden;
    text-align: justify;
    font-weight: 400;
    color: #777;
}

@media screen and (min-width: 768px) {
    .block-news .block-content .item h3 a {}
    .detail-news .related .item h3 a {
        height: 40px;
    }
    .block-news .block-content .item p {
        height: 80px;
    }
}

.detail-news {
    /* margin-top: 10px; */
}

.detail-news .detail-content {
    /* margin-top: 15px; */
}

.detail-news .detail-content .detail p {
    max-width: 100%;
    line-height: 1.5;
    font-size: 15px;
}

@media(max-width: 767px) {
    .detail-news .detail-content .detail p {
        text-align: justify;
    }
}

@media(max-width: 767px) {
    .detail-news .detail-content .detail iframe {
        height: auto !important;
        max-width: 100%;
    }
}

@media(max-width: 767px) {
    .detail-news .detail-content .detail iframe {
        height: auto !important;
    }
}

.detail-news .detail-content .detail img {
    height: auto !important;
    max-width: 100%;
}

.detail-news .detail-content .title {
    color: #333;
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 700;
}

.detail-news .detail-content .info {
    color: #858585;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 12px;
}

.detail-news .detail-content .detail {
    margin-bottom: 30px;
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 14px;
}

.detail-news .detail-content .detail .short_info {
    color: #999;
    padding: 0 18px;
    font-family: "Georgia";
    font-size: 15px;
    line-height: 20px;
    font-style: italic;
    border-left: 4px solid #777;
    margin-bottom: 15px;
}

.post-tag {
    margin-top: 10px;
}

.post-tag span {
    font-size: 15px;
    font-weight: bold;
}

.post-tag a {
    background-color: #aaa;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 13px !important;
    margin: 0 0 2px 10px;
    padding: 3px 7px 4px;
    position: relative;
    text-transform: none;
}

.post-tag a:nth-child(10n+1) {
    background: #e50700;
}

.post-tag a:nth-child(10n+1):before {
    border-right: 8px solid #e50700;
}

.post-tag a:nth-child(10n+2) {
    background: #0280e1;
}

.post-tag a:nth-child(10n+2):before {
    border-right: 8px solid #0280e1;
}

.post-tag a:nth-child(10n+3) {
    background: #ffba0f;
}

.post-tag a:nth-child(10n+3):before {
    border-right: 8px solid #ffba0f;
}

.post-tag a:nth-child(10n+4) {
    background: #6b7278;
}

.post-tag a:nth-child(10n+4):before {
    border-right: 8px solid #6b7278;
}

.post-tag a:nth-child(10n+5) {
    background: #00c3b7;
}

.post-tag a:nth-child(10n+5):before {
    border-right: 8px solid #00c3b7;
}

.post-tag a:nth-child(10n+6) {
    background: #121475;
}

.post-tag a:nth-child(10n+6):before {
    border-right: 8px solid #121475;
}

.post-tag a:nth-child(10n+7) {
    background: #6cac00;
}

.post-tag a:nth-child(10n+7):before {
    border-right: 8px solid #6cac00;
}

.post-tag a:nth-child(10n+8) {
    background: #d902e1;
}

.post-tag a:nth-child(10n+8):before {
    border-right: 8px solid #d902e1;
}

.post-tag a:nth-child(10n+9) {
    background: #ff8168;
}

.post-tag a:nth-child(10n+9):before {
    border-right: 8px solid #ff8168;
}

.post-tag a:nth-child(10n) {
    background: #e16002;
}

.post-tag a:nth-child(10n):before {
    border-right: 8px solid #e16002;
}

.post-tag a:before {
    border-top: 10px solid transparent;
    border-right: 8px solid #aaa;
    border-bottom: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.post-tag a:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    top: 8px;
    left: -2px;
    width: 4px;
}

.detail-news .detail-content .detail .short_info .favicon {
    display: inline-block;
    margin-right: 5px;
}

.detail-news .detail-content .detail .short_info .favicon img {
    display: inline-block;
    width: 24px;
    margin-top: -5px;
}

.detail-news .detail-content .detail .short_info .website {
    color: #e50700;
    font-weight: bold;
    margin-right: 5px;
}

.detail-news .detail-content .detail .short_info .short {}

.detail-news .related {
    margin-top: 30px;
}

.detail-news .related .block-title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #13668f;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
}

.detail-news .related .item span {
    font-weight: 400;
    font-size: 11px;
    color: #666;
}

.block-news .block-content .right .item:first-child {
    padding-top: 0px;
    border-top: 0px;
}

.block-news .block-content .right .item {}

@media(max-width: 991px) {
    .block-news.block-news-new .block-content .right .item:nth-last-child(1),
    .block-news.block-news-new .block-content .right .item:nth-last-child(2) {
        display: none;
    }
}

@media(max-width: 767px) {
    .block-news.block-news-new .block-content .right .item:nth-last-child(1),
    .block-news.block-news-new .block-content .right .item:nth-last-child(2) {
        display: block;
    }
}

.block-news .block-content .right .item:hover {}

.block-news .block-content .right .item .img {}

.block-news .block-content .right .item .img {
    width: 100%;
    height: 140px !important;
    margin-bottom: 6px;
}

@media(max-width: 767px) {
    .block-news .block-content .right .item .img {
        height: 250px !important;
    }
}

.block-news .block-content .right .item h3 {
    /* color: #383838; */
    margin: 0px 0px 0px 0px;
    /* border-bottom: none; */
}

.block-news .block-content .right .item h3 a {
    color: #333;
    font-weight: bold;
    height: auto;
    max-height: 48px;
    display: block;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
}

@media(max-width: 767px) {
    .block-news .block-content .right .item h3 a {
        font-size: 13px;
        color: #000;
    }
}

.block-news .block-content .right .item .time {
    color: #999;
    font-size: 12px;
    display: none;
}

.block-news .block-content .right .item .time span:first-child {
    margin-right: 10px;
}

.block-news .block-content .right .item .time span i {
    margin-right: 6px;
    position: relative;
    top: -1px;
    font-size: 14px;
}

.block-news .block-content .right .item .img:before {
    background-size: 20px;
}

.block-news-cate .block-content .right .item {}

.block-news-cate .block-content .right .item .img {
    height: 65px !important;
}

.block-news-cate .block-content .left h3 {}

.block-news-cate .block-content .left h3 a {}

.block-news .block-content .left .info {
    color: #333;
    line-height: 18px;
    text-align: justify;
    font-size: 13px;
    max-height: 72px;
    overflow: hidden;
}


/**/

.block-news .block-content .left .item {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 0px !important;
}

@media(max-width: 767px) {
    .block-news .block-content .left .item-mobile {
        margin: 0px -10px;
        position: relative;
    }
}

.block-news .block-content .left .wrap-info {
    color: #383838;
    margin: 0px 0px 0px 0px;
    border-bottom: none;
}

@media(max-width: 767px) {
    .block-news .block-content .left .item-mobile .wrap-info {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        padding: 10px 10px 5px 10px;
        background: linear-gradient(transparent, rgba(0, 0, 0, .5));
    }
    .block-news .block-content .left .item-mobile .wrap-info h3 {
        margin-bottom: 0px;
    }
    .block-news .block-content .left .item-mobile .wrap-info h3 a {
        color: #fff;
    }
    .block-news .block-content .left .item-mobile .wrap-info .info {
        display: none
    }
}

.block-news .block-content .left .item-mobile h3 a::before {
    content: "Cập nhật";
    color: rgb(255, 255, 255);
    font-size: 11px;
    display: inline-block;
    height: 20px;
    text-transform: uppercase;
    line-height: initial;
    margin-right: 7px;
    position: relative;
    top: -2px;
    background: rgb(255, 0, 0);
    padding: 4px 6px;
    font-weight: 300;
}

.block-news .block-content .left h3 {
    padding: 0px;
    margin: 0px 0px 8px 0px;
    border: none;
}

.block-news .block-content .left h3 a {
    color: #444;
    height: auto;
    max-height: 68px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    overflow: hidden;
    display: block;
}

.block-news .block-content .left .time {
    color: #555;
    font-size: 12px;
    /* display: none; */
}

.block-news .block-content .left .time span {
    display: block;
    font-size: 11px;
}

.block-news .block-content .left .time span:first-child {}

.block-news .block-content .left .time span i {
    margin-right: 6px;
    position: relative;
    top: -1px;
    font-size: 11px;
}


/**/

.block-news .block-content>.row .right.right-content {
    border-left: none;
    position: relative;
}

@media(max-width: 767px) {
    .block-news .block-content>.row .right.right-content {
        padding: 0px;
        margin: 0px -3px;
    }
}

.block-news .block-content>.row .left.left-content {
    border-right: none;
    padding-right: 15px;
}

.block-news .block-content .left.left-content .item {
    float: left;
    width: 160px;
    height: 120px;
    margin-right: 10px;
}

.block-news .block-content .left.left-content .item a {
    height: 100% !important;
}

.block-news .block-content .left.left-content h3 {}

.block-news .block-content .left.left-content h3 a {
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    color: #000;
}

.block-news .block-content .left.left-content h3 a:hover,
.block-news .block-content .right.right-content h3 a:hover {
    color: #3399cc;
}

.block-news .block-content .left.left-content .info {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
    max-height: 80px;
}

.block-news .block-content .right.right-content .item {
    float: left;
    width: 48%;
    margin: 0px 1%;
    border-bottom: none;
}

.block-news.news .block-content .item {
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.block-news .block-content .right.right-content .item .img {
    height: 130px !important;
}

.block-news .block-content .right.right-content h3 {
    border: none;
}

.news.block-news .block-content .right.right-content h3 {
    height: 52px;
}

.block-news .block-content .right.right-content h3 a {
    font-family: Arial, Helvetica, sans-serif;
    float: none;
    font-size: 12px;
    text-transform: none;
    line-height: 16px;
    color: #333;
    display: block;
    position: relative;
}

.block-news .block-content .right.right-content .title-h3 {
    margin: 3px 0px 0px 0px;
}

@media(max-width: 767px) {
    .block-news .block-content .right.right-content h3 a {
        font-size: 13px;
    }
    .block-news .block-content .right.right-content .title-h3 {
        margin: 3px 8px 0px 8px;
    }
}

.block-news .block-content .right.right-content .title-h3 a {
    color: #444;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.block-news .block-content .right.right-content .title-h3 a i {
    font-size: 5px;
    position: relative;
    top: -2px;
    margin-right: 6px;
}


/*##### END NEWS #####*/


/*##### ABOUT, CONTACT, ARTICLE #####*/

.about,
.contact,
.article {
    margin-top: 0px;
    line-height: 1.6;
}

.contact .detail,
.contact .form-contact,
.article .detail-content {
    margin: 20px 0px;
}

.about .detail *,
.contact .detail *,
.article .detail * {
    max-width: 100%;
}

.about .detail p,
.contact .detail p,
.article .detail p {
    margin-bottom: 10px;
}

.about .detail img,
.contact .detail img,
.article .detail img {
    height: auto !important;
}

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

.contact .form-contact label {
    margin-bottom: 3px;
    color: #414141;
    font-weight: 400;
}

.contact .form-contact .form-control {
    box-shadow: none;
    border-radius: 2px;
    resize: none;
    outline: none;
}

.contact .form-contact .form-control:focus {
    border-color: #13668f;
}

.contact .form-contact input[name="captcha"] {
    max-width: 120px;
    margin-right: 15px;
    float: left;
}

.contact .form-contact button {
    width: 100%;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    color: #FFF;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 10px 0px;
    background-color: #13668f;
    transition: all 0.5s ease-in-out
}

.contact .form-contact button:hover {
    background-color: #105273;
}

.article .detail-content .title {
    color: #fc461e;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}


/*##### END ABOUT, CONTACT, ARTICLE #####*/


/*##### FOOTER #####*/

@media(max-width: 767px) {
    footer table,
    footer table tr,
    footer table tr td,
    .footer table,
    .footer table tr,
    .footer table tr td {
        display: block;
        width: 100% !important;
        height: auto !important;
    }
    footer iframe {
        width: 100% !important;
    }
}

footer {
    position: relative;
    background: #fff;
    padding: 20px 0px 0px;
    border-top: 1px solid #ddd;
}

@media(max-width:767px) {
    footer {}
}

footer .title {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-bottom: 10px;
}

footer ul li+li {
    margin-top: 5px;
}

footer h3 a,
footer ul li a {
    color: #414141;
}

footer h3 a {
    position: relative;
    display: block;
    margin-bottom: 15px;
    color: #414141;
}

footer h3 a:before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    background: #ddd;
    bottom: -5px;
    left: 0px;
}

footer h3 a:after {
    content: '';
    height: 1px;
    width: 50px;
    position: absolute;
    background: #000;
    bottom: -5px;
    left: 0px;
}

footer ul li a {
    color: #414141;
    font-size: 12px;
}

footer ul li a i {
    margin-right: 6px;
    margin-left: 0px;
}

footer ul li a:hover {
    color: #13668f;
}

footer .register-email .form-control {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 100%;
    margin-bottom: 8px;
    padding: 6px 8px;
    border: none;
    border-radius: 2px;
    box-shadow: none;
}

footer .register-email .btn {
    color: #FFF;
    width: 49%;
    background-color: #13668f;
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    float: left;
    transition: all 0.5s ease-in-out;
}

footer .register-email .btn:hover {
    background-color: #105273;
}

footer .register-email .btn+.btn {
    margin-left: 2%;
    float: right;
}

footer .footer * {
    max-width: 100%;
}

@media(max-width: 767px) {
    footer .footer table tr td {
        float: left;
        width: 100% !important;
    }
}

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

footer .menu-bottom>.row>.col-md-6+.col-md-6+.col-md-6 {
    margin-top: 15px;
}


/*##### END FOOTER #####*/


/*##### BLOCK #####*/

.sidebar {
    margin-top: 20px;
}

@media screen and (max-width: 992px) {
    .sidebar {
        display: none;
    }
}

.sidebar-block+.sidebar-block {
    margin-top: 0px;
}

.sidebar-title {
    margin: 0px;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    position: relative;
    margin-right: 0px;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #333;
}

.sidebar-title span {
    background: #13668f;
    display: inline-block;
    height: 40px;
    padding: 0px 15px;
    font-weight: 600;
    text-transform: none;
    color: #fff;
}

.sidebar-content {
    position: relative;
    background: #fff;
}

.sidebar-content.news {
    padding-top: 10px;
    padding-left: 0px;
}

.sidebar-content.product .item {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6,Direction=135,Color='#cccccc',offX=0, offY=0)";
    background: #fff;
    padding-bottom: 15px;
}

.sidebar-content.product .item+.item {
    margin-top: 34px;
}

.sidebar-content.product .item .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 241px;
    padding: 30px 8px 30px 8px;
}

.sidebar-content.product .item .img a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {}

.sidebar-content.product .item .img img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    border: none;
}

.sidebar-content.product .item h3 {
    padding-bottom: 5px;
    margin: -4px 10px 10px 10px;
    border-bottom: 1px solid #e3e3e3;
}

.sidebar-content.product .item h3 a {
    color: #414141;
    font-size: 14px;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    display: block;
    text-align: left;
}

.sidebar-content.product .item .discount {
    color: #fc461e;
    font-weight: 600;
    font-size: 20px;
    float: left;
    width: 50px;
    margin-left: 10px;
    margin-top: -6px;
}

.sidebar-content.product .item .discount>font {
    font-size: 16px;
    font-weight: 400;
}

.sidebar-content.product .item .quantity {
    color: #414141;
    font-size: 13px;
    float: right;
    width: 50px;
    margin-right: 10px;
    text-align: right;
}

.sidebar-content.product .item .price,
.sidebar-content.product .item .true-price {
    display: block;
    font-size: 16px;
    color: #ff8a00;
    font-weight: 700;
    margin: 0px 10px;
    width: calc(100% - 80px);
}

.sidebar-content.product .item .true-price {
    color: #414141;
    font-weight: 400;
    font-size: 13px;
    text-decoration: line-through;
    margin-bottom: 5px;
}

.sidebar-content.product .item .view {
    position: absolute;
    left: 0px;
    bottom: -46px;
    width: 100%;
    padding: 0px 8px;
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    display: none;
}

@media screen and (min-width: 992px) {
    .sidebar-content.product .item:hover .view {
        bottom: 0px;
    }
    .sidebar-content.product .item:hover .countdown {
        display: none;
    }
}

.sidebar-content.product .item .view>span {
    float: left;
    height: 46px;
    line-height: 46px;
}

.sidebar-content.product .item .view>a {
    background-color: #13668f;
    border-radius: 2px;
    color: #FFF;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    margin: 8px 0px;
    display: block;
    float: right;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.sidebar-content.product .item .quantity {
    color: #414141;
    font-size: 13px;
    float: right;
    width: 50px;
    margin-right: 10px;
    text-align: right;
}

.sidebar-content.product .item .quantity>i {
    color: #717171;
    margin-right: 5px;
}

.sidebar-content.news .item {
    border-bottom: 1px dotted #E4E4E4;
    padding-bottom: 10px;
    margin-bottom: 12px;
    list-style-type: none;
}

.sidebar-content.news .item>a {
    width: 75px;
    height: 80px;
    display: block;
    float: left;
    margin-right: 5px;
    padding: 2px;
    border: 1px solid #ddd;
}

.sidebar-content.news .item .img {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.sidebar-content.news .item .img>img {
    width: auto;
    height: 100%;
    border: none;
    opacity: 0;
}

.sidebar-content.news .item h3 {
    color: #3a3a3a;
    font-size: 12px;
    max-height: 30px;
    overflow: hidden;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 5px;
}

.sidebar-content.news .item h3 a {
    color: #3a3a3a;
    font-size: 12px;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.sidebar-content.news .item h3:hover a {
    color: #13668f;
}

.sidebar-content.news .item .info {
    font-size: 11px;
    font-weight: 400;
    color: #444;
    height: 26px;
    overflow: hidden;
}

.news-hot {
    /* -webkit-box-shadow: 0 0 2px #CACACA; */
    -moz-box-shadow: 0 0 2px #cacaca;
    /* box-shadow: 0 0 2px #CACACA; */
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.news-hot .title {
    color: #ff6b00;
    display: block;
    float: left;
    font-weight: bold;
    padding: 6px 0px 0px 0px;
    font-size: 12px;
    margin-right: 6px;
    text-transform: uppercase;
}

.news-hot .sidebar-block {
    float: right;
    width: calc(100% - 95px);
}

.news-hot .sidebar-content.news {
    background: none;
    padding: 0px;
    margin-bottom: 0px;
}

.news-hot .sidebar-content.news .item {
    margin: 0px;
    padding: 0px;
    border: none;
    display: none;
    width: 100%;
}

@media(max-width:767px) {
    .news-hot .sidebar-content.news .item {
        min-width: 100%;
    }
}

.news-hot .sidebar-content.news .item:first-child {
    display: block;
}

.news-hot .sidebar-content.news .item h3 {
    margin: 0px 0px 0px 0px;
    padding: 6px 0px 4px;
    max-height: none;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-hot .sidebar-content.news .item h3 a {
    line-height: 16px;
    color: #444;
    position: relative;
    top: 50%;
    display: block;
    font-weight: 400;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-hot .sidebar-content.news .item h3:hover a,
.news-hot .sidebar-content.news .item h3:hover {
    color: #13668f;
}

.news-hot .sidebar-title,
.news-hot .sidebar-content.news .item>a,
.news-hot .sidebar-content.news .item .info {
    display: none;
}


/**/

.block-news .block-content .news-focus {
    margin-top: 15px;
}

.block-news .block-content .news-focus .row {
    margin: 0px -5px 0px -5px;
}

.block-news .block-content .news-focus .item {
    padding: 0px 5px;
    margin-bottom: 0px;
}

@media(max-width: 991px) {
    .block-news .block-content .news-focus .item:last-child {
        display: none;
    }
}

.block-news .block-content .news-focus .item .img {
    display: block;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    margin-bottom: 10px;
    height: 119px;
}

.news-focus .item .img img {
    opacity: 0;
}

.block-news .block-content .news-focus .item h3 {
    max-height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
}

.block-news .block-content .news-focus .item h3 a {
    font-size: 13px;
    color: #000;
    line-height: 16px;
}


/**/

.news-block-hot {
    margin: 0px -5px;
}

.news-block-hot>h2 {
    background: #57badf;
    margin: 10px 5px 20px 5px;
    height: 10px;
}

.news-block-hot>h2 span {
    color: #57badf;
    background: #fff;
    text-transform: uppercase;
    padding: 5px 12px;
    margin: 0px 0px 0px 10px;
    position: relative;
    top: -4px;
    font-size: 13px;
}

@media(min-width: 992px) {
    .news-block-hot .item {
        width: 20%;
    }
}

.news-block-hot .item {
    margin-bottom: 15px;
    padding: 0px 5px;
}

@media(max-width: 991px) {
    .news-block-hot .item:last-child {
        display: none;
    }
}

.news-block-hot .item:last-child {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.news-block-hot .item .img {
    display: block;
    height: 130px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    margin-bottom: 10px;
}

.news-block-hot .item .img img {
    opacity: 0;
}

.news-block-hot .item h3 {}

.news-block-hot .item h3 a {
    color: #000;
    line-height: 16px;
    display: block;
    font-weight: bold;
    height: 48px;
    overflow: hidden;
    font-size: 13px;
}


/**/

.news-block-view {}

.news-block-view .title {
    background: #13668F none repeat scroll 0 0;
    border-bottom: 1px solid #29609c;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 2px 5px;
    margin-bottom: 10px;
}

.news-block-view .item {
    padding: 0px 0px;
    height: 81px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 5px;
    position: relative;
}

.news-block-view .item .img {
    display: block;
    float: left;
    width: 120px;
    height: 75px;
    overflow: hidden;
    margin-right: 10px;
    background-size: cover;
    background-position: center center;
}

.news-block-view .item .img img {
    opacity: 0;
}

.news-block-view .item h3 {
    margin-top: 0px;
}

.news-block-view .item h3 a {
    color: #444;
    line-height: 18px;
    display: block;
    font-size: 14px;
    overflow: hidden;
    max-height: 70px;
}


/*##### END BLOCK #####*/


/**/

.col-left-content {
    padding-left: 0px;
    /* box-shadow: 0 0 3px #cacaca; */
    /* border-bottom: 4px solid #13668f; */
    margin-bottom: 15px;
}

.col-left-content .height-content-left {
    /* -webkit-transition: all 0.2s ease-in-out; */
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    /* transition: all 0.2s ease-in-out; */
}

.height-content-left.active {
    position: fixed;
    top: 10px;
    width: 170px;
}

.height-content-left.height-content-left-1 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: calc( 100% - 15px);
    top: auto;
}

.height-content-sidebar-1 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: calc( 100% - 15px);
}

@media(max-width: 991px) {
    .col-left-content {
        display: none;
    }
}


/*
.col-left-content .active{
	position: fixed;
	background: #fff;
	top: 5px;
	width: 170px;
	z-index: 1;
}
*/

.col-left-content .content {
    padding: 15px;
    box-shadow: 0 0 3px #cacaca;
    border-bottom: 4px solid #13668f;
    float: left;
    width: 100%;
    background: #fff;
}

.col-left-content .title {
    background: #13668F none repeat scroll 0 0;
    border-bottom: 1px solid #29609c;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 2px 5px;
}

.col-right-content {
    padding-right: 0px;
    padding-left: 0px;
}


/*##### PROMOTION #####*/

ul.countdown {
    position: absolute;
    right: 10px;
    bottom: 10px;
    list-style: none;
    margin: 0px;
    padding: 8px;
    display: block;
    color: #FFF;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.4);
}

ul.countdown li {
    display: inline-block;
    text-align: center;
    float: left;
    font-size: 12px;
    margin: 0px 1px;
}

ul.countdown li i {
    margin-right: 2px;
}

ul.countdown li span {
    /* font-size: 14px; */
    /* line-height: 18px; */
}

ul.countdown li.seperator {
    /* font-size: 18px; */
    /* line-height: 16px; */
    /* vertical-align: top; */
    /* font-weight: 400; */
}

ul.countdown li p {
    color: #fff;
    font-size: 11px;
}

@media screen and (max-width: 768px) {
    ul.countdown {
        right: 5px;
        bottom: 5px;
        padding: 5px;
    }
    ul.countdown li span {
        font-size: 12px;
        line-height: 12px;
    }
    ul.countdown li.seperator {
        font-size: 12px;
        vertical-align: top;
    }
    ul.countdown li p {
        font-size: 9px;
    }
}


/*##### END PROMOTION #####*/


/*##### PAGINATION #####*/

.pagination {
    margin-top: 30px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #13668f;
    border-color: #13668f;
}

.pagination>li>a,
.pagination>li>span {
    color: #777;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #13668f;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #EFEBEB;
}


/*##### END PAGINATION #####*/


/*##### ERROR #####*/

.error-404 {
    margin-top: 150px;
    margin-bottom: 150px;
}

.error-404 .col-sm-4 h3 {
    color: #13668f;
    text-align: center;
    font-weight: 700;
    font-size: 86px;
}

.error-404 .col-sm-4 span {
    display: block;
    text-align: center;
    font-size: 28px;
    color: #13668f;
    font-weight: 600;
    text-transform: uppercase;
}

.error-404 .col-sm-8 h3 {
    font-size: 25px;
    color: #34495e;
}

.error-404 .col-sm-8 h3:first-child {
    margin-top: 25px;
}

.error-404 .col-sm-8 h3+h3 {
    margin-bottom: 25px;
}

.error-404 .col-sm-8 a {
    color: #13668f;
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .error-404 .col-sm-8 a+a {
        margin-left: 20px;
    }
}

.error {
    color: #e5101d;
    display: block;
    padding-top: 2px;
    clear: left;
}


/*##### END ERROR #####*/


/*##### USER #####*/

.user {
    margin-top: 10px;
    color: #303030;
}

.user .login-other {
    text-align: center;
}

.user .login-main {
    border-left: 1px solid #eee;
}

.user .login-other,
.user .login-main {
    margin-top: 70px;
    margin-bottom: 100px;
}

.user .forgot-password {
    margin-top: 70px;
    margin-bottom: 200px;
}

.user .login-other h3,
.user .login-main h3 {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}

.user .forgot-password h3 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .user .login-other,
    .user .login-main {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .user .login-other h3,
    .user .login-main h3,
    .user .forgot-password h3 {
        margin-bottom: 20px;
    }
}

.user .login-other button {
    line-height: 38px;
    height: 38px;
    width: 190px;
    padding: 0px;
    border: none;
    color: #FFF;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.user .login-other button+button {
    margin-top: 10px;
}

.user .login-other .login-facebook {
    background-color: #2c4889;
}

.user .login-other .login-google {
    background-color: #e5101d;
}

.user .login-other .login-facebook>i,
.user .login-other .login-google>i {
    background-color: #1e3571;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    float: left;
}

.user .login-other .login-google>i {
    background-color: #c9141b;
}

.user .login-main .control-label {
    font-weight: 400;
    font-size: 14px;
}

.user .login-main .form-control,
.user .forgot-password .form-control {
    box-shadow: none;
    border-radius: 2px;
    resize: none;
    outline: none;
    height: 36px;
}

@media screen and (min-width: 768px) {
    .user .forgot-password .form-control {
        min-width: 255px;
    }
    .user .login-main select+select {
        margin-left: 5px;
    }
}

.user .login-main .form-control:focus,
.user .forgot-password .form-control:focus {
    border-color: #13668f;
}

.user .login-main button,
.user .forgot-password button {
    border: none;
    border-radius: 2px;
    cursor: pointer;
    color: #FFF;
    text-transform: uppercase;
    padding: 8px 15px;
    margin-right: 15px;
    background-color: #13668f;
    transition: all 0.5s ease-in-out;
}

.user .login-main button:hover,
.user .forgot-password button:hover {
    background-color: #105273;
}

.user .login-main a {
    color: #13668f;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
}

.user .login-main .form-inline>select {
    min-width: 20%;
}

@media screen and (max-width: 768px) {
    .user .login-main .form-inline>select+select {
        margin-top: 10px;
    }
}

.user .login-main .group .form-control {
    max-width: 120px;
    margin-right: 15px;
    float: left;
}

.user .register {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 200px;
}

.user .register h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.user .register p {
    font-style: italic;
    font-weight: 400;
}

.user .message {
    font-size: 14px !important;
    padding-left: 15px;
    font-weight: 400 !important;
    line-height: 26px;
    padding-right: 15px;
    margin-top: 0px;
    margin-bottom: 15px !important;
    color: #c9141b;
}

.user.account ul.menu {
    padding: 10px 10px 10px 35px;
    margin: 0px;
    background: #f0f0f0;
}

@media screen and (max-width: 768px) {
    .user.account ul.menu {
        margin-bottom: 20px;
    }
}

.user.account {
    margin-bottom: 150px;
}

.user.account .breadcrumb {
    margin-bottom: 30px;
}

.user.account ul.menu li a {
    padding: 5px 0px;
    display: block;
    font-weight: 600;
    color: #414141;
}

.user.account ul.menu li a.active {
    color: #13668f;
}

.user.account ul.menu li a .fa {
    font-size: 12px;
}

.user.account .info h3,
.user.account .form-info h3 {
    color: #414141;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.user.account .info>.row {
    margin-bottom: 15px;
}

.user.account .info button {
    color: #FFF;
    background-color: #13668f;
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    margin-top: 15px;
    padding: 8px 15px;
}

.user.account .info button:hover {
    background-color: #105273;
}

.user.account .table thead th,
.user.account .table tbody td {
    vertical-align: middle;
    border: 0px;
    border-bottom: 1px solid #e8e8e8;
}

.user.account .table thead th {
    background: #414141;
    font-size: 13px;
    padding: 8px 10px;
    color: #FFF;
    font-weight: 600;
    border-bottom-width: 1px;
}

.user.account .table tbody td:nth-child(1) {
    text-align: left;
    font-size: 12px;
}

.user.account .table tbody td:nth-child(5) {
    font-weight: 700;
}

.user.account .table tbody td:nth-child(3) {
    width: 100px;
    text-align: left;
    font-size: 12px;
}

.user.account .table tbody td:nth-child(4),
.user.account .table tbody td:nth-child(5) {
    min-width: 100px;
    text-align: left;
    font-size: 12px;
}

.user.account .table tbody td ul {
    padding-left: 20px;
    margin-bottom: 0px;
}

.user.account .table tbody td ul li+li {
    margin-top: 3px;
}

.user.account .table tbody td ul li a {
    color: #13668f;
}

.user.account .table tbody td ul li p {
    color: #666;
    font-size: 12px;
}

.user.account .pagination {
    margin-top: 10px;
}

.user.account .info form label {
    font-weight: 400;
}

.user.account .info form input {
    box-shadow: none;
    border-radius: 2px;
    resize: none;
    outline: none;
    border-color: #e8e8e8;
}

.user.account .info form input:focus {
    border-color: #13668f;
}

.user.account .info form button {
    color: #FFF;
    background-color: #13668f;
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    padding: 8px 15px;
    margin-top: 0px;
}

.user.account .info form button:hover {
    background-color: #105273;
}

.user.account .form-info {
    display: none;
}

.user.account .form-info label {
    font-weight: 400;
}

.user.account .form-info input,
.user.account .form-info select {
    box-shadow: none;
    border-radius: 2px;
    resize: none;
    outline: none;
    border-color: #e8e8e8;
}

.user.account .form-info button {
    color: #FFF;
    background-color: #13668f;
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    margin-top: 15px;
    padding: 8px 15px;
    margin-top: 0px;
}

.user.account .form-info button:hover {
    background-color: #105273;
}

.user.account .form-info select[name="day"],
.user.account .form-info select[name="month"],
.user.account .form-info select[name="year"] {
    width: 33%;
    float: left;
}

.user.account .form-info select[name="month"],
.user.account .form-info select[name="year"] {
    margin-left: 0.5%;
}

.user.account .form-info .cancel {
    margin-left: 15px;
    color: #13668f;
    cursor: pointer;
    font-size: 14px;
    font-style: italic;
}

.user.account .empty-cart {
    border: 1px solid #e8e8e8;
    color: #fc461e;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 15px;
    text-align: center;
}


/*##### END USER #####*/


/*##### MODAL #####*/

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    opacity: 0.5;
}

.modal-backdrop>.loading {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    color: #FFF;
    display: block;
    width: 65px;
    height: 65px;
}

.modal-error {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 400px;
    height: 166px;
    z-index: 101;
    display: none;
}

@media(max-width: 767px) {
    .modal-error {
        width: 96%;
    }
}

.modal-error-title {
    background: #13668f;
    height: 50px;
    position: relative;
    border-radius: 2px 2px 0px 0px;
}

.modal-error-title img {
    max-height: 30px;
    max-width: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.modal-error-title .fa-stack {
    color: #105273;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
}

.modal-error-body {
    background: #FFF;
    padding: 30px;
    text-align: center;
    border-radius: 0px 0px 2px 2px;
}

.modal-error-body p {
    font-size: 14px;
    color: #4f4f4f;
}

.modal-error-body button {
    margin-top: 15px;
    background-color: #13668f;
    border: none;
    border-radius: 2px;
    padding: 6px 20px;
    cursor: pointer;
    color: #FFF;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
}

.modal-error-body button:hover {
    background-color: #105273;
}


/*##### END MODAL #####*/


/*##### ORDER #####*/

.cart {
    margin-bottom: 100px;
}

.cart-title {
    font-size: 32px;
    color: #414141;
    margin-top: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.cart .table-bordered {
    border: 1px solid #e8e8e8;
    min-width: 700px;
}

.cart .table th,
.cart .table td {
    text-align: left;
    vertical-align: middle;
    padding: 10px;
    border: 0px;
    border-bottom: 1px solid #e8e8e8;
    border-top: 0px;
    color: #414141;
    white-space: normal !important;
}

.cart .table th {
    background: #414141;
    font-size: 14px;
    padding: 10px;
    font-weight: 600;
    color: #FFF;
}

.cart .table tr>th:nth-child(1),
.cart .table tr>td:nth-child(2) {
    text-align: left;
}

.cart .table tr>td:nth-child(1) {
    width: 65px;
}

.cart .table tr>td:nth-child(2) {
    width: auto;
}

.cart .table tr>td:nth-child(3) {
    font-size: 15px;
}

.cart .table tr>td:nth-child(4) {
    width: 150px;
}

.cart .table tr>td:nth-child(5) {
    color: #fc461e;
    font-size: 16px;
}

.cart .table td.manufacture {
    background: #f5f5f5;
    text-align: left;
    color: #13668f;
}

.cart .table td .img {
    background: #fff;
    display: block;
    width: 65px;
    height: 78px;
    position: relative;
    float: left;
}

.cart .table td .img>img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.cart .table td a {
    font-size: 14px;
}

.cart .table td p {
    margin-top: 3px;
    color: #858585;
    font-size: 12px;
}

.cart .table td select {
    border: 1px solid #e8e8e8;
    color: #414141;
    width: 60px;
    height: 32px;
}

.cart .table tr.total {
    background: #EEE;
}

.cart .table tr.total td:nth-child(1) {
    text-align: left;
}

.cart .table tr.total td:nth-child(2) {
    font-size: 16px;
}

.cart .table tr.total td:nth-child(3) {
    color: #fc461e;
    font-size: 16px;
}

.cart .table td .delete {
    margin-left: 5px;
    color: #cacaca;
    cursor: pointer;
}

.cart .action {
    text-align: right;
}

.cart .action a.continue {
    display: inline-block;
    font-size: 15px;
    color: #13668f;
}

@media screen and (max-width: 768px) {
    .cart .action a.continue {
        display: block;
        margin-bottom: 10px;
    }
}

.cart .action a.continue>i {
    font-size: 12px;
}

.cart .action a.order {
    margin-left: 20px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #13668f;
    border: none;
    border-radius: 2px;
    padding: 10px 35px;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
    display: inline-block;
}

.cart .action a.order:hover {
    background: #105273;
}

.cart .empty-cart {
    border: 1px solid #e8e8e8;
    color: #fc461e;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 15px;
    text-align: center;
}

.cart.order .table tr>th:nth-child(1),
.cart.order .table tr>td:nth-child(1) {
    width: 60%;
    text-align: left;
}

.cart.order .table tr>th:nth-child(2),
.cart.order .table tr>td:nth-child(2) {
    width: 40%;
    text-align: left;
}

@media(max-width: 767px) {
    .cart.cart_checkout .table-bordered {
        min-width: inherit;
        width: 100%;
        border: none;
    }
    .cart.cart_checkout table>thead {
        display: none;
    }
    .cart.order.cart_checkout .table tr>th:nth-child(1),
    .cart.order.cart_checkout .table tr>td:nth-child(1) {
        float: left;
        width: 100%;
        border-right: none;
        border-top: none;
    }
    .cart.order.cart_checkout .table tr>th:nth-child(2),
    .cart.order.cart_checkout .table tr>td:nth-child(2) {
        float: left;
        width: 100%;
        border-left: none;
        padding: 0px 25px;
    }
    .cart.payment table {
        width: 100%;
        min-width: inherit;
        border: none;
    }
    .cart.payment table>thead {
        display: none;
    }
    .cart.order.payment .table tr>td:nth-child(1) {
        width: 100% !important;
        float: left;
        border-right: none;
        border-top: none;
    }
    .cart.order.payment .table tr>td:nth-child(2) {
        width: 100% !important;
        float: left;
        border: none;
    }
    .cart.order.payment .table tr>td:nth-child(3) {
        width: 100% !important;
        float: left;
        border-left: none;
    }
    .cart.order.payment .table tr.total>td {
        float: left;
        width: 100% !important;
        padding: 10px;
    }
    .cart.order.payment .table tr.total>td:nth-child(2) {
        padding: 0px;
    }
}

.cart.order .table tr>th {
    padding-left: 20px;
    padding-right: 20px;
}

.cart.order .table tr>td {
    border: 1px solid #e8e8e8;
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: top;
}

.cart.order .table tr>td:nth-child(2) {
    padding-left: 35px;
    padding-right: 35px;
}

.cart.order.payment .table tr>th:nth-child(1),
.cart.order.payment .table tr>td:nth-child(1),
.cart.order.payment .table tr>th:nth-child(2),
.cart.order.payment .table tr>td:nth-child(2) {
    width: 35%;
}

.cart.order.payment .table tr>th:nth-child(3),
.cart.order.payment .table tr>td:nth-child(3) {
    width: 30%;
}

.cart.order.payment .table tr>td:nth-child(2),
.cart.order.payment .table tr>td:nth-child(3) {
    padding-left: 0px;
    padding-right: 0px;
}

.cart.order.payment .table tr.total>td {
    padding: 20px;
    border: none;
}

.cart.order .table td .cart-item {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #e8e8e8;
}

.cart.order .table td .cart-item-left {
    float: left;
    width: 65px;
    margin-right: 10px;
}

.cart.order .table td .cart-item-right {
    float: left;
    width: calc(100% - 75px);
}

.cart.order .table td p>b {
    color: #fc461e;
}

.cart.order .table td .cart-change {
    color: #13668f;
    font-size: 13px;
    float: right;
    margin-right: 10px;
}

.cart.order .table td .cart-change:hover {
    text-decoration: underline;
}

.cart.order .table td .form-group {
    margin-bottom: 0px;
}

.cart.order .table td .form-group+.form-group {
    margin-top: 10px;
}

.cart.order .table td label {
    font-weight: 700;
    margin-bottom: 3px;
}

.cart.order .table td input,
.cart.order .table td textarea {
    box-shadow: none;
    border-radius: 2px;
    resize: none;
    outline: none;
    border-color: #e8e8e8;
}

.cart.order .table td select {
    width: 100%;
    height: 34px;
    color: #555;
    border-color: #e8e8e8;
    box-shadow: none;
}

.cart.order .table td input:focus,
.cart.order .table td textarea:focus,
.cart.order .table td select:focus {
    border-color: #13668f;
}

.cart.order .table td button {
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #13668f;
    border: none;
    border-radius: 2px;
    padding: 10px 35px;
    cursor: pointer;
    color: #FFF;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
}

.cart.order .table td button:hover {
    background-color: #105273;
}

.cart.order.payment .table tr>td ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.cart.order.payment .table tr>td ul li input[type="radio"] {
    margin-right: 10px;
}

.cart.order.payment .table tr>td ul li {
    border-bottom: 1px solid #e8e8e8;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.cart.order.payment .table tr>td ul li>span {
    color: #fc461e;
    font-weight: 700;
    font-size: 13px;
}

.cart.order.payment .table tr>td ul li .info {
    margin-top: 5px;
}

.cart.order.payment .table tr>td .info p,
.cart.order.payment .table tr>td .info p>b,
.cart.order.payment .table tr>td .info h3 {
    color: #555;
}

.cart.order.payment .table tr>td .info h3 {
    margin-top: 10px;
}

.cart.order.payment .table tr>td .info p {
    margin-top: 5px;
}

.cart.order.payment .table tr>td button[name="order"] {
    width: 100%;
    margin-top: 0px;
    white-space: nowrap;
}

.cart.order.payment .table tr>td button[disabled="disabled"],
.cart.order.payment .table tr>td button[disabled="disabled"]:hover {
    opacity: 0.5;
    cursor: default;
}

.cart.order.payment .table tr>td>div {
    color: #555;
    font-size: 13px;
    width: 100%;
    float: left;
}

.cart.order.payment .table tr>td>div+div {
    margin-top: 5px;
}

.cart.order.payment .table tr>td>div>label {
    float: left;
}

.cart.order.payment .table tr>td>div>b {
    float: right;
    font-size: 14px;
}

.cart.order.payment .table tr>td>div:nth-child(3)>b {
    color: #fc461e;
}

.cart .success {
    border: 1px solid #e8e8e8;
    padding: 20px;
    width: 100%;
    float: left;
}

.cart .success .success-left {
    float: left;
    width: 25%;
    text-align: center;
    color: #13668f;
}

.cart .success .success-left .fa {
    font-size: 80px;
}

.cart .success .success-right {
    float: left;
    width: 75%;
}

.cart .success .success-right p {
    margin: 5px 0px;
}

.cart .success .success-right p>span {
    color: #13668f;
}

.cart .success .success-right p>a {
    color: #13668f;
    text-decoration: underline;
}

.cart .success .success-right>a {
    background-color: #13668f;
    border-radius: 2px;
    color: #FFF;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.cart .success .success-right>a:hover {
    background-color: #105273;
}


/*##### END ORDER #####*/


/*them*/

a.close-out {
    background: url(../imgs/close-out-top.png?v=1.0.0) no-repeat center center;
    border: 0 none!important;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 40%;
    position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
}


/*header_main*/

.header_main {
    background: #13668f;
    height: 50px;
    clear: both;
}

@media(max-width: 767px) {
    .header_main .container {}
    .category-top {
        padding: 0px !important;
    }
}

.header_main_1 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
}

.header_menu_height {
    height: 50px;
    display: none;
}

.search {
    position: relative;
    float: left;
}

.from-search {
    margin: 8px 0px;
    position: relative;
}

.from-search i {
    position: absolute;
    color: #c5c5c5;
    width: 25px;
    height: 13px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    text-align: center;
}

@media(max-width: 767px) {
    .search {
        margin: 0px 0px 0px;
        /* display: none; */
        width: calc(100% - 184px);
    }
    .from-search i {
        display: none;
    }
}

.from-search input {
    height: 28px;
    padding: 0px 10px 0px 25px;
    border: none;
    font-size: 11px;
    box-shadow: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 3px 6px 6px 3px;
    width: 380px;
    background: #fff;
}

@media(max-width: 991px) {
    .from-search input {
        width: 250px;
    }
}

.from-search .btn_search {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    font-size: 12px;
    top: -1px;
    right: 0px;
    padding: 0 5px;
    border: 2px solid #333;
    border-radius: 0 3px 3px 0;
    width: 80px;
    height: 30px;
    line-height: 20px;
    background: #ee7915;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed9222), to(#f0640a));
    background: -moz-linear-gradient(top, #ed9222, #f0640a);
}

.from-search .btn_search:focus,
.from-search input:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.from-search input:focus {}

.from-search .btn_search:hover {
    /* background: #105273; */
}


/*logo*/

.logo {
    display: block;
    text-align: left;
    float: left;
    width: 100px;
    margin-right: 15px;
}

.logo a {
    display: block;
    line-height: 44px;
}

.logo img {
    display: inline-block;
    max-height: 44px;
}

@media(max-width:991px) {
    .logo img {}
}

@media(max-width: 767px) {
    .logo {
        text-align: center;
        padding-bottom: 0px;
        margin-right: 5px;
    }
}

@media(max-width: 991px) {
    .wrap-cart-top {
        padding-left: 0px;
    }
}

.cart-top {
    text-transform: uppercase;
    position: relative;
    margin-top: 28px;
    float: right;
    font-size: 12px;
    color: #555;
}

@media(max-width: 767px) {
    .cart-top {
        display: none;
        margin-top: 0px;
        margin-bottom: 15px;
    }
}

.cart-top i {
    font-size: 25px;
    color: #999;
    margin-right: 4px;
}

.cart-top .circle {
    border-radius: 50%;
    background: #13668f;
    color: #fff;
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    text-align: center;
    line-height: 23px;
    top: -12px;
    left: 23px;
    font-size: 10px;
    /* font-weight: bold; */
}

.main .main-title {
    margin-bottom: 10px;
    border-top: 1px solid #57badf;
    padding: 3px 0px;
    border-bottom: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 0 #FCFAFA;
}

.main .main-title .title {
    float: left;
    padding: 3px 0px;
}

@media(max-width: 767px) {
    .main .main-title .title {
        width: 100%;
    }
    .tab-product {
        display: none;
    }
}

@media(max-width: 767px) {
    .main .main-title .title {
        min-width: inherit;
    }
}

.main .main-title .tab-product {
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
}

.main .main-title .tab-product li {
    display: inline-block;
    padding: 8px 0px;
    position: relative;
    list-style: none;
}

.main .main-title .tab-product li:first-child a {
    border: none;
}

.main .main-title .tab-product li a {
    border-left: 1px solid #999;
    margin-left: 5px;
    padding-left: 8px;
    display: block;
    font-size: 12px;
    color: #555;
    line-height: 8px;
}

.main .main-title .tab-product li a:hover {
    color: #ff8a00;
}

.main-category-1.main .main-title .title {
    background: #71BE0F;
}

.main-category-1.main .main-title {
    border-top: 2px solid #71BE0F;
    border-left: 1px solid #71BE0F;
}

.main-category-1.main .main-title .tab-product li:hover a:after,
.main-category-1.main .main-title .tab-product li.active a:after {
    border-top: 5px solid #71BE0F;
}

.main-category-1.main .main-title .tab-product li.active a,
.main-category-1.main .main-title .tab-product li:hover a {
    color: #71BE0F;
}

.scroll-product-content li.main-category-1:hover {
    background: #71BE0F;
}

.scroll-product-content li.main-category-1 a span {
    background: #71BE0F;
}

.main-category-2.main .main-title .title {
    background: #d66784;
}

.main-category-2.main .main-title {
    border-top: 2px solid #d66784;
    border-left: 1px solid #d66784;
}

.main-category-2.main .main-title .tab-product li:hover a:after,
.main-category-2.main .main-title .tab-product li.active a:after {
    border-top: 5px solid #d66784;
}

.main-category-2.main .main-title .tab-product li.active a,
.main-category-2.main .main-title .tab-product li:hover a {
    color: #d66784;
}

.scroll-product-content li.main-category-2:hover {
    background: #d66784;
}

.scroll-product-content li.main-category-2 a span {
    background: #d66784;
}

.main-category-3.main .main-title .title {
    background: #1cb1a8;
}

.main-category-3.main .main-title {
    border-top: 2px solid #1cb1a8;
    border-left: 1px solid #1cb1a8;
}

.main-category-3.main .main-title .tab-product li:hover a:after,
.main-category-3.main .main-title .tab-product li.active a:after {
    border-top: 5px solid #1cb1a8;
}

.main-category-3.main .main-title .tab-product li.active a,
.main-category-3.main .main-title .tab-product li:hover a {
    color: #1cb1a8;
}

.scroll-product-content li.main-category-3:hover {
    background: #1cb1a8;
}

.scroll-product-content li.main-category-3 a span {
    background: #1cb1a8;
}

.main-category-4.main .main-title .title {
    background: #26abd1;
}

.main-category-4.main .main-title {
    border-top: 2px solid #26abd1;
    border-left: 1px solid #26abd1;
}

.main-category-4.main .main-title .tab-product li:hover a:after,
.main-category-4.main .main-title .tab-product li.active a:after {
    border-top: 5px solid #26abd1;
}

.main-category-4.main .main-title .tab-product li.active a,
.main-category-4.main .main-title .tab-product li:hover a {
    color: #26abd1;
}

.scroll-product-content li.main-category-4:hover {
    background: #26abd1;
}

.scroll-product-content li.main-category-4 a span {
    background: #26abd1;
}

.main-category-5.main .main-title .title {
    background: #f59b31;
}

.main-category-5.main .main-title {
    border-top: 2px solid #f59b31;
    border-left: 1px solid #f59b31;
}

.main-category-5.main .main-title .tab-product li:hover a:after,
.main-category-5.main .main-title .tab-product li.active a:after {
    border-top: 5px solid #f59b31;
}

.main-category-5.main .main-title .tab-product li.active a,
.main-category-5.main .main-title .tab-product li:hover a {
    color: #f59b31;
}

.scroll-product-content li.main-category-5:hover {
    background: #f59b31;
}

.scroll-product-content li.main-category-5 a span {
    background: #f59b31;
}

.main .main-title .title a {
    font-size: 13px;
    padding: 0px;
    color: #57badf;
    display: inline-block;
    position: relative;
    font-weight: bold;
}

.main.block-news-cate-2 .main-title {
    border-color: #0084c5;
}

.main.block-news-cate-2 .main-title .title a {
    color: #0084c5;
}

.main.block-news-cate-3 .main-title {
    border-color: #006588;
}

.main.block-news-cate-3 .main-title .title a {
    color: #006588;
}

.main.block-news-cate-4 .main-title {
    border-color: #00A700;
}

.main.block-news-cate-4 .main-title .title a {
    color: #00A700;
}

.main.block-news-cate-5 .main-title {
    border-color: #cc3a00;
}

.main.block-news-cate-5 .main-title .title a {
    color: #cc3a00;
}

.main.block-news-cate-6 .main-title {
    border-color: #DF004A;
}

.main.block-news-cate-6 .main-title .title a {
    color: #DF004A;
}

.main.block-news-cate-7 .main-title {
    border-color: #A72953;
}

.main.block-news-cate-7 .main-title .title a {
    color: #A72953;
}

.main .main-title .title a img {
    /* filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	-ms-filter: brightness(0) invert(1); */
    max-width: 15px;
    margin-right: 4px;
    position: relative;
    top: -1px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
}


/**/

.main .block-product .item .price {
    color: #ff8a00;
    font-size: 20px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 50%;
    height: 26px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    white-space: nowrap;
}

.main .block-product .item .price .price-value {
    position: relative;
    display: inline-block;
    margin-right: 0px;
}

.main .block-product .item .price-discount {
    background: #f44336;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 3px 6px;
    text-align: center;
    position: absolute;
    top: 4px;
    right: 4px;
    /* position: relative; */
}

@media(max-width: 767px) {
    .main .block-product .item .price-discount {
        position: absolute;
        top: 2px;
        right: 2px;
    }
}

.main .block-product .item .price-discount:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #f44336;
    border-width: 5px;
    margin-top: -5px;
}

.main .block-product .item .old-price {
    padding: 3px 0px 0px 0px;
    color: #999;
    font-size: 15px;
    margin-bottom: 0px;
    height: 26px;
    text-align: right;
    text-indent: 0px;
    float: right;
    width: 50%;
    text-decoration: line-through;
    white-space: nowrap;
}

.main .block-product .item .old-price .price-value {
    display: inline-block;
    text-decoration: line-through;
}

.main .block-product .item .old-price .quantity {
    float: right;
    font-size: 14px;
    margin-top: 2px;
    /* display: none; */
}

.main .block-product .view-all {
    text-align: center;
    margin-bottom: 0px;
}

.main .block-product .view-all a {
    display: inline-block;
    border: 1px solid #EFEBEB;
    border-radius: 3px;
    background: #fff;
    padding: 6px 25px 7px;
    font-size: 13px;
    color: #888;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin: 5px 0px 10px 0px;
}

.main .block-product .view-all a:hover {
    background: #13668f;
    color: #fff;
}

.main .block-product .view-all a i {
    margin-left: 3px;
    position: relative;
    top: 1px;
}

.clear {
    clear: both;
}

@media(max-width: 767px) {
    .footer table,
    .footer iframe {
        width: 100% !important;
    }
    .footer table * {
        height: auto !important;
    }
    .footer table {
        overflow: hidden;
    }
}

.footer {
    color: #444;
    line-height: 24px;
    margin-bottom: 20px;
    /* margin-top: 20px; */
    font-size: 14px;
}

@media(max-width: 767px) {
    .footer {}
}

.footer a {
    color: #444;
}

.footer-bottom {
    border-top: 1px solid #EFEBEB;
    padding-bottom: 4px;
}

.footer-bottom .row>div {
    /* padding: 0px 20px; */
}

@media(max-width:767px) {
    .footer-bottom .row {
        margin: 0px -8px;
    }
    .footer-bottom .row>div {
        padding: 0px 8px;
    }
}

.new-letter .form-group {
    position: relative;
}

.new-letter p {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

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

.new-letter input {
    border: 1px solid #EFEBEB;
    font-size: 13px;
    padding: 9px 10px;
    border-radius: 3px;
    width: 100%;
}

.new-letter .newsletter_button {
    color: #fff;
    border-radius: 3px;
    padding: 8px 20px;
    position: absolute;
    top: 1px;
    right: 1px;
    border-left: none;
    border: none;
    background: url(../imgs/send-mail.png?v=1.0.0) no-repeat center center #13668f;
    height: 36px;
    width: 70px;
    background-size: 38px;
}

.new-letter .newsletter_button:hover {
    opacity: 0.7;
}

.menu-bottom {
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
    padding: 20px 15px 10px 15px;
}


/*banner-footer*/

.banner-footer {
    text-align: right;
}

.banner-footer img {
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.banner-footer img:hover {
    -webkit-filter: grayscale(0%);
    /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}

@media(max-width: 767px) {
    .banner-footer {
        text-align: left;
    }
}

.banner-footer p {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.banner-footer a {
    display: inline-block;
    margin: 0px 2px;
}

.copyright {
    padding: 2px 0px 2px 0px;
    color: #444;
    height: 34px;
    overflow: hidden;
    line-height: 36px;
    font-size: 13px;
}

.copyright a {
    color: #444;
}

@media(max-width: 767px) {
    .copyright,
    .copyright a {
        font-size: 12px;
    }
    .copyright {
        padding-bottom: 20px;
        height: auto;
        line-height: 16px;
    }
}

.copyright a:hover {
    color: #000;
}

.copyright a.facebook {
    position: relative;
    top: 1px;
}

.copyright .left {}


/*bg-category*/

.bg-category {
    position: relative;
}

.bg-category .bg {
    background: url(../imgs/bg-category.png?v=1.0.0) left top;
    position: absolute;
    top: 0px;
    height: 54px;
    width: 100%;
}

@media(max-width: 767px) {
    .bg-category .bg {
        height: auto;
    }
}

@media(max-width: 767px) {
    .bg-category .bg {
        height: auto;
    }
}

.bgmenu_cate_item {
    margin-bottom: 12px;
    border-bottom: 3px solid #393;
    color: #393;
    padding-bottom: 7px;
}

.block-title-name {
    margin: 6px 0px 6px 0px;
}

.block-title-name h1 {
    color: #393;
    font-size: 24px;
}

@media(max-width: 767px) {
    ul.menu_cate_hoz_item>li {}
}

ul.menu_cate_hoz_item>li h2 {
    margin: 0px;
}

ul.menu_cate_hoz_item>li>a {
    color: #393;
    font-size: 14px;
    padding: 0px 8px;
    display: block;
    cursor: pointer;
    border-left: 1px solid #ddd;
}

ul.menu_cate_hoz_item>li:first-child>a {
    padding-left: 0px;
    border: none;
}

ul.menu_cate_hoz_item>li>a:hover {
    border-color: #13668f;
}


/*menu-top*/

.menu-top ul {
    padding: 0px;
    margin: 0px;
}

.menu-top .navbar-collapse {
    padding: 0px;
    position: static;
    height: auto;
    background: none;
    margin: 0px;
}

.menu-top .navbar-nav>li:first-child {
    border-left: none
}

.menu-top .navbar-nav>li:last-child {
    border-right: none
}

.menu-top .navbar-nav>li {
    border-right: 1px solid #1f1f1f;
    border-left: 1px solid #353535;
    position: relative;
    float: left;
    width: auto;
    border-bottom: none;
    background: none;
}

.menu-top .navbar-nav>li>a {
    color: #fff;
    padding: 14px 25px;
    height: auto;
    line-height: 20px;
}

.menu-top .navbar-nav>li.active>a,
.menu-top .navbar-nav>li:hover>a {
    background: #105273;
}

@media(max-width: 767px) {
    .menu-top {
        padding: 0px 0px;
    }
}

.menu-top .navbar-toggle .icon-bar {
    background: #fff;
}

.menu-top .navbar-toggle {
    z-index: 99;
    margin: 0px;
    padding: 15px;
    border-radius: 0px;
    background: #d0bf1e;
    float: right;
    padding: 6px 10px;
    margin: 9px 9px 9px 0px;
}

.menu-top .navbar-header {
    float: none;
}

@media (min-width: 768px) {
    .menu-top .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
        border: none;
    }
    .menu-top .navbar-toggle {
        display: none;
    }
}

@media(max-width: 767px) {
    .menu-top .navbar-collapse {
        background: #fff;
        width: 100%;
        position: absolute;
        left: 0px;
        top: 51px;
        border-left: 0px;
        border-right: 0px;
    }
    .menu-top .navbar-nav {
        margin: 0px 0px;
    }
    .menu-top .navbar-nav>li {
        border-top: 1px solid #EFEBEB;
        border-right: none;
        float: none;
    }
    .menu-top .navbar-nav>li:first-child {
        border-top: none;
    }
    .menu-top .navbar-nav>li>a {
        color: #555;
        padding: 10px 12px;
        background: #f0f0f0;
    }
    .menu-top .navbar-nav>li.active>a,
    .menu-top .navbar-nav>li:hover>a {
        color: #fff;
    }
}


/*detail-product*/

.main .main-content .detail-product {
    margin-bottom: 15px;
    background: #fff;
}

@media(min-width: 992px) {
    .images-product-detail {
        padding-right: 0px;
        width: 49%;
    }
    .infomation-product-detail {
        width: 51%;
    }
    .images-product-detail.col-md-5 {
        width: 40%;
    }
    .infomation-product-detail.col-md-7 {
        width: 60%;
    }
}

@media(max-width: 767px) {
    .container .row .images-product-detail {
        padding: 0px !important;
    }
    .container .row .images-product-detail .image-left {
        padding: 12px 6px !important;
        width: 21% !important;
    }
    .container .row .images-product-detail .image-right {
        margin-bottom: 5px;
        width: 79% !important;
        padding: 0px !important;
    }
}

@media(min-width: 992px) {
    .ads-product-detail {
        padding-left: 0px;
    }
}

@media(max-width: 991px) {
    .ads-product-detail {
        display: none;
    }
}

.images-product-detail img {
    max-width: 100%;
}

.next-prev {
    position: absolute;
    background: #f9f9f9;
    width: 24px;
    height: 18px;
    line-height: 16px;
    font-size: 16px;
    text-align: center;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 9;
    cursor: pointer;
    box-shadow: 0px 0px 1px #ddd;
    display: none;
}

.prev1 {
    top: 5px;
}

.next1 {
    bottom: 5px;
}

.images-product-detail .image-left {
    padding: 0px;
    width: 23.2%;
    background: #E8E8E8;
    padding: 13px 13px 11px 13px;
    position: relative;
}

.images-product-detail .image-left .wrap-zoom-thumbnail {
    position: relative;
    height: 409px;
    overflow: hidden;
}

.images-product-detail .image-left .wrap-zoom-thumbnail ul {
    padding: 0px;
}

.images-product-detail .image-left .wrap-zoom-thumbnail li {
    margin: 0px 0px 5px 0px;
    width: 100% !important;
    height: 107px !important;
    cursor: pointer;
    list-style: none;
    padding: 2px;
    background: #fff;
    position: relative;
}

.images-product-detail .image-left .wrap-zoom-thumbnail li span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0);
}

@media(max-width: 991px) {
    .images-product-detail .image-left .wrap-zoom-thumbnail li {
        height: 72px !important;
    }
}

@media(max-width: 767px) {
    .images-product-detail .image-left .wrap-zoom-thumbnail li {
        height: 89px !important;
    }
}

.images-product-detail .image-left .wrap-zoom-thumbnail li img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.images-product-detail .image-left .wrap-zoom-thumbnail li:hover span {
    border: 1px solid #13668f;
}

.images-product-detail .image-right {
    padding: 0px;
    width: 76.8%;
}

@media(max-width: 767px) {
    .images-product-detail .image-right .targetarea img {}
}

.targetarea {
    position: relative;
    background: #fff;
    height: 0px;
    padding-bottom: 120%;
}

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

.main .main-content .detail-product .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0px;
    padding-top: 0px;
}

@media(max-width: 767px) {
    .main .main-content .detail-product .title {
        font-size: 18px;
        padding-top: 10px;
    }
}

.main .main-content .detail-product .ma-sp {
    color: #f96d10;
    font-size: 16px;
    display: block;
    margin-bottom: 6px;
    margin-right: 10px;
    padding-top: 2px;
}

.main .main-content .detail-product .like-share {
    float: left;
    margin-bottom: 6px;
}

.main .main-content .detail-product .info {
    line-height: 22px;
    font-size: 13px;
    margin-bottom: 10px;
    color: #888;
    max-height: 110px;
    overflow: hidden;
}

.main .main-content .detail-product .other_info {
    margin-bottom: 15px;
}

.main .main-content .detail-product .other_info p {
    color: #555;
    margin-bottom: 4px;
}

.main .main-content .detail-product #info.info {
    overflow: visible;
}

.detail-product .group-size ul.info li select {
    position: static;
}

.main .main-content .detail-product .old-price-detail {
    font-size: 14px;
    color: #7d7d7d;
    font-weight: normal;
    margin-bottom: 4px;
}

.main .main-content .detail-product .old-price-detail span {
    text-decoration: line-through;
}

.main .main-content .detail-product .price-detail {
    color: #f44336;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 8px;
}

.main .main-content .detail-product .size,
.main .main-content .detail-product .color {
    margin-bottom: 8px;
}

.main .main-content .detail-product .color ul {
    padding: 0px;
}

.main .main-content .detail-product .size label {
    padding-left: 0px;
    margin-bottom: 0px;
    height: 30px;
    line-height: 28px;
    white-space: nowrap;
}

.main .main-content .detail-product .color label {
    padding-left: 0px;
    padding-top: 8px;
    white-space: nowrap;
}

.main .main-content .detail-product .color ul>li.active {
    padding: 1px;
    border: 2px solid #13668f;
}

.main .main-content .detail-product .color ul>li {
    float: left;
    margin-right: 5px;
    padding: 2px;
    border-radius: 50%;
    list-style: none;
    border: 1px solid #ddd;
}

.main .main-content .detail-product .color ul>li span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

.main .main-content .detail-product .color ul>li img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.main .main-content .detail-product .wrap-scroll-detail {
    position: relative;
}

.main .main-content .detail-product .scroll-detail {
    position: relative;
    overflow: hidden;
}

@media(max-width: 767px) {
    .main .main-content .detail-product .scroll-detail {
        height: auto !important;
    }
}

.main .main-content .detail-product .action {
    position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    margin-top: 0px;
    padding-top: 5px;
}

.main .main-content .detail-product .action>div {
    padding: 0px;
}

.main .main-content .detail-product .action .padding-right-5 {
    padding-right: 5px;
}

@media(max-width: 767px) {
    .main .main-content .detail-product .action>div {
        width: 100%;
        padding: 0px !important;
    }
}

.main .main-content .detail-product .action .btn {
    border-bottom: 4px solid #105273;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: bold;
    background-color: #13668f;
    padding: 12px 10px 8px;
    width: 100%;
}

.main .main-content .detail-product .action .btn:active {
    outline: 0;
    background-color: #7fd611;
    margin-top: 2px;
    border-color: #79cc10;
    border-bottom-width: 2px;
    border-bottom-color: #487513;
}

.main .main-content .detail-product .action .btn:focus {
    outline: none;
}


/*wrap-content-product*/

.content-product-detail {}

.content-product-detail * {
    max-width: 100%;
}

.content-product-detail .content p,
.content-product-detail .content span {
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Arial';
}

@media(max-width: 767px) {
    .content-product-detail * {
        word-break: break-word;
    }
}

@media(max-width: 767px) {
    .content-product-detail iframe {
        height: auto !important;
    }
}

{
    max-width: 100%;
}

@media(max-width: 767px) {
    .content-product-detail iframe {
        height: auto !important;
    }
}

.content-product-detail .content img {
    height: auto !important;
}

.content-product-detail table {
    width: 100% !important;
}

@media(max-width: 767px) {
    .content-product-detail table * {
        word-break: initial;
    }
}

.content-product-detail .nav-tabs {
    border-bottom: 1px solid #ddd;
}

.content-product-detail .nav-tabs>li.active>a,
.content-product-detail .nav-tabs>li:hover>a,
.content-product-detail .nav-tabs>li.active>a:focus,
.content-product-detail .nav-tabs>li.active>a:hover {
    background: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}

.content-product-detail .nav-tabs>li>a {
    background: #E5E5E5;
    border: 1px solid #E5E5E5;
    border-radius: 0px;
    margin-right: 10px;
    padding: 9px 25px;
    text-transform: uppercase;
    font-size: 14px;
    color: #717171;
}

@media(max-width: 767px) {
    .content-product-detail .nav-tabs>li {
        width: 100%;
        margin-bottom: 0px;
    }
    .content-product-detail .nav-tabs>li>a {
        margin-right: 0px;
    }
}

@media(max-width: 767px) {
    .content-product-detail .nav-tabs>li>a {
        margin-right: 0px;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 13px;
        border-bottom: none !important;
    }
}

.wrap-content-product {
    background: #fff;
    padding: 15px;
    margin-bottom: 16px;
    border: 1px solid #ddd;
    border-top: none;
}

@media(max-width: 767px) {
    .wrap-content-product {
        padding: 15px 0px;
        border: none;
    }
    .content-product-detail {
        /* padding: 0px !important; */
    }
}

table.table-product tr:first-child {
    /*background: #ebebeb;*/
}

table.table-product tr:first-child * {
    color: #333;
    font-weight: bold;
}

table.table-product tr td {
    border: 1px solid #e0e0e0;
    padding: 10px;
    text-align: center;
}


/*product-related*/

.product-related .main>.main-content>.grid-product .item {
    width: 100%
}

.product-related .main>.main-content>.grid-product ul {
    padding: 0px;
}

.product-related .main .main-title {
    /* border: none; */
    /* margin-bottom: 0px; */
    /* height: 46px; */
    /* background: #E5E5E5; */
}

@media(min-width: 992px) {}

@media(max-width: 991px) {
    .block-product.product-related .block-content .item {
        width: 50%;
        float: left;
    }
}

@media(max-width: 767px) {
    .block-product.product-related .block-content .item {
        width: 100%;
        margin-top: 0px !important;
    }
    .product-related .main>.main-content>.grid-product .item {
        width: 50%;
    }
    .product-related .main .main-title {
        margin-bottom: 0px;
    }
    .main .main-content .detail-product .ma-sp {
        font-size: 15px;
        margin-top: 2px;
    }
}

.action .show-more {
    position: absolute;
    display: inline-block;
    border: 1px solid #EFEBEB;
    border-radius: 50%;
    color: #8c8c8c;
    font-size: 17px;
    margin: 5px 0px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    top: 0px;
    background: #13668f;
    box-shadow: 0px 0px 2px #b3b3b3;
    left: 0px;
    right: 0px;
    margin: auto;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.wrap-showmore {
    position: absolute;
    top: -16px;
    width: 100%;
    height: 32px;
    display: none;
    background: url(../imgs/bg-showmore.png?v=1.1.1) repeat-x top left;
}

@media(max-width: 767px) {
    .action .show-more {
        display: none !important;
    }
}

.action .show-more:hover {
    color: #fff;
    background-color: #105273;
    border-color: #105273;
}

.action .show-more span {
    display: block;
}

.action .show-more span.down {}

.action .show-more span.up {
    display: none;
}

.action .show-more span.up i {
    position: relative;
    top: -2px;
}


/**/

@media(min-width: 768px) {
    .logo-menu {
        display: none;
    }
}

@media(max-width: 767px) {
    .menu-top .navbar-header {
        margin-top: -50px;
    }
    .header-toolbar {
        height: 44px;
        line-height: 44px;
        margin: 0px 0px;
    }
    .from-search .btn_search {
        width: auto;
        overflow: hidden;
        padding: 0px 5px;
    }
    .from-search input {
        width: 100%;
        padding: 0px 10px 0px 8px;
    }
    .from-search .btn_search span {
        display: none
    }
}


/**/

.social {
    float: right;
    text-align: right;
}

.social a {
    font-size: 24px;
    display: inline-block;
    margin: 0px 0px 0px 8px;
}

.social a img {
    max-height: 30px;
}

@media(max-width: 767px) {
    .social {
        left: 60px;
        position: fixed;
        bottom: 0px;
        z-index: 9;
        text-align: left;
    }
    .social a:nth-child(2) {
        display: none;
    }
    .social a {
        margin: 0px 3px 0px 0px;
        font-size: 20px;
    }
    .social a img {
        max-height: 20px;
    }
}


/**/

@media(max-width: 767px) {
    .header-secondary .category .navbar-collapse {
        position: absolute;
        top: 0px;
        width: 100%;
        z-index: 50;
        border-left: none;
        border-right: none;
    }
}


/**/

.block-cate-product.navbar-collapse {
    padding: 0px;
}

@media(min-width: 768px) {
    .sidebar-left {
        width: 69%;
        padding-right: 10px;
    }
    .sidebar-right {
        width: 31%;
        padding-left: 0px;
        margin-bottom: 10px;
        padding-top: 0px;
        margin-top: -26px;
    }
}

@media(max-width: 991px) {
    .sidebar-right-nohome {
        display: none;
    }
    .sidebar-left-nohome {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .sidebar-right {
        display: none;
    }
    .sidebar-left {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .sidebar-left {
        width: 100%;
        padding: 0px 8px;
    }
}

.sidebar-right-detail {
    position: relative;
}

.sidebar-right-detail .height-content-sidebar {
    position: fixed;
    top: 10px;
    left: auto;
}

.sidebar-right-detail-1 .height-content-sidebar {
    position: absolute;
    top: auto;
    bottom: 0px;
}

.sidebar-left-detail {
    position: relative;
}

.sidebar-left-detail .height-sidebar-left-detail {
    position: fixed;
    top: 10px;
}

.sidebar-left-detail-1 .height-sidebar-left-detail {
    position: absolute;
    width: calc(100% - 25px);
    bottom: 0px;
    left: 15px;
    top: auto;
}


/*menu-bottom*/

.menu-top-bottom {
    padding: 0px 0px;
    text-align: center;
    background: #343434;
    color: #FFF;
    position: relative;
}

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

.menu-top-bottom ul {
    margin: 0px;
    padding: 0px;
}

.menu-top-bottom li {
    display: inline-block;
    list-style: none;
    margin: 14px 0px 12px;
}

.menu-top-bottom li:first-child a {
    border: none;
}

.menu-top-bottom li a {
    border-left: 1px solid #fff;
    white-space: nowrap;
    padding: 4px 15px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    line-height: 9px;
    display: block;
}

.menu-top-bottom li.active a,
.menu-top-bottom li:hover a {
    color: #000;
}


/*.banner-bottom*/

.sidebar-block.sidebar-banner iframe {
    margin-bottom: 10px;
}

.banner-bottom {
    position: relative;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.banner-bottom h3 {
    background: url(../imgs/stripe.png) repeat-x left center;
    margin-bottom: 5px;
}

.banner-bottom h3 span {
    color: #111;
    background: #fff;
    font-size: 18px;
    padding: 5px;
    font-weight: bold;
}

.banner-bottom .row {
    margin: 0px;
}

.owl-banner-bottom {
    box-shadow: 0 0 3px #cacaca;
    padding: 20px 18px 20px 20px;
}

@media(max-width: 767px) {
    .owl-banner-bottom {
        padding: 10px 8px 10px 10px;
    }
    .owl-banner-bottom .item.item-1 {
        padding: 3px 3px;
    }
}

.owl-banner-bottom .item {
    padding: 3px 1.4px;
}

.owl-banner-bottom .item a {
    display: block;
    background-size: cover;
    background-position: center center;
}

.owl-banner-bottom .item.item-2 {
    padding: 0px;
}

.owl-banner-bottom .item.item-2 a {
    display: block;
    margin: 4px;
    height: 102px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.owl-banner-bottom .item a img {
    max-width: 100%;
    opacity: 0;
}

.owl-banner-bottom .item.item-2 a img {
    max-width: 100%;
    width: 100%;
    min-height: 100%;
    opacity: 0;
}


/**/

.home-home-banner .item-video {
    display: none;
}

@media(max-width: 767px) {
    .home-home-banner .item-video {
        display: block;
    }
}


/**/

.block-video-right {}

.block-video-right .title {
    background: #13668F none repeat scroll 0 0;
    border-bottom: 1px solid #29609c;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.block-video-right .item.item-click {
    cursor: pointer;
}

.block-video-right .video-embed {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1010px;
    height: 570px;
    border: 5px solid #FFF;
    background: #fff;
    box-shadow: 0 0 720px rgba(20, 76, 128, 0.87);
    visibility: hidden;
    border-radius: 2px;
    z-index: 9;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.block-video-right .video-embed.animation-zoom {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    visibility: visible;
}

.block-video-right .video-embed .load-video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
    color: #000;
    font-size: 40px;
    overflow: hidden;
}

.block-video-right .video-embed .load-video i {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    margin: auto;
}

.block-video-right .video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 8;
    display: none;
}

.block-video-right .video-close {
    position: absolute;
    top: 0px;
    right: -5px;
    background: white;
    padding: 2px 16px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    text-transform: uppercase;
    font-size: 16px;
    color: #1574B8;
    z-index: 2;
    cursor: pointer;
}

@media (max-width: 767px) {
    .block-video-right .video-close {
        top: 0px;
        border-radius: 0px;
        padding: 4px 20px;
    }
}

.block-video-right .item .img {
    display: block;
    overflow: hidden;
    height: 175px;
}

.block-video-right .item .img img {
    opacity: 0;
}

.block-video-right .item h3 {
    background: #000;
    padding: 8px 10px;
    margin-bottom: 5px;
}

.block-video-right .item h3 a {
    color: #fff;
    line-height: 18px;
    display: block;
    overflow: hidden;
    height: 36px;
}

.block-video-right .item.item-1 {
    float: left;
    width: 32%;
    margin-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
}

.block-video-right .wrap-item-3 {
    overflow: hidden;
    position: relative;
    height: 60px;
}

.block-video-right .wrap-item-2 {
    width: auto;
    margin: 0px -3px;
}

.block-video-right .wrap-item-2 .owl-prev {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    left: -8px;
    color: #fff;
    font-size: 22px;
    margin-top: -18px;
}

.block-video-right .wrap-item-2 .owl-next {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    right: -8px;
    color: #fff;
    font-size: 22px;
    margin-top: -17px;
}

.block-video-right .wrap-item-2:hover .owl-prev {
    left: 8px;
}

.block-video-right .wrap-item-2:hover .owl-next {
    right: 8px;
}

.block-video-right .item.item-1 .img {
    height: 55px !important;
}

.block-video-right .item.item-1 h3 {
    display: none;
}


/**/

.menu-fix {
    margin: 0 auto;
    height: 42px;
    position: fixed;
    left: 0px;
    top: -45px;
    width: 100%;
    z-index: 999;
    background: #fff;
    text-align: center;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, .2);
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, .2);
}

@media(max-width: 991px) {
    .menu-fix {
        display: none !important;
    }
}

.menu-fix-1 {
    top: 0px;
}

.menu-fix .menu-fix-logo {
    line-height: 38px;
    margin-right: 4px;
    height: 40px;
}

.menu-fix .menu-fix-logo a {
    padding: 0px !important;
}

.menu-fix .menu-fix-logo img {
    max-height: 36px;
    display: inline-block;
}

.menu-fix .menu-top {
    display: inline-block !important;
    position: relative;
    top: 0px;
    height: 43px;
    overflow: hidden;
}

.menu-fix:before {
    content: '';
    border-top: 3px solid #FF0055;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
}

.menu-fix .menu-top li.home a {
    padding: 9px 4px 0px 0px;
    position: relative;
    /* top: -3px; */
}

.menu-fix .menu-top a {
    padding: 11px 5px 14px;
    margin-top: 0px;
    position: relative;
    z-index: 2;
}

.menu-fix .menu-top {}

.phone-mobile {
    display: none;
    position: fixed;
    z-index: 1041;
    bottom: 2px;
    left: 8px;
    height: 22px;
    white-space: nowrap;
}

@media(max-width: 767px) {
    .phone-mobile {
        display: block;
    }
}

.phone-mobile i {
    display: inline-block;
    cursor: pointer;
    padding: 4px 0px;
    text-align: center;
    margin: 0px;
    width: 20px;
    height: 20px;
    color: #fff;
    position: absolute;
    left: 1px;
    top: 1px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px #e6e6e6;
}

.phone-mobile i.fa-facebook {
    padding: 5px 0px;
}

.phone-mobile a {
    display: block;
    color: #fff !important;
    font-weight: bold;
    font-size: 12px;
    line-height: 22px;
    padding-top: 0px;
    padding-left: 20px;
}

.phone-mobile .img-0 {
    /* max-width: 120px; */
    display: inline-block;
    position: relative;
    /* min-width: 115px; */
    height: 22px;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
    white-space: nowrap;
    padding: 0px 1px;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
    background-color: #e02765;
    background: -moz-linear-gradient(top, #e02765 30%, #ce235c 70%);
    background: -o-linear-gradient(top, #e02765 30%, #ce235c 70%);
    background: -ms-linear-gradient(top, #e02765 30%, #ce235c 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #e02765), color-stop(0.7, #ce235c));
}

.phone-mobile .img-2 {
    background-color: #059fef;
    background: -moz-linear-gradient(top, #059fef 30%, #0986c7 70%);
    background: -o-linear-gradient(top, #059fef 30%, #0986c7 70%);
    background: -ms-linear-gradient(top, #059fef 30%, #0986c7 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #059fef), color-stop(0.7, #0986c7));
}

.phome-mobile {
    display: none;
    z-index: 99;
    height: 32px;
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    line-height: 32px;
    background: #029fe1;
}

.phome-mobile a {
    color: #fff;
    font-size: 16px;
}

@media(max-width: 767px) {
    .phome-mobile {
        display: block;
    }
}