@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,400i,500,700,900);

body {
    overflow-x: hidden !important
}

main {
    font-family: Roboto, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.lc-update-standard {
    font-weight: 400;
    font-size: 18px;
    color: #333;
    position: relative
}

.disable-scroll {
    overflow: hidden;
    height: 100%
}

table.table-detail {
    font-size: 14px;
    line-height: 1.57;
    width: 100%;
    color: #404040;
    margin-bottom: 15px
}

table.table-detail tr td {
    border: none !important
}

table.table-detail tr td:first-child {
    width: 140px;
    color: #686868
}

table.table-detail tr td a {
    color: #1e69b2;
    font-size: inherit
}

table.table-detail tr td a:active, table.table-detail tr td a:focus, table.table-detail tr td a:hover {
    color: #1e69b2
}

.cs-base-custom {
    font-size: 18px;
    line-height: 29px
}

.cs-base-custom .lc-content-cover {
    font-size: 18px;
    line-height: 29px
}

.cs-base-custom blockquote, .cs-base-custom h1, .cs-base-custom h2, .cs-base-custom h3, .cs-base-custom p {
    color: #333
}

.cs-base-custom h1, .cs-base-custom h2, .cs-base-custom h3, .cs-base-custom h4 {
    font-weight: 600;
    padding: 0;
    margin-bottom: 20px
}

.cs-base-custom h1 p, .cs-base-custom h2 p, .cs-base-custom h3 p, .cs-base-custom h4 p {
    color: inherit;
    font-size: inherit
}

.cs-base-custom h1 p:active, .cs-base-custom h1 p:focus, .cs-base-custom h1 p:hover, .cs-base-custom h2 p:active, .cs-base-custom h2 p:focus, .cs-base-custom h2 p:hover, .cs-base-custom h3 p:active, .cs-base-custom h3 p:focus, .cs-base-custom h3 p:hover, .cs-base-custom h4 p:active, .cs-base-custom h4 p:focus, .cs-base-custom h4 p:hover {
    color: inherit
}

.cs-base-custom h1 a, .cs-base-custom h2 a, .cs-base-custom h3 a, .cs-base-custom h4 a {
    color: #1e69b2;
    font-size: inherit
}

.cs-base-custom h1 a:active, .cs-base-custom h1 a:focus, .cs-base-custom h1 a:hover, .cs-base-custom h2 a:active, .cs-base-custom h2 a:focus, .cs-base-custom h2 a:hover, .cs-base-custom h3 a:active, .cs-base-custom h3 a:focus, .cs-base-custom h3 a:hover, .cs-base-custom h4 a:active, .cs-base-custom h4 a:focus, .cs-base-custom h4 a:hover {
    color: #1e69b2
}

.cs-base-custom h1 {
    font-size: 40px
}

.cs-base-custom h2 {
    font-size: 26px;
    line-height: 38px
}

.cs-base-custom h3, .cs-base-custom h4 {
    font-size: 21px;
    line-height: 32px
}

.cs-base-custom div, .cs-base-custom p, .cs-base-custom td {
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 29px
}

.cs-base-custom div img, .cs-base-custom p img, .cs-base-custom td img {
    width: 100%;
    height: auto
}

.cs-base-custom div figcaption, .cs-base-custom div i, .cs-base-custom p figcaption, .cs-base-custom p i, .cs-base-custom td figcaption, .cs-base-custom td i {
    color: #626262;
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
    display: block;
    text-align: center
}

.cs-base-custom div figure, .cs-base-custom p figure, .cs-base-custom td figure {
    display: block;
    width: 100%
}

.cs-base-custom blockquote {
    font-size: 20px;
    line-height: 32px;
    font-style: italic;
    padding: 15px 20px 20px 40px;
    background: #f8f8f8;
    margin-bottom: 20px;
    position: relative
}

.cs-base-custom blockquote:before {
    content: '';
    width: 25px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(/frontend_v2/images/standard-update/blockquote.png) no-repeat;
    background-size: cover
}

.cs-base-custom a {
    font-size: 18px;
    line-height: 29px;
    color: #1e69b2
}

.cs-base-custom a :active, .cs-base-custom a :focus, .cs-base-custom a:hover {
    color: #1e69b2
}

.cs-base-custom hr {
    margin: 30px 0;
    border-top: 1px solid #e7e6e6
}

.cs-base-custom ol, .cs-base-custom ul {
    margin-bottom: 20px;
    padding-left: 30px
}

.cs-base-custom ol > li, .cs-base-custom ul > li {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 15px
}

.cs-base-custom ul {
    list-style: disc
}

.cs-base-custom ul li {
    margin-bottom: 15px
}

.cs-base-custom ul li li {
    margin-bottom: 0;
    margin-top: 15px;
    list-style-type: none;
    position: relative
}

.cs-base-custom ul li li:before {
    content: '';
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: solid 1px #333;
    position: absolute;
    top: 10px;
    left: -15px
}

.cs-base-custom ul ul {
    padding-left: 15px
}

.cs-base-custom .block-note {
    padding: 0 0 15px 30px;
    border-bottom: 1px solid #e7e6e6;
    margin-top: -15px;
    margin-bottom: 15px;
    font-style: italic
}

.cs-base-custom .block-note li {
    margin-bottom: 0
}

.cs-base-custom ol {
    margin: 0 0 20px;
    padding: 0 0 0 5px;
    counter-reset: item
}

.cs-base-custom ol > li {
    margin: 0 0 20px;
    padding: 0 0 0 2em;
    text-indent: -2em;
    list-style-type: none;
    counter-increment: item
}

.cs-base-custom ol > li:before {
    display: inline-block;
    width: 1.5em;
    padding-right: .6em;
    font-weight: 600;
    text-align: right;
    content: counter(item) '.'
}

.nav-sidebar {
    float: left;
    display: block;
    width: 180px;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.nav-sidebar .nav-inside {
    padding: 20px 0;
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    font-size: 16px
}

.nav-sidebar .nav-inside .title {
    margin-bottom: 15px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: 600
}

.nav-sidebar .nav-inside ul li a {
    margin-bottom: 15px;
    display: block;
    padding: 0 10px;
    font-size: 16px;
    line-height: 24px;
    color: #1e69b2;
    font-weight: 500
}

.nav-sidebar .nav-inside ul li a.current {
    padding: 4px 10px;
    background: #edeff8
}

.nav-sidebar .nav-inside ul li a.current + .child {
    display: block
}

.nav-sidebar .nav-inside ul li .child {
    display: none;
    padding-bottom: 15px
}

.nav-sidebar .nav-inside ul li .child li {
    font-size: 15px;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 10px
}

.nav-sidebar .nav-inside ul li .child li:last-child {
    margin-bottom: 0
}

.nav-sidebar .nav-inside ul li.current a {
    padding: 4px 10px;
    background: #edeff8
}

.nav-sidebar .nav-inside ul li.current a + .child {
    display: block
}

.nav-mb {
    display: none
}

.cs-vtv7 {
    margin-bottom: 15px
}

.clearfix:after {
    content: ' ';
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.lc-form-search {
    display: inline-block;
    position: relative
}

.lc-form-search .cs-up-input {
    display: inline-block;
    position: relative
}

.lc-form-search .cs-up-input input {
    max-width: 210px;
    padding: 6px 10px;
    color: #898989;
    font-size: 16px;
    border-radius: 2px;
    border: solid 1px #bbb;
    background-color: #fff;
    outline-color: #1e69b2
}

.lc-form-search .cs-up-input span {
    background: #fff;
    color: #898989;
    position: absolute;
    width: 30px;
    text-align: center;
    right: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.lc-form-search .cs-up-input span svg {
    width: 16px;
    height: 16px
}

.lc-form-search .cs-up-suggest {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 32px;
    left: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3 ease;
    transition: all .3 ease
}

.lc-form-search .cs-up-suggest ul {
    padding: 8px 10px 9px;
    border-radius: 2px;
    border: solid 1px #bbb;
    background-color: #fff
}

.lc-form-search .cs-up-suggest ul li {
    cursor: pointer;
    font-size: 16px;
    line-height: 28px
}

.lc-form-search .cs-up-suggest ul li a:active, .lc-form-search .cs-up-suggest ul li a:focus, .lc-form-search .cs-up-suggest ul li a:hover {
    color: #333
}

.lc-form-search .cs-up-suggest.show {
    opacity: 1;
    visibility: visible
}

.cs-up-dropdown {
    position: relative;
    display: inline-block
}

.cs-up-dropdown .dropdown-btn {
    width: 80px;
    position: relative;
    text-align: left;
    border-radius: 2px;
    border: solid 1px #bbb;
    background-color: #fff;
    color: #333;
    padding: 4px 10px 5px;
    font-size: 16px;
    line-height: 21px;
    cursor: pointer
}

.cs-up-dropdown .dropdown-btn:focus {
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, .2);
    border: solid 1px #1e69b2
}

.cs-up-dropdown .dropdown-btn span {
    float: right;
    color: #898989
}

.cs-up-dropdown .dropdown-content {
    display: none;
    position: absolute;
    border-radius: 2px;
    border: solid 1px #bbb;
    background-color: #fff;
    width: 100%;
    z-index: 1;
    font-size: 16px
}

.cs-up-dropdown .dropdown-content ul {
    padding-top: 5px
}

.cs-up-dropdown .dropdown-content ul li {
    margin-bottom: 5px
}

.cs-up-dropdown .dropdown-content ul li a {
    padding: 0 10px;
    color: #333;
    line-height: 28px;
    text-decoration: none;
    display: block
}

.cs-up-dropdown .dropdown-content ul li a:hover {
    background-color: #e7e6e6
}

.cs-up-dropdown .show-expand {
    display: block
}

.cs-select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.cs-select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 21px;
    border-radius: 2px;
    border: solid 1px #bbb;
    background-color: #fff;
    color: #333;
    width: 80px;
    height: 32px
}

.cs-select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 5px 10px 5px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.cs-select-styled:after {
    content: '';
    width: 0;
    height: 0;
    border: 5.5px solid transparent;
    border-color: #898989 transparent transparent transparent;
    position: absolute;
    top: 13px;
    right: 10px
}

.cs-select-styled.active:after, .cs-select-styled:active:after {
    top: 7px;
    border-color: transparent transparent #898989 transparent
}

.cs-select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: -1px;
    padding: 5px 0 0;
    list-style: none;
    border-radius: 2px;
    border: solid 1px #bbb;
    background-color: #fff
}

.cs-select-options li {
    margin: 0 0 5px;
    padding: 0 10px;
    line-height: 28px;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in
}

.cs-select-options li:hover {
    background: #e7e6e6
}

.cs-select-options li[rel=hide] {
    display: none
}

.cs-up-pagination {
    width: 100%;
    padding: 30px 0
}

.cs-up-pagination ul {
    margin: 0;
    padding: 0;
    list-style-type: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cs-up-pagination ul li {
    float: left;
    margin: 0 3px
}

.cs-up-pagination ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding: 0 1px;
    text-align: center;
    display: inline-block;
    color: #898989
}

.cs-up-pagination ul li a svg {
    font-size: 12px
}

.cs-up-pagination ul li.is-active a {
    background-color: #898989;
    border-radius: 100%;
    color: #fff
}

.cs-up-pagination ul li.is-active a:hover {
    color: #fff
}

.cs-up-pagination-mb {
    display: none
}

.cs-up-pagination-mb ul {
    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
}

.cs-up-pagination-mb ul li {
    line-height: 36px;
    font-size: 14px
}

.cs-up-pagination-mb ul li img {
    width: 36px
}

.cs-up-pagination-mb ul li:nth-child(2) {
    margin: 0 10px;
    font-size: 14px;
    line-height: 19px
}

.cs-up-button {
    border: none;
    width: 200px;
    padding: 12px 0 14px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    cursor: pointer
}

.cs-up-button.button-pri {
    color: #fff;
    background-color: #1e69b2
}

.cs-up-button.button-pri:hover {
    background-color: #0d5091
}

.cs-up-button.button-pri[disabled] {
    background-color: #aeaeae
}

.cs-up-button.button-sec {
    color: #1f4757;
    background-color: #e3f5fd
}

.cs-up-button.button-sec:hover {
    background-color: #badeee
}

.cs-up-button.button-sec[disabled] {
    background-color: #e6e6e6
}

.bar-dropdown {
    display: none
}

.drop-more {
    border-bottom: 1px solid #e7e6e6;
    margin-bottom: 15px
}

.drop-more .drop-control {
    color: #1e69b2;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 15px
}

.drop-more .drop-control svg {
    width: 12px;
    height: 12px;
    margin-bottom: 2px;
    margin-right: 10px
}

.drop-more .drop-collapse ul li {
    font-size: 16px;
    line-height: 1.25;
    color: #898989;
    margin-bottom: 10px
}

.drop-more .drop-collapse ul li:last-child {
    margin-bottom: 15px
}

.cs-up-form-quatity {
    padding: 18px 20px 17px;
    background-color: #e8e8e8;
    font-size: 20px
}

.cs-up-form-quatity .select-quatity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 150px;
    float: left;
    margin-right: 15px
}

.cs-up-form-quatity .select-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto
}

.cs-up-form-quatity .value-button {
    cursor: pointer;
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    background: #5097ba;
    position: relative;
    border-radius: 50%
}

.cs-up-form-quatity .value-button.disable {
    background: #cecece;
    pointer-events: none
}

.cs-up-form-quatity #increase:after, .cs-up-form-quatity #increase:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 5px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cs-up-form-quatity #increase:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

.cs-up-form-quatity #decrease:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 5px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cs-up-form-quatity input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0;
    width: 48px;
    height: 48px;
    font-size: 22px
}

.cs-up-form-quatity input[type=number]::-webkit-inner-spin-button, .cs-up-form-quatity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.cs-box-status {
    background: #f8f8f8;
    padding: 10px 15px;
    margin-bottom: 40px
}

.cs-box-status .title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 5px 0 10px;
    color: #333
}

.cs-box-status .desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #333
}

.cs-box-status ul li {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    color: #333;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e7e6e6
}

.cs-box-status ul li .status {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    padding-left: 20px;
    position: relative;
    font-weight: 500
}

.cs-box-status ul li .status:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    left: 0;
    background: red;
    border-radius: 50%
}

.cs-box-status ul li .status.danger {
    color: #b71b1c
}

.cs-box-status ul li .status.danger:before {
    background: #d32f2f
}

.cs-box-status ul li .status.warning {
    color: #d04800
}

.cs-box-status ul li .status.warning:before {
    background: #f57c00
}

.cs-box-status ul li .status.caution {
    color: #8a6600
}

.cs-box-status ul li .status.caution:before {
    background: #fbbf2d
}

.cs-box-status ul li .status.notice {
    color: #484848
}

.cs-box-status ul li .status.notice:before {
    background: #b3b3b3
}

.cs-box-status ul li .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.show-o {
    display: block !important
}

.cs-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.cs-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 105%
}

@media (max-width: 992px) {
    .cs-base-custom {
        font-size: 16px;
        line-height: 26px
    }

    .cs-base-custom .lc-content-cover {
        font-size: 16px;
        line-height: 26px
    }

    .cs-base-custom h1 {
        font-size: 32px
    }

    .cs-base-custom h2 {
        font-size: 22px;
        line-height: 28px
    }

    .cs-base-custom h3, .cs-base-custom h4 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px
    }

    .cs-base-custom div, .cs-base-custom p, .cs-base-custom td {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 26px
    }

    .cs-base-custom div figcaption, .cs-base-custom div i, .cs-base-custom p figcaption, .cs-base-custom p i, .cs-base-custom td figcaption, .cs-base-custom td i {
        font-size: 14px
    }

    .cs-base-custom blockquote {
        font-size: 16px;
        line-height: 28px;
        padding: 34px 10px 14px
    }

    .cs-base-custom a {
        font-size: 16px;
        line-height: 28px
    }

    .cs-base-custom hr {
        margin: 20px 0
    }

    .cs-base-custom ol li, .cs-base-custom ul li {
        font-size: 16px
    }

    .cs-base-custom ol li li, .cs-base-custom ul li li {
        font-size: 16px
    }

    .cs-base-custom .block-note li {
        line-height: 26px
    }

    .nav-sidebar {
        position: relative;
        width: 100%
    }

    .nav-sidebar .title {
        display: none
    }

    .nav-sidebar .nav-inside {
        border-bottom: none;
        padding: 20px 0 0
    }

    .nav-sidebar .nav-inside:after {
        content: '';
        display: table;
        clear: both
    }

    .nav-sidebar .nav-inside ul li {
        float: left
    }

    .nav-sidebar .nav-inside ul li a {
        padding: 6px 0;
        border-radius: 6px 6px 0 0;
        margin-right: 20px;
        font-size: 17px
    }

    .nav-sidebar .nav-inside ul li a.active {
        padding: 6px 20px;
        background: #1e69b2;
        color: #fff
    }

    .nav-sidebar .nav-inside ul li.current a {
        background: 0 0
    }

    .nav-des {
        display: none
    }

    .nav-mb {
        display: block;
        margin-bottom: 15px;
        border-bottom: 1px solid #e7e6e6
    }

    .nav-mb .nav-inside {
        padding: 0;
        border: none
    }

    .bar-dropdown {
        position: fixed;
        width: calc(100% - 20px);
        top: 0;
        left: 10px;
        z-index: 3
    }

    .bar-dropdown.show-bar {
        display: block
    }

    .bar-dropdown .bar-control {
        position: relative;
        z-index: 3;
        width: calc(100% + 20px);
        margin-left: -10px;
        background-color: #fff;
        padding: 11px 10px;
        background: #edeff8;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #d9d9d9
    }

    .bar-dropdown .bar-control span {
        font-size: 17px;
        line-height: 23px;
        color: #1e69b2;
        font-weight: 600;
        float: left
    }

    .bar-dropdown .bar-collapse {
        display: block;
        opacity: 0;
        visibility: hidden;
        width: calc(100% + 20px);
        position: absolute;
        top: -100%;
        left: -10px;
        z-index: 2
    }

    .bar-dropdown .bar-collapse ul {
        position: relative;
        z-index: 2;
        padding: 5px 30px 0;
        background: #edeff8;
        width: calc(100% + 20px)
    }

    .bar-dropdown .bar-collapse ul li {
        padding: 15px 0
    }

    .bar-dropdown .bar-collapse ul li:not(:last-child) {
        border-bottom: 1px solid #d9d9d9
    }

    .bar-dropdown .bar-collapse ul li a {
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
        color: #1e69b2
    }

    .bar-dropdown .bar-collapse ul li a.active {
        color: #404040
    }

    .bar-dropdown .bar-collapse.show-collapse {
        top: 40px;
        opacity: 1;
        visibility: visible
    }

    .drop-more .drop-control {
        font-size: 15px
    }

    .drop-more .drop-collapse ul li {
        font-size: 14px
    }

    .lc-form-search .cs-up-input input {
        font-size: 14px;
        line-height: 19px
    }

    .lc-form-search .cs-up-suggest ul {
        border-radius: 5px
    }

    .lc-form-search .cs-up-suggest ul li {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 5px
    }

    .lc-form-search .cs-up-suggest ul li:last-child {
        margin-bottom: 0
    }

    .cs-up-pagination {
        display: none
    }

    .cs-up-pagination-mb {
        display: block
    }
}

@media (max-width: 768px) {
    .bar-dropdown {
        top: 63px
    }
}

@media (max-width: 640px) {
    .cs-up-button {
        width: 280px
    }

    .cs-box-status {
        padding: 10px 10px 8px
    }

    .cs-box-status ul li {
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }

    .cs-box-status ul li .status {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 5px
    }

    .cs-box-status ul li .info {
        padding-left: 20px
    }
}

.cs-modal {
    display: none;
    position: fixed;
    z-index: 11;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: rgba(0, 0, 0, .5)
}

.cs-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #e8e8e8;
    margin: auto;
    padding: 0;
    width: 80%;
    height: 85%
}

.cs-lightbox-close {
    color: #ccc;
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    font-size: 35px;
    font-weight: 700
}

.cs-lightbox-close:after, .cs-lightbox-close:before {
    position: absolute;
    left: 13px;
    top: 1px;
    content: ' ';
    height: 33px;
    width: 4px;
    border-radius: 3px;
    background-color: #a9a9a9
}

.cs-lightbox-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cs-lightbox-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cs-lightbox-close:focus, .cs-lightbox-close:hover {
    text-decoration: none;
    cursor: pointer
}

.cs-lightbox-close:focus:after, .cs-lightbox-close:focus:before, .cs-lightbox-close:hover:after, .cs-lightbox-close:hover:before {
    background-color: #5f5f5f
}

.lightbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.mainItem {
    display: block;
    height: 100%;
    text-align: center;
    background: #fff
}

.mainItem img {
    max-height: 100%
}

.lightbox-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6%;
    flex: 0 0 6%;
    padding: 5px;
    overflow: hidden
}

.lightbox-main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.mainItem {
    display: none
}

.boxImg {
    opacity: 1
}

.thumbItem {
    margin-bottom: 10px
}

.boxImg.active, .boxImg:hover {
    -webkit-filter: opacity(50%);
    filter: opacity(50%)
}

.ligthbox-cursor {
    cursor: pointer
}

.next, .prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    border-radius: 0 3px 3px 0;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px
}

.next:hover, .prev:hover {
    background-color: rgba(0, 0, 0, .8)
}

@media (max-width: 768px) {
    .lightbox-wrapper {
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }

    .lightbox-thumb {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        bottom: 8%;
        overflow: auto;
        white-space: nowrap;
        width: 100%
    }

    .lightbox-main {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .thumbItem {
        display: inline-block;
        float: none;
        width: 65px;
        margin-right: 10px
    }

    .cs-modal-content {
        width: 100%;
        height: 100%;
        background: 0 0;
        overflow: hidden
    }

    .lightbox-wrapper {
        height: 100%;
        position: relative
    }

    .lightbox-main, .lightbox-thumb {
        position: absolute
    }

    .lightbox-main {
        top: 40%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%
    }

    .cs-lightbox-close {
        z-index: 1;
        top: 6vh;
        position: relative;
        left: 93%
    }

    .cs-lightbox-close:after, .cs-lightbox-close:before {
        height: 20px;
        width: 2px
    }

    .cs-modal {
        background-color: rgba(0, 0, 0, .8);
        z-index: 11
    }
}

.cs-up-breadcrumd {
    background-color: #fafafa
}

.cs-up-breadcrumd ul.breadcrumb {
    padding: 7px 0 6px;
    list-style: none;
    background-color: #fafafa;
    margin-bottom: 0
}

.cs-up-breadcrumd ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    line-height: 19px
}

.cs-up-breadcrumd ul.breadcrumb li + li:before {
    padding: 8px;
    color: #898989;
    content: '/\00a0'
}

.cs-up-breadcrumd ul.breadcrumb li a {
    color: #898989;
    text-decoration: none
}

.cs-up-breadcrumd ul.breadcrumb li a:hover {
    color: #898989;
    text-decoration: underline
}

.lc-up-product-info {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin-bottom: 27px
}

.lc-up-product-info .product-info-in {
    float: left
}

.lc-up-product-info .product-slide {
    width: 45%
}

.lc-up-product-info .product-slide .text-slide {
    font-size: 14px;
    line-height: 1.57;
    color: #686868;
    margin-left: 55px
}

.lc-up-product-info .product-slide .text-slide span {
    margin-right: 5px
}

.lc-up-product-info .product-slide .wrapper {
    height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin-top: 18px
}

.lc-up-product-info .product-slide .wrapper .swiper-slide {
    cursor: pointer;
    height: auto
}

.lc-up-product-info .product-slide .wrapper .swiper-slide img {
    display: block;
    margin: 0 auto
}

.lc-up-product-info .product-slide .wrapper .slide-video {
    position: absolute;
    top: 0;
    left: 0
}

.lc-up-product-info .product-slide .wrapper .slide-video span {
    display: inline-block;
    height: 62px;
    width: 62px;
    cursor: pointer;
    background: #d8d8d8
}

.lc-up-product-info .product-slide .wrapper .slide-video span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -65%);
    transform: translate(-50%, -65%);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 20px solid gray;
    border-bottom: 13px solid transparent
}

.lc-up-product-info .product-slide .wrapper .gallery-top {
    max-width: 450px;
    -ms-flex-preferred-size: 450px;
    flex-basis: 450px;
    margin-right: 5px
}

.lc-up-product-info .product-slide .wrapper .gallery-thumbs {
    width: 72px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    height: 350px;
    padding-right: 10px
}

.lc-up-product-info .product-slide .wrapper .gallery-thumbs .swiper-slide {
    cursor: pointer
}

.lc-up-product-info .product-slide .wrapper .gallery-thumbs .swiper-slide-active {
    position: relative
}

.lc-up-product-info .product-slide .wrapper .gallery-thumbs .swiper-slide-active:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    -webkit-box-shadow: 0 0 4px 0 rgba(255, 41, 0, .5);
    box-shadow: 0 0 4px 0 rgba(255, 41, 0, .5);
    border: solid .8px #d05b02
}

.lc-up-product-info .product-detail {
    width: 55%;
    border-left: 1px solid #e4e4e4;
    min-height: 550px
}

.lc-up-product-info .product-detail .product-detail-in {
    display: block;
    width: 100%;
    position: relative;
    padding: 20px 0 20px 15px
}

.lc-up-product-info .product-detail .product-detail-in h1, .lc-up-product-info .product-detail .product-detail-in h2 {
    font-size: 28px;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 37px;
    color: #2e2e2e
}

.lc-up-product-info .product-detail .product-detail-in .prd-dt-price {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4
}

.lc-up-product-info .product-detail .product-detail-in .prd-dt-price span {
    line-height: 37px;
    color: #c00c00;
    font-size: 28px;
    margin-right: 10px;
    font-weight: 600
}

.lc-up-product-info .product-detail .product-detail-in .prd-dt-price span i {
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #404040
}

.lc-up-product-info .product-detail .product-detail-in .prd-dt-price strike {
    color: #979797;
    font-size: 16px
}

.lc-up-product-info .product-detail .product-detail-in .prd-dt-xx {
    margin-bottom: 15px
}

.lc-up-product-info .product-detail .product-detail-in .prd-dt-xx ul li {
    font-size: 14px;
    line-height: 1.57;
    color: #404040
}

.lc-up-product-info .product-detail .product-detail-in .prd-dt-xx ul li span {
    color: #686868;
    width: 100px;
    display: inline-block
}

.lc-up-product-info .product-detail .product-detail-in .prd-dt-desc {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #333;
    font-weight: 400
}

.lc-up-product-info .product-detail .product-detail-in .cs-up-form-quatity .select-button .button-chat, .lc-up-product-info .product-detail .product-detail-in .cs-up-form-quatity .select-button .button-nb {
    width: auto;
    padding: 12px 35px 14px
}

.lc-up-product-info .product-detail .product-detail-in .cs-up-form-quatity .select-button .button-nb {
    color: #fff;
    background: #aeaeae;
    pointer-events: none
}

.lc-up-product-info .product-detail .product-detail-in .cs-up-form-quatity .select-button .button-chat {
    color: #1f4757;
    background: #e3f5fd;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .14)
}

.lc-up-product-info .product-detail .product-detail-in .cs-up-form-quatity .select-button .button-chat:hover {
    background-color: #badeee
}

.lc-up-product-info .product-detail .product-detail-in .prd-dt-box-km {
    display: block;
    padding: 9px 14px;
    border: solid 1px #ddd
}

.lc-up-product-info .product-detail .product-detail-in .prd-dt-box-km span {
    color: #35a106;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 2px;
    font-weight: 600
}

.lc-up-product-info .product-detail .product-detail-in .prd-dt-box-km ul {
    display: block;
    list-style-type: none;
    padding-left: 27px
}

.lc-up-product-info .product-detail .product-detail-in .prd-dt-box-km ul li {
    font-size: 15px;
    line-height: 23px;
    color: #686868;
    position: relative
}

.lc-up-product-info .product-detail .product-detail-in .prd-dt-box-km ul li::before {
    content: '';
    background: #333;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: -15px;
    width: 7px;
    height: 7px;
    border-radius: 50%
}

.lc-up-product-info .product-detail .product-detail-in .prd-dt-phone {
    font-size: 16px;
    line-height: 18px;
    margin-top: 15px;
    color: #595959
}

.lc-up-product-info .product-detail .product-detail-in .prd-dt-phone a {
    color: #35a106;
    font-weight: 600
}

.lc-up-product-info .product-detail .product-detail-in .prd-dt-phone a span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 22px;
    color: #fff;
    font-size: 10px;
    position: relative;
    top: -1px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #35a106;
    display: inline-block;
    text-align: center
}

.lc-up-product-info .product-detail .product-detail-in .prd-dt-phone a span svg {
    margin-bottom: 1px
}

.lc-up-product-info .product-detail .product-detail-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px
}

.lc-up-product-info .product-detail .cs-pr-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 17px
}

.lc-up-product-info .product-detail .cs-pr-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px
}

.lc-up-product-info .product-detail .cs-pr-right .cs-lcck {
    background: #fafafa;
    color: #626262
}

.lc-up-product-info .product-detail .cs-pr-right .cs-lcck .top-lcck {
    padding: 15px 10px 5px
}

.lc-up-product-info .product-detail .cs-pr-right .cs-lcck .top-lcck ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.lc-up-product-info .product-detail .cs-pr-right .cs-lcck .top-lcck ul li span.img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    line-height: 25px;
    margin-right: 10px
}

.lc-up-product-info .product-detail .cs-pr-right .cs-lcck .top-lcck ul li span {
    font-size: 13px;
    line-height: 22px;
    color: #626262
}

.lc-up-product-info .product-detail .cs-pr-right .cs-lcck .bottom-lcck {
    padding: 10px;
    background: #e8e8e8
}

.lc-up-product-info .product-detail .cs-pr-right .cs-lcck .bottom-lcck p {
    margin-bottom: 5px
}

.lc-up-product-info .product-detail .cs-pr-right .cs-lcck .bottom-lcck .phone-ck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lc-up-product-info .product-detail .cs-pr-right .cs-lcck .bottom-lcck .phone-ck span {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #35a106;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 14px
}

.lc-up-product-info .product-detail .cs-pr-right .cs-lcck .bottom-lcck .phone-ck span svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.lc-up-product-info .product-detail .cs-pr-right .cs-lcck .bottom-lcck .phone-ck a {
    color: #35a106;
    font-weight: 600;
    margin-left: 10px;
    font-size: 20px
}

.lc-up-product-info .product-detail .cs-pr-right .cs-lcck .bottom-lcck .time-lcck {
    padding-left: 37px;
    margin-top: -5px;
    font-size: 13px
}

.lc-up-product-info .product-detail .cs-pr-right .cs-lcck p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 13px
}

.lc-up-product-info .product-detail .lcck-mb {
    display: none
}

.lc-up-product-suggest {
    margin-bottom: 24px;
    margin-top: 25px
}

.lc-up-product-suggest.lc-up-view {
    margin-bottom: 40px
}

.lc-up-product-suggest .product-suggest-in h2, .lc-up-product-suggest .product-suggest-in h3 {
    font-size: 24px;
    font-weight: 400;
    color: #2f2f2f;
    margin-bottom: 10px;
    padding: 0
}

.lc-up-product-suggest .product-suggest-in .products-scroll {
    display: block
}

.lc-up-product-suggest .product-suggest-in .products-scroll .product-item {
    display: block;
    padding-top: 5px;
    background: #fff;
    width: 220px;
    height: 355px;
    float: left;
    margin-right: 17px
}

.lc-up-product-suggest .product-suggest-in .products-scroll .product-item:nth-child(5) {
    margin-right: 0
}

.lc-up-product-suggest .product-suggest-in .products-scroll .product-item .product-img {
    text-align: center;
    height: 200px;
    margin-bottom: 30px
}

.lc-up-product-suggest .product-suggest-in .products-scroll .product-item .product-img img {
    height: 100%;
    width: auto
}

.lc-up-product-suggest .product-suggest-in .products-scroll .product-item .product-block {
    padding: 0 10px
}

.lc-up-product-suggest .product-suggest-in .products-scroll .product-item .product-block h3 {
    font-size: 16px;
    line-height: 24px;
    color: #2d2d2d;
    height: 48px;
    overflow: hidden;
    margin-bottom: 5px
}

.lc-up-product-suggest .product-suggest-in .products-scroll .product-item .product-block h3:hover {
    color: #0068ff
}

.lc-up-product-suggest .product-suggest-in .products-scroll .product-item .product-block .type {
    font-size: 13px;
    color: #898989;
    margin-bottom: 5px
}

.lc-up-product-suggest .product-suggest-in .products-scroll .product-item .product-block .rate {
    display: none;
    font-size: 12px;
    line-height: 14px;
    color: #7d7d7d
}

.lc-up-product-suggest .product-suggest-in .products-scroll .product-item .product-block .rate span[class^=st] {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/tpcn-new/sty.png) center no-repeat;
    background-size: cover;
    margin-right: 2px
}

.lc-up-product-suggest .product-suggest-in .products-scroll .product-item .product-block .rate span.stg {
    background: url(../images/tpcn-new/stg.png) center no-repeat;
    background-size: cover;
    margin-right: 3px
}

.lc-up-product-suggest .product-suggest-in .products-scroll .product-item .product-block .price {
    font-size: 18px;
    line-height: 24px;
    color: #0068ff
}

.lc-up-posts .posts-wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #fff
}

.lc-up-posts .posts-wrapper .content-main {
    width: 700px;
    margin-left: 70px;
    display: block;
    float: left;
    border-top: 1px solid #e7e6e6
}

.lc-up-posts .posts-wrapper .content-main .cs-base-custom {
    padding-top: 30px
}

.lc-up-posts .posts-wrapper .tags-item {
    display: block;
    border-bottom: 1px solid #e7e6e6;
    padding: 0 0 7px;
    margin-bottom: 20px
}

.lc-up-posts .posts-wrapper .tags-item span {
    font-size: 16px;
    line-height: 24px;
    margin-right: 20px
}

.lc-up-posts .posts-wrapper .tags-item a {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    padding: 3px 6px;
    margin-right: 10px;
    margin-bottom: 13px;
    background: #f2f2f2;
    color: #626262
}

.lc-up-posts .posts-wrapper .tags-item a:active, .lc-up-posts .posts-wrapper .tags-item a:focus, .lc-up-posts .posts-wrapper .tags-item a:hover {
    background: #626262;
    color: #f2f2f2
}

.lc-up-posts .lc-cmt .comment-wrap .comment-review label {
    font-size: 13px
}

.lc-up-posts .lc-cmt .comment-wrap .comment-viewMore {
    font-size: 15px
}

.lc-up-posts .lc-cmt .lc-cmt-title {
    font-size: 20px;
    margin-bottom: 22px;
    padding: 0;
    font-weight: 400;
    line-height: 1.6;
    color: #3d3d3d
}

.lc-up-posts .lc-cmt {
    padding: 10px 0 10px
}

.lc-up-posts .lc-cmt .lc-wrap {
    padding: 0
}

.lc-up-posts .lc-cmt .title-hidden {
    text-align: left;
    font-weight: 600;
    font-size: 22px;
    text-transform: lowercase
}

.lc-up-posts .lc-cmt .title-hidden::first-letter {
    text-transform: uppercase
}

.lc-up-posts .lc-cmt .comment-wrap .send-rep .comment-send-cmt {
    height: 32px
}

.products-scroll::-webkit-scrollbar {
    -webkit-appearance: none
}

.products-scroll::-webkit-scrollbar:vertical {
    width: 12px
}

.products-scroll::-webkit-scrollbar:horizontal {
    height: 8px
}

.products-scroll::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
    border-radius: 10px;
    border: 2px solid #fff
}

.products-scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff
}

@media (max-width: 1200px) {
    .lc-up-product-suggest .product-suggest-in .products-scroll {
        display: block;
        overflow: auto;
        white-space: nowrap
    }

    .lc-up-product-suggest .product-suggest-in .products-scroll .product-item {
        float: unset;
        width: 200px;
        display: inline-block
    }

    .lc-up-product-suggest .product-suggest-in .products-scroll .product-item h3 {
        white-space: normal
    }

    .lc-up-posts .posts-wrapper .content-main {
        margin-left: 20px
    }
}

@media (max-width: 992px) {
    .lc-up-product-info .product-slide {
        width: 100%
    }

    .lc-up-product-info .product-slide .text-slide {
        display: none
    }

    .lc-up-product-info .product-slide .wrapper {
        margin-top: 0
    }

    .lc-up-product-info .product-slide .wrapper .gallery-top {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
        max-width: 100%;
        padding-bottom: 10px
    }

    .lc-up-product-info .product-slide .wrapper .gallery-top .swiper-pagination {
        bottom: 0
    }

    .lc-up-product-info .product-slide .wrapper .gallery-top .swiper-pagination-bullet {
        border: solid 1px #979797;
        background-color: #fff;
        width: 10px;
        height: 10px;
        opacity: 1
    }

    .lc-up-product-info .product-slide .wrapper .gallery-top .swiper-pagination-bullet-active {
        border: solid 1px #979797;
        background-color: #aeaeae
    }

    .lc-up-product-info .product-slide .wrapper .gallery-top .swiper-slide {
        margin: 0 auto
    }

    .lc-up-product-info .product-slide .wrapper .gallery-top .swiper-slide img {
        max-width: 450px
    }

    .lc-up-product-info .product-slide .wrapper .gallery-thumbs, .lc-up-product-info .product-slide .wrapper .slide-video {
        display: none
    }

    .lc-up-product-info .product-detail {
        width: 100%;
        border-left: none;
        min-height: auto
    }

    .lc-up-product-info .product-detail .product-detail-middle {
        margin-bottom: 0
    }

    .lc-up-product-info .product-detail .product-detail-in {
        padding: 0 0 15px
    }

    .lc-up-product-info .product-detail .cs-pr-left {
        padding-right: 0
    }

    .lc-up-product-info .product-detail .lcck-des {
        display: none
    }

    .lc-up-product-info .product-detail .lcck-mb {
        display: block;
        margin-top: 10px
    }

    .lc-up-product-info .product-detail .lcck-mb .cs-lcck .top-lcck {
        padding: 15px 10px
    }

    .lc-up-product-info .product-detail .lcck-mb .cs-lcck .top-lcck ul li:last-child {
        margin-bottom: 0
    }

    .lc-up-product-info .product-detail .lcck-mb .cs-lcck .bottom-lcck .phone-ck {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 16px;
        line-height: 21px;
        color: #595959
    }

    .lc-up-product-info .product-detail .lcck-mb .cs-lcck .bottom-lcck .phone-ck span {
        margin-top: -2px;
        margin-left: 5px;
        width: 18px;
        height: 18px;
        font-size: 10px
    }

    .lc-up-product-info .product-detail .lcck-mb .cs-lcck .bottom-lcck .phone-ck a {
        margin-left: 0;
        margin-right: 5px;
        font-size: 16px;
        line-height: inherit
    }

    .lc-up-product-info .product-detail .prd-dt-phone {
        display: none
    }

    .lc-up-posts .posts-wrapper .content-main {
        width: 100%;
        margin: 0
    }
}

@media (max-width: 768px) {
    .cs-up-breadcrumd ul.breadcrumb {
        padding: 2px 0 3px
    }

    .cs-up-breadcrumd ul.breadcrumb li {
        font-size: 12px;
        line-height: 16px
    }

    .cs-up-breadcrumd ul.breadcrumb li + li:before {
        padding: 5px;
        color: #9b9b9b
    }

    .cs-up-breadcrumd ul.breadcrumb li a {
        color: #1e69b2
    }

    .cs-up-breadcrumd ul.breadcrumb li a:hover {
        color: #1e69b2
    }

    .lc-up-product-info {
        margin-bottom: 13px
    }

    .lc-up-product-info .product-detail .product-detail-in h1, .lc-up-product-info .product-detail .product-detail-in h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px
    }

    .lc-up-product-info .product-detail .product-detail-in .prd-dt-price {
        margin-bottom: 5px
    }

    .lc-up-product-info .product-detail .product-detail-in .prd-dt-price span {
        line-height: 37px;
        color: #c00c00;
        font-weight: 600;
        font-size: 28px;
        margin-right: 6px
    }

    .lc-up-product-info .product-detail .product-detail-in .prd-dt-price strike {
        font-size: 14px;
        position: relative;
        bottom: 1px
    }

    .lc-up-product-info .product-detail .product-detail-in .prd-dt-xx {
        margin-bottom: 13px
    }

    .lc-up-product-info .product-detail .product-detail-in .prd-dt-box-km, .lc-up-product-info .product-detail .product-detail-in .prd-dt-desc {
        margin-bottom: 15px
    }

    .lc-up-product-info .product-detail .product-detail-in .prd-dt-box-km ul {
        margin-top: 5px
    }

    .lc-up-product-info .product-detail .product-detail-in .prd-dt-box-km ul li {
        margin-bottom: 3px
    }

    .lc-up-product-info .product-detail .product-detail-in .cs-up-form-quatity .select-button {
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

    .lc-up-posts .posts-wrapper .tags-item span {
        display: none
    }

    .lc-up-product-suggest .product-suggest-in h2, .lc-up-product-suggest .product-suggest-in h3 {
        font-weight: 600;
        margin-bottom: 24px;
        font-size: 22px
    }

    .lc-up-product-suggest .product-suggest-in .products-scroll .product-item .product-block h3 {
        font-weight: 400
    }
}

@media (max-width: 640px) {
    .lc-up-product-info .product-detail .product-detail-in .cs-up-form-quatity {
        padding: 15px
    }

    .lc-up-product-info .product-detail .product-detail-in .cs-up-form-quatity .select-quatity {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        float: none;
        margin: 0 0 17px
    }

    .lc-up-product-info .product-detail .product-detail-in .cs-up-form-quatity .select-quatity #number {
        margin: 0 10px
    }

    .lc-up-product-info .product-detail .product-detail-in .cs-up-form-quatity .select-button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .lc-up-product-info .product-detail .product-detail-in .cs-up-form-quatity .select-button .button-pri {
        margin-bottom: 11px
    }

    .lc-up-product-info .product-detail .product-detail-in .cs-up-form-quatity .select-button .button-chat, .lc-up-product-info .product-detail .product-detail-in .cs-up-form-quatity .select-button .button-nb {
        width: 280px;
        padding: 12px 0 14px
    }

    .lc-up-product-info .product-detail .product-detail-in .cs-up-form-quatity .select-button .button-nb {
        margin-bottom: 10px
    }

    .lc-up-product-info .product-detail .product-detail-in .cs-up-form-quatity .prd-dt-phone {
        margin-top: 10px
    }

    .lc-up-product-suggest {
        margin-bottom: 20px
    }

    .lc-up-product-suggest .product-suggest-in .products-scroll .product-item {
        width: 170px;
        height: 300px;
        padding: 0;
        margin: 0
    }

    .lc-up-product-suggest .product-suggest-in .products-scroll .product-item .product-img {
        height: 170px;
        margin-bottom: 10px
    }

    .lc-up-product-suggest .product-suggest-in .products-scroll .product-item .product-block h3 {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.29;
        color: #337ab7;
        height: 37px
    }

    .lc-up-product-suggest .product-suggest-in .products-scroll .product-item .product-block .type {
        font-size: 12px;
        color: #686868;
        line-height: 14px;
        margin-bottom: 7px
    }

    .lc-up-product-suggest .product-suggest-in .products-scroll .product-item .product-block .rate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 12px
    }

    .lc-up-product-suggest .product-suggest-in .products-scroll .product-item .product-block .price {
        font-size: 18px;
        line-height: 20px;
        color: #b00;
        height: 20px;
        display: inline-block
    }
}

@media (max-width: 480px) {
    .lc-up-product-info .product-slide .wrapper {
        height: auto
    }

    .lc-up-product-info .product-slide .wrapper .gallery-top .swiper-slide img {
        max-width: 100%
    }

    .lc-up-product-info .product-detail .lcck-mb .cs-lcck .bottom-lcck .phone-ck span {
        margin-right: 3px;
        margin-top: 0
    }
}

@media (max-width: 375px) {
    .lc-up-product-info .product-detail .lcck-mb .cs-lcck .bottom-lcck .phone-ck {
        font-size: 4.5vw
    }
}

.cs-breadcrumb-benh {
    margin-bottom: 16px
}

.cs-up-benh .posts-wrapper .content-main {
    border-top: none
}

.cs-up-benh .posts-wrapper .content-main .cs-benh-heading {
    padding-top: 0
}

.cs-up-benh .posts-wrapper .content-main .cs-benh-heading h1 {
    margin-bottom: 8px
}

.cs-up-benh .posts-wrapper .content-main .cs-benh-heading span.time {
    font-size: 15px;
    line-height: 20px;
    color: #898989;
    display: inline-block;
    margin-bottom: 15px
}

.cs-up-benh .posts-wrapper .content-main .cs-benh-heading .description {
    font-size: 20px;
    line-height: 32px;
    color: #333;
    padding: 15px 20px;
    font-style: italic;
    background: #f8f8f8;
    margin-bottom: 15px
}

.cs-up-benh .posts-wrapper .content-main .cs-benh-content {
    padding-top: 0
}

.cs-up-benh .posts-wrapper .content-main .cs-benh-content hr:last-child {
    margin: 10px 0
}

.cs-up-benh .posts-wrapper .content-main .post-slide .gallery-top {
    height: 440px;
    width: 100%
}

.cs-up-benh .posts-wrapper .content-main .post-slide .slide-benh-thumb {
    height: 20% x;
    margin-bottom: 0
}

.cs-up-benh .posts-wrapper .content-main .post-slide .slide-benh-thumb .swiper-slide, .cs-up-benh .posts-wrapper .content-main .post-slide .slide-benh-thumb .swiper-wrapper {
    margin-bottom: 0
}

.cs-up-benh .posts-wrapper .content-main .post-slide .slide-benh-thumb .swiper-slide-item {
    height: 93px;
    width: 100%
}

.cs-up-benh .posts-wrapper .content-main .post-slide .slide-benh-thumb .swiper-slide-item img {
    height: 100%;
    width: 100%
}

.cs-up-benh .posts-wrapper .content-main .post-slide .slide-benh-thumb .swiper-slide-active {
    border: 1px solid #1e69b2
}

.cs-up-benh .posts-wrapper .content-main .post-slide .swiper-slide-item {
    text-align: center;
    height: 100%;
    margin: auto
}

.cs-up-benh .posts-wrapper .content-main .post-slide .swiper-slide-item p {
    font-size: 16px;
    line-height: 20px;
    color: #626262;
    text-align: center;
    margin-top: 20px
}

.cs-up-benh .posts-wrapper .content-main .post-slide .icon-next, .cs-up-benh .posts-wrapper .content-main .post-slide .icon-prev {
    width: 36px;
    height: 36px
}

.cs-up-benh .posts-wrapper .content-main .post-slide .icon-next {
    background: url(../images/arrow/right-arrow.png) no-repeat center;
    background-size: cover
}

.cs-up-benh .posts-wrapper .content-main .post-slide .icon-prev {
    background: url(../images/arrow/left-arrow.png) no-repeat center;
    background-size: cover
}

.cs-up-benh .posts-wrapper .content-main .tags-item {
    padding-bottom: 5px
}

.cs-list-in-item {
    padding-bottom: 30px
}

.cs-list-in-item .title {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 600
}

.cs-list-in-item .title span {
    color: #1e69b2;
    display: inline-block;
    width: 23px;
    height: 23px
}

.cs-list-in-item .title span img {
    width: 100%;
    margin-bottom: 5px
}

.cs-list-in-item .list-inner {
    display: block
}

.cs-list-in-item .list-inner li {
    position: relative;
    margin: 0 0 1rem 0;
    line-height: 24px;
    padding-left: 28px;
    padding-right: 30px;
    font-size: 18px;
    font-weight: 400;
    width: 50%;
    float: left;
    display: none
}

.cs-list-in-item .list-inner li a {
    font-size: 18px;
    color: #1e69b2;
    font-weight: 500
}

.cs-list-in-item .list-inner li:before {
    content: '';
    width: 7px;
    position: absolute;
    left: 6px;
    top: 8px;
    display: inline-block;
    height: 7px;
    border-radius: 50%;
    background: #333
}

.cs-list-in-item .view {
    font-size: 18px;
    line-height: 30px;
    color: #626262;
    font-weight: 600;
    text-align: left;
    display: inline-block;
    margin-top: 10px
}

.cs-list-in-item .view svg {
    margin-right: 6px;
    margin-left: 6px;
    height: 15px
}

.cs-list-in-item .view:hover {
    color: #626262
}

.benh-subcate .title-subcate .posts-wrapper h2 {
    font-size: 34px;
    line-height: 45px;
    color: #404040;
    font-weight: 600;
    margin-bottom: 18px;
    margin-top: 8px
}

.benh-subcate .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 37px 0 20px
}

.benh-subcate .list-item a {
    color: #414141;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%
}

.benh-subcate .list-item a:hover {
    color: #414141
}

.benh-subcate .cs-btn-xt {
    text-align: center;
    padding: 40px 0
}

.benh-subcate .cs-btn-xt a {
    padding: 7px 35px;
    font-size: 15px;
    line-height: 20px;
    color: #1d4369;
    background: #fff;
    border: 1px solid #d7e1e9;
    border-radius: 4px
}

.benh-subcate .cs-btn-xt a:active, .benh-subcate .cs-btn-xt a:focus, .benh-subcate .cs-btn-xt a:hover {
    color: #1d4369;
    background: #ececec
}

.benh-subcate .form-search {
    background: #f4f4f4;
    padding: 40px 0 45px
}

.benh-subcate .form-search .form-inner {
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.benh-subcate .form-search .form-inner input[type=text] {
    padding: 10px;
    font-size: 16px;
    color: #707070;
    border-radius: 2px 0 0 2px;
    border: solid 1px #bbb;
    border-right: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    outline: 0
}

.benh-subcate .form-search .form-inner button {
    float: right;
    padding: 6px 15px 4px;
    background: #ee8434;
    color: #fff;
    font-size: 24px;
    border: none;
    outline: 0;
    cursor: pointer
}

.benh-subcate .form-search .form-inner button:hover {
    background: #ccc
}

@media (max-width: 992px) {
    .cs-up-benh .posts-wrapper .content-main .cs-benh-heading {
        padding-top: 0
    }

    .cs-up-benh .posts-wrapper .content-main .cs-benh-heading .description {
        padding: 10px 15px;
        font-size: 18px;
        line-height: 30px
    }

    .cs-up-benh .posts-wrapper .content-main .post-slide .gallery-top {
        height: 80%
    }

    .cs-up-benh .posts-wrapper .content-main .post-slide .gallery-thumbs {
        display: none
    }

    .cs-up-benh .posts-wrapper .content-main .post-slide .swiper-slide-item img {
        width: 100%
    }

    .cs-up-benh .posts-wrapper .content-main .post-slide .icon-next, .cs-up-benh .posts-wrapper .content-main .post-slide .icon-prev {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width: 768px) {
    .cs-list-in-item {
        padding: 0 10px 20px;
        border-bottom: 1px solid #e7e6e6;
        margin-bottom: 5px
    }

    .cs-list-in-item .title {
        padding: 0;
        margin-bottom: 10px
    }

    .cs-list-in-item .list-inner {
        list-style: none
    }

    .cs-list-in-item .list-inner li {
        width: 100%;
        margin: 0 0 8px 0;
        line-height: 25px;
        padding-left: 20px;
        padding-right: 0;
        font-size: 15px
    }

    .cs-list-in-item .list-inner li a {
        font-size: 15px
    }

    .cs-list-in-item .list-inner li:before {
        left: 0
    }

    .cs-list-in-item .view {
        font-size: 14px;
        line-height: 25px;
        margin-top: 0
    }

    .cs-list-in-item .view svg {
        margin-right: 4px;
        margin-left: 0;
        height: 11px
    }

    .cs-list-in-item + .cs-list-in-item {
        border: none
    }

    .benh-subcate .title-subcate {
        background: #ededed
    }

    .benh-subcate .title-subcate .posts-wrapper {
        background: #ededed
    }

    .benh-subcate .title-subcate .posts-wrapper h2 {
        font-weight: 300;
        text-transform: uppercase;
        text-align: center;
        margin: 17px 0 21px;
        color: #262626;
        font-size: 22px;
        line-height: 29px
    }

    .benh-subcate .form-search {
        background: #ededed;
        padding: 0 0 30px
    }

    .benh-subcate .form-search .form-inner {
        width: 100%;
        max-width: 100%
    }

    .benh-subcate .form-search .form-inner input[type=text] {
        border-radius: 5px 0 0 5px
    }

    .benh-subcate .form-search .form-inner button {
        font-size: 21px;
        border-radius: 0 5px 5px 0
    }

    .benh-subcate .list-item {
        padding: 20px 0
    }

    .benh-subcate .list-item a {
        font-size: 16px;
        line-height: 40px;
        margin: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.cs-up-thuoc {
    padding-top: 16px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.cs-up-thuoc .posts-wrapper {
    background: 0 0
}

.cs-up-thuoc .posts-wrapper .content-main {
    border-top: none
}

.cs-up-thuoc .posts-wrapper .content-main .cs-thuoc-heading {
    padding-top: 0
}

.thuoc-goc .cs-thuoc-heading:before {
    content: '';
    display: block;
    background: #edeff8;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}

.thuoc-goc .cs-thuoc-header-detail {
    border-top: 1px solid #e7e6e6;
    display: block;
    padding-top: 14px
}

.thuoc-goc .cs-thuoc-header-detail .info {
    margin-bottom: 5px
}

.thuoc-goc .cs-thuoc-header-detail .info strong {
    margin-right: 15px
}

.thuoc-goc .cs-thuoc-header-detail .dt-name-table {
    margin-bottom: 10px
}

.thuoc-goc .cs-thuoc-header-detail .cs-table-detail {
    margin-bottom: 0
}

.thuoc-goc .cs-thuoc-header-detail .dt-table {
    width: 100%;
    margin-bottom: 20px;
    word-break: break-all
}

.thuoc-goc .cs-thuoc-header-detail .dt-table td {
    padding: 6px 15px 4px;
    border: solid 1px #d9d9d9;
    word-wrap: break-word
}

.thuoc-goc .cs-thuoc-header-detail .dt-table tr td:first-child {
    min-width: 175px
}

.thuoc-goc .cs-thuoc-header-detail .dt-table tr td:last-child {
    min-width: 250px
}

.thuoc-goc .cs-thuoc-header-detail .related-drugs {
    display: none
}

.thuoc-goc .nav-sidebar {
    background: 0 0
}

.thuoc-goc .cs-base-custom .block-note {
    border-top: 1px solid #e7e6e6;
    padding: 15px 0 15px 30px
}

.cs-thuoc-heading {
    border-bottom: 1px solid #e7e6e6
}

.cs-thuoc-heading h1 {
    margin-bottom: 8px;
    font-size: 42px
}

.cs-thuoc-heading span.heading-tag {
    font-size: 14px;
    line-height: 20px;
    color: #898989;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 6px
}

.cs-thuoc-heading span.heading-tag ~ a {
    font-size: 14px;
    color: #1e69b2
}

.cs-thuoc-heading .description {
    font-size: 20px;
    line-height: 32px;
    color: #333;
    padding: 15px 20px;
    font-style: italic;
    background: #f8f8f8;
    margin-bottom: 15px
}

.cs-thuoc-info {
    padding: 25px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e7e6e6
}

.cs-thuoc-info .thuoc-info-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    margin-right: 20px
}

.cs-thuoc-info .thuoc-info-slide {
    display: none
}

.cs-thuoc-info .thuoc-info-detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cs-thuoc-info .thuoc-info-detail .list-detail {
    margin-bottom: 20px
}

.cs-thuoc-info .thuoc-info-detail table.table-detail tr td:first-child {
    width: 165px
}

.cs-thuoc-info .thuoc-info-detail .cs-up-form-quatity {
    padding: 17px 15px 18px
}

.cs-thuoc-info .thuoc-info-detail .cs-up-form-quatity .button-sec {
    width: 190px
}

.cs-thuoc-info .thuoc-info-detail .cs-up-form-quatity .cs-up-button {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .18);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .18)
}

.cs-thuoc-info .thuoc-info-detail .prd-dt-phone {
    font-size: 16px;
    line-height: 18px;
    margin-top: 15px;
    color: #595959
}

.cs-thuoc-info .thuoc-info-detail .prd-dt-phone a {
    color: #35a106;
    font-weight: 600
}

.cs-thuoc-info .thuoc-info-detail .prd-dt-phone a span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 22px;
    color: #fff;
    font-size: 10px;
    position: relative;
    top: -1px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #35a106;
    display: inline-block;
    text-align: center
}

.cs-thuoc-info .thuoc-info-detail .prd-dt-phone a span svg {
    margin-bottom: 1px
}

.cs-thuoc-info.no-img.stop-business .cs-up-form-quatity .select-button {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.cs-thuoc-info.no-img.stop-business .cs-up-form-quatity .select-button .cs-up-button {
    width: 300px
}

.cs-thuoc-info.no-img.stop-business .cs-up-form-quatity .select-button .button-pri {
    margin: 0 25px 0 0
}

.no-img .thuoc-info-detail .cs-up-form-quatity .select-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.no-img .thuoc-info-detail .cs-up-form-quatity .select-button .cs-up-button {
    width: 250px
}

.no-img .thuoc-info-detail .cs-up-form-quatity .select-button .button-pri {
    margin-right: 15px
}

.no-img .thuoc-info-detail table.table-detail tr td {
    width: 50%
}

.stop-business .thuoc-info-detail .table-detail tr td:first-child {
    width: 165px
}

.stop-business .thuoc-info-detail .cs-up-form-quatity .select-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.stop-business .thuoc-info-detail .cs-up-form-quatity .select-button .cs-up-button {
    width: 330px
}

.stop-business .thuoc-info-detail .cs-up-form-quatity .select-button .button-pri {
    margin-bottom: 10px;
    margin-right: 0
}

.drugs-interact ul {
    font-family: inherit;
    width: 100%;
    margin-bottom: 1em;
    padding-left: 30px;
    list-style: disc
}

.drugs-interact ul li a {
    text-decoration: none;
    color: #007bc5
}

.drugs-interact h2 {
    font-size: 26px;
    line-height: 38px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600
}

.drugs-interact p {
    font-size: 18px;
    line-height: 29px;
    color: #333;
    margin-bottom: 20px
}

.drugs-interact .int-container .int-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px
}

.drugs-interact .int-container .int-title .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.drugs-interact .int-container .int-title .left .cs-select {
    margin: 0 15px
}

.drugs-interact .int-container .int-content {
    border: solid 1px #f2f3f5
}

.drugs-interact .int-container .int-content .int-collapse, .drugs-interact .int-container .int-content .int-control {
    color: #333;
    font-size: 16px;
    line-height: 29px
}

.drugs-interact .int-container .int-content .int-control .icon {
    display: none
}

.drugs-interact .int-container .int-content .int-thread {
    padding: 9px 15px 6px;
    background: #f2f3f5
}

.drugs-interact .int-container .int-content .int-thread .int-control {
    width: 235px
}

.drugs-interact .int-container .int-content .int-body ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 9px 15px 6px;
    border-bottom: solid 1px #f2f3f5
}

.drugs-interact .int-container .int-content .int-body ul li .int-control {
    font-weight: 500;
    color: #1e69b2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px
}

.drugs-interact .int-container .int-content .int-body ul li .int-collapse {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.drugs-interact .int-container .int-content .int-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 18px 15px 24px;
    font-size: 16px;
    line-height: 30px
}

.drugs-interact .int-container .int-content .int-pagination .cs-up-pagination {
    padding: 0
}

@media (max-width: 992px) {
    .cs-thuoc-info {
        margin-bottom: 20px
    }

    .cs-up-form-quatity .select-button {
        justify-content: space-around;
        -webkit-box-pack: space-around;
        -ms-flex-pack: space-around
    }

    .cs-thuoc-heading h1 {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 28px
    }

    .thuoc-goc .cs-thuoc-heading {
        margin-bottom: 15px;
        padding-bottom: 10px
    }

    .thuoc-goc .cs-thuoc-header-detail {
        margin-bottom: 0
    }

    .thuoc-goc .cs-thuoc-header-detail .related-drugs {
        display: block;
        margin-bottom: inherit
    }

    .thuoc-goc .cs-thuoc-header-detail .related-drugs .control {
        font-size: 16px;
        line-height: 21px;
        color: #1e69b2;
        font-weight: 600;
        padding: 8px 0 11px;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: 5px
    }

    .thuoc-goc .cs-thuoc-header-detail .related-drugs .control span {
        font-weight: 600
    }

    .thuoc-goc .cs-thuoc-header-detail .related-drugs .control #icon {
        float: right;
        margin-top: 3px;
        font-size: 12px
    }

    .thuoc-goc .cs-thuoc-header-detail .related-drugs #list-drugs {
        display: none;
        list-style: none;
        width: calc(100% + 20px);
        padding-bottom: 15px;
        padding: 0 10px;
        margin-bottom: inherit;
        margin-left: -10px;
        background: #edeff8
    }

    .thuoc-goc .cs-thuoc-header-detail .related-drugs #list-drugs ul {
        margin: 0;
        padding: 0
    }

    .thuoc-goc .cs-thuoc-header-detail .related-drugs #list-drugs ul li {
        display: none;
        width: 100%;
        margin: 0 0 8px 0;
        line-height: 25px;
        padding-left: 20px;
        padding-right: 0;
        font-size: 15px;
        position: relative
    }

    .thuoc-goc .cs-thuoc-header-detail .related-drugs #list-drugs ul li a {
        font-weight: 500
    }

    .thuoc-goc .cs-thuoc-header-detail .related-drugs #list-drugs ul li:before {
        content: '';
        width: 7px;
        position: absolute;
        left: 0;
        top: 10px;
        display: inline-block;
        height: 7px;
        border-radius: 50%;
        background: #333
    }
}

@media (max-width: 768px) {
    .cs-breadcrumb-thuoc {
        border-bottom: 1px solid #d8d8d8
    }

    .cs-thuoc-heading {
        border: none
    }

    .cs-thuoc-heading h1 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .cs-thuoc-heading span.heading-tag {
        margin-bottom: 15px
    }

    .cs-thuoc-info {
        padding: 0;
        margin-bottom: 20px;
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }

    .cs-thuoc-info .thuoc-info-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-height: 300px;
        display: none
    }

    .cs-thuoc-info .thuoc-info-img img {
        height: 100%;
        width: auto
    }

    .cs-thuoc-info .thuoc-info-slide {
        display: block;
        width: 100%
    }

    .cs-thuoc-info .thuoc-info-slide .thuoc-silder {
        height: 300px;
        padding-bottom: 20px
    }

    .cs-thuoc-info .thuoc-info-slide .thuoc-silder .swiper-slide {
        height: 100%;
        text-align: center
    }

    .cs-thuoc-info .thuoc-info-slide .thuoc-silder .swiper-slide img {
        height: 100%;
        width: auto
    }

    .cs-thuoc-info .thuoc-info-slide .thuoc-silder .swiper-pagination {
        bottom: 0
    }

    .cs-thuoc-info .thuoc-info-slide .thuoc-silder .swiper-pagination .swiper-pagination-bullet {
        border: solid 1px #979797;
        background-color: #fff;
        width: 10px;
        height: 10px;
        opacity: 1
    }

    .cs-thuoc-info .thuoc-info-slide .thuoc-silder .swiper-pagination .swiper-pagination-bullet-active {
        border: solid 1px #979797;
        background-color: #aeaeae
    }

    .cs-thuoc-info .thuoc-info-detail .list-detail {
        margin-bottom: 15px
    }

    .cs-thuoc-info .thuoc-info-detail table.table-detail tr td:first-child {
        width: 140px
    }

    .cs-thuoc-info .thuoc-info-detail .cs-up-form-quatity .select-button {
        -webkit-box-pack: space-around;
        -ms-flex-pack: space-around;
        justify-content: space-around
    }

    .cs-thuoc-info .thuoc-info-detail .cs-up-form-quatity .select-button .button-sec, .cs-thuoc-info .thuoc-info-detail .cs-up-form-quatity .select-button .cs-up-button {
        width: 280px
    }

    .cs-thuoc-info .thuoc-info-detail .cs-up-form-quatity .select-button .button-pri {
        margin-bottom: 0
    }

    .cs-thuoc-info .thuoc-info-detail .prd-dt-phone {
        margin: 15px 0
    }

    .cs-thuoc-info.no-img.stop-business .cs-up-form-quatity .select-button {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .cs-thuoc-info.no-img.stop-business .cs-up-form-quatity .select-button .cs-up-button {
        width: 280px
    }

    .cs-thuoc-info.no-img.stop-business .cs-up-form-quatity .select-button .button-pri {
        margin: 0 0 10px 0
    }

    .no-img .thuoc-info-detail table.table-detail tr td {
        width: auto
    }

    .stop-business .thuoc-info-detail .table-detail tr td:first-child {
        width: 140px
    }

    .stop-business .thuoc-info-detail .cs-up-form-quatity .select-button .button-pri {
        margin-bottom: 10px
    }

    .thuoc-goc .cs-thuoc-header-detail .cs-table-detail {
        overflow-x: auto;
        margin-bottom: 10px
    }

    .thuoc-goc .cs-thuoc-header-detail .cs-table-detail::-webkit-scrollbar {
        height: 4px;
        width: 4px;
        border: 1px solid #d5d5d5
    }

    .thuoc-goc .cs-thuoc-header-detail .cs-table-detail::-webkit-scrollbar-thumb:horizontal {
        background: #a3a3a3;
        border-radius: 10px
    }

    .thuoc-goc .cs-thuoc-header-detail .dt-table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        margin-bottom: 15px;
        word-break: unset
    }

    .thuoc-goc .cs-thuoc-header-detail .dt-table tr td:last-child {
        max-width: 500px
    }

    .thuoc-goc .drugs-interact h2 {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 15px
    }

    .thuoc-goc .drugs-interact p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px
    }

    .thuoc-goc .drugs-interact .int-container .int-title .left {
        display: none
    }

    .thuoc-goc .drugs-interact .int-container .int-title .right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .thuoc-goc .drugs-interact .int-container .int-title .right .lc-form-search {
        display: block
    }

    .thuoc-goc .drugs-interact .int-container .int-title .right .lc-form-search .cs-up-input {
        display: block
    }

    .thuoc-goc .drugs-interact .int-container .int-title .right .lc-form-search .cs-up-input input {
        max-width: 100%;
        width: 100%
    }

    .thuoc-goc .drugs-interact .int-container .int-content .int-thread {
        padding: 9px 10px 6px
    }

    .thuoc-goc .drugs-interact .int-container .int-content .int-thread .int-control {
        width: auto
    }

    .thuoc-goc .drugs-interact .int-container .int-content .int-thread .int-collapse {
        text-transform: lowercase
    }

    .thuoc-goc .drugs-interact .int-container .int-content .int-thread .int-collapse, .thuoc-goc .drugs-interact .int-container .int-content .int-thread .int-control {
        font-size: 15px;
        line-height: 25px
    }

    .thuoc-goc .drugs-interact .int-container .int-content .int-body ul li {
        position: relative;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        padding: 0
    }

    .thuoc-goc .drugs-interact .int-container .int-content .int-body ul li:before {
        content: '';
        display: block;
        position: absolute;
        top: 17px;
        left: 10px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #1e69b2
    }

    .thuoc-goc .drugs-interact .int-container .int-content .int-body ul li .int-collapse, .thuoc-goc .drugs-interact .int-container .int-content .int-body ul li .int-control {
        font-size: 15px;
        line-height: 25px
    }

    .thuoc-goc .drugs-interact .int-container .int-content .int-body ul li .int-control {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 9px 15px 6px 30px
    }

    .thuoc-goc .drugs-interact .int-container .int-content .int-body ul li .int-control .icon {
        display: block;
        float: right;
        color: #c6c6c6;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .thuoc-goc .drugs-interact .int-container .int-content .int-body ul li .int-control .icon.active {
        color: #1e69b2;
        -webkit-animation: rotate-in-center .6s cubic-bezier(.25, .46, .45, .94) both;
        animation: rotate-in-center .6s cubic-bezier(.25, .46, .45, .94) both
    }

    .thuoc-goc .drugs-interact .int-container .int-content .int-body ul li .int-collapse {
        display: none;
        padding: 10px
    }

    .thuoc-goc .drugs-interact .int-container .int-content .int-body ul li .int-collapse.current {
        display: block;
        border-top: solid 1px #f2f3f5
    }

    .thuoc-goc .drugs-interact .int-container .int-content .int-pagination {
        padding: 20px
    }

    .thuoc-goc .drugs-interact .int-container .int-content .int-pagination .pagi-left {
        display: none
    }

    .thuoc-goc .drugs-interact .int-container .int-content .int-pagination .pagi-right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media (max-width: 768px) and (max-width: 640px) {
    .cs-thuoc-info .thuoc-info-detail .cs-up-form-quatity .select-button {
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }

    .cs-thuoc-info .thuoc-info-detail .cs-up-form-quatity .select-button .button-sec, .cs-thuoc-info .thuoc-info-detail .cs-up-form-quatity .select-button .cs-up-button {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 300px
    }

    .cs-thuoc-info .thuoc-info-detail .cs-up-form-quatity .select-button .button-pri {
        margin-bottom: 10px;
        margin-right: 0
    }
}

@media (max-width: 768px) and (max-width: 480px) {
    .cs-thuoc-info .thuoc-info-detail .cs-up-form-quatity .select-button .cs-up-button {
        max-width: 280px
    }
}

@-webkit-keyframes rotate-in-center {
    0% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        opacity: 0
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 1
    }
}

@keyframes rotate-in-center {
    0% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        opacity: 0
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 1
    }
}