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

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
    background: #f5f3f3 url("https://tamtuongacotecltq.com.vn/wp-content/uploads/2025/02/noise.png");
    background-size: auto;
    background-repeat: repeat; 
    background-attachment: fixed;
}
.mo-ta-seo-acotecltq{
	display: block;
    float: left;
    border: 1px solid #d8d8d8;
    padding: 20px;
    box-shadow: 0px 1px 1px #e8e4e4;
    background: #fff;
    overflow-y: auto;
    height: 200px;
    width: 100%;
    margin-bottom: 30px;
}
/*CSS header*/
.header-top-text-1{
	font-weight: 700;
	font-family: 'times new roman', times, serif;
	font-size: 30px;
	color: #017222;
}
.header-top-text-2{
	font-weight: 700;
	font-family: 'times new roman', times, serif;
	font-size: 30px;
	color: #F25D0D;
	position: center;
	text-transform: capitalize;
}
.header-top-text-3{
	font-size: 14px;
	font-weight: 700;
	color: #1A76CB;
}
.html_topbar_left{
	text-align: center;
}
/*END CSS header*/
/*CSS trang chu*/
.section-title{
	margin-bottom: 10px;
	margin-top: -60px;
    color: #FFFFFF;
    background-color: #017222;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 10px;
    line-height: 20px;
	text-transform: capitalize;
	border-radius: 10px;
}
.trangchu-sanpham p.product-title{
	color: #017222;
	font-weight: 600;
}
.trangchu-button{
	border-radius: 8px;
}
.trangchu-video-intro{
	padding-top: 0 !important;
	margin-bottom: 20px;
}
.trangchu-video-intro .col{
	padding: 0;
}
/*END CSS trang chu*/
/*CSS sidebar*/
.section-sidebar-left{
	padding-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
ul.custom-sidebar-left{
	list-style: none;
	background-color: #ffffff;
}
ul.custom-sidebar-left li{
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 3px;
	text-transform: uppercase;
	border: 1px solid #e6e6eb;
	font-weight: 600;
	font-size: 14px;
}
.post-sidebar #block_widget-2{
	padding-top: 50px;
}
ul.custom-sidebar-left {
	margin-top: -10px;
}
/*ul.custom-sidebar-left li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px; Chiều rộng cố định
}*/
/*END CSS sidebar*/
/*CSS product detail*/
.product-short-description{
	font-weight: 600;
	color: #017222;
}
.product-main h1.product-title{
	color: #017222;
	font-size: 20px;
}
.gia-lien-he {
	font-weight: 700;
    font-size: 14px;
    color: #d93f34;
    margin-top: 5px;
}
/*END CSS product detail*/
/*CSS footer*/
.absolute-footer{
	background-color: #e6e6eb;
}
.copyright-footer{
	color: #017222;
}
/*END CSS footer*/
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.header-top-text-1{
	font-size: 16px;
}
.header-top-text-2{
	font-size: 16px;
}
.header-top{
		background-color: #e6e6eb !important;
	}
.trangchu-button{
	font-size: 14px;
}
}