/*Body*/
* {
    font-family: 'Open Sans', sans-serif;
}

body {
    background-color: #1c149d !important;
    height: 1500px;
    transition: background-color .5s;
}

.row.content {
    padding: 20px 0;
}

.contentDetails {
    padding-top: 15px;
}

.ngangon {
    font-weight: bold;
}

.tieudebaiviet {
    border-bottom: 1px solid #999;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 10px;
    font-weight: bold;
}

.tinlienquan {
    margin-top: 20px;
}

.tinlienquan ul li {
    list-style: square inside;
    color: #666;
    padding: 3px 0;
}

.tinlienquan ul li a {
    color: #444;
}

.tinlienquan ul li a:hover {
    color: #0088cc;
}

.posts {
    margin-top: 10px;
}

.tbPosts {
    width: 100%;
}

.tbPosts tr {
    border-bottom: 1px solid #E4E4E4;
    overflow: hidden;
}

.tbPosts tr td {
    padding-bottom: 10px;
    padding-top: 10px;
}

.tbPosts tr td img {
    width: 100%;
    max-height: none;
    min-height: 135px; 
}

.tbPosts tr td p {
    text-align: justify;
    color: #1c149d;
}

.tbPosts tr td h4 {
    font-size: 14px;
    font-weight: bold;
    color: #1c149d;
}

.tbPosts tr td h4:hover {
    transition: color 0.3s ease;
    color: red;
}

.sortPagiBar {
    text-align: right;
}

.box-authentication {
    background: #f1f1f1;
    padding: 20px;
}

.box-authentication .button {
    margin-top: 15px;
    padding: 10px 20px;
    border: 1px solid #eaeaea;
    background: #666;
    color: #fff;
}

.box-authentication > h3 {
    margin-bottom: 15px;
}

.titleRight {
    float: right;
    padding-right: 10px;
    text-transform: none;
}

.titleRight a {
    color: #fff;
}

.titleRight a:hover {
    text-decoration: underline !important;
}

/*side menu*/
.sidenav {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 100000;
    top: 40px;
    background-color: transparent;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
    font-size: 14pt;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.after_content_sidebar_wrap {
    margin: 10px 0;
    height: 60px;
    clear: both;
    background: url(../images/bordertop.png) top center no-repeat,
    url(../images/borderbottom.png) center 53px no-repeat, #f0f0f0
}

.after_content_sidebar_wrap #text-6 .textwidget {
    color: #1c149d;
    font-size: 28px;
    line-height: 60px;
}

.after_content_sidebar_wrap #text-6 {
    float: left;
}

.after_content_sidebar_wrap #text-6 .textwidget strong {
    color: inherit;
    font-size: inherit;
}

.after_content_sidebar_wrap #text-7 {
    float: right;
    margin-top: 10px;
}

.after_content_sidebar_wrap #text-7 .textwidget {
    font-size: 18px;
    color: #FFF;
    background: #0289db;
    border-radius: 4px;
    width: 210px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

/*Slider*/

.header-top-right .homeslider .bx-controls-direction .bx-prev,
.header-top-right .homeslider .bx-controls-direction .bx-next {
    background: #414141;
    text-indent: 0px !important;
    color: #fff;
    font-size: 38px;
    text-align: center;

    line-height: 39px;
    height: 40px;
    width: 40px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-top-right .homeslider .bx-controls-direction .bx-prev {
    left: 50%;
}

.header-top-right .homeslider .bx-controls-direction .bx-next {
    right: 50%;
}

.header-top-right .homeslider:hover .bx-controls-direction .bx-next {
    right: 10px;
    opacity: 1;
    visibility: inherit;
}

.header-top-right .homeslider:hover .bx-controls-direction .bx-prev {
    left: 10px;
    opacity: 1;
    visibility: inherit;
}

.header-top-right .homeslider .bx-controls-direction .bx-prev:hover,
.header-top-right .homeslider .bx-controls-direction .bx-next:hover {
    opacity: 0.8;
}

.header-top-right .homeslider .bx-wrapper:hover .bx-prev, .bx-wrapper:hover .bx-next {
    display: block;
}

/*Danh muc trai*/
.menuDm1 {
    margin-bottom: 10px;
}

.menuDm1 h4.title {
    font-weight: bold;
    font-size: 14px;
    background: url(../images/sidebar.png);
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    height: 40px;
    line-height: 40px;
}

.menuDm1 h4.title.left {
    text-align: left;
    text-indent: 50px;
}

.menuDm1 .ulSanpham {
    background-color: #f1f1f1;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menuDm1 .ulSanpham li.item {
    list-style: url(../images/listmenu.png) inside;
    padding: 4px 0px 4px 10px;
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d2d2d2;
}

.menuDm1 .ulSanpham li.item a {
    color: #1c149d;
    text-decoration: none;
    font-size: 12px;
}

/*product list home*/
.product-list {
    margin-top: 15px;
}

.product-list .product-item {
    float: left;
    /*width: calc(100% / 4 - 17px);*/
    /*margin: 0px 17px 12.5px 0;*/
    position: relative;
    background: #f1f1f1;
}

.product-list .product-item:hover {
    background: rgba(51, 51, 51, 0.54);
}

.product-list .product-item:nth-child(4n) {
    margin-right: 0;
}

.product-list .product-item .product-title {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    color: #1c149d;
    text-align: center;
    font-weight: bold;
    display: block;
    position: relative;
    z-index: 99;
    padding: 0 5px;
    font-size: 13px;
}

.price {
    /*color: #ef0000;
    text-align: center;
    font-weight: bold;
    font-size: 16px;*/
    line-height: 30px;
    height: 55px;
    overflow: hidden;
    color: #1c149d;
    text-align: center;
    font-weight: bold;
    display: block;
    position: relative;
    z-index: 99;
    padding: 0 5px;
    font-size: 13px;
}

.gachngang {
    text-decoration: line-through;
}

.sidebar-content-sidebar .product-list .product-item {
    width: 30%;
    margin: 5px;
}

.product-img {
    display: table;
    width: 90%;
    table-layout: fixed;
    height: 125px;
    margin: 9px auto;
    overflow: hidden;
    background: #fff;
}

.product-item a.img {
    text-align: center;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    background: #fff;
    width: 100%;
    line-height: 0;
}

.product-list .product-item .product-img img {
    width: 100%;
    height: auto;
}

.view {
    background: #1c149d;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    margin: 8px auto 0;
}

a.view:hover {
    color: #FFF;
}

/*Footer*/
.tk {
    position: absolute;
    left: 50px;
}

#footer {
    background: #1c149d;
}

#footer-menu-box {
    border-top: 1px solid #E1E1E1;
    margin-top: 10px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.footer-menu-list {
    list-style: none;
    text-align: center;
    margin-bottom: 5px;
}

.footer-menu-list li {
    display: inline;
    padding: 0 7px 0 5px;
    border-right: 1px solid #0066cc;
}

.footer-menu-list li:last-child {
    border-right: none;
}

.footer-menu-list li a {
    color: #fff;
}

.footer-menu-list li a:hover {
    text-decoration: underline;
    transition: all 0.3s;
}

#introduce-box {
    margin-top: 40px;
    margin-bottom: 25px;
}

#address-list .tit-name {
    float: left;
    font-weight: bold;
    width: 70px;
    padding-right: 5px;
    color: #fff;
}

#address-list {
    margin-top: 18px;
}

#address-list .tit-contain {
    display: flex;
    color: #fff;
}

.introduce-title {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    list-style: none;
    font-weight: bold;
    margin-bottom: 8px;
}

.introduce-list {
    padding-left: 16px;
    list-style: inherit;
    color: #fff;
}

.introduce-list li {
    padding-top: 2px;
    padding-bottom: 2px;
}

.introduce-list li a {
    font-size: 12px;
    color: #fff;
}

.totalview a {
    padding: 1px 6px 1px 6px;
    background-color: #e6e6e6;
    border-radius: 100%;
    margin-right: 2px;
    border-width: 4px;
    border-style: dashed;
    border-color: rgba(192, 194, 197, 0.07);
    box-shadow: 10px 10px 15px -10px;
    font-weight: bold;
    font-size: 19px;
    color: #333;
}

#address-box img {
    background-color: transparent;
}

#footer::before {
    content: "";
    border-top: 1px solid #CFD3D6;
    display: block;
    height: 3px;
    background-color: white;
}

.scroll_top {
    width: 34px;
    height: 34px;
    position: fixed;
    display: none;
    font-size: 0;
    z-index: 9999;
    right: 10px;
    bottom: 32px;
    background: #666;
    display: none;
}

.scroll_top:hover {
    background: #0088CC;
}

.scroll_top:before {
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: block;
}

.hotline {
    font-size: 20px;
    font-weight: bold;
    padding-top: 7px;
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 40px;
    z-index: 999;
    background: #FFF;
    margin-bottom: 0;
    text-align: center;
}

.hotline.block {
    position: relative;
}

.container-fluid {
    padding: 0;
}

.container-fluid .link_container {
    line-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#header .navbar {
    margin: 0;
    min-height: inherit;
    background: none;
    border: 0;
}

.navbar-collapse {
    padding: 0;
}

#header .nav > li {
    text-align: center;
    padding: 0 10px;
}

#header .nav > li.dropdown:hover > ul {
    display: block;
}

.nav > li > a {
    padding: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #e1e1e1;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #eaea3a;
    background: none;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

#menu-content :not(collapsed) .arrow:before,
#menu-content li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}

.sub-menu.collapse.sub li {
    margin-left: 15px;
}

.sub-menu.collapse.sub li a {
    font-size: 16px;
}

#product .pb-left-column .product-image .product-full {
    border: 1px solid #eaeaea;
    padding: 10px;
}

#product .pb-left-column .product-image .product-img-thumb {
    margin-top: 15px;
    padding: 0 40px;
}

#product .pb-left-column .product-image .owl-prev {
    left: -40px;
}

.owl-controls .owl-prev, .owl-controls .owl-next {
    background: #eaeaea;
    width: 24px;
    height: 24px;
    color: #ccc;
    text-align: center;
    line-height: 24px;
}

.owl-controls .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#product .pb-left-column .product-image .owl-next {
    right: -40px;
}

.owl-controls .owl-prev, .owl-controls .owl-next {
    background: #eaeaea;
    width: 24px;
    height: 24px;
    color: #ccc;
    text-align: center;
    line-height: 24px;
}

.owl-controls .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-img-thumb .owl-carousel .owl-item {
    border-right: 1px solid #eaeaea;
    position: relative;
    min-height: auto;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#product .pb-left-column .product-image .product-img-thumb li {
    border: 1px solid #eaeaea;
    padding: 7px 10px;
}

.owl-controls .owl-prev .fa, .owl-controls .owl-next .fa {
    font-weight: bold;
}

#product .pb-right-column .product-name {
    font-size: 24px;
}

#product .pb-right-column .product-price-group .price {
    font-size: 18px;
    font-weight: bold;
    color: #0088cc;
}

#product .pb-right-column .product-price-group .price, #product .pb-right-column .product-price-group .old-price, #product .pb-right-column .product-price-group .discount {
    display: inline-block;
    margin-right: 15px;
}

#product .pb-right-column .product-desc {
    line-height: 24px;
}

#product .pb-right-column .product-desc, #product .pb-right-column .form-option, #product .pb-right-column .form-action, #product .pb-right-column .form-share {
    border-top: 1px solid #eaeaea;
    padding: 10px 0;
}

#product .pb-right-column .form-action {
    padding: 0;
    padding-bottom: 5px;
}

#product .pb-right-column .form-action .button-group {
    margin-top: 15px;
    overflow: hidden;
}

#product .pb-right-column .form-action .button-group .wishlist, #product .pb-right-column .form-action .button-group .compare {
    min-width: 50px;
    padding-right: 15px;
    text-align: center;
    float: left;
    text-decoration: none;
}

#product .pb-right-column .form-action .button-group .wishlist .fa, #product .pb-right-column .form-action .button-group .compare .fa {
    font-size: 18px;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0% 0%;
    border-radius: 90%;
}

.share {
    display: inline-block;
    border: 1px solid rgba(232, 234, 234, 0.53);
    border-radius: 2px;
    padding: 4px;
    height: 50px;
}

.form-share .share {
    position: absolute;
    z-index: 99;
}

.contact-form-box .row,
.contact-form-box .form-group {
    margin-left: 0;
    margin-right: 0;
}

.product-tab {
    margin-top: 30px;
}

.product-tab .nav-tab {
    width: 100%;
    overflow: hidden;
    z-index: 100;
    position: relative;
}

.product-tab .nav-tab > li {
    height: 50px;
    line-height: 50px;
    float: left;
    display: inline;
    background: #e2e2e2;
    border: 1px solid #e2e2e2;
    color: #1c149d;
    text-transform: uppercase;
    text-align: center;
    margin-right: 8px;
    font-weight: bold;
}

.product-tab .nav-tab > li:last-child {
    margin-right: 0;
}

.product-tab .nav-tab > li > a {
    color: #1c149d;
    padding: 0 26px;
    height: 50px;
    float: left;
}

.product-tab .nav-tab > li:hover > a,
.product-tab .nav-tab > li.active > a {
    background: #fff;
}

.product-tab .tab-container {
    padding: 20px;
    border: 1px solid #e2e2e2;
    margin-top: -1px;
    z-index: 1;
}

.product-tab .tab-container p {
    margin: 0 0 10px;
}

.product-tab .tab-container .table {
    margin-bottom: 0;
}

.product-tab .tab-container .tab-panel {
    line-height: 24px;
}

.tab-container {
    position: relative;
}

.tab-container .tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.tab-container .active {
    opacity: 1;
    visibility: inherit;
    position: inherit;
    -vendor-animation-duration: 0.3s;
    -vendor-animation-delay: 1s;
    -vendor-animation-iteration-count: infinite;
}

.product-list li .price-percent-reduction2 {
    width: 52px;
    height: 44px;
    background: url(../images/price-percent-br.png) no-repeat center center;
    color: #fff;
    line-height: normal;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 0px;
    right: 0;
    font-family: 'Arial Narrow', Arial, sans-serif;
    padding-left: 5px;
    padding-top: 2px;
}

.timkiem {
    top: 106px !important;
}

#collapse-menu-btn {
    background: #2f2f2f;
    margin-bottom: 10px;
    color: #fff;
}

.ch-callfix {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 205px;
    background: #76b51b;
    z-index: 99;
}

.ch-callfix label {
    position: relative;
    display: block;
}

.ch-callfix i {
    z-index: 1;
    padding-top: 14px;
    display: table-cell;
    width: 21px;
    height: 21px;
    background: url(../images/x.png);
}

.ch-callfix a p {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    margin: 0 -5px 0 5px;
}

.ch-callfix a span {
    margin: 0 -25px 0 18px;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background: url(../images/call.png);
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 2px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 0px);
    transform: rotate(-45deg) translate(-7px, 0px);
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-10px, -6px);
    transform: rotate(45deg) translate(-10px, -6px);
}

.menu_m {
    position: fixed;
    top: 0;
    left: calc(-100% + 60px);
    width: calc(100% - 60px);
    height: 100%;
    overflow-y: auto;
    transition: 0.5s;
    z-index: 100000000;
    padding: 5px;
    background: #f0fafc;
}

.change .menu_m {
    left: 0;
}

.menu_m > div {
    padding: 5px 0;
    border-bottom: 1px dashed #333;
    text-align: left;
}

.menu_m div.dong {
    border-bottom: 1px solid #333;
    text-align: center;
}

.menu_m > div a {
    font-size: 17px;
    color: #333;
}

.menu_m div.sub_parent {
    clear: both;
}

.menu_m > div.sub_parent div a {
    text-transform: capitalize;
    font-size: 16px;
}

div.sub_parent > div.has_sub {
    max-height: 0;
    /*padding: 5px 0;*/
    width: 100%;
    padding-left: 15px;
    opacity: 0;
    transition: 0.5s;
    overflow: hidden;
}

div.sub_parent > div.has_sub > .sub_parent {
    padding: 3px 0;
}

div.sub_parent.open_sub > div.has_sub {
    max-height: 100%;
    opacity: 1;
}

.menu_m > div.sub_parent a.openSub {
    float: right;
    padding: 0 10px;
    border: 1px solid;
    margin-right: 10px;
}

div.sub_parent.open_sub a.openSub i {
    transition: all 0.5s;
}

div.sub_parent.open_sub > a.openSub > i {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.row_menu_mobile {
    background: #f0fafc;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10000;
    height: 45px;
    -webkit-box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 4px 5px 5px 0 rgba(0, 0, 0, .1);
}