/*
Theme Name: Thietkewebchuyen.com
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.blog-wrapper{
    padding-top: 80px;
}
.entry-content{
    padding-top: 0px !important
}
.page-template-default #content{
        padding-top: 87px;
}
.category-page-title,.shop-page-title{
    padding-top: 50px;
}
.widget-title{
    color: #D52027;
}
ul.menu>li+li, .widget>ul>li+li{
    border-color: #0101011c !important;
}
.row-khach-hang .col-inner{
        padding: 30px 30px 30px 30px;
    background-color: rgb(255,255,255);
    border-radius: 10px;
}
.div-doi-ngu .box-image  .box-image-inner{
    border-radius: 0px !important;
}
.div-lien-he .col-inner{
    border-radius: 10px;
    background: #FFD7A6;
    padding: 25px 15px;
}
.div-doi-ngu .box-image{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.div-doi-ngu .box-text{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.div-doi-ngu .box-text{
        background-color: rgb(255, 215, 166);
    padding: 20px 20px 20px 20px;
}
.button ,.wpcf7-submit{
    background-image: linear-gradient(to right, #8a1c24 , #d52027 , #8a1c24);
    box-shadow: 0px 10px 10px #0000001a;
}
.button:hover {
    box-shadow: 0px 12px 15px #00000045;
}
.product-small .product-title{
    height: 40px;
    overflow: hidden;
}
input[type='submit'], input[type="button"], button:not(.icon), .button:not(.icon) {
    border-radius: 5px!important;
}
.div-no-padding{
    padding-bottom: 0px !important;
}
#header .stuck #logo img {
    max-height: 160px !important;
}
#logo img {
    max-height: 160px !important;
}
.sp-home .col-inner ,.product-small .product-small{
    border-radius: 10px;
    padding: 10px 5px 10px;
    border: 1px solid #ffd7a6;
}
.sp-home  .col-inner:hover {
    box-shadow: 0px 10px 10px #0000001a;
    border-color: #fff0;
}
.title-home h2{
    color: #d52027;
    font-size: 36px;
}
.button, button, input, textarea, select, fieldset {
    margin-bottom: 0.5em;
}
@media(max-width: 855px){
    #logo img {
    max-height: 100px !important;
}
#header .stuck #logo img {
    max-height: 100px !important;
}
}