nav.main-nav.tp_menu.text-center {
    justify-content: center !important;
    display: flex;
}
h2.tp_title span {
    font-size: 30px;
    font-weight: 600;
}
h2.tp_title {
    margin: 60px 0 0;
}
#bnHome img {
    margin: 50px 0px;
    border-radius: 20px;
}
@media (max-width: 768px){
    #bnHome img {
        border-radius: 0px !important;
        margin: 0px;
    }
}
#bnHome {
    margin: 0px 0 70px;
}
.btslide {
    right: 90px;
    bottom: 50px;
}

@media (max-width: 768px){
    .btslide {
        right: 25px !important;
        bottom: 5px !important;
    }
}
@media (max-width: 768px){
    h1, h2, h3, h4, h5, h6 {
        margin-top: 25px;
        margin-bottom: 5px;
    }
}
@media (min-width: 1024px){
    .blockProductNew, .listProduct, .tp_product_detail_related {
        margin-bottom: -80px;
    }
}
@media (min-width: 1024px){
    .itemProduct .item_content_product .img_product {
        min-height: fit-content;
    }
}
#albumHome div>a {
    margin-bottom: 10px;
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
}
#albumHome div>a:hover {
    filter: drop-shadow(2px 2px 3px rgb(0 0 0 / 50%));
}
section#sectionInfoFooter {
    padding-top: 100px;
}
.img_product {
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
}
.img_product:hover {
    filter: drop-shadow(2px 2px 3px rgb(0 0 0 / 50%));
}
.itemProduct .item_content_product {
    border: none;
}
.itemProduct .item_content_product:hover {
    border: none;
}
h2.albumTitle.headStyle.tp_title {
    margin-bottom: 20px;
}
.navbar-social a {
    border-radius: 100%;
}
.newsletter-form input[type=email] {
    border-radius: 30px;
}
.btn-newsletter {
    border-radius: 30px;
}
#footerBottom h4 {
    font-size: 18px;
    font-weight: 600;
}
.icon_percent {
    background-color: #a71d1d;
}
.icon_percent:after {
    border-top: 10px solid #a71d1d;
}
.itemProduct .tp_product_price {
    color: #a71d1d;
}
.navbar-social a {
    background: #1c5eb9;
}
.navbar-social .fab.fa-instagram {
    background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);
}
.navbar-social .fab.fa-youtube {
    background: #d62020;
}
.navbar-social .fab.fa-twitter {
    background: #0daaff;
}
.navbar-social .fab.fa-google-plus {
    background: #ea6500;
}
@media (min-width: 1024px){
    .product_list .owl-dots {
        bottom: 80px;
    }
}
.list_service .img_service img {
    height: 45px;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    margin-bottom: 15px;
}
textarea {
    width: 48%;
    margin-bottom: 15px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}
button, input, optgroup, select, textarea {
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
}
button.dark.send_contact {
    margin: 0px 15px;
    background: #333;
    color: #fff;
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
}
button.dark.send_contact:hover {
    background: #e6e6e6;
    color: #000;
}
.box-info-contact {
    margin-bottom: 18px;
}
@media (max-width: 768px) {
    #headerLogo img{
        width: 100%;
        height: auto!important;
    }
}
