/*
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.   ***************/
html, .compensate-for-scrollbar {
    margin-right: 0 !important;
}
@font-face{
    font-family: MonaSans-Regular;
    src: url(/wp-content/themes/flatsome-child/assets/fonts/MonaSans-Regular.ttf);
}
body{
    font-family: MonaSans-Regular;
}
.tv:lang(en-US), .ta:lang(vi){
    display: none;
}
.lightbox-content {
    border-radius: 10px;
    padding: 30px !important;
}
.tieudeform {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 1;
}
.formContact label {
    color: #e50613;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 10px;
}
.phone-head {
    background: #00802d;
    padding: 10px 15px !important;
    color: #fff !important;
    opacity: 1;
    font-size: 14px !important;
    border-radius: 10px;
}
.phone-head i {
    margin-right: 8px;
}
#masthead .flex-left > ul{
	justify-content: center;
}
#masthead .flex-left > ul > li > a {
	color: #000;
	font-size: 22px;
	text-transform: inherit;
	font-weight: 100;
	padding: 6px;
	border-radius: 7px;
}
#masthead .flex-left > ul > li {
	margin: 0 12px;
}
#masthead .flex-left > ul > li > a:hover {
	background: #ffffff54;
}
.rowSub {
    padding: 15px !important;
    margin: 0 auto !important;
    background: #fff;
    max-width: 800px !important;
    box-shadow: 0 10px 15px rgb(0 0 0 / 12%);
}
#masthead .flex-left > ul > li > .sub-menu {
    background: transparent;
    box-shadow: none;
}
.rowSub .ux-menu .ux-menu-link__link {
	color: #404040;
	font-size: 18px;
}
.rowSub .ux-menu .ux-menu-link__link:hover {
	text-decoration: underline;
}
.col4-sub:before {
    content: '';
    background: #e4e4e4;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 50px;
}
.section-title-container b {
	background: transparent;
}
.section-title-container .section-title-normal, .section-title-container .section-title-normal span {
	border-bottom: 0;
}
.title-highlights .section-title-main {
	padding-bottom: 0;
	text-transform: inherit;
	font-size: 18px;
}
.rowSub .box {
	border-radius: 8px;
	box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
.rowSub .box .box-text {
	text-align: left;
	padding: 10px;
}
.rowSub .box .box-text p {
	font-size: 16px;
	color: #000;
}
#masthead .flex-right > ul > li.header-search > ul, #masthead .flex-right > ul > li.header-search > ul > li {
    padding: 0;
}
#masthead .flex-right > ul > li.header-search > ul input {
    border-radius: 0;
    color: #000;
}
#masthead .flex-right > ul > li.header-search > ul button {
    color: #000 !important;
}
#masthead .flex-right > ul > li.header-search > ul input::placeholder {
    color: #000;
    font-size: 14px;
}
#masthead .flex-right > ul > li.header-search a {
    color: #fff;
    font-size: 15px;
}
.section-title-container .section-title-main {
    font-size: 20px;
    text-transform: inherit;
}
.des-footer p {
    color: #e6e6e6;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
}
.des-footer p:before {
    content: '';
    left: 0;
    font-family: FontAwesome;
    position: absolute;
}
.des-footer p:first-child:before {
    content: '\f015';
}
.des-footer p:last-child:before {
    content: '\f0e0';
}
.des-footer p:nth-child(3):before {
    content: '\f3c5';
}
.des-footer p:nth-child(4):before {
    content: '\f2a0';
}
.des-footer p:nth-child(2):before {
    content: '\f02d';
}
.footer-section .ux-menu .ux-menu-link__link {
    display: block;
    padding: 0;
    min-height: auto;
    font-size: 14px;
}
.footer-section .large-3 .ux-menu div+div .ux-menu-link__link {
    padding-top: 10px;
}
.footer-section .ux-menu .ux-menu-link__link:hover {
    text-decoration: underline;
}
.absolute-footer{
	padding: 0;
}
.copyright-footer {
    color: #e6e6e6;
    font-size: 12px;
}
.footer-section .large-8 .ux-menu, .footer-section .large-8 .ux-menu > div {
    display: inline-block;
}
.footer-section .social-icons a {
    font-size: 20px;
    color: #e6e6e6;
}
.copyright-footer p {
    margin-bottom: 0;
}
.tieude-page .section-title-main {
    text-transform: uppercase;
    padding-bottom: 0;
    font-size: 34px;
}
.tieude-page .section-title {
    margin-bottom: 0;
}
.row-info > .col > .col-inner {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 15px;
}
.contact-box img {
    padding-top: 0;
}
.contact-box .icon-box-text p {
    font-size: 14px;
    margin-bottom: 0;
}
input, textarea, input:focus, textarea:focus, select {
    box-shadow: none !important;
}
input:not(input#s):focus, textarea:focus {
    border: solid 1px #00802d !important;
}
input, textarea, select {
    border-radius: 5px !important;
    font-size: 14px !important;
}
.formContact input, .formContact select {
    height: 44px;
}
form.wpcf7-form button {
    margin: 0;
    background: #00802d;
    color: #fff;
    border-radius: 5px;
    font-weight: 100;
    text-transform: inherit;
    font-size: 14px;
}
form.wpcf7-form {
    margin-bottom: 0;
}
.wpcf7 .wpcf7-not-valid-tip {
    font-size: 12px;
}
.wpcf7-response-output {
    margin: 10px 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-weight: bold;
    font-size: 12px;
    font-style: italic;
    color: #e50613;
}
.des-titltepost p {
    font-size: 18px;
}
.des-titltepost h2 {
    font-size: 54px;
    margin-bottom: 7px;
}
.titleh2-post .section-title-main {
    font-weight: 100;
    font-size: 40px !important;
}
.box-overlay.dark .box-text, .box-shade.dark .box-text {
    text-shadow: none !important;
}
.box-blog-post .is-divider {
    display: none;
}
.blog-news .box-text {
    padding: 50px 20px 20px 20px;
    background-image: linear-gradient(transparent, #000000d9);
}
.blog-news .box-text .post-title {
    font-size: 26px;
    text-transform: capitalize;
    margin: 0;
}
.blog-news .box-text .from_the_blog_excerpt {
    display: none;
    text-align: justify;
}
.blog-news .box:hover .box-text .from_the_blog_excerpt {
    display: block;
}
.blog-news .box:hover .box-image {
    border-radius: 20px 20px 0 0;
}
.blog-news .box:hover .box-text {
    border-radius: 0 0 0 20px;
}
.blog-news .box:hover .box-image img {
    border-radius: 20px 20px 0 20px;
}
.ux-relay__button {
    position: relative;
    border: 0;
    background: transparent;
    width: 40px;
    height: 40px;
    border-radius: 99px 99px 0 99px !important;
}
.ux-relay__button:before {
    content: '+';
    background: #00802d;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    font-size: 26px;
    border-radius: 99px 99px 0 99px !important;
}
.button {
    margin: 0;
    transition: none !important;
}
.btn {
    margin: 0;
    padding: 5px 40px;
    border-radius: 5px;
    font-weight: 100;
    font-size: 14px;
}
.btn:hover {
    background: #e50613;
    box-shadow: none !important;
}
.boxNews {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
}
.boxNews .box-text {
    padding: 15px;
}
.boxNews .box-text p:first-child {
    font-size: 24px;
    margin: 0 0 10px;
}
.boxNews .box-text p:nth-child(2) {
    font-size: 18px;
}
.boxNews:hover {
    border-radius: 20px 20px 0 20px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.24);
    transform: scale(1.01);
}
.boxNews:hover .box-image img {
    border-radius: 20px 20px 0 0;
}
.des-news2 h4 {
    font-size: 30px;
    color: #00802d;
    font-weight: 100;
}
.des-news2 p {
    font-size: 18px;
}
.bannerAbout .text-box-content .text-inner > div {
    font-size: 42px;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
}
.bannerAbout .banner-layers {
    background-image: linear-gradient(transparent, #00000082);
    border-radius: 20px;
}
.bannerAbout .text-box-content .text-inner >p {
    font-size: 24px;
    color: #fff;
    margin: 0 0 10px;
}
.bannerAbout, .bannerAbout .banner-bg img {
    border-radius: 20px;
}
.content-contact {
    padding: 0 30px;
}
.content-contact p a {
    color: #000;
}
.content-contact p {
    margin-bottom: 8px;
    position: relative;
    padding-left: 25px;
    font-size: 20px;
}
.content-contact p:first-child {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
    padding-left: 0;
}
.content-contact p a:before {
    content: '';
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    font-size: 25px;
}
.content-contact p:nth-child(2) a:before {
    content: '\f2a0';
}
.content-contact p:nth-child(3) a:before {
    content: '\f0e0';
}
.content-contact p:nth-child(4) a:before {
    content: '\f0e0';
}
.content-contact p a {
    padding-left: 15px;
    font-size: 23px;
}
.back-to-top {
    background: #00802d !important;
    border: 0 !important;
}
.back-to-top i {
    color: #fff;
}
.blog-wrapper {
    padding: 0;
}
.bg-category:before {
    content: '';
    background: #0000003d;
    position: absolute;
    width: 100%;
    height: 100%;
}
.bg-category {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    display: flex;
    align-items: center;
}
.bg-category h1 {
    font-size: 50px;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    color: #fff;
}
.bg-category h1  a{
    color: #fff;
}
.archive-page-header .page-title {
    text-align: left;
    font-size: 30px;
    text-transform: inherit;
}
.titleCate{
    text-align: left;
    font-size: 30px;
    text-transform: inherit;
    margin-bottom: 15px;
}
.blog-single .titleCate {
    display: none;
}
.blog-archive .box-vertical .box-image .image-cover {
    padding-top: 70% !important;
}
.blog-archive .box-vertical {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
}
.blog-archive .box-vertical:hover {
    border-radius: 20px 20px 0 20px;
    transform: scale(1.01);
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.24);
}
.blog-archive .box-vertical:hover .box-image {
    border-radius: 20px 0 0 20px;
}

.blog-archive .box-vertical .box-text .post-title {
    font-size: 24px;
    margin: 0 0 10px;
}
.blog-archive .box-vertical .box-text p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-archive .box-vertical .box-text .post-title a:hover {
    text-decoration: underline;
    text-decoration-color: #00802d;
}
.page-numbers li span, .page-numbers li a {
    border-radius: 0;
    border: 0;
    border-bottom: solid 1px;
    transition: none;
}
.blog-single article .entry-title {
    font-size: 34px;
    margin-bottom: 0;
    line-height: 1.2;
}
.blog-single article .entry-header-text-top {
    padding-bottom: 0;
}
.blog-single article .entry-header-text-top .entry-category {
    text-transform: inherit;
    font-size: 16px;
    color: #e50613;
}
.blog-single article .entry-header-text-top .entry-category a {
    color: #e50613;
}
.head-title {
    font-size: 24px;
    margin-bottom: 15px;
}
#related_posts .post-item .box, .blog-solution .post-item .box{
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
}
#related_posts .post-item .box .box-text, .blog-solution .post-item .box .box-text{
    padding: 15px;
}
#related_posts .post-item .box .box-text p, .blog-solution .post-item .box .box-text p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#related_posts .post-item .box .box-text .post-title, .blog-solution .post-item .box .box-text .post-title{
    font-size: 18px;
}
#related_posts .post-item .box:hover, .blog-solution .post-item .box:hover{
    border-radius: 20px 20px 0 20px;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.24);
    transform: scale(1.01);
}
#related_posts .post-item .box:hover .box-image, .blog-solution .post-item .box:hover .box-image{
    border-radius: 20px 20px 0 0;
}
.chiase span {
    font-weight: bold;
}
.chiase .social-icons a {
    font-size: 24px;
}
.entry-content {
    padding-bottom: 0;
}
.time {
    margin: 8px 0;
    color: #00802d;
}
.des-titltepost2 p {
    margin-bottom: 0;
}
.des-solution p {
    margin-bottom: 0;
    font-size: 24px;
}
.titlePage .section-title-main {
    font-size: 34px;
}
.boxsolution .icon-box-text h4 {
    font-size: 20px;
    color: #007f2d !important;
    line-height: 1.3;
}
.boxsolution .icon-box-text p {
    font-size: 16px;
}
.tabbed-content > ul > li > a {
    padding: 15px 25px;
    color: #000;
    text-transform: inherit;
    font-size: 18px;
    font-weight: 100;
    border-bottom: solid 2px transparent;
}
.tabbed-content > ul {
    border-bottom: solid 1px #e6e6e6;
    justify-content: space-around;
}
.tabbed-content > ul > li.active > a {
    color: #007f2d;
    font-weight: bold;
    border-bottom: solid 2px;
}
.tabbed-content .tab-panels {
    padding-top: 30px;
}
.tabContent div {
    font-size: 24px;
    margin-bottom: 15px;
}
.boxDownload {
    align-items: center;
}
.boxDownload p {
    font-size: 20px;
}
.boxDownload {
    border-bottom: solid 1px #c2c2c2;
    padding-bottom: 15px;
}
.col-file > .col-inner {
    background: #f3f3f3;
    padding: 20px 40px;
}
.section-service:before {
    content: '';
    background-image: linear-gradient(transparent, #000000d9);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.section-service .des-titltepost2 p, .des-product-title p {
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgb(255 255 255 / 0%);
}
.des-service2 p {
    font-size: 18px;
}
.btn2 {
    font-weight: 100;
    font-size: 15px;
    position: relative;
    transition: all .2s !important;
    padding-left: 0;
    margin-top: 30px;
}
.btn2:before {
    content: '\f061';
    font-family: FontAwesome;
}
.btn2:hover {
    padding-left: 10px;
    transition: all .2s;
}
.videobox_animation {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.videobox_animation {
    z-index: 1;
    border-width: .5px;
    border-style: solid;
    opacity: 0;
    animation: circles 3.9s linear 0s infinite;
    animation-play-state: running;
}
@keyframes circles{
    0% {
        transform: scale(1);
        opacity: 0;
    }
    20% {
        transform: scale(1.44);
        opacity: .5;
    }
    100% {
        transform: scale(3.2);
        opacity: 0;
    }
}
.circle_2 {
    animation-delay: 1.3s;
}
.circle_3 {
    animation-delay: 2.6s;
}
.video-button-wrapper a{
    background: #ffffff !important;
    border: 0 !important;
    margin: 6px !important;
    color: #e50613 !important;
    z-index: 9;
}
.video-button-wrapper i{
    font-size: 25px !important;
    top: 1px !important;
}
.content-service2 p:last-child {
    font-size: 20px;
    margin-bottom: 0;
}
.content-service2 p:first-child {
    font-size: 34px;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 20px;
}
.boxService .box-text {
    padding: 50px 20px 20px 20px;
    background-image: linear-gradient(transparent, #000000d9);
}
.boxService .box-text h4 {
    margin: 0 0 10px;
    font-size: 24px;
}
.boxService .box-text p {
    display: none;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
}
.boxService:hover .box-text p {
    display: -webkit-box;
}
.boxService {
    transition: all .2s;
}
.boxService:hover{
    transform: scale(1.02);
}
.boxService .box-text {
    padding: 50px 20px 20px 20px;
    background-image: linear-gradient(transparent, #000000d9);
}
.boxService .box-text h4 {
    margin: 0 0 10px;
    font-size: 24px;
}
.boxService:hover .box-text p {
    display: -webkit-box;
}
.boxService:hover .box-image{
    border-radius: 20px 20px 0 20px;
}
.boxService:hover .box-text{
 border-radius: 0 0 0 20px; 
}
#related_posts .post-item .box .box-text .post-title a:hover, .blog-solution .post-item .box .box-text .post-title a:hover {
    text-decoration: underline;
    text-decoration-color: #00802d;
}
.des-tongquan p {
    font-size: 18px;
}
.content-thongso p {
    font-size: 20px;
    margin-bottom: 0;
}
.content-thongso p:last-child {
    font-size: 80px;
    line-height: 1;
    color: #00802d;
}
.content-thongso {
    position: relative;
    padding-left: 30px;
}
.content-thongso:before {
    content: '';
    position: absolute;
    left: 0;
    width: 8px;
    height: 100%;
    background: linear-gradient(90deg, #d3d3d3 0, #00802d 51.35%, #14d357 100%);
}
.des-tongquan2 p:first-child {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: bold;
    color: #00802d;
}
.des-tongquan2 h3 {
    font-size: 34px;
    line-height: 1.2;
}
.des-tongquan2 p:last-child {
    font-size: 18px;
}
.des-tongquan2 p {
    margin-bottom: 0;
}
.feedback {
    padding: 20px;
    padding-top: 46px;
    background: #fff;
    height: 100%;
    position: relative;
    box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin-bottom: 30px;
    border: solid 1px #f1f1f1;
}
.block-content b {
    font-size: 20px;
    display: block;
    line-height: normal;
    color: #00802d;
}
.feedback:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0.2;
    background-image: url(//bizweb.dktcdn.net/100/506/650/themes/944598/assets/quote.svg?1713533632009);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.block-content span {
    display: block;
    color: #757575;
}
.feedback-content {
    min-height: 100px;
    margin-top: 8px;
    font-size: 14px;
}
.feedback-item {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    height: 100%;
    min-height: 1px;
    cursor: pointer;
    transition: .4s;
}
.slick-dots {
    text-align: center;
    padding: 0;
    margin: 0 15px 0 15px;
    line-height: 0;
    font-size: 0;
    list-style: none;
}
.slick-dots li {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    list-style: none;
    opacity: 1;
    cursor: pointer;
    margin: 0 5px;
    padding: 10px 0;
}
.slick-dots li button {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: 0;
    vertical-align: bottom;
    width: 25px;
    height: 3px;
    background: transparent;
    opacity: 1;
}
.slick-dots li button:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transition: all .3s;
    background: #000;
}
.slick-dots li.slick-active button:before{
    height: 3px;
}
.info-project-header {
    margin-top: 10px;
    font-size: 14px;
    color: #00802d;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 15px;
}
.info-project-header span {
    margin: 0 8px;
}
.title-project {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}
.mota {
    text-align: justify;
}
.mota p {
    margin-bottom: 15px;
}
.list-img-project img {
    width: 100%;
    object-fit: cover;
}
.list-img-project ul li img, ul.lSPager.lSGallery li img {
    opacity: 1;
}
.list-img-project ul li, ul.lSPager.lSGallery li {
    display: block;
    float: left;
    cursor: pointer;
    margin-left: 0 !important;
}
.mota p:last-child {
    margin-bottom: 0;
}
.gallery-project {
    margin-bottom: 15px;
}
.info-project-header i {
    margin-right: 3px;
}
.list-img-project {
    margin-top: 20px;
}
.btn-3 {
    margin-left: 30px;
    margin-top: 30px;
}
.mfp-ready .mfp-close {
    opacity: 1;
}
.home-title h2 {
    font-family: SVN-Arial-Bold;
    font-size: 46px;
    text-transform: uppercase;
}
.home-title h2 {
    background: #70e000;
    padding-bottom: 7px;
}
.home-search input#s {
    height: 50px;
    background: #fff !important;
    color: #000 !important;
    box-shadow: 0 0 16px rgba(0, 50, 75, 0.3) !important;
}
.home-search button i {
    color: #000 !important;
}
.home-search input::placeholder {
    color: #000 !important;
}
.home-search {
    width: 70%;
    margin: 0 auto;
}
.boxHome2:hover {
    transform: scale(1.04);
}
.boxHome2 {
    box-shadow: 0 0 16px rgba(0, 50, 75, 0.3) !important;
    border-radius: 10px;
    transition: all .2s;
}
.boxHome2 .box-image {
    border-radius: 10px 10px  0 0;
}
.boxHome2 .box-text {
    padding: 10px;
}
.boxHome2 .box-text p {
    font-size: 16px;
    text-align: left;
    margin: 0;
}
.des-home {
    font-size: 20px;
}
.des-home p{
    margin-bottom: 0;
}
.home-7 button.flickity-button {
    opacity: 1;
    width: 60px;
}
.home-7 button.flickity-button svg {
    background: #000000b0;
    border-radius: 8px;
    padding: 20px;
}
.slider-show-nav .flickity-prev-next-button, .slider:hover .flickity-prev-next-button {
    opacity: 1;
}
.home-7 button.flickity-button {
    opacity: 1;
    width: 60px;
}
.home-7 button.flickity-button svg {
    background: #000000b0;
    border-radius: 8px;
    padding: 20px;
}
.slider-show-nav .flickity-prev-next-button, .slider:hover .flickity-prev-next-button {
    opacity: 1;
}
.bannerSlider:before {
    content: '';
    background-image: linear-gradient(transparent, #00000042);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.bannerSlider .text-inner h4 {
    font-size: 28px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1;
    text-transform: capitalize;
}
.bannerSlider .text-inner p {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}
.boxGiaphap {
    border-bottom: solid 1px #ccc;
    padding: 15px;
    align-items: center;
}
.boxGiaphap p {
    font-size: 24px;
}
.rowBox .col-inner:hover {
    border-radius: 24px 24px 0 0;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.24);
}
.xrayVision {
    background-image: url("/wp-content/themes/flatsome-child/assets/img/hinh-website---V01-01.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 2560px 925px;
    height: 925px;
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
    width: 2560px;
    display: none;
    cursor: none;
}
.xrayVision .revealPanel {
    background-image: url("/wp-content/themes/flatsome-child/assets/img/hinh-website-V01-02.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 2560px 925px;
    border-radius: 50%;
    border: 0.2em solid #555;
    box-shadow: inset 0 0 1.25rem -0.25rem rgba(85, 85, 85, 0.75);
    height: 18.75rem;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 18.75rem;
    cursor: none;
}
.xrayVisionM {
    display: block;
    height: 80vh;
    max-width: none;
    width: auto;
    opacity: 0;
    transform: translateX(50%);
    animation: illustrationFadeInLeft 3s 0.5s ease forwards;
}
@media (max-width: 1023px) {
    .xrayContainer {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (min-width: 1024px) {
    .xrayVisionM {
        display: none !important;
    }
    
    .xrayVision {
        display: block;
    }
}
@keyframes illustrationFadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.accordion .accordion-item > a {
    border: 0;
    font-size: 22px;
    padding-left: 15px;
}
.accordion .accordion-item+.accordion-item {
    border-top: solid 1px #ccc;
}
.accordion .accordion-item > a:hover {
    color: #00802d;
}
.accordion .accordion-item > a > button.toggle {
    right: 0;
    left: auto;
    margin: 0;
    opacity: 1;
}
.accordion-title.active {
    background: transparent;
    border-bottom: solid 1px !important;
}
.accordion-inner {
    padding-left: 15px;
}
.accordion-inner p {
    margin-bottom: 5px;
    font-size: 20px;
}
.des-core {
    font-size: 18px;
}
.contentCore {
    font-size: 18px;
}
.contentCore p {
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
.contentCore p strong {
    color: #00802d;
}
.contentCore p:before {
    content: '\f058';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #00802d;
    font-size: 15px;
    top: 3px;
}
.contentCore p:last-child {
    margin-bottom: 0;
}
.boxAbout h4, .boxAbout .btn {
    z-index: 1;
    position: relative;
}
.boxAbout .box-image {
    border-radius: 20px;
}
.boxAbout .box-image:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.boxAbout .box-image:before {
    transform: scaleY(-1);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
}
.boxAbout .box-image .box-text .box-text-inner {
    position: relative;
    z-index: 1;
}
.boxAbout h4 {
    font-size: 24px;
}
.section-core2 .des-tongquan2 h3 {
    margin-bottom: 0;
}
.row-why {
    background: #f4f4f4;
    border-radius: 20px;
    padding: 20px;
}
.sumenh-des h3 {
    color: #00802d;
    text-align: center;
    font-size: 50px;
    position: relative;
    line-height: 1;
    margin-bottom: 50px;
}
.sumenh-des div {
    font-size: 20px;
    padding: 0 50px;
}
.sumenh-des div p {
    color: #00802d;
    margin-bottom: 15px;
}
.sumenh-des h3:before {
    content: '';
    background: #00802d;
    position: absolute;
    left: 50%;
    width: 60%;
    height: 2px;
    bottom: -18px;
    transform: translate(-50%);
}
.boxSc img {
    padding-top: 0;
}
.boxSc {
    margin-bottom: 15px;
    align-items: center;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.boxSc p {
    margin-bottom: 0;
    font-size: 16px;
}
.boxSc p:first-child {
    font-weight: bold;
}
.section-core2 img {
    border-radius: 10px;
}
.boxScx {
    text-align: center;
}
.boxScx p {
    margin-bottom: 5px;
}
.boxScx .icon-box-img {
    margin-bottom: 20px;
}
.muctieu_wrapper {
    display: flex;
    border: solid 1px #f2f2f2;
    padding: 20px 15px 15px;
    border-radius: 5px;
    box-shadow: 0px 20px 40px 0px rgba(0, 29, 8, 0.1);
    background: #fff;
    min-height: 120px;
    transition: all .2s;
}
.muctieu_icon {
    margin-right: 15px;
    color: #00802d;
    font-size: 24px;
    position: relative;
    line-height: 1.2;
}
.muctieu_icon:after {
    content: '';
    background: #00802d;
    position: absolute;
    width: 30px;
    height: 1px;
    right: -40px;
    top: 13px;
}
.muctieu_title {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 0;
    padding-left: 35px;
    font-weight: 100;
}
.muctieu_wrapper:hover {
    transform: scale(1.04);
}
.muctieu_wrapper:hover .muctieu_title {
    color: #00802d;
    font-weight: bold;
}
.content-two-box {
    background: #ffffff;
    color: #00802d;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    min-height: 180px;
    box-shadow: 0px 0px 15px 0px #00000045;
    font-family: SVN-Arial-Bold;
}
.gp-title {
    text-align: center;
    background: #00802d;
    height: 60px;
    color: #fff;
    line-height: 60px;
    text-transform: uppercase;
    font-family: SVN-Arial-Bold;
    box-shadow: 0px 0px 15px 0px #00000045;
    font-size: 30px;
}
.content-two-box p {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
}
.content-two-box p+p {
    margin-top: 20px;
}
.content-two-box div {
    position: relative;
}
.colgp-2 .content-two-box div:before {
    content: '';
    background: #e50613;
    height: 69%;
    width: 3px;
    position: absolute;
    left: -30px;
    top: 15px;
}
.boxTongquan1 {
    align-items: center;
}
.boxTongquan1 p {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #00802d;
    font-weight: bold;
}
.boxTongquan1+.boxTongquan1 {
    margin-top: 20px;
}
.boxTongquan1 {
 box-shadow: 0px 0px 15px 0px #00000026;
 padding: 10px 15px;
}
.icon-box .icon-box-img img {
    padding-top: 0;
}
.boxTongquan2 {
    display: grid;
    align-items: center;
    justify-content: center;
}
.boxTongquan2 .icon-box-img {
    order: 2;
    width: 80px !important;
}
.boxGoals .box-text-inner p {
 font-size: 22px;
 position: relative;
 padding-left: 90px;
}
.boxGoals .box-text-inner p+p {
    margin-top: 15px;
}
.boxGoals .box-text-inner p:before {
    color: #e50613;
    left: 0;
    position: absolute;
    font-weight: bold;
}
.boxGoals .box-text-inner p:first-child:before {
    content: '2030 ';
}
.boxGoals .box-text-inner p:nth-child(2):before {
    content: '2040 ';
}
.boxGoals .box-text-inner p:nth-child(3):before {
    content: '2050 ';
}
.boxGoals .box-text-inner p:nth-child(4):before {
    content: '2060 ';
}
.boxGoals .box-text-inner p:last-child:before {
    content: '2075 ';
}
.colgp-2 .content-two-box p:before {
    content: '';
    background: #e50613;
    width: 10px;
    height: 3px;
    position: absolute;
}
.colgp-2 .content-two-box p:first-child:before {
    left: -30px;
    top: 15px;
}
.colgp-2 .content-two-box p:last-child:before {
    left: -30px;
    bottom: 14px;
}
.tab-custom .nav-vertical > li > a {
    border: 0;
    padding: 0;
}
.tab-custom .nav-vertical > li.active > a {
    border: 0;
    font-weight: 100;
}
.tab-custom .nav-vertical > li+li {
    border: 0;
}
.tab-custom .nav-vertical > li > a:before {
    display: none;
}
.tab-custom .nav-vertical > li > a:hover {
    font-weight: 100;
}
.tab-custom .tab-panels {
    padding: 0;
    border-left: 0;
}
.boxGiaphap p:lang(en-US) {
    font-size: 22px;
}
@media (min-width: 992px){
    .boxGoals .box-text-inner {
        padding-left: 20px;
    }
    .boxTongquan2 {
        height: 228px;
    }
    .home-1 {
        padding-bottom: 135px !important;
    }
    .home-2 {
        margin-top: -135px;
    }
    #masthead > .header-inner {
      max-width: 1800px;
  }
  .nopad{
      padding-bottom: 0 !important;
  }
  #masthead .flex-right {
      width: 15%;
  }
  #masthead .flex-left > ul > li > a i.icon-angle-down {
      display: none;
  }
  .row-divided>.col+.col:not(.large-12) {
      border-left: 1px solid #4b4b4b;
  }
  .blog-archive .box-vertical .box-image {
    width: 30% !important;
}
.blog-single article {
    width: 1000px;
    margin: 0 auto;
}
.bg-single-post img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.blog-single article {
    background: #fff;
    margin-top: -100px !important;
    padding: 20px 50px;
}
.col20 {
    max-width: 20%;
}
.child-dau a {
    font-weight: bold;
    font-size: 22px !important;
}
.tab-custom .nav-vertical {
    width: 50%;
    order: 2;
    padding-left: 25px;
    border-bottom: 0;
}
.tab-custom .tab-panels img {
    height: 560px;
    object-fit: cover;
    width: 100%;
}
.boxSc .icon-box-text {
    padding-left: 30px !important;
}
.des-dacdiem {
    padding: 0 15px;
}
.boxsolution .icon-box-text h4 {
    height: 42px;
}
}
@media(max-width: 849px){
    #masthead .flex-right > ul > li > a {
        color: #fff !important;
        font-size: 20px;
    }
    .mfp-content {
        background: #fff !important;
        transition: transform .5s, opacity .3s !important;
    }
    .off-canvas .nav-vertical>li>a {
        font-size: 16px;
        text-transform: inherit;
        color: #000;
    }
    .off-canvas .nav-vertical>li>button {
        opacity: 1;
    }
    .nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover {
        background-color: transparent;
    }
    #masthead .flex-right > ul > li > a {
        color: #fff !important;
        font-size: 20px;
    }
    .mfp-content {
        background: #fff !important;
        transition: transform .5s, opacity .3s !important;
    }
    .off-canvas .nav-vertical>li>a {
        font-size: 16px;
        text-transform: inherit;
        color: #000;
    }
    .off-canvas .nav-vertical>li>button {
        opacity: 1;
    }
    .off-canvas .nav-vertical>li>ul.sub-menu>li>a {
        color: #000;
        text-transform: inherit;
        font-size: 15px;
        font-weight: 100;
    }
    .off-canvas .nav-vertical>li>ul.sub-menu {
        padding-bottom: 10px !important;
    }
    .off-canvas .nav-vertical>li>ul.sub-menu>li>ul>li>a {
        color: #000;
        font-size: 15px;
        position: relative;
    }
    .off-canvas .nav-vertical>li>ul.sub-menu>li>ul>li>a:before {
        content: '\f105';
        font-family: 'FontAwesome';
        margin-right: 7px;
        font-size: 12px;
    }
    .off-canvas .nav-vertical>li>ul.sub-menu>li {
        margin-bottom: 0;
    }
    .sliderBox-mobile ol.flickity-page-dots {
        bottom: -25px;
    }
    .sliderBox-mobile ol.flickity-page-dots li {
        width: 7px;
        height: 7px;
        margin: 0 3px;
    }
    .sliderBox-mobile .row .col {
        padding-left: 0;
        padding-right: 0;
    }

}
@media (max-width: 549px){
	.nopadm{
		padding-bottom: 0 !important;
	}
    .titleh2-post .section-title-main {
        font-size: 26px !important;
        margin-right: 0;
        padding-bottom: 0;
    }
    .titleh2-post .section-title {
        justify-content: center;
        margin-bottom: 0;
    }
    .content-contact {
        padding: 30px;
    }
    .bg-category {
        height: 200px;
    }
    .bg-category h1 {
        font-size: 30px;
    }
    .archive-page-header .page-title {
        text-align: center;
    }
    .blog-archive .box-vertical:hover .box-image {
        border-radius: 20px 20px 0 0;
    }
    .blog-archive .box-vertical .box-text {
        padding: 15px;
    }
    .bg-single-post img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .blog-single article {
        background: #fff;
        margin-top: -100px !important;
        padding: 20px;
        margin-bottom: 0;
    }
    .blog-single article .entry-title {
        font-size: 26px;
    }
    .entry-content {
        font-size: 14px;
    }
    .boxsolution {
        text-align: center;
    }
    .boxsolution .icon-box-img {
        text-align: center;
        display: block;
        margin: 0 auto 10px;
    }
    .tabbed-content > ul {
        flex-wrap: initial;
        display: flex;
        overflow-x: scroll;
        flex-flow: row nowrap;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        position: relative;
        z-index: 2;
        white-space: nowrap;
    }
    .des-titltepost h2 {
        font-size: 28px;
    }
    .col-file > .col-inner {
        padding: 15px;
    }
    .copyright-footer p {
        text-align: center;
        border-top: solid 1px #6a6a6a;
        padding-top: 20px;
    }
    .titlePage .section-title-main {
        margin-right: 0;
        line-height: 1.3;
        font-size: 24px;
    }
    .video-button-wrapper {
        font-size: 70% !important;
    }
    .video-button-wrapper a{
        margin: 3px 0;
    }
    .video-button-wrapper i {
        font-size: 13px !important;
    }
    .des-solution p {
        font-size: 18px !important;
    }
    .content-thongso p:last-child {
        font-size: 46px;
    }
    .content-thongso p {
        font-size: 16px;
    }
    .feedback {
        margin-bottom: 15px;
    }
    .btn-3 {
        margin-bottom: 30px;
        margin-top: 0;
    }
    .bannerSlider .text-inner h4 {
        font-size: 18px;
    }
    .bannerSlider .text-inner p {
        font-size: 13px;
        margin-bottom: 0;
    }
    .home-7 button.flickity-button {
        display: block;
        width: 30px;
    }
    .home-7 button.flickity-button svg {
        padding: 10px;
    }
    .bannerSlider .text-inner {
        padding-left: 23px;
        padding-right: 23px;
    }
    .home-title h2 {
        font-size: 28px;
    }
    .home-1 {
        padding-bottom: 190px !important;
    }
    .home-2 {
        margin-top: -150px;
    }
    .boxGiaphap {
        padding-left: 40px;
        padding-right: 40px;
    }
    .accordion .accordion-item > a {
        font-size: 18px;
        padding-left: 0;
    }
    .accordion-inner {
        padding-left: 0;
        padding-right: 0;
    }
    .accordion-inner p {
        font-size: 16px;
    }
    .boxScx {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
        background: #f4f4f4;
        padding: 10px;
        border-radius: 10px;
        align-items: center;
    }
    .boxScx .icon-box-img {
        flex: 0 0 auto;
        margin-bottom: 0;
        max-width: 200px;
    }
    .boxScx .icon-box-text {
        flex: 1 1 0px;
        text-align: left;
        margin-left: 20px;
    }
    .boxScx p {
        font-size: 15px;
    }
    .col20:first-child {
        padding-top: 15px;
    }
    .muctieu_wrapper {
        min-height: auto;
    }
    .section-tongquan2 .nopadm .row > .col {
        padding-bottom: 12px;
    }
    .muctieu_title {
        font-size: 16px;
    }
    .colgp-2 {
        padding-top: 80px;
    }
    .colgp-2:before {
        content: '\f103';
        position: absolute;
        left: 50%;
        font-family: FontAwesome;
        top: 17px;
        color: #000;
        font-size: 30px;
        transform: translate(-50%);
    }
    .boxGoals .box-text-inner p {
        font-size: 18px;
        padding-left: 55px;
    }
    .boxGoals .box-text {
        padding-bottom: 0;
        padding-top: 25px;
    }
    .sumenh-des div {
        padding: 0 35px;
    }
    .sumenh-des div p {
        font-size: 16px;
    }
    .sumenh-des h3 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .sumenh-des h3:before {
        bottom: -10px;
        width: 50% !important;
    }
}