/*css header menu*/


ul.nav-dropdown.nav-dropdown-default {
    border: 1px solid #e9e6e6;
    border-radius: 6px;
    padding: 10px;
}

/* css body */
.noPadding {
    padding-bottom: 0 !important;
}

/* 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 box product */
.product-small.box {
	background-color: #fff;
	text-align: center;
    box-shadow: 0 0 4px #0000002e;
    border-radius: 4px;
    transition: .4s ease-in-out;
}

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

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: #000;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
}

.product-small.box:hover .product-title a {
    color: #31326f;
}

.product-small.box:hover {
    margin-top: -8px;
    transition: .4s ease-in-out;
}

.btn-contact {
    background-color: #fff !important;
    min-height: 22px !important;
    line-height: 22px !important;
    color: #31326f !important;
    border: 1px solid #31326f !important;
    text-transform: uppercase !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
    font-family: inherit;
    margin-right: 0 !important;
    margin-bottom: 8px !important;
}

.btn-contact:hover {
    color: #fff !important;
    background-color: #31326f !important;
}

/* css trang gioi thieu */
.p-gioi-thieu p strong {
    color: #004da0;
}

/* css trang lien he */
.p-lienhe-mota {
    font-size: 14px;
}

input.wpcf7-form-control, textarea.wpcf7-form-control.wpcf7-textarea {
    box-shadow: 0 0;
    border-radius: 2px;
    height: 40px;
}

/* css footer */
a#top-link {
    background-image: url(/wp-content/uploads/2023/09/webmau16.com-webmau16.com-top.png);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    border: 0;
}

a#top-link i {
    display: none;
}

a#top-link:hover {
    background-color: #29affc !important;
}

/* 	css form tu van */
div#tuvan {
    border-radius: 10px;
}

.p-form-tuvan .col-inner {
	background: #31326f;
	border-radius: 10px;
	overflow: hidden;
}

.p-form-tuvan form.wpcf7-form {
	padding: 0 15px;
}

.p-form-tuvan input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea {
	box-shadow: 0 0;
	border-radius: 4px;
	border: 2px solid #f2c721;
	height: 42px;
}

.p-form-tuvan input.wpcf7-form-control.wpcf7-submit {
	width: 100%;
	background-color: #f2c721;
	color: #2a3a7c;
	border-radius: 6px;
	margin: 0 auto;
}

.p-form-tuvan span.wpcf7-spinner {
	display: none;
}

.p-form-tuvan input.wpcf7-form-control.wpcf7-submit {
	animation: lickme 0.7s infinite cubic-bezier(.66,0,0,1);
}

@keyframes lickme {
	from {
		box-shadow: 0 0 1px rgb(202,196,196)
	}

	to {
		box-shadow: 0 0 0 15px rgba(232,76,61,0)
	}
}


/* css sidebar product */
span.widget-title.shop-sidebar {
    width: 100%;
    display: block;
    background: #31326f;
    color: #fff;
    padding: 10px 10px 10px 15px;
    text-align: center;
    border-radius: 6px 6px 0 0;
}

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

div#product-sidebar ul, div#shop-sidebar ul {
    padding: 0 6px 0 10px;
    border: 1px solid #ccc;
}

div#product-sidebar li a:before, div#shop-sidebar ul li a:before {
    content: "\f0da";
    font-family: fontawesome;
    padding-right: 6px;
    color: #31326f;
}

div#product-sidebar li, div#shop-sidebar li {
    border: 0;
}

div#product-sidebar li a, div#shop-sidebar li a {
    font-size: 14px;
}

div#product-sidebar li a:hover, div#shop-sidebar li a:hover {
    color: #31326f;
}

/* css section doi tac */
.doitac .gallery-col {
    padding-bottom: 0 !important;
}

.doitac .flickity-slider {
    display: flex;
    align-items: center;
}

/* css bai viet sidebar */
.blog-in-product .col.post-item {
    padding-bottom: 8px;
}

.blog-in-product h5.post-title {
    font-weight: 600;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	height: 32px;
}

.is-divider, .woocommerce-message.message-wrapper, .woocommerce-info.message-wrapper {
    display: none !important;
}

.blog-in-product .box-text {
    text-align: left;
    padding: 0 0 0 8px !important;
}

.blog-in-product .image-cover {
    border-radius: 4px;
}

aside.widget.block_widget {
    margin-bottom: 0;
}

.title-blog p {
    margin-bottom: 10px;
    font-weight: 600;
}
/* css footer */
.footer-wrapper section.section {
    background: #004da0 url(/wp-content/uploads/2024/11/3.png) no-repeat right center !important;
    padding: 50px 0 20px;
}

.titleFooter {
    margin-bottom: 0;
}

.titleFooter h3 {
    font-size: 16px;
    font-weight: 500;
	color: #fff;
}

ul.listFt li a {
    font-size: 15px;
	color: #fff;
}

.thongtinchung h4 {
    font-size: 15px;
    font-weight: 500;
	color: #fff;
}

.thongtinchung p {
    font-size: 15px;
	color: #fff;
}

footer#footer ul li, footer#footer p, a.ux-menu-link__link.flex {
    font-size: 14px;
}


