.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.padding-t-10 {
    padding-top: 10px !important;
}

.padding-b-10 {
    padding-bottom: 10px !important;
}

.padding-t-15 {
    padding-top: 15px !important;
}

.margin-r-10 {
    margin-right: 10px !important;
}

.margin-l-10 {
    margin-left: 10px !important;
}

.margin-b-10 {
    margin-bottom: 10px !important;
}

.margin-b-15 {
    margin-bottom: 15px !important;
}
.margin-b-30 {
    margin-bottom: 30px !important;
}

.margin-t-10 {
    margin-top: 10px !important;
}
.margin-t-15 {
    margin-top: 15px !important;
}

.box-product-style2 .tab-product .nav_title.margin-r-50 {
    margin-right: 50px !important;
}

.border-b {border-bottom: 1px solid #ddd}
.border-t {border-top: 1px solid #ddd}

.no-margin {
    margin: 0;
}
.text-center-2 {
    margin: 0 auto 0 auto !important;
}

.vertical-middle {
    vertical-align: middle !important;
}

.sk-cube-grid {
    width: 60px;
    height: 60px;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #de4a4a;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.ajax-loading-icon {
    top: 35%;
    left: 47%;
    position: absolute;
}

.warp-loading-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
}

.warp-loading-all {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
}

.warp-bg {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
}

.wrap-suggestion {
    background: #fff;
    width: 35%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.wrap-suggestion .item-suggestion {
    border-bottom: 1px solid #ddd;
    display: block;
    overflow: hidden;
    padding: 10px;
}

.wrap-suggestion .item-suggestion:last-child,
.wrap-suggestion .item-suggestion.ui-state-focus:last-child {
    border-bottom: none;
}

.wrap-suggestion .item-suggestion.ui-state-focus {
    border-bottom: 1px solid #ddd;
    border-top: none;
    border-left: none;
    border-right: none;
    background: #f0f0f0;
    color: #333;
    font-weight: normal;
    margin: 0;
}

.wrap-cart-modal .modal-content {
    border-radius: 0;
}

.wrap-cart-modal .close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ed1c24;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    opacity: 1;
    z-index: 1;
}

.wrap-cart-modal .text-modal {
    margin-bottom: 5px;
}

.wrap-cart-modal .product-name-modal {
    font-size: 17px;
    padding-right: 20px;
    font-weight: normal;
}

.wrap-cart-modal .price-modal {
    color: #ed1c24;
    font-size: 16px;
    font-weight: bold;
}

.wrap-cart-modal .price-sale-modal {
    display: inline;
    text-decoration: line-through;
    opacity: .5;
    font-size: 13px;
}

.button-modal .btn {
    border-radius: 0;
}

.button-modal .continue-shopping {
    background: #ed1c24;
}

.related-modal-cart {
    height: 70px;
}

.item-reldated {
    width: 50px;
    height: 70px;
}

.image-cart-modal {
    border: 1px solid #ddd;
    padding: 1px;
}

.image-cart-modal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-reldated img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ddd;
    padding: 1px;
}

.slider-related {
    padding: 0 30px;
}

.slider-related .owl-controls .owl-buttons div.owl-prev {
    left: 0px;
    width: 25px;
    height: 70px;
    text-align: center;
    opacity: 1;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.slider-related .owl-controls .owl-buttons div.owl-next {
    right: 0px;
    width: 25px;
    height: 70px;
    text-align: center;
    opacity: 1;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.slider-related.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: '\eaa5';
    font-size: 20px;
    line-height: 70px;
    display: block;
}

.slider-related.owl-theme .owl-buttons div.owl-next:before {
    content: '\eaa6';
    font-size: 20px;
    line-height: 70px;
    display: block;
}

.item-suggestion .warp-img-suggestion {
    height: 50px;
    width: 50px;
    margin-right: 10px;
    float: left;
    text-align: center;
    border: 1px solid #ddd;
    padding: 1px;
    background: #fff;
}

.item-suggestion img.img-suggestion {
    height: 100%;
    width: auto;
}

.item-suggestion .name-suggestion {
    font-size: 15px;
    margin-bottom: 5px;
}

.name-suggestion .mark {
    padding: 0;
    text-decoration: underline;
    background: none;
    font-weight: normal;
}

.item-suggestion .price-suggestion {
    margin-bottom: 0;
}

.item-suggestion .price-well {
    margin-right: 10px;
    color: #ed1c24;
    font-size: 16px;
    font-weight: bold;
}

.item-suggestion .price-sale {
    text-decoration: line-through;
    opacity: .7;
    color: #333;
    display: inline;
}

.slider-thumb {
    border-top: none;
    border-bottom: none;
}

.slider-thumb.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: '\eaa5';
}

.slider-thumb.owl-theme .owl-buttons div.owl-next:before {
    content: '\eaa6';
}

.slider-thumb .owl-controls {
    margin: 0;
}

.slider-thumb .owl-wrapper-outer {
    padding: 0;
}

.slider-thumb .item {
    margin: 0 10px;
    cursor: pointer;
    border: 1px solid #dedede;
    padding: 5px;
    border-radius: 3px;
}

.slider-thumb .item.active {
    border: 1px solid #ed1c24;
    border-radius: 3px;
}

.slider-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: none !important;
}


.xzoom-preview {
    background: #fff !important;
    border: 0 !important;
}

.xzoom-lens-nh .xzoom-lens {
    border: none !important;
    max-height: 100%;
    max-width: 100%;
}

.advanced-product .ui-slider .ui-slider-range {
    background: #ed1c24;
}

.advanced-product .ui-state-default {
    border: 1px solid #312527;
    background: #fff;
}

.advanced-product .ui-state-hover,
.advanced-product .ui-state-active {
    background: #383838;
    cursor: pointer;
}


.a-row label {
    display: inline;
    color: #888;
    font-weight: 400;
}

.a-row .selection {
    font-weight: 700;
}

.product-available .item-available:hover {
    background: #f3f3f3;
}

.product-available .item-available .num-quantity {
    padding: 0 5px;
    line-height: 25px;
}

.product-available .item-available .price-well {
    font-size: 14px;
    color: #333;
    text-shadow: 0 2px 0 #e9e9e9;
}

.product-available .item-available .price-before {
    font-size: 12px;
    height: 17px;
}

.description-product-detail {
    padding: 0;
}

.item-available .img {
    width: 36px;
    text-align: center;
}

.item-available .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-available {
    border-radius: 0;
    padding: 0;
    margin: 0 0 5px 0;
    border: none;
    background: none;
}

.zoomLens {
    width: 100px !important;
    height: 100px !important;
}

.zoomWindowContainer .zoomWindow {
    border: 0 !important;
    box-shadow: 0 0 10px -1px rgba(0, 0, 0, .3);
}

.list-meta-product > li {
    list-style: none;
    float: left;
    margin: 0 10px 10px 0;
}

.list-meta-product > li > a {
    color: #383838;
    padding: 5px 10px;
    border: 1px solid #ddd;
    line-height: 25px;
}

.list-meta-product > li > a:hover,
.list-meta-product > li > a.active {
    color: #fff;
    border-color: #ed1c24;
    background: rgba(237, 28, 36, 0.57);
}

.form-group {
    position: relative;
    min-height: 40px;
    clear: both;
}

#register-modal .form-group {
    height: 40px;
    clear: inherit;
}

#frm-profile .form-group {
    position: relative;
    min-height: 45px;
}

#frm-profile .form-group > div {
    position: relative;
    height: 40px;
}

.modal .modal-header {
    padding: 10px;
}

.modal-header .modal-title {
    font-size: 25px;
}

.form-group .icon-required {
    position: absolute;
    top: 4px;
    right: 15px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #a94442;
}

.account-user .dropdown-menu {
    border-radius: 0;
}

#order-list .btn-primary {
    background-color: #428bca !important;
    border-color: #428bca;
    color: #fff;
}

#order-list .btn-pink {
    background-color: #d6487e !important;
    border-color: #d6487e;
    color: #fff;
}

#order-list .btn-grey {
    background-color: #a0a0a0 !important;
    border-color: #a0a0a0;
    color: #fff;
}

.captcha-input {
    font-size: 13px;
    border: 1px solid #ccc;
    padding: 2px 5px;
}

.btn-reload-captcha {
    color: #383838;
    line-height: 35px;
    font-size: 18px;
}

.nh-video-item .more-blogs {
    margin: 5px 0;
    color: #383838;
}

.nh-video-item .title-video-item {
    font-size: 20px;
    color: #383838;
    margin: 5px 0;
}

.nh-video-item .image-hover i[class*=icon-] {
    opacity: 0.5;
}

.result-validate {
    position: relative;
    clear: both;
    font-size: 12px;
}

.has-error .result-validate .form-control-feedback {
    top: -40px;
}

.has-success .result-validate .form-control-feedback {
    top: -35px;
}

.file-input .file-caption {
    height: 38px;
}

.file-input .file-actions,
.file-input .file-upload-indicator {
    display: none;
}

.wrap-avatar-member > img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.nav-right .item-dropdown:hover {
    background-color: rgba(0, 0, 0, .07);
}
li.sub-menu-style1.sub-menu:hover a {
    background: #ac0000;
    color: #fff;
}
li.sub-menu-style1.sub-menu a {
    border-right: 1px solid #ac0000;
    padding: 15px 30px;
}

@media (min-width: 768px) {
    .nav_desktop {
        margin-left: -11px;
    }
}



/*fix giao dien*/
.item-download {
    height: 150px;
    overflow: hidden;
}

.item-download .media .media-body p {
    height: 40px;
    overflow: hidden;
}

.list-download .media-heading {
    line-height: 17px;

}

.lg-outer .lg-thumb-item {
    border-radius: 0;
}

#main_img {
    text-align: center;
    height: 100%;
}

#main_img img {
    width: 100%;
   /* height: 100%;*/
}

.style-view-small .img {
    min-height: 140px;
}

/*nhathh custom*/
.media-body h4.media-title-video {
    margin-top: 0px;
    margin-bottom: 5px;
}

.checkbox .level-2 {
    padding-left: 20px;
}

.checkbox .level-3 {
    padding-left: 40px;
}

.checkbox .level-4 {
    padding-left: 60px;
}

.file-download .file-name {
    max-height: 35px;
    line-height: 17px;
    overflow: hidden;
}

.position-relative {
    position: relative;
}

.col-sm-1 > .item-download .description-list-file,
.col-sm-3 > .item-download .description-list-file,
.col-sm-4 > .item-download .description-list-file,
.col-sm-1 > .item-download .file-name,
.col-sm-3 > .item-download .file-name,
.col-sm-4 > .item-download .file-name,
.col-sm-1 > .item-download .btn-download span,
.col-sm-3 > .item-download .btn-download span,
.col-sm-4 > .item-download .btn-download span {
    display: none;
}

.col-sm-1 > .item-download .file-download i,
.col-sm-3 > .item-download .file-download i,
.col-sm-4 > .item-download .file-download i,
.col-sm-1 > .item-download .btn-download i,
.col-sm-3 > .item-download .btn-download i,
.col-sm-4 > .item-download .btn-download i {
    font-size: 20px !important;
}

.box-blogs:nth-child(2n+1) {
    clear: inherit;
}

.box-right-download .media {
    margin: 0 0 20px 0;
}

.short_intro p {
    font-size: 15px;
    font-weight: bold;
}

ul.slider-news li {
    list-style: none;
}

.welcome .box_content {
    margin-top: 50px;
}

.tabs-block .tab-content {
    min-height: 100px;
}

ul.main_menu_mega > li > ul {
    position: static;
}

.select2-container .select2-choice .select2-arrow b {
    background: url(../images/select2.png) no-repeat 4px 7px !important;
}

.contacts-list {
    margin: 20px 0;
}

.contact-address-wrap {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.contact-address {
    padding: 5px 15px;
    cursor: pointer;
}

.address-active {
    border: 1px solid #ddd;
    box-shadow: 0px 0px 10px #ccc;
}

#add_another_contact {
    margin-top: 15px;
    font-weight: bold;
    display: block;
    cursor: pointer;
    font-size: 14px;
}

.new-contact {
    margin-right: -15px;
    margin-left: -15px;
}

.price-detail-page {
    border: none;
}

.price-detail-page .dvt {
    font-size: 19px;
    color: #ed1c24;
}

.description-product-detail ul,
.description-product-detail li {
    list-style: none;
}

.top-detail-product {
    margin-top: 0;
    position: relative;
}

.top-detail-product .code-product {
    margin-bottom: 5px;
    padding: 0px;
}

.price-detail-page .price-before {
    text-shadow: none;
    font-size: 14px;
}

.tag-discount {
    background: #ed1c24;
    color: #fff;
    padding: 2px 6px;
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
    position: relative;
}

.tag-discount:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 14px solid #ed1c24;
    position: absolute;
    top: 0;
    left: -14px;
}

.tag-discount:after {
    content: 'â€¢';
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px;
    position: absolute;
    top: 2px;
    right: 92%;
}

.version {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.title-ver {
    margin: 0;
    position: relative;
    line-height: 35px;
}

.btn-ver {
    padding: 2px 5px 0px 3px;
    border-radius: 0px;
}

.thub-image .owl-theme .owl-controls .owl-buttons div.owl-prev,
.thub-image .owl-theme .owl-controls .owl-buttons div.owl-next {
    top: 15px;
}

.thub-image .owl-theme .owl-controls .owl-buttons div {
    font-size: 25px;
}
.title-name-product {
    margin-bottom: 5px;
    padding: 0;
}

#search-type {
    padding: 0;
    border: none;
}

#search-type .dropdown-toggle {
    font-size: 14px;
    color: #444;
    padding: 0 20px;
}

.status-product {
    padding: 0 10px;
    width: auto !important;
}

.out-of-stock {
    color: #ec353c;
    font-size: 20px;
}

.item-product .img {
    background-size: cover !important;
}

.img-blogs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-80 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nhslider .item_block {
    margin-bottom: 45px;
}

.banner-img.col-1 > div {
    padding-right: 0px;
    padding-left: 0px;
}

.style-view-1 .img {
    min-height: 155px;
}

.modal-content {
    border-radius: 0;
}

.bg-cart .nav-tabs a {
    text-transform: uppercase;
    font-size: 16px;
}

.list-shipping-address .address-option {
    cursor: pointer;
    position: relative;
    z-index: 99;
    ox-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-boz-sizing: border-box;
    position: relative;
    display: block;
    padding: 15px 15px 15px 30px;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.list-shipping-address .address-option:hover {
    border: 1px solid #9ca643;
}

.list-shipping-address .address-option.active {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
    border: 1px solid #9ca643;
}

.address-option p {
    margin-bottom: 0;
}

.address-option p b {
    font-weight: bold;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.3;
}

.title-cart {
    text-transform: uppercase;
    border-bottom: 1px solid #DDD;
    color: #414141 !important;
}

.box-cart-left>.card>.nav-tabs > li > a::after {
    content: '';
}
.icon-list-address{
    display: inline-block;
    width: 20px;
}

.list-products-order{
    max-height: 370px;
}

.box-cart-right-cont .delete-order{
    right: 0px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #666666;
}

.shoppingcart-box .list{
    max-height: 400px;
}

@media only screen and (max-width: 500px) {
    .gritter-center{
        left: 10% !important;
        right: 10% !important;
    }
}
.display-theme-1{
    display: block;
}
.display-theme-2{
    display: none;
}

.box-left .nav_title {
    margin-bottom: 0px;
}

.nav_title li a {
    margin-bottom: -2px;
}

.scrollbar  {
    max-height: 300px;
    width: 100%;
    overflow-y: auto;
}

.item-cart, .view-link , .scrollbar {
    /* padding: 0 15px; */
}

#style-3::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
    width: 6px;
}

#style-3::-webkit-scrollbar-thumb
{
    background-color: #1e1e1e;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.mSCover {
    background-size: cover !important;
}

.top-detail-product .row-bb {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    list-style: none;
}
.top-detail-product .row-bb>li {
    float: left;
    position: relative;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 30px;
}
.top-detail-product .row-bb>li:nth-last-child(1) {
    padding-right: 0;
}
.top-detail-product .row-bb>li:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 10px;
    width: 1px;
    height: 10px;
    background-color: #dedede;
    z-index: 100;
}
.top-detail-product .row-bb>li:nth-last-child(1):before {
    display: none;
}
.top-detail-product .row-bb>li>label {
    padding-right: 10px;
}

.group-available>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.group-available>ul>li {
    position: relative;
    padding: 3px;
    background: #fff;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 3px;
    border: solid 1px #dedede;
}
.group-available>ul>li:nth-last-child(1) {
    margin-right: 0;
}
.group-available>ul>li.active {
    border: 1px solid #ed1c24 !important;
    box-shadow:0 1px 0 rgba(255,255,255,.5) inset;
}
.group-available>ul>li>.item-meta {
    padding: 0 15px;
}

.btn-muahang {
    padding: 0;
    margin-bottom: 15px;
    display: inline-block;
}
.btn-muahang>.input-group {
    width: 138px;
    float: left;
}
.btn-muahang>.input-group,
.btn-muahang>.btn-default {
    margin-right: 5px;
    margin-bottom: 10px;
}
.btn-muahang>.input-group>.input-group-btn>.btn {
    width: 46px;
    height: 46px;
    border-radius: 0;
    background-color: #eeeeec;
    border: 1px solid #ccc !important;
    color: #383838;
}
.btn-muahang>.input-group>.num-quantity {
    border: 1px solid #ccc;
}
.btn-cart.btn-pay.btn-add-cart-two, .btn-compare {
    height: 46px;
    font-size: 18px;
}
.btn-default {
    color: #fff;
    border: 0 !important;
    padding: 10px 10px 10px 15px;
    font-size: 14px;
    border-radius: 0;
}

@media (max-width: 350px) {
    .btn-cart.btn-pay.btn-add-cart-two {
        font-size: 14px;
    }
}

.bottom-detail-product {
    margin-bottom: 30px;
}

.menu-mobile-2 .nav-right .cart-order .dropdown-toggle, .menu-mobile-2 .nav-right .dropdown-toggle {
    color:#fff
}

.menu-mobile-2 .cart-order .dropdown-toggle span.number {
    border: 2px solid #fff;
    line-height: 17px;
}
.header-mobile .box-search .form-group {
    float: right;
}

@media (min-width: 768px) {
    .header-mobile .box-search .form-group {}
}
@media (max-width: 767px) {
    .title-name-product {
        margin-top: 30px;
    }
    .cart-order .dropdown-toggle span.number {
        border: 2px solid #fff;
        line-height: 17px;
    }
    .header-mobile .row > div:last-child {
        width: 100%
    }
    .header-mobile .row > div:first-child {
        width: 100%
    }
    .top-list-product-subpage>.row>div:nth-child(2)>.clearfix {
        border-top: 1px solid #ddd;
    }
}
@media (max-width: 991px) {
    .item-product .img {
        min-height: 145px;
    }
}

@media (max-width: 767px) {
    .top-list-product-subpage>.row>div:nth-child(2)>.clearfix {
        border-top: 1px solid #ddd;
    }
    .view-list .item-product {margin-bottom: 0;}
    .view-list .item-product .info .btn-main-2 {padding: 7px 30px;margin-top: 5px;}
    .view-list>.item-product>.img {text-align:center;vertical-align:middle;height: 120px !important;min-height: 100px;}
    .view-list .item-product .info .desc-product-thumb {display: none;}
}

.header-mobile .pull-right .dropdown-menu {
    right: auto;
    left: 0;
    top: 24px;
}
.pull-right .dropdown-menu {
    right: 0;
    left: auto;
}

.banner_subpage {
    height: 300px !important;
    margin-bottom: 15px;
}

.list-product-small .slider-product.owl-theme .owl-controls .owl-buttons div {
    top: -30px;
}
.list-product-small .slider-product.owl-theme .owl-controls .owl-pagination {
    top: -15px;
}

.col-sm-20 .input-group {
    display: block;
}


.nav-tabs-bank>.nav-tabs >li {
    width: 20%;
    float: left;
}
.nav-tabs-bank>.nav-tabs>li>a {
    border-radius: 0 !important;
    text-align: center;
    margin: 0;
    border-right: 1px solid #ddd;
    padding: 10px;
    padding-bottom: 43px !important;
}
.nav-tabs-bank>.nav-tabs>li:nth-last-child(1)>a {
    border-right: 0;
}
.nav-tabs-bank .nav-tabs>li.active>a,
.nav-tabs-bank .nav-tabs>li.active>a:focus,
.nav-tabs-bank .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 0;
    border-right: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs-bank .nav-tabs>li.active>a:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ddd;
    bottom: -11px;
    left: 50%;
    margin-left: -10px;
}
.nav-tabs-bank .nav-tabs>li.active>a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}

.nav-tabs-bank>.nav-tabs>li>a>img {
    width: 80px;
    height: 60px;
}
.nav-tabs-bank>.nav-tabs>li>a>input {
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -6px;
}
.nav-tabs-bank .nav-tabs>li>a>span {
    display: block;
    border:0;
    border-radius: 0;
    color: #555;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    width: 100%;
    height: 40px;
    line-height: 20px;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
}
.nav-tabs-bank .tab-content { padding:20px 0;}
.nav-tabs-bank .nav-tabs li span .demo-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    left: 5px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    top:4px;
}
.choose-bank {
    padding: 20px 15px;
}

.video_slider {
    height: 392px !important;
    margin-bottom: 15px;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .video_slider {
        height: 322px !important;
        margin-bottom: 15px;
    }
}
@media (max-width: 1023px) and (min-width: 992px) {
    .video_slider {
        height: calc(41.66666667vw - 85px) !important;
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .video_slider {
        height: calc(41.66666667vw - 80px)!important;
        margin-bottom: 15px;
    }
    .status-product {
         top:100px;
     }

    .nav-tabs-bank .nav-tabs>li>a>span {
        display: block;
        border:0;
        border-radius: 0;
        color: #555;
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        width: 100%;
        height: 60px;
        line-height: 20px;
        -webkit-line-clamp: 4;
        -moz-line-clamp: 4;
        -ms-line-clamp: 4;
        -o-line-clamp: 4;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -ms-box-orient: vertical;
        -o-box-orient: vertical;
    }
    .nav-tabs-bank>.nav-tabs>li>a>img {
        width: 50px;
        height: 38px;
    }
}
@media (max-width: 767px) {
    .box-cart-left {
        margin: 30px 0 !important;
    }
    .nav-tabs-bank .nav-tabs>li>a>span {
        display: none;
    }
    .nav-tabs-bank>.nav-tabs>li>a>img {
        width: 30px;
        height: 20px;
    }
    .video_slider {
        height: 300px !important;
        margin-bottom: 15px;
    }
    .address-book-item .text-right {position: absolute;}
    .title_style3 h3 {padding-bottom: 30px;}
    .title_style3 h3 a{padding-top: 8px;}
}

.item-slider.owl-theme .owl-controls .owl-buttons div.owl-prev:before { content: '\ea80';}
.item-slider.owl-theme .owl-controls .owl-buttons div.owl-next:before{content: '\ea7f';}
.item-slider.owl-theme .owl-controls .owl-buttons div:before {padding: 10px 15px; background:#999; border-radius: 20px;}
.slider-product.item-slider.owl-theme .owl-controls .owl-buttons div:before {padding:0; background: none;}

@media (hover: none){
    .action-product {
        display: none;
    }
}
.address-book-item ul li {list-style: none; margin-bottom: 15px}

.list-item .item-product .img img {padding: 0 40px;}
.price.price-inline {min-height: 40px;}
.icon-play-circled:before {margin: 0;}
.bs-docs-sidenav li.active ul.sub-menu li.active a {color: #e43935;}
.table>tbody>tr>td {border-top: none;}

.list-cut {
    position: relative;
    margin-bottom: 30px;
}
.list-cut>.cut-0 {
    padding: 0;
    padding-right: 120px;
}
.list-cut>.cut-1 {
    position: absolute;
    right: 59px;
    top: 0;
    width: 34px;
    height: 34px;
}
.list-cut>.cut-2 {
    position: absolute;
    right: 15px;
    top: 0;
    width: 34px;
    height: 34px;
}
