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

/* css header */
.gtranslate_wrapper>a>img {
    width: 26px;
    height: 16px;
    border-radius: 6px;
}

/* css box product */
.product-small.box {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%), 0 0px 5px 0 rgb(0 0 0 / 7%);
    border-radius: 4px;
    overflow: hidden;
}

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

p.name.product-title.woocommerce-loop-product__title a {
    color: #024F9D;
    font-weight: 700;
}

.product-small.box .price-wrapper {
    padding-top: 8px;
}

.container.section-title-container.home-title {
    margin-bottom: 6px;
}

.section-title-normal {
    background: #024F9D;
    border: 0;
}

.section-title-normal b {
    display: none;
}

span.section-title-main {
    border-left: 3px solid #fff700;
	border-bottom: 0 !important;
    font-size: 1rem;
    margin: 0 0 0rem;
    padding: 0.6rem 0.7rem 0.6rem 2.5rem;
    text-transform: uppercase;
    color: #fff000;
    background-color: #024F9D;
    font-weight: 600;
	margin-bottom: 0 !important;
}

h3.section-title.section-title-normal a {
    color: #fff000;
}

.section-title a {
    font-weight: 500;
    padding-right: 15px;
    font-size: 14px !important;
}

span.section-title-main:before {
    animation-delay: .8s !important;
}

span.section-title-main:after, span.section-title-main:before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100%;
    border: 1px solid #fff000;
    width: 25px;
    height: 25px;
    top: 0;
    margin: auto;
    bottom: 0;
    left: 10px;
    animation: title_ring 1.6s linear infinite;
}

@keyframes title_ring{
	0% {
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.1);
	}
}

.btn-lienhe strong {
	color: red;
}


/* css dich vu */
.icon-box.box-dichvu {
    background: #fff;
    border-radius: 6px;
    padding: 8px;
    border: 1px dotted rgb(0, 109, 179);
}

.box-dichvu .icon-box-text {
    font-size: 13px;
}

.box-dichvu .icon-box-text p {
    margin-bottom: 0;
}

/* css dich vu */
.home-duan .col.post-item .col-inner {
    background: #024F9D;
    padding: 10px;
    border-radius: 8px;
}

.home-duan .box-push .box-text {
    margin-top: -16%;
}

.home-duan .box-image img {
    border-radius: 6px;
}

/* css blog */
.col.post-item > .col-inner {
    background: #cccccc2e;
    border-radius: 4px;
    overflow: hidden;
}

.col.post-item > .col-inner .post-title {
    font-size: 15px;
}

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

p.from_the_blog_excerpt {
    font-size: 14px;
    margin-top: 8px !important;
}

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

h5.post-title a {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 42px;
}

/* css sidebar */
.sideba-box {
    font-size: 13px;
    background: #fff;
    border-radius: 6px;
    padding: 8px;
    border: 1px dotted rgb(0, 109, 179);
    margin-top: 10px;
}

.sideba-box p {
    margin-bottom: 8px;
}

/* css footer */
footer#footer {
    background: #1d252d;
}

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

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

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

.ct-foo p:first-child {
    margin-bottom: 12px;
}

.ct-foo-map img {
    margin: 0 !important;
    width: 70px;
}

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



/* 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;
}


