﻿/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ====  CSS V2  ==== */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    background: #fff;
    min-width: 1090px;
}

.m-0 {
    margin: 0;
}

header {
    background: #fff;
}

.header__top {
    border-bottom: 1px solid #f1f1f1;
    color: #707070;
    font-size: 12px;
    line-height: 20px;
    padding: 7px 0px;
}

.header__top--left {
    float: left;
    position: relative;
    padding-left: 20px;
    font-weight: bold;
    color: black;
}

    .header__top--left .icon__16 {
        position: absolute;
        top: 4px;
        left: 0px;
    }

.header__top--right {
    float: right;
    font-weight: bold;
    color: black;
}

.header__top__nav {
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
}

    .header__top__nav > li {
        position: relative;
        list-style: none;
        padding: 0px;
        padding-left: 10px;
    }

    .header__top__nav li.is--sub {
        padding-right: 10px;
    }

        .header__top__nav li.is--sub:after {
            content: "";
            position: absolute;
            top: 8px;
            right: 0px;
            width: 0;
            height: 0;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 5px solid #707070;
        }

    .header__top__nav li a {
        color: inherit;
    }

        .header__top__nav li a:hover, .header__top__nav li:hover > a {
            text-decoration: underline;
        }

    .header__top__nav ul {
        position: absolute;
        z-index: 21;
        top: 20px;
        right: -0px;
        display: none;
        width: 190px;
        padding: 10px 0px;
        text-align: right;
        background: #fff;
        box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
        border-radius: 4px;
    }

    .header__top__nav li:hover ul {
        display: block;
    }

    .header__top__nav ul li {
        display: block;
        padding: 2px 10px;
    }

        .header__top__nav ul li a:hover {
            color: #0090fd;
            text-decoration: underline;
        }

.header__middle {
    /*padding: 16px 0px;*/
    height: 82px;
    display: flex;
    justify-content: center;
}

    .header__middle .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
    }

.header__logo {
    /*width: 61px;*/
    width: 80px;
    margin-right: 34px;
}

    .header__logo a {
        display: block;
        width: 100%;
        /*height: 50px;*/
        height: 78px;
        font-size: 0px;
    }

    .header__logo h1 {
        font-size: 0px;
        /*position: absolute;*/
    }

.header__search {
    height: 50px;
    position: relative;
    padding-right: 48px;
    flex-grow: 1;
    border-radius: 10px;
    border: 1px solid #c0c0c0;
}

    .header__search input {
        background: none;
        border: 0px;
        font-size: 14px;
        line-height: 26px;
        padding: 11px 15px;
        color: #696969;
        display: block;
        width: 100%;
    }

        .header__search input::placeholder {
            font-style: italic;
            font-size: 16px;
        }

    .header__search button {
        position: absolute;
        top: 0px;
        right: 0px;
        height: 48px;
        width: 48px;
        padding: 7px;
        border: 0px;
        background: none;
        cursor: pointer;
    }

.header__gift {
    padding: 5px 24px;
    font-family: Arial, Helvetica, sans-serif;
}

    .header__gift a {
        display: block;
        text-align: center;
        line-height: 14px;
        padding: 6px 0px;
    }

    .header__gift strong {
        display: block;
        color: #707070;
        font-size: 13px;
        font-weight: 600;
    }

    .header__gift span {
        display: block;
        color: #ff4800;
        font-size: 11px;
        font-weight: 500;
    }

.header__flasdeal {
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 0px;
}

    .header__flasdeal a {
        display: block;
        text-align: left;
        line-height: 14px;
        position: relative;
        padding: 0;
        height: 26px;
    }

        .header__flasdeal a img {
            position: absolute;
            top: -2px;
        }

    .header__flasdeal strong {
        display: block;
        color: #ff4800;
        font-size: 13px;
        font-weight: 600;
        position: relative;
        margin-left: 33px;
        margin-top: 0px;
        height: 26px;
    }

    .header__flasdeal .icon__34 {
        position: absolute;
        left: 18px;
        top: 2px;
    }

    .header__flasdeal strong {
        display: block;
        color: #ff4800;
        font-size: 13px;
        font-weight: 600;
    }

    .header__flasdeal span {
        display: block;
        color: #707070;
        font-size: 11px;
        font-weight: 500;
    }

.header__user {
    padding: 5px 20px;
    position: relative;
}

    .header__user:hover {
        background: #eeeeee;
    }

    .header__user a.iconUser {
        display: block;
        text-align: left;
        line-height: 14px;
        position: relative;
        padding: 6px 0px;
        padding-left: 36px;
        width: 120px;
    }

    .header__user .icon__34 {
        position: absolute;
        left: 0px;
        top: 2px;
    }

    .header__user strong {
        display: block;
        color: #000;
        font-size: 14px;
        font-weight: normal;
        position: relative;
    }

        .header__user strong:after {
            content: "";
            position: absolute;
            top: 5px;
            right: 5px;
            width: 0;
            height: 0;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 5px solid #707070;
        }

    .header__user span {
        display: block;
        color: #707070;
        font-size: 10px;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
    }

    .header__user:hover .cart-alert-tab {
        max-height: 1000px;
        overflow: visible;
        opacity: 1;
        transition: opacity .2s ease-in-out 0s,max-height 0s ease-in-out 0s;
    }

        .header__user:hover .cart-alert-tab .account-notifications {
            display: block;
            opacity: 1;
            pointer-events: all;
        }

.cart-alert-tab {
    position: absolute;
    top: 42px;
    left: 0;
    width: 320px;
    transition: opacity .1s ease-in-out .2s,max-height 0s ease-in-out .3s;
    z-index: 999;
}

    .cart-alert-tab .account-notifications {
        border: 1px solid #c3c3c3;
        background: #fff;
        display: none;
        opacity: 0;
        transition: opacity 200ms;
        -webkit-transition: opacity 200ms;
    }

.login-buttons p.light {
    text-align: center;
    margin: 30px 0 10px 0;
    font-size: 18px;
    color: #707070;
}

.login-buttons a {
    width: 70%;
    margin: 20px auto;
    display: block;
    line-height: 50px;
}

.login-buttons .login {
    cursor: pointer;
    border-radius: 3px;
    width: 100%;
    background: #f15928;
    color: #fff;
    font-weight: bold;
    border: 0;
    line-height: 41px;
    font-size: 13px;
    text-align: center;
}

.login-buttons a .create-account {
    width: 100%;
    background: 0;
    border: 1px solid #707070;
    cursor: pointer;
    border-radius: 3px;
    line-height: 40px;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

.account-notifications .gray {
    background: #eee;
    margin-top: 10px;
    display: inline-flex;
    width: 100%;
}

.notification-tab-link a {
    display: block;
    color: #707070;
}

.notification-tab-link.left {
    display: block;
    width: 33.3333333%;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
    position: relative;
    float: left;
}

#modalOverlay {
    width: 100%;
    height: 100%;
    z-index: 9000;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0);
    opacity: 0.4;
}

#onePopupLayer {
    position: absolute;
    position: fixed;
    top: 25%;
    left: 42%;
    display: block;
    background: none;
    font-size: 16px;
    line-height: 1;
    visibility: visible;
    border: 1px solid #b2b2b2;
    z-index: 9010;
    font-weight: normal;
    color: #595959;
    box-shadow: 3px 3px 25px #b3b3b3;
}

.popLayerMainContent .lf-close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #c2c2c2;
    font-size: 23px;
}

.loginForm.clearfix {
    background-color: #fff;
    box-sizing: border-box;
}

.lf-show-login {
    width: 320px;
    float: left;
    background-color: #fff;
}

.lf-section {
    padding: 40px 40px 30px;
}

.lf-sectionTitle {
    color: #ff8400;
    font-size: 22px;
    text-align: center;
    font-weight: 300;
    box-sizing: border-box;
    padding-bottom: 20px;
    display: inline-block;
}

.material-text-input-container {
    position: relative;
    padding: 18px 0 20px;
    font-size: 16px;
}

.material-text-input.material-text-input {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.26);
    display: block;
    width: 100%;
    background-color: transparent;
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-family: inherit;
    box-sizing: border-box;
}

.material-text-input-label.material-text-input-label {
    color: #acacac;
    cursor: text;
    position: absolute;
    top: 19px;
    left: 0;
    font-size: 14px;
}

.lf-forgotLink {
    background-color: #fff;
    font-size: 13px;
    color: #4c4c4c;
    text-decoration: none;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    display: inline-block;
    padding: 0 9px;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1;
    cursor: pointer;
}

.lf-primaryBtn {
    width: 100%;
    font-weight: 600;
    line-height: 48px;
    font-size: 16px;
    font-family: inherit;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f15928;
    border: #f15928;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease-in-out,border-color .2s ease-in-out;
    -webkit-appearance: none;
    white-space: normal;
}

    .lf-primaryBtn a {
        color: #fff;
        width: 100%;
        display: inline-block;
    }

.text-center {
    text-align: center;
}

.lf-form-error {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #900;
}

.lf-secondaryText {
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    color: #595959;
    padding-bottom: 10px;
}

.user-email {
    font-weight: bold;
    padding: 8px 0 20px;
}

.lf-primaryClickable.smbold {
    display: inline-block;
}

#errorRegister.lf-form-error {
    padding-top: 10px;
}

.lf-primaryClickable {
    color: #f15928;
    text-decoration: none;
    cursor: pointer;
}

.socialLogin {
    overflow: auto;
    padding-top: 25px;
    box-sizing: border-box;
}

    .socialLogin .socialBtnsLabel {
        font-size: 14px;
        line-height: 28px;
        color: #595959;
        text-align: center;
    }

    .socialLogin .js-socialLoginBtn {
        padding: 0px 10px;
        background-color: #fff;
        float: left;
        margin-left: 10px;
        border: 1px solid #b2b2b2;
        border-radius: 4px;
        line-height: 29px;
        background-size: 135px;
        color: #787878;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
        cursor: pointer;
        height: auto;
        max-height: 32px;
        text-align: center;
    }

.socialBtnsContainer {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.facebookButton i {
    background: #1977f2;
    border: #1977f2;
    color: #fff;
    padding: 5px 8px 4px 7px;
    font-size: 13px;
    border-radius: 50%;
    text-align: center;
    margin-right: 3px;
    margin-top: 4px;
}

.customGPlusSignIn img {
    width: 20px;
    float: left;
    margin-right: 5px;
    margin-top: 4px;
}

.lf-showPw {
    font-size: 14px;
    font-weight: 300;
    color: #787878;
    margin-bottom: 0;
    display: inline-block;
    cursor: pointer;
}

.material-checkbox.material-checkbox {
    display: inline-block;
    float: left;
    margin-right: 6px;
    position: relative;
    top: -6px;
}

    .material-checkbox.material-checkbox input {
        position: relative;
        height: 18px;
        width: 18px;
    }

.lf-privacyNote.lf-privacyNote {
    font-size: 12px;
    color: #787878;
    font-weight: 300;
    line-height: 20px;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}

.font-light {
    font-size: 13px;
    line-height: 21px;
    font-weight: 300;
    color: #595959;
}

.header__user__nav {
    display: none;
    position: absolute;
    z-index: 20;
    top: 42px;
    left: 0px;
    background: #fff;
    width: 180px;
    padding: 5px 0px;
    margin: 0px;
    border-radius: 2px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}

.header__user:hover .header__user__nav {
    display: block;
}

.header__user__nav li {
    display: block;
    list-style: none;
    padding: 5px 20px;
}

.header__user__nav a {
    color: #000;
}

    .header__user__nav a:hover {
        color: #0090fd;
        text-decoration: underline;
    }

.heaer__cart {
    padding: 5px 20px;
    padding-right: 0px;
    position: relative;
    width: 135px;
}

    .heaer__cart > a {
        display: block;
        text-align: left;
        line-height: 14px;
        position: relative;
        padding: 6px 0px;
        padding-left: 36px;
        width: 120px;
    }

    .heaer__cart .icon__34 {
        position: absolute;
        left: 0px;
        top: 2px;
    }

    .heaer__cart > a > span {
        position: absolute;
        top: 2px;
        left: 24px;
        background: #f7941d;
        display: block;
        color: #fff;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        line-height: 18px;
        font-size: 14px;
    }

    .heaer__cart > a > strong {
        display: block;
        color: #000;
        font-size: 14px;
        font-weight: normal;
        position: relative;
        padding-top: 14px;
    }

        .heaer__cart > a > strong:after {
            content: "";
            position: absolute;
            top: 19px;
            right: 5px;
            width: 0;
            height: 0;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 5px solid #707070;
        }

.heaer__cart__product {
    display: none;
    position: absolute;
    z-index: 20;
    top: 50px;
    left: 0px;
    background: #fff;
    width: 280px;
    border-radius: 2px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}

.heaer__cart:hover .heaer__cart__product {
    display: block;
}

.heaer__cart__product .hcp__title {
    background: #f1f1f1;
    color: #000;
    padding: 8px 10px;
}

.heaer__cart__product .hcp__footer {
    border-top: 1px solid #f1f1f1;
    padding: 10px 10px 5px;
}

    .heaer__cart__product .hcp__footer strong {
        font-weight: normal;
        padding-bottom: 8px;
    }

        .heaer__cart__product .hcp__footer strong:last-child {
            color: #ff4800;
        }

    .heaer__cart__product .hcp__footer a {
        color: #0090fd;
        font-size: 12px;
        float: left;
        margin-right: 10px;
    }

.heaer__cart__product .hcp__item {
    padding: 5px 10px;
    border-top: 1px solid #f1f1f1;
    line-height: 20px;
}

    .heaer__cart__product .hcp__item a {
        display: block;
        position: relative;
        padding-left: 45px;
    }

    .heaer__cart__product .hcp__item .item__img {
        position: absolute;
        top: 3px;
        left: 0px;
        background-size: contain;
        width: 34px;
        height: 34px;
    }

    .heaer__cart__product .hcp__item strong {
        display: block;
        font-weight: normal;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .heaer__cart__product .hcp__item span {
        font-size: 12px;
    }

    .heaer__cart__product .hcp__item b {
        color: #ff4800;
        font-weight: normal;
        font-size: 12px;
    }

.heaer__bottom {
    background: #3f9a59;
}

.header__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
    position: relative;
}

    .header__nav > li {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        .header__nav > li > a {
            display: block;
            color: #fff;
            font-size: 13px;
            line-height: 44px;
            padding: 0px 10px;
        }

            .header__nav > li:hover > a, .header__nav > li > a:hover, .header__nav > li > a.active {
                color: #262f3e;
                /*background: #fff;
                background-image: url('/Images/bg-menu-home.png');*/
            }

    .header__nav ul {
        padding: 10px 0px;
        margin: 0px;
        position: absolute;
        top: 44px;
        left: 0px;
        z-index: 20;
        background: #fff;
        box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
        border-radius: 0px 0px 4px 4px;
        display: none;
        width: 100%;
        flex-wrap: wrap;
    }

/*------------------------------------*/
.box-menu-home {
    height: 32px;
    position: relative;
    text-align: center;
}

.bg-menu-home {
    max-width: none;
    max-height: none;
    height: 50px;
    margin-top: -3px;
}

.box-menu-home > a {
    position: inherit;
    height: 100%;
    font-size: 13px;
    line-height: 44px;
    padding: 0px 10px;
    display: block;
    top: 0;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    white-space: nowrap;
}

.header__nav ul {
    top: 30px;
    border-radius: 10px;
}

.header__nav > li:first-child ul {
    left: -10px;
    width: calc(100% + 10px );
}

.header__nav > li:last-child ul {
    right: -10px;
    width: calc(100% + 10px );
}

.header__nav li .bg-menu-home {
    display: none;
}

.header__nav li:hover .bg-menu-home {
    display: block;
}

.header__nav li:hover .box-menu-home > a {
    position: absolute;
    color: #444444;
    font-weight: 600;
    top: 1px;
}

.header__nav > li {
    width: 100%;
}
/*--------------------------------------------*/

.header__nav li:hover ul {
    display: flex;
}

.header__nav ul li {
    width: calc(100% / 5);
    list-style: none;
    padding: 5px 10px;
}

    .header__nav ul li a {
        color: #000;
    }

        .header__nav ul li a:hover {
            color: #0090fd;
            text-decoration: underline;
        }

.header__nav h2, .header__nav .nav-h2 {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
}

.header__ads {
    background: #39a4b8;
}

    .header__ads a {
        display: block;
    }

    .header__ads img {
        display: block;
        max-width: 100%;
        margin: 0px auto;
    }

footer {
    border-top: 1px solid #e7e7e7;
}

    footer p {
        padding: 0;
        margin: 0;
    }

.footer__top {
    padding: 20px 0px;
}

    .footer__top .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

.footer__subscribe {
    width: 400px;
    height: 48px;
    position: relative;
    background: #f1f1f1;
    border-radius: 7px;
    padding-right: 108px;
}

    .footer__subscribe input {
        display: block;
        width: 100%;
        height: 48px;
        line-height: 48px;
        padding: 0px 30px;
        background: none;
        border: 0px;
        color: #707070;
    }

        .footer__subscribe input::placeholder {
            font-style: italic;
            color: #c0c0c0;
        }

    .footer__subscribe a {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 108px;
        height: 48px;
        background: #ff4800;
        border-radius: 0px 7px 7px 0px;
        color: #fff;
        text-align: center;
        line-height: 48px;
        font-size: 18px;
    }

.footer_bao-gia {
    width: 300px;
    height: 48px;
    position: relative;
    border-radius: 7px
}

.footer__display button {
    display: block;
    border: 0px;
    background: none;
    cursor: pointer;
}

    .footer__display button span {
        display: block;
        font-size: 12px;
        color: #252f3d;
        line-height: 20px;
    }

.footer__display {
    /*width: calc(100% - 430px);*/
    width: calc(100% - 380px);
}

    .footer__display.display-new {
        /*width: calc(100% - 550px);*/
        width: calc(100% - 500px);
    }

.footer__social {
    /*width: calc(100% - 550px);*/
    width: calc(100% - 500px);
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
}

    .footer__social a {
        display: block;
        height: 48px;
        padding-left: 2px;
    }

    .footer__social.social-news {
        /*width: calc(100% - 660px);*/
        width: calc(100% - 600px);
    }

.icon__48.is--youtube {
    width: 42px;
    height: 42px;
}

.footer__bottom {
    background: #262f3e;
    color: #fff;
    line-height: 1.7;
    font-size: 14px;
    padding: 10px 0px;
}

    .footer__bottom .container {
        display: flex;
        /*align-items: center;*/
        justify-content: space-between;
    }

.footer__info {
    width: 450px;
    padding-right: 20px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

    .footer__info a {
        font-size: 13px;
    }

.title-fotter > a {
    color: #fff;
    text-transform: capitalize;
}

.cont-footer {
    padding: 0;
    column-count: 2;
    column-gap: 20px;
    width: 450px;
}

    .cont-footer li {
        break-inside: avoid; /* tránh tách nội dung một <li> ra hai cột */
        margin-bottom: 3px;
        list-style: none;
    }

        .cont-footer li a {
            margin-left: 5px;
            color: #fff;
        }

.footer__address {
    flex-grow: 1;
}

    .footer__address a {
        color: #fff;
    }

.footer__info strong {
    font-size: 16px;
    font-weight: normal;
}

.footer__info i, .footer__address i,
.footer__info em, .footer__address em {
    color: #f7941d;
    font-style: normal;
    font-size: 13px;
}

#nivo_slider_home .slider-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.category__intro {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 1px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    padding: 10px;
    position: relative;
    z-index: 20;
    margin-top: -45px;
    margin-bottom: 30px;
}

    .category__intro .item__category {
        width: calc(100% / 9);
        padding: 3px;
    }

        .category__intro .item__category a {
            display: block;
            color: #000;
            text-align: center;
            font-size: 13px;
            font-weight: normal;
        }

            .category__intro .item__category a:hover {
                color: #ff8400;
            }

        .category__intro .item__category .item__img {
            display: inline-block;
            height: 125px;
        }

        .category__intro .item__category .item__name {
            display: block;
            font-size: inherit;
            font-weight: inherit;
            margin: 0px;
            padding: 0px;
            padding-top: 5px;
        }

    .category__intro.homedd {
        box-shadow: none;
        margin-top: 0;
    }

        .category__intro.homedd .item__category {
            width: calc(100% / 4);
        }

.container.container2 {
    max-width: 1118px;
}

.category__intro.category__intro2 {
    width: 702px;
    margin-top: -100px;
    float: left;
}

    .category__intro.category__intro2 .item__category {
        width: calc(100% / 3);
        padding: 3px;
    }

.category__news.category__news2 {
    width: 393px;
    float: right;
    background: #fff;
    border-radius: 1px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    padding: 10px;
    position: relative;
    z-index: 20;
    margin-top: -100px;
    padding: 20px;
}

#nivo_slider_home .slider-wrapper.slider-wrapper2 {
    margin-left: -55px;
    margin-right: -55px;
}

.product__list__s1 {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-top: 1px solid #e7e7e7;
    margin: 0px;
    padding: 0px;
    /*border-left: 1px solid #e7e7e7;*/
}

    .product__list__s1 > li {
        width: calc(100% / 5);
        list-style: none;
        margin: 0px;
        padding: 0px;
        border-color: #e7e7e7;
        border-style: solid;
        border-width: 0px 1px 1px 0px;
    }

.item__product.is--s1 {
    padding: 20px;
}

    .item__product.is--s1 .item__img {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

        .item__product.is--s1 .item__img img {
            display: inline-block;
            height: 150px;
        }

    .item__product.is--s1 .item__name {
        display: block;
        font-weight: normal;
        font-size: 13px;
        color: #000;
        margin-bottom: 10px;
    }

        .item__product.is--s1 .item__name:hover {
            color: #ff4800;
        }

        .item__product.is--s1 .item__name h3 {
            font-weight: inherit;
            font-size: inherit;
            margin: 0px;
            padding: 0px;
        }

    .item__product.is--s1 .item__rate {
        display: flex;
        align-items: center;
        justify-content: left;
        padding-bottom: 7px;
    }

        .item__product.is--s1 .item__rate .icon__16 {
            margin-right: 5px;
        }

        .item__product.is--s1 .item__rate b {
            font-weight: normal;
            font-size: 12px;
            color: #c0c0c0;
        }

    .item__product.is--s1 .item__price {
        position: relative;
    }

        .item__product.is--s1 .item__price .is--pricemain {
            color: #000;
            font-size: 19px;
            line-height: 20px;
            padding-bottom: 7px;
        }

            .item__product.is--s1 .item__price .is--pricemain span {
                display: inline-block;
                position: relative;
                padding-right: 8px;
            }

            .item__product.is--s1 .item__price .is--pricemain i {
                font-size: 12px;
                font-style: normal;
                line-height: 12px;
                position: absolute;
                top: 4px;
                right: 0px;
            }

        .item__product.is--s1 .item__price .is--pricesale {
            display: flex;
            justify-content: flex-start;
        }

            .item__product.is--s1 .item__price .is--pricesale .is--sale {
                display: inline-block;
                position: relative;
                padding-right: 6px;
                color: #707070;
                line-height: 20px;
            }

                .item__product.is--s1 .item__price .is--pricesale .is--sale i {
                    font-size: 10px;
                    font-style: normal;
                    line-height: 12px;
                    position: absolute;
                    top: 4px;
                    right: 0px;
                }

            .item__product.is--s1 .item__price .is--pricesale .is--save {
                padding-left: 10px;
                font-size: 12px;
            }

        .item__product.is--s1 .item__price .is--time {
            width: 100px;
            position: absolute;
            right: 0px;
            top: 5px;
        }

            .item__product.is--s1 .item__price .is--time .is--text {
                font-size: 8px;
                line-height: 14px;
                margin: 0px;
                padding: 0px;
                color: #c0c0c0;
                display: flex;
                justify-content: space-between;
            }

            .item__product.is--s1 .item__price .is--time .is--percent {
                display: block;
                background: #ebebeb;
                height: 3px;
                border-radius: 1px;
                margin: 0px;
                padding: 0px;
            }

                .item__product.is--s1 .item__price .is--time .is--percent i {
                    display: block;
                    height: 100%;
                    background: #ff4800;
                }

.product__list__s2 {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-top: 1px solid #e7e7e7;
    /*border-left: 1px solid #e7e7e7;*/
    margin: 0px;
    padding: 0px;
}

    .product__list__s2 > li {
        width: calc(100% / 4);
        list-style: none;
        margin: 0px;
        padding: 0px;
        border-color: #e7e7e7;
        border-style: solid;
        border-width: 0px 1px 1px 0px;
    }

.item__product.is--s2 {
    position: relative;
    padding: 15px;
    padding-top: 15px;
    padding-left: 120px;
    min-height: 120px;
}

    .item__product.is--s2 .item__img {
        position: absolute;
        left: 11px;
        top: 15px;
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
    }

        .item__product.is--s2 .item__img img {
            display: inline-block;
        }

    .item__product.is--s2 .item__name {
        display: block;
        font-weight: normal;
        font-size: 13px;
        color: #000;
        max-height: 38px;
        margin-bottom: 10px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

        .item__product.is--s2 .item__name:hover {
            color: #ff4800;
        }

        .item__product.is--s2 .item__name h3 {
            display: inline;
            font-weight: inherit;
            font-size: inherit;
            margin: 0px;
            padding: 0px;
        }

    .item__product.is--s2 .item__rate {
        display: flex;
        align-items: center;
        justify-content: left;
        padding-bottom: 2px;
    }

        .item__product.is--s2 .item__rate b {
            font-weight: normal;
            font-size: 12px;
            color: #c0c0c0;
        }

    .item__product.is--s2 .item__price {
        position: relative;
    }

    .item__product.is--s2 .item__price {
        color: #000;
        font-size: 13px;
        line-height: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .item__product.is--s2 .item__price span {
            display: inline-block;
            position: relative;
            padding-right: 6px;
        }

        .item__product.is--s2 .item__price i {
            font-size: 10px;
            font-style: normal;
            line-height: 12px;
            position: absolute;
            top: 4px;
            right: 0px;
        }

        .item__product.is--s2 .item__price .is--sale {
            color: #707070;
            padding-left: 10px;
            font-size: 12px;
        }

.product__list__s3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
}

    .product__list__s3 > li {
        width: calc(100% / 10);
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

.item__product.is--s3 {
    border-radius: 12px;
    border: 1px solid #ccc;
    background: #fff;
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

    .item__product.is--s3 .item__img {
        display: inline-block;
    }

    .item__product.is--s3 .item__name {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        font-size: 12px;
        font-weight: normal;
        line-height: 20px;
        background: rgba(0,0,0,0.7);
        color: #fff;
        margin: 0px;
        padding: 10px;
        opacity: 0;
        transition: all 0.25s;
    }

    .item__product.is--s3:hover .item__name {
        opacity: 1;
    }

    .item__product.is--s3 .item__name span {
        max-height: 80px;
        overflow: hidden;
        display: block;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

.cat-hotline {
    position: relative;
}

    .cat-hotline .tb-cat-hotline {
        position: absolute;
        top: 60px;
        right: -300px;
    }

.product__list__s4 {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    margin: 0px -5px 0 -5px;
    padding: 1px;
}

    .product__list__s4.is--noborder {
        border: 0px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .product__list__s4 > li {
        width: calc((100% / 5) - 10px);
        list-style: none;
        margin: 5px 5px 5px 5px;
        padding: 0px;
        border-color: #e7e7e7;
        border-style: solid;
        border-width: 1px;
        border-radius: 18px;
    }

    .product__list__s4.is--4item > li {
        width: calc((100% / 5) - 10px);
    }

    .product__list__s4.has--button > li {
        padding-bottom: 40px;
        position: relative;
    }

    .product__list__s4.is--noborder > li {
        border: 0px;
    }

.item__product.is--s4 {
    padding: 7px 15px;
}

    .item__product.is--s4 .item__img {
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }

        .item__product.is--s4 .item__img img {
            display: inline-block;
            height: 120px;
        }

.has--button .item__product.is--s4 .item__img img {
    height: 200px;
}

.item__product.is--s4 .item__name {
    display: block;
    font-weight: normal;
    font-size: 13px;
    color: #000;
    margin-bottom: 5px;
}

    .item__product.is--s4 .item__name:hover {
        color: #ff4800;
    }

    .item__product.is--s4 .item__name h3 {
        font-weight: inherit;
        font-size: inherit;
        margin: 0px;
        padding: 0px;
    }

.item__product.is--s4 .item__rate {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-bottom: 5px;
}

    .item__product.is--s4 .item__rate .icon__16 {
        margin-right: 2px;
        zoom: 0.9;
    }

    .item__product.is--s4 .item__rate b {
        font-weight: normal;
        font-size: 11px;
        color: #c0c0c0;
    }

.item__product.is--s4 .item__price {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 5px;
}

    .item__product.is--s4 .item__price span {
        display: inline-block;
        position: relative;
        padding-right: 6px;
        color: #de2a2b;
    }

    .item__product.is--s4 .item__price i {
        font-size: 10px;
        font-style: normal;
        line-height: 12px;
        position: absolute;
        top: 4px;
        right: 0px;
    }

    .item__product.is--s4 .item__price .is--sale {
        color: #707070;
        padding-left: 10px;
        font-size: 12px;
    }

.item__product.is--s4 .item__note {
    font-size: 11px;
    color: #696969;
}

.item__product.is--s4 .item__prop {
    font-size: 11px;
    color: #696969;
    border-top: 1px dashed #c0c0c0;
    padding-top: 5px;
    margin-top: 5px;
    line-height: 16px;
    max-height: 102px;
    overflow: hidden;
    position: relative;
}

    .item__product.is--s4 .item__prop span, .item__product.is--s4 .item__prop p {
        font-size: 11px !important;
    }

    .item__product.is--s4 .item__prop.is--show {
        max-height: none;
    }

    .item__product.is--s4 .item__prop:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 20px;
        left: 0px;
        bottom: 0px;
        background-image: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%,rgba(0,0,0,0) 100%);
    }

    .item__product.is--s4 .item__prop.is--show:after {
        opacity: 0;
    }

.item__product.is--s4 .item__button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 100%;
}

    .item__product.is--s4 .item__button a {
        padding: 3px 10px;
        border: 1px solid #de2a2b;
        color: #de2a2b;
        line-height: 20px;
        font-size: 12px;
        border-radius: 4px;
        margin: 0px 3px;
        text-align: center;
        width: 100px;
        background: #fff;
    }

        .item__product.is--s4 .item__button a.is--blue {
            color: #0090fd;
            border-color: #0090fd;
        }

.product__list__s5 {
    margin: 0px;
    padding: 0px;
}

    .product__list__s5 > li {
        list-style: none;
        display: block;
        border-top: 1px solid #f1f1f1;
    }

        .product__list__s5 > li:first-child {
            border-top: 0px;
        }

.category__list__s2 {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-top: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    margin: 0px;
    padding: 0px;
}

    .category__list__s2 > li {
        width: calc(100% / 3);
        list-style: none;
        margin: 0px;
        padding: 0px;
        border-color: #e7e7e7;
        border-style: solid;
        border-width: 0px 0px 1px 1px;
    }

.box-hd.category__list__s2 {
    padding: 17px;
}

.box-hd .item-hd {
    width: calc(100% / 4);
    padding: 3px;
}

.item-hd .item__name {
    line-height: 20px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}

.item__category.is--s2 {
    position: relative;
    padding: 17px;
    padding-left: 150px;
    min-height: 150px;
}

    .item__category.is--s2 .item__img {
        position: absolute;
        left: 15px;
        top: 15px;
        width: 120px;
        height: 120px;
        display: flex;
        align-items: center;
    }

        .item__category.is--s2 .item__img img {
            display: inline-block;
        }

    .item__category.is--s2 .item__name {
        display: block;
        font-weight: normal;
        font-size: 18px;
        color: #000;
        margin-bottom: 10px;
    }

        .item__category.is--s2 .item__name * {
            display: inline;
            font-weight: inherit;
            font-size: inherit;
            margin: 0px;
            padding: 0px;
        }

    .item__category.is--s2 a:hover {
        color: #ff4800 !important;
    }

    .item__category.is--s2 .item__childs {
        margin-bottom: 10px;
    }

        .item__category.is--s2 .item__childs a {
            display: block;
            margin-bottom: 5px;
        }

    .item__category.is--s2 .item__link {
        text-align: right;
    }

        .item__category.is--s2 .item__link a {
            color: #0090fd;
        }

.category__list__s3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    background: #fff;
    margin: 0px;
    padding: 0px;
}

    .category__list__s3 .item__category {
        width: calc(100% / 9);
        list-style: none;
        margin: 0px;
        padding: 0px;
        margin-bottom: 10px;
    }

        .category__list__s3 .item__category .item__img {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100px;
            height: 100px;
            padding: 15px;
            overflow: hidden;
            border-radius: 50%;
            box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
            transition: all 0.25s;
        }

            .category__list__s3 .item__category .item__img:hover {
                box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
            }

        .category__list__s3 .item__category .item__name {
            width: 100px;
            display: block;
            color: #0090fd;
            font-weight: normal;
            font-size: 15px;
            text-align: center;
            line-height: 1.2;
            padding-top: 10px;
        }

            .category__list__s3 .item__category .item__name * {
                display: inline;
                font-size: inherit;
                font-weight: inherit;
                margin: 0px;
                padding: 0px;
            }

.brand__logo {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    margin: 10px -10px 10px 0px;
    padding: 0px;
    /*  border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;*/
}

    .brand__logo .item__brand {
        width: calc(100% / 9);
        list-style: none;
        margin: 5px 10px 5px 0;
        padding: 0px;
        border-color: #e7e7e7;
        border-style: solid;
        border-width: 1px;
        border-radius: 7px;
    }

        .brand__logo .item__brand a {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 36px;
            padding: 1px;
            transition: all 0.25s;
        }

            .brand__logo .item__brand a:hover {
                box-shadow: inset 0px 0px 0px 1px #e7e7e7;
            }

.brand__logo_new {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px 0px;
    padding: 0px;
    /*border-top: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;*/
}

.item__brandNew.bag_new_select a.layout_cat {
    background: #f15a28 !important;
    border-color: #f15a28;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
}

.item__brandNew.bag_new_select .layout_name {
    color: #f15a28;
    font-weight: bold;
}

.brand__logo_new .item__brandNew {
    width: calc(100% / 10);
    /*  border-color: #f3f3f3;
    border-style: solid;
    border-width: 0px 1px 1px 0px;*/
    height: 100px;
    position: relative;
    background: #fff;
}

    .brand__logo_new .item__brandNew a.layout_cat {
        background: #f1f1f1;
        position: absolute;
        height: 57px;
        width: 57px;
        border-radius: 50%;
        top: 5px;
        left: calc((100% - 57px) / 2);
    }

        .brand__logo_new .item__brandNew a.layout_cat .item__img {
            z-index: 1;
            max-width: 45px;
            max-height: 45px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .brand__logo_new .item__brandNew:hover .layout_cat {
        background: #f15a28;
    }

    .brand__logo_new .item__brandNew:hover .layout_name {
        color: #ff4800;
    }

.layout_name {
    text-align: center;
    position: absolute;
    bottom: 3px;
    height: 30px;
    font-size: 11px;
    transform: translate(-50%, 0%);
    left: 50%;
    width: 100%;
    font-weight: bold;
}

    .layout_name h2 {
        font-size: 11px;
        margin: 0;
    }

.sort_New {
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
}

    .sort_New .item__more {
        float: right;
        color: #0090fd;
        font-size: 14px;
        height: 42px;
        padding-top: 12px;
    }

    .sort_New .item__title {
        margin-left: 0;
        color: #444444;
        /*margin-right: 50px;*/
    }

    .sort_New .title__inleft {
        float: left;
        padding: 0;
    }

.title__inleft .item__title span.title-lighthouse {
    line-height: inherit;
}

.bar-new {
    float: left;
    height: 42px;
    padding-top: 12px;
    margin-left: 50px;
}

    .bar-new .bar__sort {
        padding: 0;
        border-bottom: none;
    }

.container.chil-new {
    padding-bottom: 30px;
}

.category__list__s3_new {
    margin: 0px;
    flex-wrap: wrap;
    display: flex;
    padding: 0px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}

    .category__list__s3_new .item__category_new {
        border-color: #ffffff;
        border-style: solid;
        border-width: 0px 3px 1px 0px;
        list-style: none;
        width: calc(100% / 9);
        height: 43px;
        overflow: hidden;
        text-align: center;
        background: #f1f1f1;
        position: relative;
    }

        .category__list__s3_new .item__category_new:hover {
            background: #f15a28;
        }

            .category__list__s3_new .item__category_new:hover .item__name {
                color: #f15a28;
            }

        .category__list__s3_new .item__category_new .item__name {
            font-size: 11px;
            font-weight: bold;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            height: calc(100% - 3px);
            background: #ffffff;
            width: calc(100% - 3px) !important;
        }

        .category__list__s3_new .item__category_new.bag_new .item__name {
            color: #f15a28;
            font-weight: bold;
        }

        .category__list__s3_new .item__category_new .item__img img {
            width: 100%;
            height: 100%;
            padding: 1px;
        }

        .category__list__s3_new .item__category_new.bag_new .item__name {
            color: #f15a28;
        }

        .category__list__s3_new .item__category_new.sel-img {
            border-width: 0px 8px 8px 0px;
        }

        .category__list__s3_new .item__category_new.bag_new.sel-img {
            background: #fd3700c4;
        }

        .category__list__s3_new .item__category_new.sel-img:hover {
            background: #fd3700c4;
        }

        .category__list__s3_new .item__category_new.bag_new {
            background: #f15a28;
        }

.lev4-new {
    float: left;
    height: 42px;
    padding-top: 5px;
    margin-left: 30px;
}

    .lev4-new .txt {
        border-width: 2px;
        border-color: #f3f3f3;
        color: #444444;
        font-size: 16px;
    }

.brand__logo_new .item__brandNew:hover .layout_cat i {
    color: #fff !important;
}

.viewAll-img {
    line-height: 27px;
}

.product__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 10px;
}

    .product__title .item__title {
        color: #000;
        font-weight: normal;
        font-size: 20px;
        padding: 0px;
        margin: 0px;
    }

        .product__title .item__title a {
            color: inherit;
        }

    .product__title .item__rate {
        display: flex;
        align-items: center;
        padding-left: 15px;
        padding-top: 2px;
    }

        .product__title .item__rate .icon__16 {
            width: 14px;
        }

        .product__title .item__rate a {
            font-weight: normal;
            font-size: 12px;
            padding-left: 5px;
            color: #0090fd;
        }

.product__wrap {
    display: flex;
}

.product__left {
    width: calc(100% - 280px);
    padding-right: 30px;
    padding-bottom: 0px;
}

    .product__left.widthMenuPro {
        width: calc(100% - 350px);
    }

.product__right {
    width: 280px;
    padding-bottom: 0px;
}

.product__media {
    width: 60%;
    padding-right: 20px;
    float: left;
}

.product__attribute {
    width: 40%;
    float: left;
}

.img-infor, .km-tinhnang {
    width: 100%;
    float: left;
}

.km-product {
    padding: 0px;
    display: inline-block;
    width: 100%;
}

    .km-product .icon-next-km {
        position: absolute;
        width: 50px;
        right: 0;
        top: 9px;
        font-size: 0;
    }

    .km-product li {
        list-style: none;
        float: left;
        width: 50%;
        margin-bottom: 10px;
        position: relative;
    }

        .km-product li .item__img {
            float: left;
            width: 75px;
            padding-right: 5px;
            font-size: 0;
        }

            .km-product li .item__img img {
                max-height: 60px;
            }

        .km-product li.pro_sale {
            width: 100%;
        }

    .km-product .km-ringht {
        width: calc(100% - 75px);
        float: right;
        min-height: 60px;
        border-bottom: 1px solid #e7e7e7;
    }


    .km-product .item__name h3 {
        font-weight: inherit;
        font-size: 15px;
        margin-bottom: 5px;
        margin-top: 0;
        color: #707070;
        width: calc(100% - 40px);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .km-product .item__name h3.h3-name-km {
            margin-bottom: 0;
            color: #444444;
            width: 100%;
        }

    .km-product .item__price {
        color: #000;
        font-size: 15px;
        width: 100%;
    }

        .km-product .item__price span {
            display: inline-block;
            font-weight: bold;
        }

        .km-product .item__price .is--sale {
            color: #707070;
            font-size: 13px;
            padding: 0 0 7px 0;
            font-weight: normal;
        }

    .km-product .title-km-pro {
        font-weight: inherit;
        font-size: 15px;
        margin-bottom: 5px;
        margin-top: 0;
        color: #707070;
        width: calc(100% - 50px);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.product__image {
    padding-top: 15px;
    height: 463px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product__images {
    padding-top: 15px;
}

    .product__images ul {
        display: flex;
        justify-content: center;
        margin: 0px;
        padding: 0px;
        flex-wrap: wrap;
    }

    .product__images li {
        list-style: none;
        padding: 5px;
    }

        .product__images li a {
            border: 1px solid #c0c0c0;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            border-radius: 7px;
            overflow: hidden;
            padding: 5px;
        }

.table-value .bold {
    font-weight: bold !important;
}

.callorder {
    background: #f4f4f4;
    padding: 5px;
    font-size: 14px;
    text-transform: uppercase;
}

    .callorder .title-call {
        text-align: center;
        font-weight: bold;
    }

    .callorder a {
        color: #0090fd;
        text-transform: capitalize;
    }

.product__tinhnang {
    padding-top: 15px;
    padding-bottom: 15px;
    /*max-width: 350px;*/
    width: 100%;
}

    .product__tinhnang .table-list {
        width: 100%;
    }

    .product__tinhnang .item__title {
        border-bottom: 1px solid #e7e7e7;
        font-size: 14px;
        padding: 10px 0px 5px 0;
        text-transform: uppercase;
        font-weight: bold;
    }

    .product__tinhnang .item__info {
        font-size: 13px;
        padding-top: 5px;
    }

        .product__tinhnang .item__info table {
            width: 100%;
            border-spacing: 0px;
        }

            .product__tinhnang .item__info table tr td {
                border-top: 1px solid #e7e7e7;
                padding: 7px 10px 7px 0px;
            }

            .product__tinhnang .item__info table tr:first-child td {
                border-top: 0px;
            }

.product__thongtin {
    padding-top: 15px;
}

.variations-tableInfo {
    font-size: 13px;
    border-spacing: 0px;
}

    .variations-tableInfo tr td {
        border-top: 1px solid #e7e7e7;
        padding: 8px 0px !important;
    }

    .variations-tableInfo tr:first-child td {
        border-top: 0px;
    }

    .variations-tableInfo .table-value .price_sale {
        font-weight: normal;
        font-size: 14px
    }

    .variations-tableInfo .table-value i {
        font-style: inherit;
    }

    .variations-tableInfo .list-color {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 0px;
        padding: 0px;
    }

        .variations-tableInfo .list-color li {
            list-style: none;
            padding: 5px;
            float: none;
        }

            .variations-tableInfo .list-color li a {
                background: #fff;
                align-items: center;
                justify-content: center;
                width: 40px;
                height: 40px;
                border-radius: 7px;
                overflow: hidden;
                padding: 2px;
                box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
                color: #333;
                font-size: 10px;
                line-height: 16px;
                display: block;
                margin-left: auto;
                margin-right: auto;
            }

                .variations-tableInfo .list-color li a.selected, .variations-tableInfo .list-color li a:hover {
                    box-shadow: 0px 0px 5px 0px rgb(247, 148, 29);
                    color: #333;
                }

.product__nut {
    padding-top: 15px;
}

.buy-cart-input .box-qty {
    border: 1px solid #e7e7e7;
}

    .buy-cart-input .box-qty .qty-plus, .buy-cart-input .box-qty .qty-minus {
        background: #c0c0c0;
    }

.product__nut .btn {
    border: 1px solid #e7e7e7;
    padding: 9px;
    min-width: 40px;
    min-height: 40px;
    text-align: center;
    font-family: 'UTM Avo', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

    .product__nut .btn.is--red {
        background: #df1f26;
        border-color: #df1f26;
        color: #fff;
        display: block;
        border-radius: 4px;
        margin-top: 10px;
        font-size: 14px;
    }

    .product__nut .btn.is--blue {
        background: #0090fd;
        border-color: #0090fd;
        color: #fff;
        display: block;
        border-radius: 4px;
        margin-top: 10px;
        font-size: 14px;
    }

    .product__nut .btn.is--gray {
        background: #c0c0c0;
        border-color: #c0c0c0;
        color: #fff;
        display: block;
        border-radius: 4px;
        margin-top: 10px;
        font-size: 14px;
    }

.product__tangkem {
    padding-top: 15px;
}

    .product__tangkem .item__title {
        font-size: 13px;
        padding-bottom: 10px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .product__tangkem .item__info {
        font-size: 12px;
        line-height: 20px;
        position: relative;
        padding-left: 50px;
        padding-bottom: 10px;
        min-height: 50px;
    }

        .product__tangkem .item__info .item__img {
            border: 1px solid #e7e7e7;
            border-radius: 7px;
            width: 40px;
            height: 40px;
            padding: 2px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 0px;
            left: 0px;
        }

        .product__tangkem .item__info a {
            display: block;
            height: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .product__tangkem .item__info.kmkh a {
            overflow: initial;
            text-overflow: ellipsis;
            white-space: normal;
        }

        .product__tangkem .item__info b {
            color: #df1f26;
            font-weight: normal;
            display: block;
            line-height: 18px;
        }

    .product__tangkem.with_tangkem {
        max-height: 280px;
        overflow: auto;
    }

.AccCat {
    width: 21%;
    border-radius: .25rem;
    float: left;
}

    .AccCat .pk_danhmuc {
        border: 1px solid #f1f1f1;
        border-bottom: none;
        padding: 0;
        margin: 0;
    }

        .AccCat .pk_danhmuc .cateSub {
            padding: 0;
        }

            .AccCat .pk_danhmuc .cateSub li {
                background: #fff;
            }

.pk_danhmuc .cast-pk {
    position: relative;
    list-style: none;
    /*background: #f1f1f1;*/
}

    .pk_danhmuc .cast-pk a {
        border-bottom: 1px solid #e7e7e7;
        padding: 10px 5px;
        display: inline-block;
        width: 100%;
        position: relative;
    }

        .pk_danhmuc .cast-pk a > span {
            position: absolute;
            right: 5px;
        }

        .pk_danhmuc .cast-pk:hover > a, .pk_danhmuc .cast-pk a.active {
            background: #ff8500;
            color: #fff;
        }

    .pk_danhmuc .cast-pk i {
        position: absolute;
        right: 0;
        top: 13px;
        width: 15px;
        height: 20px;
        color: #fff;
    }

.sp_phukien {
    float: right;
    width: 79%;
    padding-left: 30px;
    /*margin-top: -20px;*/
}

    .sp_phukien .product__list__s4.is--noborder {
        margin: 0;
    }

    .sp_phukien .item__product.is--s4 {
        padding: 0px 10px 15px 10px;
    }

    .sp_phukien .see_all_child {
        border: 1px solid #cdcdcd;
        padding: 0 5px;
        text-align: center;
        position: relative;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-radius: 5px;
        font-weight: 700;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .sp_phukien .child_row_2 {
        margin-top: 30px;
    }

    .sp_phukien .cat_child {
        font-size: 28px;
        font-weight: 700;
        color: #333;
        line-height: 20px;
    }

    .sp_phukien .title_cat_child {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 40px;
    }

    .sp_phukien .child__ViewAll {
        position: absolute;
        right: 0;
        top: -21px;
        padding: 9px 30px 10px 30px;
        text-align: center;
        background: #d9e3ed;
        text-decoration: none;
        border-radius: .1875rem;
        font-size: 14px;
        font-weight: 600;
        color: #333;
    }

        .sp_phukien .child__ViewAll i {
            margin-left: 7px;
        }

.seeall-title {
    position: relative;
    padding-bottom: 16px;
    color: #696969;
    font-size: 15px;
}

    .seeall-title a.item__more {
        color: #696969;
    }

.listphukien .product__list__s4.is--4item > li {
    width: calc(100% / 4);
    margin: 0px;
}

.listphukien .item__product.is--s4 .item__rate {
    padding-bottom: 7px;
}

.pro__button {
    border: 1px solid #0090fd;
    border-radius: 4px;
    text-align: center;
    width: 100px;
    padding: 2px 0;
}

    .pro__button a {
        color: #0090fd;
    }

.product__detail {
    padding-top: 15px;
    padding-bottom: 25px;
    display: inline-block;
    width: 100%;
    position: relative;
}

    .product__detail .item__title {
        font-size: 20px;
    }

.pk-title-item {
    float: left;
    margin-right: 5px;
    font-size: 20px;
}

.pk-name-pro {
    color: #0090fd;
    max-width: calc( (100% - 480px)/2);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.product__lienquan {
    padding-top: 25px;
}

    .product__lienquan .item__title {
        font-size: 20px;
    }

.product__voucher {
    padding: 7px 0;
}

    .product__voucher .item__code {
        line-height: 18px;
    }

        .product__voucher .item__code span {
            display: inline-block;
            font-size: 10px;
        }

        .product__voucher .item__code strong {
            background-image: linear-gradient( 90deg, #ff8400 0%, #ff4800 100%);
            color: #fff;
            display: inline-block;
            font-size: 12px;
            padding: 0px 3px;
        }

        .product__voucher .item__code .is--text {
            font-size: 9px;
            line-height: 20px;
            margin: 0px;
            padding: 0px;
            color: red;
            display: inline-block;
            font-weight: 600;
        }

    .product__voucher .item__time label {
        display: inline-block;
        color: #0090fd;
        font-size: 11px;
    }

    .product__voucher .item__time .is--percent {
        display: inline-block;
        background: #ebebeb;
        height: 4px;
        border-radius: 1px;
        margin: 0px;
        padding: 0px;
        margin-top: 6px;
        width: calc(100% - 150px);
    }

        .product__voucher .item__time .is--percent i {
            display: block;
            height: 100%;
            background: #ff4800;
        }

.product__comment {
    /*    padding-top: 20px;*/
}

.comment__form {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -5px;
}

    .comment__form .comment__input {
        width: 33.3%;
        padding: 5px;
    }

        .comment__form .comment__input.is--full {
            width: 100%;
        }

        .comment__form .comment__input.is--right {
            width: 100%;
            text-align: right;
        }

    .comment__form .txt {
        width: 100%;
        border-radius: 4px;
        padding: 8px 15px;
        height: 38px;
    }

    .comment__form textarea.txt {
        height: 100px;
    }

    .comment__form .btn {
        background: #0090fd;
        color: #fff;
        border: 0px;
        border-radius: 4px;
        line-height: 20px;
        padding: 10px 25px 8px;
        font-family: inherit;
        font-weight: normal;
        letter-spacing: 1px;
        height: 38px;
    }

.tab_Pro {
    padding: 0;
    margin: 0;
}

    .tab_Pro li {
        display: inline-block;
        border: 1px solid #ff8500;
        bottom: 0px;
        left: 0px;
        padding: 8px 15px 9px;
        border-radius: 4px;
        margin-right: 3px;
    }

        .tab_Pro li:hover, .tab_Pro li.pro_active {
            background: #ff8500;
        }

            .tab_Pro li:hover .pro_detail, .tab_Pro li.pro_active .pro_detail {
                color: #fff;
            }

        .tab_Pro li .pro_detail {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
        }

.comment-item .cmt-action {
    display: flex;
    color: #707070;
}

    .comment-item .cmt-action a {
        color: #0090fd;
    }

    .comment-item .cmt-action i {
        padding: 0px 10px;
    }



.block__s1 {
    padding-top: 15px;
}

    .block__s1 .blockMore {
        text-align: center;
        background: #f1f1f1;
        padding: 10px 0px;
    }

        .block__s1 .blockMore > div {
            border: none !important;
        }

        .block__s1 .blockMore * {
            margin: 0px;
            background: none !important;
        }

    .block__s1 .block__head {
        text-align: center;
        background: #f1f1f1;
        padding: 10px 0px;
        text-transform: uppercase;
        border-radius: 10px 10px 0 0;
    }

    .block__s1 .block__inner {
        border: 1px solid #f1f1f1;
        border-top: 0px;
        border-radius: 0 0 10px 10px;
    }

    .block__s1 .block__hotline table {
        width: 100%;
        border-spacing: 0px;
        font-size: 12px;
    }

    .block__s1 .block__hotline tr td {
        border-top: 1px solid #f1f1f1;
        border-right: 1px solid #f1f1f1;
        text-align: center;
        padding: 5px;
    }

    .block__s1 .block__hotline tr:first-child td {
        border-top: 0px;
    }

    .block__s1 .block__hotline tr td:last-child {
        border-right: 0px;
    }

.blogs__min {
    padding-top: 20px;
}

    .blogs__min .item__title {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .blogs__min ul {
        padding: 0px;
        margin: 0px;
    }

    .blogs__min li {
        display: block;
        list-style: none;
        padding-bottom: 10px;
    }

    .blogs__min .blog__item {
        display: flex;
        justify-content: space-between;
    }

        .blogs__min .blog__item .item__img {
            width: 90px;
            height: 60px;
            background-size: cover;
            background-position: center;
            font-size: 0;
        }

        .blogs__min .blog__item .item__name {
            width: calc(100% - 100px);
        }

    .blogs__min .item__link {
        color: #0090fd;
    }

        .blogs__min .item__link:hover {
            text-decoration: underline;
        }

.box-accessories {
    border: 1px solid #e7e7e7;
    padding: 20px;
    border-radius: 10px;
}

    .box-accessories .list-accessories .item {
        width: 25%;
        float: left;
        padding: 10px;
    }

        .box-accessories .list-accessories .item a, .box-accessories .list-accessories .item a:hover {
            color: #444444;
        }

            .box-accessories .list-accessories .item a div {
                float: left;
            }

                .box-accessories .list-accessories .item a div.img {
                    width: 30%;
                }

                .box-accessories .list-accessories .item a div.detal {
                    width: 65%;
                    float: right;
                    height: 61px;
                }

                    .box-accessories .list-accessories .item a div.detal .name, .box-accessories .list-accessories .item a:hover div.detal .name {
                        color: #444444;
                        max-height: 42px;
                        overflow: hidden;
                    }

                    .box-accessories .list-accessories .item a div.detal .item__price {
                        color: red;
                        width: 100%;
                    }

.h3-name {
    margin: 0;
    font-weight: normal;
    font-size: 13px;
}

.listphukien .item__product.is--s4 .item__name {
    height: 40px;
    overflow: hidden;
}

div.add-cart {
    width: 65%;
    float: right;
    margin-top: 5px;
}

    div.add-cart a {
        border: 1px solid #0090fd;
        border-radius: 5px;
        padding: 1px;
        color: #0090fd !important;
    }

a.view-add {
    font-size: 13px;
    color: #ff8500;
    border: 1px solid #ff8500;
    font-weight: 600;
    line-height: 1.125rem;
    padding: 6px 15px;
    border-radius: 0.25rem;
    display: inline-block;
    margin: 0 0 5px 5px;
}

    a.view-add:hover {
        color: #ffffff;
        border: 1px solid #f15928;
        background: #f15928;
        box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    }

.modalContent {
    width: 750px;
    background: #fff;
    border-radius: .25rem;
    box-shadow: 0 0.25rem 0.5625rem 0 rgb(0 0 0 / 40%);
    position: fixed;
    top: 10%;
    left: calc((100% - 750px)/2);
    z-index: 9010;
    font-weight: normal;
    color: #595959;
    font-family: OpenSans,Segoe UI,Helvetica,Roboto,Arial,sans-serif;
}

.modalContentInner {
    position: relative;
    padding: 24px;
}

.modalClose {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    font-size: 23px;
}

.acc-container {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.acc-pagination {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: .875rem;
    font-weight: 400;
    color: #666;
    line-height: 1.5rem;
}

.controlsContainer {
    display: inline-block;
}

.acc-text {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 1.5rem;
    display: inline;
}

.acc-left {
    width: 246px;
    margin-right: 3%;
    float: left;
}

.acc-right {
    width: calc(97% - 246px);
    float: right;
    position: relative;
}

.imageContainer {
    position: relative;
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.acc-image {
    width: 150px;
    height: 150px;
}

.acc-container-left {
    margin-top: 5px;
    color: #333;
    line-height: 23px;
}

.acc-title {
    margin: 0;
    padding: 0 0 9px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 23px;
    display: block;
}

.acc-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    max-height: 330px;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    line-height: 22px;
}

    .acc-list div {
        margin-bottom: 7px;
        font-size: 14px;
        line-height: 22px;
    }

.acc-top {
    display: block;
    width: 100%;
    float: left;
}

.acc-information {
    width: 100%;
    display: inline-block;
}

.acc-name {
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    color: #ff8400;
    line-height: 20px;
}

.acc-info {
    font-size: 14px;
    color: #333;
    padding: 6px 0;
    flex-wrap: wrap;
    display: flex;
}

.acc-code {
    margin-right: 15px;
}

.acc-tooltip {
    margin-right: 15px;
}

.acc-stars {
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.acc-pricing {
    position: relative;
    margin-bottom: 5px;
}

.acc-original {
    margin-bottom: 5px;
}

.acc-strike {
    font-size: 13px;
    font-weight: 400;
    color: #9a9a9a;
    line-height: 19px;
}

.acc-price {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 24px;
}

.acc-controls {
    margin-top: 16px;
    display: flex;
}

.acc-controls-next img {
    height: 16px;
    width: 16px;
}

.acc-controls-next a.acc-prev, .acc-controls-next a.acc-next {
    width: 39px;
    height: 21px;
    border-radius: .25rem;
    background: #e7e7e7;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding-top: 1px;
    margin-right: 3px;
}

.acc-quantity {
    margin-right: 12px;
    max-width: 70px;
    float: left;
    height: 35px;
}

.toCartBtn {
    cursor: pointer;
    transition-property: color,background-color,border-color,box-shadow;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    -webkit-appearance: none;
    background-color: #f15928;
    color: #fff !important;
    border: 1px solid #f15928;
    font-size: 14px;
    height: 35px;
    padding: 0 5px;
    line-height: 32px;
    flex-grow: 1;
    border-radius: 4px;
    text-align: center;
}

.toCartGrayBtn {
    cursor: pointer;
    transition-property: color,background-color,border-color,box-shadow;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    -webkit-appearance: none;
    background-color: #c0c0c0;
    color: #fff !important;
    border: 1px solid #c0c0c0;
    font-size: 14px;
    height: 35px;
    padding: 0 5px;
    line-height: 32px;
    flex-grow: 1;
    border-radius: 4px;
    text-align: center;
}

.toCartBlueBtn {
    cursor: pointer;
    transition-property: color,background-color,border-color,box-shadow;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
    -webkit-appearance: none;
    background-color: #0090fd;
    color: #fff !important;
    border: 1px solid #0090fd;
    font-size: 14px;
    height: 35px;
    padding: 0 5px;
    line-height: 32px;
    flex-grow: 1;
    border-radius: 4px;
    text-align: center;
}

.viewCartBtn {
    color: #000;
    border-color: #000;
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px 24px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    border-radius: 4px;
    border: 1px solid;
    margin-top: 5px;
}

.acc-wishlist {
    margin-top: 8px;
}

.acc-button {
    height: 32px;
    padding: 0 18px;
    background-color: #fff;
    border: 1px solid #9a9a9a;
    border-radius: 4px;
    line-height: 27px;
    cursor: pointer;
}

    .acc-button:hover {
        border: 1px solid #ff4800;
        color: #ff4800;
    }

.acc-textbox {
    align-items: center;
    justify-content: space-around;
}

.acc-addText {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.bhIcon {
    fill: #000;
}

.acc-tabs {
    margin-top: 32px;
    width: 100%;
    display: inline-block;
}

.acc-nav {
    padding: 0 0 5px;
    list-style: none;
    margin: 0;
    display: flex;
}

.acc-tab {
    color: #000;
    border-color: #000;
    background-color: #ffffff;
    cursor: pointer;
    padding: 7px 24px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    border-radius: 4px;
    margin: 0 0 16px;
    margin-right: 10px;
    border: 1px solid;
}

    .acc-tab:hover {
        border-color: #f15928;
    }

        .acc-tab:hover a {
            color: #f15928;
        }

    .acc-tab.action {
        border-color: #f15928;
        background-color: #f15928;
    }

        .acc-tab.action a, .acc-tab.action:hover a {
            color: #fff;
        }

.acc-pane {
    overflow-y: auto;
    height: 295px;
}

    .acc-pane .product__detail {
        padding-top: 0;
        padding-bottom: 0;
    }

    .acc-pane .title__inleft {
        padding: 0;
    }

.title__inleft.is--s2 .acc-pane .item__title {
    font-size: 20px;
}

.acc-country {
    font-weight: 600;
}

.acc-stars-count {
    color: #ff4800;
    margin-left: 3px;
    font-size: 13px;
}

.savingLabel {
    color: #ff4800;
    font-weight: 600;
}

.acc-controls .buy-cart-input .box-qty {
    width: 70px;
    height: 35px;
}

    .acc-controls .buy-cart-input .box-qty .quantity {
        width: 50px !important;
        height: 33px;
    }

    .acc-controls .buy-cart-input .box-qty .qty-plus, .acc-controls .buy-cart-input .box-qty .qty-minus {
        height: 18px;
        width: 18px;
    }

/*giao diên trang Tin tức mới*/
.top__banner {
    display: inline-block;
}

.center__content {
    display: inline-block;
    position: relative;
}

.container.container__news {
    max-width: 1200px;
}

.breadcrumbs__new .container {
    max-width: 1200px;
}

.header__logo_news {
    width: 30px;
    margin-right: 25px;
}

    .header__logo_news h1 {
        margin: 0;
    }

    .header__logo_news a {
        display: block;
        width: 100%;
        height: 30px;
        font-size: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header__logo_news img {
        border-radius: 50%;
    }

.header_middle_news {
    background: #3f9a59;
    padding: 0;
    /*height: 32px;*/
}

    .header_middle_news .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
    }

.header__search_news {
    border: 1px solid #a2a2a2;
    position: relative;
    padding-right: 48px;
    flex-grow: 1;
    border-radius: 9px;
    background: #fff;
    width: 180px;
    height: 30px;
    margin-right: 10px;
}

    .header__search_news input {
        background: none;
        border: 0px;
        font-size: 12px;
        line-height: 0;
        padding: 6px 15px;
        color: #696969;
        display: block;
        width: 100%;
    }

    .header__search_news button {
        position: absolute;
        top: -3px;
        right: 0px;
        height: 20px;
        width: 20px;
        padding: 0;
        border: 0px;
        background: none;
        cursor: pointer;
    }

.nav__news .nav__newsUl {
    margin: 0px;
    padding: 0px;
    background: none;
}

    .nav__news .nav__newsUl > li {
        text-align: center;
        padding: 0 15px;
        /*line-height: 22px;*/
        color: #fff;
        position: relative;
        float: left;
        display: inline-block;
        height: 32px;
    }

        .nav__news .nav__newsUl > li:hover {
            background: #fff;
            border-bottom: none;
            color: #333;
        }

            .nav__news .nav__newsUl > li:hover > a {
                color: #333;
            }

        .nav__news .nav__newsUl > li > a {
            padding-top: 2.5px;
            /*font-size: 13px;*/
            color: #fff;
            display: inline-block;
            text-transform: uppercase;
            font-weight: normal;
            white-space: nowrap;
            font-family: "Font Awesome 5 Free";
        }

        .nav__news .nav__newsUl > li a.text_nav .icon__header {
            width: 100%;
            float: left;
            font-size: 14px;
        }

        .nav__news .nav__newsUl > li > a.text_nav h2 {
            width: 100%;
            float: left;
            /*padding-top: 2px;*/
            margin: 0;
            font-size: 12px;
            font-weight: normal;
        }

    .nav__news .nav__newsUl li ul {
        top: 32px;
        display: none;
        position: absolute;
        padding: 0px;
        margin: 0px;
        min-width: 100%;
        background: #fff;
        box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 30%);
        border-radius: 0px 0px 1px 1px;
        z-index: 10;
        margin-left: -15px;
    }

    .nav__news .nav__newsUl li:hover ul {
        display: block;
    }

    .nav__news .nav__newsUl ul li {
        display: block;
        padding: 0 15px;
        text-align: left;
        font-weight: normal;
    }


        .nav__news .nav__newsUl ul li a {
            display: block;
            line-height: 18px;
            padding: 7.5px 0;
            font-size: 13px;
            border-bottom: 1px solid #ddd;
        }

        .nav__news .nav__newsUl ul li:hover {
            background: #282f3d;
        }

            .nav__news .nav__newsUl ul li:hover a {
                color: #ffffff;
                border-color: #282f3d;
            }

.slider-news {
    width: 100%;
    display: inline-block;
}


    .slider-news .box-item-slider-news .cat-background {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        margin-right: 0;
        height: 100%;
        transform: translate3d(-40px,0,0);
        width: calc(100% + 50px );
        transition: transform .35s;
    }

    .slider-news:hover .box-item-slider-news .cat-background {
        transform: translate3d(0,0,0);
    }


.box-item-slider-news {
    width: calc(100%/3 - 0px );
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 20px;
}

    .box-item-slider-news:first-child {
        width: 100%;
        position: relative;
        z-index: 1;
        padding-right: 0;
        padding-left: 0;
    }

        .box-item-slider-news:first-child .img {
            max-height: 440px;
            width: 100%;
            height: 100%;
        }

        .box-item-slider-news:first-child a.name {
            position: absolute;
            bottom: 0;
            z-index: 3;
            padding: 0 35% 31px 10%;
            left: 0;
            color: #fff;
            font-size: 30px;
            font-weight: bold;
            width: 100%;
            max-height: 101px;
        }

        .box-item-slider-news:first-child:after {
            content: "";
            display: block;
            clear: both;
            background: #4e4e50;
            box-shadow: 0 -55px 20px -3px #4e4e50;
            opacity: 0.6;
            position: absolute;
            bottom: 0;
            z-index: 2;
            left: 0;
            width: 100%;
            height: 100px;
        }

    .box-item-slider-news .img {
        max-height: 184px;
        overflow: hidden;
        display: block;
    }

        .box-item-slider-news .img img {
            max-height: 100%;
        }

    .box-item-slider-news a.name {
        font-weight: bold;
        padding-top: 10px;
        display: inline-block;
    }

    .box-item-slider-news:nth-child(2) {
        padding-left: 0;
    }

    .box-item-slider-news:last-child {
        padding-right: 0;
    }

.banner-news2 {
    max-height: 100px;
    overflow: hidden;
}

    .banner-news2 .img {
        display: block;
        position: relative;
    }

        .banner-news2 .img img {
            height: 100px;
            width: 100%;
        }

        .banner-news2 .img span {
            position: absolute;
            top: 75px;
            z-index: 1;
            left: 10px;
            font-size: 13px;
            font-weight: bold;
        }

.block-head {
    background: #f15928;
}

    .block-head .head-title {
        color: #fff;
    }

.new2Item-img {
    width: 260px;
    float: left;
    margin-right: 30px;
}

    .new2Item-img img {
        width: 100%;
        height: 100%;
    }

.news__List {
    padding-top: 20px;
}

    .news__List .title:before {
        content: "";
        width: 0;
    }

    .news__List .title {
        background: #f15928;
        color: #fff;
        padding-left: 10px;
    }

        .news__List .title a {
            color: #fff;
        }

        .news__List .title:hover {
            color: #fff;
        }

    .news__List ul li {
        width: 100%;
    }

    .news__List .title {
        border-bottom: 1px solid #df1f26;
        height: 36px;
        line-height: 36px;
        overflow: hidden;
        position: relative;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .news__List ul {
        padding: 0px;
        margin: 0px -18px 0px;
    }

        .news__List ul li {
            float: left;
            padding: 20px 18px 0px;
            display: block;
            width: 100%;
            max-height: 200px;
            overflow: hidden;
            min-height: 177px;
        }

.new2Item-info {
    float: right;
    width: calc(100% - 290px );
}

    .new2Item-info h3 {
        margin: 0;
        font-size: 14px;
        font-weight: 700;
        margin-top: 0;
        text-transform: uppercase;
        line-height: 20px;
    }

    .new2Item-info .newItem-recap {
        max-height: 60px;
        line-height: 20px;
        overflow: hidden;
        text-align: justify;
        margin-bottom: 0;
    }

.box__new__right {
    position: relative;
    min-height: 350px;
}

    .box__new__right ul {
        margin: 0px;
        padding: 10px 0px 0 0;
    }

    .box__new__right li {
        display: block;
        padding: 10px 0;
    }

    .box__new__right ul li.tin a.name_right {
        font-size: 13px;
        float: left;
        width: calc(100% - 135px );
        line-height: 18px;
        font-weight: bold;
        margin-top: -2px;
    }

    .box__new__right ul li.tin a.img_right {
        float: right;
        width: 120px;
        margin-left: 15px;
        margin-bottom: 5px;
    }

    .box__new__right li:after {
        content: "";
        display: block;
        clear: both;
    }

.footer__bottom__news {
    background: #252525;
    color: #fff;
    line-height: 1.7;
    font-size: 14px;
    padding: 10px 0px;
}

.footer__address__news {
    font-size: 20px;
    font-style: italic;
    padding-bottom: 25px;
    padding-top: 10px;
    color: #bdbdbd;
}

.page__News__left {
    width: 66.666%;
    float: left;
}

.page__News__right {
    float: right;
    width: 33.333%;
    padding-left: 10px;
}

.jeg_block_nav {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

    .jeg_block_nav:before {
        content: '';
        width: 50%;
        height: 1px;
        position: absolute;
        border-bottom: 1px solid #eee;
        left: -40px;
        top: 50%;
    }

    .jeg_block_nav .prev {
        margin-right: 2px;
    }

    .jeg_block_nav a, .jeg_block_nav span {
        position: relative;
        display: inline-block;
        white-space: nowrap;
        font-size: 16px;
        line-height: 26px;
        width: 30px;
        border: 1px solid #e0e0e0;
        text-align: center;
        color: #212121;
        background: #fff;
        transition: .2s ease;
    }

        .jeg_block_nav a:not(.disabled):hover {
            background: #f5f5f5;
        }

    .jeg_block_nav:after {
        right: -40px;
        left: auto;
    }

    .jeg_block_nav:after {
        content: '';
        width: 50%;
        height: 1px;
        position: absolute;
        border-bottom: 1px solid #eee;
        top: 50%;
    }

.module-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.9);
    z-index: 5;
}

.preloader_type {
    width: 100%;
    height: 100%;
    position: relative;
}

.module-overlay img {
    position: absolute;
    z-index: 4;
    top: calc(50% - 130px );
    left: calc(55% - 130px );
}

.block__head {
    background: #f15928;
    position: relative;
    height: 36px;
}

    .block__head .head-title {
        color: #fff;
        margin: 0;
        line-height: 36px;
        padding-left: 10px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        overflow: hidden;
        float: left;
        padding-right: 10px;
    }

div#khuyen_mai_cps {
    background-color: #d2dadf;
    padding: 5px 10px;
    margin: 0;
    border-radius: 5px;
    margin-top: 35px;
}

.jeg_block_heading {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.jeg_block_title {
    color: #212121;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    height: 36px;
    line-height: 36px;
    float: left;
}

    .jeg_block_title span {
        border-bottom: 2px solid #f70d28;
        padding: 0;
        height: 36px;
        line-height: 36px;
        white-space: nowrap;
        display: inline-block;
    }

    .jeg_block_title i {
        margin-right: 8px;
        padding: 0;
    }

.okayNav {
    float: right;
    margin-left: 0;
    display: block;
}

    .okayNav ul {
        float: left;
    }

.jeg_subcat_list, .jeg_subcat_list > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 !important;
}

    .jeg_subcat_list li a.current {
        color: #212121;
    }

    .jeg_subcat_list > li > a {
        color: #7b7b7b;
        display: block;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 0 7px;
        transition: .25s all ease;
    }

    .jeg_subcat_list li a.current {
        color: #212121;
    }

.jeg_block_container {
    display: block;
    height: 100%;
}

.jeg_pl_md_2 {
    width: 100%;
    margin-bottom: 30px;
    display: inline-block;
}

.jeg_postblock_content {
    float: right;
    width: calc(100% - 230px );
    margin-top: -4px;
}

.jeg_thumb {
    width: 200px;
    float: left;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

    .jeg_thumb a {
        display: inline-block;
        width: 100%;
    }

        .jeg_thumb a img {
            width: 100%;
            height: auto;
            max-height: 185px;
        }

.jeg_post_title {
    margin: 0 0 5px;
    letter-spacing: -.02em;
}

    .jeg_post_title a {
        color: #212121;
        transition: color .2s;
    }

.jeg_post_excerpt {
    font-size: 12px;
    margin-top: 1em;
    max-height: 60px;
    line-height: 20px;
    overflow: hidden;
    text-align: justify;
}

.detail__news .box__new__right li {
    /*text-align: justify;*/
    padding: 0;
    margin: 15px 0;
    display: inline-block;
    max-height: 128px;
    overflow: hidden;
}

.detail__news .box__new__right ul li a.newright-img {
    float: left;
    width: 120px;
    height: 85px;
    margin-right: 15px;
}

    .detail__news .box__new__right ul li a.newright-img img {
        width: 100%;
        margin-left: 0;
    }

.detail__news .box__new__right ul li .new2Item-info {
    width: calc(100% - 135px );
    margin-bottom: 15px;
}

.detail__news .newItem-recap {
    display: inline;
    color: #53585c;
    line-height: 1.6;
}

.box__new__right .new2Item-info h3 {
    line-height: 18px;
}

.breadcrumbs__new .breadcrumbs li:first-child a, .breadcrumbs__search__new .breadcrumbs li:first-child a {
    color: #53585c;
}

.breadcrumbs__new .breadcrumbs a, .breadcrumbs__search__new .breadcrumbs a {
    color: #a0a0a0;
    font-size: 14px;
}

.title__news {
    color: #212121;
    font-weight: 700;
    margin: 0 0 0.4em;
    line-height: 1.1;
    letter-spacing: -.04em;
    font-size: 16px;
}

.view-content {
    text-align: justify;
}

.block-tabsNews .view-content ul {
    list-style: inherit;
}

.box__new__right.new__lien_quan {
    margin-right: -30px;
}

    .box__new__right.new__lien_quan ul {
        display: inline-block;
    }

    .box__new__right.new__lien_quan li {
        float: left;
        width: 50%;
        padding: 0;
        padding-right: 30px;
        margin: 8px 0;
        height: 90px;
        overflow: hidden;
    }

    .box__new__right.new__lien_quan .newright-img {
        width: 120px;
        float: left;
    }

    .box__new__right.new__lien_quan .new2Item-info {
        width: calc(100% - 120px );
        padding-left: 15px;
        margin: 0 0 5px;
        letter-spacing: normal;
    }

        .box__new__right.new__lien_quan .new2Item-info h3 {
            margin-top: 0;
        }

.category__intro.homedd {
    padding: 0;
    margin: 0;
    background: none;
}

    .category__intro.homedd .item__category {
        border: 1px solid #e7e7e7;
        width: 24.3%;
        padding: 0;
        margin: 0;
        margin-right: 10px;
        background: #fff;
        border-radius: 15px;
        margin-bottom: 20px;
    }

        .category__intro.homedd .item__category > img {
            border-radius: 15px 15px 0 0;
        }

        .category__intro.homedd .item__category.item__category4 {
            margin-right: 0;
        }

        .category__intro.homedd .item__category a {
            display: contents;
            font-weight: bold;
        }

.dh-content {
    padding: 13px;
}

    .dh-content div:nth-child(3) {
        margin: 10px 0;
    }

    .dh-content img {
        margin-top: -2px;
    }

.jeg_block_navigation {
    margin: 20px 0;
}

.jeg_block_loadmore {
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .jeg_block_loadmore a {
        min-width: 30%;
        height: 30px;
        line-height: 28px;
        position: relative;
        display: inline-block;
        white-space: nowrap;
        font-size: 11px;
        letter-spacing: 1px;
        text-transform: uppercase;
        box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
        padding: 0 18px;
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        text-align: center;
        color: #212121;
        background: #fff;
        transition: .2s ease;
        text-rendering: auto;
        -webkit-font-smoothing: auto;
    }

        .jeg_block_loadmore a:after, .jeg_block_loadmore a:before {
            content: '';
            height: 1px;
            background: #eee;
            width: 1000px;
            margin: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            display: block;
            cursor: none;
            pointer-events: none;
        }

        .jeg_block_loadmore a:before {
            right: 100%;
            margin-right: 20px;
        }

        .jeg_block_loadmore a:after {
            left: 100%;
            margin-left: 20px;
        }

.detail__news.page__News__right {
    padding-left: 30px;
}

.detail_infor_news .block-tabsNews {
    padding-right: 15px;
}

.box__new__right.new__lien_quan .jeg_block_nav {
    margin-right: 30px;
}

.banner__cat__news .jeg_heroblock_wrapper {
    height: 500px;
    overflow: hidden;
}

.banner__cat__news .jeg_hero_item_1 {
    width: 50%;
    height: 100%;
    float: left;
}

.banner__cat__news .jeg_heroblock {
    margin-bottom: 20px;
    margin-top: 30px;
}

    .banner__cat__news .jeg_heroblock .jeg_post {
        overflow: hidden;
    }

.banner__cat__news .jeg_block_container {
    display: block;
    height: 100%;
    position: relative;
    z-index: 1;
}

    .banner__cat__news .jeg_block_container:hover .jeg_thumb {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .banner__cat__news .jeg_block_container .jeg_thumb {
        margin-right: 0;
        height: 100%;
        transform: translate3d(-40px,0,0);
        width: calc(100% + 50px );
        transition: transform .35s;
    }

        .banner__cat__news .jeg_block_container .jeg_thumb .cat-background {
            position: absolute;
            top: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }

        .banner__cat__news .jeg_block_container .jeg_thumb a:before {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            top: 0;
            bottom: 0;
            opacity: .6;
            z-index: 2;
            background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,1) 65%,rgba(0,0,0,1) 100%);
        }

        .banner__cat__news .jeg_block_container .jeg_thumb a:after {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            background: rgba(255,255,255,.15);
            -o-transition: .3s;
            transition: .3s;
            opacity: 0;
        }

        .banner__cat__news .jeg_block_container .jeg_thumb a {
            height: 100%;
        }

            .banner__cat__news .jeg_block_container .jeg_thumb a img {
                height: 100%;
                max-height: none;
            }

    .banner__cat__news .jeg_block_container .jeg_postblock_content {
        position: absolute;
        z-index: 10;
        bottom: 5px;
        width: 100%;
        padding: 0 25px 25px;
        transition: transform .35s;
        transform: translate3d(0,25px,0);
    }

        .banner__cat__news .jeg_block_container .jeg_postblock_content .jeg_post_title a {
            font-size: 26px;
            font-weight: 700;
            color: #fff;
        }

    .banner__cat__news .jeg_block_container:hover .jeg_postblock_content {
        transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
    }

.banner__cat__news .jeg_hero_item_1:hover .jeg_block_container .jeg_thumb:after, .banner__cat__news .jeg_hero_item_2:hover .jeg_block_container .jeg_thumb:after, .banner__cat__news .jeg_hero_item_3:hover .jeg_block_container .jeg_thumb:after, .banner__cat__news .jeg_hero_item_4:hover .jeg_block_container .jeg_thumb:after {
    opacity: 1;
}

.banner__cat__news .jeg_heroblock_scroller {
    float: right;
    width: 50%;
    height: 100%;
    padding: 0 0 10px 10px;
}

.banner__cat__news .jeg_hero_item_2 {
    width: 100%;
    height: 55%;
}

    .banner__cat__news .jeg_hero_item_2 .jeg_thumb a img {
        width: 100%;
    }

.banner__cat__news .jeg_heroblock_scroller .jeg_postblock_content .jeg_post_title a {
    font-size: 18px;
}

.banner__cat__news .jeg_heroblock_scroller .jeg_block_container {
    padding-bottom: 10px;
}

.banner__cat__news .jeg_hero_item_3 {
    float: left;
    width: calc(50% - 5px );
    height: 47%;
    margin-right: 5px;
}

.banner__cat__news .jeg_hero_item_4 {
    float: right;
    width: calc(50% - 5px );
    height: 47%;
    margin-left: 5px;
}

    .banner__cat__news .jeg_hero_item_3 .jeg_block_container, .banner__cat__news .jeg_hero_item_4 .jeg_block_container {
        padding-bottom: 0;
    }

.jeg_post_category {
    line-height: 1;
}

    .jeg_post_category a {
        display: inline-block;
        font-size: 11px !important;
        font-weight: 400;
        color: #fff;
        line-height: 1;
        margin-bottom: 5px;
        padding: 2px 6px 3px 6px;
        background: #f15928;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: .2s;
    }

.jeg_thumb_category {
    position: absolute;
    top: 7px;
    left: 10px;
}

    .jeg_thumb_category a {
        display: inline-block;
        font-size: 11px !important;
        font-weight: 400;
        color: #fff;
        line-height: 1;
        margin-bottom: 5px;
        padding: 2px 6px 3px 6px;
        background: #f15928;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: .2s;
    }

.slideCont {
    margin-top: 18px;
    max-width: 62.5rem;
}

.img__slide__banner {
    height: 150px;
}

.name__slide {
    position: absolute;
    top: 150px;
    width: 100%;
    z-index: 1;
    line-height: 1.5;
    font-weight: bold;
    left: 0;
}

#SlideBannerNew .owl-dots {
    height: 0px;
}

.top__banner .page__News__left {
    overflow: hidden;
}

#searchautoNew {
    position: absolute;
    left: 0;
    z-index: 10;
    width: 354px;
}

    #searchautoNew .searchTemplates {
        width: 100%;
        position: unset;
        -webkit-transform: none;
        border: none;
        padding: 0;
        min-width: auto;
    }

.search__news .suggestionsCategories {
    min-height: auto;
    width: 100%;
    padding: 25px 10px 0 10px;
}

.search__news .search-description {
    width: 100%;
    padding-left: 0;
    float: none;
}

    .search__news .search-description li {
        height: auto;
        min-height: 30px;
    }

        .search__news .search-description li a {
            line-height: 18px;
            padding: 9px 0;
            border-bottom: 1px solid #ddd;
        }

.search__news .link-text {
    width: 100%;
    white-space: normal;
    overflow: unset;
}

.search__news .articles {
    margin-top: 0;
}

.search-link.search-all-button {
    text-align: center;
    color: #757575;
    padding: 9px 0;
    font-size: 12px;
}

.jeg_search_result .search-link .fa {
    margin-right: 5px;
}

.new__search {
    padding: 10px 0 30px;
}

.search__tintuc__moi .item__title {
    color: #212121;
}

.jeg_archive_search {
    background: #f7f7f7;
    padding: 20px;
}

    .jeg_archive_search form {
        position: relative;
    }

    .jeg_archive_search input {
        display: inline-block;
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 0;
        padding: 7px 14px;
        height: 40px;
        outline: 0;
        font-size: 14px;
        font-weight: 300;
        margin: 0;
        width: 100%;
        max-width: 100%;
        transition: .25s ease;
        box-shadow: none;
    }

    .jeg_archive_search button {
        font-size: 14px;
        position: absolute;
        height: auto;
        top: 0;
        bottom: 0;
        right: 0;
        border: none;
        border-radius: 0;
        background: #f70d28;
        color: #fff;
        padding: 0 20px;
        line-height: 40px;
        display: inline-block;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        outline: 0;
        -webkit-appearance: none;
        transition: .3s ease;
    }

        .jeg_archive_search button:hover {
            color: #fff;
            box-shadow: inset 0 0 0 100px rgb(0 0 0 / 15%);
        }

.jeg_post_tags {
    font-size: 12px;
}

    .jeg_post_tags span {
        font-weight: 700;
        margin-right: 3px;
    }

    .jeg_post_tags a {
        color: #616161;
        background: #f5f5f5;
        display: inline-block;
        letter-spacing: 1px;
        line-height: normal;
        padding: 1px 10px 5px 10px;
        margin: 0 3px 5px 0;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: auto;
        transition: all .2s linear;
        border-radius: 10px;
    }

        .jeg_post_tags a:hover {
            color: #fff;
            background: #f15928;
        }

.table-Qa-list {
    width: 100%;
    padding: 0px;
    margin: 0;
}

    .table-Qa-list i.fa-angle-right {
        color: #ff8500;
        transform: rotate(0);
        transition: transform .4s ease;
        font-size: 20px;
    }

    .table-Qa-list i.fa.fa-angle-down {
        color: #ff8500;
        transition: transform .4s ease;
        font-size: 20px;
        transform: rotate( -0deg);
    }

    .table-Qa-list .open-ans, .table-Qa-list .close-ans {
        padding-right: 5px;
    }

.tr__ques {
    border-bottom: 0.0625rem dotted #9a9a9a;
    display: inline-table;
    width: 100%;
    background: #fff;
    cursor: pointer;
    position: relative;
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

    .tr__ques .text-ques {
        padding: 11px 0;
        position: relative;
    }

    .tr__ques:hover .text-ques {
        background: #e7e7e7;
    }

.text-ques .open-ans, .text-ques .close-ans {
    width: calc(100% - 55px);
    display: block;
    /*width: 100%;*/
    /*position: relative;*/
}

    .text-ques .open-ans i, .text-ques .close-ans i {
        float: left;
        width: 16px;
    }

    .text-ques .open-ans p, .text-ques .close-ans p {
        margin: 0;
        padding: 0;
    }

.count--ans {
    position: absolute;
    right: 0;
    top: 0.6875rem;
}

.count_Bi_G_ffj0T {
    color: #ff8500;
    position: absolute;
    right: 0;
    top: 10px;
}

.answer_0iCaPJgQlq {
    background: #ecf1f6;
    margin: 5px 0;
    padding: 10px 15px;
    position: relative;
}

    .answer_0iCaPJgQlq p {
        margin: 5px 0;
    }

.text_0iCaPJgQlq {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0;
}

.view-all-qa, .hidden-all-qa {
    font-size: 13px;
    color: #333;
    border: 1px solid #9a9a9a;
    font-weight: 600;
    line-height: 1.125rem;
    padding: 6px 15px;
    border-radius: 0.25rem;
    margin: 10px 0;
    height: 32px;
    display: inline-table;
}

    .view-all-qa:hover, .hidden-all-qa:hover {
        background: #e7e7e7;
        color: #333;
        box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    }

.lazyload {
    position: relative;
    display: block;
    color: transparent;
    overflow: hidden;
}

    .lazyload:after {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(/Images/image-loading-kyma.gif);
        background-color: #fff;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        content: attr(alt);
    }

.top-botom-mucluc {
    position: fixed;
    top: 65px;
    z-index: 3;
}

.mucluc-product {
    position: absolute;
    top: 65px;
    z-index: 3;
}

    .mucluc-product.bottom-ml {
        bottom: 0;
        top: unset;
    }

.ul-mucluc-pro {
    color: #cdcdcd;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.5rem;
    margin: 0.625rem 0 !important;
    padding: 0;
    position: relative;
    text-align: center;
    width: 2.125rem;
    z-index: 1;
}

    .ul-mucluc-pro li {
        background-color: #fff;
        border: 1px solid #919191;
        color: #919191;
        cursor: pointer;
        list-style: none;
        position: relative;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 49px;
    }

        .ul-mucluc-pro li:hover, .ul-mucluc-pro li.mucluc-active {
            border: 1px solid #f15928;
            background: #f15928;
        }

            .ul-mucluc-pro li:hover .buton-mucluc-pro, .ul-mucluc-pro li.mucluc-active .buton-mucluc-pro {
                color: #fff;
            }

            .ul-mucluc-pro li:hover .name-mucluc-pro {
                left: 25px;
                opacity: 1;
                visibility: visible;
            }

        .ul-mucluc-pro li.noi-tiep {
            height: 10px;
            width: 2px;
            left: 24px;
        }

            .ul-mucluc-pro li.noi-tiep:hover {
                border: 1px solid #919191;
                background: #919191;
            }

        .ul-mucluc-pro li .buton-mucluc-pro {
            color: #919191;
            width: 100%;
            display: block;
            font-size: 16px;
            font-weight: bold;
        }

        .ul-mucluc-pro li .name-mucluc-pro {
            position: absolute;
            top: -0.5px;
            left: 15px;
            opacity: 0;
            visibility: hidden;
            z-index: -1;
            display: flex;
            height: 50px;
            padding: 5px;
            padding-left: 30px;
            justify-content: center;
            background: #ffffff;
            border: 1.5px solid #f15928;
            border-top-right-radius: 70px;
            border-bottom-right-radius: 70px;
            transition: left .5s,opacity .3s,visibility .3s;
            overflow: hidden;
            text-decoration: inherit;
            align-items: center;
            width: 300px;
            color: #f15928;
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
        }

.menu_infor_pro {
    width: 70px;
    position: relative;
}

.block__promo {
    border: 1px solid #df6239;
    border-radius: 4px;
    /*margin-bottom: 10px;*/
    margin: 5px 0 15px;
}

.pr-top {
    background-color: #f15928;
    padding: 7px 10px 2px 10px;
    position: relative;
}

.img__promo {
    width: 30px;
}

.pr-txtb {
    padding-left: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    position: absolute;
    bottom: 2px;
    height: 30px;
    left: 40px;
}

.pr-content {
    padding: 11px 10px 10px 10px;
    text-align: center;
}

.pr-top-product {
    padding: 7px 10px 2px 10px;
    position: relative;
    border-radius: 10px 10px 0 0;
    background: #f1f1f1;
}

.block__product {
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    margin-bottom: 0;
}

.pr-txtb-product {
    padding-left: 10px;
    font-size: 17px;
    margin: 0;
    position: absolute;
    bottom: 5px;
    height: 30px;
    left: 40px;
    font-weight: 500;
}

.pr-content-product {
    padding: 5px 10px 7px 10px;
    max-height: 245px;
    overflow: hidden;
    position: relative;
}

    .pr-content ul, .pr-content-product ul {
        padding: 0;
        margin: 0;
        padding-left: 0;
        /*padding-left: 20px;*/
    }

    .pr-content-product a {
        color: #0090fd;
    }

    .pr-content-product.active {
        max-height: none;
        padding-bottom: 15px;
    }

.boxproduct-more {
    position: absolute;
    z-index: 100;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding: 0;
    padding-bottom: 1px;
    background: #fff;
}

    .boxproduct-more a {
        display: block;
        padding: 5px 0px;
        font-size: 13px;
        cursor: pointer;
        color: #0090fd;
    }

.note-category {
    padding-bottom: 10px;
}

    .note-category a {
        color: #0090fd;
    }

/*đánh giá và nhận xét*/

#danhgia_nhanxet .item__title {
    padding-top: 32px;
}

.right-rate {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    padding-top: 25px;
}

.small-para {
    margin: 7px 0;
    color: #99a2aa;
    font-size: 14px;
}

.btn-primary {
    color: #fff;
    background: #cb1c22;
    outline: 0;
    border-radius: 4px;
    padding: 12px 16px;
    text-transform: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    border: 1px solid transparent;
    line-height: 14px;
    font-weight: 300;
}

.c-progress-num {
    float: left;
}

.c-progress-bar {
    background-color: #e9ecef;
    border-radius: 19.6px;
    width: 191px;
    height: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0 4px 0 5px;
}

.c-progress-item {
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 1.33;
}

.box-rate-star .c-progress-item i {
    font-size: 13px;
    margin-left: 2px;
    margin-right: 0;
    display: inline-block;
    line-height: 1.33;
}

.list-star span {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #99a2aa;
    margin-left: 4px;
    vertical-align: text-bottom;
}

.col-w100 {
    width: 100%;
    float: left;
}

.title-danhgia {
    color: #495057;
    margin-bottom: 4px;
    font-size: 16px;
}

.all-point {
    font-size: 14px;
    line-height: 20px;
    color: #99a2aa;
}

.item__title {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 16px;
    padding-top: 16px;
    color: #212529;
    font-weight: 600;
}

.box-rate-star .col-w100 {
    margin-bottom: 20px;
}

.col-w33 {
    width: 33.333%;
    float: left;
}

.box-rate-star .poin {
    font-size: 44px;
    line-height: 60px;
    color: #cb1c22;
    font-weight: 600;
    margin-bottom: 4px;
}

.box-rate-star i {
    color: #ea9d02;
    font-size: 18px;
    margin-right: 5px;
    background-image: none;
}

.box-vote.box-rate-star i {
    margin-right: 3px;
}

.list-star a {
    color: #99a2aa;
    font-size: 24px;
    margin-right: 5px;
}

    .list-star a.ative {
        color: #ea9d02;
    }

.c-user-rate-star {
    width: 340px;
    float: left;
}

    .c-user-rate-star p {
        font-weight: 600;
        line-height: 24px;
        padding: 0;
        margin: 0;
        font-size: 16px;
        margin-bottom: 8px;
    }

.c-user-rate-form {
    width: calc(100% - 340px);
    float: right;
    position: relative;
}

.c-user-rate {
    width: 100%;
    float: left;
    background: #f8f9fa;
    padding: 16px 20px;
}

.c-user-rate-form textarea {
    width: 100%;
    height: 68px;
    border-radius: 4px;
    border: solid 1px #ced4da;
    background-color: #fff;
    padding: 8px 115px 8px 8px;
    outline: 0;
    font-size: 14px;
    margin-top: 0;
}

.c-user-rate-form .btn {
    position: absolute;
    top: 34px;
    right: 7px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px 11px;
}

.title_modal-rate {
    font-size: 25px;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}

.modal {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00000090;
}

.modal__content {
    overflow: auto;
    background: #fff;
    width: 900px;
    max-width: 900px;
    max-height: 700px;
    border-radius: 4px;
    outline: 0;
    position: relative;
}

    .modal__content .item__title.title_modal-rate {
        font-size: 24px;
        line-height: 28px;
        padding: 10px 15px;
        padding-top: 10px !important;
        color: #444b52;
    }

    .modal__content .form-group {
        margin-bottom: 10px;
        position: relative;
    }

.form-control {
    display: block;
    width: 100%;
    padding: 7.5px 11px;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.pmd-lb {
    padding: 0;
    margin: 0;
    line-height: 26px;
    font-size: 14px;
}

.c-user-rate-star .list-star span {
    display: inline-block;
    font-weight: 400;
    vertical-align: super;
    margin-left: 8px;
    font-size: 16px;
    line-height: 24px;
}

.f-err {
    color: red;
    margin: 8px 0;
    font-weight: 300;
}

#c-evaluate-box {
    float: left;
    margin-top: 20px;
}

.c-evaluate-box {
    float: left;
    padding: 20px 0 16px 0px;
    position: relative;
    background: #fff;
    width: 100%;
}

.c-evaluate-box__avatar {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #ced4da;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    position: absolute;
    top: 20px;
}

.c-evaluate-box__content .list-star > i {
    font-size: 13px;
}

#evaluate-like-10 {
    margin-top: 4px;
}

.c-evaluate-box__content {
    width: 100%;
    padding-left: 80px;
}

.c-evaluate-name {
    margin-right: 5px;
    color: #212529;
    font-weight: bold;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
}

.c-evaluate-text {
    color: #444b52;
    font-weight: 400;
    margin-top: 4px;
    font-size: 16px;
    line-height: 24px;
}

.icon-thumbs-up:before {
    content: "\e826";
}

.nut-like {
    font-size: 14px;
    line-height: 20px;
    color: #0168fa;
    background-color: transparent;
}

    .nut-like i {
        color: #0168fa;
        font-size: 14px;
        margin-right: 2px;
    }

    .nut-like:hover, .nut-like:hover i {
        color: #000;
    }

.ative .nut-like {
    color: #33b530;
}

.btn-huy-nx {
    color: #b8b8b8;
    font-size: 18px;
    position: absolute;
    z-index: 9;
    right: 5px;
    top: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    border: none;
    outline: 0;
}

.evaluate.bar__paging {
    width: 100%;
    float: left;
}

    .evaluate.bar__paging .pagination li.active div, .evaluate.bar__paging .pagination a {
        border-radius: 0;
    }

.c-progress-value {
    background-color: #48bb78;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    animation: progress 3s ease-in-out forwards;
    -webkit-animation: progress 3s ease-in-out forwards;
}

.card {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-break: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0 0 3px 0 #dee2e6;
    border-radius: 6px;
}

.st-card {
    margin-bottom: 30px;
    margin-top: 15px;
}

.re-card {
    padding: 16px 20px 0;
}

.st-card .card-title {
    flex-shrink: 0;
}

.card-title {
    position: relative;
    margin-bottom: 15px;
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: #212529;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

    .card-title h2 {
        font-size: 18px;
        line-height: inherit;
        -webkit-box-flex: 1;
        flex: 1;
        font-weight: bold;
        padding: 0;
        margin: 0;
    }

    .card-title a {
        font-size: 15px;
        line-height: 20px;
        font-weight: 400;
        margin-left: 8px;
        transform: translateY(-2px);
        text-decoration: none;
    }

.re-link {
    color: #0168fa;
    position: relative;
    display: inline-block;
}

    .re-link:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 1px;
        background-color: #0168fa;
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        transition: transform .5s ease,-webkit-transform .5s ease;
    }

    .re-link:active:before, .re-link:focus:before, .re-link:hover:before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

    .re-link:active, .re-link:focus, .re-link:hover {
        color: #0168fa;
    }

.card-body {
    padding: 0;
}

.card-body {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}

.c-news--column {
    display: flex;
}

    .c-news--column .c-new {
        width: calc((100% - 45px)/ 4);
        margin-right: 15px;
    }

        .c-news--column .c-new:last-child {
            margin-right: 0;
        }

.c-new {
    margin-bottom: 10px;
}

.c-new__img {
    margin-bottom: 8px;
    width: 100%;
    height: 145px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
}

.c-new__info a {
    text-decoration: none;
    color: #444b52;
}

    .c-new__info a:hover {
        color: #0168fa;
    }

.c-new__name {
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
}

.e-tags {
    display: block;
    width: 100%;
    font-size: 0;
}

.e-tag {
    display: inline-flex;
    margin-right: 8px;
    padding: 2px 8px;
    border-radius: 4px;
    background: #f8f9fa;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .3s ease;
    text-transform: capitalize;
}

.c-new__info a.e-tag {
    color: #6c757d;
}

    .c-new__info a.e-tag:hover {
        color: #343a40;
        background: #dee2e6;
    }

.btn-show-more {
    width: 100%;
    max-width: 335px;
    height: 34px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    background: #ffffff;
    font-size: 14px;
    color: #212529;
    text-decoration: none !important;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}

    .btn-show-more:hover {
        border: 1px solid #de2a2b;
        background: #FEF2F2 !important;
        color: #de2a2b;
    }
/*tool và tác giả tin*/
.breadcrumb-box__title p a {
    color: #2d67ad;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    text-transform: uppercase;
}

.breadcrumb-box__title p span {
    color: #767676;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

.heading-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

.vertical-box {
    margin-right: 37px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border: 1px solid #e2e2e2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    min-height: 320px;
    padding: 20px 22px;
    width: 246px;
}

.heading-box__title {
    color: #2d67ad;
    font-family: notosans-bold;
    font-size: 32px;
    line-height: 40px;
    margin: 10px 0;
    text-transform: uppercase;
}

.heading-box__form input[type=text] {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    color: #555;
    font-family: notosans-regular;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 10px;
    width: 540px;
}

.heading-box__form button {
    background-color: #d9d9d9;
    border: none;
    border-radius: 10px;
    color: #555;
    cursor: pointer;
    font-family: notosans-regular;
    font-size: 16px;
    font-weight: 400;
    height: 42px;
    margin-left: 15px;
    outline: none;
    width: 138px;
}

.container__news .container-box .vertical-box {
    width: 21%;
    float: left;
    position: relative;
    text-align: center;
}

    .container__news .container-box .vertical-box .vertical-content .vertical-content__avatar img {
        width: 170px;
        height: 170px;
        border-radius: 250px;
    }

    .container__news .container-box .vertical-box .vertical-content .vertical-content {
        background-color: #f7f7f7;
        border: 1px solid #e2e2e2;
        border-radius: 10px;
        bottom: 120px;
        color: #3e3e3e;
        cursor: pointer;
        height: 28px;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100px;
        z-index: 100;
    }

.vertical-box .vertical-content-name a {
    color: #2d67ad;
    font-family: notosans-bold;
    font-size: 16px;
    line-height: 22px;
}

.vertical-box .vertical-content-desc {
    font-size: 14px;
}

.container__news.details .col-left {
    width: 760px;
    float: left;
}

.container__news .col-right {
    width: 300px;
    float: right;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 20px;
    padding-top: 0;
    margin-top: 40px;
    margin-bottom: 40px;
}

    .container__news .col-right .heading-box {
        margin-top: 0;
    }

    .container__news .col-right .container-box .vertical-box {
        width: 100%;
        float: left;
        position: relative;
        padding: 0;
        margin: 0;
        min-height: 0;
        border: none;
    }

    .container__news .col-right .heading-box__form input[type=text] {
        width: 265px;
    }

    .container__news .col-right .container-box .vertical-box .vertical-content .vertical-content__avatar img {
        width: 88px;
        height: 88px;
    }

    .container__news .col-right .container-box .vertical-box .vertical-content .vertical-content__avatar {
        float: left;
    }

    .container__news .col-right .heading-box__title {
        font-size: 20px;
    }

    .container__news .col-right .vertical-content-name, .container__news .col-right .vertical-content-desc {
        width: 63%;
        float: right;
        margin-top: -15px;
        text-align: left;
    }

.container__news.details .col-left .info-author .info-author__image {
    position: relative;
    width: 190px;
    float: left;
}

    .container__news.details .col-left .info-author .info-author__image img {
        width: 170px;
        height: 170px;
        border-radius: 250px;
    }

    .container__news.details .col-left .info-author .info-author__image .info-author, .vertical-box .vertical-content .vertical-content__avatar .info-author {
        background-color: #f7f7f7;
        border: 1px solid #e2e2e2;
        border-radius: 10px;
        bottom: 0;
        margin-left: -10px;
        color: #3e3e3e;
        cursor: pointer;
        height: 28px;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100px;
        z-index: 100;
        padding: 4px 10px;
    }

.vertical-box .vertical-content .vertical-content__avatar .info-author {
    bottom: 123px;
    left: 54%;
}

.info-author__name {
    color: #447ec5;
    font-size: 28px;
    line-height: 30px;
}

.info-author__desc, .info-author__shortdesc {
    color: #6c6c6c;
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
}

.info-author__shortdesc {
    font-weight: bold;
}

.listnews-author_heading {
    font-family: notosans-bold;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e2e2e2;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.box-author {
    border-bottom: 1px solid #e2e2e2;
    margin-top: 13px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

    .box-author .author-img {
        float: left;
        margin-right: 15px;
    }

        .box-author .author-img img {
            width: 35px;
            height: 35px;
            border-radius: 250px;
        }

    .box-author .author-info {
        line-height: 16px;
    }

        .box-author .author-info .name a {
            font-size: 15px;
            color: #2d67ad;
            font-weight: bold;
        }

        .box-author .author-info .name:hover a {
            color: #2d67ad;
        }

        .box-author .author-info span {
            font-size: 12px;
            line-height: 16px;
        }

.author-info .seeMore {
    float: right;
    position: relative;
    width: 210px;
}

    .author-info .seeMore i {
        color: #447ec5;
        font-size: 12px;
        margin-right: 10px;
    }

    .author-info .seeMore a {
        position: absolute;
        color: #447ec5;
        text-decoration: underline;
    }

.controll__box.share-link {
    position: absolute;
    top: 72px;
}

    .controll__box.share-link.noauthor {
        position: absolute;
        top: 19px;
    }

.vote__social {
    border: 1px solid #e2e2e2;
    border-radius: 250px;
    width: 30px;
    height: 30px;
    float: left;
    position: relative;
    margin-right: 10px;
}

    .vote__social img {
        width: 14px;
    }

    .vote__social.v1 {
        padding: 5px 10px;
    }

    .vote__social.a:hover {
        background-color: #2d67ad;
    }

    .vote__social.active {
        background-color: #2d67ad;
    }

    .vote__social.a {
        padding: 6px 7px;
    }

    .vote__social.like {
        width: 55px;
    }

        .vote__social.like span {
            position: absolute;
            width: 28px;
            text-align: center;
        }

        .vote__social.like:hover a {
            color: #444444;
        }

    .vote__social .img {
        background-repeat: no-repeat;
        background-size: cover;
        display: block;
        height: 14px;
        padding: 6px;
        position: absolute;
        right: 7px;
        top: 7px;
        width: 14px;
    }

    .vote__social.tooltip .img.img-share {
        background-image: url(https://static.vnncdn.net/v1/icon/icon-link-share-copy-link.svg);
    }

    .vote__social.tooltip:hover .img.img-share {
        background-image: url(https://static.vnncdn.net/v1/icon/icon-link-share-copy-link-white.svg);
    }

    .vote__social.bookmark .img.img-bookmark {
        background-image: url(https://static.vnncdn.net/v1/icon/icon-share-link-bookmark.svg);
    }

    .vote__social.bookmark:hover .img.img-bookmark, .vote__social.bookmark.ative .img.img-bookmark {
        background-image: url(https://static.vnncdn.net/v1/icon/icon-share-link-bookmark-white.svg);
    }

.like.ative, .bookmark.ative {
    background-color: #2d67ad;
}

    .like.ative i, .like.ative span, .bookmark.ative i, .bookmark.ative span {
        color: #fff;
    }

.page__News__left {
    position: relative;
}

.detail_infor_news .block-tabsNews {
    margin-top: 42px;
}

.vote__social.shareface {
    padding: 5px 10px;
}

    .vote__social.shareface:hover i {
        color: #fff;
    }

.vote__social.ggnew {
    width: 263px;
    font-size: 15px;
    padding: 3px 10px;
    background-color: #f1f2f2;
}

    .vote__social.ggnew a:hover {
        color: #444444;
    }

    .vote__social.ggnew span {
        float: left;
    }

    .vote__social.ggnew img {
        width: 100px;
        float: left;
        margin-top: 4px;
        margin-left: 4px;
    }

.err.tooltip-copylink {
    position: absolute;
    margin-top: -25px;
    margin-left: -28px;
    width: 100px;
}

.err.tooltip-bookmark {
    position: absolute;
    margin-top: -25px;
    margin-left: -28px;
    width: 275px;
}

.info-author .err.tooltip-bookmark {
    margin-left: 150px;
}

.container__news.details .col-left .info-author .info-author__image .info-author.ative {
    border: 1px solid #447ec5;
    color: #447ec5;
}

.vertical-box .vertical-content .vertical-content__avatar .info-author.ative {
    border: 1px solid #447ec5;
    color: #447ec5;
}

div#msg {
    position: fixed;
    top: 50%;
    left: 43%;
    width: 100%;
    text-align: center;
    z-index: 99;
}

.tooltip-bookmark.list {
    background: #f15928;
    color: #fff;
    padding: 20px;
}

.container-box {
    width: 100%;
    float: left;
}

/*thông số kỹ thuật sản phẩm*/
.parameter-ttl {
    background-color: #f1f1f1;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    margin: 0;
}

ul, ol {
    list-style: none;
}

.parameter-all .ulist {
    margin: 0;
    padding-left: 10px;
}

    .parameter-all .ulist li {
        border-bottom: 1px solid #f1f1f1;
        display: flex;
        padding: 0;
    }

.parameter-all .ctLeft {
    font-weight: bold;
    line-height: 21px;
    width: 30%;
}

.parameter-all .ctRight {
    line-height: 21px;
    padding-left: 10px;
    width: 70%;
}

    .parameter-all .ctRight a, .parameter-all .ctLeft a {
        color: #4a90e2;
    }

#box-racap.product__tinhnang {
    position: relative;
    padding-bottom: 33px;
    max-height: 332px;
    overflow: hidden;
    padding-top: 0;
}

    #box-racap.product__tinhnang.active {
        max-height: none;
    }
