body {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    overflow-x: hidden;
}
#wrapper {
	overflow: hidden;
    width: 100%;
}
/* Comment Box */
.comment-box .btn-submit {
    border-radius: 30px;
    border: 1px #ff9c19 solid;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    color: #ff9c19;
    background: #fff;
    font-weight: bold;
}
/* End Comment Box */
/*Begin Signin Form*/
#modal-signin .modal-content {
    width: 80%;
    margin: auto;
    font-size: 13px;
    font-weight: bold;
    border-radius: 30px;
    color: #8C8C8C;
}

#modal-signin .modal-content .modal-body {
    padding: 2rem 1rem;
}

#modal-signin .modal-content .close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.signin-form h4 {
    font-size: 23px;
    font-weight: bold;
    color: #757879;
    margin: 10px 0px;
}

.signin-form input {
    background: #FFFFFF;
    border: 1px solid #757879;
    box-sizing: border-box;
    border-radius: 25px;
    width: 100%;
    margin: 5px 0px;
    height: 35px;
    text-align: center;
}

.signin-form input:focus, .signin-form input:hover {
    border: none;
    outline: none;
    box-shadow: 0px 0px 2px #30af48;
}

.signin-form .btn-signin {
    background: linear-gradient(264.19deg, rgba(255, 176, 51, 0.9) 19.02%, rgba(255, 138, 0, 0.9) 77.46%);
}

.signin-form .btn-login {
    background: linear-gradient(264.19deg, rgba(57, 180, 74, 0.9) 19.02%, rgba(0, 149, 60, 0.9) 77.46%);
}

.signin-form .btn-signin, .signin-form .btn-login {
    border-radius: 50px;
    border: none;
    color: #fff;
    width: 200px;
    height: 38px;
    margin: 10px 0px;
    font-weight: bold;
}

.signin-form span {
    line-height: 35px;
    border-radius: 25px;
    padding: 3px 0px;
    margin: 5px 0px;
}

.signin-form p {
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #00953C;
    margin: 10px 0px;
}

.signin-form .btn-google {
    background: #EFEFEF;
}

.signin-form .btn-facebook {
    background: #3485FF;
    color: #fff;
}

.signin-form .signin-redirect {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #FF8A00;
}

.signin-form .eye-show-pass {
    top: 10px;
    left: 10px;
}

.forget-box .btn-signin, .forget-box .btn-login {
    width: 150px;
}
/*End Signin Form*/
/*== Begin Doughnut Chart ==*/
.donut-chart {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.donut-chart .slice {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.donut-chart .chart-center {
    position: absolute;
    border-radius: 50%;
}

.donut-chart .chart-center span {
    display: block;
    text-align: center;
}

.donut-chart.chart1, .donut-chart.chart2, .donut-chart.chart3 {
    width: 200px;
    height: 200px;
    background: #e1e1e1;
}

.donut-chart.chart1 .chart-center, .donut-chart.chart2 .chart-center, .donut-chart.chart3 .chart-center {
    top: 10px;
    left: 10px;
    width: 180px;
    height: 180px;
    background: #fff;
    display: flex;
}

.donut-chart.chart1 .chart-center span, .donut-chart.chart2 .chart-center span, .donut-chart.chart3 .chart-center span {
    font-size: 25px;
    color: #39B44A;
    margin: auto;
}

.donut-chart.chart1 .slice.one,
.donut-chart.chart2 .slice.one,
.donut-chart.chart3 .slice.one {
    clip: rect(0 200px 100px 0);
}

.donut-chart.chart1 .slice.two, .donut-chart.chart2 .slice.two, .donut-chart.chart3 .slice.two {
    clip: rect(0 100px 200px 0);
}

/*== End Doughnut Chart ==*/

/*== Begin Custom pagination ==*/
.cus-pagination .page-link {
    color: #757879;
}

.cus-pagination .page-item.active .page-link {
    color: #fff;
    background: #757879;
    font-weight: bold;
}
/*== End custom pagination ==*/
.scrolltotop {
    position: fixed;
    bottom: -8px;
    right: 14px;
    display: none;
    cursor: pointer;
}

.scrolltotop img {
    width: 70px;
}

.bg_green_gradient {
    background: linear-gradient(261.65deg, rgba(0, 149, 60, 0.006) 34.18%, rgba(57, 180, 74, 0.2) 71.21%);
}

.text_green_gradient {
    background: linear-gradient(180deg, #00953C 0%, #39B44A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text_gray_gradient {
    background: linear-gradient(180deg, #757879 0%, #39B44A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.active-menu {
    border-bottom: 1px solid #39b44a;
}
/*.nav-cus>.nav-item>.nav-link:hover{
	border-bottom: 1px solid #39b44a;
}*/
.nav-link .menu-hover {
    position: absolute;
    bottom: 0;
    width: 0;
    transition: all .5s ease-in-out;
    height: 1px;
}

.nav-link:hover .menu-hover {
    background: #39b44a;
    width: 100%;
}
/* Header */
.header-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-fixed {
    background-color: #5C5C5CE5;
    color: #fff!important;
}

.header-menu .logo {
    max-height: 30px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-cus .nav-link {
    font-size: 13px;
    margin: 0px 10px;
    font-weight: 500;
    padding: 0px!important;
}

.nav-link.active {
    color: #eb4301;
}

.nav-link:hover {
    color: #39b44a;
}

.dropdown-menu-child .nav-link {
    color: #000;
}

.lang-active {
    color: #000;
    background-color: #fff;
    ;
}

.lang {
    border: 2px #fff solid;
}

.nav-search:hover .search-box, .nav-search:focus .search-box {
    visibility: visible;
    transform: translate(0,0);
}

.nav-search .search-box {
    visibility: hidden;
    transform: translate(100%,0);
    width: 300px;
    right: 0;
    top: 23px;
    transition: all .5s ease;
}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar .dropdown {
    position: static;
}

.navbar .dropdown.dropdown-about,
.navbar .dropdown.dropdown-news {
    position: relative;
}

.navbar .dropdown.dropdown-about .dropdown-menu,
.navbar .dropdown.dropdown-news .dropdown-menu {
    left: 50%;
    transform: translate(-50%);
}

.navbar .dropdown-services-cus {
    width: 80%;
    left: 20%;
    right: 0%;
    top: 33px;
}

.dropdown-cus {
    background: linear-gradient(180deg, rgba(57, 180, 74, 0.8) 0%, rgba(0, 149, 60, 0.8) 100%);
    border: none;
    border-radius: 0px;
}

.dropdown-cus .service-group {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 13px;
}

.dropdown-cus .service-chi {
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 10px;
}

.dropdown-cus .service-chi:hover {
    font-weight: bold;
}

.dropdown-cus .sg-box:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #fff;
    top: 35px;
    bottom: 0;
    right: 0;
    height: 120px;
}

.dropdown-item .nav-link {
    padding: 8px 0px!important;
}

.dropdown-item .nav-link:hover {
    color: #39b44a;
}

.menu-service-child {
    border-bottom: 2px #0000009e solid;
}
/*banner*/
.banner-1 .left-decor {
    position: absolute;
    width: 391px;
    height: 44px;
    left: 1vw;
    top: 45vh;
    background: linear-gradient(261.65deg, rgba(57, 180, 74, 0.5) 34.18%, rgba(0, 149, 60, 0.015) 71.21%);
}

.banner-1 .right-decor {
    position: absolute;
    width: 323px;
    height: 44px;
    right: 7vw;
    bottom: 38vh;
    background: linear-gradient(261.65deg, rgba(0, 149, 60, 0.021) 34.18%, rgba(57, 180, 74, 0.7) 71.21%);
}

.banner-1 .title {
    font-style: normal;
    font-weight: 900;
    font-size: 58px;
    line-height: 70px;
    text-align: center;
}

.banner-2 {
    background-color: #fff;
}

.banner-2 .title {
    display: inline-block;
    font-weight: bold;
    color: #00953C;
    font-size: 58px;
    line-height: 70px;
    background: linear-gradient(180deg, #00953C 0%, #39B44A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-2 .sub-title {
    color: #8C8C8C;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
}

.banner-2 .read-more {
    color: #FF8A00!important;
    font-size: 12px;
    cursor: pointer;
}

.btn-contact {
    background: linear-gradient(180deg, #FFB033 0%, #FF8A00 100%);
    border-radius: 33px;
    border: none;
    color: #fff;
    padding: 10px 25px;
    cursor: pointer;
    outline: none !important;
    -webkit-appearance: none;
}

.btn-contact small {
    font-weight: bold;
}

.btn-contact i {
    vertical-align: middle;
}

.bn-2-l {
    padding-left: 50px;
    padding-right: 0px;
}

.bn-2-title-box {
    position: relative;
}

.bn-2-title-box > #bg {
    bottom: 15px;
    position: absolute;
    width: 615px;
    height: 73px;
    left: -50px;
    background: linear-gradient(261.65deg, rgba(0, 149, 60, 0.006) 34.18%, rgba(57, 180, 74, 0.2) 71.21%);
}

.promotion {
    padding-right: 0px;
    margin-right: 0px;
}

.promotion > div {
    font-size: 12px;
    height: 65px;
    font-weight: 700;
}

.promotion .pro-1 {
    background: linear-gradient(261.65deg, rgba(57, 180, 74, 0.9) 34.18%, rgba(0, 149, 60, 0.027) 71.21%);
}

.promotion .pro-2 {
    background: linear-gradient(261.65deg, rgba(0, 149, 60, 0.9) 34.18%, rgb(0 149 60 / 78%) 71.21%);
}

.promotion .pro-3 {
    background: linear-gradient(261.65deg, rgba(92, 181, 76, 0.9) 34.18%, rgb(0 149 60 / 68%) 71.21%);
}

.banner-video {
    top: -50px;
    left: 0;
}
/*end banner*/
/* End header menu */

/* Banner */
.header-banner .owl-stage-outer-header {
    max-height: 100vh;
}

.header-banner .owl-stage-outer-header .owl-item {
    background-size: cover;
    background-position: center center;
}

.header-banner .owl-stage-outer-header .banner-content {
    background-color: #ffffffc9;
    padding: 20px;
    border-radius: 30px 0px;
    color: #000;
}

.header-banner .owl-stage-outer-header .container {
    height: 100vh;
}

.owl-nav button {
    position: absolute;
    color: #ffffff !important;
    border-radius: 2px;
    height: 30px;
    width: 30px;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: visible;
    opacity: 1;
    outline: 0;
}

.owl-prev i, .owl-next i {
    background: linear-gradient(180deg, rgba(57, 180, 74, 0.5) 0%, rgba(0, 149, 60, 0.5) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.customer-slider .owl-nav button {
    top: 100px;
}

.owl-nav button.owl-next {
    right: -25px;
}

.owl-nav button.owl-prev {
    left: -25px;
}

.banner-carousel .owl-nav button {
    background-color: #39B44A !important;
    border-radius: 50% !important;
    height: 32px;
    margin: 0 !important;
    width: 32px;
}

.banner-carousel .owl-nav button.owl-next {
    right: 15px;
}

.banner-carousel .owl-nav button.owl-prev {
    left: 15px;
}

.banner-carousel .owl-nav button.owl-prev i,
.banner-carousel .owl-nav button.owl-next i {
    background: transparent;
    font-size: 20px;
    vertical-align: middle;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: currentColor;
}
/* End header banner */

/*== Begin Contact box right ==*/
.contact-icon-box {
    position: fixed;
    right: 26px;
    bottom: 110px;
    z-index: 1000;
}

.contact-icon-box>div {
    background: linear-gradient(180deg, #FFB033 0%, #FF8A00 100%);
    border-radius: 10px;
    font-size: 9px;
    font-weight: bold;
    padding: 8px;
    color: #fff;
    margin: 10px 0px;
}

/* Greting */
.greeting {
    background-color: #EBEBEB;
}

.node-title {
    font-weight: bold;
    font-size: 31px;
    line-height: 41px;
    color: #00953C;
    padding: 13px 0px;
    background: linear-gradient(180deg, #00953C 0%, #39B44A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*Greeting*/
.greeting .greeting-box {
	/*margin-left: 110px;*/
    margin-left: 0px;
    margin-right: 0px;
}

.greeting .greeting-content {
    /* color: #757879;
    font-size: 14px; */
    font-style: normal;
    text-align: justify;
}

.greeting .gbl {
    padding: 28px;
}

.greeting-right {
    background-size: 100% 100%;
    background-repeat: none;
	/*height: 530px;*/;
}

.greeting-right .elip {
    position: absolute;
    top: 75px;
    left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
    width: 280px;
}
/*.greeting-right .shake-hand{
	position: absolute;
	top: 0px;
	left: 0;
}*/
.greeting-right .text {
	bottom: 75px;
	color: #4E4E4E;
	font-size: 16px;
	margin-bottom: 0;
	position: absolute;
	text-align: center;
}
.greeting .node-title {
    text-align: inherit;
}
/* End greeting */

/* why */
.why .why-amount {
    font-size: 30px;
}

.service-slider>.owl-nav button.owl-next, .why-slider>.owl-nav button.owl-next {
	/*right: -40px!important;*/;
}

.service-slider>.owl-nav button.owl-prev, .why-slider>.owl-nav button.owl-prev {
	/*left: -40px!important;*/;
}

.service-slider>.owl-nav button i, .why-slider>.owl-nav button i {
    color: #39b44a;
}

.why-chi {
    border-radius: 29px;
    background-size: contain;
    margin: 0px 40px;
}

.why-chi::after {
	background: linear-gradient( 360deg, #000000 40.47%, rgba(0, 0, 0, 0) 73.05%);
	border-radius: 29px;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.why-chi .content {
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.why-chi .ct-before {
    visibility: visible;
    position: absolute;
    opacity: 1;
    transform: translate(0,0);
    transition: all 1s ease-out;
}

.why-chi .number {
    color: #FFFFFF4A;
    font-size: 90px;
    bottom: 40px;
    left: 22px;
    font-weight: bold;
    margin-left: 25px;
}

.why-chi .hr {
    border: 1.5px #FFB033 solid;
    width: 30px;
    position: absolute;
    background-color: #ffb033;
}

.why-chi .tit {
    color: #FFB033;
    margin-left: 10px;
    font-weight: bold;
    max-width: 105px;
}

.why-chi .tit-content {
    padding-right: 30px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    opacity: 0;
    transform: translate(100%,0);
    transition: all 1s ease-out;
    bottom: 0;
}

.why-chi:hover .tit-content {
    transform: translate(0,0);
    opacity: 1;
}

.why-chi:hover .ct-before {
    visibility: hidden;
    opacity: 0;
    transform: translate(-100%,0);
}

.hr-bt {
    background: linear-gradient(259.7deg, #39B44A 27.64%, #00953C 72.06%);
    width: 150px;
    height: 2px;
}
/* end why */

/* services  */
.services .node-title {
    text-align: left;
}

.services .r-elipse {
    position: absolute;
    top: 0;
    right: -100px;
    width: 478px;
    height: 478px;
    background: linear-gradient(180.11deg, rgba(57, 180, 74, 0.2) 15.18%, rgba(0, 149, 60, 0) 53.4%);
    border-radius: 50%;
}

.services .l-elipse {
    position: absolute;
    bottom: -100px;
    left: -50px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: linear-gradient(180.11deg, rgba(57, 180, 74, 0.1) 15.18%, rgba(0, 149, 60, 0) 53.4%);
}

.solution-img {
    width: 100px;
}

.solution-chi {
    padding: 50px 25px;
}

.customer .owl-carousel .owl-item img {
    max-height: 50px;
    width: auto;
}

.solution-border {
    padding: 10px 0px 0px 0px;
}

.solution-border-after {
	/*background: linear-gradient(180deg, #39B44A 0%, #00953C 100%);*/;
}

.solution-border-top {
	/*background: linear-gradient(180deg, #39B44A 0%, #00953cbf 100%);*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 29px 29px 0px 0px;
    /*display: none;*/;
}

.solution-chi-box {
    top: -160px;
}

.solution-border:hover .solution-img {
    z-index: 101;
}

.solution-border:hover .solution-m {
    z-index: 101;
    background: linear-gradient(180deg, #FFB033 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.solution-border:hover .solution-son {
    visibility: visible;
}

.solution-border:hover .solution-son hr {
    transform: translate(0,0);
    opacity: 1;
    width: 50%;
}

.solution-border:hover .solution-son .bg-hover {
    opacity: 1;
	/*transform: translate(0,0);*/
    height: 100%;
}

.solution-m {
    font-size: 25px;
    height: 40px;
    color: #8C8C8C;
}

.solution-m-after {
    background: linear-gradient(180deg, #FFB033 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.solution-son {
    font-size: 14px;
    position: absolute;
    padding-top: 140px;
    width: 100%;
	/*background: linear-gradient(180deg, #00953cbf 0%, #00953C 100%);*/
    z-index: 100;
    border-radius: 29px;
    visibility: hidden;
    transition: all .1s ease-in-out;
}

.solution-son .bg-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, #00953cbf 0%, #00953C 100%);
    opacity: 0;
    /*transform: translate(0,-100%);*/
    transition: all .8s ease-out;
    border-radius: 29px;
}

.solution-son hr {
    width: 0%;
    background-color: #FFB033;
    height: 1px;
    opacity: 0;
    transform: translate(100%,0);
    transition: all 1s ease-out;
}

.solution-son a {
    text-decoration: none;
    color: #fff;
}

.solution-son a:hover {
    font-weight: bold;
}
/* end services  */

/*Customer*/
.customer-slider {
    margin: 50px 0px;
}

.customer-slider .space {
    height: 20px;
}

.customer-cate {
    background: #39B44A;
    border-radius: 29px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 0px 5px;
    position: relative;
    transform: translate(0,0);
}

.customer-box, .customer-cate {
    height: 46px;
    width: 240px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 10px;
    flex-wrap: nowrap;
}
/* .customer-cate{
    transition: all 1s linear;
} */
/*.customer-box{
	transition: all 1s;
}*/
.margin_auto {
    margin: auto;
}

.margin_15px {
    margin-left: 15px;
}

.customer-box div {
    margin: 5px;
    width: 100px;
    transition: all 1s linear;
}

.customer-box div img {
    position: relative;
}

.customer-bot {
    margin-top: 150px;
}

.customer-box-pa {
    position: absolute;
    border-radius: 20px;
    width: 0px;
    background: none;
    /* -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear; */
}

.logo-hidden {
    display: none;
    width: 0px;
    transition: all .5s linear;
}
/*.customer-box-pa-after{
	background-color: #fff;
	position: relative;
	z-index: 10000;
	/*width: 600px;*/
	/*right: 0px;*/
/* } */

*/
.owl-item .customer:hover {
    z-index: 1;
}

.customer-slider .owl-item {
    z-index: 0;
    /* transition: all 1s linear; */
    margin-left: 3px;
}

.customer-slider .owl-item:hover {
    z-index: 1;
}
/*.customer-box-pa:hover{
	position: relative;
	width: 600px;
	z-index: 10000;
}*/
.customer-box-pa:hover {
    background-color: #fff;
    position: absolute;
    z-index: 10000;
    width: 550px;
    right: initial;
    left: 0;
    height: 320px;
    margin-top: 0;
}
#customer-box .owl-stage{
    height: 320px;
}
#customer-box  .owl-stage .owl-item.active:nth-child(4n+4) .customer-box-pa {
    right:100%;
    left: initial;
}

#customer-box .owl-stage .owl-item.active:nth-child(4n+4) .customer-box-pa:hover {
    right: 50px;
    left: initial;
}

.customer-box-pa:hover .logo-hidden {
    display: block;
}

.customer-box-pa:hover .customer-cate {
    background-color: #FFB033;
    z-index: 1000;
    transform: translate(180px,0);
}

.customer-box-pa:hover  .customer-box {
    width: 500px;
    z-index: 1000;
    margin: auto;
	flex-wrap: wrap;
}

.customer-box-pa:hover  .customer-box  div {
    max-width: 110px;
    z-index: 1000;
}

.customer-box-pa:hover  .customer-box  .logo-hidden {
	/*display: block;*/
    width: 100px;
}

.customer-box-pa:hover  .customer-box  div  img {
    max-width: 100px;
    z-index: 1000;
}

.customer-box-pa .customer-box div {
    transition: all .3s linear;
    cursor: pointer;
    
}

.customer-box-pa .customer-box div:hover {
    transform: scale(1.5);
    background: #fff;
    color: #fff;
    border-radius: 10px;
    z-index: 1001;
    border: 0.01vw solid #dee2e6!important;
}

.customer-box-pa .customer-out {
    position: absolute;
    left: 0;
    top: 0;
}
/*End Customer*/

/*Footer*/
.footer {
    background-color: #4E4E4E;
    padding: 70px 0px;
}

.footer .logo-footer {
    width: 150px;
    margin-bottom: 12px;
}

.footer .icon-social {
    margin: 0px 12px;
}

.footer .ct-name {
    font-size: 17px;
    line-height: 20px;
}

.footer .infor {
    font-size: 15px;
    line-height: 18px;
}

.footer .info-content {
    padding-left: 5px;
}

.footer .info-content-a {
    padding-top: 15px;
}

.footer .form-contact {
    padding: 16px;
    border-radius: 23px;
}

.modal-contact {
    border-radius: 23px;
}

.modal-contact .form-contact h4 {
    font-size: 13px;
    color: #ff8a00;
    font-weight: bold;
    text-align: center;
}

.modal-contact .modal-content {
    border-radius: 23px;
}

.footer .form-contact .ct-in, .modal-contact .form-contact .ct-in {
    border: 1px solid #757879;
    box-sizing: border-box;
    border-radius: 25px;
    padding-left: 15px;
    font-size: 12px;
    width: 100%;
    margin-bottom: 8px;
}

.footer .form-contact ul, .modal-contact .form-contact ul {
	list-style: none;
}

.footer .form-contact input, .footer .form-contact select, .modal-contact .form-contact input, .modal-contact .form-contact select {
    height: 32px;
}

.footer .ct-note, .modal-contact .ct-note {
    padding-top: 10px;
}

.footer .btn-ct-box, .modal-contact .btn-ct-box {
    margin: 16px auto 4px;
}
/*End Footer*/

/*About us*/
.bg-first {
    background: #5C5C5CE5;
    height: 60px;
}

.about-us .ab-title {
    background: #4E4E4E;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 999;
}

.about-us .ab-title-chi {
    float: left;
    width: 20%;
    height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}

.about-us .ab-title-active {
    background: #39B44A;
}

.about-us .ab-bg-opa {
    background-color: #000;
    opacity: .5;
    top: 0;
    left: 0;
}

.about-us .sub-title {
    position: absolute;
    top: 0;
    color: #fff;
    height: 100%;
    width: 100%;
}

.about-us .sub-title p {
    text-align: justify;
    font-size: 14px;
}

.sub-title-box {
    margin-left: 160px;
    width: 460px;
}

.about-us .sub-title h4 {
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
}

.about-us .sub-title p.p-first {
    font-weight: 400;
    margin: 20px 0px;
}

.about-us .sub-title p.p-second {
    font-weight: 600;
}

.about-us .ab-title-content p {
    text-align: justify;
    font-size: 13px;
    color: #757879;
}

.ab-content {
    padding: 0px 160px;
}

.title-img-ox {
    padding: 0px;
}

.title-img-box {
    padding: 0px;
}

.title-img-box-sc {
    position: absolute;
}

.title-img-box-fi,.title-img-box-sc {
    padding-left: 44px;
}

.title-img-box-sc {
    bottom: 0;
}

.title-img-box>div {
    top: 0;
    left: 0;
    overflow: hidden;
}

.title-img-box img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transition: all 1s;
}

.hover-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    padding: 28px 40px;
    z-index: 10;
    background: none repeat scroll 0 0 rgba(54, 57, 64, 0.56);
    opacity: 1;
    transform: scale(0);
}

.hover-box {
    background: #000;
    opacity: .5;
}

.hover-box, .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s all linear;
}

.title-img-box:hover.hover-box {
    visibility: visible;
    opacity: .5;
}

.title-img-box:hover .hover-content {
	/*visibility: visible;*/
    transform: scale(1);
    opacity: 1;
}

.title-img-box:hover img {
    transform: scale(1.5);
}

.cb-content-fi {
    margin: 70px 0px 0px 0px;
}

.cb-content-sc {
    margin: 22px 0px;
}

.cb-content-lt {
    margin: 50px 0px;
}

/*Chặng đường 14 năm*/
/*Timeline*/
/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    padding: 60px 240px 0px 240px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #39B44A;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.timeline-box {
    position: relative;
    background-color: inherit;
    width: 50%;
}

.timeline-box {
    padding: 10px 10px 10px 70px;
}
/*.timeline-box.right{
	padding: 10px 10px 10px 40px;
}*/

/* The circles on the timeline */
.timeline-box::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    right: -2px;
    background-color: #39B44A;
    border: 1px solid #39B44A;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.left {
    left: 0;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -7px;
}

/* The actual content */
.content {
  /*padding: 20px 30px;*/
    position: relative;
  /*border-radius: 6px;*/;
}

.timeline .img-box {
    width: 65px;
}

.tl-milestone {
    color: #757879;
    font-weight: 900;
    margin: 10px 0px;
}

.tl-content {
    font-size: 13px;
    line-height: 16px;
    color: #757879;
}

.tl-content, .tl-milestone {
    margin-left: 5px;
}
/*End Timeline*/
.way {
    background-repeat: none;
    background-size: cover;
    position: center;
}

/*End Chặng đường 14 năm*/

/*Vision Mission*/
.vision-mission .gt-box img {
    width: 158px;
}

.vision-mission .gt-box {
    color: #757879;
}

.vision-mission .title {
    text-align: center;
    font-size: 29px;
    line-height: 35px;
    font-weight: bold;
}

.vision-mission hr {
    background-color: #757879;
    width: 290px;
    margin: 22px auto;
}

.vision-mission .gt-content {
    text-align: justify;
    font-size: 13px;
}

.gt-box-left {
    padding: 0px 60px 0px 0px;
}

.gt-box-right {
    padding: 0px 0px 0px 60px;
}

.bg-circle-right, .bg-circle-left {
    position: absolute;
    background: linear-gradient(180.11deg, rgba(57, 180, 74, 0.2) 15.18%, rgba(0, 149, 60, 0) 53.4%);
    border-radius: 50%;
}

.bg-circle-left {
    width: 300px;
    height: 300px;
    left: -115px;
    bottom: -210px;
}

.bg-circle-right {
    width: 401px;
    height: 401px;
    right: -100px;
    top: 10px;
}
/*End vision Mission*/

/*Core Value*/
.core-value, .certificate {
    margin: 50px 0px;
}

.cv-content-box {
    height: 0;
    padding-bottom: 33.33%;
    color: #fff;
    width: 33.33%;
    float: left;
    position: relative;
}

.cover-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ct-grey {
    background-color: #6A6A6A;
    font-size: 13px;
    text-align: justify;
    padding: 0px 26px;
    font-weight: 400;
}

.cv-content-box p {
    margin: 0px;
}

.ct-img-grey {
    background-image: url('../../images/web/bg-grey.png');
}

.ct-img-green {
    background-image: url('../../images/web/bg-green.png');
}

.ct-img-green, .ct-img-grey {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.cv-content-box .cv-title-chi {
    font-weight: bold;
}

.cv-content-sub,.cv-content-box .cv-title-chi {
    font-size: 25px;
    line-height: 31px;
}

.cover-bg {
    transition: all .2s linear;
}

.cv-content-box:hover .cover-bg {
    transform: scale(1.2);
}
/*End Core Value*/

/*Certificate*/
.cer-content-box {
    padding: 0px 50px;
}

.cer-content-box .cer-chi-title {
    font-size: 24px;
    color: #FFB033;
    font-weight: bold;
    text-transform: uppercase;
}

.cer-content-box .cer-chi-content {
    font-size: 13px;
    color: #757879;
    text-align: justify;
}

/*== FAQs ==*/
#accordion-faqs {
    background-image: url('../../images/web/bg-ques.png');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 50px;
    position: sticky;
    top: 50px;
}

#accordion-faqs .card {
    border: none;
    border-bottom: 1px #39B44A solid;
    border-radius: 0px;
    background: none;
}

#accordion-faqs .card .card-body, #accordion-ans .card .card-body {
    border-radius: 0px;
}

#accordion-faqs .card-header .card-link:after {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    float: right;
}

#accordion-faqs .card-header .card-link.collapsed:after {
    content: "\f0da";
}

#accordion-faqs .card-header, #accordion-ans .card-header {
    border: none;
    background: none;
}

#accordion-faqs .card-link, #accordion-ans .card .card-link {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #39B44A;
}

#accordion-faqs .card-body p {
    font-size: 16px;
    color: #39B44A;
    cursor: pointer;
}

#accordion-faqs .card-body p:hover {
    font-weight: bold;
}

#accordion-ans {
    padding: 50px;
}

.bg-service {
    position: absolute;
    top: 50px;
    right: 50px;
    opacity: .3;
}

.bg-service img {
    width: 200px;
}

#accordion-ans .card {
    background-color: transparent;
}

#accordion-ans .card {
    border: none;
    border-radius: 0px;
}

#accordion-ans .card-header .card-link:after {
    content: url('../../images/icon/vector-right.png');
}

#accordion-ans-normal .card-header .card-link:after, 
#accordion-ans-implementation .card-header .card-link:after, 
#accordion-ans-payment .card-header .card-link:after {
    content: url('../../images/icon/vector-arrow-right.png');
}

#accordion-ans-normal .card-link, 
#accordion-ans-implementation .card-link, 
#accordion-ans-payment .card-link {
    color: #4E4E4E!important;
}

#accordion-ans-normal .card-body, 
#accordion-ans-implementation .card-body, 
#accordion-ans-payment .card-body {
    color: #4E4E4E;
    font-size: 13px;
}

#accordion-ans-normal .card:after, 
#accordion-ans-implementation .card:after, 
#accordion-ans-payment .card:after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #39B44A;
    top: 0;
    bottom: 0;
    left: 10px;
}

#accordion-ans-normal .card .card-header .card-link:before, 
#accordion-ans-implementation .card .card-header .card-link:before, 
#accordion-ans-payment .card .card-header .card-link:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 6px;
    background-color: #39B44A;
    border: 1px solid #39B44A;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

#accordion-ans-normal .card .card-link:hover {
    font-weight: bold;
}

.services .owl-carousel .owl-item img {
    height: 110px;
    width: 110px;
}

.solution-img {
    width: 100px;
}

.solution-chi {
    padding: 50px 25px;
}

.customer .owl-carousel .owl-item img {
    max-height: 50px;
    width: auto;
}

.faqs-solution-border {
    padding: 10px 0px 0px 0px;
}

.faqs-solution-border-top {
	/*background: linear-gradient(180deg, #39B44A 0%, #00953cbf 100%);*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 29px 29px 0px 0px;
    /*display: none;*/;
}

.faqs-solution-chi-box {
    top: -160px;
}

.faqs-solution-border:hover .faqs-solution-img {
    z-index: 101;
}

.faqs-solution-border:hover .faqs-solution-m {
    z-index: 101;
    background: linear-gradient(180deg, #FFB033 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faqs-solution-border:hover .faqs-solution-son {
    visibility: visible;
    position: relative;
}

.faqs-solution-border:hover .faqs-solution-son hr {
    transform: translate(0,0);
    opacity: 1;
    width: 50%;
}

.faqs-solution-border:hover .faqs-solution-son .bg-hover {
    opacity: 1;
	/*transform: translate(0,0);*/
    height: 100%;
}

.faqs-solution-m {
    font-size: 25px;
    height: 40px;
}

.faqs-solution-son {
    font-size: 14px;
    padding-top: 140px;
    width: 100%;
    z-index: 100;
    border-radius: 29px;
    visibility: hidden;
    transition: all .5s ease-in-out;
}

.faqs-solution-son .bg-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, #00953cbf 0%, #00953C 100%);
    opacity: 0;
    transition: all .8s ease-out;
    border-radius: 29px;
}

.faqs-solution-son hr {
    width: 0%;
    background-color: #FFB033;
    height: 1px;
    opacity: 0;
    transform: translate(100%,0);
    transition: all 1s ease-out;
}

.faqs-solution-son a {
    text-decoration: none;
    color: #fff;
}

.faqs-solution-son a:hover {
    font-weight: bold;
}


/*==Contact Us ==*/
.contact .bg-title {
    background: linear-gradient(261.65deg, rgba(0, 149, 60, 0.006) 34.18%, rgba(57, 180, 74, 0.2) 71.21%);
    width: 240px;
    height: 30px;
    position: absolute;
    bottom: 5px;
    left: -20px;
}

.contact .cp-title {
    font-size: 43px;
}

.contact .sub-title {
    font-size: 48px;
}

.services-page .greeting-box .bg {
    position: absolute;
    bottom: -10px;
    left: -20px;
    height: 35px;
    width: 300px;
    background: linear-gradient(261.65deg, rgba(0, 149, 60, 0.0087) 34.18%, rgba(57, 180, 74, 0.29) 71.21%);
}

.contact .contact-right p, .contact .infor td {
    font-size: 14px;
    line-height: 24px;
    color: #757879;
}

.contact .contact-right h5 {
    color: #757879;
    font-size: 14px;
    font-weight: 700;
    text-align: justify;
    line-height: 18px;
    text-transform: uppercase;
}

.contact .social-box {
    align-items: center;
    display: flex;
}

.contact .contact-top {
    margin: 50px 0px;
}

.contact .icon-social {
    width: 35px;
    height: 35px;
    margin: 0px 5px;
}

.contact .social-title {
    margin-right: 10px;
}

.contact .info-content-a {
    padding-top: 10px;
}

.contact .form-contact {
    margin-left: 50px;
    padding: 40px 30px;
    background: #39B44A;
}

.contact .form-contact .ct-in {
    width: 100%;
    font-size: 13px;
    padding-left: 10px;
    height: 40px;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact .ct-in-left {
    margin-right: 10px;
}

.contact .btn-contact {
    border-radius: 0px;
}

.contact .btn-ct-box {
    margin-top: 10px;
}

.contact .ct-note {
    padding-top: 10px;
}

.contact hr {
    margin: 30px 0px;
}
/*== Join us ==*/
.join-us .js-greeting {
    background: #7578791A;
}

.join-us .js-title h4 {
    background: linear-gradient(180deg, #00953C 0%, #39B44A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0px;
}

.join-us .js-title .cp-title {
    font-size: 68px;
    line-height: 83px;
    font-weight: 700;
    margin: 0px;
}

.join-us .js-title .content-p {
    text-align: center;
}

.content-p {
    font-size: 13px;
    line-height: 1.8;
    color: #757879;
}

.join-us .img-box {
    padding: 70px 0px;
    position: relative;
}

.join-us .img-box .img-1 {
    position: absolute;
    top: 50px;
    left: 50px;
}

.join-us .img-box .img-1 img {
    width: 90%;
}

.join-us .img-box .img-2 {
    position: absolute;
    top: 0;
    right: 20%;
}

.join-us .img-box .box-green {
    width: 240px;
    height: 240px;
    background: #39B44ACC;
    display: inline-block;
}

.join-us .js-job h4 {
    color: #757879;
    font-size: 23px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
}

.join-us .card-header .card-link .img-job-be {
    content: url("../../images/icon/job-af.gif");
}

.join-us .card-header .card-link .job-title:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    float: right;
    content: "\f0d7";
}

.join-us .card-header .card-link.collapsed .job-title:after {
    content: "\f0da";
}

.join-us .card-header .card-link.collapsed .img-job-be {
    content: url("../../images/icon/job-be.png");
}

.js-box .card {
    border: none;
    border-bottom: 1px solid #dee2e5;
    background: none;
}

.js-box .card .card-header {
    background: none;
}

.js-box .jb-img-box {
    width: 90px;
}

.js-box .jb-img-box div {
    width: 100%;
}

.js-box .job-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    background: linear-gradient(180deg, #00953C 0%, #39B44A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.js-box .bg-green {
    width: 323px;
    height: 18px;
    display: block;
    position: absolute;
    top: 25px;
    left: 2px;
}

.js-box .job-sub-title {
    color: #39B44A;
    font-size: 13px;
    line-height: 16px;
}

.js-box .job-content {
    color: #757879;
    font-size: 13px;
    padding-left: 100px;
}

.js-box .title-box {
    padding-left: 10px;
}

.js-box .close-btn {
    cursor: pointer;
}

.join-us .card-header .card-link.collapsed .job-sub-title {
    color: #757879;
}

.join-us .card-header .card-link.collapsed .bg-green {
    display: none;
}

.join-us .card-header .card-link.collapsed .job-title {
    color: #757879;
    background: none;
    -webkit-text-fill-color: #757879;
}

.join-why .title-box {
    background: #39B44A;
    font-weight: bold;
    padding: 50px 0px;
}

.join-why .title-box .title-top {
    font-size: 33px;
}

.join-why .title-box .title-bottom {
    font-size: 68px;
}

.join-why-box .jwt-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 120px;
}

.join-why-box h4 {
    color: #757879;
    font-size: 22px;
    font-weight: bold;
}

.join-why-box p {
    font-size: 13px;
}

.join-why-box .hr {
    width: 200px;
    background: #39B44A;
    height: 2px;
    margin: 13px 0px;
}

.benefit .be-title {
    color: #757879;
    text-align: center;
    font-weight: 700;
}

.benefit hr {
    background: #39B44A;
    width: 200px;
    border: 1px solid #39B44A;
}

.benefit-chi h4 {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #00000091;
    margin-bottom: 0px;
    padding: 13px 0px;
    font-size: 18px;
}

.benefit-chi p {
    text-align: justify;
    font-size: 13px;
    color: #757879;
    margin-top: 38px;
}

/*Popup Join Us*/
#modal-join-us .modal-content {
    background: linear-gradient(180deg, #39B44A 0%, #00953C 100%);
}

#modal-join-us .form-contact {
    padding: 20px;
    border-radius: 30px;
}

#modal-join-us .modal-content {
    border-radius: 30px;
    padding: 5px 20px;
}

#modal-join-us .ct-in {
    width: 100%;
    border: 1px solid #757879;
    box-sizing: border-box;
    border-radius: 25px;
    padding: 7px 10px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 16px;
}

.ct-in:focus {
    outline: none;
    box-shadow: 0px 0px 2px #30af48;
}

#modal-join-us .img-box {
    border-radius: 30px;
}

#modal-join-us .img-box img {
    width: 80%;
}

#modal-join-us h4 {
    text-align: center;
    font-weight: bold;
    color: #fff;
}

#modal-join-us .title-top {
    font-size: 27px;
}

#modal-join-us .title-bottom {
    font-size: 38px;
}

#modal-join-us button.close {
    position: absolute;
    top: 0;
    right: 0;
}

#modal-join-us .btn-upload {
	/*float: right;*/
    background: #757879;
    color: #fff;
    padding: 2px 5px;
    border-radius: 10px;
    height: 100%;
    cursor: pointer;
}

/*== Services ==*/
.services-page .greeting-box .cp-title {
    font-size: 33px;
}

.services-page .greeting-box .sub-title {
    font-size: 53px;
}

.services-page .greeting-box .bg {
    position: absolute;
    bottom: -10px;
    left: -20px;
    height: 35px;
    width: 300px;
    background: linear-gradient(261.65deg, rgba(0, 149, 60, 0.0087) 34.18%, rgba(57, 180, 74, 0.29) 71.21%);
}

.services-cate .cover-box-1 {
    background: #000;
    opacity: .3;
}

.services-cate .service-name, .services-cate .cover-box-1 {
    transform: scale(1,1);
    transition: .5s ease-in-out;
}

.services-cate .content-box {
    width: 100%;
    height: 100%;
    display: flex;
}

.services-cate .content-box, .services-cate .cover-box-2 {
    transform: scale(0,0);
    transition: .8s ease-in-out;
}

.services-cate .cover-box-2 {
    background: #00953C;
    opacity: .9;
}

.services-cate .service-title {
    font-size: 38px;
    color: #00953C;
    font-weight: bold;
}

.services-cate .bg {
    background-position: center;
    background-size: cover;
    height: 190px;
}

.services-cate .bg:hover .cover-box-1, .services-cate .bg:hover .service-name {
    transform: scale(0,0);
}

.services-cate .bg:hover .cover-box-2, .services-cate .bg:hover .content-box {
    transform: scale(1,1);
}

.services-cate .service-chi {
    font-size: 27px;
}

.services-cate .services-solution .service-solution-chi p {
    font-size: 23px;
}

/*== Begin Case Study ==*/
.case-study-top .banner-img-box {
    mix-blend-mode: darken;
}

.case-study-top .banner-img-box img {
    width: 100%;
}

.case-study-top {
    background: url(../../images/web/banner-case-study-1.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.case-study-top .content-left .sub-title {
    font-size: 53px;
    font-weight: bold;
}

.case-study-top .content-left .bg {
    background: linear-gradient(261.65deg, rgba(0, 149, 60, 0.006) 34.18%, rgba(57, 180, 74, 0.2) 71.21%);
    height: 50%;
    width: 50%;
    left: -20px;
    bottom: 0;
}

.case-study-top .content-right {
    width: 400px;
}

.case-study-top .content-right .img-ani {
    width: 70px;
    height: 70px;
    animation-duration: 3s;
  	/*animation-delay: 1s;*/
    box-shadow: 3px 3px 6px #aaaaaa;
    border-radius: 20px;
}

.case-study-top .content-right .box-img-ani-1 {
    box-shadow: 3px 3px 6px #aaaaaa;
    border-radius: 20px;
}

.case-study-top .content-right .img-ani-1 {
    top: 10px;
    left: 10px;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    animation-name: rotateImg1;
}

.case-study-top .content-right .img-ani-3 {
    left: 30px;
    bottom: 40px;
    transform: rotate(-12deg);
    -webkit-transform: rotate(-12deg);
    animation-name: rotateImg3;
}

.case-study-top .content-right .img-ani-2 {
    right: 0;
    top: 180px;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    animation-name: rotateImg2;
}

@keyframes rotateImg1 {
    from {
        left: 150px;
        top: 70px;
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }

    to {
        top: 10px;
        left: 10px;
        -webkit-transform: rotate(-40deg);
        transform: rotate(-20deg);
    }
}

@keyframes rotateImg2 {
    from {
        right: 150px;
        top: 70px;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    to {
        top: 180px;
        right: 0px;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
    }
}

@keyframes rotateImg3 {
    from {
        left: 150px;
        bottom: 200px;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    to {
        left: 30px;
        bottom: 40px;
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
}

.box-cases .node img {
    width: 150px;
}

.box-cases .node p {
    font-weight: bold;
    font-size: 23px;
    color: #757879;
}

.box-cases .owl-item>div>div, .case-study-result .owl-item>div>div {
    transition: all .5s;
    border-radius: 5px;
    height: 250px;
    display: flex;
    justify-content: center;
}

.box-cases .owl-item>div>div p, .case-study-result .owl-item>div>div p {
    font-size: 0px;
    transition: all .3s linear;
}

.box-cases .owl-item>div>div .view-more, .case-study-result .owl-item>div>div .view-more {
    color: #757879;
    font-size: 14px;
    background: #fff;
    padding: 8px 29px;
    margin-bottom: 10px;
    display: none;
    border-radius: 40px;
    font-weight: bold;
    transition: all .5s;
}

.box-cases .owl-item>div>div.bg-warning {
    background: #FFB033;
}

.box-cases .owl-item>div>div:hover img {
    max-width: 100px;
    margin: auto;
    max-height: 100px;
}

.box-cases .owl-item>div>div:hover, .case-study-result .owl-item>div>div:hover {
    transform: scale(1.1);
    z-index: 1;
}

.box-cases .owl-item>div>div:hover p, .case-study-result .owl-item>div>div:hover p {
    font-size: 12px;
    padding: 0px 10px;
}

.box-cases .owl-item>div>div:hover .view-more, .case-study-result .owl-item>div>div:hover .view-more {
    display: inline-block;
}

.box-cases .owl-item>div>div:hover div div, .case-study-result .owl-item>div>div:hover div div {
    position: absolute;
    bottom: 0;
    width: 80%;
	/*height: 100%;*/
    overflow: hidden;
}

.case-left-slider .owl-prev i {
    background: #FFB033;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.case-right-slider .owl-next i {
    background: #39B44A;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*== End Case Study ==*/

/*== Begin Case Study ==*/
.case-study-detail .csd-top h4, .case-study-result .title-fol {
    color: #39B44A;
    font-size: 23px;
    font-weight: bold;
}

.case-study-detail .box-right::after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #39B44A;
    top: 0;
    bottom: 0;
    right: 0;
}

.case-study-detail .csd-top .sub-title {
    font-size: 14px;
    color: #404040;
    font-weight: bold;
}

.case-study-result fieldset {
    border: 2px solid #109e40;
    border-bottom: none;
    border-radius: 50px;
}

.case-study-result fieldset legend {
    text-align: center;
    color: #ffb033;
    font-weight: bold;
    font-size: 43px;
    width: auto;
    padding: 0px 50px;
    margin: auto;
}

.case-study-result .result-title {
    font-size: 23px;
    color: #757879;
}
/*== End Case Study ==*/

/*== Service Detail ==*/
.service-detail fieldset {
    border: 1px solid #109e40;
    border-bottom: none;
    border-radius: 50px;
}

.service-detail fieldset legend, .service-detail-content .content-more .service-name {
    font-size: 43px;
    font-weight: bold;
    color: #00953C;
    width: auto;
    margin: 0.5rem 0 3rem;
}

.service-detail-content .box-experience-brandname .warranty-activation {
	background: #34B149;
	border-radius: 35px;
	padding: 20px;
}

.service-detail-content .box-experience-brandname .warranty-activation .service-name {
	color: #fff;
	margin: 0 0 15px;
    font-size: 30px;
    text-transform: none !important;
}

.service-detail-content .box-experience-brandname .warranty-activation input {
	border: 0;
	height: 3rem;
	margin-bottom: 10px;
	padding: 0 25px;
	width: 100%;
}

.service-detail-content .box-experience-brandname .warranty-activation button {
	font-weight: 500;
	width: 100%;
}

.service-detail-content .box-experience-brandname .service-message {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 30px;
}

.service-detail-content .box-experience-brandname .service-message.warning {
	color: #FF8A00;
}

.service-detail-content .box-experience-brandname .service-message.success {
	color: #00953C;
}

.service-detail-content .box-experience-brandname .warranty-activation .service-message {
    color: #fff;
    margin: 0;
	padding: 60px;
}

.service-detail fieldset h4 {
    font-size: 27px;
    font-weight: bold;
    background: linear-gradient(180deg, #00953C 0%, #FFB033 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-detail fieldset .btn-contact {
    display: inline-block;
    min-width: 170px;
}

.services-detail .main-img {
    width: 200px;
}

.service-detail .img-1, .service-detail .img-2, .service-detail .img-3, .service-detail .img-4 {
    position: absolute;
    animation-duration: 2s;
    animation-timing-function: ease-out;
}

.service-detail .img-1 {
    width: 60px;
    top: 50px;
    left: 0px;
    animation-name: rotateImgSerive1;
}

.service-detail .img-2 {
    width: 80px;
    bottom: 120px;
    left: -10px;
    animation-name: rotateImgSerive2;
}

.service-detail .img-3 {
    width: 70px;
    top: 80px;
    right: 50px;
    animation-name: rotateImgSerive3;
}

.service-detail .img-4 {
    width: 50px;
    bottom: 120px;
    right: 0px;
    animation-name: rotateImgSerive4;
}

.greeting-container .content-classify {
    color: #757879;
    font-size: 14px;
}

.greeting-container .content-classify h2 {
    color: #00953C;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    margin: 1.5rem 0;
}

.greeting-container .content-classify h3 {
    color: #757879;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 1rem;
}

.greeting-container .content-classify ul {
    padding-left: 2rem !important;
}

@keyframes rotateImgSerive1 {
    from {
        left: 150px;
        top: 50px;
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }

    to {
        top: 50px;
        left: 0px;
    }
}

@keyframes rotateImgSerive2 {
    from {
        left: 150px;
        bottom: 300px;
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }

    to {
        bottom: 120px;
        left: -10px;
    }
}

@keyframes rotateImgSerive3 {
    from {
        right: 150px;
        top: 50px;
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }

    to {
        top: 80px;
        right: 50px;
    }
}

@keyframes rotateImgSerive4 {
    from {
        right: 150px;
        bottom: 300px;
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }

    to {
        bottom: 120px;
        right: 0px;
    }
}

.service-detail-content {
    background: #4343431f;
}

.service-detail-content .box-index {
    position: sticky;
    top: 60px;
}

.service-detail-content .indexing {
    color: #757879;
    border-bottom: 1px solid #757879;
}

.service-detail-content .indexing.active {
    background: linear-gradient(180deg, #39B44A 0%, #00953C 100%);
    color: #fff;
    border-bottom: none;
}

.service-detail-content .content-more .title {
    font-size: 28px;
    font-weight: bold;
}

.service-detail-content .content-more ul {
    padding-left: 18px !important;
}

.service-detail-content .content-more .box-defind .bg-contact {
    height: 13rem;
    background: url(../../images/web/service-bg.png);
    background-size: 100%;
}

.service-detail-content .content-more .box-defind .bg-contact .top-title {
    font-size: 25px;
    font-weight: bold;
    margin: 0px;
}

.service-detail-content .content-more .box-defind .bg-contact .top-title .contact-title {
    font-size: 14px;
}

.service-detail-content .content-more .box-advantages {
    background: url(../../images/web/service-bg-middle.png);
    background-size: 100% auto;
}

.service-detail-content .content-more .box-advantages .box-top {
    background: #FFFFFFCC;
    border-radius: 50px;
}

.service-detail-content .content-more .box-reason {
    background: url(../../images/web/service-bg-bottom.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service-detail-content .content-more .box-reason .title-top {
    font-size: 33px;
    line-height: 38px;
}

.service-detail-content .content-more .box-reason .title-bottom {
    font-size: 68px;
    line-height: 38px;
}

.service-detail-content .box-experience-brandname input {
    border: 1px solid #00953C;
    border-radius: 45px;
    margin-bottom: 20px;
    padding: 0px 45px;
    font-size: 13px;
    height: 4rem;
    width: 75%;
}

.service-detail-content input:hover, .service-detail-content input:focus {
    outline: none;
    box-shadow: 0px 0px 2px #30af48;
}

.box-implementation table thead {
    font-size: 16px;
    background: #4E4E4E;
    color: #fff;
}

.box-implementation table thead tr th {
    vertical-align: middle;
}

.box-implementation table tbody {
    background: #fff;
}

.box-implementation .box-pagination .page-item .page-link {
    background: none;
}

.box-implementation .box-pagination .page-item.active .page-link {
    background: #39B44A;
}

.box-implementation input {
    border: none;
    border-radius: 25px;
    padding: 5px 20px;
    font-size: 13px;
}

.box-implementation .box-search .fa-search {
    top: 5px;
    right: 10px;
    cursor: pointer;
}

.box-implementation table tbody ul, .box-implementation table tbody ol {
    padding: 10px;
}

/*== End Service Detail ==*/

/*== Begin Search Page ==*/
.search-page .search-icon {
    width: 24px;
    top: 12px;
    left: 12px;
}

.search-page input {
    width: 100%;
    border: none;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    height: 3rem;
    font-size: 15px;
    padding: 0px 50px;
}

.search-page input:focus, .search-page input:hover {
    outline: none;
    box-shadow: 0px 0px 2px #30af48;
}

.search-page .search-button {
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.search-page .result-search-box h4 {
    font-size: 15px;
}

.search-page .result-search-box .arrow-more {
    width: 25px;
    height: 17px;
    cursor: pointer;
}

.search-page .result-search-box .result-breadcrumb .active {
    color: #39B44A;
}

.search-page .result-search-box .result-breadcrumb {
    font-size: 12px;
}


/*== End Search Page ==*/

/* End Header */
@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}

@media (max-width: 1280px) {
    .greeting-container {
    	line-height: 1.8 !important;
        max-width: 100%!important;
    }

    .greeting {
        padding-left: 80px;
    }
	/*.greeting-container > .row{
		margin-left: 0px;
	}*/;
}

/* Mobile */
@media (max-width:767.98px) {
	/*Normal*/
    .scrolltotop {
        display: none!important;
    }

    .btn-contact {
        padding: 4px 17px;
        font-size: 10px;
    }

    .ab-content {
        padding: 0px 10px;
    }

    .bg-first {
        height: 40px;
        background: transparent;
    }

	/*End Normal*/
	/*== Begin Homepage ==*/
    .dropdown .dropdown-menu {
        transform: none !important;
    }

    .greeting {
        padding-left: 0px;
        background: #fff;
    }

    .greeting .gbl {
        padding: 15px;
    }

    .node-title {
        font-size: 18px;
        line-height: 22px;
    }

    .greeting .node-title {
        text-align: center;
    }

    .greeting .greeting-content {
        font-size: 10px;
        text-align: center;
    }

    .greeting .view-more-box {
        text-align: center;
    }

    .greeting-right .elip {
        width: 150px;
    }
    
    .greeting-right .text {
		bottom: 50px;
    	font-size: 14px;
    }

    .services .title-box {
        text-align: center;
    }

    .solution-chi-box {
        top: -90px;
    }

    .solution-chi {
        padding: 0px;
    }

    .solution-img {
        width: 50px;
    }

    .solution-m {
        font-size: 14px;
        height: 0px;
    }

    .solution-son {
        font-size: 12px;
        padding-top: 90px;
    }

    .solution-son .bg-hover {
        border-radius: 10px;
    }

    .services .r-elipse {
        right: -115px;
        width: 200px;
        height: 200px;
    }

    .services .l-elipse {
        width: 200px;
        height: 200px;
    }
	/*== Customer ==*/
    .customer-box, .customer-cate {
        height: 46px;
        width: 136px;
        margin-right: 0;
    	margin-left: 0;
    }

    .customer-box-pa:hover .col-6.logo-show,
    .customer-box-pa:hover .col-2.logo-hidden {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    
	.col-6.logo-show {
	    padding-right: 0;
	    padding-left: 0;
	}

    .customer-cate {
        font-size: 8px;
    }
	/*== End Homepage ==*/

	/*== Begin Banner ==*/
    #header-menu {
        background: #5C5C5CE5;
        height: 40px;
    }
    
    .navbar-toggler {
    	border: 0;
    	outline: none !important;
    	padding: 0.5rem;
    }
    
    .navbar-collapse {
    	background: linear-gradient(180deg, #00953C 0%, #39B44A 100%);
    	left: 0;
    	padding: 15px;
    	position: absolute;
    	top: 40px;
    	width: 220px;
		overflow-y: scroll;
    	max-height: calc(100vh - 40px);
		-webkit-transform: translateX(-100%);
	    -moz-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	    -o-transform: translateX(-100%);
	    transform: translateX(-100%);
	    -webkit-transition: all 0.4s ease-out;
	    -moz-transition: all 0.4s ease-out;
	    -ms-transition: all 0.4s ease-out;
	    -o-transition: all 0.4s ease-out;
	    transition: all 0.4s ease-out;
    }
    
    .navbar-collapse.show {
	    -webkit-transform: translateX(0);
	    -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	    -o-transform: translateX(0);
	    transform: translateX(0);
	}
    
    .navbar-nav .nav-item:first-child {
    	display: none;
    }
    
    .navbar-nav .nav-item.border {
    	border: 0 !important;
    }
    
    .navbar-nav .nav-item .nav-link {
    	font-weight: 600;
    	margin: 0;
    	padding: 8px 10px !important;
    }
    
    .navbar-nav .nav-item .nav-link.active-menu {
    	border: 0;
		color: #FFB033 !important;
	}
	
	.navbar-nav .nav-item.dropdown .nav-link.menu-link {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	
	.navbar-nav .nav-item.dropdown.dropdown-service .nav-link.menu-link {
		pointer-events: auto;
    	cursor: pointer;
	}
	
	.navbar-nav .nav-item.dropdown.dropdown-service {
		position: relative;
		display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	    flex-flow: row wrap;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
	}
	
	.navbar-nav .nav-item.dropdown.dropdown-service:hover .dropdown-menu,
	.navbar-nav .nav-item.dropdown.dropdown-service:focus .dropdown-menu {
		display: none;
	}
	
	.navbar-nav .nav-item.dropdown .nav-arrow {
	    height: 20px !important;
	    width: 20px !important;
	    position: absolute;
	    right: 0;
	    top: 50%;
	}
	
	.navbar-nav .nav-item.dropdown .nav-arrow.active {
		display: none;
	}
	
	.navbar-nav .nav-item.dropdown .nav-arrow::after {
		content: "";
		color: #fff;
		border-top: 0.375em solid;
    	border-right: 0.375em solid transparent;
    	border-bottom: 0;
    	border-left: 0.375em solid transparent;
	}
	
	.navbar-nav .nav-item.dropdown .nav-arrow.active-arrow::after {
	    color: #ffb033;
	}
	
	.navbar-nav .nav-item.dropdown.dropdown-service .dropdown-services-cus {
		background: transparent;
	    width: auto;
	    left: auto;
	    right: auto;
	    top: auto;
	    margin: 0;
	    padding: 0;
	}
	
	.navbar-nav .nav-item .nav-link .menu-hover {
    	display: none;
    }
    
    .navbar-nav .nav-item.nav-language {
    	padding: 8px 10px;
    	font-size: 13px;
    }
    
    .navbar-nav .nav-item.dropdown .nav-link::after {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 1em;
		vertical-align: middle;
		content: "";
		border-top: 0.375em solid;
		border-right: 0.375em solid transparent;
		border-bottom: 0;
		border-left: 0.375em solid transparent;
    }
    
    .navbar-nav .nav-item.dropdown.dropdown-service .nav-link::after {
    	display: none;
    }
    
    .header-menu .navbar-brand {
    	margin: 0;
    }

    .header-menu .logo {
        max-height: 15px;
    }
    
    .header-menu .navbar-search {
    	color: #fff;
    	padding: 0.5rem 0.75rem;
    	position: relative;
    }
    
    .header-menu .navbar-search .input-group {
    	display: none;
    	position: absolute;
    	right: -30px;
		top: 45px;
    	width: 160px;
    }
    
    .header-menu .navbar-search:hover .input-group,
    .header-menu .navbar-search:focus .input-group {
    	display: none;
    }
    
    .header-menu .navbar-search input {
	    border: 0;
	    border-radius: 0;
	    box-shadow: none;
        height: 30px;
    }
    
    .header-menu .navbar-search button {
    	background: #fff;
	    border: 0;
	    border-radius: 0;
	    box-shadow: none;
        height: 30px;
        padding: 2px 6px;
		width: 30px;
    }
    
    .header-menu .navbar-user {
    	color: #fff;
    	padding: 0.5rem 0.8125rem;
    }
    
    .header-menu .navbar-nav .dropdown:hover .dropdown-menu,
    .header-menu .navbar-nav .dropdown:focus .dropdown-menu {
	    display: block;
	    background: transparent;
	    width: auto;
	    left: auto;
	    right: auto;
	    top: auto;
	    margin: 0;
	    padding: 0;
    }
    
    .header-menu .navbar-nav .dropdown .dropdown-menu.dropdown-cus .sg-box {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
    
    .header-menu .navbar-nav .dropdown .dropdown-menu.dropdown-cus .sg-box::after {
    	display: none;
    }
    
    .header-menu .navbar-nav .dropdown .dropdown-menu.dropdown-cus .service-group {
	    margin: 0;
	    padding: 5px 10px;
	    text-transform: none !important;
	    font-size: 13px;
	    font-weight: 500;
	}
	
	.header-menu .navbar-nav .dropdown .dropdown-menu.dropdown-cus .service-group::after {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 0.75em;
		vertical-align: middle;
		content: "";
		border-top: 0.375em solid;
		border-right: 0.375em solid transparent;
		border-bottom: 0;
		border-left: 0.375em solid transparent;
    }
    
    .header-menu .navbar-nav .dropdown .dropdown-menu.dropdown-cus .sg-box .nav.flex-column {
    	display: none;
    }
    
    .header-menu .navbar-nav .dropdown .dropdown-menu.dropdown-cus .sg-box:hover > .nav.flex-column,
    .header-menu .navbar-nav .dropdown .dropdown-menu.dropdown-cus .sg-box:focus > .nav.flex-column {
    	display: flex;
    }
	
	.header-menu .navbar-nav .dropdown .dropdown-menu.dropdown-cus .nav-item:first-child {
		display: block;
	}
	
	.header-menu .navbar-nav .dropdown .dropdown-menu.dropdown-cus .service-chi {
		font-weight: 400;
		padding: 5px 10px !important;
	}
	
	.header-menu .navbar-nav .dropdown .dropdown-menu.dropdown-cus .service-chi::after {
		display: none;
	}
    
    .banner-video {
        left: -335px;
    }

    .banner-1 .title {
        font-size: 27px;
        line-height: 33px;
    }

    .banner-1 .right-decor {
        width: 110px;
        height: 20px;
        right: 10px;
        bottom: 128px;
    }

    .banner-1 .left-decor {
        width: 100px;
        height: 20px;
        left: 10px;
        top: 120px;
    }

    .view-more {
        font-size: 10px;
        margin-bottom: 0px;
    }

    .banner-2 .title {
        display: inline-block;
        font-size: 23px;
        line-height: 29px;
    }

    .banner-2 .sub-title {
        font-size: 9px;
        line-height: 13px;
    }
    
    .banner-2 img {
    	width: 230px !important;
    }
    
    .banner-2 .btn-contact {
    	display: none;
    }
    
    .banner-2 .read-more {
    	display: inline-block;
    }
    
    .banner-2 .w-100-mb {
    	width: 100%;
    }
    
    .promotion {
    	padding: 0;
    }

    .promotion > div {
        font-size: 8px;
        height: auto;
    }
    
    .promotion .pro-1 {
    	background: linear-gradient(261.65deg, rgba(57, 180, 74, 0.9) 34.18%, rgba(0, 149, 60, 0.9) 71.21%);
    	-ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;
    }
    
    .promotion .pro-2 {
    	-ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;
    }
    
    .promotion .pro-3 {
    	-ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;
    }

    .promotion>div>div>div.col-8 {
    	margin-left: 0;
        padding: 0;
        -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
    }

    .bn-2-title-box> #bg {
        left: -10px;
        height: 30px;
        width: 200px;
    }

    .bn-2-l {
        padding-left: 10px;
    }

    .header-banner .owl-stage-outer-header .container {
        height: 350px;
        padding: 0;
        padding-top: 70px;
    }

    .header-banner .owl-stage-outer-header {
        max-height: 350px;
    }
	/*== End Banner ==*/

	/*== Begin Footer ==*/
    .footer {
        padding: 0;
    }

    .footer .copyright {
        font-size: 10px;
    }

    .footer .ct-name {
        font-size: 13px;
        line-height: 16px;
    }

    .footer .infor {
        font-size: 10px;
        line-height: 13px;
    }

    .footer .bg-moblie {
        background: #000;
        padding-bottom: 100px;
    }
    
    .footer .form-contact .btn-contact, .modal-contact .form-contact .btn-contact {
    	padding: 10px 20px;
    	font-size: 16px;
    }
	/*== End Footer ==*/
	
	.why-chi:hover .content.ct-after {
		position: static;
	}
	.why-chi:hover .tit-content {
		top: 20px;
	}

	/*== Begin Join us ==*/
    .join-why-box .jwt-content {
        padding: 0px 10px;
    }

    .join-us .js-title .cp-title {
        font-size: 27px;
        line-height: 33px;
    }

    .join-us .js-title .content-p {
        text-align: justify;
        font-size: 10px;
        padding: 10px;
    }

    .join-us .img-box .box-green {
        width: 100px;
        height: 180px;
        display: inline-block;
        margin-left: 60px;
    }

    .join-us .img-box {
        padding: 20px 0px;
    }

    .join-us .img-box .img-1 {
        left: 20px;
        top: 50px;
    }

    .join-us .img-box .img-1 img {
        width: 210px;
    }

    .join-us .img-box .img-2 {
        right: 40px;
        top: 40px;
    }

    .join-us .img-box img {
        width: 111px;
    }

    .js-box .job-content {
        padding-left: 0px;
        font-size: 10px;
    }

    .js-box .job-content ul {
        padding-left: 10px;
    }

    .js-box .jb-img-box div {
        width: 70%;
    }

    .js-box .job-title {
        font-size: 13px;
        line-height: 16px;
    }

    .js-box .bg-green {
        width: 200px;
        top: 7px;
        height: 14px;
    }

    .js-box .job-sub-title {
        font-size: 10px;
        line-height: 13px;
    }

    .js-box .card-body {
        padding-bottom: 0px;
    }

    .join-why .title-box {
        padding: 20px 0px;
    }

    .join-why .title-box .title-bottom {
        font-size: 27px;
        line-height: 33px;
    }

    .join-why .title-box .title-top {
        font-size: 16px;
        line-height: 20px;
    }

    .join-why-box h4 {
        text-align: center;
        font-size: 14px;
        margin: 50px 0 10px;
    }

    .join-why-box .hr {
        margin: 10px auto;
        width: 150px;
        opacity: .6;
    }

    .join-why-box p {
        font-size: 10px;
        padding: 10px;
        color: #757879;
    }

    .benefit .be-title {
        font-size: 14px;
    }

    .benefit hr {
        width: 150px;
        opacity: .6;
        margin: 10px auto;
    }

    .benefit-chi p {
        font-size: 10px;
        margin-top: 30px;
    }

    .benefit-chi h4 {
        font-size: 11px;
    }
	/*== End Join us ==*/

	/*== Begin FAQs Mobile ==*/
    #accordion-faqs {
        padding: 30px 50px;
    }

    #accordion-faqs .card-link, #accordion-ans .card .card-link {
        font-size: 16px;
        line-height: 16px;
    }

    #accordion-faqs .card-body p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    #accordion-ans {
        padding: 0px;
    }
    
    #accordion-ans > .card {
    	margin: 1rem;
    }

    #accordion-ans>div> div.card-header {
        padding: 0px;
    }

    #accordion-ans>div> div.card-header img {
        width: 25px;
    }

    #accordion-ans .card-body {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 8px;
    }

    #accordion-ans-normal .card-body,
	#accordion-ans-implementation .card-body,
	#accordion-ans-payment .card-body {
        font-size: 10px;
        line-height: 14px;
        padding: 0 1.25rem;
        text-align: justify;
    }
    
    .bg-service {
        top: 20px;
        right: 20px;
    }

    .bg-service img {
        width: 100px;
    }

    #accordion-ans-normal .card .card-header .card-link::before,
	#accordion-ans-implementation .card .card-header .card-link::before,
	#accordion-ans-payment .card .card-header .card-link::before {
        width: 5px;
        height: 5px;
        left: 8px;
    }
	/*== End FAQs Mobile ==*/

	/*== Begin Contact Mobile ==*/
    .contact .cp-title {
        font-size: 18px;
        text-align: center;
    }

    .contact .sub-title {
        font-size: 27px;
    }

    .contact .bg-title {
        left: 20px;
        bottom: -10px;
    }

    .contact .contact-right p, .contact .infor td {
        font-size: 11px;
    }

    .contact hr {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .contact .social-box {
		/*margin-bottom: 20px;*/;
    }

    .contact .form-contact {
        display: none;
    }
	/*== End Contact Mobile ==*/

	/*== Begin Search ==*/
    .search-page .result-search-box h4 {
        font-size: 14px;
    }
	/*== End Search ==*/

	/*== Begin About us ==*/
    .sub-title-box {
        padding: 15px;
        margin-left: 0px;
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .about-us .sub-title h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .about-us .sub-title p.p-first, .about-us .sub-title p.p-second {
        font-size: 10px;
        margin: 10px 0px;
    }

    .about-us .ab-title-content p {
        font-size: 10px;
        margin: 10px 0px;
    }

    .title-img-box, .title-img-box-fi, .title-img-box-sc {
        position: relative;
    }

    .cb-content-fi {
        margin-top: 15px;
    }

    .title-img-box-fi, .title-img-box-sc {
        padding: 0px;
        margin: 15px 0px;
    }

    .cv-content-box {
        padding-bottom: 100%;
        width: 100%;
    }

    .gt-box-left, .gt-box-right {
        padding: 0px;
    }

    .vision-mission .gt-content {
        font-size: 10px;
    }

    .vision-mission .title {
        font-size: 18px;
        line-height: 22px;
    }

    .vision-mission hr {
        width: 150px;
        margin: 15px auto;
        opacity: .6;
    }

    .core-value, .certificate {
        margin: 15px 0px;
    }

    .hover-content {
        transform: scale(1);
    }
	/*Certificate*/
    .certificate img {
        width: 100%;
    }

    .cer-content-box {
        padding: 0px;
    }

    .cer-content-box .cer-chi-title {
        font-size: 19px;
        text-align: center;
        line-height: 22px;
        margin: 20px 0px;
    }

    .cer-content-box .cer-chi-content {
        font-size: 10px;
    }
	/*End About Us*/

	/*== Case study detail ==*/
    .case-study-detail .csd-top hr {
        width: 40%;
        background: #00953C;
    }

    .case-study-detail .csd-top h4, .case-study-result .title-fol {
        font-size: 14px;
        text-align: center;
        line-height: 131%;
    }

    .case-study-detail .csd-top .sub-title {
        font-size: 10px;
        line-height: 17px;
    }

    .case-study-result fieldset legend {
        font-size: 18px;
        margin: auto;
        padding: 0px 10px;
    }

    .case-study-result .result-title {
        font-size: 12px;
    }

    .case-study-detail .box-right::after {
        display: none;
    }

    .case-study-result ul {
        padding-left: 18px;
    }

    .box-cases .owl-item > div > div, .case-study-result .owl-item > div > div {
        height: 140px;
    }

    .donut-chart.chart1, .donut-chart.chart2, .donut-chart.chart3 {
        width: 150px;
        height: 150px;
    }

    .donut-chart.chart1 .slice.one,
	.donut-chart.chart2 .slice.one,
	.donut-chart.chart3 .slice.one {
        clip: rect(0 150px 73px 0);
    }

    .donut-chart.chart1 .slice.two,
	.donut-chart.chart2 .slice.two,
	.donut-chart.chart3 .slice.two {
        clip: rect(0 77px 150px 0);
    }

    .donut-chart.chart1 .chart-center,
	.donut-chart.chart2 .chart-center,
	.donut-chart.chart3 .chart-center {
        width: 130px;
        height: 130px;
    }

    .donut-chart.chart1 .chart-center span,
	.donut-chart.chart2 .chart-center span,
	.donut-chart.chart3 .chart-center span {
	    /*line-height: 130px;*/
        font-size: 22px;
    }
	/*== End case study detail ==*/

	/*== Begin Case Study ==*/
    .case-study-top {
        background: none;
    }

    .case-study-top .banner-img-box img {
        width: 100%;
    }

    .case-study-top .content-left .sub-title {
        font-size: 30px;
    }

    .box-cases .node {
        display: flex;
    }

    .case-study-top .content-left .bg {
        left: 4rem;
    }

    .box-cases .node img {
        width: 50px;
    }

    .box-cases .node p {
        font-size: 18px;
    }
	/*End Case Study*/

	/*== Begin Service Mobile ==*/
    .services-page .greeting-box .cp-title {
        font-size: 18px;
    }

    .services-page .greeting-box .sub-title {
        font-size: 27px;
    }

    .services-page .greeting-box .bg {
        height: 25px;
        width: 190px;
    }
	/*== End Serivce Mobile ==*/

	/*== Begin Service Detail ==*/
	.service-detail .img-1 {
		left: 10px;
	}
	
	.service-detail .img-2 {
		left: 10px;
	}
	
	.service-detail .img-3 {
		right: 10px;
	}
	
	.service-detail .img-4 {
		right: 10px;
	}
	
    .service-detail fieldset legend, .service-detail-content .content-more .service-name {
        font-size: 23px;
        margin: 0.5rem 0 2rem;
    }

    .service-detail fieldset h4 {
        font-size: 16px;
    }

    .service-detail fieldset .btn-contact {
        min-width: 100px;
        white-space: nowrap;
    }

    .service-detail-content .title-mobile {
        position: sticky;
        top: 40px;
        z-index: 100;
        background: #d0d0d0;
        margin-bottom: 20px;
    }

    .service-detail-content .title-mobile div, .service-detail-content .title-mobile a {
        color: #757879;
        font-size: 10px;
		font-weight: 700;
    }

    .service-detail-content .title-mobile div.active {
        background: linear-gradient(180deg, #39B44A 0%, #00953C 100%);
        color: #fff;
    }

    .service-detail-content {
        background: #fff;
        margin: 0 !important;
    }

    .service-detail-content .content-more .title {
        font-size: 18px;
    }
    
    .service-detail-content .content-more .box-defind .bg-contact {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 10rem;
    }

    .service-detail-content .content-more .box-reason .title-bottom {
        font-size: 39px;
        line-height: 22px;
    }

    .service-detail-content .content-more .box-reason .title-top {
        font-size: 16px;
        line-height: 25px;
    }
    
    .service-detail-content .box-experience-brandname .warranty-activation {
    	border-radius: 15px;
    	padding: 15px 10px;
		width: 80%;
    }
    
    .service-detail-content .box-experience-brandname .warranty-activation .service-name {
    	font-size: 1rem;
    	margin: 0 0 5px;
    }

    .service-detail-content .box-experience-brandname input {
    	height: 3rem;
    	margin-bottom: 15px;
        width: 100%;
    }
    
    .service-detail-content .box-experience-brandname .warranty-activation input {
		height: 2rem;
    }
    
    .service-detail-content .box-experience-brandname .service-message {
    	font-size: 13px;
    }
    
    .service-detail-content .box-experience-brandname .btn-contact {
    	font-size: 16px;
    	height: 2rem;
    	width: 100%;
    }

    .box-implementation input {
        border: 1px solid #d0d0d0;
    }

    .box-implementation ul {
        padding: 0px;
    }

    .box-implementation table thead {
        font-size: 9px;
    }

    .services-cate .service-title {
        font-size: 17px;
    }

    .services-cate .bg {
        height: 160px;
    }

    .services-cate .service-chi {
        font-size: 12px;
    }
	/*End Service Detail*/

	/*== Begin Contact Icon Box ==*/
    .contact-icon-box {
        display: flex;
        right: 87px;
        bottom: 22px;
    }

    .contact-icon-box>div {
        margin: 10px 5px;
    }
	/*== End Contact Icon Box ==*/


	/*Timeline*/
	/* Place the timelime to the left */
    .timeline {
        padding: 0px;
    }

    .timeline::after {
        left: 50%;
    }
	/* Full-width containers */
    .timeline-box {
        width: 50%;
        padding: 5px;
    }

    .timeline-box.right {
        padding-left: 10px;
    }

    .tl-content {
        font-size: 9px;
        line-height: 14px;
        margin-bottom: 3px;
    }

    .timeline .img-box {
        width: 50px;
    }

    .timeline-box::after {
        width: 7px;
        height: 7px;
        right: -1px;
    }
	/* Make sure that all arrows are pointing leftwards */
    .timeline-box::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

	/* Make sure all circles are at the same spot */
    .right::after {
        left: -6px;
    } 
	/* Make all right containers behave like the left ones */
    .right {
        right: 0%;
    }
	/*End Timeline*/;

    #customer-box  .owl-stage .owl-item.active:nth-child(2n+2) .customer-box-pa {
        right:100%;
        left: initial;
    }
    
    #customer-box .owl-stage .owl-item.active:nth-child(2n+2) .customer-box-pa:hover {
        right: 50px;
        left: initial;
    }
    .customer-box-pa:hover{
        width: 180%;
    }
    .customer-box-pa:hover .customer-box{
        width: 100%;
    }
    .customer-box-pa:hover .customer-cate {
        background-color: #FFB033;
        z-index: 1000;
        transform: translate(90%,0);
    }
    /* #customer-box .customer-box-pa:hover{
        width: 185%;
    } */
}