/**
* Theme Name:     Xuân Công
* Author:         Xuân Công
* Template:       flatsome
* Text Domain:	  Xuân Công
* Description:    Theme Build by Cong
* Theme URI:     https://bientansht.com/
* Author URI:     https://bientansht.com/
* Version:        2025
* License:        2NRJM-B46WR-K6VQR-Y4T3D-QRWPX
* License URI:   https://bientansht.com/
*/



/*************** ADD CUSTOM CSS HERE.   ***************/
.is-divider {
	background-color: var(--fs-color-alert);
	display: block;
	height: 3px;
	margin: 1em 0;
	max-width: 30px;
	width: 100%;
}
.header-nav-main {
	justify-content:center
}
.header-main .nav > li > a {
	line-height: 16px;
	color: black;
	font-size: 16px;
}
.post-item .col-inner {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid var(--primary-color);
	border-bottom-width: 8px;
	.post-title a{
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}
.tab-home{
	.nav{
		display: flex;
		justify-content: space-between;
	}
}
.pd-0{
	padding-bottom:0px
}
.title-index h2{
	display: block;
	border-left: 5px solid var(--primary-color);
	padding-left: 15px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
/* section tab */
.section-tab .nav-pills>li.active>a{
	border-radius:0px;
	color:white;
}
.section-tab .nav-pills{
	border-bottom:2px solid var(--primary-color)
}
.section-tab .nav-pills li a{
	font-size:16px;
	color:black;
}

/* Giới thiệu */
.item {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.my-ul.nav{
	display:block;
	list-style:none
}
.my-ul.nav li{
	display:block;
	text-align:right;
	margin-right:0px
}
.item ul li:first-child {
	font-weight:bold;
}
/* footer */
.copyright-footer{
	color:#fff
}
/*  Page giới thiệu*/
.title-link a{
	color:#000 !important;
	font-size:16px !important;
	line-height:26px;
	padding:0px !important;
}

.tab-home .product-small{
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid var(--primary-color);
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 8px;
	.title-wrapper{
		.product-title
		{
			a{
				font-size: 16px;
				color: black;
				text-transform: capitalize;
			}
		}
	}
}
.ux-menu-link__link {
	align-items: baseline;
	border-bottom-color: #ececec;
	border-bottom-width: 1px;
	color: white;
	flex: 1;
	min-height: 2.5em;
	padding-bottom: .3em;
	padding-top: .3em;
	transition: all .2s;
	font-size: 16px;
	font-weight: bold;
}
.product-small .col-inner {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid var(--primary-color);
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 8px;
	.title-wrapper{
		.product-title
		{
			a{
				font-size: 16px;
				color: black;
				text-transform: capitalize;
			}
		}
	}
}
	@media only screen and (max-width: 48em) {
		/*************** ADD MOBILE ONLY CSS HERE  ***************/


	}
