/*BEGIN SLIDER GRALLY*/
.cl_primary {
    color: var(--primaryColor);
}
.wrap_thumb {
    padding-top: 10px;
}
.heading_page,
.heading_page_news {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    color: #3e3e3e;
}
#add_cart {
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    padding-left: 40px;
    height: 48px;
    line-height: 50px;
    position: relative;
    background-color: #c92014;
    width: 100%;
}
#add_cart:hover {
    background-color: var(--primaryColor);
}
#add_cart:after {
    position: absolute;
    top: 0;
    width: 27px;
    height: 48px;
    background: url(../images/cart_icon.png) 0 center no-repeat;
    left: 5%;
    content: "";
}
.buynow_pr {
    background-color: var(--primaryColor);
    display: block;
    width: 100%;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    padding: 0 10px;
    height: 40px;
    font: 500 1.1em/40px UTMAvo, sans-serif;
    white-space: nowrap;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    height: 48px;
    line-height: 50px;
}
.buynow_pr:hover {
    background-color: var(--primaryColor);
    color: #fff;
}
.choose-quantity {
    float: initial;
    height: initial;
    border: 1px solid #d9d9d9;
    display: inline-flex;
    height: 44px;
    align-items: center;
    justify-content: center;
    width: initial;
    margin-bottom: 20px;
}
.choose-quantity .qt {
    padding-top: 0px;
    padding-left: 0%;
    height: 100%;
    line-height: 42px;
}
.q-prev {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    padding-top: 5px;
    padding-left: 50%;
    color: #333;
    cursor: context-menu;
}
.quantity {
    width: 35px;
    color: #2a2a2a;
    height: 30px;
    text-align: center;
    cursor: context-menu;
}
.choose-quantity input {
    border: none;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 122px;
}
.q-next {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    padding-top: 5px;
    padding-left: 10%;
    color: #333;
    cursor: context-menu;
}
.tab-pannel_details {}
.tab-pannel_details ul {
    display: flex;
    margin-bottom: 0
}
.tab-pannel_details ul a {
    display: block;
    color: #222;
    margin: 0;
    padding: 10px 15px 9px;
    position: relative;
    text-decoration: none;
    font-weight: 700;
    background: #e4e4e4;
    text-align: center;
}
.tab-pannel_details ul a.active {
    background: var(--primaryColor);
    color: #FFF;
}
.content_pr {
    padding: 15px;
}
.nav-tabs {
    text-align: inherit;
    padding-right: inherit;
    border-bottom: 1px solid #ddd
}
.wap_dg_medium {
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 15px
}
.blockstart {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.blockstart .progress {
    margin-bottom: 0;
}
.rating-block {
    font-size: 42px;
    padding: 0 15px;
    border-radius: 3px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 35px
}
.rating-block h4 {
    margin-top: -12px;
    color: #000;
    font-size: 23px;
    padding-bottom: 30px;
    font-weight: 400
}
.rating-block .score {
    color: #280000;
    font-size: 47px;
    font-weight: 700;
    margin-bottom: 18px
}
.rating-block .number {
    color: #8f8f8f;
    font-size: 14px;
    margin: 10px 0 0
}
.bold {
    font-weight: 700
}
.rating-block .glyphicon-star {
    font-size: 23px
}
.rating-block .glyphicon-star-empty {
    color: #dedddd;
    font-size: 23px
}
.padding-bottom-7 {
    padding-bottom: 7px;
    font-size: 40px;
    color: #fd9727;
    line-height: 40px
}
.padding-bottom-7 i {
    padding-left: 10px
}
.review-block {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 15px
}
.i-star-dg {
    margin-top: 30px
}
.i-star-dg ul li a {
    color: #0c72c1;
    line-height: 23px
}
.i-star-dg ul li {
    display: block;
    list-style: none
}
.review-block-name {
    font-size: 12px;
    margin: 10px 0
}
.review-block-date {
    font-size: 12px
}
.review-block-rate {
    font-size: 13px;
    margin-bottom: 15px
}
.review-block-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px
}
.review-block-description {
    font-size: 13px
}
.rating-0 {
    filter: grayscale(100%)
}
.rating:not(:checked)>input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
    display: none
}
.rating:not(:checked)>label {
    float: right;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ddd
}
.rating:not(:checked)>label:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f005";
}
.rating>input:checked~label {
    color: #fe8c23;
}
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
    color: #fe8c23
}
.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
    color: #fe8c23
}
.rating>label:active {
    position: relative;
    top: 2px;
    left: 2px
}
.feedback {
    border-radius: 8px;
    flex-direction: column;
    flex-wrap: wrap;
    float: left;
    text-align: left
}
.wrapper_comment {
    color: #333;
    position: relative;
    margin: 0 auto;
}
.comment .name {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    line-height: 26px;
    display: block
}
.timer_comment {
    float: right;
    position: absolute;
    right: 0;
    top: 27px
}
.comment .pagination {
    background: transparent;
    padding: 0;
    margin-bottom: 0
}
.comment .pagination ul {
    text-align: left
}
.comment .title {
    font-size: 28px;
    line-height: 38px;
    text-align: center
}
.title_p {
    text-align: center
}
.div_answer {
    margin-top: 20px;
    color: #333;
    padding: 20px;
    position: relative;
    background: #f8f8f8;
    border: 1px solid #dfdfdf
}
.div_answer:before {
    position: absolute;
    content: '';
    left: 24px;
    bottom: 100%;
    border-bottom: 11px solid #f8f8f8;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent
}
.qtv {
    background: #000;
    border-radius: 2px;
    padding: 0 5px;
    line-height: normal;
    border: 1px solid #000;
    font-size: 11px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 10px
}
.div_answer .info_answer {
    font-weight: 700;
    color: #000
}
.radio-inline {
    margin-bottom: 30px
}
.radio-inline img {
    max-width: 60px;
    max-height: 20px
}
#bntsend {
    display: block;
    background: #c92014;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    padding: 0 10px;
    height: 40px;
    font: 500 1.1em/40px UTMAvo, sans-serif;
    white-space: nowrap;
    color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}
#icon_send::before {
    position: absolute;
    content: '\f044';
    font-family: "FontAwesome";
    top: 15px;
    right: 197px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    z-index: 20
}
.info-title {
    font-size: 13px;
    color: gray;
    line-height: 25px;
    margin-bottom: 10px;
    float: left;
    padding-right: 10px
}
.formComment {
    display: none;
    margin-top: 20px
}
.formComment .form-control {
    margin-bottom: 20px;
    height: 38px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.formComment textarea.form-control {
    resize: vertical;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 70px
}
.formComment .input-group-btn {
    padding-left: 5px;
    vertical-align: top
}
.formComment button.btnsumit {
    float: right;
    height: auto;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding: 7px 50px;
    background: #018fe5;
    border: 0;
    margin-right: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}
.formComment button.btnsumit:active {
    outline: none
}
.formComment button.btnsumit span {
    color: #fff
}
.formComment .w_content .content-info {
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    position: relative
}
.asterix1 {
    position: absolute;
    color: red;
    float: right;
    font-size: 59px;
    height: 0;
    right: 22px;
    top: 58px;
    font-size: 12px
}
.asterix2 {
    position: absolute;
    color: red;
    float: right;
    font-size: 59px;
    height: 0;
    right: 22px;
    top: 107px;
    font-size: 12px
}
.i_danhna {
    font-weight: 600;
    padding-left: 0;
    text-align: left;
    font-size: 20px;
    color: #333;
    margin-bottom: 15px
}
.formComment .w_content .content-info .info-title {
    margin-bottom: 10px;
    color: #333
}
.formComment .w_content .content-info .form-control {
    float: none;
    margin-bottom: 10px
}
.formComment-binhluan {
    display: none;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    margin-top: 50px;
    padding-top: 20px
}
.formComment-binhluan .form-control {
    margin-bottom: 20px;
    height: 38px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.formComment-binhluan textarea.form-control {
    resize: vertical;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 100px;
    margin-bottom: 20px
}
.formComment-binhluan .input-group-btn {
    padding-left: 5px;
    vertical-align: top
}
.formComment-binhluan button.btn {
    float: right;
    height: auto;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding: 7px 50px;
    background: #018fe5;
    border: 0;
    margin-right: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}
.formComment-binhluan button.btn:active {
    outline: none
}
.formComment-binhluan button.btn span {
    color: #fff
}
.formComment-binhluan .w_content .content-info {
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    position: relative
}
.formComment-binhluan .w_content .content-info .info-title {
    margin-bottom: 10px;
    color: #333
}
.formComment-binhluan .w_content .content-info .form-control {
    float: none;
    margin-bottom: 10px
}
.grid-comment .node-commnet {
    border-bottom: 1px solid #d0d0d0;
    padding: 20px 0
}
.grid-comment .node-commnet:last-child {
    border-bottom: none
}
.grid-comment .node-commnet .avatar {
    float: left;
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #cecece
}
.grid-comment .node-commnet .avatar .yotpo-user-letter {
    background: transparent !important;
    position: absolute;
    top: 10px;
    width: 100%;
    min-width: 100%;
    left: 0;
    text-align: center;
    font-size: 20px;
    color: #fff
}
.grid-comment .node-commnet .avatar .yotpo-icon-circle-checkmark {
    display: inline-block;
    color: #1cc286
}
.grid-comment .node-commnet .info-comment {
    margin-left: 60px;
    position: relative
}
.grid-comment .node-commnet .info-comment .content-title {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px
}
.d_star {
    margin: 15px 0
}
.i_star {
    max-height: 23px;
    margin-top: -5px
}
.grid-comment .node-commnet .info-comment .info-preson {
    font-size: 12px;
    line-height: 25px;
    color: #7c7c7c
}
.grid-comment .node-commnet .info-comment .info-preson .rating-container {
    margin: 0 0 15px
}
.grid-comment .node-commnet .info-comment .info-preson .email .starrr {
    display: inline-block
}
.grid-comment .node-commnet .info-comment .info-preson .email .starrr .glyphicon-star {
    color: #333;
    font-size: 16px;
    margin-right: 5px;
    margin-bottom: 20px
}
.sttB {
    cursor: pointer;
    color: #5a5858;
    font-size: 13px;
    font-weight: 400
}
.iconcom-checkbuy {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 15px;
    width: 15px;
    vertical-align: middle;
    margin: -4px 4px 0 0
}
.grid-comment .node-commnet .info-comment .info-preson .name {
    padding-bottom: 5px;
    font-size: 14px;
    color: #6A6C77;
    font-weight: 400
}
.grid-comment .node-commnet .info-comment .linkanswer {
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    color: #263415
}
.grid-comment .node-commnet .info-comment .linkanswer a {
    position: relative;
    display: inline-block;
    padding-right: 12px;
    color: #263415
}
.grid-comment .node-commnet .info-comment .linkanswer a:hover {
    text-decoration: underline
}
.grid-comment .node-commnet .info-comment .linkanswer a:after {
    position: absolute;
    font-family: "fontawesome";
    content: "\f054";
    top: 2px;
    right: 0;
    color: #263415;
    font-size: 7px
}
.listanswer .nodeanswer {
    background-color: #ddd;
    margin-bottom: 1px;
    padding: 10px
}
.grid-comment .node-commnet .info-comment .info-preson .name .i-confirm {
    padding-left: 30px;
    position: relative;
    font-size: 11px;
    color: #1fc900;
    line-height: 21px;
}
.grid-comment .node-commnet .info-comment .info-preson .name .i-confirm::after {
    content: "\f058";
    position: absolute;
    font-family: "FontAwesome";
    bottom: -5px;
    left: 12px;
    color: #1fc900;
    font-size: 15px;
    font-weight: 600
}
#box_cungthuonghieu {
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding-bottom: 0
}
.title_common_site {
    border-bottom: 1px solid #e5e5e5;
    font-size: 19px;
    font-weight: 700;
    padding: 10px 10px 7px;
    border-top: 3px solid #326e51;
    margin-bottom: 10px
}
.list_sanpham_right .item_shopping {
    border-bottom: 1px solid #e8eaee
}
.list_sanpham_right .item_shopping,
.list_product .item_shopping {
    border: 1px solid #fff
}
.info_shopping {
    padding-left: 3px;
    padding-right: 3px;
    height: 80px;
    position: relative;
    line-height: 20px
}
#box_cungthuonghieu .list_sanpham_right .main_thumb_shopping {
    width: 50%;
    float: left
}
#box_cungthuonghieu .list_sanpham_right .main_thumb_shopping img {
    max-width: 70px
}
#box_cungthuonghieu .list_sanpham_right .info_shopping .i-saleoff {
    display: none
}
#box_cungthuonghieu .list_sanpham_right .info_shopping .price_sale {
    font-size: 12px;
    color: #f60
}
#box_cungthuonghieu .list_sanpham_right .info_shopping .i-price {
    text-decoration: line-through;
    font-size: 12px
}
#box_cungthuonghieu .list_sanpham_right .info_shopping {
    width: 50%;
    float: left
}
a.btn_xemthem_cungthuonghieu,
.btn_xemthem_cungthuonghieu {
    display: block;
    text-align: center;
    padding: 6px;
    color: #000;
    background: #f7f7f7
}
.main_thumb_shopping {
    position: relative;
    text-align: center;
    margin-bottom: 5px
}
.giamoi {
    font-weight: 700;
    font-size: 13px;
    color: #f60
}
.giacu {
    color: #333;
    font-size: 13px;
    text-decoration: line-through
}
.info_shopping .discount_percent2 {
    display: inline-block;
    background: #f60;
    color: #fff;
    padding: 0 5px;
    border-radius: 2px;
    margin-left: 10px;
    display: none
}
.block_main_info_hsk {
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 2px;
    line-height: 10px
}
.vietnam_name {
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.op-title .title {
    padding-bottom: 20px
}
.detal_call {
    display: block;
    margin-bottom: 20px;
}
.text-label {
    border-radius: 8px;
    color: #fff;
    font-size: 9px;
    padding: 1px 10px;
    text-align: center;
    font-weight: 400;
    line-height: 13px;
    top: -6px;
    position: relative
}
.glyphicon-star-empty {
    margin: 0 2px
}
.pull-left .progress {
    margin: 4px 0 16px;
    bottom: -5px;
    height: 7px
}
.process-width {
    width: 180px
}
.number-star {
    width: 100px;
    margin-top: 3px
}
.pull-left .progress:before {
    top: 0;
    height: 7px
}
.progress-bar-success {
    background-color: #288ad6 !important
}
.progress .progress-bar {
    background-color: #ff9800;
}
.progress .progress-bar .progress-label {
    top: -5px;
    font-size: 11px;
    background-color: #ff9800
}
.time-deal .progress:before {
    top: 0;
    height: 5px;
    background-color: #ff9800
}
.time-deal {
    font-size: 12px;
    margin-bottom: 10px
}
.progress-bar {
    -ms-flex-pack: right;
    justify-content: right;
    text-align: right
}
.progress {
    height: 5px;
    bottom: -10px
}
.mystar .i-star {
    padding-right: 30px
}
.text-label.bg-hot {
    position: relative;
    display: initial;
    height: auto;
    line-height: inherit
}
.bg-ship {
    background-color: #f99818
}
.bg-blue {
    background-color: #3567d7
}
.text-label.bg-hot:before {
    position: absolute;
    content: "";
    top: -8px;
    right: 0;
    width: 100px;
    height: 21px;
    background-image: url(../images/icHot.png);
    background-position: 100% 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    display: block;
    z-index: -1
}
.block-prices {
    position: relative;
    margin-bottom: 10px;
}
.block-prices .product-price {
    word-break: break-all;
    color: red;
    display: flex;
    align-items: center;
    vertical-align: middle;
    font-size: 30px;
    margin-bottom: 10px
}
.block_price {
    display: flex;
    flex-direction: column;
}
.product-old-price .price {
    display: inline;
    font-size: 26px;
    font-weight: 700;
    line-height: 41.6px
}
.block-prices .price2 {
    color:
        hsl(0 0% 65%);
    display: inline;
    font-size: 16.8px;
    line-height: 20.16px;
    padding: 0px 0px 0px 40px;
    text-decoration: line-through;
}
.text-percent {
    display: block;
    width: 75px;
    height: 38px;
    line-height: 40px;
    text-align: center;
    background: url(../images/price_tag_detail.png) no-repeat #efefef;
    background-size: auto 100%;
    color: #FFF;
    font-size: 20px;
}
.clear_br {
    clear: left;
    margin-bottom: 0;
    display: block
}
.product-old-price {
    background: url(../images/priceBg.jpg) no-repeat;
    background-size: 100% 100%;
    font-size: 1.2em;
    padding: 10px 20px;
    color: #a6a6a6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-old-price .price-number {
    text-decoration: line-through;
    padding-right: 5px
}
.text-percent {
    font-size: 14px;
    font-weight: 700
}
.p_details {
    width: auto
}
.group-box-msp {
    display: inline-flex
}
.product-meta {
    font-size: 12px
}
.name-product {}
.name-product .dtp_status {
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
}
.name-product .dtp_status p {
    margin-bottom: 0;
}
.name-product .dtp_status span {
    width: 140px;
    display: inline-block;
}
.pb-nine {
    padding-bottom: 6px
}
.product-meta a {
    color: #3567d7
}
.quycach {
    border-radius: 5px;
    background-image: linear-gradient(113deg, #7b9bed, #567fea);
    text-align: center;
    color: #fff;
    border: none;
    padding: 8px 20px;
    float: right
}
.text-pink {
    color: #ffaaca
}
.width-box75 {
    display: inline-block
}
.icons.icon-comment_detail {
    margin-top: -7px
}
.top-comment_detail .icon-text {
    top: -7px
}
.group-icon-fb {
    float: right;
    margin-top: 5px
}
.border-block {
    position: relative;
    display: block;
    border-radius: 8px;
    border: #eee solid 1px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .05);
    padding: 1rem;
    margin: 17px 0
}
.checked-list {
    padding-left: 0;
    list-style: none
}
.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0;
    color: #333;
    background-color: #fff;
    border-color: inherit;
    border: none
}
.image-preview-input:hover {
    background-color: inherit !important;
    border-color: inherit !important
}
.image-preview-input:focus {
    background-color: inherit !important;
    border-color: inherit !important
}
.image-preview-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0)
}
.image-preview-input-title {
    margin-left: 2px;
    color: #000;
    font-size: 14px;
    line-height: 34px
}
.image-preview-filename {
    background-color: #fff !important;
    border: none;
    box-shadow: none
}
.image-preview {
    margin-top: 10px
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    color: #ff9800
}
.fb-like iframe ._51mz ._51mw {
    display: none
}
.progress {
    background: #d6d6d6
}
.pro_view {
    margin-left: -15px;
    margin-right: -15px
}
.rc {
    line-height: 30px;
    color: #3567d7;
    font-weight: 700;
    font-size: 16px
}
.wap-gif {
    border: 1px solid #dee2e6;
    padding: 9px 9px 0;
    border-radius: 8px;
    margin-bottom: 15px
}
.d4 {
    font-size: 13px
}
.d4 ul {
    padding-left: 0
}
.d4 li {
    line-height: 25px;
    padding-left: 30px;
    position: relative;
    list-style: inside
}
.number-item-promotion {
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #3567d7;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 20px
}
.all_cat_wrapper:hover .all_categories {
    display: block
}
.circle_video {
    line-height: 40px
}
.grid-info .row-info .circle_video:before {
    top: 10px
}
#op_slider .item .i-title h3 {
    margin: 20px 0 10px
}
.wrap-scroll {
    width: 100%;
    font-size: 17px;
    line-height: 28px;
    padding-left: 15px;
    padding-right: 15px
}
.rowtop h1 {
    float: left;
    overflow: hidden;
    font-size: 24px;
    line-height: 35px;
    margin: 0;
    font-weight: 400;
    width: 75%
}
.wmt11 {
    position: inherit !important
}
.wrapp_all {
    width: 70%
}
.likeshare {
    float: right;
    font-size: 14px;
    margin: 10px 0 0
}
.info_more {
    margin-bottom: 30px;
    position: relative
}
.scroll-fixed.active {
    z-index: 2000;
    background: #fff
}
.scroll-fixed.remove_active {
    position: relative !important;
    top: 0 !important
}
.info_more .info_left {
    width: 100%;
    float: left;
    display: none
}
.info_more .info_right {
    width: 100%;
    float: left
}
.info_more .node {
    padding: 5px 0 50px
}
.info_more .node~.node {
    padding: 0
}
.info_more .node .div_title {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #003e8b
}
.info_more .node .div_title h3 {
    font-weight: 400
}
.menu_info.active {
    position: fixed !important;
    top: 0 !important;
    background: #f5fbf6;
    box-shadow: 0 2px 5px 0 rgba(204, 204, 204, .4);
    z-index: 9;
    height: 30px !important;
    left: 0;
    padding-left: 100px;
    z-index: 2000
}
.div_about {
    width: 100%
}
.div_about .about_left {
    width: 570px;
    float: left;
    margin-top: 20px
}
.menu_info {
    width: 100% !important;
    z-index: 2000;
    padding-left: 0
}
.menu_info li {
    margin-bottom: 1px;
    border-right: 1px solid #ccc;
    float: left;
    list-style: none;
    border-bottom: 1px solid #ddd
}
.menu_info li a h2 {
    display: inline-block;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    background-color: #f2f2f2;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin: 0
}
.menu_info li a.active h2 {
    background-color: #003e8b;
    color: #fff
}
.detail_video {
    text-align: center;
    margin-bottom: 40px
}
.breadcrumb ul {
    text-align: left
}
.grid-prod .item .wrap-item .i-desc .desc-left {
    height: auto
}
.title_box_giaohang {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    line-height: 20px;
    position: relative
}
.title_box_giaohang:before {
    background: #e5e5e5;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    content: "";
    position: absolute;
    z-index: 2
}
.text-center {
    text-align: center
}
.title_box_giaohang b {
    display: inline-block;
    background: #fff;
    z-index: 3;
    position: relative;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 13px
}
a.txt_color_1,
.txt_color_1 {
    color: #ff430c
}
.item_giaohang a {
    color: #ff430c;
    padding-left: 15px;
    display: block
}
.item_giaohang {
    width: 100%;
    float: left;
    padding: 7px 5px 0 70px;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    min-height: 60px;
    margin: 5px 0
}
.item_giaohang img {
    margin-top: 5px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    position: absolute;
    left: 10px;
    top: 0
}
.item_giaohang.end {
    padding-bottom: 0
}
.item_giaohang img.image_giaohang_new {
    position: absolute;
    left: 50px;
    top: 0;
    width: 29px
}
@media screen and (max-width: 1024px) {
    #id_content img {
        max-height: 100%;
        max-width: 100%;
        height: auto !important;
        width: auto !important;
    }
    #id_content iframe {
        width: 100%;
    }
    .add-to-cart-success {
        right: 25px;
    }
    #id_content {
        text-align: justify;
    }
    .wrapper_comment {
        width: 100%
    }
    .ratingresult {
        padding-right: 15px
    }
    .comment .title {
        margin-bottom: 65px;
        font-size: 22px;
        line-height: 32px
    }
    #bntsend {
        margin: 0;
        display: inline-block;
        text-transform: initial;
    }
    #bntcomment {
        margin: 0;
        display: inline-block;
        width: 25%;
        text-transform: initial;
        padding: 7px 10px;
        font-size: 12px
    }
    .grid-comment .node-commnet .avatar {
        margin-right: 15px
    }
    .grid-comment .node-commnet .info-comment {
        margin-left: 0
    }
    .grid-comment .node-commnet .info-comment .info-preson .name {
        padding-bottom: 11px
    }
    .grid-comment .node-commnet .info-comment .info-preson .rating-container {
        margin: -1px 0 15px
    }
    .grid-comment .node-commnet .info-comment .content-title {
        font-size: 14px;
        line-height: 22px
    }
    .name-product {
        width: 100%
    }
    .block-prices .product-price {
        font-size: 21px
    }
    .vnt-product .op-title .title {
        padding-bottom: 0
    }
    .process-width {
        width: 115px
    }
    .product-meta a {
        font-size: 10px
    }
    .info_more .node {
        padding: 0
    }
    .menu_info.active {
        padding-left: 0
    }
    .wrap-scroll {
        padding: 0 15px
    }
    .item_giaohang {
        width: 50%
    }
    .rowtop h1 {
        font-size: 18px;
        line-height: 28px;
        width: 100%
    }
    .scroll-fixed.active {
        position: inherit !important;
        top: auto !important;
        width: 100% !important
    }
    .scroll-fixed {
        position: inherit !important;
        top: auto !important
    }
    .title_common_site {
        font-size: 22px
    }
    #box_cungthuonghieu {
        margin-bottom: 20px
    }
    .wrapp_all {
        width: 100%
    }
}
@media screen and (max-width: 767px) {
    #bntcomment {
        width: 48%
    }
}
@media screen and (max-width: 320px) {
    .menu_info li a h2 {
        padding: 5px
    }
    .process-width {
        width: 80px
    }
}