@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local("Roboto Thin"), local("Roboto-Thin"), url("/fonts/roboto-v15-latin-100.woff2") format("woff2"), url("/fonts/roboto-v15-latin-100.woff") format("woff");
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url("/fonts/roboto-v15-latin-300.woff2") format("woff2"), url("/fonts/roboto-v15-latin-300.woff") format("woff");
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url("/fonts/roboto-v15-latin-regular.woff2") format("woff2"), url("/fonts/roboto-v15-latin-regular.woff") format("woff");
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local("Roboto Italic"), local("Roboto-Italic"), url("/fonts/roboto-v15-latin-italic.woff2") format("woff2"), url("/fonts/roboto-v15-latin-italic.woff") format("woff");
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url("/fonts/roboto-v15-latin-500.woff2") format("woff2"), url("/fonts/roboto-v15-latin-500.woff") format("woff");
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url("/fonts/roboto-v15-latin-700.woff2") format("woff2"), url("/fonts/roboto-v15-latin-700.woff") format("woff");
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input {
    margin: 0;
    padding: 0;
    border: none;
}

img,
button {
    border: none;
}

input:focus,
button:focus,
button.btn:focus {
    outline: none;
    box-shadow: none;
}

li {
    list-style: none;
}

input,
select,
textarea,
button {
    outline: none;
}

.form-control:focus {
    box-shadow: none;
}

textarea {
    resize: none;
}

body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 1.7;
    position: relative;
    overflow-x: hidden;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-weight: 700;
}

p {
    margin: 0 0 10px;
    color: #666;
}

img {
    max-width: 100%;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

a,
a:visited,
a:active,
a:link,
a:focus {
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

.bg-gray {
    background-color: #f4f4f4;
}

.section-60 {
    padding: 60px 0;
}

.section-80 {
    padding: 80px 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}

.p-lr15 {
    padding-left: 15px;
    padding-right: 15px;
}

#header.header_roll {
    height: 105px;
    top: 0px;
}

#header {
    position: relative;
    display: flex;
    /* background-image: url(/images/headBg2.png); */
    background-size: cover;
}

#header .deader-logo {
    margin-left: 50px;
}

#header.triangle {
    height: 100px;
    background: #fff;
    background-size: cover;
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 0px;
    transition: all 0.3s;
}

#header.triangle::before {
    content: "";
    position: absolute;
    width: 100%;
    right: 0;
    height: 110%;
    background: url(/images/headBg2.png) no-repeat;
    background-size: cover;
    top: 30px;
    z-index: -1;
    opacity: 1;
}

#header .header_logo {
    display: block;
    width: 287px;
    height: 49px;
    line-height: 48px;
    position: absolute;
    left: 50%;
    top: 28px;
    margin-left: -742px;
    transition: all 0.5s;
}

#header.fixed {
    position: fixed;
    /* top: 40px; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s;
}

#header.fixed::before {
    content: "";
    position: absolute;
    width: 100%;
    right: 0;
    height: 110%;
    background: url(/images/headBg2.png) no-repeat;
    background-size: cover;
    top: 28px;
    z-index: -1;
    /* opacity: 0.7; */
}

#header .css-table {
    position: absolute;
    top: 0;
}

#header #banner {
    position: relative;
}

#header #banner .banner-bg {
    width: 100%;
}

#header #banner .banner-bg-item {
    width: 100%;
    background-position: center;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}


/* -------------------------------------------------------------------------
    HEADER TOGGLE
------------------------------------------------------------------------- */

#toggle {
    position: absolute;
    margin-bottom: 0;
    display: none;
    top: 0;
    z-index: 99999;
    width: 100%;
    cursor: pointer;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    background: #162232;
    text-align: center;
    outline: none;
}

#toggle:after {
    content: '\f0c9';
}

#toggle.toggled:after {
    content: '\f077'
}

.enable-fixed-header #toggle {
    position: fixed;
}


/* -------------------------------------------------------------------------
   BANNER PAGINATION
------------------------------------------------------------------------- */

#header .owl-pagination {
    bottom: 60px;
    height: 19px;
    z-index: 1;
}

#header #banner:hover .owl-buttons {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#header .owl-buttons .owl-prev:hover:before,
#header .owl-buttons .owl-next:hover:before {
    font-family: FontAwesome;
    color: #fff;
    font-size: 80px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


/* -------------------------------------------------------------------------
    HEADER TRIANGLE
------------------------------------------------------------------------- */

#header .header-nav ul li {
    line-height: 70px;
    position: relative;
}

#header.triangle .banner-search-inner {
    margin-top: 110px;
}

#header.triangle.header-title {
    height: 240px;
}

#header.triangle .header-title-inner {
    top: 110px;
}


/* -------------------------------------------------------------------------
    HEADER CLASSIC
------------------------------------------------------------------------- */

#header.classic .header-logo {
    top: 74px;
}

#header.classic .header-nav ul li {
    line-height: 140px;
}

#header.classic .banner-search-inner {
    margin-top: 180px;
}

#header.classic.header-title {
    height: 310px;
}

#header.classic .header-title-inner {
    top: 180px;
}


/* -------------------------------------------------------------------------
    HEADER TITLE
------------------------------------------------------------------------- */

#header.header-title.fleet {
    background: url(../img/header-title-fleet.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#header.header-title.drivers {
    background: url(../img/header-title-drivers.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#header.header-title.locations {
    background: url(../img/header-title-locations.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#header.header-title.about {
    background: url(../img/header-title-about.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#header.header-title.testimonials {
    background: url(../img/header-title-testimonials.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#header.header-title.news {
    background: url(../img/header-title-news.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#header.header-title.contact {
    background: url(../img/header-title-contact.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#header .header-title-inner {
    position: absolute;
    padding: 48px 0;
    width: 100%;
}

#header .header-title-inner h3 {
    margin: 0;
    color: #fff;
}

#header .breadcrumbs li {
    float: left;
    display: inline-block;
    padding: 2px 0;
}

#header .breadcrumbs li a {
    margin-left: 13px;
    font-weight: bold;
    color: #fff;
}

#header .breadcrumbs li a:first-child {
    margin-left: 0;
}

#header .breadcrumbs li a:hover {
    color: #d0dae6;
}

#header .breadcrumbs li a:before {
    content: "/";
    color: #142976;
    margin-right: 13px;
    margin-left: 13px;
}

#header .breadcrumbs li:first-child a:before {
    display: none;
}


/* -------------------------------------------------------------------------
    HEADER CONTACT
------------------------------------------------------------------------- */

#header .header-contact {
    display: flex;
    justify-content: space-between;
    padding: 0 70px;
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: #5be28d;
}

#header .header-contact .left p {
    color: #fff;
    margin: 0;
}

#header .header-contact .right ul {
    display: flex;
}

#header .header-contact .right li img {
    width: 30px;
}

#header .header-contact .right ul li {
    color: #fff;
}

#header .header-contact .right ul li:not(:last-child) {
    padding-right: 15px;
}

#header .header-contact .right ul li:not(:first-child)::before {
    content: "";
    margin-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

#header .header-contact .right ul li a {
    color: #fff;
}

#header .header-contact .right ul li a:hover {
    color: #ccc;
}


/* -------------------------------------------------------------------------
    HEADER INNER
------------------------------------------------------------------------- */

#header .header-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    z-index: 999;
}

.enable-fixed-header #header .header-inner {
    position: fixed;
}

#header .header-logo {
    display: block;
    width: 220px;
    line-height: 48px;
    position: absolute;
    left: 50%;
    top: 55px;
    margin-left: -45%;
    transition: all 0.5s;
}


/* -------------------------------------------------------------------------
    HEADER TOOL-BAR
------------------------------------------------------------------------- */

#header .header-tool-bar {
    position: relative;
    font-size: 13px;
    color: #ccc;
    font-weight: bold;
    background-color: rgb(20 41 118 / .6);
}

#header .header-tool-bar .container {
    position: relative;
    background-color: #004688;
}

#header .header-tool-bar .container:before {
    position: absolute;
    margin-left: -55px;
    border-bottom: 41px solid transparent;
    border-right: 40px solid #004688;
    outline: 0;
    width: 40px;
}

#header .header-tool-bar .container:after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -40px;
    border-bottom: 41px solid transparent;
    border-left: 40px solid #004688;
    outline: 0;
    width: 40px;
}

#header .header-tool-bar a {
    color: #ccc;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
}

#header .header-tool-bar a:hover,
#header .header-tool-bar button:hover,
#header .header-tool-bar button.hover {
    color: #fff;
}

#header .header-tool-bar i {
    margin-right: 8px;
    font-size: 12px;
    color: #fff;
}

#header .header-form {
    position: absolute;
    left: 0;
    display: none;
    z-index: 9999;
}


/* -------------------------------------------------------------------------
    HEADER LEFT
------------------------------------------------------------------------- */


/* #header .header-contact li {
	display: inline;
	font-weight: bold;
	letter-spacing: -0.2px;
	line-height: 40px;
	font-size: 13px;
	color: #ccc;
}

#header .header-contact li:before {
	padding-right: 15px;
	margin-right: 20px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	content: "";
}

#header .header-contact li:first-child:before {
	display: none;
} */


/* -------------------------------------------------------------------------
    HEADER RIGHT
------------------------------------------------------------------------- */

#header .header-right {
    position: relative;
    float: right;
    text-align: right;
}

#header .header-right button {
    padding: 5px 0;
    line-height: 30px;
    background: none;
    color: #fff;
}

#header .header-social {
    position: relative;
    display: inline-block;
    line-height: 39px;
    vertical-align: middle;
}

#header .header-social li {
    display: inline;
    margin: 0 7px;
}

#header .header-social li a:hover>i {
    color: #ccc;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#header .header-social li a>i {
    font-size: 18px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#header .header-social li:last-child,
#header .header-social i:last-child {
    margin-right: 0;
}


/* -------------------------------------------------------------------------
    HEADER LOGIN
------------------------------------------------------------------------- */

#header .header-login {
    padding: 0 15px 0 20px;
    margin: 0 20px 0 16px;
    display: inline;
    text-align: center;
    border-left: 1px solid #2e3947;
    border-right: 1px solid #2e3947;
}

#header .header-login .header-form {
    left: 133px;
}

#header .header-login form {
    padding: 20px;
    background: rgba(17, 26, 39, 0.7);
}

#header .header-login form .alert-message {
    position: relative;
    padding: 0;
    margin: 0;
    color: #ccc;
    display: none;
}

#header .header-login form input,
#header .header-login form button {
    width: 100%;
    max-width: 250px;
}

#header .header-login form input {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}

#header .header-login form input:-ms-input-placeholder {
    color: #fff;
}

#header .header-login form input::-webkit-input-placeholder {
    color: #fff;
}

#header .header-login form input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

#header .header-login form input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

#header .header-login form input:focus {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

#header .header-login form button {
    color: #fff;
}

#header .header-login form button:hover {
    color: #142976;
    background: #fff;
}

#header .header-login .forgot-password {
    margin-bottom: 0;
    font-family: Roboto, 'roboto slab', sans-serif;
}


/* -------------------------------------------------------------------------
    HEADER LANGUAGE
------------------------------------------------------------------------- */

#header .header-language {
    position: relative;
    display: inline;
    margin-left: 15px;
}

#header .header-language ul>li {
    position: relative;
    text-align: center;
}

#header .header-language li>a {
    padding: 7px 11px;
    display: block;
    line-height: inherit;
    background: rgba(2, 98, 188, 0.7);
    border-top: 1px solid transparent;
}

#header .header-language li:hover>a {
    background: #142976;
}

#header .header-language li.active {
    border-top: 1px solid rgba(2, 98, 188, 0.3);
    background: #142976;
}

#header .header-language li.active a {
    color: #fff;
}


/* -------------------------------------------------------------------------
    HEADER NAVBAR NAV
------------------------------------------------------------------------- */

#header .header-nav {
    height: 60px;
    position: absolute;
    top: 45px;
    left: 49%;
    line-height: 60px;
    margin-left: -21%;
    transition: all 0.5s;
}

.triangle .header_right {
    line-height: 70px !important;
}

#header .header-nav ul li {
    z-index: 5;
}

#header .header-nav ul li:last-child {
    margin-right: 0;
}

#header .header-nav ul li a {
    transition: all 0.2s;
    line-height: 45px;
    padding: 0 8px;
    margin: 0 5px 5px 5px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #f9f9f9;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 1px 1px 1px #018d36;
    transition: all 0.3s;
}

#header .header-nav ul li.has-submenu:last-child a {
    position: absolute;
    right: -116px;
    top: 22px;
    box-shadow: none;
    box-shadow: none;
    color: white;
    border-radius: 5px;
    padding: 0 8px;
    background-color: #018d36 !important;
}

#header.triangle .header-nav ul li.has-submenu:last-child a {
    top: 24px;
}

#header.fixed .header-nav ul li a {
    border: 1px solid transparent;
    transition: all 0.3s;
}

#header ul.sub-menu li a {
    border-radius: 0;
    box-shadow: none;
}

#header .header-nav ul li:hover a {
    background-color: #018d36;
}

#header .header-nav ul li:hover a {
    color: white;
}

#header .header-nav ul li.active a {
    background-color: #062275;
}

#header .header-nav ul li.active a {
    font-weight: bold;
    color: #fff;
}

#header .header-nav ul ul li a {
    margin: 0;
    background: transparent !important;
    color: black !important;
}

#header .header-nav ul ul li a:hover {
    color: #fff !important;
    background: #062275 !important;
}

#header .header-nav ul li {
    line-height: 90px; float: left;
}


/* -------------------------------------------------------------------------
    HEADER NAVBAR NAV > SUB NAV
------------------------------------------------------------------------- */

#header .header-nav .has-submenu>.sub-menu {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    background-color: #018d36;
    list-style: none;
    z-index: 100;
}

#header .header-nav .has-submenu>.sub-menu ul {
    position: absolute;
    display: none;
    top: 0px;
    left: 230px;
    list-style: none;
    z-index: 100;
    background-color: #018d36;
}

#header .header-nav .has-submenu>.sub-menu::before {
    content: "";
    position: absolute;
    width: 117px;
    height: 30px;
    top: -5px;
    left: 0;
    background-color: #018d36;
    transform: rotate(-5deg);
}

#header .header-nav .has-submenu>.sub-menu::after {
    content: "";
    position: absolute;
    width: 117px;
    height: 30px;
    top: -5px;
    right: 0;
    background-color: #018d36;
    transform: rotate(5deg);
}

#header .header-nav .has-submenu:nth-child(2) .sub-menu,
#header .header-nav .has-submenu:nth-child(3) .sub-menu {
    left: -45px;
}

#header .header-nav .has-submenu:nth-child(4) .sub-menu,
#header .header-nav .has-submenu:nth-child(5) .sub-menu {
    left: -10px;
}

#header .header-nav .sub-menu .sub-menu {
    padding-left: 3px;
    top: 0;
    left: 100%;
    z-index: 999;
}

#header .header-nav .has-submenu li {
    position: relative;
    padding: 5px 0px;
    width: 230px;
    margin: 0;
    display: inline;
    float: right;
    line-height: 30px !important;
}

#header .header-nav .has-submenu ul:first-child {
    padding-top: 5px;
}

#header .header-nav .has-submenu li:last-child {
    padding-bottom: 13px;
}

#header .header-nav .has-submenu.hover>a {
    color: #d0dae6;
}

#header .header-nav .has-submenu li>a {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    text-align: center;
    line-height: 29px;
    color: #d8d8d8 !important;
    text-shadow: none;
    text-transform: capitalize;
    border: none;
    font-weight: 500;
}

#header .header-nav .has-submenu li>a:hover {
    background-color: transparent !important;
    color: white;
    font-weight: bold;
}


/* #header .header-nav .has-submenu li>a:hover {
	background: #062275;
	text-emphasis-color: #fff;
	color: #fff;
} */

#header .header-nav .has-submenu li a:after {
    display: block;
    content: "";
    border-bottom: 1px dashed #e0e3e5;
    width: 170px;
    margin: 10px auto 0 auto;
    background: transparent;
}

#header .header-nav .has-submenu li:last-child a:after {
    display: none;
}

#header .header-nav .has-submenu li.has-submenu:after {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 19px;
    height: 15px;
    font-family: 'fontawesome';
    font-size: 14px;
    content: "\f0da";
    color: #414141;
}

#header .header-nav .has-submenu li:hover .item-list {
    display: block;
}

#header .header-nav .has-submenu .submenu-toggle {
    display: none;
}

#header .header-nav .navbar-nav {
    flex-direction: row;
}

#header .header-tool-bar .container:before {
    position: absolute;
    margin-left: -55px;
    border-bottom: 41px solid transparent;
    border-right: 40px solid #004688;
    outline: 0;
    width: 40px;
    content: "";
}

#header .header-tool-bar .container:after {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -40px;
    border-bottom: 41px solid transparent;
    border-left: 40px solid #004688;
    outline: 0;
    width: 40px;
    content: "";
}

#header .header-nav ul li:hover .sub-menu {
    display: block;
}

.header-en a.active {
    font-weight: bold;
    color: #d70d18;
}

#header .header-language:hover .header-form {
    display: block;
}

#header .header_right {
    right: 175px;
    justify-content: flex-end;
    display: flex;
    width: 115px;
    height: 60px;
    line-height: 71.33px;
    position: absolute;
    right: 30px;
    top: 20px;
    /* transition: all 0.5s; */
}

#header .header_right .header_search input {
    display: block;
    width: 240px;
    height: 44px;
    overflow: hidden;
    position: absolute;
    display: none;
    border: 1px solid #000;
}

.slider .item {
    position: relative;
    z-index: 2;
}

.slider .item .text {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #062275;
}

.app-img img {
    border-bottom: 4px solid #d70d18;
}

.app-title p {
    text-align: center;
    font-size: 25px;
    color: #018d36;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 45px;
}

.app-list p {
    text-align: center;
    color: #000000;
    transform: scale(0);
    text-transform: uppercase;
    font-weight: 600;
}

.app-list .item .item-img:hover p {
    transition: all 0.5s;
    transform: scale(1) translateY(-20px);
}

.slider .item .text h1 {
    font-size: 55px;
    text-transform: uppercase;
    color: #062275;
    font-weight: bolder;
}

.slider .item .text h1 span {
    color: #e50112;
}

.slider .item .text h2 {
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 5px;
    color: #062275;
}

.slider .item .text p {
    color: #062275;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 700;
    max-width: 600px;
    margin: 0 auto 15px;
}

.slider .item .text a {
    position: relative;
    width: 165px;
    background: #142976;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 42px;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 50px;
    margin-right: 15px;
    overflow: hidden;
    z-index: 2;
}

.slider .item .text a:last-child {
    color: #000000;
    background: #fff;
}

.slider .item .text a:after {
    content: "";
    position: absolute;
    background: #142976;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transition: transform .24s cubic-bezier(.37, .31, .31, .9);
    transform-origin: right center;
    left: 0;
    top: 0;
    z-index: -1;
}

.slider .item .text a:hover:after {
    transform: scaleX(1);
    transform-origin: left center;
}

.slider .item .text a:hover {
    color: #fff;
}

.slider .item .text a:nth-of-type(1):after {
    background: #000;
}

.slider.owl-carousel .owl-nav button.owl-next,
.slider.owl-carousel .owl-nav button.owl-prev {
    transition: all .3s;
    font-size: 100px;
    color: rgba(255, 255, 255, .8);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slider.owl-carousel .owl-nav button.owl-next {
    right: 30px;
}

.slider.owl-carousel .owl-nav button.owl-prev {
    left: 30px;
}

.slider.owl-carousel .owl-nav button.owl-next:hover,
.slider.owl-carousel .owl-nav button.owl-prev:hover {
    color: rgba(255, 255, 255, 1);
}

.home-about {
    padding: 80px 0;
    background: url(/images/about-bg.jpg)center no-repeat;
    position: relative;
    z-index: 1;
}

.home-about:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(242 242 242);
    z-index: -1;
}

.home-about .title {
    text-align: center;
    margin-bottom: 60px;
}

.home-about .title h2 {
    font-size: 20px;
    margin-bottom: 7px;
    color: #018d36;
}

.home-about .title h3 {
    text-transform: capitalize;
    font-size: 36px;
    color: #000;
    margin-bottom: 10px;
}

.home-about .preamble p {
    color: #000;
}

.overlay {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: -webkit-center;
    top: -40px;
}

.preamble {
    position: relative;
    text-align: center;
    margin-bottom: 55px;
}

.advantages {
    position: relative;
    border: 3px solid #018d36;
    padding: 0 10px 10px;
    transition: all 0.3s;
    background: rgba(255, 255, 255, 0.5);
}

.advantages h5 {
    font-size: 20px;
}

.overlay i {
    font-size: 50px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #efefef;
    border-radius: 50%;
    color: #018d36;
    transition: all 0.3s;
    border: 3px solid;
}

.advantages:hover {
    background: #5be28d;
    border: 3px solid #fff;
    box-shadow: 0 4px 4px #ccc;
}

.advantages:hover i {
    color: #fff;
    background: #018d36;
    border: 3px solid #fff;
}

.advantages:hover h5,
.advantages:hover p {
    color: #fff;
}

.home-about a.more {
    display: inline-block;
    border: 2px solid #018d36;
    color: #018d36;
    padding: 8px 35px;
    text-transform: capitalize;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    font-weight: 500;
}

.home-about a.more:after {
    content: "";
    position: absolute;
    background: #018d36;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transition: transform .24s cubic-bezier(.37, .31, .31, .9);
    transform-origin: right center;
    left: 0;
    top: 0;
    z-index: -1;
}

.home-about a.more:hover:after {
    transform: scaleX(1);
    transform-origin: left center;
}

.home-about a.more:hover {
    color: #fff;
}

.banner {
    margin-top: 125px;
}

.home-product {
    padding: 50px 0 50px;
}

.home-product .title {
    text-align: center;
    margin-bottom: 50px;
}

.home-product .title h2 {
    font-size: 20px;
    margin-bottom: 7px;
    color: #018d36;
}

.home-product .title h3 {
    text-transform: capitalize;
    font-size: 36px;
    color: #000;
    margin: 0;
}

.goods-indexbox {
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px #ccc;
}

.goods-indexbox .img-box {
    width: 100%;
}

.goods-indexbox .text-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 100px 15px;
    background-color: rgba(22, 213, 93, 0.7);
    text-align: center;
    z-index: -1;
}

.goods-indexbox:hover .text-box {
    z-index: 3;
}


/* .goods-indexbox:hover .img-box p {
    display: none;
} */

.goods-indexbox:hover .text-box h4 a {
    transition: all .5s;
    opacity: 1;
}

.goods-indexbox:hover .text-box a.more {
    transition: all .5s;
    opacity: 1;
}

.goods-indexbox .text-box h4 {
    position: relative;
    padding-bottom: 12px;
}

.goods-indexbox .text-box h4:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    left: 50%;
    bottom: 0;
    background: #fff;
    transform: translateX(-50%);
}

.goods-indexbox .text-box h4 a {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    overflow: hidden;
    opacity: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.goods-indexbox .text-box a.more {
    color: #fff;
    display: inline-block;
    padding: 5px 25px;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    text-transform: capitalize;
    z-index: 2;
    opacity: 0;
}

.goods-indexbox .text-box a.more:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transition: transform .24s cubic-bezier(.37, .31, .31, .9);
    transform-origin: right center;
    left: 0;
    top: 0;
    z-index: -1;
}

.goods-indexbox .text-box a.more:hover:after {
    transform: scaleX(1);
    transform-origin: left center;
}

.goods-indexbox .text-box a.more:hover {
    color: #018d36;
}

.img-box p {
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    max-height: 75px;
}

.img-box p a {
    color: #FFF;
    font-size: 16px;
}

.single-goods {
    display: flex;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 7px;
    overflow: hidden;
}

.single-goods .img {
    flex: 0 0 50%;
}

.single-goods .text {
    padding: 15px;
    background: #018d36;
    text-align: center;
}

.single-goods .text h4 {
    position: relative;
    padding-bottom: 12px;
}

.single-goods .text h4 a {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.single-goods .text h4:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    left: 50%;
    bottom: 0;
    background: #fff;
    transform: translateX(-50%);
}

.single-goods .text p {
    color: #fff;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-product .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* 
.home-product .text h2 {
    -webkit-line-clamp: ;
} */

.single-goods .text a.more {
    color: #fff;
    display: inline-block;
    padding: 5px 25px;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    text-transform: capitalize;
    z-index: 2;
}

.single-goods .text a.more:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transition: transform .24s cubic-bezier(.37, .31, .31, .9);
    transform-origin: right center;
    left: 0;
    top: 0;
    z-index: -1;
}

.single-goods .text a.more:hover:after {
    transform: scaleX(1);
    transform-origin: left center;
}

.single-goods .text a.more:hover {
    color: #018d36;
}

.home-product .col-md-6:nth-of-type(odd) .single-goods {
    flex-direction: row-reverse;
}

.home-application {
    padding: 130px 0 220px;
    background: url(/images/application-bg.jpg)center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.home-application:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(8, 175, 71, 0.85);
}

.home-application .text {
    padding-right: 60px;
}

.home-application .text h2 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 22px;
}

.home-application .text h3 {
    color: #fff;
    font-size: 36px;
    /* text-transform: capitalize; */
    margin-bottom: 95px;
}

.home-application .text p {
    color: #fff;
}

.home-application .owl-prev span {
    background-color: #EEEEEE40;
    font-size: 30px;
    padding: 20px;
    top: 40%;
    left: 0;
    position: absolute;
    color: white;
}

.home-application .owl-next span {
    background-color: #EEEEEE40;
    font-size: 30px;
    padding: 20px;
    top: 40%;
    right: 0;
    position: absolute;
    color: white;
}

.home-application .text a {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    padding: 8px 35px;
    text-transform: capitalize;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    font-weight: 500;
}

.home-application .text a:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transition: transform .24s cubic-bezier(.37, .31, .31, .9);
    transform-origin: right center;
    left: 0;
    top: 0;
    z-index: -1;
}

.home-application .text a:hover:after {
    transform: scaleX(1);
    transform-origin: left center;
}

.home-application .text a:hover {
    color: #018d36;
}

.single-application {
    text-align: center;
    padding: 40px 30px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.single-application .icon {
    width: 60px;
    margin: 0 auto 15px;
}

.single-application h4 {
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 20px;
}

.home-feedback {
    padding-bottom: 80px;
}

.home-feedback .feedback-contact {
    display: flex;
    background: #fff;
    margin-top: -150px;
    position: relative;
    z-index: 2;
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .12);
}

.home-feedback .feedback-contact .left {
    flex: 0 0 43%;
    position: relative;
    z-index: 2;
    background: url(/images/contact-bg.jpg)center no-repeat;
    padding: 55px;
}

.home-feedback .feedback-contact .left:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(8, 175, 71, 0.7);
}

.home-feedback .feedback-contact .left h3 {
    color: #fff;
    font-size: 36px;
}

.home-feedback .feedback-contact .left p {
    color: #fff;
}

.home-feedback .feedback-contact .left ul li {
    margin-bottom: 5px;
    color: #fff;
}

.home-feedback .feedback-contact .left ul {
    margin-bottom: 30px;
}

.home-feedback .feedback-contact .left a {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    padding: 8px 35px;
    text-transform: capitalize;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    font-weight: 500;
}

.home-feedback .feedback-contact .left a:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transition: transform .24s cubic-bezier(.37, .31, .31, .9);
    transform-origin: right center;
    left: 0;
    top: 0;
    z-index: -1;
}

.home-feedback .feedback-contact .left a:hover:after {
    transform: scaleX(1);
    transform-origin: left center;
}

.home-feedback .feedback-contact .left a:hover {
    color: #018d36;
}

.home-feedback .feedback-contact .right {
    flex: 0 0 57%;
    padding: 55px;
    background: #fff;
}

.home-feedback .feedback-contact .right h3 {
    color: #018d36;
    font-size: 36px;
    /* text-transform: capitalize; */
    margin-bottom: 5px;
}

.home-feedback .feedback-contact .right iframe {
    border: 0;
}

.home-feedback .feedback-contact .right p {
    margin-bottom: 35px;
}

.home-news {
    padding-bottom: 80px;
}

.home-news .title {
    text-align: center;
    margin-bottom: 50px;
}

.home-news .title h2 {
    font-size: 20px;
    margin-bottom: 7px;
    color: #018d36;
}

.home-news .title h3 {
    text-transform: capitalize;
    font-size: 36px;
    color: #000;
    margin: 0;
}

.main-news {
    padding: 80px 0;
    background: rgb(244, 247, 252);
}

.main-news .single-news .img {
    box-shadow: none;
    position: relative;
}

.single-news {
    padding: 15px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 25px;
}

.single-news .img {
    border-radius: 0px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: none;
}

.single-news .time {
    position: absolute;
    width: 90%;
    left: 5%;
    background: #fff;
    z-index: 2;
    bottom: -15px;
    padding: 5px 0;
    border-radius: 5px;
    box-shadow: 0 5px 10px #e1e1e1;
}

.videos{width:800px; margin:0 auto; padding:0px;}


.single-news .text {
    padding: 15px 0;
}

.single-news .text h3 {
    margin-bottom: 20px;
}

.single-news .text h3 a {
    color: #000000;
    font-size: 20px;
    text-transform: capitalize;
    transition: all .2s;
    height: 60px;
    display: block;
}

.single-news .text h3:hover a {
    color: rgb(0, 64, 152);
}

.single-news .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.single-news .text a.more {
    display: inline-block;
    color: #666;
    text-transform: capitalize;
    font-weight: 400;
}

.single-news .text a.more:hover {
    color: #018d36;
}

.home-ce {
    padding: 50px 0;
    border-top: 1px solid #dadfe4;
}

.home-ce .item img {
    padding: 5px;
    border: 1px solid #ddd;
    background: #142976;
}

.certificate-slider.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.certificate-slider.owl-carousel .owl-item.active {
    opacity: 1;
}

.certificate-slider.owl-carousel .owl-item {
    opacity: 0.4;
}

.footer {
    background: #eeeeee;
}

.footer .footer-top {
    padding: 50px 0 30px;
    border-bottom: 2px dashed #fff;
}

.footer-top a {
    display: block;
    position: relative;
    padding: 7px 0px;
    border: 2px solid #018d36;
    border-radius: 7px;
    margin-bottom: 20px;
    color: #018d36;
    z-index: 2;
    transition: all .3s;
    text-align: center;
}

.footer-top a:after {
    content: "";
    background: #018d36;
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .3s;
    z-index: -1;
}

.footer-bottom {
    padding-top: 80px;
    background-color: #5be28d;
}

.footer-top a:hover:after {
    width: 100%;
}

.footer-top a:hover {
    color: #fff;
}

.footer-qc {
    padding: 70px;
}

.footer-top a i {
    margin-right: 10px;
}

.footer .footer-logo {
    margin-bottom: 25px;
}

.footer p {
    color: #fff;
    margin-bottom: 20px;
}

.footer .share li {
    display: inline-block;
    margin-right: 7px;
}

.footer .share li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    line-height: 35px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 7px;
}

.footer h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.footer ul.link li {
    margin-bottom: 3px;
}

.footer ul.link li a {
    color: #fff;
    text-transform: capitalize;
}

.footer ul.link li a i {
    margin-right: 15px;
}

.footer-logo img {
    width: 50%;
    margin: 0 10%;
}

.copyright {
    color: #fff;
    padding: 30px 0;
    text-align: center;
}

.fancybox-slide--iframe .fancybox-content .fancybox-iframe {
    position: static;
}

.fancybox-slide--iframe .fancybox-content {
    width: 800px !important;
    height: 600px !important;
    margin: 0;
    padding: 30px;
    border-radius: 5px;
}

.home-new {
    display: flex;
    overflow: hidden;
}

.homenew-title {
    flex: 0 0 18%;
    padding: 30px 0 30px 20px;
    position: relative;
    z-index: 99;
}

.homenew-title:after {
    content: "";
    position: absolute;
    right: -50px;
    top: 0;
    width: 200%;
    height: 100%;
    transform: skewX(10deg);
    /* background: #142976; */
    z-index: -1;
    background-image: linear-gradient(45deg, #018d36, #3f5dbd);
}

.homenew-title:before {
    content: "";
    position: absolute;
    right: -89px;
    bottom: 0;
    width: 100px;
    height: 30px;
    transform: skewX(-30deg);
    background: #0f1d52;
    z-index: -1;
}

.homenew-title h3 {
    font-size: 40px;
    color: #fff;
    font-family: impact;
    font-weight: 300;
    line-height: 1.5;
}

.homenew-title a.more {
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    width: 180px;
    margin: 0 auto;
    padding: 2px 0;
}

.homenew-inner {
    flex: auto;
    background: #eee;
    position: relative;
    margin: 10px 0 30px 0;
    display: flex;
    padding: 30px 0px 30px 50px;
    box-shadow: -4px 4px 8px #aaa;
}

.homenew-inner .post-aria {
    flex: 0 0 calc(33.33% - 20px);
    margin-right: 20px;
}

.post-aria {
    position: relative;
}

.post-aria-2 .post-aria-time {
    color: #ff701a;
}

.post-aria-2 .post-aria-list-social .icon::after {
    background: #d90e0f;
}

.post-aria-figure {
    display: block;
    overflow: hidden;
}

.post-aria-figure img {
    width: 100%;
    transition: all .3s ease;
}

.post-aria-footer {
    position: relative;
    text-align: center;
    max-width: 90%;
    padding: 20px 15px;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.27);
}

.post-aria-title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 0;
}

.post-aria-title a {
    color: #018d36;
}

.post-aria-time {
    font-size: 13px;
    font-weight: 400;
    color: #aaa;
}

.post-aria-list-social {
    transition: all .3s ease;
}

@media (min-width: 992px) {
    .post-aria-figure img {
        transform: scale(1.1);
    }

    .post-aria-footer {
        position: absolute;
        overflow: hidden;
        left: 50%;
        bottom: 0;
        width: 90%;
        transform: translateX(-50%);
        padding: 10px;
        transition: all .3s ease;
    }

    .post-aria-list-social {
        overflow: hidden;
        height: 0;
        margin: 0;
        font-size: 12px;
        color: #888;
        line-height: 1.3;
    }

    .post-aria-list-social li {
        transform: translate3d(0, -100%, 0);
        opacity: 0;
        visibility: hidden;
        transition: inherit;
    }

    .post-aria:hover .post-aria-figure img {
        transform: none;
    }

    .post-aria:hover .post-aria-list-social {
        height: 44px;
    }
}

.bread {
    padding: 365px 0 210px 0;
    position: relative;
    z-index: 1;
    background: url(/images/banner-about.jpg)center no-repeat;
    background-size: cover;
}

.bread::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #042376, #e70012);
}

.bread.banner-contact {
    background: url(/images/banner-contact.jpg)0 0 no-repeat;
    background-size: cover;
}

.bread.banner-goods {
    background: url(/images/banner-goods.jpg)center no-repeat;
    background-size: cover;
}

.bread.banner-workshop {
    background: url(/images/banner-workshop.jpg)center no-repeat;
    background-size: cover;
}

.bread.banner-oc {
    background: url(/images/banner-oc.jpg)center no-repeat;
    background-size: cover;
}

.bread.banner-qc {
    background: url(/images/banner-qc.jpg)center no-repeat;
    background-size: cover;
}

.bread.banner-hse {
    background: url(/images/banner-hse.jpg)center no-repeat;
    background-size: cover;
}

.bread.banner-faq {
    background: url(/images/banner-faq.jpg)center no-repeat;
    background-size: cover;
}

.bread.banner-news {
    background: url(/images/banner-news.jpg)center no-repeat;
    background-size: cover;
}

.bread.banner-ce {
    background: url(/images/banner-ce.jpg)center no-repeat;
    background-size: cover;
}

.bread.banner-app {
    background: url(/images/banner-app.jpg)center no-repeat;
    background-size: cover;
}

.bread.banner-video {
    background: url(/images/banner-video.jpg)center no-repeat;
    background-size: cover;
}

.bread.banner-quality {
    background: url(/images/qualitybg.jpg)center no-repeat;
    background-size: cover;
}

.bread.banner-service {
    background: url(/images/servicebg.jpg)center no-repeat;
    background-size: cover;
}

.bread.banner-brand {
    background: url(/images/joinbg.jpg)center no-repeat;
    background-size: cover;
}

.bread:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 40%);
    z-index: -1;
}

.bread .breadtext {
    text-align: center;
}

.bread .breadtext h1 {
    color: #fff;
    font-size: 75px;
    margin: 0;
    text-transform: capitalize;
}

.bread .breadtext ul li {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
}

.bread .breadtext ul li a {
    color: #fff;
}

.bread .breadtext ul li+li {
    position: relative;
    padding-left: 8px;
}

.bread .breadtext ul li+li:before {
    content: "/";
    color: #fff;
    padding-right: 8px;
}

.main-contact {
    padding: 80px 0;
}

iframe {
    border: 0;
}

.main-contact .contact-text {
    padding: 50px;
    background: url(/images/contact-bg.jpg)center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-left: 60px;
}

.main-contact .contact-text:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(20 41 118 / 50%);
    z-index: -1;
}

.main-contact .contact-text ul li {
    margin-bottom: 25px;
}

.main-contact .contact-text ul li h4 {
    color: #fff;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.main-contact .contact-text ul li h4 i {
    font-weight: 400;
    margin-right: 7px;
}

.main-contact .contact-text ul li p {
    color: #fff;
    margin-bottom: 0;
}

.main-contact .contact-text ul li a {
    color: #fff;
}

.main-contact h2 {}

.main-about {
    padding: 60px 0;
    background: rgb(244, 247, 252);
}

.search {
    padding: 40px;
    margin-bottom: 40px;
    background-color: #f4f4f4;
    border-radius: 4px;
    margin-right: 20px;
}

.search h5 {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 26px;
}

.search .search-form {
    position: relative;
}

.search .search-form input {
    background-color: #fff;
    border: 2px solid #eaeaea;
    padding: 0 20px;
    border-radius: 0 14px 14px 14px;
    height: 55px;
    outline: 0;
    width: 100%;
}

.search .search-form button {
    position: absolute;
    background: none;
    top: 4px;
    right: 10px;
    width: auto;
    color: #0b2653;
    padding: 0;
    min-width: 0;
    line-height: 50px;
    height: 50px;
    cursor: pointer;
}

.sidebar {
    padding: 40px 40px 20px 40px;
    margin-bottom: 40px;
    border-radius: 2px;
    margin-right: 20px;
    border: 1px solid #e8e8e8;
    background: #fff;
}

.sidebar h5 {
    font-size: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 26px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    color: #000;
    border-bottom: 1px solid #e8e8e8;
}

.sidebar h5:after {
    content: "";
    position: absolute;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    display: inline-block;
    width: 67px;
    height: 3px;
    background: #018d36;
    bottom: 0;
}

.sidebar ul li {
    margin-bottom: 10px;
}

.sidebar ul li a {
    color: #000;
    display: block;
}

.side-contact {
    padding: 40px;
    background-color: #f4f4f4;
    border-radius: 4px;
    margin-right: 20px;
}

.side-contact h5 {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 26px;
}

.about-content {}

.about-content .title {
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.about-content .title h2 {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    color: #018d36;
    text-transform: capitalize;
}

.about-content .title h2:after {
    content: "";
    position: absolute;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #018d36;
    border-top: 10px solid transparent;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about-content span {
    color: #018d36;
    font-weight: 600;
    font-style: italic;
}

.about-content p {
    color: #000;
    font-size: 15px;
    margin: 0;
}

.about-content .img {
    box-shadow: 0 2px 4px #656565;
}

.about-content .img img {
    width: 100%;
}

.services {
    margin-top: 40px;
    /* margin-bottom: 40px; */
}

.services .single-services {
    display: flex;
    padding-top: 40px;
    position: relative;
}

.services .single-services::after {
    content: "";
    height: 100%;
    left: 40px;
    width: 3px;
    background: #7d7d7d;
    position: absolute;
    z-index: -1;
}

.services .single-services:first-child::after {
    top: 50%;
}

.services .single-services:last-child::after {
    top: auto;
    bottom: 50%;
}

.services .single-services .icon {
    flex: 0 0 80px;
    background: #018d36;
    border-radius: 50%;
    padding: 15px;
    margin-right: 20px;
    height: 80px;
    align-self: center;
}

.services .single-services .text h4 {
    color: #000;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.services .single-services .text h4::after {
    content: "";
    height: 3px;
    left: 0px;
    width: 200px;
    background: #018d36;
    position: absolute;
    bottom: -2px;
}

.services .single-services .text p {
    margin-bottom: 0
}

.services .single-services .text p i {
    font-size: 10px;
}

.services .single-services .text {
    flex: 0 0 calc(100% - 100px);
}

ul.hse {
    margin-bottom: 25px;
}

ul.hse li i {
    font-size: 10px;
}

.certificate p {
    text-align: center;
    margin: 10px 0 25px;
}

.workshop-ul {
    text-align: center;
    margin: 15px 0 30px;
}

.workshop-ul li {
    display: inline-block;
    margin: 0 10px;
}

.workshop-ul li a {
    display: block;
    padding: 5px 70px;
    text-transform: capitalize;
    border: 1px solid #ccc;
    font-size: 20px;
    font-weight: 500;
}

.workshop-ul li a:hover,
.workshop-ul li.active a {
    border: 1px solid #018d36;
    color: #018d36;
}

.goods-one {
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin-bottom: 30px;
    box-shadow: 0 3px 6px #a9a8a8;
}

.goods-one:after {
    content: "";
    background: rgb(91 226 141 / 70%);
    height: 30px;
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    transition: all .3s;
}

.goods-one .text {
    position: absolute;
    width: 100%;
    padding: 5px;
    top: calc(100% - 35px);
    transition: all .5s;
    display: flex;
    flex-direction: column;
    z-index: 3;
}

.goods-one .text h4 {
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
    word-break: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.goods-one .text p {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.goods-one:hover .text {
    top: 50%;
    transform: translateY(-50%);
}

.goods-one:hover:after {
    height: 100%;
    bottom: 0;
}

.goods-details-text h1 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.goods-details-text p {
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.goods-details-text ul {
    margin-bottom: 20px;
}

.goods-details-text ul li {
    margin-top: 10px;
}

.goods-details-text ul li i {
    color: #018d36;
    margin-right: 4px;
    font-size: 15px;
}

.goods-details-text ul li b {
    font-weight: 500;
    margin-right: 7px;
    text-transform: capitalize;
    color: #018d36;
    font-size: 15px;
}

.goods-details-text ul li a,
.goods-details-text ul li span {
    color: #000;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
}

.about-content .nav-tabs .nav-item.show .nav-link,
.about-content .nav-tabs .nav-link.active {
    border: 0;
    background: #018d36;
    color: #fff;
}

.about-content .nav-tabs {
    border: 0;
}

.about-content .nav-tabs .nav-item {
    flex: 1 1 50%;
}

.about-content .nav-tabs .nav-link {
    text-transform: capitalize;
    background: #eee;
    border-radius: 0;
    text-align: center;
    color: #000;
    border: 0;
}

.about-content .tab-content {
    padding: 20px;
    border: 1px solid #eee;
    border-top: 0;
}

.card {
    margin-bottom: 20px;
}

.card-header {
    padding: 0;
    background: none;
}

.card-header a {
    display: flex;
    padding: .75rem 1.25rem;
    justify-content: space-between;
}

.card-header a span {
    color: #000;
    font-style: normal;
    font-weight: 400;
    align-self: center;
}

.card-header a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #018d36;
    color: #fff;
    border-radius: 50%;
    position: relative;
}

.card-header a i:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 50%;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s;
}

.card-header a i:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-header a.collapsed i:after {
    opacity: 1;
}

.application-one {
    border: 1px solid #ccc;
    margin-bottom: 25px;
    text-align: center;
    padding: 15px 25px 0;
}

.application-one p {
    margin: 10px 0;
}

.application-one i {
    display: none;
}

.main-contact .col-md-12 h2 {
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 20px;
}

.main-contact .col-md-6 .col-md-12 h4 {
    font-size: 26px;
    font-weight: bold;
}

.main-contact .col-md-6 .leftBox {
    position: relative;
    overflow: hidden;
}

.main-contact .col-md-6 .leftBox p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    padding: 4px 0;
    text-align: center;
    background-color: #042374;
    margin: 0;
}

.main-contact .col-md-6:nth-child(3) h4 {
    font-size: 26px;
    margin: 0;
    padding-bottom: 50px;
    font-weight: bold;
}

.main-contact .col-md-6 ul li {
    line-height: 1.2;
    display: flex;
    padding-top: 30px;
    flex-direction: column;
}

.main-contact .col-md-6 ul li p {
    line-height: 1.2;
    font-size: 14px;
    color: black;
    margin: 0;
}

.main-contact .col-md-6 ul li .left,
.main-contact .col-md-6 ul li .right {
    font-weight: 500;
    font-size: 17px;
    color: #000;
}

.main-contact .col-md-6 ul li a {
    font-size: 17px;
}

.main-contact .col-md-6 ul li a:hover {
    color: #018d36;
}

.main-contact .col-md-6 ul li i {
    font-size: 20px;
    padding-right: 7px;
}

.bottom-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9;
}

.bottom-fixed .click-feedback {
    width: 200px;
    text-align: center;
    color: #fff;
    padding: 7px 0;
    background: #018d36;
    cursor: pointer;
    box-shadow: -2px -2px 8px #444444;
}

.feedback-box {
    background: #fff;
    width: 450px;
    border: 1px solid #fff;
    opacity: 0;
    border-radius: 7px 7px 0 0;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: scale(0);
    transition: all 0.5s;
    transform-origin: bottom right;
    z-index: 98;
}

.feedback-box .top {
    padding: 15px;
    background: #018d36;
    border-radius: 7px 7px 0 0;
}

.feedback-box .top .title {
    color: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.feedback-box .top .title i {
    cursor: pointer;
}

.feedback-box .top p {
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.feedback-box .top p a {
    color: #fff;
    text-decoration: underline;
}

.feedback-box.active {
    transform: scale(1);
    opacity: 1;
}

.feedback-box .bottom {
    padding: 20px 40px;
}

.contact-left {
    padding-right: 20px;
}

.contact-right {
    padding-left: 50px;
    border-left: 1px solid #000;
}

.contact-right p {
    color: #000;
}

.sale-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sale-box .contact-bottom {
    flex: 0 0 33%;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.sale-box .box {
    margin: 50px 0;
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
}

.sale-box .box .contact-bottom {}

.sale-box .contact-bottom h2 {
    font-size: 28px;
    color: #000;
    text-transform: capitalize;
    padding-bottom: 0;
}

.sale-box .contact-bottom img {
    border-radius: 50%;
    margin-bottom: 20px;
    padding: 0 85px;
}

.sale-box .contact-bottom p {
    margin-bottom: 0;
    color: #000;
}

.sale-box .contact-bottom p a:hover {
    color: #018d36;
}

.sale-box .contact-bottom p:nth-of-type(1) {
    font-size: 28px;
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
}

.sale-box .contact-bottom p:nth-of-type(2) {
    color: #018d36;
    font-size: 18px;
    font-weight: 500;
}

.sale-box .contact-bottom p:nth-of-type(3) {}

.sale-box .contact-bottom p:nth-of-type(4) {}

.banner-three {
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.banner-three p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 600;
}

.banner-three a {
    position: relative;
    width: 200px;
    background: #142976;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 50px;
    margin-right: 15px;
    overflow: hidden;
    z-index: 2;
}

.banner-three a:last-child {
    color: #000000;
    background: #fff;
}

.banner-three a:after {
    content: "";
    position: absolute;
    background: #142976;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transition: transform .24s cubic-bezier(.37, .31, .31, .9);
    transform-origin: right center;
    left: 0;
    top: 0;
    z-index: -1;
}

.pagination ul li{ float:left; margin-right:10px;}
 .pagination ul li .active{ font-weight:bold; color:#018d36;}

.navigation ul li{ float:left;}


.banner-three a:hover:after {
    transform: scaleX(1);
    transform-origin: left center;
}

.banner-three a:hover {
    color: #fff;
}

.banner-three a:nth-of-type(1):after {
    background: #000;
}

ul.sidebar-top {
    margin-bottom: 45px;
    display: flex;
    width: 100%;
}

ul.sidebar-top li {
    /* flex: 0 0 13.5%; */
    flex: 1;
    text-align: center;
}

ul.sidebar-top li:not(:last-child) {
    margin-right: 10px;
}


/* ul.sidebar-top li a:after {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	background: #000;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	border: 2px solid #000;
} */

ul.sidebar-top li a {
    color: #000;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 5px 0;
    z-index: 2;
    border: 2px solid #018d36;
    border-radius: 5px;
    transition: all 0.3s;
}

ul.sidebar-top li.active a,
ul.sidebar-top li:hover a {
    color: #fff;
    background-color: #018d36;
}

ul.sidebar-top li.active a:after,
ul.sidebar-top li:hover a:after {
    background: #018d36;
}

.sidebar ul {
    position: relative;
    z-index: 2;
}


/* .sidebar>ul:after {
	content: "";
	position: absolute;
	height: 100%;
	background: #e8e8e8;
	width: 1px;
	left: 51px;
	top: 0;
	z-index: -1;
} */

.main-about .category-left {
    padding: 15px;
    background-color: white;
}

.main-about .category-left h2 {
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
    color: #018d36;
}

.main-about .category-left ul {
    padding-top: 15px;
}

.main-about .category-left ul li {
    padding: 5px 0;
    border-bottom: 1px solid #CCCCCC;
}

.main-about .category-left ul li a {
    text-transform: capitalize;
    color: black;
}

.sidebar ul li .sidebar-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.sidebar ul li ul {
    display: none;
    background-color: #EEEEEE70;
    /* margin-left: 50px; */
}

.sidebar>ul>li img {
    flex: 0 0 50px;
    width: 50px;
}

.sidebar ul li .sidebar-inner a {
    font-size: 16px;
    font-weight: 800;
    color: #000;
    border-top: 3px solid #018d36;
    align-self: center;
    line-height: 25px;
    text-align: center;
    padding-top: 15px;
    display: flex;
    /* flex: 0 0 calc(100% - 50px); */
    justify-content: space-between;
}

.sidebar ul li {
    margin-bottom: 0;
}

.sidebar ul li ul a {
    padding: 5px 10px;
    font-size: 14px;
    border-top: none;
    color: #000;
    align-self: center;
    line-height: 20px;
    display: flex;
    flex: 0 0 calc(100% - 50px);
    justify-content: space-between;
}

.sidebar .cetagorylist {
    border-top: none !important;
    display: none !important;
}

.sidebar ul li .sidebar-inner a:first-child {
    border-top: none;
}

.sidebar ul li a:hover {
    color: #062275;
}

.sidebar ul ul {
    position: absolute;
    width: 100%;
    background-color: white;
    top: 0%;
}

.sidebar ul li:hover ul {
    display: block !important;
}

.single-advantage {
    text-align: center;
}

.single-advantage .img {
    position: relative;
    box-shadow: none;
    width: 185px;
    margin: 0 auto 25px;
}

.single-advantage .img img {
    border: 10px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 9px 0 rgb(24 35 51 / 9%);
    transition: 0.3s;
}

.single-advantage .img .number {
    position: absolute;
    top: 45%;
    left: -25px;
    background: #FF3C00;
    color: #fff;
    padding: 15px 18px;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    transition: .5s;
}

.single-advantage .img .number span {
    color: #fff;
}

.single-advantage .text {}

.single-advantage .text h4 {
    color: #000;
}

.single-advantage .text p {
    color: #666;
    margin: 0;
}

.app-list {
    margin: 0 auto;
    position: relative;
}

.app-goods {
    margin-top: 20px;
}

.app-goods .owl-nav .owl-prev {
    position: absolute;
    left: -30px;
    top: 45%;
    transform: translate(0, -50%);
    font-size: 25px;
}

.app-goods .owl-nav .owl-next {
    position: absolute;
    right: -30px;
    top: 45%;
    transform: translate(0, -50%);
}

.app-goods .owl-nav .owl-next i,
.app-goods .owl-nav .owl-prev i {
    font-size: 25px;
    color: #000000;
}

.main-contact .row .col-md-12:nth-of-type(even) .row {
    flex-direction: row-reverse;
    margin: 40px 0;
}

.main-contact .row .col-md-12 {
    padding: 40px 0;
}

.main-contact .row .col-md-12 .row .col-md-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-video {
    padding: 80px 0;
}

.mobile-header {
    display: none;
}
@media (max-width: 767px) {
    .pm{ display:none;}
}
@media only screen and (max-width :766px) {

    .hidden-xs,
    .header .header-center .top,
    #header {
        display: none !important;
    }
.banner{margin-top:0px;}

.videos {
    width: 90%;
    margin: 0 auto;
    padding: 0px;
}
    .mobile-header {
        display: flex;
        width: 100%;
        position: fixed;
        z-index: 99;
        background: #fff;
        justify-content: space-between;
        padding: 10px 25px;
        align-items: center;
    }

    .mobile-header .logo {
        flex: 0 0 90px;
    }

    .mobile-header .button-mobile {
        color: #000;
        border: 1px solid #000;
        flex: 0 0 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 20px;
    }

    .mobile-header .link {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background: #f5f5f5;
        text-align: right;
        display: none;
    }

    .mobile-header .link a {
        display: block;
        padding: 5px 25px;
        border-bottom: 1px solid #ddd;
    }

    .home-about {
        padding: 50px 0;
    }

    .single-goods .img,
    .single-goods .text {
        flex: 0 0 100%;
    }

    .single-goods {
        flex-wrap: wrap;
    }

    .advantages {
        margin-bottom: 55px;
    }

    .home-about .text-center.mt-5 {
        margin-top: 0 !important;
    }

    .home-application {
        padding: 50px 0 220px;
    }

    .home-application .text {
        padding: 0;
        margin-bottom: 15px;
    }

    .home-application .text h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .home-feedback .feedback-contact .left {
        flex: 0 0 100%;
    }

    .home-feedback .feedback-contact .right {
        flex: 0 0 100%;
    }

    .home-feedback .feedback-contact .right h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .copyright {
        margin-top: 0;
    }

    .footer .footer-top {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .single-info {
        margin-bottom: 30px;
        align-items: center;
    }

    .sale-box {
        margin-top: 25px;
    }

    .sale-box .contact-bottom {
        flex: 0 0 50%;
        padding: 5px;
    }

    .sale-box .contact-bottom h2,
    .sale-box .contact-bottom p:nth-of-type(1) {
        font-size: 20px;
    }

    .home-feedback .feedback-contact {
        display: block;
    }

    .about-content .tab-content {
        border: none;
    }

    ul.sidebar-top {
        flex-wrap: wrap;
        border: 0;
    }

    ul.sidebar-top li {
        flex: 0 0 50%;
    }

    ul.sidebar-top li a {
        padding-top: 0
    }
}

.detail-gallery .carousel a {
    border: 1px solid #e8e8e8;
    display: block;
    margin: 5px 1px 0;
    width: 70px;
}

.detail-gallery .carousel a.active {
    border-color: #fb0000;
    position: relative;
}

.detail-gallery .mid {
    margin-bottom: 5px;
    position: relative;
    border: 1px solid #e4e4e4;
}

.detail-gallery {
    /* margin-right: -20px; */
}

.detail-info {
    padding-left: 20px;
}

.detail-gallery .carousel {
    margin: auto;
}

.detail-gallery .mid p {
    background: #fafafa none repeat scroll 0 0;
    bottom: 0;
    color: #999;
    left: 0;
    margin: 0;
    padding: 4px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.detail-gallery .carousel ul li {
    height: 75px !important;
}

.gallery-control a {
    background: #b2b2b2 none repeat scroll 0 0;
    border: 1px none;
    color: #fff;
    display: block;
    height: 32px;
    line-height: 32px;
    margin-top: -55px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 32px;
}

.gallery-control a:hover {
    background: #2b2b2b none repeat scroll 0 0;
}

.gallery-control a.prev {
    float: left;
    margin-left: -1px;
}

.gallery-control a.next {
    float: right;
}

.main-about .about-content .tab-content .tab-pane span {
    color: black;
    font-weight: 400;
    font-style: unset;
}

.main-about .goods-details-text .details-icon ul {
    display: flex;
}

.main-about .goods-details-text .details-icon ul li {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 5px;
}

.main-about .goods-details-text .details-icon ul .mr {
    margin: 10px 50px 0 25px;
}

.main-about .goods-details-text .details-icon ul li img {
    width: 100px;
}

.main-about .goods-details-text .details-icon ul li:first-child {
    background-color: #3b5998;
}

.main-about .goods-details-text .details-icon ul li:last-child {
    background-color: #0077b5;
}

.main-about .goods-details-text .details-icon ul li a i {
    color: white;
    font-size: 24px;
}

.goods-details-text .details-btn ul {
    display: flex;
}

.goods-details-text .details-btn ul li a {
    display: inline-block;
    padding: 5px 40px;
    box-shadow: 0 0 10px #cbcbcb;
    margin-right: 20px;
    border-radius: 15px;
    transition: all 0.3s;
}

.goods-details-text .details-btn ul li a:hover {
    box-shadow: 0 0 10px #018d36;
    background-color: #018d36;
    color: white;
}

.goods-list {
    overflow: hidden;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -20px !important;
}

.swiper-pagination-bullet-active {
    background-color: #018d36 !important;
}

.main-contact .contact-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.main-contact .contact-top img {
    width: 45%;
}

.main-contact .contact-top p:nth-child(2) {
    font-size: 26px;
    font-weight: bold;
    color: black;
    margin: 0;
}

.main-contact .contact-top p:nth-child(3) {
    color: #018d36;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.slider .owl-dots {
    display: flex;
    flex-direction: column;
    position: absolute;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    top: 0;
}

.slider .owl-dots .owl-dot {
    border: 1px solid black;
    margin-right: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px !important;
    border: 1px dashed transparent;
    border-radius: 50%;
    margin-top: 15px;
    transition: all 0.3s;
}

.slider .owl-dots .owl-dot span {
    margin: 0;
    display: inline-block;
    padding: 8px;
    background-color: transparent;
    border-radius: 50%;
    background-color: #fff;
}

.slider .owl-dots .owl-dot.active {
    border: 1px dashed white;
}

.home-about .advantages p {
    min-height: 110px;
    margin-bottom: 10px;
    padding: 0 10px;
}

.home-history {
    padding: 200px 0 60px;
    background: url(/images/history-bg.jpg)no-repeat;
    background-size: cover;
    position: relative;
}

.home-history::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(6, 34, 117, 0.3);
}

.home-history .title {
    top: 60px;
    width: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    margin-bottom: 50px;
}

.home-history .container {
    max-width: 1920px;
}

.home-history .history-box {
    padding: 350px 0 400px;
    position: relative;
}

.home-history .history-box .swiper-slide:nth-child(odd) .box-content {
    top: -357px;
}

.home-history .history-box .swiper-slide:nth-child(3) .box-content {
    top: -357px;
    left: -100px;
}

.home-history .history-box .swiper-slide:nth-child(odd) .box-content .box-img {
    position: relative;
}

.home-history .history-box .swiper-slide:nth-child(odd) .box-content .box-img::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 20px;
    background-color: transparent;
    border-right: 3px dashed #018d36;
    bottom: -30px;
    left: 100%;
}

.home-history .history-box .swiper-slide:nth-child(odd) .box-content .box-img::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #018d36;
    border: 3px solid #fff;
    bottom: -59px;
    box-shadow: 3px 3px 5px #666;
    border-radius: 50%;
    left: 99%;
}

.home-history .history-box .swiper-slide:nth-child(even) .box-content {
    top: 50px;
    left: -500px;
}

.home-history .history-box .swiper-slide:nth-child(4) .box-content {
    top: 50px;
    left: -550px;
}

.home-history .history-box .swiper-slide:nth-child(even) .box-content .box-img {
    position: relative;
}

.home-history .history-box .swiper-slide:nth-child(even) .box-content .box-img::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 20px;
    background-color: transparent;
    border-right: 3px dashed #018d36;
    top: -30px;
    left: 100%;
}

.home-history .history-box .swiper-slide:nth-child(even) .box-content .box-img::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #018d36;
    border: 3px solid #fff;
    top: -60px;
    box-shadow: 3px 3px 5px #666;
    border-radius: 50%;
    left: 99%;
}

.home-history .history-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    top: 46%;
    left: 0;
    border-bottom: 3px dashed #CCCCCC;
}

.home-history .history-box .box1::before {
    content: "";
    position: absolute;
    top: 45%;
    left: -2px;
    width: 20px;
    height: 20px;
    background-color: #018d36;
    border-radius: 50%;
}

.home-history .history-box .box1::after {
    content: "";
    position: absolute;
    top: 45%;
    right: -2px;
    width: 20px;
    height: 20px;
    background-color: #062275;
    border-radius: 50%;
}

.home-history .history-box .box-content {
    position: absolute;
    padding-left: 30px;
}

.home-history .history-box .box-content p {
    margin: 0;
    line-height: 17px;
    padding: 2px;
    font-size: 14px;
    color: white;
}

.home-history .history-box .box-content span {
    font-weight: bold;
    padding-right: 15px;
    color: #fff;
}

.home-history .history-box .box-content h2 {
    margin: 0;
    font-size: 24px;
    color: #018d36;
    text-shadow: 0 0 2px #fff;
}

.home-history .history-box .swiper-slide .box-content .box-img {
    flex: 0 0 500px;
}

.home-history .history-box .swiper-slide .box-content {
    display: flex;
    width: 1050px;
}

.home-history .history-box .swiper-slide:nth-child(2) .box-content {
    display: flex;
    width: 1200px;
}

.home-history .history-box .swiper-slide:nth-child(3) .box-content {
    display: flex;
    width: 1300px;
}

.home-history .history-box .swiper-slide:nth-child(4) .box-content {
    display: flex;
    width: 1150px;
}

.home-history .history-box .box-content .box-img {
    padding-right: 15px;
    width: 100%;
}

.home-history .title h3 {
    text-transform: capitalize;
    font-size: 36px;
    color: white;
    margin: 0;
    z-index: 999;
}

.home-history .title h2 {
    font-size: 20px;
    margin-bottom: 7px;
    color: white;
}

.home-certificate {
    padding: 60px 0;
}

.home-certificate .container {
    position: relative;
}

.home-certificate .title h3 {
    /* text-transform: capitalize; */
    font-size: 36px;
    color: #000;
    margin-bottom: 30px;
}

.home-certificate .title {
    text-align: center;
}

.home-certificate .title h2 {
    font-size: 20px;
    margin-bottom: 7px;
    color: #018d36;
}

.home-certificate .ce-box ul {
    display: flex;
    justify-content: center;
}

.home-certificate .ce-box ul li a {
    display: inline-block;
    padding: 5px 50px;
    margin: 0 10px;
    background-color: #EEEEEE;
    border-radius: 20px;
    color: black;
}

.home-certificate .ce-box ul li.active a {
    background-color: #018d36;
    color: white;
}

.home-certificate .ce-box ul li .ce-content {
    display: none;
    position: absolute;
    width: 1200px;
    left: 0;
    top: 30%;
}

.home-certificate .ce-box ul li.active .ce-content {
    display: block;
}

.home-certificate .ce-box img {
    border: 1px solid #CCCCCC;
}

.home-certificate .ce-box p {
    text-align: center;
    padding: 5px 0;
    margin: 0;
    color: black;
    text-transform: capitalize;
}

.home-certificate .ce-btn {
    padding-top: 50px;
    width: 100%;
    text-align: center;
}

.home-certificate a.more {
    display: inline-block;
    border: 2px solid #018d36;
    color: #018d36;
    padding: 8px 35px;
    text-transform: capitalize;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    font-weight: 500;
}

.home-certificate a.more:after {
    content: "";
    position: absolute;
    background: #018d36;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transition: transform .24s cubic-bezier(.37, .31, .31, .9);
    transform-origin: right center;
    left: 0;
    top: 0;
    z-index: -1;
}

.home-certificate a.more:hover:after {
    transform: scaleX(1);
    transform-origin: left center;
}

.home-certificate a.more:hover {
    color: #fff;
}

.home-honor {
    padding: 80px 0 40px;
    background-color: rgb(242 242 242);
}

.home-honor .honor-box {
    display: flex;
}

.home-honor .col-md-3:first-child {
    border: none;
}

.home-honor .col-md-3 {
    border-left: 1px solid #CCCCCC;
}

.home-honor .honor-box .left {
    flex: 0 0 30%;
}

.home-honor .honor-box .right {
    flex: 0 0 70%;
}

.home-honor .honor-box .right h2 {
    font-size: 60px;
    margin: 0;
    padding-top: 10px;
}

.home-honor .honor-box .right p {
    font-size: 18px;
    margin: 0;
    padding-left: 5px;
}

.quality-control {
    max-width: 1920px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.quality-control .quality-box {
    display: flex;
}

.quality-control .quality-box .left {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 50%;
    padding-right: 50px;
}

.quality-control .quality-box .box {
    min-height: 300px;
    flex: 0 0 25%;
    padding: 30px;
}

.quality-control .quality-box .box p {
    font-weight: bold;
    margin: 0;
    text-align: center;
    padding-top: 15px;
}

.quality-control .quality-box .right {
    display: flex;
    flex-wrap: wrap;
    padding-left: 50px;
}

.quality-control .quality-icon i {
    position: absolute;
    font-size: 30px;
    color: #018d36;
}

.quality-control .quality-icon i:first-child {
    top: 26%;
    left: 11.5%;
}

.quality-control .quality-icon i:nth-child(2) {
    top: 26%;
    left: 23.3%;
}

.quality-control .quality-icon i:nth-child(3) {
    top: 26%;
    left: 35%;
}

.quality-control .quality-icon i:nth-child(4) {
    top: 26%;
    left: 52%;
}

.quality-control .quality-icon i:nth-child(5) {
    top: 26%;
    left: 63.5%;
}

.quality-control .quality-icon i:nth-child(6) {
    top: 26%;
    left: 75.3%;
}

.quality-control .quality-icon i:nth-child(7) {
    top: 26%;
    left: 87%;
}

.quality-control .quality-icon i:nth-child(8) {
    top: 37%;
    left: 92.7%;
}

.quality-control .quality-icon i:nth-child(9) {
    top: 58%;
    left: 92.7%;
}

.quality-control .quality-icon i:nth-child(10) {
    top: 65.7%;
    left: 87%;
}

.quality-control .quality-icon i:nth-child(11) {
    top: 65.7%;
    left: 75.3%;
}

.quality-control .quality-icon i:nth-child(12) {
    top: 65.7%;
    left: 63.5%;
}

.quality-control .quality-icon i:nth-child(13) {
    top: 65.7%;
    left: 52%;
}

.quality-control .quality-icon i:nth-child(14) {
    top: 65.7%;
    left: 35%;
}

.quality-control .quality-icon i:nth-child(15) {
    top: 65.7%;
    left: 23.3%;
}

.quality-control .quality-icon i:nth-child(16) {
    top: 65.7%;
    left: 11.5%;
}

.quality-control .quality-icon i:nth-child(17) {
    top: 77%;
    left: 5.8%;
}

.quality-control .quality-icon i:nth-child(18) {
    top: 86%;
    left: 11.5%;
}

.quality-control .quality-icon i:nth-child(19) {
    top: 86%;
    left: 23.3%;
}

.quality-control .quality-icon i:nth-child(20) {
    top: 86%;
    left: 35%;
}

.quality-control .quality-icon i:nth-child(21) {
    top: 86%;
    left: 52%;
}

.quality-control .quality-box::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 50px;
    background-color: #CCCCCC;
    left: 5%;
    top: 26%;
}

.quality-control .quality-box::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 50px;
    background-color: #CCCCCC;
    left: 5%;
    top: 65.8%;
}

.quality-control .quality-box .box {
    z-index: 1;
}

.quality-control .quality-icon i {
    z-index: 1;
}

.quality-control .quality-icon2::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 200px;
    background-color: #CCCCCC;
    top: 10%;
    right: 29.1%;
}

.quality-control .quality-icon2::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 25px;
    background-color: #CCCCCC;
    top: 7%;
    right: 10%;
}

.quality-control .quality-icon3::before {
    content: "";
    position: absolute;
    width: 20%;
    height: 25px;
    background-color: #CCCCCC;
    top: 47%;
    right: 18%;
}

.quality-control .quality-icon3::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 200px;
    background-color: #CCCCCC;
    top: 30%;
    right: 17.5%;
}

.quality-control .quality-icon4::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 200px;
    background-color: #CCCCCC;
    top: 31%;
    right: 5.3%;
}

.quality-control .quality-icon4::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 200px;
    background-color: #CCCCCC;
    top: 50%;
    right: 5.3%;
}

.quality-control .quality-icon5::before {
    content: "";
    position: absolute;
    width: 55%;
    height: 50px;
    background-color: #CCCCCC;
    left: 5%;
    top: 86%;
}

.quality-control .quality-icon5::after {
    content: "";
    position: absolute;
    width: 55px;
    height: 250px;
    background-color: #CCCCCC;
    left: 5.2%;
    top: 71%;
}

.main-history .box {
    width: 100%;
    position: relative;
    padding-top: 20px;
    z-index: 2;
}

.main-history .box:after {
    content: "";
    position: absolute;
    top: 0;
    border-bottom: 20px solid #018d36;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    left: 50%;
    transform: translateX(-50%);
}

.main-history .box .box-one {
    display: flex;
    position: relative;
    z-index: -1;
}

.main-history .box .box-one:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #ccc;
    left: 50%;
    top: 0;
    z-index: -1;
}

.main-history .box .box-one .text {
    text-align: right;
    flex: 0 0 50%;
    padding-right: 50px;
    align-self: center;
    position: relative;
}

.main-history .box .box-one .text h4 {
    font-family: arial;
    margin-bottom: 5px;
    color: #000;
    font-weight: 600;
    padding: 0;
}

.main-history .box .box-one .text:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #018d36;
    left: calc(100% - 9px);
    top: calc(50% - 4px);
    border-radius: 50%;
    background: #fff;
}

.main-history .box .box-one .text:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #018d36;
    left: calc(100% - 5px);
    top: 50%;
    border-radius: 50%;
    z-index: 2;
}

.main-history .box .box-one .img {
    flex: 0 0 calc(50% - 125px);
    margin-left: 125px;
    position: relative;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 6px 10px #ccc;
    border: 1px solid #ddd;
}

.main-history .box .box-one .img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ccc;
    left: -125px;
    top: calc(50% + 4px);
    z-index: -1;
}

.main-history .box .box-one .img p {
    margin: 5px 0 0 0;
}

.main-history .box .box-one .text h4::after {
    display: none;
}

.main-history .box .box-one:nth-child(even) {
    flex-direction: row-reverse;
}

.main-history .box .box-one:nth-child(even) .img {
    margin-left: 0;
    margin-right: 125px;
}

.main-history .box .box-one:nth-child(even) .img:after {
    left: auto;
    right: -125px;
}

.main-history .box .box-one:nth-child(even) .text {
    padding: 0 0 0 50px;
    text-align: left;
}

.main-history .box .box-one:nth-child(even) .text:after {
    right: calc(100% - 9px);
    left: auto;
}

.main-history .box .box-one:nth-child(even) .text:before {
    right: calc(100% - 5px);
    left: auto;
}

.main-history .box .box-one:not(:first-child) {
    margin-top: -20px;
}

.main-about .quality-top {
    display: flex;
    margin-bottom: 50px;
}

.main-about .quality-top .left {
    flex: 0 0 55%;
}

.main-about .quality-top .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 50px;
    flex: 0 0 45%;
}

.main-about .quality-top .right p {
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 0;
}

.main-about .quality-top .right h2 {
    position: relative;
    margin-top: 20px;
}

.main-about .quality-top .right h2::before {
    width: 208px;
    height: 3px;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 5px;
    background-color: #018d36;
}

.main-about .quality-bottom {
    display: flex;
}

.main-about .quality-bottom .left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 20px;
    flex: 0 0 45%;
}

.main-about .quality-bottom .right {
    flex: 0 0 55%;
    display: flex;
    align-items: flex-end;
}

.main-about .quality-bottom .left p {
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 0;
}

.main-about .quality-bottom .left h2 {
    position: relative;
    margin-top: 20px;
}

.main-about .quality-bottom .left h2::before {
    width: 208px;
    height: 3px;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 5px;
    background-color: #018d36;
}

.main-about .quality-assurance-top {
    padding: 100px 0 60px;
    background-color: white;
}

.main-about .quality-assurance-center .owl-carousel {
    position: relative;
}

.main-about .quality-assurance-center .owl-carousel::before {
    content: "";
    position: absolute;
    width: 18.8%;
    height: 79%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(26, 77, 169, 0.8);
}

.main-about .quality-assurance-center .owl-carousel::after {
    content: "";
    position: absolute;
    width: 18.8%;
    height: 79%;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(0, 64, 152, 0.8);
}

.quality-assurance-center p {
    margin: 0;
    text-transform: capitalize;
    padding-top: 15px;
    font-weight: bold;
    text-align: center;
}

.quality-assurance-center {
    padding: 60px 0;
    width: 1920px;
    margin-right: auto;
    margin-left: auto;
}

.quality-assurance-center .item .imgbox {
    overflow: hidden;
}

.quality-assurance-center .item:hover img {
    transform: scale(1.1);
}

.quality-assurance-center .item img {
    cursor: pointer;
    transition: all 0.6s;
}

.quality-assurance-center h2 {
    position: relative;
    text-align: center;
    padding: 15px 0 30px;
}

.quality-assurance-center h2::before {
    width: 190px;
    height: 3px;
    content: "";
    position: absolute;
    top: 70%;
    left: 45%;
    background-color: #018d36;
}

.quality-assurance-center .owl-carousel .owl-dots.disabled,
.quality-assurance-center .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.quality-assurance-center .owl-carousel .owl-nav button.owl-prev span {
    line-height: 30px;
    position: absolute;
    bottom: 25px;
    left: 8%;
    width: 70px;
    height: 30px;
    font-size: 30px;
    background-color: #dcdcdc;
    border-radius: 15px;
}

.quality-assurance-center .owl-carousel .owl-nav button.owl-next span {
    line-height: 30px;
    position: absolute;
    bottom: 25px;
    right: 8%;
    width: 70px;
    height: 30px;
    font-size: 30px;
    background-color: #dcdcdc;
    border-radius: 15px;
}

.main-about .quality-btn {
    text-align: center;
}

.main-about .quality-btn a {
    display: inline-block;
    padding: 8px 30px;
    border: 1px solid #018d36;
}

.main-about .quality-btn a:hover {
    background-color: #018d36;
    color: white;
}

.main-about .quality-assurance-bottom {
    padding: 80px 0;
    background-color: white;
}

.main-about .quality-assurance-bottom .imgtop {
    padding-bottom: 30px;
}

.main-about .quality-assurance-bottom .left {
    padding: 70px 60px 0 40px;
    height: 100%;
    background-color: #018d36;
}

.main-about .quality-assurance-bottom .left .bottom-btn {
    padding-top: 60px;
}

.main-about .quality-assurance-bottom .left h2 {
    color: white;
    text-transform: uppercase;
}

.main-about .quality-assurance-bottom .left p {
    color: white;
    line-height: 22px;
}

.main-about .quality-assurance-bottom .left .bottom-btn a {
    display: inline-block;
    padding: 8px 30px;
    border: 1px solid white;
    color: white;
}

.main-about .quality-assurance-bottom .left .bottom-btn a i {
    padding-left: 15px;
}

.main-about .quality-assurance-bottom .imgtop img,
.main-about .quality-assurance-bottom .imgbottom img {
    transition: all 0.6s;
    cursor: pointer;
}

.main-about .quality-assurance-bottom .imgtop,
.main-about .quality-assurance-bottom .imgbottom {
    overflow: hidden;
}

.main-about .quality-assurance-bottom .imgtop:hover img,
.main-about .quality-assurance-bottom .imgbottom:hover img {
    transform: scale(1.1);
}

.main-about .service-top .top {
    text-align: center;
}

.main-about.quality {
    padding: 0;
}

.main-about .service-top {
    padding-bottom: 60px;
}

.main-about .service-top .top p {
    margin: 0;
    line-height: 22px;
}

.main-about .service-top .top h2 {
    text-transform: capitalize;
}

.main-about .service-top .bottom {
    padding-top: 30px;
    justify-content: center;
    display: flex;
}

.main-about .service-top .bottom .box {
    flex: 0 0 25%;
    text-align: center;
}

.main-about .service-top .bottom .box p {
    /* text-transform: capitalize; */
}

.main-about .service-top .bottom .box span {
    font-size: 46px;
    padding-right: 10px;
    font-weight: bold;
    color: #018d36;
}

.main-about .service-center .container {
    max-width: 1920px;
}

.main-about .service-center .center-box {
    display: flex;
}

.main-about .service-center .center-box .left,
.main-about .service-center .center-box .right {
    flex: 0 0 50%;
}

.main-about .service-center .right {
    overflow: hidden;
    position: relative;
    background-color: #018d36;
    padding: 50px 150px 0px 80px;
}

.main-about .service-center .right .right-bg h2 {
    position: absolute;
    opacity: 0.05;
    bottom: -80px;
    margin: 0;
    left: -8px;
    text-transform: uppercase;
    font-size: 240px;
}

.main-about .service-center .right h2 {
    position: relative;
    color: white;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.main-about .service-center .right .title h2::before {
    content: "";
    position: absolute;
    width: 180px;
    bottom: 12px;
    height: 2px;
    background-color: white;
}

.main-about .service-center .right .box h2 {
    font-size: 18px;
    padding: 8px 0;
    margin: 0;
}

.main-about .service-center .right .box p {
    color: white;
    line-height: 20px;
}

.main-about .service-center .right-box {
    display: flex;
    flex-wrap: wrap;
}

.main-about .service-center .right-box .box {
    padding-right: 30px;
    padding-bottom: 10px;
    flex: 0 0 50%;
}

.main-about .service-bottom {
    padding: 60px 0;
    background-image: url(/images/outlets.jpg);
    background-size: cover;
}

.main-about .service-bottom .top {
    text-align: center;
    padding-bottom: 30px;
}

.main-about .service-bottom .top h2 {
    text-transform: capitalize;
    margin: 0;
}

.main-about .service-bottom .top h2 p {
    margin: 0;
}

.main-about.service {
    padding-bottom: 0;
}

.main-about .bread-top {
    text-align: center;
}

.main-about .bread-top .title h2 {
    margin: 0;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.main-about .bread-top .title p {
    line-height: 20px;
    color: #a2a2a2;
    font-size: 14px;
}

.main-about .bread-top .content p {
    line-height: 20px;
    margin: 0;
    padding: 10px 0;
}

.main-about .bread-top .content {
    padding: 30px;
}

.main-about .bread-top .bottom {
    display: flex;
    justify-content: center;
}

.main-about .bread-top .bottom h2 {
    margin: 0;
}

.main-about .bread-top .bottom .box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 200px;
}

.main-about .bread-top .bottom .box span {
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
}

.main-about .bread-top .bottom .box:nth-child(odd) {
    background: url(/images/flowBg1.png) no-repeat center;
}

.main-about .bread-top .bottom .box:nth-child(even) {
    background: url(/images/flowBg2.png) no-repeat center;
}

.main-about .bread-top .bottom .box:nth-child(odd) h2,
.main-about .bread-top .bottom .box:nth-child(odd) span {
    color: white;
}

.main-about.combining {
    background-color: white;
    padding-bottom: 0;
}

.main-about.combining .bread-center {
    padding: 60px 0;
    background-color: rgba(0, 0, 255, 0.2);
}

.main-about.combining .bread-center .title {
    text-align: center;
    padding-bottom: 20px;
}

.main-about.combining .bread-center .title h2 {
    color: white;
    margin: 0;
    padding-bottom: 10px;
}

.main-about.combining .bread-center .title p {
    color: white;
    line-height: 20px;
}

.main-about.combining .bread-center .content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.main-about.combining .bread-center .box {
    flex: 0 0 26%;
    background-color: white;
    padding: 30px;
    margin: 30px;
}

.main-about.combining .bread-center .box h2 {
    text-transform: capitalize;
    font-size: 22px;
}

.main-about.combining .bread-center .box ul li {
    font-size: 14px;
}

.main-about.combining .bread-center .container {
    max-width: 1920px;
}

.main-about.combining .bread-center {
    background: url(/images/supportBg.jpg) no-repeat fixed center;
    background-size: cover;
}

.main-about.combining .bread-top {
    padding-bottom: 60px;
}

.main-about .bottomImg {
    display: flex;
    justify-content: center;
}

.lua-fixed {
    position: fixed;
    bottom: 46px;
    right: 0;
    z-index: 9;
    color: white;
}

.language {
    width: 200px;
    text-align: center;
    padding: 7px 0;
    background: #018d36;
    cursor: pointer;
    box-shadow: -2px -2px 8px #444444;
}

.lua-fixed ul {
    position: relative;
    top: -103px;
    text-align: center;
}

.lua-fixed li {
    background: #018d36;
    border: 1px solid #444444;
}

.lua-fixed a {
    color: #fff;
}

#search{float:right;width:212px;padding-top:58px;}
	.Searchform{float:left; margin-top:10px;}
	.Searchform .text{float:left;width:182px;height:35px;line-height:35px;margin-right:7px; padding:0 9px;background:#fff ;border:0;display:inline; color:#666;border-radius: 10px; }
	.Searchform .btn_send{float:left;width:35px;height:35px;text-indent:-99em;overflow:hidden;background:url(/images/search_btn.png) no-repeat left top;border:0;}
	 .Searchform .btn_send:hover{background-position:left bottom;}
