@charset "utf-8"; 
body {
    margin: 0px auto;
    padding: 0;
    font-size: 17px;
    line-height: 1.6;
    font-family: 'Quicksand','Roboto', sans-serif;
    font-weight: normal;
    color: #000;
}

* {
    margin: 0px auto;
    padding: 0;
    outline: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clr {
    clear: both;
}

html {
    scroll-behavior: smooth;
}

a {
    color: #ffb700;
}

a:hover {
    color: #f25c05;
}

ul {
    padding: 0px;
}
blockquote {
    padding: 6px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #e0e0e0;margin-left: 30px
}
img {
    border: 0;
}

::selection {
    background-color: #ffb700;
    color: #fff;
}

::-webkit-selection {
    background-color: #ffb700;
    color: #fff;
}

-webkit-::selection {
    background-color: #ffb700;
    color: #fff;
}

::-moz-selection {
    background-color: #ffb700;
    color: #fff;
}

.page_conten_page .poup_page {
    width: 600px;
    background: #e9e9e9;
    padding: 50px;
    border-radius: 10px;
}

.bangdo_poup .sc_item_button {
    margin: 20px 0;
    float: left;
    margin-right: 15px;
}

.fhs-btn-box > .fhs-btn-gg {
    background-color: #dc4e41;
    color: white;
    border: 1px solid #dc4e41;
}

.fhs-btn-box > .fhs-btn-zl {
    background-color: #0591e9;
    color: white;
    border: 1px solid #0591e9;
}

.page_conten_page .poup_page1 {
    padding: 40px 50px;
    border-radius: 10px;
    background: #e9e9e9;
    width: 1000px;
}

.fhs-input-send span {
    position: absolute;
    right: 0;
    top: 7px;
    line-height: 42px;
    padding: 0 10px;
    font-weight: normal;
    z-index: 2;
    letter-spacing: 1px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    color: #ff0000;
}

.col-md-12>.fhs-input-box {
    margin: 0 10px;
}

.fhs-input-send {
    position: relative;
}

.fhs-input-box {
    clear: both;
    padding: 7px 0;
}

.poup_page label {
    display: inline-block;
}

.fhs-input-group {
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.fhs-selectbox, .fhs-textbox {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.fhs-input-box.fhs-input-display .fhs-input-group > .fhs-input-icon {
    display: block;
    position: absolute;
    right: 12px;
    color: #007bff;
    cursor: pointer;
    user-select: none;
}

.fhs-forget-pass {
    color: #0ac4dd;
    cursor: pointer;
    user-select: none;
    text-align: right;
    padding: 8px 0;
    font-weight: 600;
}

.fhs-btn-box {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.fhs-btn-box > button:disabled {
    background: rgb(224,224,224);
    background: -moz-linear-gradient(90deg, rgba(224,224,224,1) 0%, rgba(224,224,224,1) 100%);
    background: -webkit-linear-gradient( 90deg , rgba(224,224,224,1) 0%, rgba(224,224,224,1) 100%);
    background: linear-gradient( 90deg , rgba(224,224,224,1) 0%, rgba(224,224,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e0e0e0",endColorstr="#e0e0e0",GradientType=1);
    border: none;
    color: #636363;
}

.fhs-btn-box > button {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 270px;
    max-width: 100%;
    font-size: 1.1em;
    font-weight: 500;
    transition: all 0.3s;
    box-shadow: 0px 4px 6px hsl(0deg 0% 90%);
    -moz-box-shadow: 0px 4px 6px hsl(0, 0%, 90%);
    -webkit-box-shadow: 0px 4px 6px hsl(0deg 0% 90%);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 10px 20px;
    margin: 7px 0;
    cursor: pointer;
}

.fhs-btn-box > .fhs-btn-cancel {
    color: #ff0000;
    border: 1px solid #ff0000;
}

.fhs-btn-box > .fhs-btn-fb {
    background-color: #007bff;
    color: white;
    border: 1px solid #007bff;
}

.fhs-btn-box > button:enabled:hover {
    box-shadow: 0px 6px 8px hsl(0deg 0% 90%);
    -moz-box-shadow: 0px 6px 8px hsl(0, 0%, 90%);
    -webkit-box-shadow: 0px 6px 8px hsl(0deg 0% 90%);
    transform: scale(1.03);
    cursor: pointer;
}

.fhs-input-box.fhs-input-send .fhs-input-group > .fhs-input-icon {
    display: block;
    position: absolute;
    right: 12px;
    color: #007bff;
    cursor: pointer;
    user-select: none;
}

.fhs-selectbox[autocomplete='off']:read-only:disabled, .fhs-textbox[autocomplete='off']:read-only:disabled {
    background-color: #f2f2f2;
}

.fhs-register-term {
    text-align: center;
    padding: 8px 0;
    font-size: 0.9em;
    line-height: 1.5em;
}

.bangdo_poup #pro_tabs {
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.popup_giohang {
    width: 850px;
}

.popup_giohang h3 {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    background: #ffb700;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    color: #000;
}

.kiemtra_donhang.no_box .dv-load-hd-js {
    font-size: 14px;
    padding: 10px;
    color: #333;
}

.heading-counter {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    color: #222;
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px;
    margin-bottom: 0;
}

.page_conten_page .heading-counter {
    padding: 0 0 20px;
}

.heading-counter .count_cart {
    color: #f25c05;
}

.cart_summary tr td {
    padding: 15px 15px 15px;
    border-bottom: 1px solid #eaebf3;
}

.cart_summary tr:first-child th {
    border: none;
    color: #222;
    font-weight: 700 !important;
    padding: 10px !important;
    background: #ececec;
    font-size: 16px;
}

table .c-th-sp a.sp {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 120px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    background: #fff;
    margin: 0;
    float: left;
    margin-right: 15px;
}

table th {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.total-line__price {
    text-align: right;
}

.total-line-table__tbody .total-line,.total-line-table__footer {
    line-height: 40px;
}

table.product-table {
    width: 100%;
}

table.total-line-table {
    width: 100%;
}

table .c-th-sp a.sp img {
    max-width: 100%;
    max-height: 100%;
}

table .c-th-sp a {
    color: #222;
    text-decoration: none;
    line-height: 25px;
    display: block;
    margin-bottom: 5px;
    text-align: left;
}

table .c-th-sp a.del {
    color: #f25c05 !important;
    cursor: pointer;
}

table .c-th-sp {
    text-align: left;
}

table .c-th-sluong {
    text-align: center;
}

table .c-th-ttien {
    text-align: center;
}

table .c-th-gia {
    text-align: center;
}

table .c-th-ttien b,table .c-th-gia b {
    color: #ff0000;
}

.number-down,.number-up {
    border: 1px solid #d8d8d8;
    outline: none;
    background: transparent;
    height: 41px;
    width: 30px;
    text-align: center;
    vertical-align: top;
    padding: 0;
    color: #222;
    font-size: 15px;
    line-height: 30px;
    float: left;
    cursor: pointer;
}

#number {
    border: 1px solid #eaebf3;
    border-left: 0;
    border-right: 0;
    height: 30px;
    font-size: 12px;
    text-align: center;
    width: 45px;
    vertical-align: top;
    min-height: 30px;
    padding: 0;
    float: left;
}

.so-luong-mua {
    display: -webkit-inline-box;
}

.button-cart {
    margin: 15px 15px 30px;
}

.button-cart a.close {
    margin-top: 10px;
    float: left;
    color: #1c1c1c;
    cursor: pointer;
    font-weight: 600;
}

.button-cart .btn-checkout {
    float: right;
    font-size: 15px;
    padding: 1px 30px 2px;
    line-height: 38px;
    color: #000;
    background: #ffb700;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
    border-radius: 0px;
    box-shadow: none;
    font-weight: 600;
}

.button-cart .btn-checkout:hover {
    background: #f25c05;
    color: #fff;
}

.button-cart a.close:hover {
    color: #222;
}

.block-total-left {
    width: 68%;
    float: left;
}

.block-total-cart {
    float: right;
    width: 30%;
    border: 1px solid #e8e8e8;
    padding: 20px 0;
}

.number-cart-page-right {
    flex-basis: 35%;
    display: flex;
    text-align: right;
}

.number-cart-page-right .price {
    text-align: right;
}

.title-final-total .number-cart-page-right .price {
    color: #ff0000;
    font-size: 17px;
}

.method-button-cart button {
    font-size: 16px;
    padding: 14px 30px;
    color: #FFF;
    background: #0ac4dd;
    white-space: nowrap;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

.title-final-total {
    font-weight: 650;
    margin: 10px 0;
}

.method-button-cart button:hover {
    color: #fff;
    background: #0a3380;
}

.title-final-total {
    font-weight: 650;
    margin: 10px 0;
}

.border-product {
    width: 95%;
    margin: auto;
    border-bottom-width: 1px;
    border-bottom-color: #ededed;
    border-bottom-style: solid;
}

.title-cart-page-left {
    flex-basis: 70%;
}

.total-cart-page {
    display: flex;
    font-size: 15px;
    padding: 5px 15px;
}

.cart_product img {
    height: 115px
}

#placeSlide_main {
    overflow-x: hidden;
}

.product-thumbnail__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.product-thumbnail__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.product-thumbnail__quantity {
    background-color: #f25c05 !important;
    color: #fff;
    position: absolute;
    z-index: 3;
    box-sizing: border-box;
    text-align: center;
    top: -5px;
    right: -10px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
}

.product-thumbnail {
    width: 60px;
    height: 70px;
    background: #fff;
    position: relative;
    margin-right: 15px;
    float: left;
    margin-top: 15px;
}

.order-summary__section {
    border-top: 1px solid rgba(175,175,175,.34);
}

.btn--disabled {
    background: #0ac4dd;
    color: #fff;
    padding: 13px 20px;
    border: none;
    float: right;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.7;
    font-family: 'Roboto', sans-serif;
}

.field__input-wrapper input {
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    padding: 10px;
    border: 1px #d9d9d9 solid;
    height: 42px;
    background-color: #fff;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    width: 75%;
    float: left;
}

.payment-due__price {
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1em;
    color: #ff0000;
}

.product__description__name {
    font-weight: 700 !important;
    font-size: 16px !important;
    display: -webkit-box;
    overflow: hidden;
    line-height: 23px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.order-summary__nav.method-button-cart button {
    float: right;
    box-shadow: none !important;
}

.order-summary__nav.method-button-cart {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-summary__nav.method-button-cart>a {
    margin: 0;
    font-weight: 600;
    color: #000;
}

.method-button-cart .sc_item_button {
    margin: 15px 0;
}

.page_sp_ct {
    width: 1000px;
    padding: 40px;
}

.edit_checkout {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}

.discount-code {
    padding: 0;
}

.sidebar .sidebar__title {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 0;
}

#placeSlide_main .sidebar {
    width: 36%;
    float: right;
    border-left: 1px solid #ccc;
}

.content-box__row .fa-money {
    font-size: 25px;
    color: #0073ab;
    float: right;
}

.content-box__row__desc {
    clear: both;
}

.radio__input {
    float: left;
}

.radio__label {
    float: left;
    margin-left: 7px;
    position: relative;
    top: -9px;
    width: 93%
}

.content-box__row {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    padding: 20px;
}

.thanhtoan-2 h2 {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.thanhtoan-2 {
    width: 30%;
    float: left;
    margin: 0 20px
}

.alert--info {
    color: #505050;
    background-color: #ececec;
    border-color: #ececec;
    padding: 14px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.top_td select,.top_td input,.top_td textarea {
    border-radius: 0;
    display: block;
    box-sizing: border-box;
    padding: 10px;
    border: 1px #d9d9d9 solid;
    height: 42px;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
}

.top_td {
    border-bottom: none;
}

.top_td textarea {
    height: 80px
}

#chitiet_news {
    width: 30%;
    float: left;
}

#cartRow_969208 .price>div {
    margin: 5px 0
}

#cartRow_969208 .price,#cartRow1_969208.price {
    color: #ff0000
}

.dv-gr-vanchuyen {
    border-radius: 0;
    width: 100%;
    padding: 15px 20px;
    position: relative;
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
    line-height: 18px;
}

h2.sidebar__title {
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 10px 0;
}

.dv-gr-vanchuyen.dv-gr-thanhtoan label {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.radio__input {
    float: left;
}

input.lb_ghdck:checked, .input_style_1:checked {
    border: none;
    box-shadow: 0 0 0 10px #ffb700 inset;
}

.input_style_radio {
    border-radius: 100px;
}

input.lb_ghdck, .input_style_1 {
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    background: transparent;
    line-height: normal;
    width: 18px;
    height: 18px;
    box-shadow: 0 0 0 0 #bbbbbb inset;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
    vertical-align: -4px;
    outline: 0;
    border: 1px solid;
    border-color: #bbbbbb;
    margin-right: 8px;
    float: left;
    overflow: hidden;
}

.dv-gr-vanchuyen .blank-slate {
    background-color: #ececec;
    padding: 15px 20px;
    margin: 5px -20px -15px;
    line-height: 25px;
}

input.lb_ghdck:checked:after, .input_style_1:checked:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    background-image: url(/images/checkbox-tick-0.svg),none;
    filter: alpha(opacity=100);
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 8px;
    margin-left: -5px;
    margin-top: -4px;
}

.input_style_radio:checked:after {
    background: none;
    width: 4px;
    height: 4px;
    margin-left: -2px;
    margin-top: -2px;
    background-color: #fff;
    border-radius: 50%;
}

.ctas .btn-apply {
    color: #fff;
    position: relative;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    display: block;
    padding: 10px 25px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #a4193a;
}

.ctas .btn-apply:hover,#appform .form .submit:hover {
    background-color: #c61f47;
}

.ctas {
    margin-bottom: 10px;
}

.desc-job .-desc li {
    color: #888;
    border-bottom: 1px solid #e4e4e4;
    padding: 0.75em 0;
    margin-bottom: 15px;
    padding-top: 0;
}

#appform {
    clear: both;
    width: 100%;
    flex: 0 0 100%;
    margin-top: 30px;
    display: inline-block;
}

#appform .wrapper h1 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    padding: 8px 20px;
    background: #a4193a;
}

#appform .form .row {
    padding-bottom: 25px;
}

#appform .form .row .label {
    color: #666;
    font-weight: bold;
    display: block;
    width: 100%;
    padding-bottom: 8px;
}

#appform .form .row .input input, #appform .form .row .input textarea {
    padding: 11px 13px;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#appform .form {
    padding: 20px 0;
}

#appform .form .upload {
    position: relative;
    width: 100%;
    border: 1px dashed #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
    cursor: pointer;
}

#appform .form .upload input {
    display: block;
    position: absolute;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    z-index: 101;
    opacity: 0;
    filter: alpha(Opacity:0);
}

#appform .form .upload .text {
    position: relative;
    text-align: center;
    font-size: 15px;
    z-index: 100;
    padding: 10px 0;
    cursor: pointer;
}

#appform .form .submit {
    background-color: #a4193a;
    padding: 10px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    margin: 0 20px;
}

.hidden, .ap-hidden {
    display: none;
}

#appform .row {
    padding: 0 30px;
}

#appform .form .row .input input, #appform .form .row .input textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#appform .wrapper {
    background-color: #fff;
    -moz-box-shadow: 0 2px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 5px 0px rgb(0 0 0 / 20%);
    box-shadow: 0 2px 5px 0px rgb(0 0 0 / 20%);
    border: none;
}

.desc-job .-desc li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.desc-job .-desc li strong {
    font-size: 16px;
    color: #000;
    display: block;
    font-weight: normal;
}

.desc-job .-desc {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fbfbfb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e4e4e4;
}

.item--job {
    position: relative;
    padding: 30px 0px 30px 0;
    border-bottom: 1px solid #e4e4e4;
}

.item--job .name__job {
    margin-bottom: 10px;
}

.item--job .desc__job ul li {
    font-size: 15px;
    display: inline-block;
    margin-right: 20px;
    line-height: 30px;
}

.item--job .job__cta {
    position: absolute;
    top: 30px;
    right: 0px;
}

.item--job .job__cta a {
    padding: 8px 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    background-color: #a4193a;
}

.item--job .desc__job i {
    font-weight: 500;
    color: #a4193a;
    margin-right: .3em;
}

.desc__job .salary {
    font-weight: bold;
}

.item--job .name__job .title a {
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.item-careers {
    border: 1px solid #E9E9E9;
    border-radius: 2px;
    padding: 40px;
    margin-bottom: 30px;
}

.item-careers h4 a {
    display: block;
    color: #f58c21;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
}

.item-careers h4:hover a {
    color: #ee4037;
}

.item-careers ul li {
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
}

.item-careers ul li.active {
    background-color: #ee4037;
    padding: 2px 15px;
    color: #FFF;
    border-radius: 3px;
}

.item-careers p {
    margin: 15px 0;
}

.item-careers a {
    font-size: 14px;
    color: #ee4037;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
}

.new_id_bs_f {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fbfbfb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 20px;
    border: 1px solid #e4e4e4;
    display: inline-block;
}

.box_right_pro_view.box_right_pro_tt .new_id_bs {
    width: calc(100% / 1);
    margin: 0;
    border-bottom: 1px solid #E6E8EC;
    padding: 0;
    padding-bottom: 10px;
}

.box_right_pro_view.box_right_pro_tt .new_id_bs:last-child {
    border-bottom: none;
}

.dv-benh .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%;
}

.dv-benh .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 15px 0 20px;
}

.hinh-col-3 .thumbnail .caption a:hover h3,.hinh-col-3 .thumbnail .caption ul li a:hover {
    color: #a4193a;
}

.hinh-col-3 .thumbnail .caption ul li {
    list-style-type: none;
    font-size: 16px;
    line-height: 32px;
}

.hinh-col-3 .thumbnail .caption ul li a {
    color: #333
}

.hinh-col-3 .thumbnail .caption h3 {
    color: #009edb;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    margin: 15px 0 3px;
    padding: 0;
}

.col-sm-3.hinh-col-3 img {
    width: 100%
}

.col-sm-3.hinh-col-3 {
    width: calc(100% / 2 - 20px);
    float: left;
    margin: 20px 10px 0
}

.cs-base-custom hr {
    margin: 15px 0;
    border-top: 1px solid #e7e6e6;
}

.cs-base-custom .lc-content-cover {
    font-size: 18px;
    line-height: 29px;
}

.cs-base-custom h2 {
    font-size: 20px;
    line-height: 38px;
}

.viewRight .prd-dt-phone a {
    color: #ff0000;
    font-weight: 600;
}

.prd-dt-phone {
    font-size: 16px;
    line-height: 18px;
    margin-top: 15px;
    color: #595959;
    clear: both;
    margin: 20px 10px 0;
}

.danhsach-thuoc .result h2 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    background: #d8ece1;
    display: block;
    clear: both;
    margin: 20px 0;
    padding: 15px 20px;
}

.danhsach-thuoc .result .view {
    clear: both;
    display: block;
    text-align: center;
}

.danhsach-thuoc .result .view .text-center:hover {
    box-shadow: 0 2px 9px -2px #888;
    color: #009edb;
}

.danhsach-thuoc .result .view .text-center {
    display: inline-block;
    margin: 0 auto;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    background: #fff;
    color: #a4193a;
    text-align: center;
}

.danhsach-thuoc .result .result-item a {
    display: inline-block;
    width: calc(100% /3 - 20px);
    font-size: 17px;
    float: left;
    margin: 0 10px;
    color: #414141;
    margin-bottom: 10px;
    text-decoration: none;
}

.content .alphabet a.active,.content .alphabet a:hover {
    background: #009edb;
    color: #fff;
}

.content .alphabet a {
    display: inline-block;
    width: auto;
    height: 35px;
    font-size: 16px;
    padding: 4px 8px;
    text-decoration: none;
    border-radius: 3px;
    color: #4a4a4a;
    background: #fff;
    box-shadow: 0 2px 9px -2px #888;
    margin: 0 1.5px;
}
 

.timkiem-thuoc .content {
    clear: both;
    width: 100%
}

.timkiem-thuoc .timkiem_top {
    width: 50%
}

.timkiem-thuoc .timkiem_top .input_search {
    font-size: 16px;
}

.ntlc-item .item .col-sm-3 {
    padding: 0;
    width: 20%;
    float: left;
}

.ntlc-table tr:first-child {
    background: #009edb;
    color: #fff;
}

.ntlc-table th {
    text-align: center;
    padding: 7px;
    border: 1px solid #e2e2e2;
    white-space: nowrap;
}

.ntlc-item .item .col-sm-9 {
    width: 75%;
    padding: 0;
    float: right;
}

.col-sm-12 .tiltle {
    margin: 20px 0
}

.ntlc-item .item {
    margin-bottom: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    width: calc(100% / 2 - 20px);
    float: left;
    margin: 0px 10px 20px;
}

.ntlc-content {
    margin-top: 20px
}

.ntlc-description h2 {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    font-family: inherit;
    font-weight: 400;
}

.ntlc-description {
    margin-bottom: 20px;
    padding: 10px 20px;
    background: #fafafa;
    border-left: 3px solid #a4193a;
}

.col-lg-4 .title h2 {
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
}

.col-lg-4 .address-wrapper .item {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 25px;
    line-height: 1.4;
}

.address-wrapper .item .address>div {
    margin: 7px 0;
}

.col-lg-4 .address-wrapper {
    max-height: 245px;
    overflow-y: scroll;
}

.address-wrapper .item .address>div.title {
    font-weight: 500;
    font-size: 17px;
}

.col-lg-4 .form .frm-btn button {
    border: 0;
    border-radius: 5px;
    background: #a4193a;
    width: 100%;
    height: 43px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.col-lg-4 .form .frm-btn button:hover {
    background: #a4193a;
    cursor: pointer;
}

.col-lg-4 .form .frm-btn {
    position: relative;
    width: 100%;
}

.form-control, .form-group select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #ababab;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    resize: vertical;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.col-lg-4 .form .form-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 10px;
    width: 100%;
    padding-left: 0;
}

.col-lg-4 {
    width: calc(100% / 2 - 20px);
    margin: 0px 10px 0px;
    float: left;
}

.col-lg-4 .form {
    background: #a4193a1f;
    padding: 30px 25px;
}

.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    float: right;
    position: relative;
    width: calc(100% / 2 - 20px);
    margin: 0px 10px 20px;
}

.txt-quantity {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #4c4c4c;
    text-align: center;
    margin: 15px 0 5px;
}

.name-m-blue {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #009edb;
    text-transform: uppercase;
}

.dv-home-sp .col-6 picture img {
    object-fit: cover;
    height: 100px;
}

.dv-home-sp .col-6 {
    position: relative;
    width: calc(100% / 6 - 20px);
    float: left;
    margin: 20px 10px 0;
    padding: 15px 10px;
    text-align: center;
    border: 1px solid #d8ece1;
    border-radius: 20px;
}

.dv-top img {
    width: 100%;
}

.dv-home-sp-left {
    width: 23%;
    float: left;
}

.dv-home-sp-left img {
    width: 100%;
}

.dv-home-sp {
    padding: 50px 0;
}

.pro_home_id_f {
    margin: 0;
    width: 75%;
    float: right;
}

.dv-sanpham-detail .dv-home-sp .col-6 {
    width: calc(100% / 5 - 20px);
}

.dv-home-sp .col-6:hover .name-m-blue {
    color: #a4193a
}

.dv-home-sp .col-6:hover {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
}

.dv-home-sanpham {
    padding: 60px 0
}

.newsletter_home .read_more a {
    border-radius: 40px;
    padding: 5px 30px;
}

.newsletter_home .contact_lbl.form-control {
    height: 70px;
    width: 97%;
    margin-bottom: 20px;
}

.newsletter_home .form-control {
    display: block;
    width: 47%;
    height: 40px;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    resize: vertical;
    box-sizing: border-box;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    font-weight: 300;
    float: left;
    margin: 10px;
}

.newsletter_home ul {
    width: 750px;
    margin: auto;
}

.newsletter_home p {
    color: #fff
}

.newsletter_home:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(27,39,61,.8);
    transition: .3s all ease;
    z-index: 0;
}

.lgx-countdown .pagewrap:after {
    content: "";
    background: url(../delete/schedule-bg-pattern2.png) top no-repeat;
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    background-size: cover;
    height: 300px;
    z-index: -1;
}

.dv-home-dichvu {
    background: url(../delete/about-bg2.jpg) no-repeat center 160px;
    ; }

.newsletter_home {
    background: url(../delete/video-bg.jpg) center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 60px 0;
    position: relative;
}

.no_data {
    padding-top: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding-bottom: 0px;
    position: relative;
    background-image: url(../delete/banner1.png);
}

.dv-home-dichvu {
    padding: 60px 0
}

.countdown a {
    background: #a4193a;
    color: #fff;
    padding: 5px 30px;
    border-radius: 50px;
    margin: 0 5px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-table;
    border: 1px solid #a4193a;
}

.countdown a:hover {
    background: #1f2944;
    color: #fff;
}

.countdown h2 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 35px;
}

.countdown-left-info h3 {
    color: #1b273d;
    margin: 10px 0 7px;
    font-weight: 400;
    font-size: 22px;
}

.countdown-left-info h2 {
    color: #1b273d;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.countdown-left-info {
    background: rgba(239,165,6,0.95);
    width: 30%;
    float: left;
    text-align: center;
    padding: 4.2rem 1rem;
}

.box_right_pro_view .new_right {
    padding: 10px;
    background: #fff;
    border: 1px solid #e8e8e8;
}

.box_right_pro_view .new_right a {
    background: #a4193a;
    padding: 3px 15px 6px;
    display: inline-table;
    color: #fff;
    margin: 5px;
}

.box_right_pro_view img {
    width: auto;
    height: 50px;
    float: left;
}

.box_right_pro_view>ul>li {
    border-bottom: 1px solid #e8e8e8;
    padding: 8px 0;
    clear: both;
    display: flex;
    margin: 0;
    padding-left: 10px;
}

.box_right_pro_view>ul>li a {
    color: #333;
    font-size: 16px;
    margin: 0;
}

.box_right_pro_view>ul>li.active a,.box_right_pro_view>ul>li a:hover {
    color: #a4193a
}

.box_right_pro_view>ul>li a h2 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.tin_right select {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 20px;
    color: #8d8d8d;
    border-color: transparent;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px #e8e8e8;
    width: 94%;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    margin-left: 3%;
    margin-bottom: 10px;
}

.dv_gt h2 {
    margin-top: 20px;
    line-height: 40px;
    font-weight: 300;
}

.dv_gt {
    background: #f2f2f2;
    position: absolute;
    left: 0;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    top: 50%;
    transform: translateY(-50%);
    padding: 50px;
}

.dv_gioithieu1 .dv_gt img {
    height: 50px;
    width: auto;
}

.dv_gioithieu1 {
    text-align: center;
    position: relative;
}

.dv_gioithieu1 img {
    width: 70%
}

.dv_doingu .dv_gt h2 {
    margin-top: 0;
    line-height: 40px;
    font-weight: 600;
    color: #2c533f;
    font-size: 28px;
    margin-bottom: 10px;
}

.dv-home-lophoc.dv-lophoc {
    padding: 0;
    background: transparent;
}

.dv-home-lophoc.dv-lophoc:before {
    display: none;
}

.gt-doingu .tiltle {
    text-align: center;
}

.gt-doingu>h3 {
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 25px;
    color: #c8a251;
}

.dv-home-doingu.dv-gt-doingu.gt-doingu {
    background: transparent;
    padding: 130px 0 20px;
}

.gt-doingu .dv-home-dn {
    width: calc(100% / 4 - 20px);
    margin: 0 10px 10px;
    float: left;
}

.dv_doingu .dv_gt {
    background: #f2f2f2;
    position: absolute;
    left: 0;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    max-width: none;
    top: inherit;
    transform: none;
    bottom: -90px;
    padding: 30px 50px;
    width: 70%;
    right: 0;
}

.dv_gioithieu1.dv_doingu img {
    width: 80%
}

.widget_getintuch b,.widget_getintuch strong {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
}

.widget_getintuch li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 50px;
    line-height: 25px;
}



.dv-home {
    padding: 60px 0px;
    position: relative;
    background: rgba(85,75,185,.95);
}

.dv-home:after {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    background-size: cover;
    height: 300px;
    z-index: -1;
}

.dv-home-hinhanh {
    padding: 85px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0,0,0,0.7);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.dv-home-hinhanh p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    max-width: 800px;
    line-height: 1.8;
    padding: 5px 0 15px;
}

.dv-home-hinhanh .title {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
}

.grid-gallery {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.grid-gallery li figure figcaption h6 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
}

.grid-gallery li figure figcaption small {
    font-size: 14px;
    color: #fff;
    opacity: 0.9;
}

.grid-gallery li figure figcaption small i {
    padding-right: 7px
}

.grid-gallery li figure figcaption {
    width: 100%;
    float: left;
    padding: 20px 30px;
    padding-top: 50px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #131314 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.grid-gallery li {
    width: calc(100% / 4 - 20px);
    float: left;
    margin: 20px 10px 30px;
    list-style: none;
    position: relative;
}

.grid-gallery li:nth-child(5) {
    width: calc(100% / 4 - 20px);
    position: absolute;
    right: 0%;
    bottom: 0;
}

.grid-gallery li figure {
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.grid-gallery li:nth-child(6) {
    width: calc(100% / 2 - 20px);
    position: absolute;
    left: 0%;
    bottom: 0;
}

.grid-gallery li img {
    width: 100%;
    transition: all 0.5s;
}

.grid-gallery li img:hover {
    transform: scale(1.05) rotate(2deg);
    transition: 0.5s;
    filter: brightness(0.5);
}

.dv-home-dn h3 {
    color: #2c533f;
    font-size: 20px;
    line-height: 34px;
    padding: 2px 0 0px 0;
    margin: 0;
    font-weight: 600;
}

ul.social li {
    float: left;
    list-style: none;
    line-height: 0;
    text-align: center;
    margin: 7px 10px;
}

.poup_page {
    padding: 50px;
    width: 600px;
}

.col_lg_6 ul li {
    font-size: 16px
}

.dv-home-dnright .text-left {
    margin: 0;
    padding: 10px 20px;
}

.dv-home-dnright {
    width: 64%;
    float: right;
}

.dv-home-dnleft {
    width: 35%;
    float: left;
}

.dv-home-doingu.dv-gt-doingu {
    background: transparent;
    padding: 50px 0 10px;
}

.dv-home-doingu.dv-gt-doingu:before,.dv-home-doingu.dv-gt-doingu:after {
    display: none
}

.dv-home-doingu:before {
    content: "";
    background: url(../delete/bg.png) top no-repeat;
    position: absolute;
    right: 0;
    width: 100%;
    top: 0;
    background-size: cover;
    margin-top: -158px;
    height: 158px;
}

.dv-home-doingu:after {
    content: "";
    background: url(../delete/bg_bt.png) top no-repeat;
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    background-size: cover;
    margin-bottom: -158px;
    height: 158px;
    z-index: 1;
}

.dv-home-doingu {
    padding: 50px 0;
    position: relative;
    background: #d8ece1;
}

p.p-brief {
    font-size: 18px;
    margin: 5px auto 25px;
    width: 600px;
    text-align: center;
    font-weight: 300;
}

.dv-home-lophoc .pagewrap h3 {
    text-align: left;
}

.dv-home-gioithieu .tiltle {
    text-align: center;
}

.dv-home-lophoc {
    padding: 130px 0 75px;
    position: relative;
    background: #f1f1f1;
}

.dv-home-lophoc:before {
    content: "";
    background: url(../delete/bg-class.png) top right no-repeat;
    position: absolute;
    right: 0;
    width: 100%;
    top: 30px;
    background-size: 100%;
    z-index: 1;
    height: 23%;
}

.dv-home-gioithieu:after {
    content: "";
    background: url(../delete/bg_bt.png) top no-repeat;
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    background-size: cover;
    z-index: 1;
    margin-bottom: -158px;
    height: 158px;
}

.dv-home-tintuc div ul .read_more {
    margin-top: 7px;
    text-align: left;
}

.dv-home-tintuc div ul .read_more a {
    color: #a4193a;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 3px;
    background: transparent;
    border-radius: 0;
    padding: 0;
    display: inline-table;
    transition: 0.5s;
    border: 0;
    text-align: left;
}

.countdown-left-info .fa-calendar:before {
    color: #a4193a;
    padding-right: 5px;
}

.dv-home-dn {
    width: calc(100% / 1 - 20px);
    margin: 0 10px 10px;
    float: left;
}

.dv-home-dn img {
    width: 100%
}

.dv-home-dnleft p.p-brief {
    width: 100%
}

.dv-homeright .tiltle {
    margin-bottom: 25px;
}

.dv-homeright p {
    color: #fff
}

.dv-homeleft img {
    width: 100%;
    border-radius: 50%;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.7);
}

.dv-homeleft {
    width: 30%;
    float: left;
}

.dv-homeright {
    width: 67%;
    float: right;
    padding: 20px 0;
    text-align: center;
}

.dv-home-gioithieu {
    padding: 40px 0;
    position: relative;
    background: #d8ece1;
}

.a-right {
    text-align: right !important;
}

.itemdv .content p {
    font-size: 23px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 7px;
}

.itemdv .content span {
    font-size: 15px;
    font-family: "Raleway", Sans-serif;
}

.itemdv .image_icon {
    width: 80px;
    display: flex;
    float: left;
    height: 80px;
    background: #a1dac0;
    border-radius: 50%;
    padding: 10px;
    vertical-align: middle;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.itemdv .content {
    display: block;
    float: left;
    width: calc(100% - 110px);
    -webkit-width: calc(100% - 80px);
    -moz-width: calc(100% - 80px);
    -os-width: calc(100% - 80px);
    -o-width: calc(100% - 80px);
}

.itemdv {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    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;
    position: relative;
    z-index: 1;
}

.dv-home-lh.flex#tintuc_slide {
    margin: 0
}

#tintuc_slide .dv-gr-lh {
    width: calc(100% / 1);
    margin: 20px 0px 60px;
    float: left;
}

.dv-gr-lh h3 {
    color: #1c283c;
    font-size: 20px;
    line-height: 34px;
    padding: 0px 0 5px 0;
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
}

.tt-row-btn a {
    color: #a4193a;
    transition: color .2s;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.tt-row-btn a i {
    display: inline-block;
    margin-left: 8px;
    font-size: 14px;
    line-height: 8px;
    position: relative;
    top: -1px;
}

.dv-home-lh.flex {
    margin: 0px -10px 0;
}

.dv-home-gt {
    margin: 0px -10px
}

.text-left h4 {
    color: #515151;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px
}

.text-left {
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    margin: -50px 20px;
    z-index: 2;
    position: relative;
    border-radius: 4px;
    padding: 20px 20px 25px;
}

.dv-gr-lh img {
    width: 100%;
    transition: 0.5s;
}

.dv-gr-lh .img {
    overflow: hidden;
}

.dv-gr-lh img:hover {
    transform: scale(1.05) rotate(2deg);
    transition: 0.5s;
    filter: brightness(0.5);
}

.dv-gr-lh {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 65px;
    float: left;
}

.flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.itemdv .image_icon img {
    height: 55px;
    margin: auto;
}

.col-lg-4.align-center img {
    width: 85%
}

.col-lg-4.align-center {
    text-align: center;
}

.dv-home-gioithieu .pagewrap>p {
    text-align: center;
    font-weight: 400;
    padding-top: 10px;
    font-size: 16px;
    color: #666666;
    max-width: 750px;
    margin: auto;
    margin-bottom: 2%;
}

.read_more a i {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    line-height: 8px;
    position: relative;
    top: 0px;
}

.dv-home-lh.flex#sukien_slide {
    margin: 0;
}

#sukien_slide .dv-gr-lh {
    width: calc(100% / 1);
    margin: 20px 0 65px;
}

.dv-home-tintuc div ul .read_more a:hover {
    color: #a4193a;
    background: transparent;
}

.pagewrap .dv-home-dnleft>h3 {
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 25px;
    color: #c8a251;
}

.pagewrap>h3 {
    text-align: left;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 25px;
    color: #c8a251;
}

 

.noo-theme-title-bg {
    background-image: url(../images/bg-line.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 23px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.sign_col2 a {
    padding-right: 3px
}

.sign_col2 .col-md-6 {
    width: 100%
}

.banner_detail {
    padding-top: 225px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding-bottom: 0px;
    position: relative;
}

.banner_detail img {
    width: 100%;
    position: relative;
}

.tin_left .aboutus-head p {
    font-weight: 300;
    font-size: 16px
}

.home_about .sc_action_item_mc img {
    width: auto;
}

.sc_action_item_mc h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    margin-top: -20px;
    line-height: 50px;
    margin-bottom: -10px;
}

.sc_action_item_mc {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    left: 10%;
}

.tin_left #home-aboutus {
    padding-top: 0
}

#history_tabs .tabs {
    font-weight: 400
}

.col-md-6 .cat-thumb-item {
    margin: 0;
    width: 100%;
}

.col-md-6.evo-account {
    float: right;
}

.cat-thumb-item-content {
    background-color: #a4193a;
    color: #fff;
    text-align: center;
}

.cat-thumb-item-content h3 {
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 38px;
}

.cat-thumb-item-content h3 a {
    color: #fff;
}

.home_sales {
    width: 100%;
    max-width: 1600px;
    position: relative;
}

.cat-thumb-item-content p a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 0.8);
}

.img-responsive {
    width: 100%
}

.cat-thumb-item-content-inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 0 15px;
}

.blog-date {
    padding-left: 15px;
}

.new_id_bs ul span i {
    color: #a4193a;
}

.cat-thumb-item-content.bg-color1 {
    background: #134a56
}

.cat-thumb-item-content .col-md-6 img {
    width: 100%
}

.col-md-6 {
    float: left;
    position: relative;
    margin: 0 10px 10px;
    width: calc(100% / 2 - 20px);
}

.home_history {
    background: url(../delete/history.jpg) top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 100px;
    margin-bottom: 60px
}

.home_sales {
    margin-bottom: 60px
}

.thsn-static-box-inner p {
    font-size: 20px;
    font-weight: 300;
    margin: 10px;
}

.thsn-static-box-inner h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px;
    font-weight: 400;
}

.thsn-static-box-inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
    z-index: 1;
}

.col_mn_4 a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background: -moz-linear-gradient(top,rgba(103,84,33,.47) 0%,rgba(103,84,33,.47) 37%,rgba(103,84,33,.37) 51%,rgba(103,84,33,0) 100%);
    background: -webkit-linear-gradient(top,rgba(103,84,33,.47) 0%,rgba(103,84,33,.47) 37%,rgba(103,84,33,.37) 51%,rgba(103,84,33,0) 100%);
    background: linear-gradient(to bottom,rgba(103,84,33,.47) 0%,rgba(103,84,33,.47) 37%,rgba(103,84,33,.37) 51%,rgba(103,84,33,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78675421',endColorstr='#00675421',GradientType=0);
}

.col_mn_4 a:before {
    border: 1px solid rgba(255,255,255,.28);
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    margin: 15px;
    z-index: 4;
}

.col_mn_4 img {
    width: 100%
}

.col_mn_4 {
    float: left;
    width: calc(100% / 3 - 20px);
    margin: 30px 10px 0;
    -webkit-transition: all .3s ease;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-top: -150px;
    z-index: 1;
}

.sc_layouts_item .fa-phone:before {
    color: #fff;
    padding-right: 7px;
}

.sc_layouts_item {
    float: right;
    margin: 17px 0;
}

.sc_layouts_item .sc_button {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    line-height: 23px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #a4193a;
    color: #fff;
    padding: 8px 25px;
    position: relative;
    border-radius: 50px;
    border: 1px solid #fff;
}

.sc_layouts_item .sc_button:hover {
    background: #fff;
    transition: 0.5s;
    color: #a4193a;
    border: 1px solid #a4193a;
}

.mobile-menu-area {
    display: none;
}

.header_menu_mobile>a.btn_menu {
    font-size: 28px;
    transform: translateY(-50%);
    color: #fff;
}

.box_right_pro_view li {
    list-style: none;
    display: block;
    border-bottom: 1px solid #E6E8EC;
    padding: 10px 0;
    text-align: left;
}

.header_menu_mobile {
    display: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    resize: vertical;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
}

.sort-cate-left {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.sort-cate-left h3 {
    color: #222;
    font-size: 16px;
    float: left;
    margin: 0;
}

.sort-cate-left ul li {
    float: left;
    padding: 0 0 0 23px;
    list-style: none;
}

.sort-cate-left ul li a {
    color: #000;
    font-size: 15px;
    position: relative;
    font-weight: 500;
}

.sort-cate-left ul li a i {
    height: 16px;
    width: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    position: relative;
}

.sort-cate-left ul li:hover i:before, .sort-cate-left ul li.active i:before {
    content: "";
    width: 9px;
    height: 9px;
    background-color: #ffb700;
    position: absolute;
    border-radius: 50%;
    margin: 3px;
}

.ui-widget.ui-widget-content {
    border: none !important;
    margin-bottom: 25px;
    width: calc(100% - 15px);
    margin-left: 0px;
}

.ui-widget.ui-widget-content {
    height: 4px;
    background: #ebebeb;
}

.aside-item .aside-content {
    width: 100%;
    z-index: 0;
    position: relative;
    margin-top: 25px;
}

.ui-slider-horizontal .ui-slider-handle {
    height: 18px !important;
    width: 18px !important;
    border-radius: 50% !important;
    top: -7px !important;
    background: #cc2121 !important;
    border: solid 2px #fff !important;
    box-shadow: 0px 4px 8px 0px rgb(204 33 33 / 30%);
    margin-left: 0 !important;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #cc2121;
}

#start {
    width: 36%;
    float: left;
    margin-right: 0;
    margin-top: 7px;
}

#start input {
    font-family: 'Roboto', sans-serif;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    border-radius: 0px;
    border: 0px solid #e1e1e1;
    box-shadow: none;
    background: transparent;
}

#stop {
    width: 36%;
    float: left;
    margin-left: 0;
    margin-top: 7px;
    text-align: right;
    position: relative;
}

#stop:before {
    content: "-";
    position: absolute;
    left: -6px;
    font-size: 17px;
    top: -2px;
}

#stop input {
    font-family: 'Roboto', sans-serif;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    border-radius: 0px;
    border: 0px solid #e1e1e1;
    box-shadow: none;
    background: transparent;
}

.variations {
    margin: 20px 0;
    border: 0;
    width: 100%;
}

.variations td.label {
    min-width: 80px;
    text-align: left;
}

.variations label {
    font-size: 16px;
    color: #333;
    text-transform: capitalize;
    margin: 5px 0;
    font-weight: 700;
}

.variations td {
    display: block;
    clear: both;
    margin-bottom: 10px;
}

.variable-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    background-color: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid transparent;
    width: auto;
    padding: 2px 20px;
    border-radius: 3px;
    text-align: center;
    margin: 0 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

variable-item:hover,.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected {
    border-color: #ff0000;
}

.button-variable-item.selected span {
    font-weight: 700;
}

.button-variable-item.selected span span {
    color: #ff0000;
}

.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover, .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected {
    border-color: #ff0000;
    cursor: pointer;
}

ul.color {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    list-style: none;
}

ul.color li {
    margin: 0;
}

ul.color li a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 8px 8px 0;
    border: solid 2px #fff;
    transition: all .2s ease;
}

ul.color li.active a,ul.color li a:hover {
    border: solid 2px #000;
}

ul.color li:nth-child(1) a {
    background: #fff;
}

ul.color li:nth-child(2) a {
    background: #ccc;
}

ul.color li:nth-child(3) a {
    background: #ff0000;
}

ul.color li:nth-child(4) a {
    background: #0ac4dd;
}

a#filter-value {
    padding: 0 10px;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    width: 67px;
    float: right;
    text-align: center;
    margin-top: 0;
    background: #222;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
}

.sidebar .easy-basket-filter {
    margin: 75px 5px 45px;
    position: relative;
}

.sidebar .fill {
    height: 3px;
    width: 100%;
    background-color: #ffb700;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.sidebar .easy-basket-filter-info {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: -65px;
    left: 0;
}

.sidebar .easy-basket-filter-info p {
    color: #222;
    padding: 5px 14px;
    border-radius: 50px;
    background: #e8e8e8;
    margin: 0;
    line-height: 1.5;
}

.sidebar .easy-basket-filter-info .iLower {
    float: left;
    display: inline-block;
}

.sidebar .easy-basket-filter-info .iUpper {
    float: right;
    display: inline-block;
}

.option.filter_price {
    padding: 0;
}

.sidebar .easy-basket-filter-info input {
    border: none;
    color: #333;
    width: 35px;
    text-align: center;
    background: none;
    padding: 0;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0;
}

.sidebar .filter_price .range {
    position: absolute;
    left: 0;
    top: 0;
}

.sidebar .filter_price input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    background: transparent;
    padding: 0;
}

.sidebar .filter_price input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.sidebar .filter_price input[type=range]:focus, input[type=text]:focus {
    outline: none;
}

.sidebar .filter_price input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border: 5px solid #f1f1f1;
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    background: #fac122;
    cursor: pointer;
    margin-top: -9px;
}

.sidebar .filter_price input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: #707D7D;
    border-radius: 1.3px;
}

.sidebar .filter_price input[type=range].lower::-webkit-slider-runnable-track {
    background: red;
}

.sidebar .easy-basket-filter-ticks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 5px;
    padding-top: 8px;
    font-size: 15px;
    cursor: default;
    left: 0;
    bottom: 0;
    width: 95%;
}

.sidebar .easy-basket-filter-ticks > div {
    height: 100%;
    width: 1px;
    background: #DDD;
    color: #888;
}

.sidebar .easy-basket-filter-ticks > div:nth-child(10n - 9) {
    height: 150%;
}

.sidebar .easy-basket-filter-ticks > div:nth-child(10n - 9)::before {
    display: block;
    content: attr(data-value);
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    text-align: center;
    width: 40px;
}

.check_box {
    margin-top: 20px;
    display: inline-block;
}

.sidebar .check_select {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
}

.sidebar .check_select:last-child {
    margin-bottom: 0
}

.sidebar .check_select input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.sidebar .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 19.6px;
    width: 19.6px;
    background-color: #eee;
    border-radius: 3px;
}

.sidebar .check_select input ~ .checkmark {
    background-color: #fff;
    border: 1px solid #d0d0d0;
}

.sidebar .check_select input:checked ~ .checkmark {
    background-color: #ffb700;
    border-color: #ffb700;
}

.sidebar .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.sidebar .check_select input:checked ~ .checkmark:after {
    display: block;
}

.sidebar .check_select .checkmark:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sidebar ul.color {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    list-style: none;
}

.sidebar ul.color li {
    margin: 0;
}

.sidebar ul.color li a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 8px 8px 0;
    border: solid 2px #fff;
    transition: all .2s ease;
}

.sidebar ul.color li.active a, .sidebar ul.color li a:hover {
    border: solid 2px #000;
}

.sidebar ul.color li:nth-child(1) a {
    background: #e25392;
}

.sidebar ul.color li:nth-child(2) a {
    background: #21c3db;
}

.sidebar ul.color li:nth-child(3) a {
    background: #e4c1b1;
}

.sidebar ul.color li:nth-child(4) a {
    background: red;
}

.sidebar ul.color li:nth-child(5) a {
    background: #1746bb;
}

.filter-item--check-box input+.fa:before {
    content: "";
    margin-right: 0;
    border-radius: 3px;
    font-size: 18px;
    border: solid 1px #d0d0d0;
    line-height: 40px;
    position: absolute;
    top: -14px;
    height: 18px !important;
    width: 18px;
    background: #fff;
}

.filter-item--check-box input:checked+.fa:before, .filter-item--check-box input+span:before {
    border-color: #ffb700;
    background: #ffb700;
}

label[for] {
    cursor: pointer;
}

.filter-item {
    margin: 0;
    cursor: pointer;
    line-height: 24px;
    min-width: 100%;
    padding: 0px;
    position: relative;font-size: 15px;
}

.tin_right input[type="checkbox"],.tin_right input[type="radio"] {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    background: transparent;
    outline: none;
    opacity: 0;
}

.filter-item--check-box input:checked+.fa:after, .filter-item--check-box input+span:after {
    font-family: 'FontAwesome';
    content: "";
    left: 7px;
    top: -13px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.filter-item--check-box .fa {
    margin-right: 15px;
    font-size: 18px;
    line-height: 40px;
    position: relative;
    top: -2px;
    display: inline-block;
    width: 18px;
}

.filter-item--check-box input:checked+.fa, .filter-item--check-box input+span {
    color: #ed3952;
}

.form-control.contact_lbl {
    height: 70px
}

.pro_home_id#pro_slide3 {
    margin: 0
}

.pro_home_id#pro_slide3 ul {
    width: calc(100% / 1);
    margin: 20px 0 0
}

.box_left .read_more {
    margin-top: 10px
}

.link_login a.login_taikhoan:hover {
    background: #a4193a
}

.link_login a.login_taikhoan {
    background: #134a56;
    color: #fff;
    padding: 5px 20px;
    border-radius: 3px;
}

.viewLeft {
    width: 44%;
    float: left;
    position: relative;
    z-index: 0;
}

.viewRight {
    width: 53%;
    float: right;
}

.bottom20 {
    margin: 20px 0
}

.bottom20 .btn i {
    padding-right: 5px;
}

.bottom20 .btn {
    display: inline-block;
    padding: 7px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 50px;
    background: #a4193a;
    color: #fff;
    margin-right: 10px;
}

.bottom20 .btn.btn-success {
    background: #a4193a;
}

.bottom20 .btn.btn-info {
    background: #273247;
}

.mySlides {
    border: solid 1px #E6E6E6;
}

.tin_left .column {
    border: 1px solid #e4e4e4;
    float: left;
    width: calc(100% / 10 - 6px);
    margin: 10px 5px;
    padding: 5px;
}

.tin_left .column:hover .demo {
    cursor: pointer;
    opacity: 1
}

.demo {
    opacity: 0.8;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.container {
    display: block;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 25px;
    text-transform: capitalize;
    color: #666;
    padding-left: 0px;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 10px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 25px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    background: #0000004d;
}

.fs-dtinfo {
    float: right;
    width: 50%;
}

.hinhanh_view {
    width: 100%;
    float: left;
    position: relative;
}

.menu > li > ul.menu_child ul {
    transform: none;
    position: relative;
    visibility: initial;
    opacity: 1;
    left: 0;
    margin-top: 5px;
}

.menu > li li ul.menu_child_1 h3 {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 27px;
    padding: 10px 10px 0;
}

.menu > li li ul.menu_child_1 h4 {
    color: #a4193a;
}

.menu > li li ul.menu_child_1 h3 a:hover {
    color: #134a56
}

.menu > li li ul.menu_child_1 h3 a {
    color: #252525
}

.menu > li > ul > li ul.menu_child_1 li {
    background: transparent;
}

.menu > li li ul.menu_child_1 > li img {
    width: 100%;
    margin: 10px 0 0;
    transition: 0.5s
}

.menu > li li ul.menu_child_1 > li {
    width: 26%;
    float: left;
    margin-right: 10px
}

.menu > li > ul.menu_child li li {
    padding: 0;
}

.menu > li li ul.menu_child_1 > li:hover > a {
    background: transparent;
    transform: scale(1.1);
    padding: 0;
    transition: 0.5s;
}

.box_menu .menu > li > ul ul.menu_child_1:last-child {
    border-top: 0;
}

.box_menu .menu > li > ul ul.menu_child_1 {
    clear: both;
}

.menu > li > ul.menu_child li li:last-child {
    padding-bottom: 0
}

.menu > li > ul.menu_child li li:first-child {
    padding-top: 0
}

.box_menu .menu > li > ul.menu_child > li {
    float: left;
    width: calc(100% / 2);
    padding: 15px 20px;
    text-align: left;
    border-right: 1px solid #e7e7e7;
}

.box_menu .menu > li > ul.menu_child > li>span {
    color: #000;
    text-transform: uppercase;
    text-align: left;
    font-size: 16px;
    padding-bottom: 10px;
}

.box_menu .menu > li > ul.menu_child > li>a {
    border: none;
    text-transform: uppercase;
    padding: 0px 10px;
}

.menu > li > ul.menu_child {
    width: 650px;
    display: flex;
}

#tintuc_slide.tt_page {
    margin: 0;
}

.fb_iframe_widget_fluid_desktop iframe {
    width: 100% !important;
}

.page_conten_page #tintuc_slide .new_id_bs {
    width: calc(100% / 1);
    margin: 20px 0;
    padding-right: 0;
}

#tintuc_slide .new_id_bs ul h3 a {
    margin-top: 5px;
    overflow: hidden;
}

.dv-home-tintuc #tintuc_slide .new_id_bs ul h3 a {
    text-align: left;
}

.tt_tintuc .new_id_bs ul h3 a {
    text-align: left;
    padding: 0 0 10px;
    margin: 0;
    font-size: 20px;
}

.tt_tintuc .new_id_bs {
    width: calc(100% / 1 - 20px);
}

.tt_page_top.tt_tintuc .new_id_bs li {
    width: 35%;
    float: left;
}

.tin_left .tt_page_top.tt_tintuc .new_id_bs ul {
    width: 62%;
    float: right;
    padding: 0;
}

.new_id_bs ul span i {
    padding-right: 7px
}

.new_id_bs ul span {
    font-size: 16px;
    margin-top: 5px;
}

.qodef-m-item h3 {
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 19px
}

.qodef-m-item img {
    height: 140px
}

.qodef-l>img {
    height: 580px
}

.qodef-l {
    width: calc(100% / 3 - 20px);
    float: left;
    margin: 20px 10px;
    text-align: center;
    padding: 0 10px;
}

.qodef-l .qodef-m-item:last-child {
    margin-top: 20px
}

.qodef-shortcode {
    background-image: url(../delete/background-img-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-size: 70%;
}

.col_lg_6 ul {
    padding: 30px 20px;
}

.home-heading {
    background: #f2f2f2;
    padding: 40px;
    margin-top: 40px;
}

.home-heading .pos_title .title_h {
    text-align: center;
    float: inherit;
}

.home-heading .pos_title {
    margin: 0 10px;
    text-align: center;
    position: relative;
    padding: 30px 0 0;
}

.col_lg_6 img {
    width: 100%
}

.col_lg_6 {
    float: left;
    width: calc(100% /2 - 20px);
    margin: 0 10px;
}

.vechungtoi {
    margin: 40px 0 0;
}

.card-item.left {
    float: left;
    padding: 30px 40px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15);
    max-width: 60%;
    bottom: 0px;
    position: absolute;
    background: #a4193a;
    z-index: 99;
    right: 0;
}

.card-item.left p {
    color: #fff
}

.block-ideal {
    position: relative;
    background-color: #22232b;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 40px;
}

.block-ideal img {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 !important;
    width: 40%;
}

.home_about {
    padding: 0 0 40px;
    text-align: center;
    position: relative;
}

.block-ideal .content-idl {
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 50px;
}

.col-md-6 h6 {
    font-size: 18px;
    margin: 20px 0 5px;
    font-weight: 400;
    color: #333;
}

.title_home {
    color: #a4193a;
    margin: 0px 0 7px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
}

.block-ideal .content-idl h3 {
    font-size: 23px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 20px;
    color: #fff;
    text-transform: uppercase;
}

.content-idl .desc {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    padding-left: 33px;
}

.content-idl .desc::before {
    content: '\201C';
    margin: 0;
    display: block;
    position: absolute;
    left: 0;
    top: -11px;
    font-size: 100px;
    line-height: 1;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    margin-left: -6%;
}

.vechungtoi .col-md-6 {
    width: calc(100% / 3 - 20px);
    float: left;
    margin: 20px 10px;
    text-align: center;
    padding: 0 10px;
}

.vechungtoi .col-md-6 img {
    width: auto;
    height: 90px;
    background: #e4e4e4;
    padding: 20px;
    border-radius: 13%;
    box-shadow: 2px 2px 5px 0px rgba(189,189,189,1);
}

.text-subscribe h3 {
    color: #e7e7e7;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 20px 0;
}

.middle-footer .text-subscribe {
    float: left;
    width: 45%;
    margin: 0;
}

.middle-footer .form_km {
    float: right;
    width: 55%;
    text-align: right;
    margin: 6px 0;
}

.middle-footer {
    background: #2c533f
}

.middle-footer .text-subscribe i {
    background: #a4193a;
    width: 70px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 34px;
    display: block;
    float: left;
    margin: 0;
    height: 70px;
    line-height: 70px;
    margin-right: 15px;
}

.middle-footer .text-subscribe .text h3 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 400;
}

.middle-footer .text-subscribe .text p {
    margin: 0;
    color: #fff;
}

.tin_right .dt-sc-subscribe-frm {
    width: 100%;
}

.tin_right .dt-sc-subscribe-frm input[type="submit"] {
    width: 32%;
    font-size: 13px;
    padding: 14px 10px;
}

.tin_right .dt-sc-subscribe-frm input[type="email"] {
    font-size: 13px;
    color: #4c4c4c;
    padding: 14px 10px;
}

.dt-sc-subscribe-frm input {
    width: 100%;
    font-size: 16px;
    color: #4c4c4c;
    padding: 14px 20px;
    background: #FFF;
    border: 1px solid #d8ece1;
    margin-top: 20px;
    /* border-radius: 7px; */
}

.dt-sc-subscribe-frm {
    display: flex;
    width: 100%;
    position: relative;
    max-width: 450px;
}

.dt-sc-subscribe-frm a:hover {
    background: #f25c05;
    cursor: pointer;
}

.dt-sc-subscribe-frm a {
    position: absolute;
    height: auto;
    background: #ffb700;
    color: #ffffff;
    font-size: 20px;
    padding: 0 25px;
    border: 0;
    font-weight: 600;
    width: auto;
    margin-top: 20px;
    right: 0;
    line-height: 48px;
    /* border-radius: 0 7px 7px 0; */
}

.col-lg-9 {
    float: right;
    margin: 15px 0;
    width: 100%;
}

.col-lg-12 {
    margin: 0 -10px;
}

.col-lg-3 {
    float: left;
    margin: 0px 10px;
    width: calc(100% / 4 - 20px);
    text-align: center;
}

.col-lg-3 a {
    display: inline-block;
    overflow: hidden;
}

.col-lg-3 a:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
    filter: brightness(0.5);
}

.col-lg-3 img {
    width: 100%;
    transition: all 0.5s;
}

.dt-sc-sociable li {
    display: flex;
    float: left;
    margin-right: 10px;
}

.column .dt-sc-sociable li a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 17px;
    margin: 0;
    text-align: center;
    padding: 0;
}

.column .dt-sc-sociable li.facebook a {
    background: #229bf1;
}

.column .dt-sc-sociable li.youtube a {
    background: #f1230f;
}

.column .dt-sc-sociable li.instagram a {
    background: #f92ecd;
}

.column .dt-sc-sociable li.twitter a {
    background: #1ec6f9;
}

.column .dt-sc-sociable li a .fa {
    line-height: 35px;
    color: #fff;
}

li.text_right p {
    color: #5d5d5d;
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    margin: 10px 0;
}

li.text_right h3 {
    font-size: 18px;
    font-weight: 300;
    border-bottom: 1px solid rgba(235, 235, 235, 0.5);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

li.text_right h3 a {
    color: #fff
}

li.text_right h3 a:hover {
    color: #134a56
}

.read_more {
    float: right;
    margin: 0;
}

.read_more a i:before {
    transition: all 0.3s;
}

.read_more a {
    transition: all 0.3s;
    font-size: 15px;
    position: relative;
    font-weight: 600;
    padding: 7px 15px;
    border: 1px solid #ffb700;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 5px; */
}

.read_more a:hover {
    color: #000;
    background: #ffb700;
}

.item-product>h4:before {
    content: "";
    width: 150px;
    height: 2px;
    background: #134a56;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.wpb_text_column h6 {
    background: #a4193a;
    padding: 15px 20px;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
}

.wpb_text_column h6 a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.wpb_text_column h6 a span {
    color: #fff000;
    text-transform: uppercase;
}

.tintuc_home .one_new_home_right li {
    width: 40%
}

.tintuc_home .one_new_home_right li.text_right {
    width: 53%
}

.tintuc_home ul li img {
    transition: 0.5s;
}

.tintuc_home ul li:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

.tintuc_home ul li {
    float: left;
    width: calc(100% / 2 - 20px);
    margin: 0px 10px;
    list-style: none;
}

.tintuc_home ul {
    float: left;
    width: calc(100% / 1 - 20px);
    margin: 15px 10px 0;
}

.dv-home-tintuc {
    padding: 50px 0 55px;
}

.dv-home-tintuc.dv-home-duan {
    background: #f1f1f1 url(../delete/tri-left-1.png) no-repeat left 36px;
}

.box_pro_sile .pro_home_id_1 {
    padding: 40px 0;
}

.pro_home_id.pro_home_id_1 ul img {
    width: 70%;
    transition: all 0.5s
}

.pro_home_id.pro_home_id_1 ul {
    float: left;
    width: calc(100% / 4 - 20px);
    margin: 30px 10px 0;
}

.item-product.pro_home_id ul h4:before {
    left: 0;
    margin: 0;
    top: 18%;
}

.item-product.pro_home_id ul img {
    width: 100%;
    transition: all 0.5s
}

.item-product.pro_home_id ul li {
    list-style: none;
    width: 30%;
    float: left;
    display: inline-block;
    margin-right: 15px;
}

.toast_3n7b {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
    top: 80%;
    transform: translateY(-50%);
    background: rgb(229 21 21);
    width: 300px;
}

.a_cart:hover, .close_16xd:hover {
    cursor: pointer;
}

.toast_3n7b .content_1fHI {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
    text-align: center;
}

.toast_3n7b p {
    background: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin: 0;
    float: left;
    padding: 6px 20px 8px !important;
    color: #fff !important;
}

.item-product.pro_home_id ul {
    border: none;
    border-bottom: 1px solid #a2a2a2;
    margin: 0;
    text-align: left;
    padding: 12px 0;
    width: calc(100% / 1 - 20px);
}

.item-product.pro_home_id ul:last-child {
    border-bottom: none
}

.item-product.pro_home_id .pos_title {
    padding-bottom: 10px;
    background: none;
}

.item-product.pro_home_id .pos_title h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 3px;
    background: #a4193a;
    border-radius: 50px;
    padding: 9px 26px 7px;
    letter-spacing: 1px;
    display: inline-table;
}

.item-product>p {
    color: #fff
}

.item-product>h3 {
    font-size: 25px;
    color: #fff;
    font-weight: 100;
    line-height: 35px;
    padding: 30px 10px 0;
    text-transform: uppercase;
}

.item-product>h4 span {
    color: #c1c1c1;
    font-weight: normal;
    font-size: 15px;
    padding-left: 5px;
    text-decoration: line-through;
}

.item-product>h4 {
    position: relative;
    color: #134a56;
    font-weight: normal;
    font-size: 20px;
    padding: 23px 10px 10px;
    text-transform: uppercase;
    line-height: 30px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.item-product>h3 a {
    color: #fff
}

.item-product>h3 span {
    display: block;
    font-size: 16px;
    color: #f1f1f1;
    font-weight: 100;
    text-transform: capitalize;
}

.item-product img {
    width: 41%;
}

.item-product {
    float: left;
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
    text-align: center;
}

.title-top {
    font-size: 33px;
    color: #a4193a;
    font-style: italic;
}

.tintuc_home .one_new_home li.text_right h3 {
    margin: 13px 0 0;
    padding-bottom: 0;
}

.pos_title {
    margin: 0 10px
}

.home_history .pos_title .title_h {
    margin-top: -24px;
    float: initial;
}

.pos_title .title_h {
    margin-top: 0;
    text-align: left;
    z-index: 2;
    color: #134a56;
    font-size: 37px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    position: relative;
    margin-bottom: 30px;
    float: left;
}

.is-countdown .countdown-section .countdown-period {
    display: none;
}

.is-countdown {
    display: inline-block;
    width: 100%;
}

.countdown-amount {
    font-size: 25px;
    line-height: 65px;
}




.is-countdown .countdown-section {
    width: 65px;
    height: 65px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    margin: 0 10px 0 0;
    background: #a4193a;
}

.is-countdown .countdown-section:last-child {
    margin: 0;
}

.discount-tag {
    top: -5px;
    right: 0px;
    position: absolute;
    background: #ff0000;
    width: auto;
    padding: 5px 10px;
    color: #FFF;
    font-weight: normal;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: default;
    z-index: 1;
    font-size: 15px;
    line-height: 20px;
    max-width: 45px;
}

.discount-tag:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 5px solid #ff0000;
    border-left: 8px solid transparent;
    top: 0px;
    right: 45px;
}

.discount-tag:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 23px solid transparent;
    border-right: 22px solid transparent;
    border-top: 6px solid #ff0000;
    top: 30px;
    right: 0px;
}

.pro_home_id ul:hover li img {
    transform: scale(1.1);
    transition: 0.5s;
}

.pro_home_id ul:hover .block-inner {
    opacity: 1;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.block-inner a {
    font-size: 18px;
    color: #a4193a;
    display: inline-block;
    padding: 7px 0;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 3px;
    text-align: center;
}

.block-inner i:before {
    line-height: 28px;
}

.block-inner a:hover {
    color: #134a56
}

.block-inner {
    position: absolute;
    top: 0;
    background: transparent;
    padding: 10px 0;
    opacity: 0;
    width: 100%;
    margin-top: 100%;
}

.product-flag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #a4193a;
    color: #fff;
    padding: 0 15px;
    border-radius: 70px;
    font-size: 13px;
    z-index: 1;
    width: 60px;
}

.pro_home_id ul li {
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
}

.w3-container>h2 {
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    padding: 30px 30px 0;
    text-align: center;
}

.pro_home_id ul h4 {
    line-height: 1.5;
    margin-bottom: 5px;
    position: relative;
    color: #f25c05;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.pro_home_id ul h4 u {
    font-size: 12px;
}

.pro_home_id ul h4 span {
    margin-right: 0;
}

.pro_home_id ul h4 span.gia_km {
    color: #666;
    text-decoration: line-through;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin-left: 0px;
}

.tintuc_home ul .read_more {
    clear: both;
    margin: auto;
    text-align: center;
    margin-top: 10px;
    float: left;
}

.css-1h3p11h {
    position: absolute;
    background: #ffb700;
    font-size: 16px;
    padding: 6px 10px;
    color: #fff;
    /* border-radius: 5px; */
    line-height: 18px;
    top: 10px;
    left: 10px;
    font-weight: 600;
}

.progress {
    border-radius: 20px;
    margin-bottom: 0px;
    margin-top: 8px;
    background-color: rgb(0 0 0 / 8%);
    background-image: none;
    position: relative;
    height: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
}

.progress-bar {
    position: absolute;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background-color: #f29b00;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    display: inline-block;
    border-radius: 20px 0 0 20px;
}

.progress-value {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    color: #000;
    line-height: 14px;
    font-size: 11px;
    text-align: center;
    z-index: 1;
}

.owl-prev, .owl-next {
    border: none !important;
    width: 44px;
    height: 44px;
    font-size: 34px;
    line-height: 30px;
}

.owl-prev *, .owl-next * {
    width: 100%;
    height: 100%;
    line-height: 44px;
}

.in-stock {
    color: #a4193a;
    text-transform: uppercase;
    font-size: 12px;
}

.fa-star.acti {
    color: #ffcd00;
}

#pro_tabs .owl-carousel .owl-item img {
    width: 85%;
    transition: all 0.5s
}

.pro_home_id ul h3 {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
    line-height: 23px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0px 0;
}

.pro_home_id {
    margin: 0 -10px;
    margin-top: 10px;
    clear: both;
}

.pro_home_id ul h3 a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
    display: block;
}

.pro_home_id ul h3 a:hover,.item-product>h3 a:hover {
    color: #f25c05;
}

.pro_home_id ul {
    float: left;
    width: calc(100% / 4 - 20px);
    margin: 20px 10px 0;
    -webkit-transition: all .3s ease;
    position: relative;
    border: 1px solid #e9e9e9;
    background: #fff;
    /* border-radius: 7px; */
    padding: 12px;
    text-align: center;
}

.pro_home_id.pro_home_2column ul:first-child {
    width: calc(100% / 5 - 20px);
    padding: 0;
    border-radius: none;
    border: none;
}

.pro_home_id.pro_home_2column ul:first-child img {
    width: 100%;
}



.dv_box_pro.dv_box_pro_detail .pro_home_id ul {
    margin: 20px 10px 0px;
}

.dv_box_pro .pro_home_id ul {
    margin: 10px 10px 10px;
}

.dv-home-qc {
    position: relative;
    background: #ffb700;
    padding: 12px 0;
}

.dv-home-qc .pagewrap {
}

.wpb_wrapper.col-lg-3 {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-between;
}

.wpb_wrapper.col-lg-3:last-child {
    border-right: none;
}

.wpb_wrapper.col-lg-3 > p {
    margin: 0 15px 0 0;
    width: 40px;
}

.wpb_wrapper.col-lg-3 .content {
    width: calc(100% - 50px);
}

.dv--kqtk {
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 10px;
    padding: 20px;
    z-index: 1111;
    max-height: 400px;
    overflow-y: auto;
    box-shadow: 2px 2px 15px #00000040;
    display: none;
}

.dv--kqtk a:hover {
    color: #a4193a;
}

.dv--kqtk a {
    color: #333;
    display: block;
    font-size: 14px;
}

.dv--kqtk a + a {
    border-top: 1px dotted #ccc;
    padding: 5px 0;
}

.dv--kqtk a b {
    color: #a4193a;
}

.content {
    text-align: left;
    line-height: 1.6;
    margin: 0;
}

.content h5 {
    font-size: 17px;
    color: #000;
}

.icon_sp a {
    text-align: center;
    margin-top: 15px;
    transition: all .4s;
    width: auto;
    background: #ffb700;
    color: #000;
    border: 0;
    font-weight: 700;
    font-size: 15px;
    padding: 7px 16px 8px;
    display: inline-block;
}

.icon_sp a:hover, .icon_sp1 a:hover {
    background: #f25c05;
    color: #fff;
    border-color: #f25c05;
}

.icon_sp1 {
    position: absolute;
    top: 20px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0,0);
}

.icon_sp1 a {
    clear: both;
    background: #fff;
    color: #f25c05;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: block;
    margin: 0 0 10px 0px;
    text-align: center;
    border: 1px solid;
}
.icon_sp1 span {
    white-space: nowrap;
    position: absolute;
    right: 45px;
    background: rgb(255 183 0);
    padding: 0px 20px;
    font-size: 15px;
    color: #fff;
    border-radius: 100px;
    top: 2px;
    display: none;
    font-weight: 500;
    height: 34px;
    line-height: 34px;
}

.icon_sp1 a {
    position: relative;
}

.icon_sp1 a:hover span {
    display: block;
}
.pro_home_id ul:hover .icon_sp1 {
    opacity: 1;
    visibility: visible;
    transform: scale(1,1);
    transition: all 0.5s;z-index: 999;
}

.icon_sp1 a i {
    line-height: 38px;
}

.dv-home-qc img {
    width: 100%
}

.pro_home_id ul img {
    width: 88%;
    transition: 0.5s;
}

.pro_home_id#pro_slide ul {
    width: calc(100% / 1);
    margin: 20px 0px 0px;
}

.pro_home_id#pro_slide {
    margin: 0;
    margin-top: 10px;
}

.pro_home_id ul:hover {
    border-color: #fff;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #f25c05;
}

#pro_tabs .w3-bar {
    margin: auto;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}

.aboutus-content h3 span {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 30px;
}

.aboutus-content h4.name {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 400;
}

.aboutus-content p {
    color: #fff;
    font-size: 16px;
    font-family: 'Playfair Display', serif;
}

.aboutus-content h3 {
    color: #fff;
    margin-bottom: 30px
}

#home-aboutus .aboutus-content {
    width: 55%;
    float: right;
    text-align: left;
}

.aboutus-img img {
    width: 68%
}

#home-aboutus .aboutus-img {
    width: 40%;
    float: left;
    text-align: right;
    background: url(../delete/background-img-1.png) right center;
    background-repeat: no-repeat;
    background-size: 100%;
}

#history_tabs .listtabs {
    overflow: hidden;
    text-align: left;
    border-bottom: 0;
    background: #ffe399;
    margin-bottom: 15px;
}

#history_tabs {
    width: 50%;
    float: right;
    text-align: left;
    max-width: 100%;
    margin-bottom: 0;
}

#home-aboutus .aboutus-head {
    text-align: center;
    position: relative;
}

#home-aboutus .aboutus-head h2 {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 120px;
    opacity: 0.15;
    text-transform: uppercase;
    line-height: 120px;
}

#home-aboutus .aboutus-head h3 {
    text-align: center;
    z-index: 2;
    color: #134a56;
    font-size: 37px;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    position: relative;
    margin-bottom: 40px;
}

.aboutus-head p {
    font-size: 15px;
    font-weight: 400;
    width: 800px
}

#home-aboutus .aboutus-head h3:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -20px;
    width: 100px;
    height: 3px;
    background-color: #134a56;
    right: 0;
    text-align: center;
    margin: auto;
}

#home-aboutus .aboutus-head h3 span {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    color: #a4193a;
}
 

.dv-anh-qc a {
    display: block;
    line-height: 0;
    margin-bottom: 35px;
}

.dv-anh-qc a img {
    width: 100%;
    height: auto;
}

.box_pro_sile.dv_box_pro {
    background: #fff
}

.box_pro_sile .title_h:after,.tintuc_home .title_h:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -20px;
    width: 100px;
    height: 3px;
    background-color: #134a56;
}

.box_pro_sile {
    padding: 0;
    margin-bottom: 40px;
}

#home-aboutus {
    color: #888888;
    padding: 40px 0px;
    margin: auto;
    text-align: center;
}

.menu > li > ul ul.menu_child {
    background: #e1e1e1;
    width: 400px;
}

.menu li ul li ul.menu_child li {
    float: left;
    width: 50%;
}

.menu > li > ul li ul.menu_child li:first-child {
    padding-top: 0
}

.pagewrap.pagewrap_ad {
    padding-bottom: 10px
}

.album-zoom-gallery {
    margin: 0 -10px
}

div#lightgallery > div:hover {
    opacity: 0.8;
}

div#lightgallery > div {
    width: calc(100% / 3 - 20px);
    margin: 10px;
    float: left;
    overflow: hidden;
}

.fl-post-meta-bottom {
    margin: 20px 0;
    clear: both;
    display: inline-block;
}

.fl-post-meta .fl-post-cats-tags i {
    font-size: 22px;
    color: #67b501;
    margin-right: 5px;
    position: relative;
    top: 5px;
    border: 1px solid #a4193a;
    padding: 8px;
    border-radius: 50%;
    width: 40px;
}

.fl-post-meta .fl-post-cats-tags a {
    font-size: 14px;
    padding: 7px 15px 7px;
    color: #888;
    border-radius: 4px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin: 0 5px;
    font-weight: 400;
    background: #ececec;
}

.fl-post-meta .fl-post-cats-tags a:hover {
    background: #a4193a;
    color: #fff;
}

.home_about img {
    width: 100%
}

.logo_top img {
    height: 65px
}

.logo_top a {
    display: block;
    line-height: 0;
}

/*.tin_right {
    position: sticky;
    top: 10px;
}*/

.dv-menu-left {
    margin-bottom: 20px;
}

.page_conten_page .left_contact >h3, .page_conten_page .right_contact >h3 {
    text-align: left;
    margin-bottom: 15px;
    font-size: 30px;
    color: #333;
    padding-bottom: 0;
    font-weight: 700;
    position: relative;
}

.left_contact {
    float: left;
    width: 50%;
    margin-bottom: 25px;
    padding-right: 10px;
}

.left_contact p {
    margin-bottom: 10px;
}

.right_contact {
    width: 50%;
    margin-top: 0;
    display: inline-block;
    float: right;
    padding-left: 10px;
}

.page_conten_page {
    padding: 40px 0
}

.link_page {
    padding: 15px 0;
    background: #e9e9e9;
}

.contact-maps {
    float: right;
    width: 100%;
}

.contact-maps li {
    width: 100%;
}

.contact-maps iframe {
    width: 100%;
    height: 450px;
}

.contact-maps li {
    display: initial;
    line-height: 0;
    display: block;
}

.list_item_1 .item .img {
    float: left;
    width: 40%
}

.list_item_1 .item #content>a {
    width: 56%;
    float: right;
}

.l-title {
    border-bottom: 2px solid #a4193a;
    margin-bottom: 10px;
}

.list_item.list_item_1 .item #content>a::before {
    display: none;
}

.list_item .item #content>a::before {
    position: absolute;
    content: "";
    background: #ed1c22;
    width: 6px;
    height: 6px;
    left: -15px;
    top: 15px;
    z-index: 5;
}

.list_item .item a {
    display: block;
    padding: 5px 0px 5px 0px;
    color: #464646;
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
    position: relative;
}

.list_item .item a:hover {
    color: #a4193a
}

.list_item .item {
    padding-left: 15px;
}

.list_item .item .img img:hover {
    transform: scale(1.2);
    opacity: 1;
    -webkit-filter: grayscale(0);
    transition: 0.5s
}

.list_item .item .img>a {
    overflow: hidden;
}

.list_item .item .img img {
    transition: 0.5s
}

.list_item .item:nth-child(2) {
    padding-left: 0;
    border-bottom: 1px dotted #bbb;
}

.list_item .item:nth-child(2) #content>a::before {
    display: none
}

.list_item.list_item_1 .item:nth-child(2) {
    padding-top: 0
}

.list_item.list_item_1 .item {
    border-bottom: 1px dotted #bbb;
    padding-left: 0;
    padding: 10px 0
}

.list_item.list_item_1 .item:last-child {
    border-bottom: none;
}

.l-title a {
    background: #a4193a;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 17px 2px;
    font-family: 'tahoma', sans-serif;
}

.tintuc_box_home_1 {
    margin: 0 -10px;
    margin-bottom: 20px
}

.tintuc_box_home_1 .list_item {
    width: calc(100% / 3 - 20px);
    float: left;
    vertical-align: top;
    margin: 0 10px 10px;
}

.pull-left p {
    font-size: 14px;
    color: #464646;
}

.focus .pagewrap {
    padding: 6px 20px;
    box-shadow: 0px 2px 5px -2px rgba(99,99,99,1);
    background: linear-gradient(to bottom,rgba(255,255,255,100%) 0%,#e1e1e1 100%);
}

.pagewrap.top_banner_f {
    padding: 15px 0 30px;
}

.banner_right {
    width: 23%;
    float: right;
}

.banner_right li a {
    background: #d4d5d6;
    border-bottom: 2px solid #c5c5c5;
    padding: 7.7px 15px;
    display: block;
}

.banner_right li a:hover {
    background: #a4193a;
    color: #fff
}

.banner_right li {
    display: block;
}

.banner_right li a {
    font-family: 'tahoma', sans-serif;
    color: #464646;
    text-transform: uppercase;
}

.banner_left {
    width: 100%;
    margin-bottom: 30px
}

.tintuc_box_home_1.tintuc_box_home_2 {
    margin-bottom: 0
}

.card-item h2 {
    color: #a4193a;
    margin: 10px 0 7px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 23px;
}

.about-wrapper .card-item {
    float: left;
    padding: 20px 50px 30px;
    margin: -70px 30px 30px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15);
    max-width: 550px;
    margin-top: -200px;
    position: relative;
    background: #fff;
    z-index: 1;
    margin-left: 70px;
}

.about-wrapper .card-item.right {
    margin-right: 70px;
    float: right;
}

.content_feature span {
    color: #666
}

.content_feature p {
    color: #a4193a;
    font-size: 25px;
    letter-spacing: 1px
}

.img_feature img {
    border-radius: 50%;
    margin-bottom: 15px;
    width: 93%
}

.section_doingu .col-lg-12 {
    width: calc(100% / 4 - 20px);
    float: left;
    margin: 20px 10px 0;
    text-align: center;
}

p.block.a-center {
    text-align: center;
    width: 750px;
    color: #666;
}

.section_doingu {
    padding: 55px 0
}

.title_module_main .title_main {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    color: #f5111a;
    margin-bottom: 50px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
}

.title_module_main .title_main span {
    color: #000000;
    display: block;
    font-family: 'Roboto Condensed', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 400;
}

.title_module_main .title_main:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -39px;
    height: 38px;
    background: url(../images/home_about_img_2.webp);
    z-index: 2;
    width: 109px;
    margin: 0 auto;
}

.tt-vct-right>p>a {
    background: #253d4a;
    color: #fff;
    padding: 10px 25px;
    text-transform: capitalize;
}

.tt-vct-right>p {
    text-align: center;
    margin-top: 25px;
}

.tt-vct-right>p>a:hover {
    background: #71b100;
    transition: 1s;
}

.wl-home-full h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 1px
}

.wl-home-full {
    background: #f2f2f2;
    padding: 55px 0
}

.vct-left {
    width: 65%;
    float: left;
    margin-top: 2%;
}

.tt-vct-right {
    width: 32%;
    float: right;
    margin-top: -70px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.wl-home .wl-home-img {
    width: calc(100% /3 - 50px);
    float: left;
    text-align: center;
    position: relative;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 10px;
}

.wl-home .wl-home-img:before {
    content: '';
    position: absolute;
    left: -52%;
    top: 0px;
    width: 51%;
    height: 100%;
    background: #a4193a;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.wl-home .wl-home-img img {
    width: 100%;
    position: relative;
    display: block;
    border-radius: 50%;
    height: auto;
    z-index: 1;
}

.wl-home .wl-home-img:after {
    content: '';
    position: absolute;
    right: -50%;
    top: 0px;
    width: 50%;
    height: 100%;
    background: #a4193a;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.wl-home .wl-home-img:hover:before {
    left: 0px;
}

.wl-home .wl-home-img:hover:after {
    right: 0px;
}

.wl-home>p {
    color: #42495b;
    text-align: left;
    margin: 1% 0;
    font-size: 20px;
    font-weight: 300;
    width: 750px;
}

.tt-vct-right .col-md-6 {
    width: 50%;
    float: left;
    margin: 0;
    text-align: center;
    padding: 0;
    border: 1px solid #ececec;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.default-info-box .inner-box {
    position: relative;
    display: block;
    padding: 20px 10px;
    background: none;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-info-box .inner-box .icon-box {
    position: relative;
    top: 0px;
    font-size: 30px;
    line-height: 30px;
    color: #71b100;
    margin-bottom: 10px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-box {
    position: relative;
    border: 3px solid #fff000;
    padding: 7px 30px;
    color: #fff000;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn-box:before, .btn-box:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid #fff000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn-box:after {
    right: -10px;
    top: -10px;
    border-bottom: none;
    border-left: none;
}

.btn-box:before {
    left: -10px;
    bottom: -10px;
    border-top: none;
    border-right: none;
}

.btn-box a.theme-btn {
    color: #fff;
    text-transform: uppercase;
}

.btn-box:hover {
    background: #f5111a;
    color: #fff;
}

.btn-box:hover:before, .btn-box:hover:after {
    width: 100%;
    height: 0;
}

.btn-box:hover:before {
    left: 0;
}

.btn-box:hover:after {
    right: 0;
}

.section_task .btn-box {
    position: relative;
    margin-top: 10px;
}

.section_task .col-md-8 {
    margin: 0 2%;
    text-align: center;
}

.col-md-8 .text {
    color: #fff;
    margin: 10px 0;
    line-height: 33px;
}

.section_task .col-md-4 {
    width: 50%;
    float: left;
}

.section_task .content-column .title {
    position: relative;
    color: #f3f4f7;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.btn-box a.theme-btn {
    color: #fff;
    text-transform: uppercase;
}

.section_task .content-column h2 {
    position: relative;
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 45px;
    margin-top: 0;
    line-height: 60px;
}

.inner-box .text {
    color: #fff;
    font-size: 14px;
}

.section_task .inner-box h3 a {
    color: #fff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.content-column .inner-box h3:before {
    position: absolute;
    content: '';
    left: -50px;
    top: 12px;
    width: 35px;
    height: 1px;
    background-color: #fff;
}

.content-column .feature-block-two {
    margin-left: 60px;
    position: relative;
    margin-bottom: 30px;
}

.section_task .image img {
    position: relative;
    width: 100%;
    display: block;
}

.section_task {
    position: relative;
    padding: 35px 0px 35px;
    background-color: #ff784e;
}

.section_task:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 40%;
    height: 100%;
    display: block;
    background-color: #ffffff;
    display: none;
}

.dv-header-top .pagewrap ul h3 {
    float: left;
    background: url(../images/add_id.png) center left no-repeat;
    padding-left: 50px;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    color: #666;
}

.service-content .service-text {
    padding: 10px 20px;
}

.service-content .service-name {
    width: calc(100% + 28px);
    background: #e0e0e0;
    margin-left: -14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
}

.service-content .service-name:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -14px;
    left: 0;
    border-left: 14px solid transparent;
    border-top: 14px solid #d2d2d2;
    border-left-width: 14px;
    border-top-width: 14px;
}

.service-content .service-name:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -14px;
    right: -1px;
    border-right: 14px solid transparent;
    border-top: 14px solid #d2d2d2;
    border-right-width: 14px;
    border-top-width: 14px;
}

.service-content {
    width: 100%;
    background: #ffffff;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 95px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: -80px;
    padding-bottom: 15px;
}

.abouts_home ul .description p {
    letter-spacing: 2px
}

.counter_text {
    width: 33.333%
}

.count:after {
    content: "+";
    color: #f5111a;
    padding-left: 7px;
}

.counter_text .count {
    color: #f5111a;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    position: relative;
}

.menu_style {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0
}

.pagewrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.padding_pagewrap {
    padding: 0 10px;
}

.showText p>span.mota_image {
    text-align: center;
    margin: auto;
    display: block;
    color: #a9a9a9;
    font-style: italic;
    padding-top: 7px;
}

.showText p, .abouts_home ul p {
    padding-bottom: 10px;
}

.showText p, .showText div, .showText ul, .showText ol, .showText h1, .showText h2, .showText h3, .showText h4, .showText h5, .showText h6 {
    padding-bottom: 10px;
}

.sidebar .easy-basket-filter-info input {
    width: 100%;
    text-align: center;
}

.sidebar .easy-basket-filter-info p {
    width: 110px;
}

.showText figcaption {
    text-align: center;
}

.showText img {
    margin: 0 auto 15px;
    height: auto;
    max-width: 100%;
}

.showText ul {
    padding-bottom: 15px;
}

.showText ul li {
    margin-left: 35px;
    font-size: 16px;
    line-height: 30px;
}

.left_top {
    width: 32%;
    float: left;
}

.dv-header-top p {
    float: left;
    text-align: left;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.dv-header-top {
    padding: 7px 0;
    background: #ffb700;
    color: #fff;
}

.dv-header-top ul {
    float: right;
}

.dv-header-top ul#menu-thong-tin {
    float: right;
    text-align: right;
}

.dv-header-top ul li {
    list-style: none;
    float: left;
    text-align: left;
    font-size: 15px;
    color: #666;
    margin: 3px;
    line-height: 25px;
    font-weight: 400;
    position: relative;
}

.dv-header-top ul li a {
    color: #fff;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}

.dv-header-top ul li a:hover {
    color: #a4193a;
}

.dv-header-top ul li+li {
    border-left: 1px solid rgba(255,255,255,0.4);
    margin-left: 4px;
    padding-left: 8px;
}

.dv-header-top ul li i {
    padding-right: 5px;
}

.dv-header-top ul li span {
    font-size: 20px;
    color: #e92127;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}

a.widget-button i:before {
    padding-right: 7px
}

a.widget-button {
    color: #fff;
    margin: 0 10px
}

.dv-header-top ul li img {
    height: 26px;
    width: auto;
    border: solid #ffffff 2px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
}

.dv-header-top ul li img:hover {
    border: solid #a4193a 3px;
}

.dv-header-top ul.right_top {
    float: right;
    margin-top: 13px;
}

.box_menu .logo_top a {
    padding: 0
}

.logo_top {
    float: left;
    margin: 0;
    margin-right: 5%;
}

.dv-header.fixed {
    box-shadow: -1px 0px 5px 0px rgba(163,163,163,1);
    top: 0;
    transition: all .5s;
    background: #fff;
    padding: 5px 0;
    position: fixed;
    z-index: 9999;
}

.dv-header .pagewrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dv-header {
    background: #000;
    width: 100%;
    transition: all .5s;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 20px 0 0;
    margin-bottom: 0px;
    color: #333;
}

.bannerMain .banner img {
    height: auto;
}

.logo_top ul li {
    float: left;
    line-height: 0;
    list-style: none;
}

.logo_top ul li img {
    height: 90px;
    width: auto;
}

.menu_header {
    background: transparent;
    width: 100%;
    position: relative;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
}

.menu_header .pagewrap {
    background: #a4193a;
    padding: 0
}

.logo_top ul h3 {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 35px;
    font-weight: 400;
    color: #ed1c23;
    font-family: 'tahomabd', sans-serif;
    float: left;
    padding-left: 20px;
    letter-spacing: 1px;
    margin: 10px 0;
    text-align: center;
}

.logo_top ul h3 span {
    display: block;
    text-transform: initial;
    font-size: 16px;
}

.riht_header {
    float: right;
    margin-top: 20px;
}

.riht_header ul h3 {
    float: left;
    background: url(../images/add_id.png) center left no-repeat;
    padding-left: 50px;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    color: #666;
}

.riht_header ul h3 a {
    color: #666;
}

.css-1l6j3pm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #FFFFFF;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.css-1l6j3pm a {
    margin: 0 20px 0 0;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.css-1l6j3pm a i {
    padding-right: 7px;
}

.highlight {
    font-weight: 700;
}

.riht_header ul h2 {
    float: left;
    font-size: 23px;
    font-weight: normal;
    line-height: 25px;
    background: url(../images/icon_hotline.png) center left no-repeat;
    padding-left: 60px;
    color: #a4193a;
    margin-right: 0;
}

.riht_header ul h2 a {
    color: #f5111a;
}

.riht_header ul h2 a:hover {
    color: #a4193a;
}

.riht_header ul h2 span {
    font-size: 17px;
    display: block;
    font-weight: normal;
    line-height: 25px;
    color: #666;
}

.riht_header ul li {
    float: left;
    list-style: none;
    margin-top: 0;
}

.riht_header ul li a {
    display: block;
    padding: 10px 30px;
    border: solid #ccc 1px;
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
    line-height: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.riht_header ul li a:hover {
    border: solid #a4193a 1px;
    color: #fff;
    background: #a4193a;
}


.box_menu.fixed .pagewrap {
    width: 1200px
}

.box_menu.fixed .logo_top img {
    height: 40px;
}

.menu_header.fixed {
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #a4193a;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18);
    padding: 0;
    margin: 0;
    float: none;
    left: 0;
    transition: all 1s;
}



.box_menu.fixed:after, .box_menu.fixed:before {
    position: absolute;
}

.box_menu:before {
    top: auto;
    bottom: 0px;
}

.menu {
    padding: 0;
    text-align: center;
    float: left;
    width: 100%;
}

.menu * {
    list-style: none;
}

.menu > li + li {
    position: relative;
}

.menu > li + li:after {
    border-left: #2B579A;
    /* content: ""; */
    position: absolute;
    left: 0;
    height: 45px;
    bottom: 0;
}

.ExContent .button {
    float: right;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 35px;
    margin-left: 10px;
    margin-top: 10px;
    color: #FFF;
    background: #a4193a;
    white-space: nowrap;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.15);
    width: auto;
    border: none;
    height: 40px;
    line-height: 37px;
}

.List .Title_1 {
    background: #d4d5d6;
    padding: 7px 20px;
    text-transform: uppercase;
    font-size: 18px;
}

.ExContent .button:hover {
    color: #FFF;
    background: #f5111a;
}

.ExContent td span {
    padding: 0 7px;
}

.ExContent table,.ExContent tr,.ExContent td {
    border: none;
}

td.auto-style1 {
    border: none;
}

.ExContent input#purchaseDate {
    width: 45.7%;
}

.ExContent input,.ExContent select {
    width: 100%;
    height: 35px;
    padding: 5px 15px;
    font-size: 15px;
    line-height: 30px;
    color: #464646;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    resize: vertical;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

ul.flag-language {
    float: right;
    margin: 0;
    margin-left: 3%;
}

.right_top {
    float: left;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    z-index: 9;
}

.evo-header-hotline-cart .hotline {
    position: relative;
    display: inline-block;
    margin: 2px 19px;
}

.evo-header-hotline-cart .hotline a {
    display: inline-block;
    color: #000;
    line-height: 23px;
    text-transform: uppercase;
    text-align: center;
}

.evo-header-hotline-cart .hotline a:hover span.evo-hotline {
    color: #a4193a
}

.evo-header-hotline-cart .hotline a span {
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.evo-header-hotline-cart .hotline a span.evo-hotline {
    font-weight: bold;
    font-size: 16px;
    color: #ff0000;
    letter-spacing: 1px;
}

.right_top img {
    width: 100%;
    float: right;
}

.menu > li > a i.fa-home {
    margin: 0;
    padding: 0;
    padding-right: 5px;
    font-size: 18px
}

.menu > li {
    float: left;
    position: relative;
    padding: 0;
}

.flag-language li {
    list-style: none;
    float: left;
    margin: 0 4px;
    width: 25px;
    height: 25px;
}

.flag-language li img {
    width: 100%
}

.menu > li:last-child {
    border-right: none
}

.menu > li > a {
    display: block;
    line-height: 1.3;
    position: relative;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    padding: 16px 9px;
}

.menu > li > a i {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 1px;
    color: inherit;
    font-size: 11px;
    padding-left: 5px;
}

.menu > li:hover > a:after {
    left: 0;
    right: 0;
    opacity: 1;
}

.menu > li:hover > ul, .menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}

.menu_header.fixed .menu > li.active:before {
    display: none;
}

.menu > li.active > a:after {
    left: 0;
    right: 0;
    opacity: 1;
}

.menu > li > ul, .menu > li > ul ul {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    min-width: 200px;
    z-index: 3;
    margin: 0;
    padding: 0;
    display: block;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transform-origin: center top 0px;
    -moz-transform-origin: center top 0px;
    -webkit-transform-origin: center top 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    margin-top: 10px;
}

.menu > li > ul:before {
    content: "";
    border: solid 7px transparent;
    border-bottom-color: #f25c05;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    left: 17px;
    z-index: 2;
}

.menu > li > ul:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 3px;
    right: -3px;
    bottom: -3px;
    z-index: 0;
    background: rgba(0, 0, 0, 0.05);
}

.menu > li > ul > li, .menu > li > ul > li li {
    z-index: 2;
    position: relative;
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 0 15px;
    background: #f25c05;
    min-width: 230px;
}

.menu > li > ul > li:first-child, .menu > li > ul li li:first-child {
    padding-top: 10px;
    /* border-radius: 5px 5px 0 0; */
}

.menu > li > ul > li:last-child, .menu > li > ul > li li:last-child {
    padding-bottom: 10px;
    /* border-radius: 0  0 5px 5px; */
}

.menu > li > ul > li:last-child > a, .menu > li > ul > li li:last-child > a {
    border: none;
}

.menu > li > ul > li > a, .menu > li > ul > li li a {
    display: block;
    white-space: nowrap;
    line-height: 1.5;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    padding: 7px 0;
    text-decoration: none !important;
    text-transform: capitalize;
    text-align: left;
    font-size: 16px;
    color: #fff !important;
    font-weight: 600;
}

.menu > li > ul > li > a > span, .menu > li > ul > li li > a > span {
    float: right;
    line-height: 40px;
    padding-top: 13px;
}

.menu > li > ul > li:hover, .menu > li li ul > li:hover {
    z-index: 3;
}

.dv-notfull {
    margin: 0 10px;
}

.menu > li > ul > li:hover > a, .menu > li li ul > li:hover > a {
    padding-right: 12px;
    padding-left: 12px;
    background: #ffb700;
    border-color: transparent;
    color: #fff !important;
}

.menu > li > a i {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 2px;
    color: inherit;
    font-size: 11px;
}

.menu > li > ul > li > a, .menu > li > li ul > li > a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.menu > li > a, .menu > li > a:after, .menu > li > ul > li > a, .menu > li li > ul > li > a {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.menu li.homepage a i {
    font-size: 25px;
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

.menu li.homepage a {
    padding: 0 10px;
}

.menu li.homepage a:hover {
    color: #ff0;
    background: none;
}

.menu > li > ul ul {
    left: 100%;
    top: 0;
}

.timkiem_top {
    float: left;
    width: 40%;
    background: #ffffff;
    overflow: hidden;
}

.tin_right .input_search {
    display: block;
}

.tin_right .timkiem_top {
    float: initial;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    background: #a4193a;
}

.dv-header-top ul li a b {
    font-size: 20px;
    position: absolute;
    top: 4px;
    left: -27px;
    color: #a4193a;
}

.input_search {
    padding: 0px 15px;
    height: 44px;
    float: left;
    background: none;
    color: #666;
    width: calc(100% - 70px);
    border: none;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
}

.right_header .fa-shopping-cart:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.input_search:focus {
    color: #252525;
}

.right_header {
    float: left;
    margin: 31px 0;
}

.right_top>div {
    text-align: center;
    margin-left: 30px;
    position: relative;
}

.right_top>div:hover i, .right_top>div:hover h3,.css-1l6j3pm a:hover {
    color: #f25c05;
}

.dangnhap_top:hover .dv-longthinh-link-account {
    display: block;
    overflow: inherit;
    visibility: inherit;
    transform: inherit;
}

.right_top>div a {
    cursor: pointer;
}

.dv-longthinh-link-account {
    list-style-type: none;
    flex-direction: column;
    top: 105%;
    left: 0px;
    width: 190px;
    height: auto;
    background-color: #a4193a;
    padding: 5px;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 50%);
    overflow: hidden;
    border-radius: 5px;
    display: block;
    position: absolute;
    visibility: hidden;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transform-origin: center top 0px;
    -moz-transform-origin: center top 0px;
    -webkit-transform-origin: center top 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1);
    padding: 10px 0;
}

.dv-longthinh-link-account a {
    color: #fff;
}

.dv-longthinh-link-account a:hover {
    color: #fff000;
}

.right_top div i {
    font-size: 26px;
    color: #ffb700;
}

.right_top div h3 {
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 15px;
    margin-top: 5px;
}

.right_header .login {
    float: right;
    color: #fff;
    border: 1px solid #707282;
    padding: 0 10px;
    margin-left: 23px;
    border-radius: 3px;
}

.login a {
    color: #252525
}
/*.dv-sticker {
    position: sticky;
    top: 10px;
}*/

.dv-sticker .box_right_pro_view {
    float: left;
}
.giohang_top .count_item {
    font-size: 13px;
color: #fff;
    background: #f25c05;
    height: 18px;
    width: 18px;
    padding: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50px;
    position: absolute;
    top: -6px;
    right: -3px;
    line-height: 11px;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}

.tin_right .search a {
    width: 50px;
    text-indent: -10000px;
    background: #d8ece1 url(../images/search.png) no-repeat center 11px;
    float: right;
    border-left: 0px;
    height: 40px;
    background-size: 32%;
}

.search a {
    width: 70px;
    text-indent: -10000px;
    background: #ffb700 url(../images/search.png) no-repeat center 11px;
    float: right;
    border-left: 0px;
    height: 44px;
    background-size: 30%;
}

.w3-container .w3-bar {
    background: #d4d5d6;
    box-shadow: 0px 4px 3px -2px rgba(148,148,148,1);
    margin-bottom: 3px
}

.w3-container .w3-bar .w3-red {
    background: #a4193a;
    padding: 10px 20px;
    position: relative;
    color: #fff
}

.w3-bar .w3-button:after {
    content: "";
    width: 11px;
    height: 11px;
    background: url(../images/bkg-title.png) no-repeat 50% 50%;
    position: absolute;
    left: 0;
    top: 19px;
}

.w3-bar .w3-button {
    padding: 10px 20px;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    border-bottom: 2px solid #616161;
    margin: 0 4px;
    font-size: 23px;
}

.w3-bar .w3-button.w3-red {
    border-bottom: 2px solid #a4193a;
    color: #a4193a
}

.w3-bar .w3-button.w3-red:after {
    background: url(../images/bkg-title-1.png) no-repeat 50% 50%;
}

.w3-bar .w3-button:hover {
    color: #a4193a;
    border-bottom: 2px solid #a4193a;
}

.w3-bar .w3-button:hover:after {
    background: url(../images/bkg-title-1.png) no-repeat 50% 50%;
}

.w3-container .w3-bar .w3-red:before {
    content: '';
    position: absolute;
    right: -12px;
    top: 0;
    width: 30px;
    height: 100%;
    background: #a4193a;
    -ms-transform: skewX(10deg);
    transform: skewX(30deg);
    display: none;
}

.bannerInside {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 205px);
}

.slogan .read_more {
    margin-top: 0
}

.slogan {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    padding: 60px;
}

.slogan h2 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    margin: 0;
    color: #4c4c4c;
}

.slogan>a:hover i {
    padding-left: 5px;
    transition: all 0.5s
}

.slogan>a i {
    transition: all 0.5s
}

.slogan h4 {
    font-size: 46px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    line-height: 56px;
    color: #009edb;
    padding: 22px 0 23px;
    margin: 0;
    letter-spacing: 1px;
}

.bannerMain .slogan {
    position: absolute;
    color: #fff;
    text-align: center;
    z-index: 9;
    top: 40%;
    transform: translateY(-50%);
    width: 1170px;
    right: 0;
    left: 0;
}

.bannerMain {
    position: relative;
    width: 100%;
    margin-top: 0;
}

.bannerMain .banner {
    width: 100%;
    float: right;
}

.dv-nut-menu {
    cursor: pointer;
    /* border-radius: 5px 5px 0 0; */
    line-height: 1.0;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 12px 10px;
    background: #ffb700;
    border: 1px solid #f25c0529;
    border-bottom: 0;
}

.dv-menu-left {
    width: 24%;
    color: #fff;
    position: relative;
    border-radius: 5px;
}

.dv-ul-menu {
    position: relative;
    width: 100%;
    margin-top: 0;
    border-top: none;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-top: 0;
    /* border-radius: 0 0 5px 5px; */
}
.dv-ul-menu ul, .dv-ul-menu li {
    list-style: none;
}

.dv-ul-menu ul li {
    -webkit-box-shadow: inset 0px 1px 0px 0px #eee;
    -moz-box-shadow: inset 0px 1px 0px 0px #eee;
    box-shadow: none;
    padding: 0;
}

.vertical-menu-item {
    display: block;
    border-top: 1px solid #e8e8e8;
}

.dv-ul-menu ul li a {
    text-decoration: none;
    color: #000;
    line-height: 1.4;
    text-transform: capitalize;
    padding: 10px 10px;
    display: block;
    align-items: center;
    padding-left: 20px;
    font-weight: 600;
    font-size: 16px;
}

.dv-ul-menu ul li a img {
    width: 24px;
    float: left;
    height: auto;
    max-height: 26px;
    object-fit: contain;
    margin: 0 10px 0 0;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.vertical-menu-item i.fa-th-large {
    position: absolute;
    top: 16px;
    left: 16px;
    font-size: 8px;
    color: #393;
}

.fa-file-medical-alt:before {
    content: "\f478";
}

.vertical-menu-item>a h2 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 20px;
}

.vertical-menu-item>a h2 img {
    vertical-align: middle;
    margin-right: 5px;
}

.vertical-menu-item>a>i.fa-angle-right {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 14px;
    color: #666;
}

.vertical-menu-sub {
    display: none;
    position: absolute;
    left: 100%;
    width: 270%;
    top: 0;
    min-height: calc(100% + 0px) !important;
    margin-left: 0px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    z-index: 20;
    padding: 10px 20px;
}

.vertical-menu-item:hover .vertical-menu-sub {
    display: block;
}

.vertical-menu-item>a {
    line-height: 36px;
    padding: 4px 0 4px 10px;
    display: block;
    position: relative;
    color: #272727;
}

.vertical-menu-sub li {
    float: left;
    width: calc(100% / 1 - 20px);
    margin: 0px 10px 0;
    display: block;
    color: #4c4c4c;
}

.dv-ul-menu ul li a:hover,.dv-ul-menu ul li a:hover i {
    color: #f25c05;
}

.dv-ul-menu ul ul.sub-2 > li > a {
    display: inline-block;
    margin-bottom: 0;
    color: #333 !important;
    font-size: 14px;
    text-transform: capitalize;
    padding: 0 7px;
}

.dv-ul-menu ul ul.sub-2 > li > a:hover {
    color: #a4193a !important;
}

.vertical-menu-sub h2 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #a4193a;
}

.vertical-menu-sub h2 img {
    display: block;
    height: 47px;
}

.banner_left .right_tt_home {
    float: right;
    width: 38%
}

.banner li {
    float: left;
    width: 100%;
    list-style: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: default;
    position: relative;
}

.posBL {
    left: 0px;
    bottom: 0px;
}

.pagiBanner {
    position: relative;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
    width: auto;
    text-align: center;
    z-index: 2;
}

.pagiBanner a, .pagiBanner_2 a, .pagiBanner_3 a {
    display: inline-block;
    vertical-align: text-top;
    width: 14px;
    height: 14px;
    background: #00000061;
    text-indent: -100000px;
    margin: 0 4px;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
    border: solid #fff 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.pagiBanner a.selected, .pagiBanner_2 a.selected, .pagiBanner_3 a.selected {
    background: #f5111a;
}

.pagiBanner_2, .pagiBanner_3 {
    position: relative;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    width: auto;
    text-align: center;
    z-index: 10;
}

.box_title_banner {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: auto;
    color: #FFF;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
    width: 100%;
    padding: 3% 4%;
}

.box_title_banner ul h3 {
    text-transform: uppercase;
    font-size: 50px;
    line-height: 75px;
    font-weight: 600;
    padding-bottom: 10px;
    text-shadow: 1px 1px #000000;
}

.box_title_banner ul p {
    font-size: 17px;
    line-height: 26px;
}

.box_title_banner ul h4 a {
    float: left;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: solid #fff 1px;
    color: #fff;
    padding: 5px 40px;
    margin-top: 25px;
}

.box_title_banner ul h4 a:hover, .abouts_home ul h4 a:hover, .our_product_id ul h4 a:hover {
    color: #fff;
    background: #a4193a;
}

.abouts_home {
    background: #fff;
    padding-bottom: 55px;
}

.abouts_home li {
    width: 48%;
    float: right;
    list-style: none;
    line-height: 0;
}

.abouts_home li img {
    width: 100%;
    height: auto;
    background: #fff;
}

.abouts_home ul {
    width: 48%;
    float: left;
}

.abouts_home h3 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
    color: #f5111a;
    margin-bottom: 50px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
}

.abouts_home h3:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -39px;
    height: 38px;
    background: url(../images/home_about_img_2.webp);
    z-index: 2;
    width: 109px;
    margin: 0 auto;
}

.abouts_home h3 span {
    color: #000000;
    display: block;
    font-family: 'Roboto Condensed', Arial, Helvetica, Tahoma, sans-serif;
    font-weight: 400;
}

.abouts_home ul h4 a {
    float: left;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #ffffff;
    padding: 7px 30px 7px;
    border-radius: 50px;
    background: #a4193a;
}

.abouts_home ul h4 a:hover {
    background: #f5111a
}

.our_product_home {
    background: #eee;
    padding: 50px 0;
}

.box_out_us_home {
    padding: 50px 0;
    background: url(../images/bg_2.jpg) center center no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    color: #fff;
    position: relative;
}

.box_out_us_home:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #002e4682;
    transition: .3s all ease;
    z-index: 0;
}

.left_au img {
    width: 100%
}

.box_out_us_home .left_au {
    width: 49%;
    float: right;
}

.right_au {
    width: 48%;
    float: left;
}

.accordion li i {
    padding-right: 10px;
}

.accordion li a {
    background: transparent;
    line-height: 30px;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 20px;
    padding: 11px 10px;
    font-weight: 500;
    list-style: none;
    display: block;
    margin-bottom: 5px;
    font-family: 'Open Sans Condensed', Arial, Helvetica, Tahoma, sans-serif;
    border: 1px solid #fff;
    border-radius: 4px;
}

.accordion li .menu_parent:hover, .accordion li a.active {
    background: #a4193a;
    color: #fff;
}

.accordion ul {
    background: #fff;
    margin-top: 5px;
    padding: 20px;
    margin-bottom: 5px;
    list-style: none;
    color: #333;
    font-size: 20px;
    border-radius: 4px;
}

.accordion {
    list-style: none;
}

#news_slide {
    margin-top: 20px
}

.title_page {
    text-align: left;
    width: 100%;
}

.title_page ul h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    background: url(../images/quochuy.png) 10px center no-repeat;
    margin-bottom: 0;
    background-size: 26px;
    font-family: 'tahoma', sans-serif;
    padding: 6px 0 6px 45px;
}

.title_page ul h4 span {
    color: #f5111a;
}

.title_page.title_page_2 ul h3 {
    color: #fff;
}

.title_page ul p {
    color: #666;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    padding-top: 15px;
}

.our_product_id {
    text-align: center;
}

.our_product_id ul {
    width: 29%;
    display: inline-table;
    margin: 0 10px;
    padding: 0 15px;
}

.our_product_id ul li {
    list-style: none;
    line-height: 0;
    position: relative;
    z-index: 1;
}

.our_product_id ul li img {
    width: auto;
    height: 200px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: solid #FFF 10px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.our_product_id ul h3 {
    color: #a4193a;
    text-transform: capitalize;
    font-size: 23px;
    font-weight: 300;
    line-height: 40px;
    padding: 5px;
}

.our_product_id ul h4 a {
    display: inline-table;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 35px;
    font-weight: 500;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: solid #a4193a 1px;
    color: #a4193a;
    padding: 5px 40px;
    margin-top: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.link_page ul h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    float: left;
    width: 100%;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.link_page ul li span.active {
    color: #a4193a
}

.link_page ul li {
    list-style: none;
    font-size: 15px;
    text-transform: capitalize;
    float: right;
    font-weight: 600;
    width: 100%;
    text-align: left;
}

.link_page ul li i {
    padding-right: 7px;
    display: none;
}

.link_page ul li a {
    color: #000000;
    padding: 0;
}

.link_page ul li span {
    padding: 0 10px;
}

.link_page ul li a:hover, .riht_header ul h3 a:hover {
    color: #f25c05;
}

.company_contact ul {
    margin: 0 10px 20px 10px;
    float: left;
    width: 346px;
    padding: 20px;
    background: #eeeeee;
    min-height: 100px;
}

.company_contact ul.contact_2 {
}

.company_contact ul p {
    font-size: 16px;
    line-height: 25px;
    padding-top: 5px;
    color: #000;
}

.company_contact ul h3 {
    text-transform: uppercase;
    color: #a4193a;
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 5px;
}

.company_contact ul h3 i {
    margin-right: 10px;
}

.map_contact iframe {
    width: 100%;
    height: 500px;
}

.contact h2 {
    text-align: center;
    margin-bottom: 10px;
}

.contact p.p-brief {
    text-align: center;
    margin-top: 10px;
    width: 100%
}

.contact .left {
    width: calc(100% + 20px);
    float: left;
    margin: 0 -10px;
}

.showText.showText_lienhe p {
    margin-bottom: 7px;
}

.contact .left li {
    width: calc(100% / 2 - 20px);
    margin: 0 10px 20px;
    float: left;
}

.contact .right {
    width: 100%;
    float: right;
}

.formBox li {
    display: block;
    position: relative;
    margin-bottom: 10px;
    z-index: 0;
}

.formBox li input, .formBox li textarea {
    border: solid 1px #dbdbdb;
    height: 45px;
    color: #999;
    padding: 0 10px 0 45px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    text-transform: capitalize;
    width: 100%;
    /* border-radius: 4px; */
    font-weight: 300;
}

.formBox li textarea {
    padding: 10px 10px 10px 45px;
    height: 140px;
}

.contact .left input {
    width: 100%;
}

.contact .right input, .contact .right textarea {
    width: 100%;
}

.formBox li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
}

.formBox li.name:after {
    background-image: url("../images/contact/c_name.png")
}

.formBox li.phone:after {
    background-image: url("../images/contact/c_phone.png");
}

.formBox li.mail:after {
    background-image: url("../images/contact/c_mail.png");
}

.formBox li.local:after {
    background-image: url("../images/contact/c_local.png");
}

.formBox li.subject:after {
    background-image: url("../images/contact/c_subject.png");
}

.formBox li.mess:after {
    background-image: url("../images/contact/c_mess.png");
}

.formBox li.code:after {
    background-image: url("../images/contact/c_code.png");
}

.formBox li.day:after {
    background-image: url("../images/contact/day.png");
}

.formBox li.songuoi:after {
    background-image: url("../images/contact/songuoi.png");
}

.formBox .button {
    float: left;
    font-size: 17px;
    padding: 3px 35px 5px;
    margin-right: 12px;
    line-height: 38px;
    margin-top: 10px;
    color: #000;
    background: #ffb700;
    white-space: nowrap;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: 700;
    min-width: 100px;
    text-align: center;
}

.formBox .button:hover {
    color: #FFF;
    background: #f25c05;
}

.formBox li span {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 42px;
    padding: 0 10px;
    font-weight: normal;
    z-index: 2;
    letter-spacing: 1px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}

.tintuc_home_id, .product_list, .pro_id, .company_contact, .logo_doitac, .our_product_id {
    margin: 0 -10px;
}

.nums {
    table-layout: auto;
    margin-top: 15px;
    text-align: center;
}

.nums li {
    list-style: none;
    display: inline-block;
    float: left;
}

.nums ul {
    display: inline-block;
}

.tt_page.tt_page_top.tt_page_slider .new_id_bs {
    margin: 20px 10px 15px;
}

.nums a {
    font-size: 16px;
    display: block;
    margin: 0 5px;
    padding: 2px;
    line-height: 30px;
    height: 38px;
    width: 38px;
    table-layout: inherit;
    text-align: center;
    color: #000;
    background: transparent;
    border: #e2e2e2 1px solid;
    text-decoration: none;
    font-weight: 500;
    /* border-radius: 4px; */
}

.nums a i {
    line-height: 20px;
}

.nums a:hover, .nums a.active, .nums a.stay:hover {
    background: #f25c05;
    color: #ffffff;
    border-color: #f25c05;
}

.contentContainer h2.chucdanh {
    background: #d4d5d6;
    padding: 6px 20px;
    margin-bottom: 15px;
    color: #a4193a;
    font-size: 20px;
}

.canboinfo {
    width: 100%;
    display: inline-block;
}

.canboinfo .anhdaidien {
    width: 20%;
    float: left;
    margin-bottom: 20px;
    text-align: justify;
}

.canboinfo .anhdaidien img {
    width: 100%;
}

.canboinfo .info {
    text-align: justify;
    float: right;
    width: 77%;
}

.canboinfo .info strong {
    color: #000;
    font-size: 16px;
}

.title_news {
    border-bottom: solid 1px #E6E6E6;
    margin-bottom: 11px;
}

.fa-calendar:before {
    padding-right: 7px
}

.title_news h2 {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    margin-bottom: 7px;
}

.tin_left .one_new_home {
    width: 55%;
    float: left;
}

.tin_left .one_new_home_right {
    float: right;
    width: 42%;
}

.title_news li {
    font-size: 15px;
    color: #464646;
    list-style: none;
    margin-bottom: 10px;
    font-weight: 400;
}

.title_news p {
    line-height: 32px;
    color: #171c2b;
    font-size: 21px;
    font-style: italic;
    font-weight: normal;
    padding-bottom: 15px;
}

.images_poup_sp {
    float: left;
    width: 40%;
}

.images_poup_sp img {
    width: 100%
}

.page_sp_ct {
    width: 900px;
    padding: 20px;
    display: inline-block;
    background: #fff;
}

.pro_home_id#pro_slide2 ul,.pro_home_id#pro_slide1 ul {
    width: calc(100% / 1);
    margin: 15px 0px 0px;
}

.pro_id ul h3 a {
    color: #333;
    display: block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.pro_home_id.pro_id ul h3 span {
    color: #6d6d6d;
}
.dv-product .dv-ul-menu ul ul {
    right: auto;
    left: 100%;
}
.pro_home_id.pro_id ul h4 span.gia_km,.pro_home_id ul h4 span.gia_km {color: #666;}

.pro_home_id.pro_id ul {
    margin: 0 10px 20px;
    width: calc(100% / 3 - 20px);
}
.dv-product .tin_left {
    float: right;
}

.dv-product .tin_right {
    float: left;
    padding: 0 25px 0 0;
    position: relative;
    top: 0;
}
.pro_id ul h4 a {
    color: #a4193a;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.pro_id ul h4 a i {
    padding-left: 7px;
}

.pro_id ul p {
    color: #666;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 10px;
}

.pro_id#pro_slide3 ul li img {
    width: 70%
}

.pro_id ul li, .pro_id ul li img {
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}

.pro_id ul h4 a:hover, .pro_id ul h3 a:hover, .product_list ul:hover h3 {
    color: #a4193a;
}

.box_page {
    margin-top: 20px;
}

#sharelink {
    padding-top: 20px;
    margin-top: 20px;
    border-top: solid #CCC 1px;
}

.placeNav_2, .placeNav_4 {
    position: absolute;
    top: 30%;
    z-index: 3;
    color: #fff;
    font-size: 60px;
    width: 30px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    background: rgba(2, 2, 2, 0.21);
    opacity: 0;
}

.placeNav, .placeNav_3 {
    position: absolute;
    top: 30%;
    z-index: 3;
    color: #fff;
    font-size: 50px;
    width: 35px;
    line-height: 24px;
    height: 35px;
    background: #a4193a;
    text-align: center;
    opacity: 0;
    border-radius: 50%;
    padding: 4px;
}

.placeNav.prev, .placeNav_2.prev, .placeNav_3.prev, .placeNav_4.prev {
    left: 10px;
}

.placeNav_2.next, .placeNav_4.next {
    right: 10px;
    text-indent: 3px;
}

.placeNav.next, .placeNav_3.next {
    right: 10px;
    text-indent: 3px;
}

.placeSlide_main:hover .placeNav, .placeSlide_main:hover .placeNav_2, .placeSlide_main:hover .placeNav_4, .placeSlide_main:hover .placeNav_3 {
    opacity: 1;
}

.placeNav:hover, .placeNav_2:hover, .placeNav_3:hover, .placeNav_4:hover {
    color: #fff;
    background: #f5111a;
}

.placeSlide_main {
    position: relative;
    overflow: hidden;
}

.placeSlide {
    width: 1300px;
}

.product_list ul {
    float: left;
    margin: 0 10px 30px 10px;
    width: 285px;
}

.product_list ul li, .product_list ul li img {
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    display: block;
}

.product_list ul h3 {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 30px;
    padding-top: 15px;
    font-weight: normal;
    color: #a4193a;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.ct_add ul h3 {
    float: left;
    margin: 0 5px;
}

.sc_button {
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 16px 30px 15px;
    font-size: 15px;
    line-height: 1;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background-color: #a4193a;
    font-weight: 400;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 10px;
}

.sc_button:hover {
    background: #c61f47;
    color: #fff;
}

span.number-down, .number-up {
    line-height: 41px;
    width: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: default;
    font-size: 16px;
    user-select: none;
}

input#number {
    border: 1px solid #d8d8d8;
    border-left: 0;
    border-right: 0;
}

span.number-down:hover, .number-up:hover {
    cursor: pointer;
}

input#number {
    width: 38px;
    text-align: center;
    height: 41px;
    display: inline-block;
    vertical-align: middle;
}

.so-luong-mua {
    float: left;
    width: 100px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 3px;
}

.ct_add ul h3 a {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 20px;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    /* border-radius: 3px; */
}

.ct_add ul h3 a:hover {
    background: #f25c05 !important;
    color: #fff;
}

.ct_add {
    margin-top: 15px
}

.ct_add ul h3 a.clor_01 {
    background: #ffb700;
}

.ct_add ul h3 a.clor_02 {
    background: #009edb;
}

.viewRight_more > h4 {
    font-size: 22px;
    color: #f25c05;
    line-height: 30px;
    font-weight: 600;
    background: url(../images/title-line.png) repeat-x left bottom;
    padding: 10px 0 15px;
    margin-bottom: 10px;
}

.viewRight_more > h4 span.gia_km {
    font-size: 21px;
    padding-left: 10px;
    font-weight: normal;
    color: #333;
    text-decoration: line-through;
}

.viewRight .desc {
    margin-top: 15px;
}

.pro_home_id ul:hover li.pro_1_b, .pro_home_id_2 ul:hover li.pro_1_b {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.new_right.new_right_2column ul {
    width: calc(100% / 2 - 20px);
    margin: 10px 10px 5px;
    float: left;
    position: relative;
    padding: 0;
    padding-bottom: 10px;
}

.new_right.new_right_2column ul li {
    width: 100%
}

.new_right ul:hover li.pro_1_b {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.new_right ul li.pro_1_b {
    list-style: none;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -moz-border-radius: 50%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(50%, 0, 0);
}

.pro_home_id ul li.pro_1_b, .pro_home_id_2 ul li.pro_1_b {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
    -moz-border-radius: 50%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.box_home_2 {
    background: #fff;
    padding-top: 10px;
}

.box_home_2 #pro_tabs {
    margin-bottom: 13px;
    width: 100%;
    float: left;
}

.box_home_2 #pro_tabs .listtabs {
    text-align: left;
}

.cls_all {
    display: none
}

.box_right_pro_view {
    overflow: hidden;
}

.swal2-title {
    font-size: 15px;
}

#pro_tabs {
    margin: 0;
    float: right;
    margin-bottom: 5px;
    width: 100%;
    margin-top: 25px;
}


.listtabs {
    overflow: hidden;
    text-align: center;
}

.listtabs li {
    display: inline-table;
    list-style: none;
    margin: 0 0px;
}



.detail-sp>h5 {
    background: #a4193a;
    padding: 10px 20px 8px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
}

.detail-sp>div#ftwp-postcontent {
    padding: 20px 30px;
    border: 1px solid #e6e6e6;
}

.viewRight .desc b {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    color: #22232b;
    font-weight: normal;
}

.viewRight .desc b span {
    margin-left: 15px;
    font-size: 19px;
    color: #666;
    font-weight: normal;
    text-decoration: line-through;
}

.viewRight .desc li {
    line-height: 20px;
    margin-bottom: 10px;
    text-indent: 20px;
    list-style: none;
    background: url(../images/icon-check-pink.png) no-repeat left 6px;
    margin-left: 0;
    font-size: 15px;
}

.viewRight p {
    padding-bottom: 10px;
}

.viewRight p a {
    color: #666;
}

.dv-mmota-sp ul {
    margin: 0;
    padding: 0;
}

.viewRight p a:hover {
    color: #034ea2;
}

.viewRight p i {
    padding-right: 5px;
}

.quantity {
    position: relative;
    margin-bottom: 15px;
}

.quantity, .quantity * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
}

.quantity label {
    font-size: 16px;
    padding-right: 5px;
}

.quantity .input-text {
    width: 50px;
    height: 50px;
    border: none;
    text-align: center;
    font-size: 18px;
    box-shadow: inset 0 0 5px rgba(0,0,0,.2);
}

.quantity p {
    padding: 15px 0 10px 0;
    border-top: dotted 1px #ddd;
    font-size: 18px;
    text-transform: uppercase;
}

.quantity .minus, .quantity .plus {
    position: absolute;
    bottom: 0px;
    left: 142px;
    width: 30px;
    height: 23px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    background: #034ea2;
    line-height: 19px;
}

.quantity .minus {
    font-size: 25px;
}

.quantity .plus {
    bottom: 27px;
}

.quantity a {
    position: relative;
    height: 50px;
    line-height: 52px;
    position: absolute;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 18px 0 50px;
    color: #fff;
    border: solid 1px #fff;
    box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.1);
    background: #f5111a;
    margin-left: 50px;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
}

.quantity a:hover {
    color: #fff;
    background: #034ea2;
}

.quantity a:before {
    content: "";
    background-image: url("../images/icon-cart-w.png");
    background-position: center center;
    position: absolute;
    top: 12px;
    left: 10px;
    width: 26px;
    height: 22px;
    z-index: 2;
    line-height: normal;
}

#proView .link a {
    display: inline-block;
    height: 24px;
    line-height: 26px;
    padding-left: 30px;
    color: #333;
    position: relative;
}

#proView .link a:hover {
    color: #f00;
}

#proView .link a:first-child {
    margin-right: 22px;
}

#proView .link {
    margin-bottom: 15px;
}

#proView .link a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: #646464;
    background-position: center center;
    background-repeat: no-repeat;
}

#proView .link a.b_mail:after {
    background-image: url("../images/icon-mail.png");
}

#proView .link a.b_share:after {
    background-image: url("../images/icon-share.png");
}

#proCont {
    padding: 0px 0px;
}

.listDesc {
    margin-bottom: 15px;
    box-shadow: inset 0 -5px #E6E6E6;
}

.listDesc a {
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    line-height: 40px;
    margin-right: 20px;
    padding-bottom: 5px;
    box-shadow: inset 0 -5px #646464;
    color: #999;
}

.titleView {
    position: relative;
    padding: 0px 0 10px 0 !important;
    line-height: 1.3;
    font-size: 25px;
    color: #000;
    margin-bottom: 0;
    font-weight: 700;
}

.viewRight h2 {
    font-size: 20px;
    position: relative;
    border-bottom: dotted 1px #ddd;
    margin-bottom: 15px;
    padding-bottom: 10px;
    color: #f60;
}

#bridal_images {
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 5px;
    float: left;
    width: 100%;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
}

#bridal_images img {
    border: none;
    width: 100%;
    height: auto;
    margin: 0px auto;
}

#bridal_images_list {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

#bridal_images_list li {
    list-style: none;
    float: left;
    height: 69px;
    width: 69px;
    margin: 0 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 5px;
    text-align: center;
    overflow: hidden;
    margin-top: 5px;
}

#bridal_images_list li:hover {
    border: 1px solid #999;
    background: #fff;
}

#bridal_images_list img {
    width: 100%;
    border: none;
}

.pro_slide_prev, .pro_slide_next {
    position: absolute;
    width: 12px;
    border: solid 1px #ccc;
    bottom: 50%;
    height: 50px;
    margin-bottom: -25px;
    text-indent: -10000px;
}

.pro_slide_prev {
    left: 0px;
    border-radius: 5px 0px 0px 5px;
    background: url(../images/pro_slide_prev.png) no-repeat center center #f4f4f4;
}

.pro_slide_next {
    right: 0px;
    border-radius: 0px 5px 5px 0px;
    background: url(../images/pro_slide_next.png) no-repeat center center #f4f4f4;
}

a.pro_slide_prev.disabled, a.pro_slide_next.disabled {
    opacity: .5;
}

a.pro_slide_prev.disabled, a.pro_slide_next.disabled {
    cursor: default;
}

.cloud-zoom-lens {
    cursor: move;
}

.cloud-zoom-big {
    overflow: hidden;
}

.cloud-zoom-loading, img.loading {
    background: url(../images/loading.gif) no-repeat scroll center transparent;
}

#pro_img_main {
    margin-bottom: 25px;
}

.dathang_id {
    border-top: solid #ccc 1px;
    padding-top: 15px;
    margin-top: 5px;
}

.dathang_id a {
    display: block;
    color: #fff;
    float: left;
    background: #a4193a;
    font-size: 18px;
    padding: 8px 30px;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    text-transform: capitalize;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
}

.dathang_id a i {
    padding-right: 10px;
    font-size: 20px;
}

.dathang_id a:hover {
    background: #f5111a;
}

.box_page_home {
    padding-top: 50px;
    padding-bottom: 20px;
}

.Title {
    margin: 15px 0 5px;
}

table th {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

tr:hover {
    background-color: #f5f5f5;
}

th, td {
    border-bottom: 1px solid #ddd;
}

td a {
    color: #f25c05;
    text-align: center;
    font-size: 15px;
}

td a:hover {
    color: #f25c05;
}

table {
    width: 100%;
}

table {
    border-collapse: collapse;
}

#back-top {
    position: fixed;
    bottom: 60px;
    right: 35px;
    z-index: 1;
}

#back-top a {
    display: inline-flex;
    width: 40px;
    line-height: 40px;
    background: #ffb700;
    outline: none;
    color: #000;
    font-size: 20px;
    text-align: center;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    transform: rotate(45deg);
    height: 40px;
    border: navajowhite;
}

.center_column {
    display: flex;
    flex-wrap: unset;
}

.col1-top {
    padding: 50px 40px;
}

.sign_col1 {
    width: 40%;
    text-align: center;
    background: #d4d5d6;
    color: #464646;
}

.col1_subheading {
    font-size: 30px;
    margin: 15px 0;
    font-weight: 300;
}

.button_sign:hover {
    background: #134a56;
}

.sign_col2 {
    background: #efefef;
    padding: 30px 40px;
    color: #464646;
    width: 50%;
    position: relative;
}

.sign_input {
    width: 100%;
    border-width: 0 0 2px 0;
    padding: 10px 10px 13px;
    margin-bottom: 5px;
    font-size: 15px;
    font-family: 'tahoma', sans-serif;
    background: #ffffff;
    border: none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
    margin: 6px 0;
}

.col1_des {
    line-height: 25px;
    margin-top: 10px;
}

.link_login {
    margin-bottom: 5px;
}

.button_sign {
    background: #a4193a;
    color: #fff;
    border-width: 0;
    font-size: 17px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 12px 25px 14px;
    margin: 20px 0;
    cursor: pointer;
    box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.sign_col2 h3 {
    font-size: 23px;
    line-height: 25px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}

.link_login a {
    color: #20a9ea;
    text-decoration: underline;
}

#back-top a i {
    transform: rotate(-45deg);
    line-height: 38px;
}

.menu > li:hover > a {
    color: #fff;
    background: #f25c05;
}

.menu > li.active a {
    color: #a4193a
}

.box_menu {
    background: #ffb700;
    width: 100%;
    display: flex;
    margin-top: 20px;
}
.bannerMain .pagewrap {
    width: 100%;
    padding: 0;
}
.menu_header>div>a {
    float: right;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    padding-top: 8px;
    padding-right: 20px
}

.menu_header>div>a:hover {
    color: #fff000
}

.fa-account:before {
    content: "\f007";
    font-size: 16px;
    margin-right: 7px;
}

#back-top a:hover {
    color: #fff;
    background: #f25c05;
}

.css-on3izv span {
    margin-bottom: 5px;
}

.css-on3izv {
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    line-height: 1rem;
    padding: 10px 8px 0 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    color: #434657;
    border-width: 1px;
    border-style: solid;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    font-size: 12px;
    color: #333;
    padding-left: 0px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.css-uwn2d9 {
    font-size: 20px;
    margin-bottom: 20px;
}

.css-42iko7 {
    width: 40%;
    float: left;
}

.css-2ig3pg {
    width: 60%;
    float: left;
}

.css-2ig3pg img {
    width: 100%;
    border-radius: 4px;
}

.footer {
    color: #fff;
    position: relative;
    background: #000;
}

.footer a img {
    height: auto;
    padding: 0;
    width: auto !important;
    max-height: 60px;
}

.footer a {
    color: #fff;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    display: inline-block;
}

.footer a:hover {
    color: #f25c05;
}

.right_footer {
    float: right;
    width: 66%;
}

.right_footer ul {
    float: left;
    width: 29%;
    margin-left: 4%;
}

.right_footer ul li {
    list-style: none;
}

.right_footer ul li a {
    color: #fff;
    line-height: 30px;
}

.right_footer ul li a i {
    padding-right: 7px;
}

.right_footer ul li a:hover {
    color: #00bed5;
}

.right_footer ul h3 {
    font-size: 20px;
    color: #00bed5;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 10px;
}

.top_footer img {
    height: 60px
}

.top_footer {
    padding-top: 40px;
    text-align: center;
}

.top_footer .menu > li > a {
    text-transform: capitalize;
}

.left_footer {
    margin: 0 -15px
}

.ft_maps {
    float: right;
    width: 50%
}

.bottom_ft a {
    color: #000;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
}

.bottom_ft a:hover {
    color: #f25c05;
}

.bottom_ft a img {
    height: 22px;
    padding: 0 10px;
    display: inline-block;
}

.footer ul.menu {
    width: 100%
}

.footer ul.menu li a {
    padding: 5px
}

.footer ul.menu li {
    clear: initial;
    width: 47%;
    text-align: left;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    margin-right: 10px;
}

.left_footer>ul {
    padding: 45px 0px 40px;
    width: calc(22% - 30px);
    float: left;
    margin: 0 15px;
}

.widget_getintuch li:last-child {
    margin-bottom: 0;
}

.left_footer ul p {
    color: #fff;
}

.left_footer ul p i {
    margin-right: 10px;
}



.left_footer ul h3 {
    font-size: 20px;
    color: #ffb700;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
}

.left_footer li {
    list-style: none;
    float: left;
    clear: both;
}

.left_footer li a {
}

.left_footer li img {
    height: auto;
    width: auto;
    float: left;
    padding: 0;
    margin-right: 10px;
    margin-top: 20px;
    max-height: 60px;
}

.bottom_ft {
    padding: 15px 0;
    text-align: center;
    margin: auto;
    background: #ffb700;
}

.bottom_ft p {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.bottom_ft ul {
    float: right;
}

.bottom_ft ul li {
    float: left;
    list-style: none;
    line-height: 0;
    text-align: center;
    margin: 7px 10px;
}

..bottom_ft ul li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    display: block;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
}

.box_doitac_home {
    background: #fff;
    padding: 50px 0;
}

.logo_doitac ul {
    margin: 10px;
    width: 160px;
    padding: 10px;
    background: #f8f8f8;
    float: left;
    text-align: center;
    transition: all .3s;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.logo_doitac ul li, .logo_doitac ul li img {
    width: 100%;
    height: 90px;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    overflow: hidden;
    display: block;
}

.logo_doitac ul h3, .logo_doitac_page ul h3 {
    color: #495677;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 26px;
    padding-top: 15px;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    position: relative;
}

.logo_doitac_page ul {
    margin: 10px;
    width: 250px;
    padding: 15px;
    background: #fff;
    float: left;
    text-align: center;
    transition: all .3s;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.logo_doitac_page ul li, .logo_doitac_page ul li img {
    width: 100%;
    height: auto;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    overflow: hidden;
    display: block;
}

.logo_doitac ul:hover, .id_partner ul:hover {
    transform: translateY(-10px);
}

.tin_left {
    float: left;
    width: 75%;
}

.tin_right .box_right_pro_view:last-child {
    margin-bottom: 0
}
.dv-slider-nang.no_box .owl-stage {
    margin: 0;
}
.tin_right>a>img {
    width: 100%;
    margin: 0
}

.tin_right>a:last-child>img {
    margin-bottom: 20px;
}

.tin_right {
    float: right;
    width: 25%;
    z-index: 1;
    padding-left: 25px;
}

.tin_right .dv-menu-left {
    width: 100%;
}

.banner_left_tt ul {
    position: relative;
    margin: 10px;
}

.banner_left_tt ul li, .banner_left_tt ul li img {
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
    height: auto;
    width: 100%;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.banner_left_tt ul h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000007a;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: normal;
    padding: 5px 10px;
    line-height: 25px;
}

.banner_left_tt ul:hover h3 {
    text-decoration: underline;
}

.tt_page {
    margin: 0px -10px;
}

.tin_left .tt_page_top .new_id_bs ul {
    width: 100%;
    padding: 10px 0 0;
}

.box_page .pro_id .tt_page {
    margin: 20px 0px 0;
}

.tt_page_top .new_id_bs li {
    width: 100%
}

.tt_page_top .new_id_bs ul {
    width: 100%;
    padding: 10px 20px 15px;
}

.tt_page_top.dv_hinhanh .new_id_bs {
    width: calc(100% / 4 - 20px);
}

.new_id_bs {
    width: calc(100% / 2 - 20px);
    margin: 0 10px 20px;
    float: left;
}

.box_page .owl-carousel .new_id_bs {
    width: calc(100% / 1);
    margin: 20px 0;
}

.tt_page.owl-carousel {
    margin: 0;
}

.new_right .new_id_bs ul h3 a {
    font-size: 17px;
    font-weight: 500;
    color: #4a4a4a;
    line-height: 25px;
    padding-bottom: 0;
    margin-top: 0;
    text-align: left;
}

.new_right .new_id_bs li img {
    margin-bottom: 0
}

.new_right .new_id_bs ul h3 {
    float: right;
    width: 100%;
    font-weight: 300;
    font-size: 12px;
    color: #232324;
    line-height: 23px;
    height: auto;
    overflow: hidden;
    margin-top: 0;
}

.new_right .new_id_bs ul {
    float: right;
    width: 55%;
    border: none;
    border-bottom: none;
    padding: 0;
}

.new_right .new_id_bs li {
    width: 40%
}

.new_right .new_id_bs {
    width: calc(100% / 1);
    margin: 10px 0 0;
    padding: 10px 10px 10px;
}

.new_id_bs li {
    float: left;
    list-style: none;
    line-height: 0;
    width: 50%;
    position: relative;
    overflow: hidden;
    display: block;
}

.new_id_bs li a i {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translateY(-50%) scale(0);
    background: transparent;
    color: #fff;
    width: auto;
    transition: all 0.5s;
    font-size: 35px;
    right: 0;
}

.new_id_bs li a:hover i {
    transform: translateY(-50%) scale(1);
    transition: all 0.5s;
    z-index: 1;
}

.new_id_bs li a::after {
    background: #232323 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.new_id_bs li a:hover::after {
    opacity: 0.3;
}

.new_id_bs li img {
    width: 100%;
    height: auto;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.new_id_bs ul {
    float: right;
    width: 46%;
}

.dv-home-tintuc .tt_page_top .new_id_bs ul {
    width: 100%;
    padding: 12px 0 0;
    bottom: 0;
}

.dv-home-tintuc .tt_page_top .new_id_bs {
    width: calc(100% / 1 - 20px);
    z-index: 2;
    position: relative;
    margin: 0 10px 20px;
    border-bottom: none;
    padding-right: 0;
    overflow: hidden;
    box-shadow: none;
}

.dv-home-tintuc .tt_page_top #tintuc_slide .new_id_bs {
    width: calc(100% / 1);
    padding-right: 0;
    margin: 0 0 20px
}

.dv-gr-lh a:hover h3 {
    color: #a4193a;
}

.new_id_bs ul h3 a i.fa-image {
    padding-left: 10px
}

.new_id_bs ul h3 a {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    padding-bottom: 5px;
    display: block;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    margin-top: 5px;
    line-height: 1.4;
    margin-bottom: 8px;
}

.dv-home-tintuc .tt_page_top .new_id_bs a,.dv-home-tintuc .new_id_bs ul p {
    padding: 0;
}

.dv-home-tintuc .tt_page_top .new_id_bs a:hover {
    color: #f25c05;
}

.new_id_bs ul h3 span {
    font-size: 17px;
    font-weight: 500;
    color: #666;
    display: block;
    text-transform: none;
}

.dv-home-tintuc .pagewrap {
    z-index: 1
}

.new_id_bs ul h3 span i {
    padding-right: 7px;
}

.new_id_bs ul p {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 25px;
    padding-top: 0px;
    text-align: left;
}

.new_id_bs ul h3 a:hover, .one_new_home_right ul h3 a:hover, .one_new_home ul h3 a:hover, .new_right ul h3 a:hover, .left_tt_home ul h3 a:hover {
    color: #f25c05;
}

.video_tt_page {
    background: #2a2a2a;
    padding: 15px;
}

.title_video_tt_page {
    padding-bottom: 15px;
}

.title_video_tt_page h3 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    float: left;
}

.title_video_tt_page h3 span {
    color: #E02F2F;
    font-size: 30px;
    padding-right: 10px;
}

.title_video_tt_page ul {
    float: right;
    color: #fff;
    font-size: 16px;
}

.video_tt_page_left {
    float: left;
    width: 48%;
}

.video_tt_page_left iframe {
    width: 100%;
    height: 275px;
}

.video_tt_page_right {
    float: right;
    width: 50%;
}

.video_tt_page_right ul {
    padding: 10px;
}

.video_tt_page_right ul li {
    float: left;
    width: 30%;
    list-style: none;
    line-height: 0;
    position: relative;
}

.video_tt_page_right ul li span {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #E02F2F;
    top: 30%;
    z-index: 1;
    font-size: 30px;
}

.video_tt_page_right ul li img {
    width: 100%;
    height: auto;
}

.tt_page_video div li a:after {
    content: '\f144';
    margin-top: 0;
    font-size: 35px;
    color: #ffffff;
    font-family: 'FontAwesome';
    position: absolute;
    background-color: transparent;
    opacity: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.tt_page_video div li:hover a:after {
    opacity: 1;
    transition: 1s;
}

.video_tt_page_right ul h3 {
    float: right;
    font-size: 17px;
    color: #fff;
    font-weight: normal;
    line-height: 25px;
    text-transform: capitalize;
    width: 65%;
}

.new_top_id.new_top_id_video {
    box-shadow: none;
}

.video_tt_page_right ul:hover {
    background: #555;
    color: #fff;
}

.new_top_id {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.one_new_home_right li.text_right p {
    margin: 0
}

.one_new_home ul p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}

.one_new_home_right li.text_right h3 {
    padding-bottom: 0;
    margin-bottom: 2px;
}

.tintuc_home .one_new_home li {
    width: 100%;
    list-style: none;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
}

.one_new_home li img {
    width: 100%;
    height: auto;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.one_new_home ul h3 a, .tti_more ul h3 a {
    font-size: 23px;
    font-weight: 500;
    color: #464646;
    line-height: 33px;
    padding-bottom: 7px;
    display: block;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    text-transform: none;
}

.one_new_home {
    float: left;
    width: 53%;
}

.one_new_home_right {
    float: right;
    width: 45%;
}

.one_new_home_right ul {
    padding-bottom: 10px;
}

.one_new_home_right .title_news li {
    width: 100%
}

.one_new_home_right li {
    float: left;
    width: 35%;
    list-style: none;
    position: relative;
    overflow: hidden;
    display: block;
}

.one_new_home_right li img {
    width: 100%;
    height: auto;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.one_new_home_right li:hover img,.one_new_home li:hover img, .new_id_bs li:hover img {
    transform: scale(1.1);
    transition: 1s;
}

.one_new_home_right ul h3 a {
    font-size: 18px;
    font-weight: normal;
    color: #464646;
    line-height: 30px;
    display: block;
    width: 100%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.new_right ul h3 a i {
    padding-right: 7px;
}

.new_right>.select select,.new_right>.select option {
    width: 90%;
    height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin: 10px 5% 7px;
    font-family: 'Playfair Display', serif;
    color: #464646;
    font-weight: 600;
}

.tin_right .read_more {
    text-align: center;
}

.tin_right .read_more a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 3px;
    background: #a4193a;
    border-radius: 50px;
    padding: 3px 30px 3px;
    display: inline-table;
    transition: 0.5s;
    border: 1px solid #a4193a;
}

.banner-detail img {
    width: 100%;
    margin-bottom: 30px;
}

.tin_right .box_right_pro_view:first-child {
    margin-top: 0
}

.box_right_pro_view {
    margin: 15px 0;
    text-align: left;
    display: inline-block;
    width: 100%;
    clear: both;
}

.box_right_pro_view h4 {
    text-align: center;
    margin: 20px 0;
    font-size: 25px;
    color: #ff0000;
}

.title_right_pro_view {
    color: #000;
    text-align: left;
    background: none;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 0 5px;
    border-radius: 5px 5px 0 0;
}

.box_right_pro_view>ul {
    list-style-type: none;
    padding-left: 0;
}

.fa-bars:before {
    font-size: 21px;
    padding-right: 8px;
}

.new_id_bs .read_more {
    margin-top: 7px;
}

.new_id_bs .read_more a {
    color: #a4193a;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 3px;
    background: transparent;
    border-radius: 50px;
    padding: 5px 25px;
    display: inline-table;
    transition: 0.5s;
    border: 1px solid #a4193a;
}

.new_id_bs .read_more a:hover {
    background: #253041
}

.new_right ul h4 {
    float: right;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    color: #464646;
    line-height: 23px;
    margin: 5px 0;
    text-align: left;
}

.new_right ul h4>span {
    color: #a4193a;
    letter-spacing: 2px;
    font-weight: bold
}

.new_right.new_right_2column ul:last-child {
    border-bottom: dotted #CCC 1px;
}

.new_right ul:last-child {
    border-bottom: none;
}

.new_right ul li {
    list-style: none;
    line-height: 0;
    float: left;
    width: 40%;
    position: relative;
    overflow: hidden;
    display: block;
}

.new_right ul li img {
    width: 100%;
    height: auto;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.new_right ul h3 {
    float: right;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #232324;
    line-height: 23px;
    height: 45px;
    overflow: hidden;
    margin-top: 7px;
}

.new_right ul h3 a {
    color: #232324;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.new_right ul h3 span {
    font-size: 15px;
    color: #666;
    display: block;
    padding-top: 5px;
}

.new_right ul h3 span i {
    padding-right: 5px;
    font-size: 12px;
}

.new_right h4 a, .thongso_pro h2 a, .more_pro_id a, .xemthem_id_r a {
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
    letter-spacing: 0.025em;
    color: #fff;
    transition: .3s ease-out;
    text-transform: capitalize;
    display: block;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    text-align: center;
    margin: 10px;
    background: #a4193a;
}

.new_right h4 a:hover, .new_right h4 a:hover, .thongso_pro h2 a:hover, .camket_pro h4 a:hover, .more_pro_id a:hover, .xemthem_id_r a:hover {
    color: #fff;
    background: #f5111a;
}

.tintuc_box_home {
    padding: 0px 0 30px;
}

.left_tt_home {
    float: left;
    width: 100%;
}

.left_tt_home ul li, .left_tt_home ul li img {
    list-style: none;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pro_id .tt_page {
    border: none;
    margin: 0
}

#news_slide1 .new_id_bs ul h3 a {
    margin: 0;
    padding: 7px 0;
}

#news_slide1 .new_id_bs ul {
    float: right;
    width: 100%;
    margin: 0;
}

.pro_id #news_slide1 .new_id_bs {
    width: calc(100% / 1 - 20px);
    padding-bottom: 5px;
}

.title_page ul .h_title {
    font-size: 23px;
    font-weight: 700;
    color: #000;
    text-align: left;
    padding: 10px 0 7px;
    line-height: 1.4;
}

.left_tt_home ul li img:hover, .right_tt_home ul li img:hover, .id_bds ul li img:hover, .project_home_id ul li img:hover, .list_pro_home ul li img:hover, .tintuc_page_id ul li img:hover, .doitac_id ul li img:hover, .project_id ul li img:hover, .hinhanh_id ul li img:hover, .tintuc_home_id ul li img:hover, .pro_id ul li img:hover {
    transform: scale(1.2);
    opacity: 1;
    -webkit-filter: grayscale(0);
}

.new_right ul li img:hover {
    transform: scale(1.2);
    opacity: 1;
    -webkit-filter: grayscale(0);
}

.left_tt_home ul h3 a {
    display: block;
    padding: 10px 0px 10px 0px;
    color: #464646;
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
}

.left_tt_home ul h4 {
    display: block;
    padding: 0 10px;
    color: #666;
    font-size: 17px;
    font-weight: normal;
    line-height: 25px;
}

.left_tt_home ul h4 i, .right_tt_home ul h3 span i {
    padding-right: 5px;
}

.left_tt_home ul p {
    color: #666;
    line-height: 28px;
    padding: 5px 10px 15px 10px;
    text-align: justify;
}

.left_tt_home ul {
    float: left;
    width: calc(100% / 1 - 20px);
    background: #fff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    margin: 0 10px;
}

.fa-calendar:before {
    color: #ffb700;
}

.right_tt_home {
    float: left;
    margin: 0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.right_tt_home ul {
    border: 1px solid #e6e6e6;
    padding: 5px;
}

.right_tt_home ul li {
    float: left;
    list-style: none;
    line-height: 0;
    width: 30%;
    position: relative;
    overflow: hidden;
    display: block;
}

.right_tt_home ul li img {
    width: 100%;
    height: auto;
    webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.right_tt_home ul h3 {
    float: right;
    width: 66%;
}

.right_tt_home ul h3 a {
    display: block;
    color: #464646;
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
}

.right_tt_home ul h3 a:hover {
    color: #a4193a
}

.right_tt_home ul h3 span {
    color: #666;
    font-size: 15px;
    font-weight: normal;
    line-height: 22px;
    display: block;
    padding-top: 3px;
}

.marquee {
    overflow: hidden;
    height: 420px;
}

.marquee_2 {
    overflow: hidden;
    height: 30px;
}

.quanly_giadau {
    position: absolute;
    right: 90px;
    top: 9px;
    z-index: 1;
}

.bounce {
    height: 30px;
    overflow: hidden;
    position: relative;
    color: #666;
    width: 400px;
}

.bounce p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 30px;
    text-align: center;
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -moz-animation: bouncing-text 5s linear infinite alternate;
    -webkit-animation: bouncing-text 5s linear infinite alternate;
    animation: bouncing-text 10s linear infinite alternate;
}

@-moz-keyframes bouncing-text {
    0% {
        -moz-transform: translateX(50%);
    }

    100% {
        -moz-transform: translateX(-50%);
    }
}

@-webkit-keyframes bouncing-text {
    0% {
        -webkit-transform: translateX(50%);
    }

    100% {
        -webkit-transform: translateX(-50%);
    }
}

@keyframes bouncing-text {
    0% {
        -moz-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    100% {
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.css-1l6j3pm a:nth-child(2) ~ a {
}

.css-1l6j3pm {
    display: block;
}

.dv-taikhoan {
    display: inline-block;
    float: right;
    color: #333;
}

.dv-taikhoan a {
    float: left;
    margin: 0 0 0 17px;
    display: inline-block;
}

.dv-taikhoan span {
    float: left;
    padding: 0 12px;
}

.vertical-menu-item>a h2 img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.pro_home_id.pro_home_id_slider ul {
    width: calc(100% / 1 - 20px);
    height: 100%;
    margin: 0 10px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.star span {
    color: #b1b1b1;
    margin-right: 5px;
    font-size: 14px;
}

.star span.checked {
    color: #ffb700;
}

.product-available.in-stock.red {
    color: #333;
}

.icon_sp a i {
    position: relative;
    top: -1px;
    margin-right: 4px;
    font-size: 13px;
}

.icon_sp a.button.a_cart.product_type.note {
    border-color: #d7d7d7 !important;
    color: #8d8d8d !important;
    background: none !important;
}
 
.pro_home_id_f.full {
    width: 100%;
}

.pro_home_id ul li a {
    display: block;
    line-height: 0;
    overflow: hidden;
}

.wpb_text_column .showText {
    padding: 15px 0px;
}

.wpb_text_column h3 a {
    color: #fff
}

.wpb_text_column h3 {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
}

.wpb_text_column h3 strong {
    color: #fff000;
    font-weight: 500;
}

.dv-css-42iko7 a {
    width: auto;
    max-width: initial;
}

.tt_page.tt_page_top.tintuc_slide .new_id_bs {
    margin-bottom: 0;
    margin-top: 15px;
}

.dv-css-42iko7 a:last-child {
    margin: 0;
}

ul.ul-footer li {
    margin-bottom: 3px;
}

.dv-css-42iko7 a:last-child {
    margin: 0;
    padding-right: 0 !important;
}

.tt_page_top.tt_video.tt_video_sl {
    margin: 0 -10px;
    padding: 20px 0 0;
}

.tt_page_top.tt_video.tt_video_sl .new_id_bs {
    width: calc(100% / 1 - 20px);
    margin: 0 10px 10px;
    box-shadow: 2px 2px 7px 0px rgb(0 0 0 / 6%);
}

a.cur.jss_event_longthinh_remvove {
    position: absolute;
    color: #fff;
    left: 10px;
    padding: 0;
    bottom: 10px;
    background: #f25c05;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    right: auto;
}

td.product__price {
    color: #e90000 !important;
    font-size: 16px;
    padding: 10px 0;
    font-weight: 700 !important;
}

th.product__description p {
    font-size: 13px;
}

span.js_tongiten_mm {
    font-size: 20px;
    font-weight: 700;
}

td.total-line__price {
    font-size: 17px;
    font-weight: 700;
}

.button-cart .btn-checkout, .order-summary__nav.method-button-cart button {
    background: #ffb700;
    padding: 3px 22px;
    border-radius: 0;
}

.discount-code .dv-nd {
    display: none !important;
    margin: 20px 0 0;
    padding: 10px 0;
}

span.payment-due__price {
    font-weight: normal;
    font-size: 18px;
    font-weight: 700;
}

.btn--disabled {
    background: #ffb700;
    opacity: 1;
}

.ma_khuyen_mai_mt {
    font-size: 13px;
    margin-top: 4px;
    color: #a4193a;
}

p#check_magg_id_1 {
    color: red;
}

 
.dv-thongtindh td {
    padding: 5px 10px;
}

.btn--disabled:hover {
    background: #f25c05;
}

.order-summary__section {
    padding: 15px 0;
}

p.p_mota_cart span {
    background: #a4193a;
    display: inline-block;
}

.order-summary__nav.method-button-cart {
    padding: 0;
}

.dv-box-dangky {
    width: 100%;
    max-width: 600px;
    border: 1px solid #e9e9e9;
    padding: 30px;
    border-radius: 10px;
}

.dv-dangky {
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0 30px;
    font-size: 27px;
    color: #c61f47;
}

.fhs-input-group {
    display: block;
    margin: 0;
    padding: 0 0 15px;
    position: relative;
}

.fhs-input-group p {
    margin: 0;
    padding: 0 0 7px;
}

.fhs-input-group .form-control {
    margin: 0;
    padding: 0 15px;
}

.fhs-input-group span.span_mbv {
    position: absolute;
    right: 1px;
    bottom: 8px;
}

.fhs-input-group span.span_mbv i {
    position: absolute;
    bottom: 9px;
    right: 2px;
    font-size: 9px;
    opacity: 0.2;
}

.fhs-input-group span.span_mbv img {
    height: 36px;
}

.sc_item_button.sc_button_wrap.sc_align_left a {
    display: inline-block;
    transition: all .3s;
    border-radius: 5px;
    margin-top: 10px;
}

a#toggleButton {
    position: absolute;
    right: 15px;
    bottom: 21px;
    color: #b0b0b0;
    cursor: pointer;
}

p.dv-dangky_text {
    text-align: center;
    max-width: 500px;
    padding: 0 0 20px;
    line-height: 1.6;
    font-size: 16px;
    margin: -10px auto 0;
}

img.img_load_from_dktv {
    height: 16px;
}

.dv-ndtk p {
    margin: 0;
    padding: 0 0 7px;
}

.dv-ndtk input {
    margin: 0;
}

.dv-ndtk .row-frm {
    margin-bottom: 10px;
}

.p_btn a {
    text-transform: uppercase;
    font-size: 16px;
    padding: 3px 35px 5px;
    line-height: 40px;
    margin-top: 10px;
    color: #FFF;
    background: #a4193a;
    white-space: nowrap;
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: inset 0 -5px 0 0 rgb(0 0 0 / 15%);
    font-weight: 400;
    display: inline-block;
}

.dv-load-hd-js.dv-load-hd-js-top {
    padding: 0 !important;
    margin: 0 !important;
}

.p_btn a:hover {
    color: #FFF;
    background: #c61f47;
}

.dv-box-sp .tin_left {
    float: left;
}

.dv-box-sp .tin_right {
    float: right;
}

.viewLeft {
    width: 33%;
}

.viewRight {
    width: 43%;
    float: left;
    padding: 0 30px;
}

.dv-right-box {
    width: 24%;
    float: right;
}

.titleView {
    font-size: 21px;
}

.viewRight_more > h4 {
    background: none;
    padding: 10px 0 0;
    margin: 0;
}

.star.star-2 {
    padding: 0 0 10px;
}

.dv-masp {
    margin: 10px 0 -5px;
}

.star.star-2 label {
    margin-right: 5px;
}

h4.js-load-price {
    padding: 0;
}

h4.js-load-price span.price {
    font-size: 15px;
    color: #333;
    font-weight: normal;
    margin-right: 4px;
}

h4.js-load-price {
    line-height: 1.4;
    font-size: 22px;
    margin-bottom: 5px;
}

.viewRight_more > h4 span.gia_km {
    font-size: 16px;
}

.infoPolicy {
    border: 1px solid #ffb700;
    /* border-radius: 5px; */
    overflow: hidden;
}

.infoPolicy .des.text-center {
    padding: 11px 20px;
    background-color: #ffb700;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    text-align: left;
}

ul.listItemInfo {
    list-style: none;
    background-color: #fff;
    padding: 15px;
}

ul.listItemInfo li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
}

.listItemInfo li .icon {
    width: 25px;
}



.listItemInfo li .txt {
    width: calc(100% - 30px);
    padding-left: 15px;
    font-size: 16px;
    line-height: 1.5;
}

.infoPolicy .listItemInfo li ~ li {
    margin-top: 15px;
}

.listItemInfo li .txt1 {
    font-weight: 600;
    padding: 0 0 2px;
    line-height: 1.3;
}

.listItemInfo li .txt2 {
    color: #666666;
    font-size: unset;
}

.ct_add ul h3 a {
    background: #ffb700;
}

.dv-mmota-sp h4 {
    padding-bottom: 0;
}

.dv-ul-menu ul ul {
    left: 100%;
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 0;
    top: 0;
    min-height: 100%;
    border: 1px solid #e8e8e8;
    display: none;
}

.dv-ul-menu ul ul li i {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 14px;
    color: #666;
}

.p_xemchitiet i {
    display: inline-block;
}

.dv-ul-menu ul ul li:hover> i {
    color: #a4193a;
}

.dv-ul-menu ul ul li {
    display: block;
    border-bottom: 1px solid #e8e8e8;
}

.dv-ul-menu ul li:hover > ul {
    display: block;
    z-index: 111;
}

.dv-ul-menu ul ul li a {
    display: block;
    padding-left: 20px;
    position: relative;
}

.pagewrap .pagewrap {
    padding: 0;
}

.dv-thongtindh * {
    font-size: 15px !important;
    font-weight: 500; text-align: left;
}
.dv-thongtindh th {
    padding: 10px;
    font-weight: 700;
}
.dv--kqtk a {
    line-height: 1.5;
    padding: 7px 0;
}
.pro_home_id.pro_id ul h3 a span {
    color: #000;
}.pro_home_id.pro_id ul h3 a:hover span {
    color: #a4193a;
}.owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {
    color: #fff;
    transition: 1s;
    background: rgb(255 183 0) !important;
    border: 1px solid;
}.left_footer ul li {
    margin-bottom: 12px;
}
.dv-timkiem {
    background: #ffb700;
    margin-bottom: 0;
}

.dv-timkiem select, .dv-timkiem a {
    height: 42px;
    display: inline-block;
    float: left;
    width: calc(100% / 4 - 20px);
    margin: 0 10px;
    background: #fff;
    border: none;
    padding: 0 10px;
    font-size: 15px;
}

.dv-timkiem-box {
    margin: 0 -10px;
    padding: 25px 0;
}

.dv-timkiem a {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #f25c05;
    color: #fff;
    font-weight: 700;
}
.dv-box-sp-ss .dv-box-imgname .lm_2 {
    font-weight: 600;
}

.dv-box-sp-ss .dv-gia-tien {
    font-weight: 600;
}

.dv-box-sp-ss .dv-them-gio-hang a {
    background: #ffb700;
}
.dv-timkiem a:hover {
    opacity: 0.8;
}
.dv-slugan a {
    color: #fff;
}
.tin_left {
    float: right;
}

.tin_right {
    float: left;
    padding-left: 0;
    padding-right: 25px;
}

.span_num_count { font-size: 13px; color: #fff; background: #f25c05; height: 18px; width: 18px; padding: 4px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50px; position: absolute; top: -7px; right: 0px; line-height: 11px; }

@media only screen and (max-width: 1199px) {
    .pagewrap {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .menu > li > a {
        padding: 7px 12px;
    }

    .wpb_wrapper.col-lg-3 {
        padding: 30px 10px;
    }

    .wpb_wrapper.col-lg-3 > p {
        width: 40px;
    }

    .wpb_wrapper.col-lg-3 .content {
        width: calc(100% - 40px);
        padding-left: 10px;
    }

    .content h5 {
        font-size: 15px;
        line-height: 1.6;
    }

    
    .footer {
        overflow: hidden;
    }
}

@media only screen and (max-width: 992px) {
    .right_top div h3 {
        display: none;
    }
.box_menu {
    margin: 0;
}.tiltle {
    font-size: 25px;
}
    .right_top>div {
        margin-left: 15px;
    }

    .dv-header .pagewrap:last-child {
        position: absolute;
        top: 24px;
        right: 10px;
        width: auto;
    }

    a.a_trangchu_mb {
        display: none;
    }

    ul.flag-language {
        margin: 0;
        white-space: nowrap;
        width: 135px;
        position: absolute;
        right: 0px;
    }

    .flag-language li {
        display: inline-block;
        margin: 0 0 0 10px;
    }

    .page_conten_page {
        padding-top: 30px ;
        padding-bottom: 30px ;
    }

    .dv-header {
        padding: 10px 0;
        position: relative;
    }

    .input_search {
        display: none;
    }

    .timkiem_top {
        width: 33px;
        height: 33px;
        border-radius: 100px;
        overflow: hidden;
        position: absolute;
        right: 220px;
    }

    .search a {
        width: 33px;
        height: 33px;
        background: #f29b00  url(../images/search.png) no-repeat center 9px;
        background-size: 45%;
    }

    .col-md-4.evo-header-hotline-cart.right_top {
        position: absolute;
        right: 88px;
    }

    .khuyenmai_top {
        display: none;
    }

    .dv-menu-left.no_box {
        display: none;
    }

    .bannerMain .banner {
        width: 100%;
    }

    .mm-panel.mm-hasnavbar .mm-navbar {
        display: block;
        background: #ffb700;
    }

    .menu > li {
        padding: 0;
        margin: 0;
    }

    .dv-home-sp-left {
        display: none;
    }

    .pro_home_id_f {
        width: 100%;
    }

    .pro_home_id.pro_home_2column ul:first-child {
        display: none;
    }

    .pro_home_id ul {
        width: calc(100% / 3 - 20px);
    }

    .timkiem_top.actiii {
        width: 300px;
        overflow: initial;
    }

    .tin_right .dv-menu-left.no_box {
        display: block;
    }

    .timkiem_top.actiii .input_search {
        display: block;
        width: 100%;
        height: 33px;
        font-size: 13px;
    }

    .viewLeft {
        width: 50%;
    }

    .viewRight {
        width: 50%;
        padding: 0 0 0 30px;
    }

    .dv-right-box {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .timkiem_top .search a {
        position: absolute;
        right: 0;
    }

    .menu-bar.hidden-md.hidden-lg {
        background: #ffb804;
    }

    .dv-thongtindh div#cart_list {
        padding: 0;
    }

    .dv-thongtindh * {
        font-size: 14px !important;
    }

    .dv--kqtk {
        top: 35px;
    }

    .dv--kqtk {
        width: calc(100% + 100px);
    }
}

@media only screen and (max-width: 767px) {
    .css-1l6j3pm  > a:nth-child(4) {
        display: none;
    }
.dv-timkiem select, .dv-timkiem a {
    width: calc(100% / 2 - 10px);
    margin: 5px;
}

.dv-timkiem-box {
    margin: 0 0px;
    padding: 15px 0;
}
    

    .css-1l6j3pm > a:nth-child(2) {
        display: none;
    }

    .bannerMain .banner img {
        height: auto;
    }

    .viewRight {
        width: 100%;
        padding: 0;
    }

    .giohang_top .count_item {
        width: 16px;
        height: 16px;
        line-height: 16px;
        padding: 0;
        right: -11px;
        background: #a4193a;
        color: #fff;
    }

    .viewLeft {
        width: 100%;
    }

    .timkiem_top.actiii {
        width: 220px;z-index: 11;
    }

    .wpb_wrapper.col-lg-3 {
        width: calc(100% / 2 - 20px);
        padding: 10px 0;
    }

    .dv-home-qc .pagewrap {
        padding: 10px;
    }

    .left_footer>ul {
        width: calc(100% / 2 - 40px);
        padding: 20px 0;
    }

    .left_footer.flex {
    }

    .footer {
        padding: 20px 0 0;
    }

    .new_id_bs ul h3 a {
        font-size: 16px;
        line-height: 1.4;
    }

    .dt-sc-subscribe-frm input[type="submit"] {
        width: auto;
        padding: 0 25px;
    }

    .dt-sc-subscribe-frm {
        width: 100%;
        position: relative;
        max-width: 450px;
    }

    .dt-sc-subscribe-frm input[type="email"] {
        width: 100%;
    }

    .css-42iko7 {
        width: 100%;
    }

    .css-2ig3pg {
        width: 100%;
        margin-top: 20px;
    }

    .left_footer>ul {
        width: calc(100% / 2 - 20px);
        margin: 0 10px;
    }

    .left_footer {
        margin: 0 -10px;
    }

    p.p-brief {
        width: 100%;
    }

    .left_footer ul h3 {
        font-size: 18px;
        line-height: 1.4;
    }

    .pro_home_id ul {
        width: calc(100% / 2 - 20px);
    }

    
    .dv-header-top span.hl {
        display: none;
    }

    .dv-taikhoan {
        margin-right: 77px;
    }

    ul.flag-language {
        position: absolute;
        top: -37px;
        right: 10px;
        width: auto;
    }

    .col-md-4.evo-header-hotline-cart.right_top {
        right: 70px;
    }

    .col-md-4.evo-header-hotline-cart.right_top {
        top: 18px;
    }

    .timkiem_top {
        right: 200px;
    }

    .dv-header {
        padding: 5px 0;
    }

    .box_menu {
        margin-top: 0;
        right: 0;
        position: absolute;
        top: -5px;
    }
}

@media only screen and (max-width: 479px) {
    .wpb_wrapper.col-lg-3 {
        width: calc(100% / 1 - 20px);
    }

    
    
    .dv-home-sp {
        padding: 20px 0 30px;
    }

    .read_more a {
        padding: 3px 10px;
        white-space: nowrap;
    }

    
    .pro_home_id ul {
        width: calc(100% / 1 - 20px);
    }

    .dv-home-hinhanh .title {
        font-size: 24px;
        line-height: 1.5;
    }

    .dv-home-hinhanh {
        padding: 40px 0;
    }

    .left_footer>ul {
        width: calc(100% / 1 - 20px);
    }

    .logo_top {
        margin: 0;
    }

    .logo_top a {
        display: block;
    }

    
    .logo_top img {
        height: 50px;
    }

    .box_menu {
        top: -13px;
    }

    .dv-taikhoan {
        position: absolute;
        right: 0;
    }

    .col-md-4.evo-header-hotline-cart.right_top {
        top: 12px;
        right: 120px;
    }

    .timkiem_top {
        right: 62px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

div#lightgallery > div a {
    display: block;
    width: 100%;
    height: 100%;
}

div#lightgallery > div a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tin_right .timkiem_top {
    display: none;
}

.box_right_pro_view {
    margin-top: 0;
}

.poup_page {
    max-width: 100%;
}
.dv-ul-menu > ul > li:hover > a {
    background: #ffb700;
    color: #fff;
}

.dv-ul-menu > ul > li:hover > a img {
    filter: brightness(0) invert(1);
}

.dv-ul-menu ul li a {
    transition: all .1s;
}
.star span.sp-luotxem {
    float: right;
    margin: 0;
    font-size: 14px;
    color: #515151;
}
.dv-tags {
    padding: 30px 0 10px;
}

span.share-links-title {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

.tagcloud a {
    display: inline-block;
    background: #f3f3f3;
    padding: 0 10px;
    font-size: 15px;
    border-radius: 100px;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: all .4s;
    color: #333;
    font-weight: 500;
}
.tagcloud a:hover {
    background: #ffb700;
    color: #fff;
}.product-meta.child {
    padding: 5px 0 0;
    font-weight: 500;
}

.product-meta.child .product-available {
    font-size: 16px;
    font-weight: 700;color: #e30338
}.dv-taikhoan a.max-lm {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 300px;
}
.star span.sp-luotxem i {
    margin-right: 3px;
    font-size: 14px;
}
.info_gift a {
    line-height: 1.5 !important;
    width: 100%;
    border-radius: 3px;
    background-color: rgb(242 155 0 / 62%);
    z-index: 9;
    position: relative;
    padding: 3px 6px;
    color: #fff;
    font-size: 12px;
    bottom: 45px;
    top: -1px;
    display: none !important;
}.pro_gift:hover .info_gift a {
    display: block !important;
}
.pro_gift {
    height: 32px;
    background: url(../images/gift-24.png) no-repeat 15px center;
    border-radius: 4px;
    top: 35px;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    left: 0px;
    width: 100%;
    text-align: left;
}
.info_gift span { white-space: nowrap; line-height: 25px; font-size: 11px; font-weight: 500; display: inline-block; margin-top: 28px; color: #a4193a; border-radius: 3px; background: rgba(255,255,255,.8); text-transform: uppercase; padding: 0 5px; } .info_gift { display: inline-block; width: auto; } .info_gift a { display: none !important; }
.content p {
    color: #000;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}.left_footer ul.widget_getintuch {
    width: calc(34% - 30px);
    padding-right: 30px;
}

.footer 
 figure.image a {
    display: block;
    line-height: 0;
    margin-top: 10px;
}
.tiltle_h {
    display: inline-block;
}
.wpb_wrapper.col-lg-3 > p i {
    line-height: 0;
    display: block;
}
.tiltle {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
},
.pro_home_id.pro_home_id_slider .item {
    padding: 10px 0;
}
.tiltle_f {
    padding-bottom: 7px;
}

.tiltle span {
    color: #ffb700;
}.box_pro_sile:nth-child(even) {
    background: white;
}

.box_pro_sile {
    background: #f8f8f8;
    padding: 40px 0;
    margin: 0;
}
.popup_giohang h3 a {
    color: #f25c05;
}

#cart_list td.c-th-sp .dv-anh {
    width: calc(100% - 65px);
    padding: 0;
}

.dv-anh p {
    display: none;
}
.tin_left.full_tin_left {
    width: 100%;
}

.tin_left h1 {
    font-size: 30px;
    padding: 0 0 10px;
    line-height: 1.5;
}
#cart_list td.c-th-sp .dv-anh a.del.cur {
    padding: 0;
    font-size: 14px;
}.baiviet_moi_right {
    margin-bottom: 25px;
}

.baiviet_moi_right li {
    width: 100px;
    float: left;
    list-style: none;
    line-height: 0;
}

.baiviet_moi_right ul h3 {
    width: calc(100% - 100px);
    float: right;
    padding-left: 15px;
}

.baiviet_moi_right ul h3 a {
    color: #000;
    font-size: 15px;
    display: block;
    line-height: 1.4;
    font-weight: 600;
}

.baiviet_moi_right ul + ul {
    border-top: 1px dashed #e1e1e1;
    padding-top: 10px;
    margin-top: 10px;
}

.baiviet_moi_right > h3 {
    cursor: pointer;
    /* border-radius: 5px 5px 0 0; */
    line-height: 1.0;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    padding: 12px 10px;
    background: #ffb700;
    border: 1px solid #f25c0529;
    border-bottom: 0;
}

.tin_left .tt_page_top.tt_tintuc .new_id_bs {
    border-bottom: 1px dotted #dcdcdc;
    padding-bottom: 20px;
}

.dv-ul-menu ul li a:hover i {
    color: #fff;
}
.easy-basket-filter-range {
    top: -7px;
    position: relative;
}
.dv-tinrgiht {
    padding: 12px;
    border: 1px solid #e8e8e8;
    /* border-radius: 0 0 5px 5px; */
}.dv-popup-product .viewLeft {
    width: 45%;
}
.dv-slider-nang li {
    height: 100%;
    max-height: 100px;
}.box_home_2 #pro_tabs .listtabs {
    border-bottom: solid 1px #ebebeb;
}
.showText table td {
    padding: 7px;
    border-color: #e9e9e9;
}
.box_home_2 #pro_tabs .listtabs li a {
    background: #f0f0f0;
    padding: 10px 20px;
    display: block;
    line-height: 1.3;
    color: #000;
    font-weight: 700;
    cursor: pointer;
}

.box_home_2 #pro_tabs .listtabs li {
    float: left;
    margin-right: 10px;
}

.box_home_2 #pro_tabs .listtabs li a.active {
    background: #ffb700;
}
.owl-item .item {
  display: block;
}  
.item {
    display: none;
}
.dv-popup-product .viewRight {
    width: 55%;
}

.dv-popup-product .viewRight .star.star-2 {
    padding: 0 0 5px;
}
.dv-table-reposive .mobileqty input.qty_is_soluong {
    margin: 0;
}


.dv-table-reposive .mobileqty input.qtyminus, .dv-table-reposive .mobileqty input.qtyplus {
    padding: 0;
}

.dv-anh form button {
    color: #f25c05 !important;
}

.dv-anh-cart-sp .dv-anh a {
    color: #000;
    font-weight: 700;
    line-height: 1.5;
    font-size: 17px !important;
}

.dv-anh-cart-sp  a b {
    color: #f25c05 !important;
}

.cart_summary tr td b {
    color: #f25c05;
}

.dv-btn-cart.no_box.formBox {
    text-align: center;
}

.dv-btn-cart.no_box.formBox a {
    float: none;
    display: inline-block;
}

.product__description {
    padding: 0 !important;
}

table.product-table tr + tr {
    border-top: 1px solid #ebebeb;
}

div#chitiet_news > h2, .thanhtoan-2 h2 {
    font-weight: 700;
    text-transform: none;
}
.showText table {
    width: 100% !important;
    max-width: 100%;
}

.showText table td {
    padding: 5px;
}
.logo_top a {
    display: inline-block;
}

.logo_top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.dv-slugan {
    font-size: 22px;
    font-weight: 700;
    color: #ffb700;line-height: 1.3;
    padding-left: 15px;
}
@media only screen and (max-width: 1199px) {
    .tin_right {
        width: 280px;
    }

    .tin_left {
        width: calc(100% - 280px);
        padding-left: 0px;
    }

    div#lightgallery > div {
        width: calc(100% / 4 - 20px);
    }
}

@media only screen and (max-width: 991px) {
   .dv-taikhoan {
    display: none;
}
.tiltle {
    font-size: 25px;
}
a.cur.a-menu-mb {
    display: block !important;
    float: right;
    position: relative;
    margin: 0;
    width: 33px;
    height: 33px;
    margin-right: 5px;
}

a.cur.a-menu-mb span {
    width: 33px;
    height: 3px;
    background: #fff;
    display: block;
    border-radius: 100px;
    margin-top: 12px;
}
.dv-taikhoan {
    position: absolute;
    background: #fff;
    right: 10px;
    z-index: 99;
    width: 250px;
    padding: 10px 10px 10px 0;
    border-radius: 8px;
    margin: 7px 0;
}
.showText video {
    max-width: 100%;
}
.dv-taikhoan a {
    display: block;
    width: 100%;
    padding: 4px 0;
}
a.cur.a-menu-mb span:before,a.cur.a-menu-mb span:after {
    content: "";
    height: 3px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 2px;
    border-radius: 100px;
}

a.cur.a-menu-mb span:after {
    top: auto;
    bottom: 8px;
} .menu > li {
        padding: 0;
    }
.bannerMain {
    margin-top: 0;
}

.bannerMain .pagewrap {
    padding: 0;
}
    .pro_home_id.pro_id ul {
        width: calc(100% / 3 - 20px);
    }

    div#cart_list {
        padding: 10px 15px;
    }

    .dv-float-button {
        right: -10px !important;
    }

    #back-top {
        right: 10px !important;
    }

    .dv-block-total-left div#cart_list {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .tin_right {
        width: 100%;
        padding: 10px 0 0;
    }

    .tin_left {
        width: 100%;
        padding-left: 0;
        padding-bottom: 20px;
    }

    .left_contact {
        width: 100%;
        padding: 0 0 20px;
    }

    .right_contact {
        width: 100%;
        padding: 0;
    }

    div#lightgallery > div {
        width: calc(100% / 3 - 20px);
    }

    .contact-maps {
        width: 100%;
    }

    .poup_page {
        padding: 20px;
    }

    .contact .left {
        width: calc(100% + 20px);
    }

    .contact .right {
        width: 100%;
    }

    .pro_home_id.pro_id ul {
        width: calc(100% / 2 - 20px);
    }

    .so-luong-mua {
        width: 150px;
        border: none;
    }

    .viewRight .so-luong-mua {
        width: auto;
        border: none;
    }

    .col-lg-4.dv-leftttt {
        width: calc(100% / 1 - 20px);
    }

    .col-lg-8.dv-rightttt {
        width: calc(100% / 1 - 20px);
        max-width: 100%;
        margin-top: 15px;
    }

    .dv-btn-cart.no_box.formBox a, .dv-send-hd.dv-send-hd-buy a {
        display: inline-block !important;
        margin: 10px 2px 0;
        padding: 0px 16px;
        line-height: 46px;
        height: 46px;
    }.tb_rps td input {
    width: 30px;
    border: solid 1px #cecece;
}

.mobileqty.so-luong-mua.no_box input.qty.qty_is_soluong {
    margin: 0 !important;
    width: 40px !important;
}

.mobileqty.so-luong-mua.no_box {
    width: 110px;
}.dv-table-reposive button.pro_del i {
    display: inline-block;
}
}

@media only screen and (max-width: 479px) {
    .viewRight {
        width: 100%;
    }

    .viewLeft {
        width: 100%;
        margin-bottom: 15px;
    }

    div#ftwp-postcontent {
        padding: 15px;
    }

    div#lightgallery > div {
        width: calc(100% / 2 - 20px);
    }

    .pro_home_id.pro_id ul {
        width: calc(100% / 2 - 10px);
        margin: 5px;
        padding: 10px;
    }

    .new_id_bs {
        width: calc(100% / 1 - 20px);
    }

    .tt_page_top.tt_tintuc .new_id_bs li {
        width: 100%;
    }

    .tin_left .tt_page_top.tt_tintuc .new_id_bs ul {
        width: 100%;
        padding: 20px 0 0;
    }

    .page_conten_page .left_contact >h3, .page_conten_page .right_contact >h3 {
        font-size: 25px;
        line-height: 1.4;
    }.tiltle_f .read_more {
    display: none;
}

}

.thanhtoan-2 {
    width: calc(34% - 40px);
}

.btn--disabled {
    padding: 0;
}

.field__input-wrapper input {
    width: 100%;
}

.cart_summary tr td sup {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    table .c-th-sp {
        width: auto;
        text-align: left;
    }.dv-sticker {
        display: block !important; position: relative !important
    }
.pro_home_id.pro_home_id_slider ul {
    width: calc(100% / 1 - 10px);
    margin: 0 5px;
}.pro_home_id {
    margin: 0 -5px;
}.left_footer ul.widget_getintuch {
    width: calc(50% - 20px);
    padding-right: 0;
}
    table .c-th-gia {
        width: auto;
        text-align: center;
    }

    table .c-th-sluong {
        width: auto;
        text-align: center;
    }

    table .c-th-ttien {
        width: auto;
        text-align: center;
    }

    .block-total-left {
        width: 100%;
    }

    .block-total-cart {
        width: 100%;
        margin-top: 20px;
    }

    table .c-th-sp a.sp {
        display: inline-block;
        padding: 0;
        margin: 0 0 15px;
    }

    table .c-th-sp a.del i {
        display: inline-block;
    }

    table .c-th-gia b sup {
        display: inline-block;
    }

    div#chitiet_news {
        width: 100%;
    }

    .thanhtoan-2 {
        width: 100%;
        padding: 0;
        margin: 20px 0;
    }

    #placeSlide_main .sidebar {
        width: 100%;
        margin: 0;
        padding: 0;
        border: none;
    }

    .sidebar .sidebar__title {
        padding: 0;
    }

    .discount-code {
        padding: 0;
    }
.sort-cate-left ul li {
    width: 100%;
    padding: 0;
}

.dv-sticker {
    display: block;
    top: 0;
}
    .dv-dichvu .col-lg-4 {
        width: calc(100% / 1 - 20px);
        margin: 0 10px 20px;
    }.left_footer ul.widget_getintuch {
    width: calc(100% - 20px);
    padding-right: 0;
}.contact .left li {
    width: calc(100% / 1 - 20px);
    margin: 0 10px 10px;
}.dv-home-tintuc {
    padding: 40px 0 20px;
}.dv-slugan {
    display: none;
}
}
