﻿.dropdown-item {
    display: flex;
    align-items: center;
}

    .dropdown-item img {
        margin-right: 10px;
    }

    .dropdown-item:hover {
        background-color: #f0f0f0;
    }
.result-search-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
#dropdown, #dropdown1 {
    display:none;
    position: absolute;
    margin-top: 50px;
    padding: 10px;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    max-height: 360px;
    overflow-y: auto;
    z-index:1001;
}
ul.pagination li a {
    color: #fff;
}
/*ul.pagination li a[rel="prev"]::before {
    content:'<';
}
    ul.pagination li a[rel="next"]::after {
        content: '>';
    }*/
.nav-item-link {
   display:block;padding-top:.5rem;padding-bottom:.5rem;
}
    .nav-item-link a:last-child {
        display: inline;
        float: right;
        padding-top: 0px;
    }
ul.pagination li.active
{
	 background-color: #3d2a2a;	
	color:white;
}
ul.pagination li {
    padding-left: 8px;
    padding-right: 8px;
    background-color: #7f5d42;
    margin-right: 2px;
    margin-left: 2px;
}
.pagination{
    justify-content:center;
}
.category-full {
    display: block;
}
.product-item-image{
    height:190px;
    position:relative;
}
.product-item-image-home {
    height: 280px;
    position: relative;
}
.product-image-thumbnail {
    width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius:7px;
}
.product-description{
    border: solid 1px #ddd;
    padding:10px;
}
    .product-description img
    {
        display:block;
        margin-left:auto;
        margin-right:auto;
        max-width:100%;
    }
    .product-sale-title {
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 0px;
        color: #341a01;
        font-size: 20px;
        border-bottom: solid 2px #ddd;
    }
.product-same-title {
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 0px;
    color: #341a01;
    font-size: 20px;
    border-bottom: solid 2px #ddd;
}
.product-name-detail{
    font-size: 20px;
    font-weight:bold;

}
.hot-line-icon {
    padding: 8px;
    background: white;
    border-radius: 20px;
    color: red;
}
.phone-footer{
    font-size:22px;
    font-weight:bold;
}
.list-category
{
    font-size:15px;
}
    .list-category .nav-item {
        background: #7f5d42;
        border-top:solid 1px white;
        text-transform:capitalize;
    }
        .list-category .nav-item:hover {
            background: #341a01;
        }
    .list-category a {
        color: white;
    }
.nav-link[data-toggle].collapsed:after {
    content: " ▾";
}

.nav-link[data-toggle]:not(.collapsed):after {
    content: " ▴";
}
.list-blogs .post-time {
    font-size: 11px;
    font-style: italic;
}
.list-blogs {
    margin-top: 10px;
}
.blog-item {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.list-blogs .panel-box-media {
    display: block;
    float: left;
    width: 70px;
    margin-right: 10px;
}
    .list-blogs .panel-box-media  img {
        border: 0 none;
        max-width: 100%;
        height: auto;
    }
.list-blogs .blogs-rights {
    padding-left: 80px;
}
.list-blogs .blog-item-name {
    font-weight: 500;
    position: relative;
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .list-blogs .blog-item-name a {
        color: #341a01;
    }
.title-head {
    padding: 5px;
    background-color: #341a01;
    color:white;
    text-align:left;
    font-size:16px;
    text-transform:uppercase;
    font-weight:bold;
}
.title-head-child {
    font-weight:bold;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 10px 10px 5px;
    border-top: solid 1px #ebeaea;
    border-bottom: solid 1px #ddd;
}

.sec-policy-verical {
    margin-bottom: 10px;
    border: solid 1px gray;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
    .sec-policy-verical .section-policy {
        padding-left: 5px;
    }
.footer-news-panel {
    display: none;
}
.news-title-list {
    font-weight: bold;
    text-transform: uppercase;
    max-height: 1.6em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-content-details {
    text-align:justify;
}
    .news-content-details img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100% !important;
    }
.news-brief-detail-list {
}
.news-title-list a {
    color: #333;
}
.news-create-date {
    font-size: 14px;
    font-style: italic;
}
.news-list {
    display: block;
    margin-top: 10px;
}
.news-img-thumnail {
    width: 240px;
    float: left;
}
.news-img-thumnail img {
   width:100%;
}
.news-brief-list {
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.news-all-title {
    font-weight: bold;
    font-size: 20px;
}
.news-date {
    font-size: 95%;
    margin-top: 10px;
}
.news-title {
    font-weight: bold;
    font-size: 95%;
    text-transform: uppercase;
    max-height: 1.6em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
    .news-title a, .news-title a:hover{
        color: #341a01;
    }
    .news-brief {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
.product-effect {
    position: relative
}

.product-effect:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(67,69,113,0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.product-effect:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(67,69,113,0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

    .product-effect:hover:before {
        right: 50%;
        left: 50%;
        width: 0;
        background: rgba(255,255,255,0.3)
    }

.product-effect:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255,255,255,0.3)
}
.image-effect {
    position: relative
}

    .image-effect:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background: rgba(67,69,113,0);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out
    }

    .image-effect:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(67,69,113,0);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out
    }

    .image-effect:hover:before {
        right: 50%;
        left: 50%;
        width: 0;
        background: rgba(255,255,255,0.3)
    }

    .image-effect:hover:after {
        height: 0;
        top: 50%;
        bottom: 50%;
        background: rgba(255,255,255,0.3)
    }
.sec-project-title, .sec-news-title {
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #341a01;
    font-size: 20px;
}
    .sec-news-title
    {
        text-align:center;
    }
    .sec-border-top {
        border-top: solid 8px #ddd;
        margin-bottom: 8px;
    }
.title-category
{
    text-transform:uppercase;
}
.product-name {
    padding-top: 10px;
    color: #341a01;
    text-align: center;
    font-weight: bold;
    height: 45px;
}
.btn-contact {
    background-color: #341a01;
    color: white;
    height: 30px !important;
    padding-top: 2px !important;
    border: solid 1px #341a01;
    text-align:center;
    margin-top:0px;
}
.btn-contact:hover {
    background-color: #341a01;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #341a01;
}
.nav-pills .nav-link, .nav-pills .show > .nav-link {
    margin-right:10px;
    color: #fff;
    background-color: #7f5d42;
    border-radius:20px;
    text-transform:uppercase;
    margin-bottom:10px;
    font-size:13px;
}
.section_block_product_1 .section_block_product_title_and_sidebar, .section_block_product_3 .section_block_product_title_and_sidebar, .section_block_product_5 .section_block_product_title_and_sidebar {
    padding: initial;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.section_block_product_title_and_sidebar {
    padding-left: 20px;
    background: #7f5d42;
    border-radius: 5px;
    padding-top: 10px;
}
    .section_block_product_title_and_sidebar h2 {
        background: #341a01;
        padding: 15px 10px;
        border-radius: 0px;
        margin-bottom: 10px;
        margin-left: -20px;
        margin-top: -10px;
        font-weight: 600;
        color: #fff;
        font-size: 20px;
        position: relative;
    }
    .section_block_product_title_and_sidebar ul li {
        list-style: disc;
        color: white;
        margin-left: -25px;
        font-size: 18px;
        border-bottom:solid 1px white;
    }
    .section_block_product_title_and_sidebar ul li:last-child {
        list-style: disc;
        color: white;
        margin-left: -25px;
        font-size: 18px;
        border-bottom: solid 0px white;
    }
    .section_block_product_title_and_sidebar ul li a {
        display: block;
        padding: 10px 0;
        text-transform: uppercase;
        font-size: 13px;
        color: #fff;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .section_block_product_title_and_sidebar ul li:hover a {
        margin-left: 5px;
    }
    .main-content{
   
}
.section-policy {
    padding-top: 20px;
}
    .section-policy img {
        max-width: 40px;
        float: left;
        margin-right: 10px;
    }
    .policy-caption {
        font-weight: bold;
        margin-top: -5px;
    }
    .policy-content {
        font-size: 80%;
        float: left;
    }
.relation-news
{
    background-color:gainsboro;
    border-radius:10px;
    padding:10px;
    margin-bottom:10px;
}
    .relation-news ul li{
        font-weight:500;
        font-size:16px;
    }
    .relation-news h4 {
        font-size: 18px;
        font-weight: bold;
    }
    .relation-news-title {
        text-transform: uppercase;
    }
    .relation-news-title a, .relation-news-title a:hover{
        color:#333;
    }
.path-link-head {
    padding-top: 10px;
    padding-bottom: 10px;
}
    .path-link-head a, .path-link-head a :hover {
        color: #341a01 !important;
    }
    .path-link {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .path-link a {
        color: #341a01!important;
    }

        .path-link a:hover {
            color: #341a01 !important;
        }

.search-box {
    margin-bottom: 5px !important;
}

.cafe-color {
    color: #341a01;
}

.bgcafe-color {
    background-color: #341a01;
    color: white;
}

.btn-outline-secondary:hover {
    background-color: #7f5d42;
}

.py-1 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.bg-dark {
    background-color: #341a01 !important;
}

.search-box-large {
    display: none;
}

.banner-100 {
    width: 100%;
}

.logo-100 {
    width: 100%;
    border-radius: 10px;
}

.logo-footer {
    width: 60%;
    border-radius: 10px;
}

.form-search {
    width: 45%;
}

.menu-c {
    display: none;
}

.bg-dark-gray {
    background: #1c1a1a;
}

.copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.company-name {
    padding-top: 20px;
    text-transform: uppercase;
}

.company-address {
    border-left: 2px solid white;
    padding-left: 10px;
}

.social {
    font-size: 40px;
    color: white;
}

    .social:hover {
        color: red;
    }

.site-footer a {
    color: white;
}

.site-footer .back-to-top {
    position: fixed;
    font-size: 40px;
    right: 10px;
    bottom: 0px;
    z-index: 9999;
}

    .site-footer .back-to-top a {
        color: #7a7169;
    }

.site-footer .chat-face {
    position: fixed;
    font-size: 40px;
    right: 50px;
    bottom: 0px;
    z-index: 10000;
}

    .site-footer .chat-face a {
        color: #7a7169;
    }

.btn-call-now:hover {
    color: white;
}

.btn-call-now {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 10px;
    top: initial !important;
    background: red;
    -webkit-box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
    z-index: 999999999;
    left: 5px;
    color: #FFF;
    font-weight: 700;
    font-size: 150%;
    border-radius: 25px;
    padding: 5px 15px 5px 5px;
    -moz-animation-duration: 500ms;
    -moz-animation-name: calllink;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -webkit-animation-duration: 500ms;
    -webkit-animation-name: calllink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-duration: 500ms;
    animation-name: calllink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@media (max-width: 991.98px) {
    .search-box {
        display: none;
    }

    .form-search {
        width: 5%;
    }

    .search-box-large {
        display: inline;
    }

    .unit-4 {
        text-align: right;
    }

    .logo-100 {
        width: 60%;
        border-radius: 5px;
    }

    .site-blocks-cover, .site-blocks-cover .row {
        min-height: 300px;
        height: calc(40vh);
    }

    .site-navbar {
        display: none;
    }

    .menu-c {
        display: inline-block;
    }

    .btn-call-now {
        font-size: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (min-width: 992px) {
    .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width:768px) {
    .category-full {
        display: none!important;
        color:red;
    }

    .news-brief-detail-list {
        display: none;
    }
    .news-img-thumnail{
        width:100%;
    }
    .header-news-panel
    {
        display:none!important;
    }
    .footer-news-panel{
        display:block!important;
    }
    .news-title-list{
        padding-top:5px;
    }
    .product-item-image {
        height:260px;
    }
    .product-name-detail{
        margin-top:10px;
    }
    .image-effect
    {
        margin-top:5px;
    }
	 ul.pagination li {
        padding-left: 5px;
        padding-right: 5px;
        background-color: #7f5d42;
        margin-right: 1px;
        margin-left: 1px;
        font-size: 14px;
    }
}

.carousel {
    background: #444;
}

/*
  Forces image to be 100% width and not max width of 100%
  */
.carousel-item .img-fluid {
    width: 100%;
    height: auto;
}

/* 
  anchors are inline so you need ot make them block to go full width
  */
.carousel-item a {
    display: block;
    width: 100%;
}
