:root {
	--colorBg: linear-gradient(89.99deg, #003398 0.45%, #4d84f1 99.47%);
}

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

/* div#masthead {
    background: var(--colorBg);
} */

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

/* 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 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: var(--colorBg);
    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 du an */
.grid-banner .banner {
    border-radius: 10px;
    overflow: hidden;
}

.grid-banner .banner .overlay {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.01) 41.01%, rgba(0, 0, 0, 0.87) 100%);
    opacity: 1;
    height: 40%;
    top: unset;
    bottom: 0;
    transition: .3s all ease-in-out;
}

.grid-banner .banner:hover .overlay {
    height: 80%;
}

.grid-banner .banner:hover {
    cursor: pointer;
}


/* css blog */
.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: 10px;
}

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

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

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

/* css vi sao chon chung toi */
.visao .col-inner {
    background: #fff;
    padding: 20px;
}

.visao .icon-box {
    display: flex;
    align-items: center;
}

/* 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: var(--colorBg);
}

.absolute-footer {
	background: var(--colorBg) !important;
}

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

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

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

.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;
}

.ct-map {
    background: #fff;
    border-radius: 8px;
    padding: 4px;
    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 trang giới thiệu */
.page-about p {
    font-size: 14px;
}
