:root {
	--colorMain: #184693;
}

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

/* css topbar header */
strong.topbar-title {
    font-weight: 600;
    color: #fff;
    font-family: system-ui;
}

/* css sectioin gia tri cot loi */
.tamnhin .home-intro__img .img-inner:before {
    background: #184693;
}

.sumenh .home-intro__img .img-inner:before {
    background: #e0834d;
}

.giatri .home-intro__img .img-inner:before {
    background: #0eaec3;
}

.home-intro__img .img-inner:before {
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    top: -95px;
    left: -40px;
    z-index: 1;
}

.home-intro__img .img-inner img {
    position: relative;
    width: 58px;
    object-fit: none;
    z-index: 1;
}


.home-intro__img .img-inner {
    text-align: center;
    height: 108px;
    display: flex;
    justify-content: flex-start;
    padding-left: 25px;
}

.home-intro__img {
    position: relative;
}

.home-intro>.col-inner {
    box-shadow: 2px 2px 20px #00000017;
    border-radius: 4px;
	background: #fff;
	transition: .3s all ease-in-out;
    overflow: hidden;
}

.home-intro>.col-inner:hover {
    transform: translateY(-10px);
}

.home-intro__so {
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    padding: 15px;
}

.tamnhin .home-intro__so {
    -webkit-text-stroke-color: var(--colorMain);
}

.sumenh .home-intro__so {
    -webkit-text-stroke-color: #184693;
}

.giatri .home-intro__so {
    -webkit-text-stroke-color: var(--colorMain);
}

.home-intro__so p {
    margin-bottom: 0;
}

.home-intro__noidung {
    padding: 20px;
    font-size: 14px;
}

.home-intro__noidung p {
    color: #2f2f2f;
    margin-bottom: 0;
}

.home-intro__noidung h3 {
    color: #2f2f2f;
}

.home-intro__noidung h3:hover {
    color: #184693;
}

/* css home about */
.home-about-title h2 {
    color: #184693;
    font-size: 40px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    font-family: system-ui;
}

.home-about-title {
    text-align: center;
}

.home-about-title p {
    color: var(--colorMain);
    text-transform: capitalize;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 20px;
}

.home-about-content {
	text-align: center;
}

.home-about-content p {
    font-size: 14px;
    max-width: 950px;
    margin: 0 auto;
}

.home-about-title {
    position: relative;
}

.home-about-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 60px;
    width: 50px;
    height: 85px;
    background: url(/wp-content/uploads/2025/04/title_left.png) no-repeat center center;
    background-size: cover;
}

.home-about-title:after {
    content: "";
    position: absolute;
    top: 0;
    right: 60px;
    width: 50px;
    height: 85px;
    background: url(/wp-content/uploads/2025/04/title_right.png) no-repeat center center;
    background-size: cover;
}

/* css so chay */
.home-about_count>.col-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.home-about_conso p {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 600;
    color: #184693;
}

.home-about_t-conso p {
    font-size: 13px;
    margin-bottom: 0;
}

.home-about_t-conso p strong {
    font-size: 16px;
}

.home-about_count>.col-inner {
    border-right: 2px solid var(--colorMain);
    line-height: 22px;
}

.count_no_border>.col-inner {
    border-right: 0;
}

/* css product */
.product-small.col .badge-container.absolute.left.top.z-1 {
    left: unset;
    right: 0;
    top: 8px;
    margin: 0;
}

.product-small.col .badge-inner.secondary.on-sale {
    background: var(--colorMain);
    border-radius: 0;
    line-height: 18px;
    height: 26px;
    display: block;
}

.product-small.col .callout.badge.badge-circle {
    width: unset;
}

.product-small.col span.onsale {
    font-size: 11px;
    padding: 0 2px;
}

.product-small.col span.onsale:before {
    content: "";
    float: left;
    position: absolute;
    top: 0px;
    left: -21px;
    width: 0px;
    height: 0px;
    border-color: transparent var(--colorMain) transparent transparent;
    border-style: solid;
    border-width: 13px 15px 13px 0px;
}

.product-small.col span.onsale:after {
    content: "";
    position: absolute;
    top: 11px;
    left: -10px;
    float: left;
    width: 4px;
    height: 4px;
    box-shadow: var(--colorMain) -1px -1px 2px;
    border-radius: 2px;
    background: rgb(255, 255, 255);
}

.product-small.box {
    background-color: #fff;
    border: 1px solid #cccccc6b;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

/* .product-small.box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
} */

.product-small.box .box-image {
    padding: 15px;
}

.product-small.box .box-text.box-text-products {
    padding: 12px;
}

p.name.product-title.woocommerce-loop-product__title {
    margin-bottom: 6px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-size: 13px;
    font-weight: 600;
    font-family: system-ui;
}

.product-small.box .price ins bdi {
    font-size: 13px;
    color: var(--colorMain);
}

.product-small.box .price del bdi {
    font-size: .9em;
    color: #999;
}

.btn-zalo {
    margin-top: 10px;
}

.btn-zalo a {
    line-height: 30px !important;
    background: var(--colorMain);
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 30px;
	font-family: system-ui;
    font-weight: 500;
    font-size: 13px;
}

.btn-zalo a, .btn-zalo a:hover {
	color: #fff;
}

.home a.button.primary {
    font-weight: 400;
    font-size: 14px;
}

/* css section blog */
.home-title-blog h2 strong {
    font-weight: 700;
    color: #222;
    font-size: 20px;
    text-transform: uppercase;
}

.col.post-item>.col-inner {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    border-radius: 5px;
    overflow: hidden;
}

.col.post-item>.col-inner .box-text {
    padding: 15px;
}

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

.col.post-item>.col-inner h5.post-title a.plain {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
}

.col.post-item>.col-inner h5.post-title {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 15px;
}

.col.post-item>.col-inner p.from_the_blog_excerpt {
    font-family: system-ui;
    font-size: 15px;
}

.col.post-item>.col-inner a.button {
    text-decoration: underline;
    font-weight: 500;
    font-size: 13px;
    color: #184693;
}

.col.post-item>.col-inner:hover a.button {
    color: #f09700;
}


/* css trang lien he */
.contact-map p {
	margin-bottom: 0;
	line-height: 0;
}

/* 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 footer */
.ct-foo h4 {
    margin-bottom: 12px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.ct-foo p {
    font-size: 13px;
    margin-bottom: 8px;
    font-family: sans-serif;
}

.ct-foo p strong {
    color: #fff;
}

.ct-foo p, .ct-foo p a {
    color: #fff;
}

.footer-categories {
    list-style: none;
    display: grid;
    grid-template-columns: auto auto auto auto;
}

.footer-categories li {
    margin: 0 !important;
}

.footer-categories li a {
    font-size: 12px;
}

.footer-categories li a:hover, .ct-foo a:hover {
	text-decoration: underline;
}

h3.footer-cate-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

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

.copyright-footer {
    font-size: 12px;
    font-family: sans-serif;
}

.footer-maps {
    line-height: 0;
    background: #fff;
    padding: 8px;
    border-radius: 10px;
}

