/*
    Theme Name: Flatsome Child

    Description: This is a child theme for Flatsome Theme

    Author: UX Themes

    Template: flatsome

    Version: 3.18.7
*/

a.button {
    border-width: 1px !important;
    font-weight: 500;
}

.footer-wrapper .ux-menu-link__link{
	color: #fff;
}
/* header */

.header-wrapper {
    background-color: var(--primary-color);
}

#top-bar {
    border-bottom: 1px solid #00000024;
}

.header-main .nav-spacing-xlarge>li {
    margin: 0 23px;
}

.header-main .nav > li > a {
    font-weight: 400;
}

.header-main .nav > li.active > a {
    font-weight: bold;
}

.header-main li.header-button-1 a {
    padding: 5px 45px;
    font-size: 1em;
    text-transform: uppercase;
}

/* slider */

.slider-nav-light .flickity-page-dots .dot.is-selected, .slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: var(--primary-color);
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.banner-content span.pre {
    margin-top: 25px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    transition-delay: 0.2s;
    opacity: 0;
}
.banner-content .banner-title {
    font-size: 35px;
    line-height: 45px;
    transition-delay: 0.5s;
    opacity: 0;
}
.banner-content .disc {
    margin-top: 25px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    transition-delay: 0.8s;
    opacity: 0;
}
.banner-content .btn-slider-banner {
    transition-delay: 1s;
    opacity: 0;
}

.slider-banner.is-selected .banner-content span.pre{
    animation: slideInUp3 1s linear;
    animation-delay: 0.2s;
    display: block;
    opacity: 1;
}

.slider-banner.is-selected .banner-content .banner-title {
    animation: fadeInUp2 1s linear;
    animation-delay: 0.5s;
    opacity: 1;
}
.slider-banner.is-selected .banner-content .disc {
    animation: fadeInUp2 1s linear;
    animation-delay: 0.8s;
    opacity: 1;
    
}
.slider-banner.is-selected .banner-content .btn-slider-banner {
    animation: fadeInUp2 1s linear;
    animation-delay: 1s;
    opacity: 1;
}

.btn-slider-banner .video-button-wrapper::after {
    content: "Video giới thiệu";
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    margin-left: 25px;
    color: #fff;
}

.banner-content span.pre span {
    background: var(--primary-color);
    padding: 2px 7px;
    border-radius: 2px;
}

@keyframes slideInUp3 {
    0% {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        visibility: hidden;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
}
@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.view-more {
    padding: 19px 40px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    min-width: max-content;
}


@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@media screen and (min-width: 900px) {
    .slider-banner-home .flickity-page-dots {
        width: max-content;
        height: 100%;
        left: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        top: 0;
    }
    .banner-content .banner-title {
        font-size: 60px;
        line-height: 70px;
    }
}


/* services */
}
.row-service-icon .col-inner {
    height: 100%;
}

.banner-service-icon {
	box-shadow: 0px 10px 34px rgba(0, 0, 0, 0.04);
	border-radius: 10px;
	overflow: hidden;
}

.box-service-icon {
    padding: 30px;
    transition: 0.3s;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 2;
    height: 100%;
}

.box-service-icon .icon-inner img{
	background-color: white;
    border-radius: 100%;
	padding-top: 0;
}

.box-service-icon .icon-box-text h5 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 20px;
    transition: 0.3s;
}

.box-service-icon .icon-box-text p{
    margin-bottom: 0;
    color: #e8e8e8;
    transition: 0.3s;
	font-size: 16px;
}

/* about us */
.title-area span.pre {
    color: var(--primary-color);
    letter-spacing: 0.04em;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}
.title-area.dark span.pre {
	color: #ccc;
}
.title-area span.pre span {
    padding: 3px 7px;
    background: var(--primary-color);
    border-radius: 3px;
    color: #fff;
}

.title-area .title {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    color: #1F1F25;
}
.title-area .disc{
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #74787C;
}

.about-us-icon {
    align-items: center;
}
.about-us-icon h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: var(--primary-color);
    margin-bottom: 5px;
    opacity: 1;
}

.about-us-icon p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #1f1f25;
}

.experiencea-area {
    left: -40px;
    padding: 10px 18px;
    border-radius: 10px;
    border: 0.5px solid var(--primary-color);
    bottom: 40px;
    display: flex;
    flex-direction: column;
    position: absolute;
    background: #fff;
}

.experiencea-area .title {
    font-weight: 700;
    font-size: 34px;
    line-height: 45px;
    color: #1f1f25;
    margin-bottom: -7px;
}

.experiencea-area p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #1f1f25;
    margin-bottom: 0 !important;
}

.call-button {
    display: flex;
    align-items: center;
    gap: 14px;
}

.call-button i {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 10px 21px rgba(0, 0, 0, 0.08);
    color: var(--primary-color);
}

.call-button .info span {
    color: #74787c;
    display: block;
    margin-bottom: 6px;
}

.call-button .info a .title {
    font-size: 18px;
    color: #1f1f25;
    margin-bottom: 0;
    transition: 0.3s;
}

/* service us */
.single-service-start {
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    height: 100%;
    transition: 0.6s;
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
}

.single-service-start::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0808087a;
    z-index: -1;
    transition: 0.4s;
}
.single-service-start::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffff;
    z-index: -1;
    transition: 0.6s;
}

.single-service-start:hover::after {
    height: 0%;
}

.single-service-start .icon-area {
    margin-bottom: 90px;
    height: 80px;
    width: 80px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color);
}

.single-service-start .icon-area svg, .single-service-start .icon-area svg path{
	fill: var(--primary-color);
}

.single-service-start:hover .icon-area {
    border: 1px solid transparent;
}

.single-service-start .title {
    color: #1F1F25;
    transition: 0.3s;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #1F1F25;
}

.single-service-start:hover .title {
    color: #fff;
}

.single-service-start .title:hover {
    color: var(--primary-color);
}


.single-service-start p.disc {
    color: #74787C;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.single-service-start:hover p.disc {
    color: #fff;
}

.single-service-start a.read-more-btn {
    color: #1F1F25;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.single-service-start:hover a.read-more-btn {
    color: #fdfdfd;
}

.single-service-start a.read-more-btn:hover {
    color: var(--primary-color);
}

.single-service-start a.read-more-btn i {
    margin-left: 10px;
}

/* product home */

.product-small .box-text {
    width: 90%;
    opacity: 1;
    padding: 15px;
    border-radius: 10px;
}

.product-small .box-text .title-wrapper p {
    text-align: left;
}

.product-small .box-text .title-wrapper .category {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #1f1f25;
    display: block;
    margin-bottom: 10px;
    position: relative;
    max-width: fit-content;
    opacity: 1;
}
.product-small .box-text .title-wrapper .category::after {
    position: absolute;
    content: "";
    right: -15px;
    top: 40%;
    transform: translate(50%);
    height: 1px;
    width: 15px;
    background: #1f1f25;
}

.product-small .box-text .title-wrapper .product-title a{
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    color: var(--primary-color);
    transition: 0.3s;
}

span.amount {
	font-weight: 700 !important;
	font-size: 20px !important;
	color: #f62f32;
}

.product-small .box-text .title-wrapper .product-title a:hover {
    color: var(--primary-color);
}

.title-area.dark h1.title{
    color: #fff;
}
.title-area.dark .disc{
    color: #d9d9d9;
}

/* project home */


@media  screen and (min-width: 900px) {
    .project-home {
        width: 150% !important;
    }
    .project-home .box-text {
        opacity: 0;
        bottom: -50px;
        transition: 0.3s;
    }
}

.project-home .flickity-button {
    display: none;
}

.project-home .box-text {
    border-radius: 10px;
    width: 70%;
    padding: 15px;
    transition: 0.3s;
}

.project-home .box-label:hover .box-text {
    opacity: 1;
    bottom: 0px;
}
.project-home .box-image {
    border-radius: 10px;
}

.img-box-step .box-image {
    border-radius: 10px 10px 0px 0px;
}

.img-box-step .box-text {
    padding-top: 1.4em;
}

.img-box-step .box-step-text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 88px;
    height: 72px;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    border-radius: 0 10px 0 0;
}

.img-box-step .box-step-text span {
    font-size: 34px;
    letter-spacing: 0.05em;
    font-weight: 900;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: var(--primary-color);
    color: #fff;
	font-family: "Exo", sans-serif;
}

/* blog home */

.blog-post-inner .post-meta::before {
    content: "";
    font-family: fl-icons !important;
    margin-right: 5px;
    line-height: 21px;
    color: var(--primary-color);
}

.post-item-bg .post-item .col-inner {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    height: 100%;
}
.image-cover {
    border-radius: 10px;
}

.post-item-bg .post-item .box-text {
    padding-bottom: 0;
}

.post-item-bg .post-item .box-vertical .box-text {
    padding-right: 0px;
}

.post-item-bg .post-item .post-title a{
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 58px;
    line-height: 30px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* footer */

@media screen and (min-width: 678px) {
    .menu-footer {
        flex-direction: row;
        justify-content: center;
        gap: 35px;
        padding-top: 25px;
        padding-bottom: 25px;
        border: 1px solid rgb(255 255 255 / 12%);
        border-left: 0px;
        border-right: 0px;
    }

    .contact-footer {
        border: 1px solid rgb(255 255 255 / 12%);
        border-left: 0px;
        border-right: 0px;
    }
    .row-dashed .col:before, .row-solid .col:before {
        border-color: rgb(255 255 255 / 12%);
    }
}

blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 0.5em;
}

/* about us */

@media screen and (min-width: 800px) {
    .banner-aboutus {
        min-height: calc(100vh - 115px);
    }
}

.list-uu-diem .col-inner {
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 20px 15px 10px 15px;
}



@media screen and (max-width: 599px) {
    .banner-ceo .section-bg.bg-loaded {
        background-image: url(/thangmay/wp-content/uploads/2024/06/ceo-mobile.jpeg) !important;
    }

    .list-uu-diem {
        overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap;
        display: -webkit-box;
    }

    .row-mobile-scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap;
        display: -webkit-box;
    }
}

.row-has-border-col .col-inner{
    border: 1px solid rgb(0 0 0 / 12%);
}

/* lien he */

.first-banner-lh .section-bg-overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%) !important;
}

/* shop */

.shop-page-title .page-title-bg .bg-fill {
	background-position-y: top;
}

.page-title-inner {
	padding-top: 206px;
    padding-bottom: 206px !important;
	z-index: 1;
}

.product-category .box-label .box-text{
    width: 90%;
    opacity: 1;
    padding: 15px;
    border-radius: 10px;
}

.page-title-inner .shop-page-title {
	font-size: 56px;
}

/* dich vu */

.gt-dv .col-inner {
    padding: 45px;
    border-radius: 7px;
}

.gt-dv .col:nth-child(odd) .col-inner {
    background: #1F1F25;
}
.gt-dv .col:nth-child(even) .col-inner {
    background: var(--primary-color);
}

.gt-dv .icon-inner svg {
    background: white;
    padding: 10px;
    border-radius: 10px;
    color: black;
}

.danggia-kh .col-inner {
    padding: 40px;
    background: #FFFFFF;
}
@media screen and (min-width: 600px) {
	
	.service-lists.row-large>.col {
		padding: 0 15px 30px;
	}
	.service-lists.row-large>.col:nth-child(odd) {
		padding-left: 30px;
	}
	.service-lists.row-large>.col:nth-child(even) {
		padding-right: 30px;
	}
}
.service-lists .col-inner .box {
	box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.1);
}

.service-lists .img-box-step{
	background-color: white;
    border-radius: 10px;
}
.service-lists .wrap-box-img {
	position: relative;
}
.service-lists .icon-area{
	position: absolute;
    z-index: 9999999;
    left: 30px;
    bottom: -36px;
    background: white;
    border-radius: 5px;
    border: 1px solid #dddddd;
    display: flex;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
}
.service-lists  .img-box-step .box-text {
    padding-top: 3.4em;
	padding-bottom: 0;
}
.service-lists .box-text-inner {
	text-align: right;
}

.service-lists .box-text-inner .text{
	padding-inline: 30px;
    font-size: 28px;
	color: black;
	text-align: left;
}

.service-lists .medium-3 .box-text-inner .text {
	font-size: 18px;
}

.service-lists .box-text-inner h5 {
	text-transform:uppercase;
	color: #000000;
}
.service-lists .read-more-btn {
	border-radius: 10px 0px 10px 0px;
}

/* blog */

.blog-archive {
    padding-top: 60px;
}

/* lien he */
.form-contact-1 .col{
	padding: 0 9.8px 19.6px;
}

.form-contact-1 .col:before, .form-contact-1 .col:after{
	border: none;
}

.form-contact-1 .col-inner {
	padding: 0;
}

.form-contact-1 input, .form-contact-1 textarea {
	margin-bottom: 0px;
}

/* sidebar */

.widgets-framed aside.widget {
	background-color: #F6F6F6;
    border-radius: 7px;
    padding: 40px;
    margin-bottom: 40px;
    border: none;
	text-align: center;
}
.widgets-framed .searchform {
	margin-bottom: 0;
}
.widgets-framed .searchform .search-field{
	background: #fff;
    height: 55px;
    border-radius: 100px 0 0px 100px;
    padding-right: 70px;
    padding-left: 25px;
    border: 1px solid transparent;
	box-shadow: none;
}
.widgets-framed .searchform .submit-button {
	height: 55px;
    border-radius: 0px 100px 100px 0px;
    padding-inline: 20px;
	background-color: var(--primary-color);
}
.widgets-framed .is-divider {
	opacity: 0;
}
.widgets-framed span.widget-title {
	font-size: 24px;
	color: #1f1f25;
	text-transform: capitalize;
}

.widgets-framed ul li.cat-item{
	font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #6e777d;
}

.widgets-framed ul li.cat-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    background: #fff;
    color: #5D666F;
    font-weight: 500;
    transition: 0.3s;
    border-radius: 100px;
}

.widgets-framed ul li.cat-item a:hover {
    background: var(--primary-color);
    transform: translateY(-5px) scale(1.03);
    color: #fff;
}

.widgets-framed ul li.cat-item a:after {
    content: "";
	font-family: fl-icons !important;
	color: var(--primary-color)
}

.widgets-framed ul li.cat-item a:hover:after{
	color: #fff;
} 

.widgets-framed .recent-blog-posts a {
    font-size: 16px;
    font-weight: 600;
    color: #1C2539;
    line-height: 26px;
    transition: 0.3s;
}
.widgets-framed .recent-blog-posts a:hover {
	color: var(--primary-color);
}
.widgets-framed .widget>ul>li+li {
	border-top: 0;
}
.main-service-detail {
	margin-top: 30px;
}

.bg-text-stok {
    font-size: 125px;
    color: white;
    -webkit-text-fill-color: #8d8a8a00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(189 189 189 / 84%);
    font-weight: 700;
	font-family: "Exo", sans-serif;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    width: 100%;
	z-index: -1;
}



