body {
    overflow-x: hidden;
    font-family: Segoe UI, Helvetica Neue, Arial, sans-serif;
}

.navbar-collapse {
    padding: 0px;
}

.navbar-default {
    background-color: #fff;
}

.navbar {
    border-radius: 0px;
    border: none;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

h1 {
    font-size: 25px;
}

.clr {
    clear: both;
}

.banner_title {
    font-size: 25px;
}

h1, h2, h3, h4, .label, label {
    font-weight: 400;
    font-family: Segoe UI, Helvetica Neue, Arial, sans-serif;
}

strong {
    font-weight: 600;
}

.alert, .panel, .well {
    border-radius: inherit;
}

.banner_type3_wrapper {
    margin-bottom: 30px;
}

.banner_type3_wrapper h3 {
    margin-bottom: 20px;
}

.banner_type3_wrapper h4 {
    line-height: 22px;
    font-size: 16px;
}

.banner_type3_wrapper img, .banner_type2_wrapper img {
    width: 100%;
    border: 1px solid #dedddd;
}

.banner_type3_wrapper p {
    margin-top: 20px;
}

.hv:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
}

.banner_img_wrapper {
    overflow: hidden;
    display: block;
}

.hv img {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.hv:hover .banner_viewmore_btn {
    background: black;
    color: white;
    text-decoration: none;
}

.banner_viewmore_btn {
    border: 1px solid #D5D5D5;
    padding: 6px 50px;
    margin-top: 10px;
    transition: all 0.4s;
    display: inline-block;
}

.banner_viewmore_btn:hover {
    background: black;
    color: white;
    text-decoration: none;
}

.banner_type2_wrapper a {
}

.banner_type2_wrapper .padding_img {
    padding: 10px 80px;
}

.height_c {
    width: 100%;
    height: 40px;
}

.gap_right {
    margin-right: 10px;
}

.gap_left {
    margin-left: 10px;
}

.gap_top {
    margin-top: 10px;
}

.gap_medium_top {
    margin-top: 15px;
}

.gap_medium_bottom {
    margin-bottom: 15px;
}

.gap_medium_left {
    margin-left: 15px;
}

.gap_medium_right {
    margin-right: 15px;
}

.gap_big_top {
    margin-top: 20px;
}

.gap_big_bottom {
    margin-bottom: 20px;
}

.gap_big_left {
    margin-left: 20px;
}

.gap_big_right {
    margin-right: 20px;
}

.pgap_right {
    padding-right: 10px;
}

.pgap_left {
    padding-left: 10px;
}

.pgap_top {
    padding-top: 10px;
}

.pgap_medium_top {
    padding-top: 15px;
}

.pgap_medium_bottom {
    padding-bottom: 15px;
}

.pgap_medium_left {
    padding-left: 15px;
}

.pgap_medium_right {
    padding-right: 15px;
}

.pgap_big_top {
    padding-top: 20px;
}

.pgap_big_bottom {
    padding-bottom: 20px;
}

.pgap_big_left {
    padding-left: 20px;
}

.pgap_big_right {
    padding-right: 20px;
}

.pgap_big_all {
    padding: 20px;
}

.pgap_medium_all {
    padding: 15px;
}

.pgap_small_all {
    padding: 10px;
}

.prd_sub_detail_wrapper {
}

.prd_sub_detail_wrapper h2 {
    border-bottom: 1px solid #e0dede;
    padding-bottom: 10px;
    margin-top: 60px;
    cursor: pointer;
    font-size: 22px;
}

.prd_sub_detail_wrapper h2 span {
    font-size: 10px;
    line-height: 24px;
    width: 25px;
    height: 25px;
    background: #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.menu_top:hover {
    background: #333;
}

.menu_top:hover a {
    color: #fff !important;
}

.wl_icon {
    font-size: 22px !important;
}

.menu_top_fix {
    display: block;
}

.menu_top_fix:hover {
    background: #333;
}

.search_wrapper {
    margin-top: 6px;
    margin-top: 6px;
    margin-left: 10px;
    margin-right: 10px;
}

.search_wrapper .search_btn {
    border: none;
    outline: none;
    position: absolute;
    height: 28px;
    width: 29px;
    right: 0;
    top: 0px;
    background: none;
}

.search_wrapper .search_btn i:before {
    color: #a5a2a2;
}

.search_wrapper .search_txt {
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 5px 10px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    width: 100%;
    outline: none;
}

.search_txt:focus {
    border: 1px solid black;
    width: 300px;
}

.search_txt:focus + button {
    background: black;
}

.search_txt:focus + button i:before {
    color: white;
}

.top_menu_hover_wrapper {
    display: none;
    width: 300px;
    background-color: #333;
    position: absolute;
    z-index: 9998;
    top: 42px;
    right: 0;
}

#user_dropdown:hover .top_menu_hover_wrapper {
    display: block;
}

.transit_animate {
    transition: all 0.4s;
}

.arrow_wrapper {
    position: absolute;
    top: -10px;
    right: 64px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #333 transparent;
}

.drop_arrow {
    position: absolute;
    width: 19px;
    height: 8px;
    bottom: 0;
    right: 13px;
    z-index: 2;
    background-position: -205px -10px !important;
}

.border_bottom {
    border-bottom: 1px solid #ccc;
}

.top_menu_hover_wrapper ul {
    list-style: none;
    padding: 0;
}

.top_menu_hover_wrapper li {
    padding: 0 15px;
}

.top_menu_hover_wrapper li:hover {
    background: #484747;
}

.top_menu_hover_wrapper li a {
    color: white;
    line-height: 36px;
    display: block;
}

.top_menu_hover_wrapper li a:hover {
    text-decoration: none;
}

.big_width {
}

.carousel-inner .glyphicon {
    top: 50%;
}

.big_black_button {
    transition: all 0.4s;
    padding: 20px 40px;
    background: black;
    color: white;
    text-decoration: none;
    font-size: 18px;
    border-radius: inherit;
}

.medium_black_button {
    transition: all 0.4s;
    padding: 15px;
    background: black;
    color: white;
    text-decoration: none;
    font-size: 14px;
    width: 100%;
    text-align: center;
    border: 1px solid black;
    border-radius: inherit;
}

.big_black_button:hover, .medium_black_button:hover, .small_black_button:hover {
    background: white;
    color: black;
    text-decoration: none;
}

.big_black_button:focus, .medium_black_button:focus, .small_black_button:focus {
}

.small_black_button {
    transition: all 0.4s;
    background: black;
    color: white;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    border: 1px solid black;
    border-radius: inherit;
}

.big_white_button {
    transition: all 0.4s;
    padding: 20px 100px;
    background: white;
    color: black;
    text-decoration: none;
    font-size: 18px;
    border-radius: inherit;
}

.medium_white_button {
    transition: all 0.4s;
    padding: 15px;
    background: white;
    color: black;
    text-decoration: none;
    font-size: 14px;
    width: 100%;
    text-align: center;
    border: 1px solid black;
    border-radius: inherit;
}

.big_white_button:hover, .medium_white_button:hover, .small_white_button:hover {
    background: black;
    color: white;
    text-decoration: none;
}

.big_white_button:focus, .medium_white_button:focus, .small_white_button:focus {
}

.small_white_button {
    transition: all 0.4s;
    background: white;
    color: black;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    border: 1px solid black;
    border-radius: inherit;
}

.container-full, .full_width {
    width: 100%;
}

.empty_cart_msg {
    font-size: 30px;
    margin: 50px 0;
}

.logocart {
    margin-top: 30px;
}

.logocart img {
    width: 150px;
}

.cart_prd_name {
    font-weight: 400;
    font-size: 20px;
}

.cart_prd_name, .cart_prd_price_wrapper, .cart_prd_action_wrapper {
    margin-top: 24px;
}

.cart_prd_action_wrapper {
    padding-right: 0;
}

.cart_prd_price_standart {
    font-size: 18px;
}

.cart_prd_quantity_wrapper a:hover {
    text-decoration: none;
    /*background: black;*/
    /*border-color: black;*/
    /*color: white;*/
}

.cart_prd_quantity_wrapper a {
    font-size: 17px;
    line-height: 21px;
    padding: 0 15px;
    transition: all 0.4s;
    font-weight: 500;
    /*border: 1px solid #ccc;*/
    color: #333;
}

.vip_wrapper {
    padding: 0 20px
}

.logocheckout img {
    width: 150px;
}

.box-donhangcuaban .form-control {
    font-size: 12px;
}

#btnApplyVIP, #btnApply {
    border-radius: inherit;
}

.otp_title {
    font-size: 18px !important;
    text-align: center;
    border-width: 2px;
}

.checkout_hint {
    font-size: 18px;
    line-height: 22px;
}

.checkout_hint_small {
    font-size: 16px;
    line-height: 25px;
}

.changepass {
    color: #337ab7;
    cursor: pointer;
}

.subcat_item_wrapper {
    margin-bottom: 100px;
}

.subcat_item_wrapper h3 {
    font-size: 40px;
}

.subcat_item_wrapper .carousel-control.left {
    left: -30px;
    width: 30px;
}

.subcat_item_wrapper .carousel-control.right {
    right: -30px;
    width: 30px;
}

.subcat_item_wrapper .medium_white_button {
    padding: 7px;
    width: 50%;
}

.subcat_item_wrapper .subcat_navigation {
    margin-top: 10%;
}

.subcat_prd_wrapper {
    border: 1px solid white;
    transition: all 0.4s;
    height: 400px;
}

.subcat_prd_wrapper .subcat_prd_name {
    line-height: 25px;
    font-size: 18px;
}

.subcat_prd_wrapper:hover {
    border-color: #ccc;
}

.subcat_prd_wrapper img {
    width: 100%;
}

.subcat_prd_wrapper a:hover {
    text-decoration: none;
}

.subcat_prd_wrapper .discount_tag {
    color: white;
    background: red;
    padding: 3px 5px;
}

/*Header */
.container-fluid {
    max-width: 1300px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

header .navbar-right {
    margin-right: 0px;
}

.itopmenu li a {
    font-size: 12px;
}

.main-menu .navbar-form {
    margin-left: 0px !important;
}

header .nav {
    padding-left: 10px;
}

.main-menu .navbar-form {
    margin-left: 0px;
}

.navbar-default .navbar-collapse {
    overflow-x: hidden;
}

header .navbar-nav > li > a {
    line-height: 10px;
}

header .navbar-form {
    padding: 0px;
}

header .top-menu .navbar {
    border-bottom: 1px solid #e4e4e4;
}

header .top-menu .line {
    width: 1px;
    height: 18px;
    background: #e4e4e4;
    margin-top: 12.5px;
}

header .navbar {
    margin-bottom: 5px;
}

header .main-menu .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border: none;
    margin-left: -55px;
}

header .main-menu input.form-control {
    width: 335px;
    border-radius: 0px;
    height: 40px;
}

header .main-menu ul li a {
    font-size: 14px;
    text-transform: uppercase;
}

header .main-menu ul li a:hover {
    color: #f52931 !important;
}

header .main-menu .navbar-brand {
    font-size: 50px;
    color: #e70e2b;
    margin-left: 0px;
}

header .main-menu .navbar-brand:hover {
    color: #e70e2b;
}

header .nav {
    padding-left: 0px;
}

@media (max-width: 700px) {
    header .nav {
        padding-left: 10px !important;
    }

    .main-menu .navbar-form {
        margin-left: 0px;
    }

    .navbar-default .navbar-collapse {
        overflow-x: hidden;
    }

    header .form-group.timkiem {
        position: relative;
        display: inline-block;
    }

    header .form-group.timkiem .btn.btn-default {
        position: absolute;
        top: 2px;
        right: 4px;
    }
}

header .nav {
    padding-left: 10px;
}

.main-menu .navbar-form {
    margin-left: 0px;
}

.navbar-default .navbar-collapse {
    overflow-x: hidden;
}

header .form-group.timkiem {
    position: relative;
    display: inline-block;
}

header .form-group.timkiem .btn.btn-default {
    position: absolute;
    top: 2px;
    right: 2px;
    outline: none;
    background: transparent;
    box-shadow: 0px 0px 0px transparent;
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-left: 0px;
    margin-right: 0px;
}

.top-menu ul:first-child li:first-child > a {
    padding-left: 0px;
}

header .nav {
    padding-left: 0px;
    padding-top: 8px;
}

header .nav > li > a > img {
    height: 18px;
}

.global_block {
    display: block;
}

.bold {
    font-weight: 600
}

.custom-button-bt {
    border-radius: 0;
    margin-top: 10px;
}

.margin-center {
    margin: 0 auto;
}

.no-bold {
    font-weight: normal !important;
}

.custom-line-height {
    line-height: 18px;
}

.margin-top-10 {
    margin-top: 10px;
}

.text-red {
    color: red;
}

.text-red-bold {
    color: red;
    font-weight: bold
}

.text-red-italic {
    color: red;
    font-style: italic
}

.text-red-bold-italic {
    color: red;
    font-weight: bold;
    font-style: italic
}

.discount_text {
    background: red;
    color: white;
    padding: 3px 8px;
    font-size: 12px;
}

.no-padding {
    padding: 0px;
}

.note-title {
    font-size: 14px;
    color: red;
    text-transform: none;
}