/*! 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;
            text-decoration: none;
}

/**
 * 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.
 */

*:focus{
  outline: none;
}
a{
  text-decoration: none;  
}
a:hover, a:focus{
  text-decoration: none;  
  outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body{
   direction: rtl;
}
.clearfix{
  clear: both;
}
.container{
  max-width: 1800px;
  margin:0 auto;
  padding: 0 20px;
  position: relative;
}


@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 300;
    src: url(fonts/opensanshebrew-lightitalic-webfont.eot);
    src: url(fonts/opensanshebrew-lightitalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(fonts/opensanshebrew-lightitalic-webfont.woff) format('woff'),
    url(fonts/opensanshebrew-lightitalic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/opensanshebrew-light-webfont.eot);
    src: url(fonts/opensanshebrew-light-webfont.eot?#iefix) format('embedded-opentype'),
    url(fonts/opensanshebrew-light-webfont.woff) format('woff'),
    url(fonts/opensanshebrew-light-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 400;
    src: url(fonts/opensanshebrew-italic-webfont.eot);
    src: url(fonts/opensanshebrew-italic-webfont.eot?#iefix) format('embedded-opentype'),
    url(fonts/opensanshebrew-italic-webfont.woff) format('woff'),
    url(fonts/opensanshebrew-italic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/opensanshebrew-regular-webfont.eot?#iefix) format('embedded-opentype'),
    url(fonts/opensanshebrew-regular-webfont.woff) format('woff'),
    url(fonts/opensanshebrew-regular-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 700;
    src: url(fonts/opensanshebrew-bolditalic-webfont.eot);
    src: url(fonts/opensanshebrew-bolditalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(fonts/opensanshebrew-bolditalic-webfont.woff) format('woff'),
    url(fonts/opensanshebrew-bolditalic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/opensanshebrew-bold-webfont.eot);
    src: url(fonts/opensanshebrew-bold-webfont.eot?#iefix) format('embedded-opentype'),
    url(fonts/opensanshebrew-bold-webfont.woff) format('woff'),
    url(fonts/opensanshebrew-bold-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 800;
    src: url(fonts/opensanshebrew-extrabold-webfont.eot);
    src: url(fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
    url(fonts/opensanshebrew-extrabold-webfont.woff) format('woff'),
    url(fonts/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 800;
    src: url(fonts/opensanshebrew-extrabold-webfont.eot);
    src: url(fonts/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
    url(fonts/opensanshebrew-extrabold-webfont.woff) format('woff'),
    url(fonts/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}
body{
    font-family: 'Open Sans Hebrew', sans-serif;
    font-weight: 400;
  }
/************/
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade.in {
    opacity: 1;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal, .modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.embed-responsive, .modal, .modal-open, .progress {
    overflow: hidden;
}
.modal-open{
  padding-right: 17px !important;
}
.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.fade.in {
    opacity: 1;
}
.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.36);
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.modal-dialog {
    width: 94%;
    margin: 0 auto;
    max-width: 890px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    right: 0;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    outline: 0;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.modal-content .close {
    top: -15px;
    right: -15px;
    width: 40px;
    height: 40px;
    border: none;
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 38px;
    border-radius: 50%;
    background: #fff;
    line-height: 40px;
    text-align: center;
    padding: 0 0 0 2px;
    margin: 0 auto;
    display: block;
}
.modal-content .close span{
    position: absolute;
    top: 0;
    right: 8px;
}
.modal-body {
    padding: 5px;
}
/*******************/
.logo-mobile{
    display: none;
}
.banner{
    position: relative;
}
.left-banner {
    float: left;
    position: absolute;
    z-index: -1;
    left: 0;
}
.left-banner img{
    width: 49vw;
    position: relative;
    /* left: -16px; */
}
.logo-destop {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.right-page{
    max-width: 850px;
}
.right-banner{
    padding-top: 60px;
}
.right-banner img{
    display: block;
}
.text-banner{
    padding:0 30px;
}
.right-banner h3 {
    text-align: center;
    font-size: 47.5px;
    font-weight: 600;
    color: #328133;
    margin: 15px 0 30px;
    line-height: 45px;
}
.text-banner p {
    color: #328133;
    font-size: 25px;
    text-align: justify;
    line-height: 36px;
    letter-spacing: -1px;
    margin: 0;
}
.list-box {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 25px 40px 0;
}
.item-box{
    display: inline-block;
    vertical-align: middle;
    width: 22%;
}
.item-box img{
    display: inline-block;
    vertical-align: middle;
}
.item-box span {
    display: inline-block;
    vertical-align: middle;
    color: #328133;
    font-size: 27px;
    max-width: 70px;
    line-height: 24px;
    letter-spacing: 0px;
    margin-top: 25px;
}
.item-box.item-box3 {
    width: 26%;
}
.item-box.item-box4{
    width: 30%;
}
.item-box.item-box3 span {
    max-width: 105px;
}
.item-box.item-box4 span {
    max-width: 144px;
}
.title-page {
    position: relative;
    right: 14%;
}
.title-page h1 {
    text-align: center;
    font-size: 52px;
    font-weight: 400;
    color: #328133;
    margin: 5px 0;
    line-height: 45px;
    letter-spacing: -3px;
}
.title-page h2 {
    text-align: center;
    font-size: 116px;
    font-weight: 700;
    color: #328133;
    margin: 5px 0;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -5px;
    line-height: 120px;
}


.list-post{
    display: flex;
    flex-wrap: wrap;
}
.item-post{
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.inner-item{
    display: flex;
    flex-wrap: wrap;
}
.img-post{
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.img-post img{
    display: block;
    width: 100%;
}
.text-post{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    background:url(img/bg1.jpg) repeat-x top;
    position: relative;
    text-align: center;
}
.inner-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.inner-text h3 {
    color: #fff;
    margin: 0 auto;
    max-width: 360px;
    font-weight: 400;
    font-size: 50px;
    line-height: 55px;
    direction: rtl;
    letter-spacing: 0;
}
.inner-text a{
    display: block;
    margin-top: 50px;
}
#post-item2 .inner-text a {
    margin-top: 80px;
}
#post-item2 .inner-text h3 {
    margin-top: 20px;
}
.list-video{
    background: url(img/bg.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    padding:80px 0 160px;
}
.inner-video{
    max-width: 1220px;
    margin:0 auto;
}
.border-video {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 30px;
}
.item-video{
    position: relative;
}
.border-video .item-video {
    display: inline-block;
    width: 30.33%;
    margin: 0 1.5%;
}
.item-video.full-video {
    margin: 0 1.5%;
}
.item-video img.img-video {
    width: 100%;
    display: block;
    border: 1px solid #fff;
    box-shadow: 0px 2px 8px 3px #a5a8ab;
}
.item-video .img-play {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}
.border-video .item-video .img-play{
    max-width: 80px;
}
/*****************************/
/* .border-slider */
.item-slider{
    background-repeat: no-repeat;
    /* background-position: top right; */
    background-size: 93vw;
    position: relative;
    margin: 35px 30px 0 30px;
    min-height: 96vh;
    /* border-radius: 0 200px 0 0; */
    width: 100% !important;
    background-position-x: -13px;
    background-position-y: -14px;
    height: 969px;
}
.item-slider.first{
    background-image: url(img/bg-slider-text.png);
}
.item-slider.second{
    background-image: url(img/bg-slider2-text.png);
}
.item-slider.third{
    background-image: url(img/bg-slider3-text.png);
}
.item-slider.fourth{
    background-image: url(img/bg-slider4-text.png);
}
.item-slider.fifth{
    background-image: url(img/bg-slider5-text.png);
}
.item-slider.sixth{
    background-image: url(img/bg-slider6-text.png);
}
/* .border-slider  */
.border-slider{
    position: relative;
    top: -201px;
    margin-bottom: -267px;
}

.item-slider .icon-slider {
    position: absolute;
    right: -27px;
    top: -56px;
}
.slider-content-right{
    display: none;
    padding-right:19%;
    width: 50%;
    float: right;
    position: absolute;
    top: 199px;
}
.top-slider{
    height: 180px;
    position: relative;
}
.top-slider .inner-top {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.item-slider h3 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: -2px;
    font-size: 65px;
    line-height: 60px;
}
.item-slider p{
    margin:0;
    color: #fff;
    font-weight: 400;
    letter-spacing: -2px;
    font-size: 30px;
    line-height: 30px;
}
.item-slider ul{
    margin:0;
    padding:20px 0 0;
}
.item-slider ul li {
    display: block;
    position: relative;
    padding-right: 38px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -1px;
    /* font-size: 28px; */
    /* line-height: 28px; */
    /* margin: 24px 0; */
    font-size: 1.45vw;
    line-height: 1.5vw;
    margin: 1.3vw 0;
}
.item-slider ul li:before{
    background: url(img/icon.png) no-repeat center top;
    width: 27px;
    height: 36px;
    position: absolute;
    content: "";
    right: 0;
    top:-7px;
}
.slider-content-left{
    width: 22%;
    float: left;
}
.slider-content-left img{
    width: 77%;
}
.slider {
    max-width: 100%;
    /* margin-right: 270px; */
}
.slick-dots li, .slick-dots li button, .slick-dots li button:before {
    width: 30px;
    height: 30px;
}
.slick-dots li.slick-active button {
    background: #99c93c;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
}
.slick-dots li button {
    background: #dcedbc;
}
.slick-prev, .slick-prev:hover, .slick-prev:focus {
    right: 389px !important;
    background: url(img/next.png) no-repeat;
    width: 42px;
    height: 67px;
    background-size: contain;
    bottom: 201px;
    top: inherit;
    z-index: 99;
}
.slick-prev:before, .slick-next:before, .slick-prev.slick-disabled:before {
    opacity:0;
}
.slick-next, .slick-next:hover, .slick-next:focus {
    left: inherit !important;
    background: url(img/prev.png) no-repeat;
    width: 42px;
    height: 67px;
    background-size: contain;
    bottom: 201px;
    top: inherit;
    z-index: 99;
    right: 854px !important;
}
.slick-dots {
    bottom: 253px;
    left: 251px;
    position: relative;
    z-index: 9;
}
.slick-dots li {
    margin: 0 20px;
}
.thumb-mobile{
    display: none;
}
.img-product{
    display: none;
}
.slick-dots li button:before {
    content: '';
}
.slick-prev:hover:before, .slick-prev:focus:before, 
.slick-next:hover:before, .slick-next:focus:before {
    opacity:0;
}
.video-btn{
    display: block;
    cursor: pointer;
}
/****************************Reponsive********************************/
@media screen and (max-width:1920px) {
.border-slider{
    margin-bottom: -347px;
}
/* .slick-dots {
    bottom: 440px;
} 
.slick-next, .slick-next:hover, .slick-next:focus,.slick-prev, .slick-prev:hover, .slick-prev:focus{
    bottom: 389px;
} */
}
@media screen and (max-width:1915px) {
.item-slider {
    background-position-x: 43px;
}
.left-banner {
    width: 50%;
}
.right-page{
    width: 50%;
}
.logo-destop {
    left: 40px;
}
.item-box.item-box4 span {
    max-width: 130px;
}
.right-banner h3 {
    font-size: 46px;
}
.title-page h2 {
    font-size: 100px;
}
.right-banner img {
    display: block;
    max-width: 100%;
}
.border-slider .icon-slider {
    right: -35px;
}
}
@media screen and (max-width:1862px) {
.slick-dots {
    bottom: 320px;
}
.slick-next, .slick-next:hover, .slick-next:focus,.slick-prev, .slick-prev:hover, .slick-prev:focus{
    bottom: 267px;
}
.slider-content-right{
    top: 18%;
    /* padding-right: 21vw; */
}
.border-slider{
    margin-bottom: -320px;
}
}
@media screen and (max-width:1789px) {
.slick-dots {
    left: 232px;
}
}
@media screen and (max-width:1750px) {
.slick-next, .slick-next:hover, .slick-next:focus {
    right: 785px !important;
}
.slick-prev, .slick-prev:hover, .slick-prev:focus{
    right: 332px !important;
}
.slider-content-right {
    top: 16%;
}
.slick-dots {
    left: 272px;
}
.border-slider {
    margin-bottom: -375px;
}
}
@media screen and (max-width:1680px) {
    .border-slider{
        margin-bottom: -443px;
    }
    .slick-dots {
        left: 243px;
    }
    .item-slider {
        background-position-x: 48px;
        background-position-y: -26px;
        background-size: 92vw;
    }
    .left-banner {
        width: 52%;
    }
    .left-banner img {
        width: 51vw;
    }
    /* .slick-next, .slick-next:hover, .slick-next:focus,.slick-prev, .slick-prev:hover, .slick-prev:focus{
        bottom: 389px;
    }  */
    }
@media screen and (max-width:1670px) {
.title-page {
    right: 6%;
}
.item-slider {
    background-position-x: 44px;
}
.border-slider {
    top: -96px;
}
.slick-prev, .slick-prev:hover, .slick-prev:focus {
    right: 284px !important;
}
.inner-text h3 {
    max-width: 320px;
    font-size: 44px;
    line-height: 44px;
}
.item-slider ul li {
    font-size: 25px;
}
.item-box span {
    font-size: 22px;
    max-width: 55px;
    line-height: 21px;
}
.item-box img {
    max-width: 70px;
}
.left-banner img{
    max-width: 100%;
}
.right-banner {
    padding-top: 35px;
}
.text-banner p {
    font-size: 22px;
    line-height: 29px;
}
.right-banner h3 {
    font-size: 42px;
    margin: 10px 0 15px;
}
.list-box {
    margin: 10px 25px 30px 0;
}
.title-page h2 {
    line-height: 100px;
}
.border-slider {
    margin: 15px 30px -316px 30px;
    min-height: auto;
}
.border-slider .icon-slider {
    right: -45px;
    top: -35px;
}
.item-slider ul li {
    font-size: 23px;
    margin: 15px 0;
}
.item-slider ul {
    padding: 0;
}
.inner-text a img{
    max-width: 220px;
}
}

@media screen and (max-width:1650px) {
.slick-dots {
    bottom: 376px;
}
.slick-next, .slick-next:hover, .slick-next:focus, .slick-prev, .slick-prev:hover, .slick-prev:focus {
    bottom: 324px;
}
.slick-dots li {
    margin: 0 10px;
}
.slick-dotted.slick-slider {
    margin-bottom: -230px;
}
.slick-next, .slick-next:hover, .slick-next:focus {
    right: 670px !important;
}   
}
@media screen and (max-width:1570px){
.border-slider {
    margin: 15px 30px -368px 30px;
}
.slick-dots {
    left: 231px;
}
}
@media screen and (max-width:1500px) {
.right-banner h3 {
    font-size: 36px;
    margin: 10px 0 15px;
    line-height: 35px;
}
.text-banner p {
    font-size: 20px;
    line-height: 26px;
}
.item-box.item-box3 span {
    max-width: 75px;
}
.item-box.item-box4 span {
    max-width: 111px;
}
.title-page h1 {
    font-size: 45px;
}
.title-page h2 {
    line-height: 80px;
    font-size: 90px;
}
.item-slider h3 {
    font-size: 45px;
    line-height: 45px;
}
.item-slider p {
    font-size: 25px;
    line-height: 25px;
}
.top-slider {
    height: 165px;
}
.border-slider .icon-slider {
    right: -15px;
    top: -40px;
    max-width: 200px;
}
.border-slider {
    border-radius: 0 155px 0 0;
    margin: 29px 30px -364px 30px;
}
/* .slider {
    margin-right: 190px;
} */
.slick-dots {
    bottom: 423px;
    text-align: center;
    left: 202px
}
.slick-dots li, .slick-dots li button, .slick-dots li button:before {
    width: 20px;
    height: 20px;
}
.slick-next, .slick-next:hover, .slick-next:focus,
.slick-prev, .slick-prev:hover, .slick-prev:focus {
    height: 45px;
    bottom: 390px;
    width: 30px;
}
}
@media screen and (max-width:1440px) {
.border-slider {
    top: -141px;
    margin: 29px 30px -434px 30px;
}
.item-slider {
    background-position-x: 29px;
}
.slick-dots {
    left: 180px;
}
}
@media screen and (max-width:1400px) {
.border-slider {
    margin: 29px 30px -422px 30px;
}
.slick-dots {
    bottom: 473px;
}
.slick-next, .slick-next:hover, .slick-next:focus {
    right: 581px !important;
}
.inner-text h3 {
    max-width: 255px;
    font-size: 36px;
}
.item-slider ul li {
    margin: 12px 0;
}
/* .slider {
    max-width: 460px;
} */
.logo-destop img {
    max-width: 150px;
}
.item-video .img-play {
    max-width: 145px;
}
.slick-next, .slick-next:hover, .slick-next:focus, .slick-prev, .slick-prev:hover, .slick-prev:focus {
    bottom: 437px;
}
}
@media screen and (max-width:1366px) {
    .item-slider {
        background-position-x: 16px;
    }   
}
@media screen and (max-width:1320px) {
.item-box.item-box4 span {
    max-width: 100px;
}
.right-banner h3 {
    font-size: 32px;
    line-height: 32px;
}
.text-banner p {
    font-size: 18px;
    line-height: 23px;
}
.title-page h2 {
    line-height: 70px;
    font-size: 80px;
}
.top-slider {
    height: 140px;
}
.item-slider ul li {
    margin: 10px 0;
    font-size: 20px;
}
.slick-dots li {
    margin: 0px 10px;
}
/* .slider {
    max-width: 415px;
} */
.inner-text h3 {
    max-width: 175px;
    font-size: 26px;
    line-height: 26px;
}
.inner-text a img {
    max-width: 150px;
}
#post-item2 .inner-text a {
    margin-top: 40px;
}
.inner-text a {
    margin-top: 20px;
}
.slick-dots {
    bottom: 500px;
    max-width: 100%;
}
.slick-next, .slick-next:hover, .slick-next:focus {
    right: 556px !important;
}
.slick-next, .slick-next:hover, .slick-next:focus, .slick-prev, .slick-prev:hover, .slick-prev:focus {
    bottom: 466px;
}
.slick-prev, .slick-prev:hover, .slick-prev:focus {
    right: 234px !important;
}
.border-slider {
    margin: 29px 30px -461px 30px;
}
}
@media screen and (max-width:1280px){
    .item-slider{
        background-size: 97vw;
        background-position-x: -10px;
        background-position-y: -54px;
    }
}
@media screen and (max-width:1270px) {
.left-banner {
    width: 44%;
}
.right-banner h3 {
    font-size: 26px;
    line-height: 24px;
}
.text-banner p {
    font-size: 16px;
    line-height: 21px;
}
.item-box span {
    font-size: 16px;
    max-width: 40px;
    line-height: 16px;
}  
.item-box img {
    max-width: 55px;
}
.item-box.item-box3 span {
    max-width: 56px;
}
.item-box.item-box4 span {
    max-width: 75px;
}
.title-page h2 {
    line-height: 65px;
    font-size: 65px;
}
.item-slider h3 {
    font-size: 34px;
    line-height: 34px;
}
.top-slider {
    height: 114px;
}
.border-slider .icon-slider {
    max-width: 150px;
}
.border-slider {
    border-radius: 0 100px 0 0;
}
/* .slider {
    margin-right: 135px;
} */
.item-slider ul li {
    margin: 5px 0;
    font-size: 17px;
}
.list-box {
    margin: 0px 25px 12px 0;
}
.right-banner img {
    max-width: 70%;
    margin: 0 auto;
}
.logo-destop img {
    max-width: 100px;
}
}
@media screen and (max-width:1024px) {
    .left-banner {
        width: 48%;
    }
    .border-slider {
        margin: 29px 30px -611px 30px;
    }
    .slick-dots {
        bottom: 588px;
        left: 52px;
    }
    .slick-next, .slick-next:hover, .slick-next:focus, .slick-prev, .slick-prev:hover, .slick-prev:focus {
        bottom: 554px;
    }
    .left-banner img {
        left: -1px;
    }
    .left-banner img {
        width: 48vw;
        max-width: none;
    }
    .item-slider{
        background-position-x: -14px;
        background-position-y: -26px;
    }
}
@media screen and (max-width:1023px) {
.modal-open{
    padding-right:0px !important;
    }
.title-page {
    right: auto;
}
.item-box span{
    letter-spacing: 0px;
}    
.slick-next, .slick-next:hover, .slick-next:focus {
    left: 31% !important;
    right: inherit !important;
}
.slick-next, .slick-next:hover, .slick-next:focus, .slick-prev, .slick-prev:hover, .slick-prev:focus{
    bottom: 18px;
}
.slick-dots {
    left: auto;
    margin: auto;
    bottom: 54px;
}    
.slider-content-right {
    padding-right: 19%;
    width: 70%;
    display: none;
}
.container{
    padding: 0;
}
.item-slider.first{
    background-image: url(img/bg-slider-mobile.png);
}
.item-slider.second{
    background-image: url(img/bg-slider2-mobile.png);
}
.item-slider.third{
    background-image: url(img/bg-slider3-mobile.png);
}
.item-slider.fourth{
    background-image: url(img/bg-slider4-mobile.png);
}
.item-slider.fifth{
    background-image: url(img/bg-slider5-mobile.png);
}
.item-slider.sixth{
    background-image: url(img/bg-slider6-mobile.png);
}
.item-slider{
    background-position-y: top;
    margin: auto;
    background-position-x: center;
    height: 1242px;
}
.border-slider {
    top: -32px;
    margin: 29px 5px 0;
}
.slick-prev, .slick-prev:hover, .slick-prev:focus {
    right: 32% !important;
}
.slider{
    margin: auto !important;
}    
.left-banner{
    display: none;
}
.logo-destop{
    display: none;
}
.logo-mobile {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.right-page {
    width: 100%;
    max-width: 100%;
}
.right-banner {
    padding-top: 20px;
    max-width: 580px;
    margin: 0 auto;
}
.right-banner h3 {
    font-size: 32px;
    line-height: 30px;
    font-weight: 600;
}
.icon-mobile {
    background: url(img/bg-img-mb.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 75px;
    max-width: 580px;
    margin: 0 auto;
}
.thumb-mobile {
    display: block;
    text-align: center;
    padding-top: 30px;
}
.text-banner {
    margin: 0 auto;
}
.text-banner p {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    letter-spacing: 0;
}
.list-box {
    margin: 20px auto;
    max-width: 480px;
}
.item-box span {
    font-size: 17px;
    color: #fff;
}
.img-product {
    display: block;
    margin: 15px auto 0;
    max-width: 100%;
}
.inner-video {
    max-width: 800px;
}
.right-banner img {
    max-width: 100%;
}
.thumb-mobile img{
    display: block;
    max-width: 100%;
}
.title-page{
    margin-top: 50px;
}
.border-slider {
    /* background-image: url(img/li.jpg);
    background-repeat: repeat-x;
    background-position: top center;
    background-size: contain;
    background-color: #6c94cf;
    margin: 0 auto 110px; 
    border-radius: 50px;
    max-width: 580px; */
}
.title-page h2 {
    line-height: 80px;
    font-size: 80px;
    color: #458a2d;
}
.title-page h1 {
    color: #458a2d;
}
.border-slider .icon-slider {
    right: -58px;
}
.slider {
    margin-right: 100px;
    max-width: 100%;
}
.slick-dots li, .slick-dots li button, .slick-dots li button:before {
    width: 16px;
    height: 16px;
}
.item-slider ul li {
    margin: 10px 0;
    font-size: 20px;
}
}
@media screen and (max-width:850px) {
.item-slider {
    height: 1045px
}   
.inner-text h3 {
    max-width: 225px;
    font-size: 32px;
    line-height: 35px;
}
.inner-text a img {
    max-width: 190px;
}
.list-post {
    display: block;
    flex-wrap: inherit;
}
.item-post {
    display: block;
    width: 100%;
} 
.item-post#post-item2 {
   direction: ltr;
}  
.list-video {
    background: url(img/bg-mb.jpg) no-repeat center top;
    background-size: cover;
    padding: 60px 0;
}
.item-video.full-video {
    margin: 0;
}
.inner-video {
    max-width: 560px;
    padding:0 30px;
}
.border-video .item-video {
    display: block;
    width: 100%;
    margin: 40px 0 0;
}
.border-video {
    display: block;
    margin-top: 0;
}
.item-video .img-play {
    max-width: 80px;
}
.inner-text a {
    margin-top: 40px;
}
}
@media screen and (max-width:712px) {
    .modal-dialog {
        width: 87%;
    }
    .item-slider {
        height: 835px;
    }
    .slick-next, .slick-next:hover, .slick-next:focus, .slick-prev, .slick-prev:hover, .slick-prev:focus {
        bottom: -36px;
    }
    .slick-dots {
        bottom: 3px;
    }
}
@media screen and (max-width:661px){
.slick-dotted.slick-slider{
    margin-bottom: -155px !important;
}
.slick-dots {
    bottom: 161px;
}
.slick-next, .slick-next:hover, .slick-next:focus, .slick-prev, .slick-prev:hover, .slick-prev:focus {
    bottom: 124px;
}
.slick-prev, .slick-prev:hover, .slick-prev:focus {
    right: 24% !important;
}
.slick-next, .slick-next:hover, .slick-next:focus {
    left: 24% !important;
}
}
@media screen and (max-width:580px) {
    
.title-page h2 {
    font-size: 70px;
    line-height: 80px;
}
.item-slider ul li:before {
    width: 20px;
    height: 29px;
    top: -2px;
    background-size: contain;
}
.item-slider ul li {
    padding-right: 26px;
}
.slick-dotted.slick-slider {
    margin-bottom: -249px !important;
}
.slick-next, .slick-next:hover, .slick-next:focus, .slick-prev, .slick-prev:hover, .slick-prev:focus {
    bottom: 217px;
}
.slick-dots {
    bottom: 256px;
}
}
@media screen and (max-width:549px) {
.right-banner h3 {
    font-size: 31px;
}
}
@media screen and (max-width:530px) {
.right-banner h3 {
    font-size: 29px;
    line-height: 28px;
}
.text-banner p {
    font-size: 18px;
    line-height: 26px;
}
.slick-next, .slick-next:hover, .slick-next:focus, .slick-prev, .slick-prev:hover, .slick-prev:focus {
    height: 38px;
    bottom: 224px;
    width: 25px;
}
.slick-dots {
    max-width: 100%;
}
/* .slick-next, .slick-next:hover, .slick-next:focus {
    right: 260px !important;
} */
}
@media screen and (max-width:500px) {
.right-banner h3 {
    font-size: 27px;
}
.item-slider{
    background-size: 96vw;  
}
.modal-content .close{
    font-size: 38px;
}
.inner-text h3 {
    max-width: 140px;
    font-size: 22px;
    line-height: 29px;
}
.inner-text a img {
    max-width: 140px;
}
.inner-text a {
    margin-top: 20px;
}
.title-page h2 {
    font-size: 55px;
    line-height: 55px;
}
.title-page h1 {
    font-size: 35px;
    line-height: 35px;
}
.item-box {
    width: 25% !important;
    text-align: center;
}
.item-box img {
    max-width: 50px;
    display: block;
    margin: 0 auto;
}
.item-box span {
    font-size: 16px;
    color: #fff;
    max-width: 100% !important;
    text-align: center;
    margin: 5px auto 0;
    padding: 0 8px;
    display: block;
}
.border-slider .icon-slider {
    right: -50px;
    max-width: 120px;
}
.slider {
    margin-right: 75px;
}
}
@media screen and (max-width:470px){
.slick-next, .slick-next:hover, .slick-next:focus {
    left: 16% !important;
}
.slick-prev, .slick-prev:hover, .slick-prev:focus {
    right: 16% !important;
}
.item-slider {
    height: 797px;
}
}
@media screen and (max-width:463px){
.right-banner h3 {
    font-size: 25px;
}
}
@media screen and (max-width:430px) {
.right-banner h3 {
    font-size: 20px;
}
.text-banner p {
    font-size: 16px;
    line-height: 20px;
}
.slick-dots li {
    margin: 0px 5px;
}
.slick-dots {
    max-width: 210px;
}
/* .slick-next, .slick-next:hover, .slick-next:focus {
    right: 190px !important;
} */
.title-page h2 {
    font-size: 46px;
    line-height: 50px;
}
.item-slider {
    height: 757px;
}
}
@media screen and (max-width:380px) {
.item-slider {
    height: 706px;
    /* min-height: 68vh; */
}    
.slider-content-right {
    top: 28%;
}
.inner-text h3 {
    max-width: 110px;
    font-size: 18px;
    line-height: 22px;
}
.inner-text a img {
    max-width: 110px;
}
.border-slider .icon-slider {
    right: -38px;
    max-width: 98px;
    top: -25px;
}
.slider {
    margin-right: 70px;
}
.item-slider ul li {
    margin: 5px 0;
    font-size: 18px;
    line-height: 25px;
}
}

@media screen and (max-width:360px) {
.slider {
    margin-right: 60px;
}
.item-slider p {
    font-size: 20px;
}
.item-slider h3 {
    font-size: 30px;
    line-height: 32px;
}
}
@media screen and (max-width:330px) {
.slick-prev, .slick-prev:hover, .slick-prev:focus {
    right: -35px !important;
}
.slick-dots {
    left: 35px;
}
.slick-next, .slick-next:hover, .slick-next:focus {
    right: 154px !important;
}
}