/*
Theme Name: Maxweb
Description: This is a child theme for Flatsome Theme
Theme URI: https:
Author: Hoan
Author URI: 
Template: flatsome
Version: 3.6.1
*/


/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

h1,h2,h3,h4,h5,h6,h1>span, h2>span, h3>span, h4>span, h5>span, h6>span,html,body,span,label,a,p,button,b,div, .nav > li > a,nav,li{
	font-family: "Roboto", sans-serif!important;
}
.nav-dropdown-default {
    padding: 0;
}
.nav-dropdown.nav-dropdown-default>li>a {
	    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
	color: #111;
}
.nav-dropdown>li>a {
    padding: 10px 20px 5px;
}
.searchform .button.icon {
    background-color: #2d3194 !important;
	    height: 40px;
}
.searchform .button.icon:before {
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #2d3194;
    top: 9px;
    left: -6px;
    -webkit-transition: 250ms ease-in-out;
    -moz-transition: 250ms ease-in-out;
    -ms-transition: 250ms ease-in-out;
    -o-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
}
.header-main input[type=search]{
	box-shadow: none;
	border: 1px solid #2d3194;
	    height: 40px;
}
.thuonghieu .flickity-button{
    display: none;
}
.page-title-inner.flex-row  {
	display: none
}
.section-title a {
    font-size: 16px;
    color: rgb(45, 49, 148);
}
.section-title i.icon-angle-right {
    margin-left: 7px;
    top: 2px;
}
.product-title a {
	color: #111;
	font-size: 18px;
}
span.amount {
    color: #b20000!important;
    font-size: 19px;
}
.sec-icon .icon-box {
    align-items: center;
}
.sec-icon .icon-box-img img {
    padding-top: 0;
}
.footer ul>li {
    list-style: none;
    margin: 0;
    text-align: left;
}
.absolute-footer.dark {
    color: #fff;
    padding: 10px 0;
}
.footer li {
    border-bottom: 1px solid #ececec52;
    padding: 5px 0;
}
.footer li:last-child {
    border-bottom: none !important;
}