﻿body {
    margin: 0;
    background: #fff;
    color: #000;
}

.container {
    background: #fff;
}

.row-margin-0 {
    margin: 0px;
}

.row-margin-5 {
    margin: 5px;
}

.col-padding-0 {
    padding: 0px;
}

.padding-0 {
    padding: 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #fff;
    }

.nav-pills .nav-link {
    padding: 5px;
    color: #000;
    font-weight: 600;
    font-size: 17px;
}

    .nav-pills .nav-link:hover {
        background: #1d73dc;
        color: #fff;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background-color: #1d73dc;
        color: #fff;
    }

.borderheader {
    border-bottom: 1px solid rgba(157, 155, 155, 0.06);
}

.backgroundmenuvertical {
    background-color: #f8f8f8;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
}

.menu-right .nav-item {
    border: 1px solid #e6e6e6;
}

.menu-right .nav-link {
    background: url(/App_Themes/Default/Images/bullet-icon.gif) 5px no-repeat;
    padding-left: 30px;
}

    .menu-right .nav-link:hover {
        background: url(/App_Themes/Default/Images/bullet-icon.gif) 5px no-repeat #09b2e0;
        padding-left: 30px;
        border-radius: 0;
    }

.text-left {
    text-align: left;
}

.border-0 {
    border: 0;
}

.search {
    margin: 5px;
}

.info_section {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    clear: both;
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 10px;
}

.footer {
    background: #477bbe;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.clear {
    clear: both;
}

h1 {
    margin: 0;
    font-size: 20px;
    padding: 10px;
}

.h2 {
    font-size: 21px;
    color: #477bbe;
    margin-top: 0px;
    padding-top: 10px;
    padding-left: 10px;
}

.advanced-search-container {
    background-color: #858178;
    padding: 8px 12px;
    width: 300px;
    margin-top: -1px;
}

.center {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px !important;
}

.top {
    margin-top: 10px;
}

.img-logo {
    border: 1px solid #000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.brandTitle {
    background: rgba(255,0,0,1);
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.imgP {
    float: right;
    border: 1px solid #858178;
}

.proDetail {
    font-weight: bold;
    font-size: 13px;
    border-bottom: 1px dotted #858178;
    margin-bottom: 10px;
}

.proDetailimg {
    border: 1px solid #858178;
}

.proDetailName {
    font-size: 16px;
    font-weight: bold;
    color: #05832a;
    margin-bottom: 10px;
}

.hoverimage img {
    -webkit-transform: scale(0.8); /*Webkit: Thu nhỏ kích thước ảnh còn 0.8 so với ảnh gốc*/
    -moz-transform: scale(0.8); /*Thu nhỏ đối với Mozilla*/
    -o-transform: scale(0.8); /*Thu nhỏ đối với Opera*/
    -webkit-transition-duration: 0.5s; /*Webkit: Thời gian phóng to, nhỏ ảnh*/
    -moz-transition-duration: 0.5s; /*Như trên*/
    -o-transition-duration: 0.5s; /*Như trên*/
    opacity: 0.7; /*Độ mờ của hình ảnh*/
    margin: 0 10px 5px 0; /*căn đều giữa ảnh*/
}

    .hoverimage img:hover {
        -webkit-transform: scale(1.1); /*Webkit: Tăng kích cỡ ảnh lên 1.1 lần*/
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        box-shadow: 0px 0px 30px gray; /*Đổ bóng bằng CSS3*/
        -webkit-box-shadow: 0px 0px 30px gray;
        -moz-box-shadow: 0px 0px 30px gray;
        opacity: 1; /*Độ mờ của hình ảnh*/
    }

.hplPost {
    display: flex;
    border-bottom: 1px dotted gray;
    min-height: 100px;
    align-items: center;
    justify-content: space-between;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    color: #000;
}

    .hplPost:hover {
        background: #d8d6d6;
        text-decoration: none;
        color: #fc4e23;
    }

.link-intro1 {
    background: #f0ad4e;
    display: block;
    height: 100%;
    margin-right: 10px;
    border-color: #eea236;
    border-radius: 4px;
    border: 1px solid transparent;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

    .link-intro1:hover {
        background: #eea236;
        display: block;
        height: 100%;
        margin-right: 10px;
        color: #000;
        text-decoration: none;
    }

.link-intro2 {
    background: #5cb85c;
    display: block;
    height: 100%;
    margin-left: 10px;
    border-color: #4cae4c;
    border-radius: 4px;
    border: 1px solid transparent;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

    .link-intro2:hover {
        background: #4cae4c;
        display: block;
        height: 100%;
        margin-left: 10px;
        color: #000;
        text-decoration: none;
    }

.pro-item {
    border: 1px solid #e1e1e1;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    transition: all 0.4s;
    -webkit-transition: all 0.3s;
}

    .pro-item:hover {
        cursor: pointer;
    }

        .pro-item:hover .term-title, .pro-item:focus .term-title {
            cursor: pointer;
            background: #fc4e23;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
        }

.term-title {
    height: 65px;
    overflow: hidden;
    position: relative;
    padding: 0 !important;
    background: #0ca8c4;
    color: #fff;
}

    .term-title a {
        padding: 5px 15px;
        min-height: 65px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #fff;
        transition: background 0.4s;
        -webkit-transition: background 0.4s;
    }

        .term-title a:hover {
            background: #fc4e23;
            text-decoration: none;
        }

.term-image {
    text-align: -webkit-center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-title {
    height: 50px;
    min-height: 50px;
    overflow: hidden;
    color: #666;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
}

.relatedProduct {
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
}

.bacground-block {
    background: #8b0808;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 0 10px 0;
    border-radius: 10px;
}

/************************** Hieu Ung Banner ****************************/
.carousel-control {
    color: #000;
}



    .carousel-control.right {
        background-image: none;
    }

.carousel-inner > .item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.carousel-caption {
    right: 40%;
    left: 40%;
}

    .carousel-caption > h3 {
        text-shadow: 0 0 0.2em #fff, 0 0 0.5em #F87;
        color: #fff;
        background: #1d73dc;
        padding: 3px;
        bottom: 5px;
        border-radius: 30px;
    }

    .carousel-caption > p {
        color: #fff;
        font-size: 15px;
        background: #ccc;
        padding: 5px;
    }
/******************************************************************/
.box {
    background: #fff;
    border-radius: 10px;
    margin-top: 10px;
}

.row-fix {
    margin-top: 5px;
}

.col-md-offset-1 {
    margin-left: 1.5%;
}

.col-md-4-fix {
    width: 32.33333333%;
}
/*************************************************************/
.ul-brand-main {
    list-style-type: none;
    margin-top: 10px;
    padding: 0;
}

    .ul-brand-main li {
        background: url("/App_Themes/Default/Images/navigate_brand.png") no-repeat 0 2px;
        padding-left: 16px;
        margin-top: 10px;
    }

        .ul-brand-main li a {
            color: #858178;
            text-decoration: none;
        }

            .ul-brand-main li a:hover {
                color: rgba(255,0,0,1);
                text-decoration: none;
            }
/*************************************************************/
.ul-Post-main {
    list-style-type: none;
    margin-top: 10px;
    padding: 0;
}

    .ul-Post-main li {
        background: url("/App_Themes/Default/Images/green-bullet-post.png") no-repeat 0 2px;
        padding-left: 16px;
        margin-top: 10px;
    }

        .ul-Post-main li a {
            color: #858178;
            text-decoration: none;
        }

            .ul-Post-main li a:hover {
                color: rgba(255,0,0,1);
                text-decoration: none;
            }
/*************************************************************/
.Article-default {
    border-radius: 10px;
    background: #fff;
    margin-top: 10px;
    padding: 10px;
}

.title-content {
    text-align: center;
    padding-top: 10px;
    color: rgba(255,0,0,1);
    font-size: 25px;
    font-weight: bold;
}

.linkmxh {
    color: #fff;
}

    .linkmxh:hover {
        color: red;
    }



.bannerslide table {
    border: 1px solid #858178;
    width: 95%;
    padding: 10px;
    font-weight: 400;
}

    .bannerslide table tr {
        border: 1px solid #858178;
        width: 100%;
        padding: 10px;
        font-weight: 400;
    }

    .bannerslide table th {
        border: 1px solid #858178;
        padding: 10px;
        font-weight: 400;
    }

    .bannerslide table tr td {
        border: 1px solid #858178;
        padding: 10px;
        font-weight: 400;
    }

    .bannerslide table tr:nth-child(odd) {
        background: #efebeb;
    }

    .bannerslide table tr:nth-child(even) {
        background: #e0d9d9;
    }

.Product-Other {
    background: url("../App_Themes/Default/Images/Product-Order-bullet.png") no-repeat 0px 2px;
    padding-left: 25px;
    margin-top: 5px;
}

/*****************************GOOGLE CUSTOM SEARCH***************************/
.gsc-control-cse {
    width: 50% !important;
    float: right;
    border: none !important;
}
/****************************End custom search********************************/
#floating-phone {
    display: none;
    position: fixed;
    left: 50%;
    bottom: 15px;
    height: 50px;
    width: 50px;
    background: #46C11E url(https://callnowbutton.com/phone/callbutton01.png) center / 30px no-repeat;
    z-index: 99;
    color: #FFF;
    font-size: 35px;
    line-height: 55px;
    text- align: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.5);
    box-shadow: 0 2px 5px rgba(0,0,0,.5);
}

@media (max-width: 650px) {
    #floating-phone {
        display: block;
    }
    .gsc-control-cse{width: 100% !important;}
}
