/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --logo-text-color: #267c84;
    --green-color: #15884e;
}

* {
    font-family: "Roboto", sans-serif;
}

p {
		
    color: #333;
    margin-bottom: 0;
}

#logo img {
    transform: scale(1.4);
}

.pum-theme-1013, .pum-theme-default-theme{
	background: rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 1024px) {
    .pum-container.pum-responsive.pum-responsive-medium {
        margin-left: -30%;
        width: 500px;
    }
}


.pum-theme-1013 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{
	height: 30px;
	line-height: 10px;
}

#header-contact li a{
    font-size: 1.2em;
}

.box-service {
    border-radius: 12px;
    box-shadow: 2px 2px 10px;
    padding: 10px;
    min-height: 220px;
}

.star-rating span:before{
    color: gold;
}

.box-service img {
    /* filter: grayscale(1); */
    transition: all .2s ease;
}
.box-service .text h3{
    font-weight: 400;
}

.book-btn {
    animation: zoomInOut 2s infinite ease-in-out;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2); /* Zoom in */
    }
    100% {
        transform: scale(1); /* Zoom out */
    }
}


.box-service, .box-proj {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-service:hover img {
    /* filter: grayscale(0); */
    transform: translateY(-10px);
}

.box-service .icon-box-img::before {
    content: "";
    position: absolute;
    opacity: 0;
    bottom: calc((56px* .2* -1) + 20px);
    left: 0;
    right: 0;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: calc(56px* .8);
    height: calc(56px* .2);
    background: var(--fs-color-secondary);
    border-radius: 50%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.post-item .is-divider {
    display: none;
}

.post-item .post-title {
    color: var(--logo-text-color);
}

.post-item .from_the_blog_excerpt {
    color: #000;
}

.icon-footer a, .icon-footer i {
    color: #000;
    border-color: #000 !important;
}

.slider-style-container .flickity-slider>:not(.is-selected) {
    opacity: 1;
}

.box-service:hover .icon-box-img::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

.box-service .icon-box-img {
    margin: auto;
}

span.info-top {
    color: #06A944;
    margin-left: 10px;
}

table tr:first-child {
    background-color: var(--primary-color);
    border-radius: 12px 12px 0 0;
}

h1.entry-title {
    font-size: 3em;
    margin-bottom: 30px;
    color: var(--logo-text-color);
}

.with-img-full img {
    width: 100%;
}

table {
    margin: 30px 0;
}

table tr:first-child td {
    color: var(--logo-text-color);
}

table tr:first-child td:first-child {
    border-radius: 12px 0 0 0;
}

table tr:first-child td:last-child {
    border-radius: 0 12px 0 0;
}

.slider-service>.col-inner {
    border-radius: 12px;
}

button.ux-search-submit.submit-button.secondary.button.icon.mb-0 {
    background: var(--primary-color);
}

input#woocommerce-product-search-field-0 {
    border-color: #0C447D transparent #0C447D #0C447D;

}

.searchform .button.icon {
    margin: 0;
    color: #0C447D;
}

ul.header-nav.header-nav-main.nav.nav-uppercase {
    justify-content: space-around;
    padding: 0 20px;
}

ul.header-nav.header-nav-main.nav.nav-right {
    justify-content: space-around;
    padding: 0 20px;
}

li.header-search-form.search-form.html.relative.has-icon {
    flex: 1;
}

.flex-col.hide-for-medium.flex-right {
    margin-top: 4px;
    background: linear-gradient(110.15deg, var(--primary-color) 5.6%, var(--fs-color-secondary) 95.6%);
    border-radius: 5px;
    overflow: hidden;
    padding: 10px 0;
}

.header-content-container {
    flex: 1;
}

#masthead {
    overflow: hidden;
}

.flex-col.hide-for-medium.flex-right ul li a {
    color: var(--logo-text-color);
    font-weight: 700;
    font-size: 1em;
}

.flex-col.hide-for-medium.flex-right ul li.current-menu-item a,
.flex-col.hide-for-medium.flex-right ul li a:hover {
    color: #000;
}

.section-title span {
    font-size: 30px;
    color: #0C447D;
}

.section-title b {
    background-color: transparent;
}

.container.section-title-container.title-section {
    position: relative;
}

.container.section-title-container.title-section::before {
    content: "";
    width: 109px;
    height: 4px;
    background: #06A944;
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 0;
}

.container.section-title-container.title-section {
    margin-bottom: 0;
}

.row-gia-tri-cot-loi {
    background: url('../../uploads/2024/06/giatri.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 128px;

}

.section-gia-tri-cot-loi {
    transform: translate(0px, -130px);
}

.woocommerce.columns-4>.products.row.row-small.large-columns-4.medium-columns-3.small-columns-2 {
    width: 100% !important;
    max-width: 2040px;
}

.section-san-pham-noi-bat>.bg.section-bg.fill.bg-fill.bg-loaded {
    transform: translateY(-26px);
}

.tittle-san-pham-noi-bat h2 span {
    display: block;
    padding: 20px 51px;
    background: #3d3d79;
    color: white;
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
    margin-top: -114px;
    border-radius: 16px;
    margin-bottom: 0;
    background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
    border-radius: 5px;
    font-size: 30px;
    line-height: 48px;
}

.products.row.row-small.large-columns-4.medium-columns-3.small-columns-2>div>.col-inner {
    padding: 10px;
    min-height: 400px;
    transition: all .6s cubic-bezier(.19, 1, .22, 1), z-index 0s;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    position: relative;
    margin-bottom: 5px;
    margin-top: 20px;
    box-shadow: 0 4px 6px #00000029;
}

.title-wrapper p {
    margin-bottom: 6px;
    text-align: left;
    font-size: 14px;
    min-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.title-wrapper p a {
    color: #f58634;
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    color: #000000;
}

.box-text {
    padding-bottom: .7em;
}

.woocommerce-product-details__short-description {
    text-align: start;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    margin-bottom: 10px;
}

.price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.button.view-more {
    font-size: 14px;
    padding: 0 20px;
    margin-right: 0;
    letter-spacing: unset;
    font-weight: 400;
    background-color: #3c4292;
    text-align: center;
    text-transform: none;
    border-radius: 3px;
}

.price-wrapper span {
    font-size: 18px;
    line-height: 21px;
    color: #0C447D;
    font-weight: 600;
}

section.section.section-quy-trinh-lam-viec {
    margin-top: -26px;
}

.col-quy-trinh-lam-viec div h3 {
    font-size: 34px;

}

.col-quy-trinh-lam-viec div p {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.col-quy-trinh-lam-viec .col-inner div {
    position: relative;
}

.col-quy-trinh-lam-viec:nth-child(1) .col-inner div::before {
    position: absolute;
    content: "";
    width: 107px;
    height: 73px;
    background: url(../../uploads/2024/06/line-qt1.png) no-repeat;
    right: -78px;
    bottom: -74px;
}

.col-quy-trinh-lam-viec:nth-child(2) .col-inner div::before {
    position: absolute;
    content: "";
    width: 107px;
    height: 73px;
    background: url(../../uploads/2024/06/line-qt2.png) no-repeat;
    right: -78px;
    top: -70px;
}

.col-quy-trinh-lam-viec:nth-child(3) .col-inner div::before {
    position: absolute;
    content: "";
    width: 107px;
    height: 73px;
    background: url(../../uploads/2024/06/line-qt1.png) no-repeat;
    right: -78px;
    bottom: -74px;
}

.col-quy-trinh-lam-viec:nth-child(4) .col-inner div::before {
    position: absolute;
    content: "";
    width: 107px;
    height: 73px;
    background: url(../../uploads/2024/06/line-qt2.png) no-repeat;
    right: -78px;
    top: -70px;
}

.col-quy-trinh-lam-viec:nth-child(5) .col-inner div::before {
    position: absolute;
    content: "";
    width: 107px;
    height: 73px;
    background: url(../../uploads/2024/06/line-qt1.png) no-repeat;
    right: -78px;
    bottom: -74px;
}

.container.section-title-container.title-loi-the-canh-tranh {
    position: relative;
}

.container.section-title-container.title-loi-the-canh-tranh::before {
    content: "";
    width: 109px;
    height: 4px;
    background: url('../../uploads/2024/06/line-lydo.png') no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 0;
}

.box.has-hover.img-box-loi-the.has-hover.box-default.box-text-bottom {
    display: flex;
    align-items: center;
}

.row.row-slider-image-box.flickity-enabled.is-draggable .flickity-viewport {
    padding: 25px 0;
    position: relative;
    float: left;
    height: 120px !important;
    width: 100%;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.row.row-slider-image-box.flickity-enabled.is-draggable .flickity-viewport::before {
    content: "Đối tác \A NEWTECH";
    white-space: pre;
    min-width: 173px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    padding: 31px 20px;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
    background: linear-gradient(110.15deg, #247EDA 5.6%, #81E2A6 95.6%);
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}


.flickity-viewport>.flickity-slider>div {
    padding-bottom: 0px;
}

.container.section-title-container.title-du-an-da-trien-khai {
    position: relative;
}

.container.section-title-container.title-du-an-da-trien-khai::before {
    content: "";
    width: 109px;
    height: 4px;
    background: url('../../uploads/2024/06/lineduan.png') no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 0;
}

.blog-archive .post-item {
    padding-bottom: 0;
}

.list-post1 .post-item .col-inner,
.list-post2 .post-item .col-inner {
    padding: 0;
    border: none;
}

.list-post1 .post-item .box {
    border: 1px solid #d7d7d7;
    padding: 15px;
    border-radius: 8px;
}

.list-post1 .post-item .box-image .image-cover {
    padding-top: 70% !important;
}

.list-post1 .post-item .box-text {
    padding: 10px 0 0px 0px !important;
}

.blog-archive .post-item .post-title {
    font-size: 19px;
    color: #5065a1;
    font-weight: normal;
}

.list-post1 .post-item .post-title {
    color: #5065a1;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog-archive .post-item .from_the_blog_excerpt {
    color: #848484;
    font-size: 14px;
    line-height: 20px;
}

.list-post2 .post-item {
    padding-bottom: 10px !important;
}

.list-post2 .post-item .post-title {
    font-size: 16px;
    color: #5065a1;
    font-weight: normal;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.blog-archive .post-item .col-inner {
    padding: 20px 0;
    border-bottom: 1px dashed #333;
}

.blog-archive .post-item .box-text {
    padding: 0;
    padding-left: 15px;
}

h1.entry-title.text-left {
    background: #247EDA;
    width: max-content;
    color: #fff;
    font-size: 15px;
    height: 44px;
    padding: 12px 15px;
    position: relative;
}

h1.entry-title.text-left::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-left: 32px solid #247EDA;
    right: -32px;
    top: 0px;
}

.icon-box.featured-box.box-tieu-chi.icon-box-left.text-left {
    flex: 0;
    justify-content: center;
    align-items: center;
}

.icon-box.featured-box.box-tieu-chi.icon-box-left.text-left>div {
    margin: 0;

}

.box-tieu-chi .icon-box-text.last-reset {
    width: max-content;
    flex: 0;
}

.box-tieu-chi .icon-box-text.last-reset h2 {
    width: max-content;
    font-size: 28px;
    margin-top: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.box-tieu-chi .icon-box-text.last-reset .text {
    width: max-content;
}

.title-part {
    margin-left: -15px;
}

.title-part h3.section-title.section-title-normal {
    border-bottom: none;
}

.title-part h3 b {
    display: none;
}

.title-part h3 span.section-title-main {
    background: #247EDA;
    width: max-content;
    color: #fff;
    font-size: 15px;
    height: 44px;
    padding: 12px 15px;
    position: relative;
}

.title-part h3 span.section-title-main::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-left: 32px solid #247EDA;
    right: -32px;
    top: 0px;
}

.col-content {
    box-shadow: 1px 3px 8px 0.5px rgb(0 0 0 / 15%);
    padding: 20px 23px;
    font-size: 16px;
    overflow: hidden;
}

section.section.section-content {
    padding: 15px;
}

.about-title {
    font-size: 24px;
    line-height: 36px;
    color: #0C447D;
}

.mota-desc h2 {
    font-size: 48px;
    line-height: 72px;
    color: #0C447D;
    position: relative;
    margin-bottom: 30px;
}

.mota-desc h2:before {
    content: "";
    width: 55px;
    height: 19px;
    position: absolute;
    left: 251px;
    top: 33px;
    background: url(../../uploads/2024/06/chamvechungtoi.png) no-repeat;
}

.about-desc {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
    color: #000000;
    padding-left: 40px;
    border-left: 3px solid #0C447D;
}

.about-readmore a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #0C447D;
}

.pots-du-an-trien-khai .box.box-default.box-text-bottom.box-blog-post.has-hover {
    background: transparent;
}

.pots-du-an-trien-khai .box.box-default.box-text-bottom.box-blog-post.has-hover .is-divider {
    display: none;
    font-size: 20px;
    line-height: 30px;
}

.pots-du-an-trien-khai .box.box-default.box-text-bottom.box-blog-post.has-hover h5 {
    font-size: 20px;
    line-height: 30px;
}

.pots-du-an-trien-khai .box.box-default.box-text-bottom.box-blog-post.has-hover .box-image {
    border-radius: 6px;
}

/* Kiến thức và cẩm nang */
.posts-kien-thuc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Tạo 2 cột có kích thước bằng nhau */
    gap: 20px;
    /* Khoảng cách giữa các mục */
}

/* Mục đầu tiên chiếm toàn bộ cột phải */
.posts-kien-thuc .col.post-item:nth-child(1) {
    grid-column: 1 / span 1;
    grid-row: 1 / span 2;
}

.posts-kien-thuc .col.post-item {
    max-width: 100%;
    padding-bottom: 0;
}

.posts-kien-thuc .col.post-item:first-child .box.box-vertical.box-text-bottom.box-blog-post.has-hover {
    display: flex;
    flex-direction: column;
}

.posts-kien-thuc .col.post-item:nth-child(n+2) .box.box-vertical.box-text-bottom.box-blog-post.has-hover {
    margin-top: -10px;
}

.posts-kien-thuc .box-text.text-center {
    padding: 0 10px;
    text-align: start;
}

.posts-kien-thuc .box-image .image-cover {
    border-radius: 6px;
}

.posts-kien-thuc .col.post-item:first-child .box-image {
    width: 100%;
}

.posts-kien-thuc .col.post-item:first-child h5 a {
    text-decoration: none;
    font-size: 24px;
    line-height: 36px;
    color: #0C447D;
    text-transform: lowercase;
}

.posts-kien-thuc .col.post-item h5 a {
    text-decoration: none;
    font-size: 20px;
    line-height: 36px;
    color: #0C447D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.posts-kien-thuc .col.post-item:first-child h5 a::first-letter {
    text-transform: capitalize;
}

.posts-kien-thuc .col.post-item:first-child .post-meta.is-small.op-8 {
    font-size: 16px;
    line-height: 21px;
    color: #06A944;
    text-align: start;
}


.posts-kien-thuc .col.post-item .post-meta.is-small.op-8 {
    font-size: 14px;
    line-height: 21px;
    color: #06A944;
    text-align: start;
}

.posts-kien-thuc .is-divider {
    display: none;
}

.posts-kien-thuc .col.post-item:first-child p.from_the_blog_excerpt {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: start;
}

.posts-kien-thuc .col.post-item p.from_the_blog_excerpt {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    text-align: start;
}


.widget .is-divider.small {
    display: none;
}

span.widget-title.shop-sidebar {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    background: #247EDA;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 0;
    padding: 10px;
    display: block;
    width: 100%;
}

aside.widget.woocommerce.widget_products .star-rating {
    display: none;
}


/* CSS singlw prod */
nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    display: none;
}

h1.product-title.product_title.entry-title {
    font-weight: 700;
    color: #00347c;
}

nav.woocommerce-breadcrumb.breadcrumbs.uppercase .is-divider.small {
    display: none;
}

p.price.product-page-price span {
    font-size: 1.2rem;
    color: #ed1c24;
    font-weight: 700;
}

div#product-sidebar .hide-for-off-canvas {
    display: none;
}

.product-small.box {
    padding: 10px;
    transition: all .6s cubic-bezier(.19, 1, .22, 1), z-index 0s;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 6px #00000029;
}

#news-title h1 {
    width: max-content;
    background: #247EDA;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    padding: 10px 15px;
    font-weight: bold;
    position: relative;
}

li.menu-item.menu-item-gtranslate-child{
	margin-bottom: 0;
	transform: scale(1.3);
}

li.menu-item.menu-item-gtranslate-child:last-child{
	margin-left: 6px;
	
}

.header-search-form-wrapper .search-field{
	height: 50px;
	font-size: 16px;
	border-color: var(--primary-color);
	box-shadow: none;
}

.header-search-form-wrapper button.ux-search-submit.submit-button.secondary.button.icon.mb-0{
	    height: 50px;
    width: 50px;
}

#news-title h1::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 35px solid #247EDA;
    right: -35px;
    top: 0px;
}

/* Blog Custom */
.text-justify {
    text-align: justify;
}

.col.post-item.latest-post>.col-inner {
    border: none;
    /* Xóa bo góc image  */
}

.post-meta.is-small.op-8 {
    color: #06A944;
}

h5.post-title.is-large>a.plain {
    font-weight: 700;
}

.list-post1 .post-item .from_the_blog_excerpt {
    color: #101a1c;
    height: 85px;
    line-height: 20px;
    padding: 0 0px 15px;
    overflow: hidden;
    text-align: justify;
}

.list-post2 .post-item .from_the_blog_excerpt {
    color: #101a1c;
    overflow: hidden;
    text-align: justify;
}

.box-vertical .box-text {
    vertical-align: top;
}

.countdown .icon-box-text {
    text-align: center;
    padding-bottom: 10px;
}



.line-botton {
    border-bottom: 1px solid #DDDDDD;
}

.gioi-thieu h1 {
    color: #000000;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.2em;

}

.gioi-thieu h2 {
    color: #000000;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2em;

}

.gioi-thieu h3 {
    color: #000000;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.2em;

}

.gioi-thieu h4 {
    color: #000000;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.2em;

}

.xem-them::before, .xem-them span {
    color: #9A9A9A !important;
}

.primary.is-link, .primary.is-outline, .primary.is-underline :hover {
    color: #000 !important;
}

.xem-them:hover>* {
    color: #000 !important;
}

.xem-them.family>* {
    color: #fff !important;
}

.xem-them.family.button.is-underline:before {
    color: #fff !important;
}

.testimonial .flickity-button-icon {
    background-color: #000 !important;
}

.row-slider .flickity-page-dots {
    bottom: -2px;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
	 #masthead .medium-logo-center .flex-left {
        order: 0;
    }
	
	    .medium-logo-center .logo img {
         margin: 0;
    }

	.box-service {
		width: 100%;
    	height: max-content;
		min-height: 114px;
		max-width: 100%;
	}
	
	.box-service .icon-box-img{
		width: 100% !important;
	}
	
	#button-contact-vr {
    bottom: 0% !important;
}
	div#gom-all-in-one {
    display: flex;
    flex-direction: row-reverse;
}
	.row-dich-vu .col {
	padding: 0 5px;
}
	
	.box-service{
		border-radius: 12px;
    	box-shadow: none;
    	padding: 0px;
	}
	
	.box-service .icon-box-img{
		border-radius: 12px;
		box-shadow: 2px 2px 10px;
		margin: 0 auto 20px auto;
		overflow: hidden;
	}
	
	.box-service .text span{
		font-size: 100% !important;
	}
	
	.page-title-inner.container.flex-row.dark.is-large{
		min-height: 250px !important;
	}
	
	#header-contact li a{
		font-size: 1em;
	}
	

}