/*
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 {
	--fs-color-primary: #0d7fbd;
	--primary-color: #0d7fbd;
}
body {
	font-size: 1rem;
	font-family: Arial, sans-serif !important;
}
.dark, .dark p, .dark td {
	color: #555 !important;
}
#main .section {
    scroll-margin-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
}
a, b, strong, h1, h2, h3, h4, h5, p {
	font-family: Arial, sans-serif !important;
}
.entry-content h1, .entry_content h2, .entry_content h3, .entry_content h4, .entry_content h5{
	color: black;
}
#header{
	transition: transform 0.3s ease, height 0.3s ease;
}
.header-wrapper,
#masthead,
#logo,
.logo a,
.logo a img{
	height: 100%;
}
img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.img {
	position: relative;
}
.img .img-inner {
	overflow: hidden;
    position: relative;
	display: flex;
}
.img .img-inner::before {
	position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.img:hover .img-inner::before  {
	-webkit-animation: shine .75s;
    animation: shine .75s;
}
.title-section {
    font-size: 1.9rem;
    color: #0d7fbd !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    margin-bottom: 30px;
}
h1, h2, h3, h4, h5, h6 {
    color: #0d7fbd !important;
	font-weight: 600 !important;
    line-height: 1.5;
    margin-bottom: 30px !important;
    font-family: Arial, sans-serif !important;
}
h3 {
    font-size: 1.5rem !important;
}
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
    margin-bottom: 20px !important;
}
#content p {
    line-height: 1.8;
	font-size: 14px;
	margin-bottom: 20px !important;
}
.btn-submit {
	border-radius: 5px !important;
    padding: 10px 30px !important;
    border: 1px solid var(--fs-color-primary) !important;
    background-color: var(--fs-color-primary) !important;
    color: #fff !important;
    transition: all 0.3s !important;
    line-height: 1 !important;
}
.btn-submit:hover {
	background-color: white !important;
	color: var(--fs-color-primary) !important;
	box-shadow: none !important;
}
.swiper-button-prev,
.swiper-button-next {
    opacity: 0;
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 -150px 15px 0 rgba(0, 0, 0, .3);
    height: 100% !important;
    margin: 0 !important;
    top: 0px !important;
    width: 30px !important;
    cursor: pointer !important;
    z-index: 100000 !important;
    color: var(--fs-color-primary) !important;
    transform: translateX(-50px) !important;
    transition: all 0.3s;
}
.swiper-button-prev {
    left: 0px !important;
}
.swiper-button-next {
    right: 0px !important;
	transform: translateX(50px) !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
    transition: all .3s;
    height: 30px !important;
    padding: 20%;
    position: absolute;
    width: 100%;
    border: 2px solid;
    border-radius: 100%;
    transition: all .3s;
}

.panel:hover .swiper-button-prev,
.panel:hover .swiper-button-next,
.step-slide:hover .swiper-button-prev,
.step-slide:hover .swiper-button-next,
.review-slide:hover .swiper-button-prev,
.review-slide:hover .swiper-button-next,
.process-slide:hover .swiper-button-prev,
.process-slide:hover .swiper-button-next {
    opacity: .7;
    transform: translateX(0) !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0 -150px 15px 0 rgba(0, 0, 0, .3);
    height: 100%;
    margin: 0 !important;
    top: -2px;
    width: 30px;
    opacity: 1 !important;
}
@media screen and (max-width: 549px) {
    .swiper-button-prev,
    .swiper-button-next {
        background-color: transparent !important;
        box-shadow: none !important;
        opacity: 1 !important;
        transform: translateX(0) !important;
    }
}
.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}
.mr-3, .mx-3 {
    margin-right: 1rem !important;
}
.panel {
	visibility: hidden;
	opacity: 0;
	height: 0;
    margin-top: 0px;
}
.panel.active {
	visibility: visible;
	opacity: 1;
	height: 100%;
    margin-top: 20px;
}
#content .tab-panels {
	padding-top: 0px;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #def3d6;
    border: none;
    border-left: 3px solid #0bb721;
    padding: 10px;
}
/* footer */
#footer .widget-title {
    color: #fff;
    font-size: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}
#footer .widget-title:before {
    width: 85px;
    background: #0293D1;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
}
#footer .menu-footer ul {
    margin-bottom: 0px;
}
#footer .menu-footer ul li {
    padding-left: 25px;
    list-style: none;
	position: relative;
}
#footer .menu-footer ul li::before {
    content: '\f04b';
    position: absolute;
    left: 5px;
    font-family: "FontAwesome";
    color: #fff;
    margin-top: 9px;
    font-weight: 900;
    font-size: 8px;
}
#footer .menu-footer ul li a {
    display: inline-block;
    padding: 6px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    transition: 0.3s;
    color: #fff !important;
    font-size: 14px;
    cursor: pointer;
}
#footer .menu-footer ul li a:hover {
    color: #e85540 !important;
    transition: 0.3s;
}
#footer .block_gp {
    border: 1px solid #dedede;
    background: #fff0;
    margin-bottom: 20px;
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center!important;
    justify-content: center !important;
}
#footer .block_gp .box-img {
    padding-top: 10px;
    height: auto;
    text-align: center;
}
#footer .block_gp img {
    max-width: 40%;
    width: 100%;
    margin: 0 auto;
}
#footer .block_gp .box-text {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: .7em;
    font-size: .9em;
    text-align: center;
}
#footer .block_gp .box-text h5 {
    font-size: 9px;
    font-weight: 100 !important;
    color: #efff00 !important;
    line-height: 1.3;
    margin-top: .1em;
    margin-bottom: .1em ! IMPORTANT;
}
#footer .block_gp .box-text p {
    font-size: 9px;
    font-weight: 100;
    color: #fff;
    margin-top: .1em;
    margin-bottom: .1em;
}
#footer .footer-widgets-wrap {
    position: relative;
    padding: 30px 0;
}
#footer .small-3, #footer .large-6, #footer .small-6, #footer .small-8 {
    padding-left: 15px;
    padding-right: 15px;
}
#footer{
	color: rgba(255, 255, 255, 0.75);
    background-color: #666;
    border-top-color: rgba(255, 255, 255, 0.15);
}
#copyrights a {
    color: #fff;
}
#copyrights {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
	padding: 20px 0;
    font-size: 0.875rem;
    line-height: 1.8;
}
.copyrights-menu{
	text-align: right;
}
.absolute-footer{
	display: none;
}
@media screen and (max-width: 993px) {
    #footer> .container {
        display: none;
    }
}
/*************** SECTION ABOUT US ***************/
.about_left img{
	border-radius: 1rem;
}
.section-aboutus .title {
	padding-top: 3rem;
}
.section-aboutus .article-category {
	position: absolute;
    top: -1rem;
    color: #f3f3f3;
    font-size: 7rem;
    z-index: -1;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    line-height: 9rem;
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.section-aboutus .content-inner {
	position: relative;
    margin-left: -9rem;
	width: 100%;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 7%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 8px;
	margin-bottom: 5px;
	background: white;
	padding: 3rem !important;
}
.section-aboutus .content-inner strong {
	color: #000000 !important;
}
.section-aboutus .content-inner ul li {
	margin-left: 1.3em;
	font-size: 14px;
}
.section-aboutus .content-inner h3 {
	color: #000000 !important;
}
@media (max-width: 769px) {
	.section-aboutus .article-category {
		font-size: 5rem;
	}
	.title-section {
		font-size: 1.5rem;
		margin-bottom: 15px;
	}
	.section-aboutus .content-inner {
		margin-left: 0px;
	}
}
/*************** SECTION achievement ***************/
.section-achievement .title {
	font-size: 64px;
    font-family: 'Montserrat';
    color: #73d500;
    line-height: 1.4;
    font-weight: 900;
}
.section-achievement .description {
    font-size: 24px;
    font-weight: 700;
}
/*************** SECTION VISION ***************/
.section-vision .vision-item .col-inner {
	box-shadow: -7px 0 15px -1px rgb(0 0 0 / 14%);
    height: 100%;
    padding: 20px;
    border-radius: 5px;
}
.section-vision .col-inner h3 {
    margin-bottom: 10px !important;
}
.section-vision .col-inner p {
	text-align: left;
	border-left: 4px solid var(--fs-color-primary);
    padding-left: 5px;
    line-height: 1.5;
}
/* service */
.section-service .inter-category {
	display: flex;
    overflow: hidden;
    flex-direction: unset;
    grid-gap: 24px;
}
.section-service .item-category {
	position: relative;
    overflow: hidden;
    flex: 1;
    transition: flex .3s;
    text-decoration: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: left;
    border-radius: 10px 10px 10px 10px;
    height: 500px;
}
.section-service .item-category.active {
	flex: 2;
}
.section-service .item-category .inter-img {
	height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6558998599439776) 0%, rgba(0, 0, 0, 0.2413340336134454) 50%, rgba(32, 32, 32, 0) 74%);
    padding: 40px 20px;
}
.section-service .item-category .title {
	    font-size: 20px !important;
    color: #fff !important;
    font-weight: 900 !important;
    font-family: '' !important;
    margin-bottom: 10px !important;
}
.section-service .item-category .description {
	color: var(--fs-color-primary);
    font-size: 18px;
    font-family: 'Montserrat';
} 
.section-service .item-category .description-short {
	opacity: 0;
    visibility: hidden;
    transition-delay: unset;
    color: #ffffff;
    margin-top: 15px;
}
.section-service .item-category.active .description-short {
	opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all .3s ease;
}
.link-category {
	width: 50px;
    height: 50px;
    outline: 7px solid #ffffff29;
    transition: all .3sease;
    position: absolute;
    bottom: 40px;
    right: 40px;
    background: #f58634;
    border-radius: 50%;
}
.link-category a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff;
    cursor: pointer;
}
@media (max-width: 769px) {
    .section-service .inter-category {
        flex-direction: column;
    }

    .section-service .item-category {
        flex: unset;        
        width: 100%;        
        height: auto;       
    }

    .section-service .item-category.active {
        flex: unset;
    }
	.section-service .item-category .description-short {
		visibility: visible !important;
		opacity: 1;
	}
	.section-service .item-category .inter-img {
		padding-bottom: 100px;
	}
}
/* step */
.section-step .step-slide {
	position: relative;
}
.section-step .swiper {
	padding: 5px .78125rem;
	overflow: clip;
    list-style: none;
	display: block;
    position: relative;
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
}
.section-step .swiper .item {
    transition: all .15s;
	position: relative;
    border-bottom: .41667rem solid var(--fs-color-primary);
    border-radius: .41667rem;
    background-color: #fff;
    padding: 5.41667rem 1.04167rem 1.66667rem;
	box-shadow: -1px 0px 6px 0px rgb(0 0 0 / 14%);
}
.section-step .swiper .swiper-slide {
	height: auto;
}
.section-step .swiper .swiper-slide>* {
	height: 100%;
	text-align: left;
}
.section-step .step-number {
	font-size: clamp(12px, 1.04167rem, 1.25rem);
    line-height: 1.4;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 1.66667rem;
    left: -.78125rem;
    align-items: center;
    justify-content: center;
    border-radius: .41667rem 1.04167rem 1.04167rem 0;
    background-color: var(--fs-color-primary);
    width: 7.96875rem;
    height: 2.08333rem;
    color: #fff;
    font-weight: 700;
}
.section-step .item .step-number:before {
    display: block;
    position: absolute;
    bottom: -.72917rem;
    left: 0;
    border-bottom-left-radius: 1.04167rem;
    background-color: var(--fs-color-primary);
    width: .78125rem;
    height: 1.77083rem;
    content: "";
}
.section-step .item .title {
	color: var(--fs-color-primary);
	font-weight: 700;
}
.section-step .item .divider-custome {
	background-color: var(--fs-color-primary);
	height: 0.0520833rem;
	width: 3.95833rem;
	margin: 0.625rem 0px;
}
.section-product .tabbed-content .nav, .section-product .tabbed-content .tab-panels {
    width: 100%;
}
.section-product .nav-center {
    justify-content: center;
}
.section-product .nav li:first-child {
    margin-left: 0px !important;
}
.section-product .nav-outline>li {
    padding-left: 10px;
    padding-right: 10px;
}
.section-product .nav-outline > li.active > a {
    color: var(--fs-color-primary);
    border-color: currentcolor;
}
.section-product .nav-outline > li > a {
    color: var(--fs-color-primary);
	border: 1px solid #c7c7c7;
}
.section-product .nav-outline>li{
	margin-bottom: 5px;
}
.section-product .nav-outline>li>a {
	color: hsla(0, 0%, 40%, .85);
	background-color: white;
    border-color: #c7c7c7;
	padding: 6px 1.6rem;
	transition: all 0.3s;
}
.section-product .nav-outline>li>a:hover {
	color: #F58634;
    border-color: #F58634;
}
.section-product .nav > li > a, .section-product .mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-weight: 700;
    font-style: normal;
}
.section-product .nav-outline > li > a {
    line-height: 2.4em;
    position: relative;
    z-index: 10;
    border-style: solid;
    border-radius: 32px;
	font-size: 14px;
}
.section-product .swiper-slide {
    padding: 5px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
	transition: opacity .3s, transform .3s, background-color .3s;
	position: relative;
	height: auto;
}
.section-product .swiper-slide .item {
	height: 100%;
}
.section-product .swiper-slide::after {
	background: var(--fs-color-primary);
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0px;
    height: 3px;
    width: 100%;
    transform-origin: right;
    transition: transform .5s 
ease-in-out;
    transform: scaleX(0);
}
.section-product .swiper-slide:hover:after {
	transform-origin: left;
    transform: scaleX(1);
}
.section-product .swiper-slide img {
	overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    max-height: 150px;
    min-height: 150px;
	width: 100%;
}
.section-product .swiper {
	padding: 5px;
}
.section-product .box-text {
	font-size: .9em;
    padding-bottom: 1.4em;
    padding-top: .7em;
    position: relative;
    width: 100%;
	display: flex;
    flex-direction: column;
    height: calc(100% - 150px);
    justify-content: space-between;
}
.section-product .swiper-slide .title {
	margin-bottom: .1em;
    margin-top: .1em;
    font-size: 16px;
    font-weight: 600;
	text-align: start;
}
.section-product .swiper-slide .price-item {
	display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.section-product .swiper-slide .price-item i {
	display: inline-block;
    width: 25px;
    color: #73d500;
    font-size: 16px;
}
.section-product .swiper-slide .price-item>span:first-child {
	display: flex;
    align-items: center;
	font-size: 12px;
}
.section-product .swiper-slide .price-item .value {
	font-weight: 700;
}
.section-product .nav-outline > li > a> span{
	line-height: 1;
}
/* why us */
.section-whyus .tab {
	margin-bottom: 15px !important;
    color: #000;
    font-weight: 700;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    font-style: normal;
    font-size: .8em;
    align-items: center;
    display: flex;
    width: auto;
    letter-spacing: .02em;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
	transition: all 0.3s;
	width: 100%;
	text-align: left;
}
.section-whyus .tab:hover,
.section-whyus .tab.active {
	background: #F58634;
    color: #fff;
}
.section-whyus .inter-image {
	height: 100%;
    -webkit-mask-size: contain;
    -webkit-mask-position-x: 100%;
    -webkit-mask-position-y: 0%;
    -webkit-mask-repeat: no-repeat;
    position: relative;
}
.section-whyus .panel {
	position: relative;
}
.section-whyus .panel .content {
	position: absolute;
    background: #ffffff;
    right: 45px;
    width: 50%;
    top: 38%;
    z-index: 99;
    border-left: 2px solid #F58634;
    padding: 15px 30px;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
}
.section-whyus .panel .content ul {
    margin-bottom: 0px;
	text-align: left;
	font-size: 14px;
}
.section-whyus .img {
	padding-top: 62%;
}
.section-whyus .img img {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.section-whyus .tabbed-content .nav, .section-whyus .tabbed-content .tab-panels {
    width: 100%;
}
@media screen and (max-width: 993px) {
    .section-whyus .panel .content {
        width: auto;
        right: auto;
        bottom: 5px;
        top: auto;
    }
}
@media screen and (max-width: 769px) {
	.section-whyus .inter-image {
        height: auto;
    }
    .section-whyus .panel .content {
		width: 100%;
		right: 0px;
		margin-top: 10px;
        position: relative;
	}
}
@media (min-width: 850px) {
    .tabbed-content .nav-vertical {
        width: 25% !important;
    }
}
/* review */
.section-review .img-inner img {
	border-top-right-radius: 100px;
	border-radius: 8px;
}
.section-review .swiper-slide {
    overflow: hidden;
	background-color: var(--fs-color-primary);
    min-height: 30px;
	height: auto;
}
.section-review .swiper-slide .item {
	background-color: rgba(0, 0, 0, 0.68);
	padding: 10px;
	height: 100%;
}
.section-review .swiper-slide .item .card-box {
	font-size: 11px;
	color: #f1f1f1;
	display: flex;
    flex-flow: row wrap;
}
.section-review .swiper-slide .item .card-box .card-box-img {
	width: 142px;
    flex: 0 0 auto;
    border-radius: 999px !important;
    object-fit: cover;
}
.section-review .swiper-slide .item .card-box .card-box-img img {
	border-radius: 50% !important;
    -o-object-fit: cover;
    object-fit: cover;
    padding-top: .2em;
    width: 100%;
width: 142px;
	height: 142px;
}
.section-review .swiper-slide .item .card-box .card-box-text {
	flex: 1 1 0px;
    padding-left: 1em;
}
.section-review .swiper-slide .item .card-box .star-rating {
	font-size: 14px;
    margin: .5em 0;
	display: flex;
}
.section-review .swiper-slide .item .card-box .star-rating i {
	color: #f58634;
}
.section-review .swiper-slide .item .card-box .description-short {
	line-height: 1.4em;
    font-style: italic !important;
}
.section-review .swiper-slide .item .card-box .description-meta {
	padding-top: 15px;
	display: flex;
    gap: 1px;
}
.section-review .col-custom-1 img{
	border-top-right-radius: 100px;
}
.section-review .col-custom-2 img{
	border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.section-review .col-custom-3 img{
	border-bottom-right-radius: 80px;
    border-top-left-radius: 80px;
}
.section-review .col-custom-4 img{
	border-bottom-right-radius: 100px;
}
@media (min-width: 550px) {
	.section-review .swiper-slide .item .card-box {
		width: 78%;
		margin: auto;
	}
}
/* partner */
.section-partner .row> .large-2 {
	margin-bottom: 0;
	padding: 0 30px 30px;
	height: auto;
}
.section-partner .row> div .col-inner {
	height: 100%;
}
.section-partner .img {
	border: 1px solid #ddd;
    padding: 20px 25px;
    border-radius: 8px;
	height: 100%;
	display: flex;
    align-items: center;
	justify-content: center;
}
.section-partner .large-12{
	padding-bottom: 0px;
}
@media screen and (max-width: 576px) {
    .section-partner .img img {
        max-height: 50px;
        width: auto;
    }
    .section-partner .row> .large-2 {
        padding: 10px;
    }
}

.section-form input:not([type="submit"]) {
	border: 1px solid #bdbdbd !important;
	border-radius: 1.04167rem !important;
	background-color: #fff !important;
	padding: 0 1.04167rem !important;
	width: 100% !important;
	height: 2.08333rem !important;
	font-size: .72917rem !important;
	margin-bottom: 0px !important;
}
#main input[name=birthday]{
	width: -webkit-fill-available!important;
}
.section-form select {
	border: 1px solid #bdbdbd;
    border-radius: 1.04167rem;
    background-color: #fff;
    background-position: calc(100% - 1.04167rem) 50%;
    background-repeat: no-repeat;
    padding-right: 2.29167rem;
    padding-left: 1.04167rem;
    width: 100%;
    height: 2.08333rem;
    font-size: .72917rem !important;
	margin-bottom: 0px !important;
}
.section-form textarea {
    padding: .625rem 1.04167rem !important;
    height: 8.33333rem !important;
	border: 1px solid #bdbdbd;
    border-radius: 1.04167rem;
    background-color: #fff;
    width: 100%;
    font-size: .72917rem !important;
	margin-bottom: 0px !important;
}
.section-form .g-3 .col{
	padding-bottom: 1.04167rem;
    padding-left: 2.08333rem;
}
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px !important;
    }
}




/* activity */
.section-activity {
	position: relative;
}
.section-activity .activity-1 {
	font-weight: 500;
	border-left: 0.3125rem solid var(--fs-color-primary);
	padding-left: 1.66667rem;
	font-size: clamp(14px, .88542rem, 1.09375rem);
}	
.section-activity .activity-1 h3 {
	text-align: justify;
    font-size: clamp(14px, .88542rem, 1.09375rem) !important;
    margin-bottom: 0px !important;
}
.section-activity .activity-1 p {
	text-align: justify;
}
.section-activity .activity-2  {
	display: flex;
	-webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
	gap: 1.04167rem;
}
.section-activity .activity-2 span:first-child {
	font-weight: 900;
	color: var(--fs-color-primary);
	font-size: 9.5rem;
	line-height: 1;
}
.section-activity .activity-2 span:last-child {
	font-weight: 700;
	color: var(--fs-color-primary);
	font-size: 2.2rem;
	line-height: 1.2;
}
.section-activity .caption-container {
	position: absolute;
	bottom: 5.41667rem;
	left: 0;
	width: 100%;
}
@media (max-width: 769px) {
	.section-activity .caption-container {
		position: relative;
		bottom: -10px;
		left: 0;
		width: 100%;
	}
	.section-activity .activity-2 {
		padding-bottom: 10px;
	}
	.section-activity .activity-2 span:first-child {
		font-weight: 900;
		color: var(--fs-color-primary);
		font-size: 5rem;
		line-height: 1;
	}
	.section-activity .activity-2 span:last-child {
		font-weight: 700;
		color: var(--fs-color-primary);
		font-size: 1.5rem;
		line-height: 1.2;
	}
}
/* process */
.section-process .process-item-wrap {
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 18.75rem;
}
.section-process .process-item-wrap .process-item {
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.section-process .process-item-wrap .process-item-year {
	font-weight: 800;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 5px;
    background: var(--fs-color-primary);
    font-size: clamp(14px, 16px, 32px);
    color: #fff;
}
.section-process .process-item-wrap .process-item-dot {
	margin-top: 2.08333rem;
    margin-bottom: 5px;
    background: var(--fs-color-primary);
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    border: 0.520833rem solid rgb(255, 255, 255);
}
.section-process .process-item-wrap .history-item-content {
	text-align: center;
    font-weight: 500;
    font-size: clamp(14px, .88542rem, 1.09375rem);
    scrollbar-width: thin;
    padding-right: .20833rem;
   	height: 7.5rem;
	width: 100%;
    overflow: auto;
    border: 1px solid var(--fs-color-primary);
    border-radius: 5px;
    padding: 5px;
    text-align: left;
    background: white;
	height: 120px;
}
.section-process .process-item-wrap .history-item-content::after {
    content: "";
    position: absolute;
    width: 2px;
    top: 93px;
    left: 50%;
    background: var(--fs-color-primary);
    height: 15px;
}
.section-process .swiper-slide:nth-child(2n) .history-item-content::after {
    bottom: 93px;
    top: auto;
}
.section-process .swiper-slide:nth-child(odd) .process-item-wrap .history-item-content {
    margin-top: 10px;
	-webkit-overflow-scrolling: touch;
}
.section-process .swiper-slide:nth-child(odd) .process-item-wrap {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.section-process .swiper-slide:nth-child(2n) .process-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.section-process .swiper-slide:nth-child(2n) .process-item .history-item-content {
    margin-bottom: 20px;
} 
.section-process .swiper-slide:nth-child(2n) .process-item-dot  {
	margin-top: -5px;
	margin-bottom: 2.08333rem;
}
.section-process .process-slide::before {
	display: block;
    position: absolute;
    top: 50%;
    background-color: #bdbdbd;
    width: 100%;
    height: 1px;
    content: "";
}
@media screen and (max-width: 568px) {
	/* 1. bỏ line ngang */
	.section-process .process-slide::before {
		display: none;
	}

	/* 2. tạo line dọc bên trái */
	.section-process .process-slide {
		position: relative;
		padding-left: 30px;
		height: 650px;
	}

	.section-process .process-slide::after {
		content: "";
		position: absolute;
		left: 10px;
		top: 0;
		bottom: 0;
		width: 2px;
		background: var(--fs-color-primary);
	}
	
	/* 3. reset zigzag */
	.section-process .swiper-slide {
		width: 100% !important;
		height: 60px !important;
	}

	.section-process .process-item-wrap {
		justify-content: flex-start !important;
		height: auto;
		margin-bottom: 20px;
	}
	.section-process .process-item {
		align-items: flex-start;
	}
	
	/* 4. dot về bên trái */
	.section-process .process-item-dot {
		position: absolute;
		left: -18px;
		top: 10px;
		margin: 0;
	}
	
	/* 5. year + content căn trái */
	.section-process .process-item-year {
		margin-bottom: 10px;
	}

	.section-process .history-item-content {
		width: 100%;
		height: auto;
	}
	
	/* 6. bỏ line nối cũ */
	.section-process .history-item-content::after {
		display: none;
	}

	/* 7. bỏ đảo chiều */
	.section-process .swiper-slide:nth-child(2n) .process-item {
		flex-direction: column;
	}
	.section-process .process-item-wrap .process-item-dot{
		margin-top: 0px;
    	margin-left: -16px;
	}
	.section-process .process-item-wrap .process-item {
		    align-items: flex-start;
	}
	.section-process .process-item-wrap .process-item-year{
		    margin-top: 10px;
	}
	.section-process .process-item-wrap .history-item-content {
		height: 60px;
	}
}
/* field */
.section-field .feature-icon {
    text-align: center;
}
.section-field .feature-icon svg {
    width: 45px;
    height: 45px;
}
.section-field .feature-icon .title {
    font-size: 14px !important;
    font-weight: 500 !important;
    text-align: center;
    margin: 1.25rem 0 0;
    color: #233d3c !important;
}
.section-field .company-profile {
    display: block;
    position: relative;
    overflow: hidden;
    transition: transform .3s;
}
.section-field .company-profile:hover {
    transform: translateY(-1rem);
}
.section-field .img_box {
    display: block;
    position: relative;
    padding-top: 195%;
}
.section-field .img_box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    transition: all 1s cubic-bezier(.165, .84, .44, 1);
}
.section-field .company-info {
    position: absolute;
    overflow: hidden;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.25rem 0;
    background: rgba(143, 0, 4, 0.50);
}
.section-field .company-info .overlay-1 {
    opacity: .5;
    top: 0;
    left: 0;
    -webkit-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
    pointer-events: none;
}
.section-field .company-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.section-field .company-icon svg {
    width: 50px;
    height: 50px;
    color: currentColor;
}
.section-field .company-info h3 {
	font-size: 1.125rem !important;
    font-weight: 400 !IMPORTANT;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    margin: .5rem 0 0;
}
.section-field .company-info .overlay-2 {
    bottom: -.5rem;
    right: 0;
    -webkit-transform: translate(100%, 100%);
    -ms-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
    position: absolute;
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
    pointer-events: none;
}
.section-field .company-profile:hover .overlay-1,
.section-field .company-profile:hover .overlay-2 {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
/* extra info */
.section-extra {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.section-extra .item-right {
    padding-left: 100px;
}
.section-extra .row {
    align-items: center;
}
.section-extra .item-right> div {
    aspect-ratio: 800 / 450;
    border-radius: 1.04167rem;
    overflow: hidden;
}
.section-extra .item-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#content .section-extra p {
    margin-bottom: 0px !important;
    font-size: 14px;
}
.section-extra p span {
    color: var(--fs-color-primary);
}
.section-extra ul {
    margin: 10px 0px 10px 5px;
    font-size: 14px;
}
.section-extra ul li {
    margin-bottom: 5px;
}
.section-extra ul li::marker {
    color: var(--fs-color-primary);
}
/* certificate */
.section-certificate {
    margin-top: 0px;
    padding: 30px 0px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-certificate .certificate_list .col-3 {
    margin-bottom: 20px;
}
.section-certificate h3 {
    font-weight: 700;
    font-size: clamp(12px, 1.25rem, 1.45833rem);
}
.section-certificate .certificate_list .col-inner a {
    text-align: center;
    color: var(--fs-color-primary);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-certificate .certificate_list .icon {
    width: 55px;
}
.section-certificate .certificate_list .font-extra {
    font-weight: 800;
    font-size: clamp(14px, .83333rem, 1.04167rem);
    line-height: 1.5;
    margin-top: .20833rem;
}
.section-certificate .certificate_list .font-mediumn {
    font-weight: 500;
    font-size: clamp(14px, .83333rem, 1.04167rem);
}
.section-certificate .module {
    background: #fff;
    border-radius: .41667rem;
    padding: 20px;
}
.section-certificate .tabs {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    border-bottom: 2px solid #eee;
}

.section-certificate .tab {
    padding: 10px 15px;
    cursor: pointer;
    background: #f5f5f5;
    border-radius: 6px 6px 0 0;
}

.section-certificate .tab.active {
    background: #fff;
    font-weight: bold;
    color: #007bff;
}

.section-certificate .tab-content {
    display: none;
}

.section-certificate .tab-content.active {
    display: block;
    overflow: hidden;
}

.section-certificate .flipbook {
    width: 100%;
    aspect-ratio: 3 / 2;
    max-height: 85vh;
}

.section-certificate .flipbook .page {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-certificate .flipbook canvas {
    max-width: 100%;
    height: auto;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

/* catalog */
.title-product {
	color: #444 !important;
    font-weight: 700 !important;
    position: relative;
}
.title-product::after {
    bottom: -3px;
    content: "";
    height: 3px;
    width: 35%;
    background: var(--fs-color-primary);
    position: absolute;
    left: 0;
}
.section-cat-product .nav {
    width: 100%;
    justify-content: flex-start;
    flex-flow: row wrap;
}


.section-cat-product .nav li {
    margin-right: 30px !important;
    margin: 0 7px;
    position: relative;
}
.section-cat-product .nav li:first-child {
    margin-left: 0px !important;
}
.section-cat-product .nav .tab.active a {
	border: none;
	color: var(--fs-color-primary);
}
.section-cat-product .nav .tab a  {
    color: #0c256b;
    padding: 10px 0;
    display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}
.section-cat-product .nav .tab:hover a {
    color: rgb(17 17 17 / 1);
}
.section-cat-product .nav .tab a::after {
    content: "";
    width: 2px;
    height: 50%;
    background: var(--fs-color-primary);
    position: absolute;
    right: -13px;
}
.section-cat-product .row> .col-md-6 {
    padding-bottom: 15px;
    padding-top: 15px;
}
.section-cat-product .img-inner img {
    border-radius: 10px;
    object-fit: cover;
}
.section-cat-product .tab_content h5 {
    margin-bottom: .75rem !important;
    color: #070932 !important;
}
.section-cat-product .product-items i {
    color: var(--fs-color-primary);
}
.section-cat-product .tab-panels .medium-6 {
	padding-bottom: 0px;
}
.section-cat-product p{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
	flex-wrap: wrap;
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    background: #f5f5f5;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
	line-height: 1.2;
    font-size: 14px;
}
.pagination .prev, .pagination .next{
	min-width: 75px;
}

.pagination .page-numbers:hover {
    background: var(--fs-color-primary);
    color: #fff;
}

.pagination .current {
    background: var(--fs-color-primary);
    color: #fff;
}

.pagination .prev,
.pagination .next {
    font-weight: bold;
}
.section-doc .col-md-6 {
    margin-bottom: 15px;
    margin-top: 15px;
}
.section-doc .medium-6 .col-inner {
    background: linear-gradient(135deg, #f8f9ff 0%, #f0f2ff 100%);
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid var(--fs-color-primary);
    transition: all 0.3s 
ease;
    height: 100%;
}
.section-doc .medium-6 .col-inner:hover {
    background: linear-gradient(135deg, #f0f2ff 0%, #e8ecff 100%);
    transform: translateX(5px);
}
.section-doc h4 {
    color: var(--fs-color-primary);
    margin-bottom: .5rem !important;
}
.section-doc p {
    font-size: 14px;
    line-height: 26px;
}
.section-doc ul {
    margin: 1rem 0;
    padding-left: 2rem;
}
.section-doc ul li {
    margin: 0.5rem 0;
    font-size: 14px;
}
.section-doc table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    caption-side: bottom;
    margin-top: 3rem;
}
.section-doc table th {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-weight: bold;
	text-transform: capitalize;
}
.section-doc table th,
.section-doc table td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
    font-size: 14px;
}
.section-doc table td {
	color: #555;
}
.section-doc .highlight-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1rem;
    border-radius: 15px;
    margin: 2rem 0;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
}
.section-doc .warning-box {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    border: 2px solid #ef4444;
    border-radius: 10px;
    padding: 1.5rem;
    margin: 1.5rem 0;
    font-size: 14px;
}
.section-doc .warning-box h4 {
    color: #dc2626 !important;
    margin-bottom: 1rem !important;
}
.section-doc .faq-item {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s 
ease;
    margin: 15px 0;
    border: 1px solid #ecf0f1;
}
.section-doc .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    background: #f0f2f4;
    padding: 8px 20px;
    cursor: pointer;
    font-weight: 600;
    color: #2c3e50;
    transition: all 0.3s 
ease;
    position: relative;
	padding-right: 40px;
}
.section-doc .faq-item.active .faq-answer {
    display: block !important;
    overflow: visible;
    max-height: unset;
    padding-top: 10px;
    padding-bottom: 10px;
}
.section-doc .faq-item .faq-answer {
    background: #f0f2f4;
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s 
ease;
}
.section-doc .faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    transition: transform 0.3s 
ease;
}
.section-doc .faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

@media (min-width: 1440px) {
    .container,
	.row {
        max-width: 1320px !important;
    }
}

input::-webkit-date-and-time-value {
	text-align: left;
}
.box6{
	display: none;
}
/* toolbar right */
.tracimex-toolbar {
	position: fixed;
    right: 0px;
    bottom: 100px;
    padding: 2px 0;
    z-index: 999999;
    border-radius: 3px 0 0 3px;
}
.tracimex-toolbar .toolbar-block {
	display: block;
    margin: 12px 0;
    padding: 2px 12px;
    cursor: pointer;
    color: #111;
    font-size: 14px;
    text-align: center;
    position: relative;
}
.tracimex-toolbar a {
	color: white;
	border-radius: 50%;
	display: flex;
	height: 50px;
	width: 50px;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
    font-size: 20px;
}
.tracimex-toolbar .btn-whatsapp {
	background: #25d366;
	border: 1px solid #25d366;
}
.tracimex-toolbar .btn-mess {
	background: #0484ff;
	border: 1px solid #0484ff;
}
.tracimex-toolbar .btn-zalo {
	background: #0068ff;
	font-size: 14px;
	border: 1px solid #0068ff;
}
.tracimex-toolbar a:hover {
	background-color: white;
}
.tracimex-toolbar .btn-whatsapp:hover {
	color: #25d366;
}
.tracimex-toolbar .btn-zalo:hover {
	color: #0068ff;
}
.tracimex-toolbar .btn-mess:hover {
	color: #0484ff;
}
.breadcrumb-wrap {
	margin-top: -30px;
    margin-bottom: 21px;
    line-height: 25px;
    background: #eaeaea;
    padding: 13px 0px;
	margin-left: 0px;
}
.breadcrumb-wrap a {
	color: var(--fs-color-primary);
}
.product-detail .box-image img{
	height: 350px;
    object-fit: cover;
    background-color: #d9d9d9;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    border-radius: 0.55rem !important;
}
.product-detail .product-summary {
	height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.product-detail .product-summary h3 {
	text-transform: uppercase;
    margin-bottom: 0.5em !important;
}
.product-detail .product-short {
	height: 100%;
    justify-content: flex-end !important;
    display: flex;
    flex-direction: column !important;
}
.product-detail .product-meta {
	font-size: 21px;
    font-weight: 400;
    margin: auto 0;
    padding-top: 1rem !important;
}
.product-detail .product-meta i {
	color: var(--fs-color-primary);
    width: 25px;
}
.product-detail .product-meta span {
	color: var(--fs-color-primary);
}
.product-detail .btn-hotline {
	background-color: #e31f25 !important;
    border: 1px solid #e31f25 !important;
	    margin-left: 10px;
}
.product-detail .btn-hotline:hover {
	background-color: white !important;
}
#comments {
	display: none;
}
.product-detail .related-posts{
    height: 100%;
    padding: 5px;
}
.product-detail .related-item {
	background: white;
    padding: 5px;
	margin-bottom: 5px;
}
.product-detail .related-item img {
	height: 100px !IMPORTANT;
}
.product-detail .related-item h5 {
	margin-bottom: 0px !important;
}
.product-detail .related-item h5 a {
	color: var(--fs-color-primary);
}
.product-detail .product-items span {
	font-size: 14px;
}
.about-gallery-slider:hover .swiper-button-next,
.about-gallery-slider:hover .swiper-button-prev {
    opacity: .7;
    transform: translateX(0) !important;
}
.about-gallery-slider {
    overflow: hidden;   
	position: relative;
}
.about-gallery-slider .swiper-slide a {
    overflow: hidden;
    border-radius: 1.04167rem;
    display: block;
    position: relative;
    cursor: pointer;
}
.about-gallery-slider .swiper-slide img {
    height: 250px;
    width: 100%;
}
.about-gallery-slider figure {
    margin-bottom: 0px;
}
.about-gallery-slider .swiper-slide .caption {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    justify-content: center;
    padding: 1.04167rem;
    width: 100%;
    height: 100%;
    color: #fff;
}
.about-gallery-slider .swiper-slide a.caption> div {
    margin-bottom: .625rem;
}
.about-gallery-slider .swiper-slide a.caption i {
    font-size: clamp(12px, 1.66667rem, 36px);
}
.section-info {
	color: white;
	padding: 10px 20px !important;
    border-radius: 20px;
}
.section-info h5 {
	color: white !important;
    margin-bottom: 0px !important;
}
#content .section-info p {
	font-size: 13px;
    margin-bottom: 0px !important;
}
.section-cat-news .medium-6 {
	margin-bottom: 30px;
}
.section-cat-news .medium-6 .col-inner {
	box-shadow: 0px 0px 4px 2px #9692925c;
    border-radius: 5px;
	overflow: hidden;
	height: 100%;
}
.section-cat-news .medium-6 .col-inner img {
	border-radius: 0px;
	max-height: 300px;
}
.section-cat-news .medium-6 .col-inner h5 {
	padding: 5px 10px;
}
.section-cat-news .related-posts h5 {
	margin-bottom: 0px !important;
}
.section-field {
    overflow: visible;
}
.o-vision__wrapper {
    position: relative;
    z-index: 1;
}
.o-vision__wrapper .container::after {
    display: block;
    clear: both;
    content: "";
}
.o-vision__content-wrapper {
    flex: 0 0 40%;
    padding-bottom: 20px;
    margin-right: 10px;
    position: relative;
}
.o-vision__content-wrapper h3 {
    transform: translateY(-6px);
    font-size: 32px;
    line-height: 1;
    margin-bottom: 32px;
    font-family: Saira, sans-serif;
    position: relative;
    padding-bottom: 13px;
}
.o-vision__content-wrapper h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 4px;
    background-color: var(--fs-color-primary);
    width: 68px !important;
}
.o-vision__content {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    text-align: justify !important;
}
.o-vision__image {
    position: relative;
    flex: 1 1;
    padding-left: 112px;
    margin-bottom: -40px;
}
.a-image {
    padding-bottom: 57.397260274%;
    position: relative;
    display: block;
    width: 100%;
    visibility: inherit;
}
.o-vision__number {
    top: -150px;
    left: 0;
    font-size: 180px;
    line-height: 1.5888888889;
    position: absolute;
    font-family: Encode Sans, sans-serif;
    font-weight: 600;
    color: #8eb84a;
    display: inline-block;
    background-image: linear-gradient(-225deg, #d9f9a5, #d9f9a5 25%, #8eb84a 80%, #8eb84a);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% auto;
}
.o-mission {
    min-height: 651px;
    padding-top: 150px;
}
.o-mission .container {
    align-items: flex-start;
    display: flex;
}
.o-mission__number {
    top: -9px;
    left: 7px;
    font-size: 180px;
    line-height: 1.5888888889;
    position: absolute;
    font-family: Encode Sans, sans-serif;
    font-weight: 600;
    color: #8eb84a;
    transform: translate3d(0, -50%, 0);
    display: inline-block;
    background-image: linear-gradient(-225deg, #d9f9a5, #d9f9a5 25%, #8eb84a 80%, #8eb84a);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% auto;
    animation: textclip 3.5s linear infinite;
    -webkit-text-fill-color: transparent;
}
.o-mission__content-wrapper {
    width: 346px;
    padding-top: 60px;
    padding-left: 50px;
    flex: 0 0 40%;
}
.o-mission__content-wrapper .a-title {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 13px;
}
.o-mission__content-wrapper .a-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 4px;
    background-color: var(--fs-color-primary);
    width: 68px !important;
}
.o-mission__content {
    font-size: 18px;
    line-height: 1.5;
    word-break: normal;
    font-weight: 400;
    text-align: justify;
    white-space: pre-line;
}
@media (min-width: 641px) and (min-width: 641px) and (max-width: 1172px){
	.o-vision__content-wrapper h3{
		font-size: 2.7303754266vw;
		margin-bottom: 2.7303754266vw !important;
	}
	.o-vision__content {
        font-size: 1.5358361775vw;
    }
	.o-vision__number {
        font-size: 15.3583617747vw;
		top: -12.7986348123vw;
        line-height: 1.5888888889
    }
	.o-vision__image {
        padding-left: 7.6791808874vw;
        margin-bottom: -3.4129692833vw;
        flex: 0 0 60%;
        padding-right: .2559726962vw;
    }
	.o-mission__number {
        top: -.7679180887vw;
        left: .5972696246vw;
		font-size: 15.3583617747vw;
    }
	.o-mission__content-wrapper .a-title{
		margin-bottom: 3.4129692833vw !important;
		font-size: 2.7303754266vw;
	}
	.o-mission__content {
		font-size: 1.5358361775vw;
	}
	.o-mission__img-container {
        width: 70.9897610922vw;
        padding-left: 8.7030716724vw;
    }
	.o-mission {
        min-height: 45.546075vw;
        padding-top: 3.3276450512vw;
    }
}
@media (min-width: 641px) {
    .o-vision__wrapper .container {
		padding-top: 0px;
		display: flex;
		position: relative;
	}
	.o-mission__img-container {
		flex: 0 0 60%;
		width: 832px;
		padding-left: 102px;
		position: relative;
		display: flex;
		justify-content: flex-end;
	}
}
@media (max-width: 642px) {
    .o-vision {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	.o-vision__content-wrapper h3 {
		font-size: 24px;
	}
	.o-vision__content-wrapper {
        margin-bottom: 25px;
    }
	.o-vision__image {
        position: relative;
        bottom: -24px;
		padding-left: 46px;
    }
	.o-vision__number {
		position: absolute;
		top: -63px;
		left: 4px;
		font-family: Encode Sans, sans-serif;
		font-weight: 600;
		color: #8eb84a;
		font-size: 74px;
		line-height: 1.5810810811;
	}
	.o-mission {
		display: flex;
		padding-top: 37px;
		min-height: auto;
	}
	.o-mission .container {
		    flex-direction: column-reverse;
    	padding: 0;
	}
	.o-mission__content-wrapper {
		padding-right: 0px;
		padding-left: 0px;
		width: 100%;
	}
	
	.o-mission__img-container {
		    margin-top: 30px;
    	margin-bottom: 5%;
		    padding-left: 68px;
	width: 100%;
		position: relative;
	}
	.o-mission__number {
		position: absolute;
    top: 0;
    left: 0px;
    font-family: Encode Sans, sans-serif;
    font-weight: 600;
    color: #8eb84a;
    transform: translate3d(0, -50%, 0);
    font-size: 74px;
    line-height: 1.5810810811;
	}
}
.section-field .flipbook .page {
	display: flex;
    justify-content: center;
    align-items: center;
}
.accordion-body li{
	    margin-left: 20px;
}
.o-mission__highlight {
        font-size: 20px !important;
    line-height: 1.5 !important;
    margin-bottom: 16px;
    font-weight: 700;
}
@media (min-width: 641px) {
    .o-mission__highlight {
		font-size: 24px !important;
        line-height: 1.1666666667 !important;
        font-weight: 700;
    }
}
.section-form h4,
.section-form pre {
	font-family: sans-serif !important;
}
.entry-content {
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.prevTurn, .nextTurn {
	border: 1px solid #C1C5C9;
    color: #666C75;
    background: white;
    font-size: 14px;
    padding: 4px 10px;
    outline: none;
    transition: all 0.3s;
    min-height: auto;
    line-height: 0;
    display: flex;
    align-items: center;
    font-weight: bold;
	transition:all 0.3s;
}
.prevTurn:hover, .nextTurn:hover{
	background:var(--fs-color-primary);
	color:white;
}
.prevTurn i{
	margin-right: 5px;
}
.nextTurn i{
	margin-left: 5px;
}
@media screen and (max-width: 550px) {
	.section-info .row> .col:first-child {
		order: 1;
	}
	.section-info .row> .col:nth-child(2) {
		order: 3;
	}
	.section-info .row> .col:nth-child(3) {
		order: 2;
	}
}
.section-field .flipbook {
    width: 100%;
    aspect-ratio: 3 / 2;
    max-height: 85vh;
}
#footer .back-to-top {
	color: #fff;
    background-color: #446084;
    border-color: #446084;
}
@media (max-width: 849px) {
    #footer .back-to-top {
        display: block !important;
    }
}
.live-search-results{
	background:white;
}

.menu-item-gtranslate> div {
    position: relative !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 5px !important;
}
.gt_float_switcher img {
width: 25px !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
font-size: 16px;
}
.gt_float_switcher .gt_options{
    position: absolute !important;
}
.gt_float_switcher .gt_options.gt-open {
    top: 35px;
    background: white;
    overflow: auto;
    width: 140px;
}
@media (max-width: 850px) {
	.menu-item-gtranslate {
		margin-left: 40px !important;
	}
	.gt_float_switcher .gt_options.gt-open {
		width: 200px;
	}
}