:root {
	--colorMain: #1c6dd8;
}

.home-title h2 {
	color: var(--colorMain);
	margin-bottom: 25px;
}

.noPadding {
	padding-bottom: 0 !important;
}

/* css san pham */
.product-small.box {
    border: 1px solid #cccccc8f;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: var(--colorMain);
    font-weight: 600;
    font-size: 15px;
}

.vt-archive-short-desc ul {
    list-style: none;
}

.vt-archive-short-desc ul li {
    margin: 0 !important;
    font-size: 13px;
}

a.primary.btn-contact {
	   background: #1c6dd8;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8cbbfb), to(#1c6dd8));
    color: #fff;
    font-size: 13px;
    border-radius: 30px;
    border-width: 1px;
    font-weight: 600;
    line-height: 31px;
    padding: 8px 15px;
    margin: 0;
}

a.button.primary.btn-contact i {
    font-size: 12px;
}

/* css tai sao  */
.ts-box {
    align-items: center;
}

.ts-box .icon-box-text {
    padding-left: 8px !important;
}

.icon-box img {
    padding-top: 0;
}

.ts-box .icon-box-text p {
    margin-bottom: 0;
    font-size: 14px;
}

.ts-box .icon-box-text p:last-child {
	font-size: 13px;
}

/* css slider flatsome */
.flickity-prev-next-button {
    opacity: 1 !important;
}

#main svg.flickity-button-icon {
    background-color: #fff !important;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    padding: 10px;
	border-radius: 20px;
}

#main .flickity-prev-next-button .arrow, #main .slider-nav-circle .flickity-prev-next-button:hover svg {
    fill: unset !important;
    border-color: unset;
}

#main .slider-nav-light .flickity-prev-next-button svg, #main .slider-nav-circle .flickity-prev-next-button:hover .arrow {
    fill: #000 !important;
}

.slider-wrapper .flickity-page-dots .dot {
    border: 1px solid;
    width: 8px;
    height: 8px;
}

/* css slider owl carousel */
.owl-nav button i {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
}

.owl-nav button.owl-prev {
    left: -8px;
}

.owl-nav button.owl-next {
    right: -8px;
}

.owl-nav button {
    width: 36px !important;
    min-height: 36px !important;
    background: #1c6dd8 !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8cbbfb), to(#1c6dd8)) !important;
    border-radius: 50%;
    color: #fff;
    margin: 0px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -30px;
}

.owl-dots button {
    width: 10px;
	    min-width: 10px;
    min-height: 10px;
    background: #1c6dd8 !important;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8cbbfb), to(#1c6dd8)) !important;
    border-radius: 50%;
    margin: 0 3px;
}

.owl-dots button.active {
    background: var(--primary-color) !important;
}

/* css trang lien he */
.form-lh input[type=tel], .form-lh input[type=text], .form-lh input[type=email], .form-lh textarea {
    border: 0;
    box-shadow: 0 0;
    border-radius: 6px;
    height: 36px;
    font-size: 13px;
}

form.wpcf7-form {
    margin-bottom: 0;
}

.lh-maps p iframe {
    border-radius: 10px;
    overflow: hidden;
}
input.wpcf7-form-control.wpcf7-submit {
    border-radius: 6px;
}

.lh-form-icon .icon-box .icon-box-text {
	padding-left: 8px !important;
}

.lh-form-icon .icon-box-text p {
    font-size: 15px;
}


/* css chuyen muc blog */

.itcodewp-blog-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    transition: box-shadow 0.25s ease, transform 0.25s ease;
	overflow: hidden;
}

.itcodewp-blog-item:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
    transform: translateY(-2px);
}

/* Thumbnail */
.itcodewp-blog-thumb {
    position: relative;
    overflow: hidden;
}

.itcodewp-blog-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

/* Date box */
.itcodewp-blog-date {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #fff;
    border-radius: 10px;
    padding: 6px 14px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    line-height: 1.1;
}

.itcodewp-date-month {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 1px;
}

.itcodewp-date-day {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
}

/* Content */
.itcodewp-blog-content {
    padding: 15px;
}

/* Category badge */
.itcodewp-blog-cat {
    margin-bottom: 10px;
}

.itcodewp-blog-cat a {
    display: inline-block;
    background: #eaf1ff;
    color: #e61a25;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    text-decoration: none;
}

.itcodewp-blog-cat a:hover {
    background: #d8e6ff;
}

/* Title */
.itcodewp-blog-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 8px 0;
}

.itcodewp-blog-title a {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.itcodewp-blog-title a:hover {
    color: #3366ff;
}

/* Excerpt */
.itcodewp-blog-excerpt {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 16px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* Footer */
.itcodewp-blog-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f0f0f0;
    padding-top: 14px;
}

.itcodewp-blog-author {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.itcodewp-blog-author img {
    border-radius: 50%;
    width: 28px;
    height: 28px;
}

.itcodewp-blog-readmore {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 700;
    color: #3366ff;
    text-decoration: none;
}

.itcodewp-blog-readmore svg {
    transition: transform 0.2s ease;
}

.itcodewp-blog-readmore:hover svg {
    transform: translateX(3px);
}


/* css footer */
.ct-foo h3 {
    font-size: 16px;
}

.ct-foo p {
    margin-bottom: 8px;
}

.ct-foo p, .ct-foo p a {
    font-size: 13px;
}

.ct-map {
    background: #fff;
    border-radius: 8px;
    padding: 4px;
    line-height: 0;
}

.absolute-footer {
    border-top: 1px solid #cccccc38;
}

.copyright-footer {
    font-size: 13px;
}

/* css sidebar san pham va bai viet */
.sidebar-block .ux-menu .ux-menu-link {
	background-image: url(/wp-content/uploads/2026/07/icon-tru.svg);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position-y: 8px;
	padding-left: 22px;
	font-size: 14px;
}

.sidebar-block .icon-box {
	align-items: center;
	margin-bottom: 7px;
	border-bottom: 1px dashed gainsboro;
	padding-bottom: 8px;
}

.sidebar-block .icon-box p {
	font-size: 14px;
}

.sidebar-block .icon-box .icon-box-text {
	padding-left: 10px
}

.sidebar-block .cot2 .large-12>.col-inner {
	border: 1px solid #e2e2e2;
	padding: 15px
}

.sidebar-block .icon-box:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}

.sidebar-block .icon-box p strong {
	color: #c9151e;
}

.sidebar-block .menu-item:hover {
	background-image: url(/wp-content/uploads/2026/07/icon-tick.svg);
}

.sidebar-block .menu-item:hover a {
	color: #c9151e;
	font-weight: bold
}

.sidebar-block h3,span.widget-title {
	display: block;
	width: 100%;
	margin-bottom: 0;
	font-size: 15px !important;
	background: #1c6dd8;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8cbbfb), to(#1c6dd8));
	color: white;
	padding: 7px 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px !important;
}

.sidebar-block .large-12 {
	padding-bottom: 0
}

.product_list_widget, .flatsome_recent_posts ul {
	border: 1px solid #e2e2e2;
	padding: 15px;
}

.product_list_widget li a, .flatsome_recent_posts li a {
	font-size: 14px
}

.sidebar-block .ux-menu {
	border: 1px solid #e2e2e2;
	padding: 10px;
	margin-bottom: 20px;
}

.sidebar-block .ux-menu-link__link {
    padding-top: .4em;
}

.is-divider.small {
    display: none !important;
}
