body{
    background: #000;
    background-image: url('../../images/app/bg_concrete.jpg')
}

.owl-carousel .item {
    height: 10rem;
    background: #361350;
    padding: 1rem;
    height: 310px;
    text-align: center;
}

.item:hover {
    background: #4f1c77;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

.owl-carousel .item h4 {
    color: #FFF;
    font-weight: 400;
    margin-top: 0rem;
}
.owl-carousel .owl-item img{
    width: 150px !important;
    height: 70%;
    object-fit: contain;
    margin: 0px auto;
    margin-bottom: 20px;
    /*-webkit-box-shadow: 0 8px 6px -6px black;*/
    /*-moz-box-shadow: 0 8px 6px -6px black;*/
    /*box-shadow: 0 8px 6px -6px black;*/
}
.owl-price{
    color:#FFF;
}

.title-product-dropdown{
    background: #280c2c;
}

.title-product-dropdown {
    width: 300px;
    padding-left: 10px;
    padding-right: 5px;
    border-radius: 10px 10px 0px 0px;
    background: linear-gradient(#280c2c, #111);
    margin-top: 30px;
}

.line-product-dropdown {
    border-bottom: 1px dashed #52185a;
    margin-bottom: 20px;
}

body{
    color: #bdbdbd;
}

a {
    color: #65cbed;
    text-decoration: none;
}

.invalid-feedback{
    font-size: 11px;
    color: red;
    margin-bottom: 10px;
}

.nav-tabs{
    margin-bottom: 20px;
}

.customer-tab{
    margin-top:50px;
}

.alert-error{
    border: 1px solid red;
    background: antiquewhite;
    color: #000;
}

.is-invalid{
    border: 1px solid red;
}

.carousel {
    margin-top: 8px;
}

.box-search{
    margin-top: 8px;
    margin-bottom: -10px;
}

.form-inline .form-control {
    display: inline-block;
    width: 260px;
    vertical-align: middle;
}

.sub-carousel{
    margin-top: 3px;
    background: linear-gradient(#280c2c, #111);
    padding: 8px;
    display: inline-table;
    width: 100%;
    border-radius: 5px 0px;
}

.bg-head{
    background: #111;
    padding: 0px 20px;
}

.bg-body{
    background: #111;
    padding-top: 0px;
}

.home-product{
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #242222;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid rgb(71, 68, 68);
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid rgb(83, 81, 81);
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: rgb(27, 27, 27);
    border-color: rgb(104, 103, 103);
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color:  rgb(27, 27, 27);
    border: 1px solid rgb(104, 103, 103);
}

.pengumuman{
    padding: 8px;
    margin-bottom: 5px;
    background: #fdf5ce;
    border: 2px dotted rgb(95, 14, 14);
    font-weight: bold;
    font-size: 15px;
    color: #000000;
}

.bannerRandom{
    padding-bottom: 10px;
}

.bannerRandom img{
    width: 100%;
}

.page-contain{
    background: linear-gradient(to right,#280c2c, #111111,#111111, #111111, #111111, #111111);
    padding-bottom: 30px;
}

.sideBarMenu{
    padding: 10px;
}

.sideBarMenu h5{
    margin-top: 20px;
    font-weight: bold;
    line-height:1.8;
    background: #111;
    padding: 8px 10px;
    border-radius: 8px 0px 0px 8px;
    border-top: 1px solid #957510;
}

.sideBarMenuMobile{
    display: none;
}

@media only screen and (max-width: 800px) {
    .carousel { margin-top: 8px; }
}

@media only screen and (max-width: 768px) {
    .sideBarMenu{
        display: none;
    }
    .sideBarMenuMobile{
        display: block;
        margin-bottom: 10px;
    }
}

ul.listMenu{
    list-style-type:none;
}

ul.listMenu li a {
    color:#C5B358;
    display:block;
    line-height:1.8;
    text-decoration:none;
    width:100%;
}

ul.listMenu li a:hover {
    color:#e4cc57;
}

.categoryProduct{
    font-size: medium;
    padding-bottom: 10px;
}

.selectPrice{
    margin-bottom: 10px;
}

.searchBorder{
    margin-bottom: 10px;
}

/* s: back to top */

#myBtn {
    display: none;
    position: fixed;
    bottom: 56px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}

/* e: back to top */

.banner-box{
    text-align: center;
    color: C0C0C0;
}

.field-banner{
    color: #000;
}


.headLogo{
    background-color: #000;
    height: 100px;
    background-image: url("../../images/app/bgHead.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#social-links {
    margin: 10px 0px;
}
#social-links ul {
    padding: 0px;
}
#social-links ul li {
    display: inline-block;
    margin-bottom: 27px;
}
#social-links ul li a {
    padding: 10px;
    border: 1px solid #ccc;
    margin: 3px;
    border-radius: 8px;
    font-size: 20px;
    color: #222;
    background-color: #ccc;
}

@media only screen and (min-width: 768px) and (max-width: 1000px)  {
    .contain-body{ margin-top: 100px; }
}

@media only screen and (min-width: 1000px) and (max-width: 1100px)  {
    .contain-body{ margin-top: 50px; }
}

@media only screen and (max-width: 1024px) {
    .headLogo{
        height: 85px;
    }
}

@media only screen and (max-width: 800px) {
    .headLogo{
        height: 60px;
    }
}

@media only screen and (max-width: 600px) {
    .headLogo{
        background-color: #000;
        height: 60px;
        background-image: url("../../images/app/bgHeadMobile.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .headLogo{
        height: 50px;
    }
}

@media only screen and (max-width: 350px) {
    .headLogo{
        height: 39px;
    }
}