a.button {
    border-width: 1px !important;
    font-weight: 500;
}
/* Header mn */
.mobile_nav-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.mobile_nav-icon .icon {
    width: 25px;
    position: relative;
    text-align: right;
    display: flex;
    justify-content: end;
    flex-flow: column;
    align-items: end;
    gap: 5px;
}

.mobile_nav-icon .icon span {
    position: relative;
    transition: all 0.3s ease-in-out;
    transition-delay: 40ms;
    width: 16px;
    height: 2px;
    background: var(--primary-color);
    display: inline-block;
}

.mobile_nav-icon .icon:before,
.mobile_nav-icon .icon:after {
    content: "";
    height: 2px;
    transition: all 0.3s ease-in-out;
    transition-delay: 40ms;
    background: var(--primary-color);
    display: inline-block;
}

.mobile_nav-icon .icon:before {
    width: 20px;
}

.mobile_nav-icon .icon:after {
    width: 23px;
}

.mobile_nav-icon.rotate-mb .icon *,
.mobile_nav-icon.rotate-mb .icon:after,
.mobile_nav-icon.rotate-mb .icon:before {
    background-color: var(--second-color);
    width: 25px;
}
div#menu_bar form .search-field {
    border-radius: 4px;
    border: 1px solid var(--primary-color);
    background: #fff;
}
div#menu_bar form {
    margin-bottom: 15px;
}

div#menu_bar form.searchform button.ux-search-submit {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    font-size: 14px !important;
    padding: 0 !important;
    background: none;
    border: none;
    color: #000;
    line-height: 1;
    top: 0px;
}

div#menu_bar form.searchform .flex-col:last-child {
    width: 20px;
    height: 20px;
    left: auto;
    right: 5px;
    position: absolute;
}
div#menu_bar {
    position: absolute;
    top: 0;
    background: var(--primary-color);
    z-index: 99999;
    -webkit-box-shadow: 0 1px 8px #555555;
    -moz-box-shadow: 0 1px 8px #555555;
    -o-box-shadow: 0 1px 8px #555555;
    box-shadow: 0 1px 8px #555555;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    transform: translateX(-350px);
    transition: .5s;
    padding: 0 15px;
}

div#menu_bar.scroll-menu {
    transform: translateX(0);
    transition: .5s;
}

div#menu_bar .bar_close {
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

div#menu_bar .bar_close i.fa.fa-times {
    font-size: 16px;
    margin-right: 5px;
}

div#menu_bar ul#header_menu>li {
    border: none;
    position: relative;
    margin: 0
}

div#menu_bar ul#header_menu>li:not(:last-child) {
    border-bottom: 1px solid #ffffff;
}

div#menu_bar ul#header_menu>li>a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 10px;
    text-transform: uppercase;
}

div#menu_bar ul#header_menu>li button.toggle {
    position: absolute;
    right: 0;
    margin: 0;
    opacity: 1;
    color: #fff;
    top: 3px
}

div#menu_bar ul.sub-menu {
    border: none;
    padding: 0;
    margin: 0
}

div#menu_bar ul.sub-menu li a {
    color: #fff;
    font-size: 14px;
    height: 34px;
    display: flex;
    align-items: center;
    position: relative
}

div#menu_bar ul.sub-menu li a::before {
    content: "\f0da";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-right: 5px;
    font-size: 14px;
    color: #fff;
}

div#menu_bar ul.sub-menu li {
    list-style: none;
    margin: 0;
    position: relative;
}

div#menu_bar ul#header_menu button.toggle:after {
    content: "\f067";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-right: 5px;
    font-size: 12px;
    color: #fff;
    top: 50%;
    position: absolute;
    left: 50%;
    margin: 0;
    width: 13px;
    height: 13px;
    transform: translate(-50%, -50%)
}

div#menu_bar i.icon-angle-down {
    display: none
}

div#menu_bar ul#header_menu button.toggle {
    width: 30px;
    min-height: 30px;
    height: 30px;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    right: 5px
}

div#menu_bar ul#header_menu .active>.toggle {
    transform: rotate(-180deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

div#menu_bar ul#header_menu ul.sub-menu {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    -webkit-transition: max-height .3s, -webkit-transform .3s;
    transition: max-height .3s, -webkit-transform .3s;
    -o-transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow-y: hidden;
    display: block!important;
    padding-left: 15px!important
}

div#menu_bar ul#header_menu li.active>ul.sub-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh
}

html.js.active body {
    overflow: hidden;
}

/* header */

.header-wrapper {
    background-image: url(../image/bg-header.jpeg);
}

#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 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    font-weight: 600 !important;
    min-width: max-content !important;
}


@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 */
.sec-service-icon {
    margin-top: -160px;
}
.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 !important;
    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: 16px;
    line-height: 1.4;
    color: #262626;
    transition: 0.3s;
    text-align: center;
}
.product-small.box .box-text span.price {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}
.image-tools.absolute.bottom.left.z-3 {
    display: none;
}

.product-images.woocommerce-product-gallery img {
    aspect-ratio: 1/1;
    border-radius: 5px;
    object-fit: cover;
}
.product-small.box .box-text span.price span {
    color: red;
}
.product-small .box-text .title-wrapper .product-title a:hover {
    color: var(--primary-color);
}

.title-area.dark h2.title{
    color: #fff;
}
.title-area.dark .disc{
    color: #d9d9d9;
}
.product-thumbnails.thumbnails a img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 4px;
}
/* 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;
    top: 0;
    width: 88px;
    height: 72px;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    border-radius: 0 10px 0 0;
    transform: translateY(-100%);
}

.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: "\f017";
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    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 !important;
        justify-content: center !important;
        gap: 35px;
        padding-top: 25px;
        padding-bottom: 25px;
        border: 1px solid rgba(20, 20, 20, 0.12);
        border-left: 0px;
        border-right: 0px;
    }

    .contact-footer {
        border: 1px solid rgba(20, 20, 20, 0.12);
        border-left: 0px;
        border-right: 0px;
    }
    .row-dashed .col:before, .row-solid .col:before {
        border-color: rgba(20, 20, 20, 0.12) !important;
    }
}

/* 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 !important;
        display: -webkit-box !important;
    }

    .row-mobile-scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap !important;
        display: -webkit-box !important;
    }
}

.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;
    top: -36px;
    background: white;
    border-radius: 5px;
    border: 1px solid #dddddd;
    display: flex;
    width: 70px !important;
    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 {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    content: "\f105";
	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;
    width: 100%;
	z-index: -1;
}
.banner_header .title p {
    margin: 0;
    height: initial;
    line-height: 1;
}
.form-contact-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.form-contact-1 input.wpcf7-form-control.wpcf7-text,.form-contact-1 textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: 3px;
    box-shadow: none;
}
.form-contact-1 .item2 {
    grid-row: 5;
    grid-column: 3 / 1;
}
.form-contact-1 input.wpcf7-form-control.wpcf7-submit {
    font-size: 14px;
    border-radius: 2px;
    background: #fcc417;
    height: 40px;
    width: 100%;
    margin-top: 20px;
}

span.wpcf7-spinner {
    display: none;
}

.form-contact-1 input.wpcf7-form-control.wpcf7-file {
    color: #fff;
}
.page_archive {
    margin-top: 60px;
}
.list_post .box .box-text {
    padding: 10px 0 10px;
}

.list_post .box .box-text .post-title {
    font-size: 16px;
    font-weight: bold;
}

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.list_post .box .box-text .box_date {
    margin: 5px 0;
    color: #8f8f8f;
}
a.button_custome_link {
    font-weight: bold;
    color: var(--primary-color);
}
.banner_header .h1{
    font-size: 3.5em;
    font-weight: bold;
}
.row.category-page-row {
    padding-top: 60px;
}

.product-category .box.box-badge {
    border-radius: 3px;
}

.product-category .box.box-badge .box-text {
    width: 90%;
    opacity: 1;
    padding: 15px;
    border-radius: 4px;
    margin-left: 5%;
}
.product-small.box .box-image {
    border-radius: 4px;
}

.product-small.box .box-text {
    padding: 15px 0;
    text-align: center;
    width: 100% !important;
}
.product-short-description {
    font-size: 15px;
    margin-bottom: 15px;
    border: 1px dashed #038018;
    border-radius: 3px;
    background: #f7fff1;
    padding: 10px;
    margin-top: 15px;
}
form.cart {
    display: none !important;
}

.product-info span.woocommerce-Price-amount.amount {
    color: red;
}
.box-blog-post a.button {
    border-radius: 5px;
    margin-bottom: 0;
}
@media(min-width: 766px){

}
@media (width: 1024px){

}
@media (max-width: 1024px){

}
@media (min-width: 990px) and (max-width: 1100px){

}
/*************** ------------------------PC và Tablet  --------------------------  ***************/
@media (min-width: 740px){

}
/*************** ------------------------Tablet  --------------------------  ***************/
@media (min-width: 740px) and (max-width: 1023px){

}
@media (max-width:990px){

}
/*************** ------------------------Mobile và Tablet --------------------------  ***************/
@media (max-width: 1023px){

}

 /*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){
    .banner_header span.bg-text-stok {
        font-size: 60px;
    }
    
    .banner_header h1,.banner_header .h1 {
        font-size: 30px;
    }
    
    .form-contact-1 {
        grid-template-columns: repeat(1, 1fr);
    }
    .form-contact-1 .item2 {
        grid-column: 1;
        grid-row: 10;
    }
    .title-area .title {
        font-size: 32px;
        line-height: 1.4;
    }
    .sec-service-icon {
        margin: 0;
    }
    
    .banner-content .banner-title {
        font-size: 28px !important;
    }
    .home_cat .product-category.col {
        flex-basis: 80% !important;
        max-width: 80% !important;
    }
}