/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
/*************** ADD CUSTOM CSS HERE.   ***************/
body {
	max-width: 100%;
	overflow: hidden;
	font-family: "Inter Tight", sans-serif;
}
.section-title span {border:none; background: url('https://capdienaltek.com/wp-content/uploads/2025/05/bg-heading.png') center center no-repeat;
	border-radius: 5px; color:#fff; padding: 10px 15px; font-size:17px; min-width:259px; border:none;}
.section-title-normal {background-color:#fff; border-radius: 5px; border:none;}
.section-title-container {margin-bottom:5px;}
.box-badge .box-text {bottom:25%}
.product-title a {
    font-weight: 600;
    height: 40px;
    line-height: 20px !important;
    overflow: hidden;
}
#main {background:#f9f9f9;}
.product-small .box-image { background:#fff;}
.widget .is-divider {display:none;}
span.widget-title {background:#08449c; color:#fff; display:block; text-align:center; padding:12px; border-radius:7px 7px 0px 0px;}
.widget ul {border:1px solid #ddd; background-color:#fff;}
#menu-danh-muc-san-pham li {padding:5px 10px 5px 30px; font-size:15px; position: relative;}
#menu-danh-muc-san-pham li a {
	font-size: 14px;
}
.recent-blog-posts-li {padding-left:10px; padding-right:10px; font-size:14px;}
.recent-blog-posts-li .badge {width:80px; height:70px;}
.recent-blog-posts-li .flex-grow a {height:48px; overflow:hidden; font-weight: 600}
.post_comments {display:none;}
.hotro-box .is-divider {display:block;}
.hotro-box {border:1px solid #ddd; background:#fff;}
.tieuchi-sec .section-title-normal {background:none; border-bottom:none; border-top-color:#08449c;}
img.size-full.alignnone {margin-bottom:0;}
.foot-row1 {border-bottom:1px solid #333;}
.absolute-footer {display:none;}
#product-sidebar {padding-left:10px; padding-right:15px;}
.post-sidebar {padding-left:10px !important; padding-right:10px !important;}
::placeholder {color:#000;}
.nav-dark .form-flat input:not([type="submit"]) {border-radius:0; background-color:#08449c !important; border:none;}
.product-small.box {background-color:#fff; border:1px solid #eeeeee;}
.product-small .box-text {padding:10px;}
.col-divided {border:none}
.nav-dropdown.nav-dropdown-default>li>a:hover {color:#08449c; font-weight:600;}
#header .searchform .button.icon {
    background: #fff;
    border: none;
    position: absolute;
    top: 3px;
    right: 2px;
    min-width: 40px;
    color: red;
    height: 38px;
}
.header-search-form-wrapper {margin-top:1px}
.section-title a {font-weight:600; font-size:14px; margin-right:10px; color: var(--primary-color);}
.section-title i.icon-angle-right { color: #D60A16; }
.shop-container p{margin-bottom:0!important}
.top-hotline {
    background-color: var(--primary-color);
    padding: 12px 15px 12px 15px;
    color: #fff;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
}
.top-hotline * {
	color: #fff;
	font-size: 14px;
}
.top-hotline span {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.top-hotline p {
	line-height: 10px;
}
.top-hotline .fa  {
	color: #fff !Important;
}
.icon-p {
    width: 32px;
    height: 32px;
    background-color: red;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.content-phone {
	position: relative;
	top: 2px;
}
.searchform-wrapper button,
.searchform-wrapper input {
	height: 43px;
}
.searchform {
    min-width: 430px;
}
.price-wrapper * {
	color: #D60A16;
}
.price-wrapper del,
.price-wrapper del * {
	color: #CCCCCC;
}
.icon-box-img svg, .icon-box-img img {
	padding-top: 0;
}
.header:not(.transparent) .header-bottom-nav.nav > li > a {
	font-size: 16px;
	font-weight: 400;
}
.single .cart {
	margin-top: 20px;
}
.icon-box.icon-box-left {
	display: flex;
	align-items: center;
}
.col.post-item .post-title {
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/* .product-small.box .box-image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 11px;
    width: 100px;
    height: 60px;
    background:url(images/Logo.png) center center no-repeat;
    background-size: contain;
} */

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	
	.header-wrapper {background:#fff !important}
	.header-main {background:#fff;}
	#logo {display:block;}
	.section-title a {position:absolute; right:0; font-size:12px;}
	.searchform {
	    min-width: initial;
	}

}

.blog-single  .entry-header .entry-header-text {
	padding-bottom: 0;
}
.entry-content.single-page {
	padding-top: 0;
}
#footer p {margin-bottom:5px;}
#footer ul {margin-bottom:0; list-style:none;}
#footer li { margin-left:0; margin-bottom:5px;}
.lien-he-price {
	color: red;
}
#menu-danh-muc-san-pham li:before {
	content: "\f105"; 
	font-family: FontAwesome; 
	color:#D60A16; 
	font-size:14px;
	position: absolute;
    left: 10px;
    top: 11px;
    opacity: 1;
}