/*! 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{
  font-weight: 400;
   direction: rtl;
   font-family: 'Open Sans Hebrew';
}
.clearfix{
  clear: both;
}
.content-banner{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}
.box-footer.line-footer:before{
  position: absolute;
  left:-5px;
  top: 0;
  bottom: 0;
  background: #000;
  width: 10px;
  height: 100%;
  border-radius: 10px;
  content: "";
}
/***************wrapper****************/
.wrapper{
    background: url(images/bg.jpg) repeat-y center top;
}
.section1{
    position: relative;
    display: flex;
}
.right-section1 {
    display: inline-block;
    width: 35%;
    text-align: center;
    padding:0 55px 60px 0;
}
.right-section1 .logo{
    display: block;
}
.right-section1 .logo-fresh {
    display: block;
    margin-top: 120px;
}
.title-text{
    margin-top: 25px;
}
.title-text img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.content-top{
    color: #fff;
}
.content-top h1{
    font-weight: 700;
    font-size:39px;
    margin:15px 0 0;
}
.content-top h3{
    font-weight: 400;
    font-size:36px;
    margin:45px 0 0;
}
.scroll-btn {
    margin: 100px 0 0;
}
.scroll-btn h4{
    font-weight: 700;
    font-size:39px;
    margin:0;
    color: #fff;
}
.scroll-btn a.btn-scroll {
    display: block;
    margin-top: 20px;
}
.left-section1 {
    display: inline-block;
    width: 70%;
    position: relative;
    background-image: url(images/bg1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.logo-credit{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}
.img-section1 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 120px;
}
.img-section1 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

/**************************section2*******************************/
.section2{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.right-section2 {
    float: left;
    width: 70%;
    text-align: center;
    background-image: url(images/bg-2.png);
    padding-top: 280px;
    padding-bottom: 222px;
    position: relative;
    background-size: 100% auto;
    background-position: top left;
    background-repeat: no-repeat;
}
/*.right-section2::after {
    content: "";
    position: absolute;
    background-image: url(images/bg-bottom2.png);
    bottom: -240px;
    height: 320px;
    left: 80px;
    right: 0;
    background-size: contain;
}*/
.right-section2 img, .right-section2 a {
    display: block;
    margin: 0 auto;
}
.right-section2  .title-text {
    margin-top: 15px;
}
.content-section {
    color: #fff;
    text-align: center;
}
.content-section h2{
    font-weight: 700;
    font-size:42px;
    margin:0;
}
.content-section p {
    font-weight: 400;
    font-size: 28px;
    margin: 10px 0 0;
    line-height: 38px;
}
.left-section2 {
    float: right;
    width: 24%;
    background: #bec992;
    direction: ltr;
    position: relative;
    padding-top:50px;
}
.left-section2::after {
    content: "";
    position: absolute;
    top: 0;
    background: url(images/bg-line1.png) no-repeat right top;
    width: 390px;
    height: 100%;
    left: -390px;
    background-size: cover;
}
.img-section2{
    text-align: left;
}
.img-section2 img {
    display: block;
}
/**********************section3***********************************/
.section3 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: flex;
    margin-top: 120px;
}
.right-section3 {
    width: 76%;
    text-align: center;
    background-image:  url(images/bg-3.png);
    padding-top: 220px;
    position: relative;
    background-size: 85% auto;
    background-position: top right;
    background-repeat: no-repeat;
}
.right-section3 img, .right-section3 a {
    display: block;
    margin: 0 auto;
}
.right-section3  .title-text {
    margin-top: 15px;
}
.left-section3 {
    width: 24%;
    background: #de9caa;
    position: relative;
    padding-top:50px;
}
.left-section3::after {
    content: "";
    position: absolute;
    top: 0;
    background: url(images/bg-line2.png) no-repeat right top;
    width: 390px;
    height: 100%;
    right: -390px;
    background-size: cover;
}
.img-section3{
    text-align: left;
}
.img-section3 img {
    display: block;
}
.inner-s3 {
    max-width: 1130px;
}
/**************************section4*******************************/
.section4 {
    border-top: 1px solid #fff;
    margin-top: 120px;
}
.right-section4 {
    float: left;
    width: 68%;
    background-image: url(images/bg-4.png) ;
    position: relative;
    background-size: 95% auto;
    background-position: top left;
    background-repeat: no-repeat;
    padding: 200px 0 290px;
}
.right-section4 img, .right-section4 a {
    display: block;
    margin: 0 auto;
}
.right-section4  .title-text {
    margin-top: 15px;
}
.left-section4 {
    float: right;
    width: 24%;
    background: #9e6e5f;
    direction: ltr;
    position: relative;
    padding-top:50px;
}
.left-section4::after {
    content: "";
    position: absolute;
    top: 0;
    background: url(images/bg-line3.png) no-repeat right top;
    width: 390px;
    height: 100%;
    left: -390px;
    background-size: cover;
}
.img-section4{
    text-align: left;
}
.img-section4 img {
    display: block;
}

/*********************section5************************/
.section5{
    padding: 120px 20px 280px;
    background: url(images/bg-5.png) no-repeat center bottom;
    background-size:100% auto;
    border-top: 1px solid #fff;
}
.content-video{
    max-width: 970px;
    margin:0 auto;
}
.content-video iframe{
    border-radius: 2px;
    border: 5px solid #fff;
}
.animated {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
} 

@-webkit-keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {-webkit-transform: translateY(0);}
  50% {-webkit-transform: translateY(-5px);}
} 

@keyframes bounce { 
  0%, 20%, 40%, 60%, 80%, 100% {transform: translateY(0);}
  50% {transform: translateY(-5px);}
} 

.bounce { 
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.img-mobile {
    display: none;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    z-index:2;
}
.img-mobile img{
    display: block;
    margin: 0 auto;
    width: 100%;
}





@media screen and (max-width:1900px) {
.content-top h1, .scroll-btn h4 {
    font-size: 34px;
}
.content-top h3 {
    font-size: 32px;
}
}
@media screen and (max-width:1700px) {
.content-top h1 {
    font-size: 30px;
}
.content-top h3 {
    font-size: 28px;
}
.scroll-btn h4 {
    font-size: 30px;
}
.right-section1 .logo-fresh {
    margin-top: 80px;
}
.scroll-btn {
    margin: 60px 0 0;
}
.img-section1 {
    left: 40px;
}
.img-section1 img {
    max-width: 80%;
}
.left-section2::after, .left-section4::after {
    left: -387px;
}
.left-section3::after {
    right: -387px;
}
.content-section h2 {
    font-size: 35px;
}
.content-section p {
    font-size: 22px;
    line-height: 32px;
}
.inner-s3 {
    max-width: 1010px;
}
.right-section2 {
    padding-top: 210px;
}
.thumb-all  img {
    max-height: 690px;
}
.right-section4 {
    padding:175px 0 210px;
}
.right-section3 {
    padding-top: 185px;
}
}
@media screen and (max-width:1600px) {
.thumb-all  img {
    max-height: 650px;
}
.left-section2 {
    width: 20%;
}
.right-section2 {
    width: 74%;
    padding-top: 220px;
}
.right-section4 {
    padding: 143px 0 240px;
}
.left-section3 {
    width: 20%;
}
.right-section3 {
    width: 80%;
}
}
@media screen and (max-width:1540px) {
.right-section3 {
    padding-top: 165px;
}
.wrapper {
    overflow-x: hidden;
}
.inner-s3 {
    max-width: 920px;
}
.right-section2 {
    background-size: 98% auto;
}
.content-section h2 {
    font-size: 30px;
}
.content-section p {
    font-size: 18px;
    line-height: 26px;
}
.right-section2 .title-text img {
    max-width: 500px;
}
.right-section3 .title-text img {
    max-width: 300px;
}
.right-section4 .title-text img {
    max-width: 300px;
}
.content-top h3 {
    font-size: 24px;
    margin: 15px 0 0;
}
.content-top h1 {
    font-size: 26px;
}
.scroll-btn h4 {
    font-size: 26px;
}
.scroll-btn {
    margin: 30px 0 0;
}
}
@media screen and (max-width:1450px) {
.inner-s3 {
    max-width: 870px;
}
.thumb-all img {
    max-height: 615px;
}
.right-section4 {
    padding: 143px 0 190px;
}
}
@media screen and (max-width:1370px) {
.right-section2 {
    background-size: 100% auto;
}
.img-section1 img {
    max-width: 70%;
}
.img-section1 {
    left: 0;
}
.logo img {
    width: 120px;
}
.right-section1 .logo-fresh {
    margin-top: 45px;
}
.thumb-all img {
    position: relative;
    z-index: 1;
    max-height: 630px;
    margin-right: 30px;
}
.left-section3 .thumb-all img {
    margin-right: 0;
}
.left-section2, .left-section3, .left-section4 {
    padding-top: 0;
}
.right-section2 {
    padding-top: 180px;
    padding-bottom: 170px;
}
.left-section2 {
    width: 20%;
    direction: rtl;
}
.left-section4 {
    width: 20%;
}
.right-section3 {
    padding-top: 160px;
}
.inner-s3 {
    max-width: 790px;
}
.right-section4 {
    padding: 140px 0 160px;
}
}
@media screen and (max-width:1300px) {
.content-top h1, .scroll-btn h4 {
    font-size: 22px;
}
.content-top h3 {
    font-size: 18px;
}
.right-section1 .logo-fresh img {
    max-width: 160px;
}
.thumb-all img {
    max-height: 590px;
}
.right-section4 {
    padding: 126px 0 140px;
}
.right-section2 {
    padding-top: 165px;
}
}
@media screen and (max-width:1200px) {
.content-video {
    max-width: 768px;
}
.content-video iframe {
    height: 420px;
}
.logo img {
    width: 100px;
}
.right-section1 .logo-fresh {
    margin-top: 25px;
}
.right-section1 .logo-fresh img {
    max-width: 120px;
}
.content-top h1, .scroll-btn h4 {
    font-size: 18px;
}
.content-top h3 {
    font-size: 15px;
}
.img-section1 img {
    max-width: 50%;
}
.img-section1 {
    left: -80px;
}
.right-section2 a img,
.right-section3 a img,
.right-section4 a img{
    width: 100px;
}
.thumb-all img {
    max-width: 190px;
}
.right-section2 {
    width: 72%;
}
.right-section2 {
    padding-top: 120px;
    padding-bottom: 130px;
}
.right-section2 .title-text img {
    max-width: 350px;
}
.content-section h2 {
    font-size: 26px;
}
.inner-s3 {
    max-width: 590px;
}
.right-section3 {
    padding-top: 110px;
}
.right-section3 .title-text img {
    max-width: 260px;
}
.right-section3 .title-text {
    margin-top: 5px;
}
.right-section4 .title-text {
    margin-top: 5px;
}
.left-section3 {
    width: 20%;
}
.right-section3 {
    width: 80%;
}
.right-section4 .title-text img {
    max-width: 260px;
}
.right-section4 {
    padding: 70px 0 130px;
}
.section5 {
    padding: 120px 20px 190px;
}
.right-section2 {
    padding-top: 109px;
    padding-bottom: 145px;
}
.content-section p {
    font-size: 16px;
    line-height: 24px;
}
}
@media screen and (max-width:1023px) {
.right-section4 {
    padding: 85px 0 130px;
}
}
@media screen and (max-width:940px) {
.right-section1 {
    display: block;
    width: 100%;
    padding: 0;
}
.section1 {
    display: block;
}
.left-section1 {
    display: block;
    width: 100%;
    padding: 65px 0 150px;
    margin-top: 30px;
    background-image: url(images/bg-mobile.png);
}
.img-section1 {
    left: inherit;
    position: inherit;
    top: inherit;
    -webkit-transform: inherit;
    -ms-transform:inherit;
    transform:inherit;
}
.right-section1 .logo-fresh img {
    max-width: 150px;
}
.right-section1 .logo {
    text-align: left;
    margin-left:35px;
}
.logo img {
    width: 90px;
}
.right-section1 .logo-fresh {
    margin-top: 0;
}
.title-text img {
    max-width: 460px;
}
.title-text {
    margin-top: 12px;
}
.content-top h1, .scroll-btn h4 {
    font-size: 29px;
    line-height: 35px;
}
.content-top h3 {
    font-size: 22px;
    max-width: 420px;
    margin: 5px auto 0;
}
.scroll-btn {
    margin: 0;
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
    z-index: 9;
}
.scroll-btn h4 {
    color: #000;
}
.scroll-btn a.btn-scroll {
    margin-top: 15px;
}
.section2 , .section3, .section4, .section5 {
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
}
.logo-credit {
    top: 15%;
    left: 10px;
}
.logo-credit img{
    max-height: 60px;
}
/**********************/
.right-section2, .left-section2 {
    width: 100%;
    float: none;
}
.section3{
    display: block;
}
.right-section3, .left-section3 {
    width: 100%;
    float: none;
}
.right-section4, .left-section4{
    width: 100%;
    float: none;
}
.right-section2 a img, .right-section3 a img, .right-section4 a img {
    width: 150px;
}
.right-section2 .title-text img {
    max-width: 540px;
}
.content-section h2 {
    font-size: 34px;
    margin: 5px 0 0;
}
.content-section p {
    font-size: 22px;
    line-height: 30px;
}
.content-video {
    max-width: 550px;
}
.content-video iframe {
    border-radius: 2px;
    border: 3px solid #fff;
    height: 305px;
}
.left-section2::after, .left-section3::after , .left-section4::after {
   display: none;
}
.left-section2 {
    width: 100%;
    padding: 65px 0 40px;
    margin-top: 30px;
    background: none;
    background-image: url(images/bg2-mobile.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.left-section3 {
    width: 100%;
    padding: 65px 0 40px;
    margin-top: 30px;
    background: none;
    background-image: url(images/bg3-mobile.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.left-section4 {
    width: 100%;
    padding: 65px 0 40px;
    margin-top: 30px;
    background: none;
    background-image: url(images/bg-mobile4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.thumb-all img {
    max-width: 100%;
    max-height: 630px;
    margin: 0 auto;
}
.inner-s3 {
    margin: 0 auto;
}
.left-section3 .thumb-all img {
    margin: 0 auto;
}
.right-section2, .right-section3, .right-section4 {
    background-image: none;
}
.section2,
.section3,
.section4{
    position: relative;
    margin-top: 0;
}
.img-mobile{
    display: block;
}
.right-section2, .right-section3, .right-section4 {
    position: relative;
    z-index: 9;
}
.right-section2 {
    padding-top: 380px;
    padding-bottom: 90px;
}
.right-section3 {
    padding-top: 475px;
    padding-bottom: 90px;
}
.right-section4 {
    padding-top: 330px;
    padding-bottom: 90px;
}
}

@media screen and (max-width:767px) {
.right-section2 {
    padding-top: 320px;
    padding-bottom: 35px;
}
.right-section3 {
    padding-top: 370px;
    padding-bottom: 55px;
}
.right-section4 {
    padding-top: 240px;
    padding-bottom: 30px;
}
.img-mobile {
    top: 0;
}
}
@media screen and (max-width:600px) {
.right-section2 {
    padding-top: 270px;
    padding-bottom: 20px;
}
.thumb-all img {
    max-height: 500px;
}
.content-video {
    padding: 0 30px;
}
}
@media screen and (max-width:540px) {
.right-section2 .title-text img {
    max-width: 300px;
}
.content-section h2 {
    font-size: 21px;
    margin: 0;
}
.content-section p {
    font-size: 15px;
    line-height: 20px;
}
.right-section3 {
    padding-top: 302px;
}
.right-section4 {
    padding-top: 205px;
}
.section5 {
    padding: 90px 20px 140px;
}
}
@media screen and (max-width:480px) {
.title-text img {
    max-width: 300px;
}
.content-top h1, .scroll-btn h4 {
    font-size: 19px;
    line-height: 26px;
}
.content-top h3 {
    font-size: 16px;
    max-width: 300px;
}
.content-section {
    max-width: 320px;
    margin: 0 auto;
}
.content-section p {
    font-size: 13px;
}
.section4 .content-section p {
    font-size: 12px;
}
.right-section2 {
    padding-top: 240px;
}
.right-section3 {
    padding-top: 250px;
}
.right-section4 {
    padding-top: 160px;
}
.content-video iframe {
    height: 212px;
}
}
@media screen and (max-width:420px) {
.right-section2 {
    padding-top: 170px;
}
.thumb-all img {
    max-height: 420px;
}
.right-section3 {
    padding-top: 190px;
}
.right-section4 .title-text img {
    max-width: 190px;
}
.right-section4 {
    padding-top: 125px;
}
.content-video iframe {
    height: 180px;
}
.content-video {
    padding: 0 5px;
}
.img-section1 img {
    max-width: 80%;
}
}
@media screen and (max-width:370px) {
.right-section2 {
    padding-top: 150px;
    padding-bottom: 0;
}
.right-section3 {
    padding-top: 180px;
    padding-bottom: 0;
}
.right-section2 a img, .right-section3 a img, .right-section4 a img {
    width: 125px;
}
.right-section3 .title-text img {
    max-width: 180px;
}
.right-section3 {
    padding-top: 155px;
}
.right-section4 {
    padding-top: 100px;
    padding-bottom: 0;
}
.section5 {
    padding: 50px 20px 90px;
}
.logo img {
    width: 60px;
}
.right-section1 .logo {
    margin-left: 15px;
}
.thumb-all img {
    max-height: 380px;
}
 .right-section3 a img, .right-section4 a img {
    width: 100px;
}
.right-section4 .title-text img {
    max-width: 165px;
}
.content-section h2 {
    font-size: 18px;
}
.content-section p {
    margin: 4px 0 0;
}
}
@media screen and (max-width:320px) {
.right-section4 {
    padding-top: 75px;
}
.content-video iframe {
    height: 155px;
}
.right-section3 {
    padding-top: 140px;
}
.right-section2 {
    padding-top: 115px;
}
}