/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
 header
========================================================================== */
body{
  direction: ltr;
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
}
.container{
	max-width: 1300px;
	margin:0 auto;
	padding: 0 15px;
}
.wrapper {
    position: relative;
    overflow: hidden;
}
.home .header {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 1;
    padding:5px 50px;
    background: rgb(255 255 255 / 90%);
}
.header {
    padding:5px 50px;
    background: rgb(255 255 255 / 90%);
}
.home .header.fixed, 
.header.fixed {
    position: fixed;
    background: #fff;
    top: 0px;
    z-index: 99;
    left: 0;
    right: 0;
}
.logo{
  float: left;
  width: 200px;
}
.logo img{
  display: block;
}
.menu-header {
    float: left;
    width:68%;
    text-align: center;
    margin-top: 7px;
}
.btn-search{
    display: none;
}
.search-form {
    float: right;
    width: 300px;
    position: relative;
    margin-top: 10px;
    margin-right: 60px;
}
.langue {
    position: absolute;
    right: 40px;
    top: 19px;
}
.search-form input[type="text"]{
   background: #C5E3EF;
    border: none;
    height: 42px;
    width: 300px;
    border-radius: 40px;
    color: #000;
    font-size: 18px;
    line-height: 40px;
    padding:0 15px;
}
.search-form button {
    position: absolute;
    right: 5px;
    top: 4px;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    border: none;
    background: no-repeat;
}
.main-navigation ul{
    margin:0;
    padding:0 0 0 50px;
}
.main-navigation ul li{
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
}
.main-navigation ul li a:hover {
    background: url(img/menu-hover.png) 0 0 no-repeat;
}
.main-navigation ul ul {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9;
    width: 150px;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    background: #fff;
    padding: 0 10px;
    text-align: center;
}
.main-navigation ul ul li a {
    border-bottom: 1px solid #ccc;
}
.main-navigation ul ul li:last-child a {
    border-bottom: 0 solid #ccc;
}
.main-navigation>ul>li:hover> ul.sub-menu{
    opacity: 1;
    visibility:visible;
    -webkit-transform:translateY(0px);
    -moz-transform:translateY(0px);
    transform:translateY(0px);
    padding: 0;
}
.main-navigation ul li a{
    display:block;
    color:#070606;
    text-transform: uppercase;
    font-size: 18px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    padding:1px 16px;
}
.main-navigation >ul> li:hover >a{
    color:#023458;
}
.main-navigation ul li.menu-item-145 a {
    text-transform: initial;
}
/*
Menu Mobile
--------------------- */
.top-main-navigation::before,
.top-main-navigation::after{
    content:'';
    display: table;
    clear: both;
}
.top-main-navigation{
    text-align: center;
    font-size:23px;
    line-height: 48px;
    text-transform: uppercase;
    color:#fff;
    display:none;
    position:relative;
}
.toggle-menu {
    padding: 0;
    overflow: hidden;
    width: 40px;
    height: auto;
    right: 0;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    position: absolute;
    top: -40px;
}
.toggle-menu span {
    display: block;
    width: 36px;
    border: 2px solid #0B224D;
    margin: 0 auto 4px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    background: #0B224D;
}
.toggle-menu span:last-child{
    margin-bottom: 0;
}
.toggle-menu.active span:nth-child(2){
    transform:translateX(100%);
    opacity: 0;
}
.toggle-menu.active span:first-child{
    transform:rotate(40deg) translate(4px,9px);
    -ms-transform:rotate(40deg) translate(4px,9px);
    -webkit-transform:rotate(40deg) translate(4px,9px);
}
.toggle-menu.active span:last-child{
    transform:rotate(-40deg) translate(2px,-9px);
    -ms-transform:rotate(-40deg) translate(2px,-9px);
    -webkit-transform:rotate(-40deg) translate(2px,-9px);
}
.open-menu-mobile {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 35px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    display: none;
}
.open-menu-mobile::after, .open-menu-mobile::before {
    content: '';
    display: block;
    width: 12px;
    position: absolute;
    top: 50%;
    transition: all 0.2s;
    -ms-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    z-index: 999;
}
.open-menu-mobile::before {
    border-right: 1px solid #fff;
    height: 12px;
    right: 21px;
    margin-top: -5px;
}
.open-menu-mobile.active::before {
    display: none;
}
.open-menu-mobile::after {
    border-top: 1px solid #fff;
    width: 12px;
    right: 16px;
}
/*******************************slider-header*****************************/
.slider-header{
	position: relative;
}
.item-slider{
	position: relative;
}
.item-slider h2 {
    color: #fff;
    font-weight: 700;
    font-size: 90px;
    margin: 0;
    text-transform: capitalize;
    max-width: 500px;
    line-height: 90px;
}
.item-slider p {
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    margin:20px 0;
    line-height: 35px;
}
.item-slider a.link-slider {
    color: #fff;
    font-weight: 400;
    font-size: 19px;
    background: url(img/next-w.png) no-repeat right 4px;
    padding-right: 35px;
}
.item-slider .container{
    position: absolute;
    left: 0;
    z-index: 1;
    right: 0;
    bottom: 50px;
}
.icon-slider {
    position: absolute;
    bottom: -60%;
    max-width: 550px;
    right: -100px;
}
.slick-dots {
    bottom: -40px;
}
.slick-dots li {
    width: 18px;
    height: 18px;
}
.slick-dots li.slick-active button {
    background: #023458;
}
.slick-dots li button {
    width: 17px;
    height: 17px;
    background: transparent;
    border: 1px solid #023458;
}
/****************distributes*********************/
.distributes {
    position: relative;
    margin-top: 100px;
}
.icon-dist {
    position: absolute;
    bottom: 80px;
    max-width: 400px;
    left: -85px;
    background-image: url(img/icon_shadow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding-bottom: 50px;
}
.distributes h2 {
    color: #0B224D;
    font-weight: 600;
    font-size: 50px;
    margin: 0;
    max-width: 810px;
    line-height: 55px;
}
.distributes .inner-h2 {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}
.list-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 120px;
    position: relative;
}
.item-box {
    display: inline-block;
    vertical-align: top;
    width: 26%;
    margin-right: 5%;
    margin-top: 30px;
}
.item-box h3 {
    color: #070606;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 25px 0 0;
}
.item-box p {
    color: #070606;
    font-size: 21px;
    font-weight: 400;
    margin: 12px 0 0;
    line-height: 27px;
}
.list-box .link-more {
    color: #070606;
    font-size: 20px;
    font-weight: 400;
    margin-top: 30px;
    display: inline-block;
    background: url(img/next.png) no-repeat right 4px;
    padding-right: 35px;
}
.img-bg {
    margin-top: -50px;
    margin-bottom: -50px;
    float: right;
}
/*********************our-product*****************************/
.our-product h2 {
    color: #0B224D;
    font-weight: 700;
    font-size: 70px;
    margin: 0;
    line-height: 80px;
    text-transform: capitalize;
    position: absolute;
    left: 680px;
    top: 0;
}
.list-product{
    display: flex;
    flex-wrap: wrap;
}
.item-product {
    display: inline-block;
    max-width: 560px;
    margin: 0 36px;
}
.item-product a {
    display: block;
    background-image: url(img/icon_shadow.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding-bottom: 60px;
}
.item-product span {
    display: block;
    color: #0B224D;
    font-weight: 500;
    font-size: 40px;
    text-transform: capitalize;
    margin: 15px 0;
}
.item-product.key1{
	text-align: right;
}
.item-product.key2 {
    text-align: left;
    padding-top: 85px;
}
.our-product .container,
.our-feature .container {
	position: relative;
}
/******************our-feature*************************/
.our-feature{
    margin:100px 0;
}
.our-feature h3{
    color: #0B224D;
    font-weight: 500;
    font-size:40px;
    margin:0 0 50px 25px;
}
.list-feature{
	margin:0 0 30px;
}
.list-feature .slick-slide img {
    margin: 0 auto;
}
.list-feature .slick-dots {
    bottom: -33px;
    text-align: right;
    right: 220px;
}
.our-feature .link-more {
    color: #070606;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    right: 30px;
    display: inline-block;
    bottom: -35px;
    background: url(img/next.png) no-repeat right 4px;
    padding-right: 35px;
}
.top-footer {
	margin:150px 0  15px 0;
}
.top-footer h2 {
    color: #0B224D;
    font-weight:700;
    font-size:80px;
    margin: 0;
    line-height: 80px;
    text-align: right;
    text-transform: capitalize;
}
/**********************************footer*********************************/
.footer{
	background:#11224A;
}
.footer .container{
	position: relative;
	max-width: 1000px;
}
.menu-footer{
	padding: 50px 0 0;
}
.bottom-footer{
	padding:70px 0 15px;
}
.bottom-footer a.dev {
    position: absolute;
    right: 120px;
    display: block;
    left: inherit;
    top: -8px;
    font-size: 20px;
}
.bottom-footer a.dev span{
    color: #20cddd;
}
.bottom-footer a {
    color: #fff;
    margin: 0 auto;
    display: inline-block;
    font-size: 12px;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 240px;
}
.bottom-footer a span{
    font-size: 20px;
    display: inline-block;
}
.bottom-footer a span::first-letter{
	color: #069df5;
}
.copyright {
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    display: inline-block;
}
.col-footer h3 a{
    color: #fff;
}
.col-footer h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    border-bottom: 2px solid #7b7a7a;
    max-width: 120px;
    margin: 0 0 7px;
    padding: 5px 0;
}
.col-footer p a{
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}
.col-footer p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    line-height: 20px;
}
.menu-privacy ul{
	margin:15px 0 0;
	padding:0;
}
.menu-privacy ul li {
    display: block;
    margin: 8px 0;
}
.menu-privacy ul li a{
	display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
.logo-footer{
	position: absolute;
	right: 0;
	bottom:8px;
}
.col-footer {
    display: inline-block;
    vertical-align: top;
    margin-right: 60px;
}
.menu-desktop ul {
    margin: 0;
    padding: 0;
    float: left;
    min-width: 120px;
}
.menu-desktop ul.menu-last {
    margin-left: 60px;
}
.menu-desktop ul.menu-last ul li {
    text-transform: initial;
    border-bottom: 0 solid #7b7a7a;
    padding: 0;
}
.menu-desktop ul.menu-last ul {
    padding: 18px 0 10px;
}
.menu-desktop ul li{
	display: block;
	text-transform: uppercase;
    border-bottom: 2px solid #7b7a7a;
    margin: 0 0 7px;
    padding: 5px 0;
    font-weight: 700;
    max-width: 120px;
    font-size: 12px;
    color: #fff;
}
.menu-desktop ul li a{
    color: #fff;
}
.col-footer.menu-mobile {
    display: none;
}
.menu-mobile ul{
    margin:0;
    padding:0;
}
.menu-mobile ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 7px;
    padding: 7px 0;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    width: 48%;
}
.menu-mobile ul li li {
    display: block;
    width: 100%;
    margin: 7px 0 0;
}
.menu-mobile ul li a{
    color: #fff;
    text-transform: uppercase;
}
.menu-mobile ul li#menu-item-210 a,
.menu-mobile ul li ul li a{
    text-transform: initial;
}
.menu-mobile ul li ul li a{
    font-weight: 400;
}
.menu-mobile ul li ul li{
    padding:1px 0;
}
/*************content-all*******************/
.page404{
	text-align: center;
}
.page404.content-all h2{
	font-size: 120px;
	text-transform: capitalize;
	margin: 0;
	color: #11224A;
	font-weight: 700;
}
.content-all{
	margin:30px  0;
}
.content-all h1{
	font-size: 25px;
	text-transform: capitalize;
	margin: 0;
	color: #070606;
	font-weight: 700;
}
.content-all h2{
	font-size: 20px;
	text-transform: capitalize;
	margin: 0;
	color: #070606;
	font-weight: 700;
}
.content-all h3,
.content-all h4{
	font-size: 16px;
	text-transform: capitalize;
	margin: 0;
	color: #070606;
	font-weight: 700;
}
.content-all p{
	font-size: 16px;
	margin:10px 0;
	color: #070606;
	font-weight: 400;
	line-height: 25px;
}
/****************banner-page*************************/
.banner-page{
    margin:40px 0;
    position: relative;
}
.about-banner {
    position: absolute;
    right: -280px;
    bottom: -100px;
}
.title-about {
    background-image: url(img/onbanner.png);
    position: absolute;
    right: 18%;
    top: 15px;
    bottom: 0;
    width: 600px;
    z-index: 1;
    text-align: center;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.title-about h1 {
    color: #0B224D;
    font-size: 80px;
    font-weight: 700;
    max-width: 380px;
    margin:60px auto 0;
    line-height: 88px;
}
.breadcrumbs{
    padding:20px 0;
}
.breadcrumbs span,
.breadcrumbs a{
    color: #0B0B0B;
    font-size: 15px;
    font-weight: 400;
}
.subtitle{
    margin:60px 0;
}
.subtitle h2 {
    color: #0B224D;
    font-size: 80px;
    font-weight: 700;
    line-height: 95px;
    max-width: 1000px;
    margin: 0;
}
/******************about-template**********************/
.about-template{
    position: relative;
}
.bg-about1 {
    position: absolute;
    left: -209px;
    max-width: 600px;
    top: 50%;
}
.bg-about2 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: -30%;
    right:-20%;
}
.content-about h2{
    color: #0B224D;
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    margin:20px 0;
}
.content-about h3{
    color: #070606;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin: 0 0 15px;
}
.main-content p {
    color: #070606;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    margin: 12px 0;
}
.content-about {
    margin-left: 30%;
    margin-top: -150px;
}
/**********************supplier-template******************/
.supplier-template{
    margin:50px 0 0;
}
.title-supp {
    display: inline-block;
    width: 35%;
    vertical-align: middle;
}
.title-supp h1{
    color: #0B224D;
    font-size: 80px;
    font-weight: 700;
    margin: 0;
    line-height: 88px;
}
.content-supp {
    display: inline-block;
    width: 64%;
    padding-left: 3%;
    border-left: 2px solid #6A6A6A;
    vertical-align: middle;
}
.banner-supp{
    display:flex;
}
.supp-inter {
    display: inline-block;
    vertical-align: middle;
    width: 37%;
}
.supp-icon {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    margin-top: 100px;
}
.list-logo{
    display: flex;
    flex-wrap: wrap;
}
.item-logo {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    margin: 10px 1% 50px;
    text-align: center;
}
.item-logo a{
    display:block;
    text-align: center;
}
.item-logo .img-border{
    display:block;
    height: 120px;
    position: relative;
    border:2px solid #ccc;
}
.item-logo .img-border img{
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    right: 0;
    display:block;
    margin:0 auto;
}
.item-logo span.title-logo{
    display:block;
    color: #070606;
    font-size: 18px;
    font-weight: 400;
    margin:10px 0 0;
}
.supp-bg{
    margin:120px 0 -150px 0;
}
/******************banner-blog***************/
.single .banner-blog{
    display:none;
}
.item-blog{
    margin:70px 0 0;
}
.left-blog{
    float: left;
    width: 58%;
    position: relative;
}
.item-blog h3{
    margin:0;
}
.item-blog h3.mobile-h3{
    display: none;
}
.item-blog h3 a{
    display: block;
    color:#070606;
    font-size: 30px;
    font-weight: 600;
}
.left-blog >a {
    float: right;
    font-size: 20px;
    color: #070606;
    background: url(img/next.png) no-repeat right 4px;
    padding-right: 35px;
}
.left-blog span.date {
    display: none;
    color: #070606;
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 10px;
}
.item-blog.rtl .left-blog span.date {
    right: inherit;
	left: 0;
}
.right-blog{
    float: right;
    width: 38%;
}
/*************single-content**************/
.single-content h1{
    color:#0B224D;
    font-size: 80px;
    font-weight: 700;
    margin:0;
}
.single-content h2 {
    color: #0B224D;
    font-size: 50px;
    font-weight: 700;
    margin:20px 0;
    line-height: 58px;
    text-transform: inherit;
}
.single-content span.date {
    color: #070606;
    font-size: 20px;
    font-weight: 400;
    margin:40px 0;
    display: block;
}
.thunb-single{
    float: right;
    width: 47%;
    margin-left: 5%;
}
.bg-bt-mask{
    display: none;
}
.bg-bt-mask img{
    display: block;
    width: 100%;
}
/*******************left-contact********************/
.blog-template, .contact-template{
    margin-top: 40px;
}
.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-not-valid-tip {
    direction: ltr;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 18px;
    text-align: center;
}
.content-contact{
    margin-top:40px;
    padding-bottom: 200px;
    position: relative;
}
.content-contact .container{
    position: relative;
    z-index: 2;
}
.bg-ct{
    position: absolute;
    right: 0;
    left: 0;
    top:50px;
}
.left-contact{
    float: left;
    width: 38%;
}
.left-contact h1 {
    color: #0B224D;
    font-size: 80px;
    font-weight: 700;
    margin: 0;
    line-height: 85px;
}
.main-contact {
    border-left: 1px solid #0B224D;
    padding-left: 30px;
    margin-top: 50px;
}
.main-contact p {
    color: #070606;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    line-height: 34px;
}
.main-contact p a{
    color: #070606;
}
.right-contact{
    float: right;
    width: 55%;
}
.inner-form-ct{
    border:1px solid #070606;
    padding:20px 30px;
    background: #fff;
}
.inner-form-ct h3 {
    text-align: center;
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #070606;
}
.inner-form-ct form {
    margin:40px 0 0;
}
.inner-form-ct form label{
    display: block;
    font-size: 0;
    height: 0;
}
.inner-form-ct form label.message{
    display: block;
    font-size:19px;
    height: auto;
    color:#070606;
}
.inner-form-ct form input[type="text"],
.inner-form-ct form input[type="tel"],
.inner-form-ct form input[type="email"]{
    border:none;
    border-bottom: 2px solid #ccc;
    margin-bottom: 30px;
    font-size:19px;
    color:#070606;
    padding: 0;
    width: 100%;
    display: block;
}
.inner-form-ct form textarea {
    border: none;
    background: rgb(93 183 217 / 10%);
    height: 170px;
    font-size: 19px;
    color: #070606;
    padding: 0;
    width: 100%;
    display: block;
    resize: none;
    margin: 10px 0 0;
}
.inner-form-ct form input[type="text"]::-webkit-input-placeholder,
.inner-form-ct form input[type="tel"]::-webkit-input-placeholder,
.inner-form-ct form input[type="email"]::-webkit-input-placeholder{
   color: #070606;
   opacity:1;
}
.inner-form-ct form input[type="text"]:-moz-placeholder, 
.inner-form-ct form input[type="tel"]:-moz-placeholder,
.inner-form-ct form input[type="email"]:-moz-placeholder { 
   color: #070606;
   opacity:1; 
}
.inner-form-ct form input[type="text"]::-moz-placeholder,
.inner-form-ct form input[type="tel"]::-moz-placeholder,
.inner-form-ct form input[type="email"]::-moz-placeholder { 
   color: #070606;
   opacity:1;
}
.inner-form-ct form input[type="text"]:-ms-input-placeholder,
.inner-form-ct form input[type="tel"]:-ms-input-placeholder,
.inner-form-ct form input[type="email"]:-ms-input-placeholder {  
   color: #070606;
   opacity:1;
}
.inner-form-ct form input[type="submit"] {
    border: none;
    background: url(img/next.png) no-repeat right 4px transparent;
    padding-right: 35px;
    font-size: 19px;
    color: #070606;
    display: block;
    float: right;
}
.contact-template .supp-bg,
.product-template .supp-bg{
    display: none;
}
.breadcrumbs.top-brea{
    display: none;
}
/********************product****************************/
.content-product{
    position: relative;
}
.bg-product {
    position: absolute;
    right: 0px;
    top: -150px;
}
.banner-blog{
    margin-top: 40px;
}
.banner-blog .container{
    position: relative;
}
.banner-blog img{
    max-width: 50%;
}
.banner-blog h1 {
    margin: 0;
    font-size: 90px;
    font-weight: 700;
    color: #0B224D;
    max-width: 45%;
    text-transform: capitalize;
    /*-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
    position: absolute;
    right: 0;
    top: 35px;
}
.accordion{
    margin-bottom: 200px;
    position: relative;
    z-index: 1;
}
.accordion_item{
    margin:30px 0;
}
.info {
    display: none;
    background: #E9F8FE;
    padding: 20px 35px;
    margin:20px 0;
}
.inner-title_block h4 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    color: #070606;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
}
.inner-title_block h4 span.fa-plus:before {
    content: "+";
    color: #5DB7D9;
    font-size: 48px;
    top: -12px;
    position: absolute;
    left: 0;
}
.inner-title_block.active h4 span.fa-plus:before {
    content: "";
    width: 22px;
    height: 4px;
    color: #5DB7D9;
    font-size: 48px;
    top: 19px;
    position: absolute;
    left: 1px;
    background: #5DB7D9;
}
.list-logo-product {
    display: flex;
    flex-wrap: wrap;
}
.item-logo-product {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    margin: 10px 1% 50px;
    background:#fff;
}
.item-logo-product a {
    display: block;
    text-align: center;
}
.item-logo-product .img-border {
    display: block;
    height: 120px;
    position: relative;
    border: 2px solid #ccc;
}
.item-logo-product .img-border img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    right: 0;
    display: block;
    margin: 0 auto;
}
.bg-csroll{
    display: none;
}
.single-post .top-footer,
.page-template-template-news .top-footer,
.page-template-template-supplier .top-footer {
    margin: 0 0 15px 0;
}
.page-id-258 .content-about {
    margin: -150px auto 0;
    direction: rtl;
}
.page-id-258 .inner-abouts {
    max-width: 800px;
}
.list-feature .slick-dots li button:before {
    display: none;
}
slider-home .slick-slide img {
    width: 100%;
}
// Change animation presets
.slider [data-animation-in] {
    opacity: 0;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}
/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  animation-name: zoomInImage;
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  animation-name: zoomOutImage;
}
.slider-home .slick-slide img {
    display: block;
    width: 100%;
    opacity: 1 !important;
}