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

/* ==========================================================================
   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;
    border: 1px solid #f50a0a;

}

/**
 * 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;
}

.container-full {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 15px;
}

.container {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 15px;
}

.inner-book .container {
    max-width: inherit;
}

p {
    color: #003366;
    font-size: 17.5px;
    line-height: 27px;
}

/******************************************************************************
Home Page
********************************************************************************/
a:hover,
a:focus {
    text-decoration: none;
}

body {
    font-family: 'Open Sans Hebrew';
    color: #003366;
    font-weight: 400;
    font-size: 17px;
    direction: rtl;
    margin: 0;
    padding: 0;
}

.header.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    padding-bottom: 10px;
}

.header.fixed .logo {
    padding-top: 10px;
}

.header.fixed .top-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header {
    background: #fff;
    transition: all 0.3s;
}

.logo {
    float: right;
}

.logo a {
    display: block;
}

.link-more {
    text-align: center;
    position: absolute;
    left: 50px;
}

.link-more a {
    color: #fff;
    width: 100%;
    display: block;
    height: 135px;
    width: 290px;
    background-image: url(img/bg.png);
    background-position: center bottom;
    background-size: contain;
    background-repeat: none;
    position: absolute;
    left: 0;
    top: -10px;
    line-height: 2px;
    vertical-align: bottom;
}

.link-more a p {
    margin: 20px 0 0px;
    display: block;
    font-size: 34px;
    font-weight: 900;
    line-height: 26px;
    color: #fff;
}

#language-en .link-more a p {
    margin: 15px 0 0px;
}

.link-more a span {
    display: block;
    font-weight: 400;
}

.single-post .socials-content {
    position: absolute;
    left: 0;
    bottom: 0;
}

/***********menu***************/
.top-header {
    background: #003366;
    padding: 10px 0;
}

.form-newsletter,
.social-header,
.languages,
.form-search {
    display: inline-block;
    vertical-align: middle;
}

.form-search {
    float: left;
    margin-top: 14px;
}

.social-header {
    margin: 0 12px;
    padding: 0 16px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height: 37px;
}

.social-header li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

.social-header li:hover a {
    color: #009999;
}

.social-header li a {
    font-size: 24px;
    color: #003366;
    transition: all 0.3s;
}

.form-newsletter input[type=email] {
    font-size: 16px;
    color: #003366;
    font-weight: 400;
    border: 1px solid #003366;
    padding: 0 10px;
    min-width: 240px;
    display: inline-block;
    height: 35px;
    vertical-align: middle;
}

.form-newsletter input[type=submit]:hover {
    color: #fff;
    background: #003366;
}

.form-newsletter input[type=submit] {
    background: #009999;
    color: #ffffff;
    border: none;
    font-size: 19px;
    height: 35px;
    font-weight: 400;
    padding: 0 10px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    border-radius: 2px;
}

.languages a {
    font-size: 19px;
    font-weight: 700;
    color: #003366;
    text-decoration: none;
    line-height: 36px;
}

.newsletter-btn {
    cursor: pointer;
}

.wpml-ls-legacy-list-horizontal {
    border: 0 solid transparent;
    padding: 0;
}

.wpml-ls-legacy-list-horizontal a {
    padding: 0;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-current-language {
    display: none;
}

.inner-form input[type=text]:focus {
    border: 1px solid #f50a0a;
}

.inner-form input[type=text] {
    font-size: 16px;
    border: 1px solid #2668a9;
    padding: 0 15px 0 10px;
    width: 335px;
    color: #fff;
    height: 36px;
    margin-right: 5px;
    background: #2668a9;
}

.inner-form input[type="text"]::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.inner-form input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 1;
}

.inner-form input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.inner-form input[type="text"]:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.inner-form {
    position: relative;
}

#language-he .inner-form .btn-search {
    left: 30px;
    font-size: 20px;
}

#language-en .inner-form .btn-search {
    right: 10px;
}

.tnp-field-lang input[type="radio"]:focus,
.content-event form input[type="submit"]:focus,
.menu-footer form input[type="submit"]:focus {
    border: 1px solid #f50a0a;
}

*:focus {
    border: 1px solid #f50a0a;
}

.inner-form .btn-search:focus {
    border: 1px solid #f50a0a;
}

.inner-form .btn-search {
    position: absolute;
    background: transparent;
    border: none;
    padding: 0;
    top: 45%;
    transform: translateY(-50%);
    outline: none;
    color: #fff;
    font-size: 22px;
}

.main-navigation ul {
    margin: 0;
    padding: 0;
}

.main-navigation>ul>li.current-menu-item {
    font-weight: 700;
}

#language-en .main-navigation ul li {
    padding: 0 5px 0 1px;
}

.main-navigation ul li {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    padding: 0 16px;
    text-align: center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-right: 1px solid #ccc;
    position: relative;
}

#language-en .main-navigation ul li a {
    text-align: left;
}

#language-en .main-navigation ul ul {
    left: 0;
    right: inherit;
}

.main-navigation ul ul {
    position: absolute;
    top: 102%;
    right: 0;
    z-index: 9;
    width: 250px;
    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: right;
}

.main-navigation ul li.mega-menu ul {
    width: 750px;
    display: flex;
    flex-wrap: wrap;
}

.main-navigation ul ul li {
    display: block;
    line-height: 35px;
    padding: 0;
    width: 100%;
    border-right: 0px solid #ccc;
    text-align: right;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    vertical-align: middle;
}

.main-navigation ul li.mega-menu ul li {
    width: 33.3333%;
    display: inline-block;
}

.main-navigation ul li.mega-menu ul li ul li {
    width: 100%;
    display: block;
}

.main-navigation ul ul li a {
    padding: 0 10px;
}

.main-navigation ul li a {
    font-size: 16px;
}

.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.mega-menu>ul>li {
    padding: 0 !important;
}

.main-navigation>ul>li.mega-menu>ul>li>a {
    background: #b3d0ec;
    padding: 5px;
}

#language-en .main-navigation>ul>li.mega-menu>ul>li>a {
    min-height: 60px;
}

.main-navigation>ul>li:hover>ul>li>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    transform: inherit;
    width: 100%;
    display: block;
    position: inherit;
    top: 0;
}

/*.main-navigation>ul>li >ul>li> ul.sub-menu {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    -webkit-transform: inherit;*/
/*    -moz-transform: inherit;*/
/*    transform: inherit;*/
/*    width: 100%;*/
/*    display: block;*/
/*    position: inherit;*/
/*    top: 0;*/
/*}*/
.main-navigation>ul>li>ul>li>ul>li {
    display: block;
    width: 100%;
}

.main-navigation>ul>li>ul>li>ul>li:last-child {
    border-bottom: 0px solid #ccc;
}

.main-navigation ul li:first-child {
    padding-right: 0;
    border-right: 0;
}

.main-navigation ul li a {
    display: block;
    color: #003366;
    font-size: 18px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.main-navigation ul li.bold-menu>a {
    font-weight: 700;
}

.main-navigation>ul>li:hover>a {
    color: #009999;
}

.main-navigation>ul>li>ul>li:hover>a {
    color: #009999;
}

.main-navigation>ul>li>ul>li>ul>li:hover>a {
    color: #009999;
}

/*
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;
    float: right;
    position: absolute;
    top: -40px;
}

.toggle-menu span {
    display: block;
    width: 36px;
    border: 2px solid #009999;
    margin: 0 auto 4px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    background: #009999;
}

.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;
}

.right-menu {
    float: right;
}

.left-menu {
    float: left;
}

/************************************************************************
home page
************************************************************************/
.border-slide-home {
    position: relative;
}

.btn-links-slider {
    position: absolute;
    left: -159px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotateZ(270deg);
    transform: translateY(-50%) rotateZ(270deg);
    z-index: 2;
}

.btn-links-slider a:hover {
    color: #ffffff;
    background: #003366;
}

.btn-links-slider a {
    transition: all 0.3s;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    margin: 0 5px;
    background: #77b032;
    border-radius: 0 0 20px 20px;
    height: 45px;
    padding: 0 14px;
    line-height: 40px;
}

.item-slider {
    position: relative;
}

.item-slider img {
    width: 100%;
}

.content-slider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    text-align: center;
}

.content-slider h3 {
    font-size: 38px;
    line-height: 38px;
    margin: 0;
    color: #003366;
    font-weight: 700;
}

.content-slider h3 p {
    margin: 0;
}

.content-slider a.link-slider:hover {
    background: #003366;
    color: #fff;
}

.content-slider a.link-slider {
    width: 185px;
    height: 50px;
    line-height: 45px;
    background: #009999;
    color: #fff;
    display: block;
    margin: 20px auto 0;
    font-size: 32px;
    font-weight: 400;
    transition: all 0.3s;
}

.slider-home .slick-next {
    position: absolute;
    right: 60px;
    color: #fff;
    z-index: 1;
    font-size: 35px;
    top: 42%;
    cursor: pointer;
}

.slider-home .slick-prev {
    position: absolute;
    left: 60px;
    color: #fff;
    z-index: 1;
    font-size: 35px;
    top: 42%;
    cursor: pointer;
}

.slider-home .slick-arrow i {
    text-shadow: 1px 1px 6px #5f5c5c;
}

/***************************************************************************
footer
***************************************************************************/
.logo h1 {
    margin: 0;
    padding: 0;
}

.footer {
    background: #003366;
    color: #fff;
    padding: 50px 0 100px;
}

.menu-footer {
    float: right;
    width: 16%;
    padding: 0 20px;
}

.menu-footer.footer-last {
    padding: 0;
}

.menu-footer.footer-last h3 {
    padding: 0 0 5px;
}

.tnp-widget {
    margin-top: 10px !important;
}

.menu-footer h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 29px;
    color: #fff;
}

.menu-footer ul {
    margin: 0;
    padding: 0;
}

.menu-footer ul li {
    display: block;
}

.menu-footer ul li a {
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
}

.menu-footer form p {
    margin: 0 0 15px;
}

.menu-footer span {
    margin: 0 0 20px;
    display: block;
    font-size: 15px;
    line-height: 28px;
}

.menu-footer form input[type="text"],
.menu-footer form input[type="email"] {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: none;
    padding: 0 10px;
    font-size: 13px;
    color: #3c5f82;
}

.menu-footer form input[type="submit"]:hover {
    color: #fff;
    background: #003366;
    border: 1px solid #fff;
}

.menu-footer form input[type="submit"] {
    display: block;
    width: 120px;
    height: 35px;
    line-height: 31px;
    border: 1px solid transparent;
    padding: 0 10px;
    font-size: 21px;
    color: #fff;
    font-weight: 400;
    background: #009999;
    cursor: pointer;
    float: left;
    border-radius: 4px;
    transition: all 0.3s;
}

.copyright {
    margin: 70px 0 0;
    text-align: left;
    font-size: 16px;
    color: #fff;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #fff;
}

.copyright a span {
    color: #448ccb;
}

h2.title {
    text-align: center;
    font-size: 57px;
    font-weight: 700;
    margin: 0;
}

/****************************************************************************
studies
****************************************************************************/
.slider-studies {
    margin-top: 80px;
}

.studies {
    padding: 55px 0 100px;
}

.studies.video {
    padding: 50px 0 75px;
}

.slider-studies {
    width: auto;
    margin: 0 -40px;
    margin-top: 100px;
}

.item-studies {
    padding: 0 40px;
}

.item-studies span {
    background: url(img/chart-icon.png) no-repeat 93% center #003366;
    color: #fff;
    min-width: 140px;
    display: inline-block;
    height: 50px;
    line-height: 47px;
    font-size: 27px;
    font-weight: 700;
    padding-right: 60px;
    transition: all 0.3s;
    padding-left: 10px;
    cursor: pointer;
}

.item-studies span:hover {
    /*background: url(img/search.png) no-repeat 93% center #77b032;*/
    background: url(img/chart-icon.png) no-repeat 93% center #77b032;
}

.item-studies span.pencil {
    background: url(img/pen.png) no-repeat 93% center #003366;
}

.item-studies span.pencil:hover {
    background: url(img/pen.png) no-repeat 93% center #77b032;
}

.item-studies span.pencil.pencil1 {
    background: url(img/imgs1.png) no-repeat 93% center #003366;
}

.item-studies span.pencil.pencil1:hover {
    background: url(img/imgs1.png) no-repeat 93% center #77b032;
}

.inner-studies {
    background: #fff;
    padding: 30px 35px 20px;
    min-height: 415px;
}

#language-en .inner-studies {
    min-height: 440px;
}

.inner-studies h4 {
    font-size: 27px;
    font-weight: 700;
    margin: 0;
    line-height: 30px;
}

.inner-studies h4 a {
    color: #003366;
}

.inner-studies p {
    font-size: 17px;
    font-weight: 400;
    margin: 10px 0 0;
    line-height: 19px;
}

.inner-studies a.link-btn {
    width: 130px;
    height: 32px;
    line-height: 29px;
    background: #009999;
    color: #fff;
    display: block;
    margin: 20px 0 0;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    border-radius: 2px;
    transition: all 0.3s;
}

.inner-studies a.link-btn:hover {
    background: #003366;
}

*:focus {
    outline: none;
}

.tnp-field label {
    display: none !important;
}

.studies .slick-next {
    position: absolute;
    right: -10px;
    color: #fff;
    z-index: 1;
    font-size: 35px;
    top: 42%;
    cursor: pointer;
}

.studies .slick-prev {
    position: absolute;
    left: -10px;
    color: #fff;
    z-index: 1;
    font-size: 35px;
    top: 42%;
    cursor: pointer;
}

.studies .slick-arrow i {
    text-shadow: 1px 1px 6px #ccc;
    color: #4ea3c0;
}

.link-slider {
    display: block;
    width: 265px;
    height: 50px;
    line-height: 46px;
    color: #fff;
    font-size: 25px;
    background: #003366;
    text-align: center;
    margin: 80px auto 0;
    border-radius: 2px;
    transition: all 0.3s;
}

.link-slider:hover {
    color: #fff;
    background: #009999;
}

.effect {
    padding: 155px 0 180px;
    margin: 15px 0;
}

.list-effect {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.item-effect {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin: 20px 0 0 4%;
}

.item-effect:nth-child(4n) {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin-left: 0;
}

.inner-effect img,
.inner-effect a {
    display: block;
    margin: 0 auto;
}

.inner-effect a.thumb-img {
    min-height: 240px;
}

.inner-effect a.title {
    font-size: 27px;
    font-weight: 700;
    margin-top: 15px;
    color: #003366;
    line-height: 29px;
    display: block;
}

.inner-effect span {
    font-size: 18px;
    font-weight: 400;
    color: #779abd;
    display: block;
    margin-top: 6px;
}

.inner-effect p {
    font-size: 18px;
    margin: 3px 0;
    line-height: 24px;
}

.read-mores {
    color: #009999;
    font-size: 20px;
    margin-left: 8px;
}

.effect .link-slider {
    height: 32px;
    width: 220px;
    background: #009999;
    font-size: 21px;
    line-height: 31px;
    margin: 30px auto 0;
}
#language-en .effect .link-slider {
    width: 190px;
}
.effect .link-slider:hover {
    background: #003366;
}

/******************************************
video
***********************************************/
.studies.video .link-slider {
    height: 32px;
    width: 190px;
    background: #009999;
    font-size: 21px;
    line-height: 31px;
    margin: 30px auto 0;
}

.studies.video .link-slider:hover {
    background: #003366;
}

iframe {
    width: 100%;
    border: none;
}

.list-video {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.item-video {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.inner-video {
    padding: 0 35px 0px;
    margin: 70px 0 0px;
}

.inner-video a {
    font-size: 27px;
    font-weight: 700;
    margin: 20px 0 6px;
    color: #003366;
    line-height: 29px;
    display: block;
    cursor: pointer;
    position: relative;
}

.inner-video span.play-video {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    right: 0;
    text-align: center;
    color: #000;
    font-size: 70px;
}

.inner-video>span {
    font-size: 18px;
    font-weight: 400;
    color: #779abd;
    display: block;
    margin-bottom: 2px;
}

.inner-video p {
    font-size: 18px;
    color: #003366;
    line-height: 27px;
    letter-spacing: 1px;
    padding-left: 20px;
    margin: 0 0 12px;
}

.item-video-page,
.item-video {
    position: relative;
}

.inner-video .line {
    border-bottom: 3px dotted #003366;
    position: absolute;
    bottom: 0;
    left: 35px;
    right: 35px;
}

/*********************************/
.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,
.progress {
    overflow: hidden;
}

.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: 600px;
    margin: 30px auto;
    position: relative;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    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;
}

/******************************************
page
***********************************************/
.breadcrumbs {
    background: #003366;
    color: #94a0b2;
    padding: 11px 0;
    font-size: 14px;
}

.breadcrumbs p {
    margin: 0;
}

.breadcrumbs a:hover {
    color: #94a0b2;
}

.breadcrumbs a {
    color: #94a0b2;
    text-decoration: underline;
}

.banner-page {
    padding: 50px 0 75px;
}

.banner-page h1 {
    position: relative;
    margin: 0;
    line-height: 77px;
    font-size: 64px;
    color: #ffffff;
    padding: 0px 0 30px;
    font-weight: 700;
}

.banner-page h1:before {
    content: '';
    width: 75px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ffffff;
    height: 5px;
}

#blog .banner-page h1:before {
    display: none;
}

#blog .banner-page {
    padding: 45px 0 20px;
}

.banner-page .container span {
    font-size: 29px;
    color: #ffffff;
    display: block;
    padding-top: 35px;
}

/***************************************************************************/
.content-page {
    padding-top: 90px;
}

#blog {
    padding: 85px 0 0;
}

.sidebar {
    width: 24%;
    float: left;
}

.inner-content {
    width: 50%;
    float: left;
}

.inner-sidebar {
    background: #f1f1f1;
    padding: 20px;
}

h3.title {
    font-size: 36px;
    color: #003366;
    margin: 0;
    font-weight: 700;
    padding: 0;
    position: relative;
}

.notebook {
    padding-top: 35px;
    padding-bottom: 30px;
}

.notebook h3.title:before {
    content: '';
    height: 3px;
    background: #003366;
    position: absolute;
    bottom: 0;
    width: 65px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.notebook-infor {
    margin-top: 34px;
}

.content .text-note h4 {
    font-size: 19px;
    color: #003366;
    font-weight: 700;
    margin: 0;
    line-height: 20px;
}

.inner-content-search .content .text-note p {
    font-size: 15px;
    color: #003366;
    font-weight: 400;
    margin: 0 0 4px;
    line-height: 20px;
}

.notebook h3.title {
    padding: 0 0 30px;
    text-align: center;
}

.text-note a.link-btn:hover {
    background: #003366;
    color: #ffffff;
}

.text-note a.link-btn {
    width: 105px;
    height: 26px;
    line-height: 26px;
    background: #009999;
    color: #fff;
    display: block;
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border-radius: 2px;
    transition: all 0.3s;
}

.avata {
    float: right;
    width: 80px;
}

.avata img {
    border-radius: 50%;
}

.text-note {
    float: left;
    width: calc(100% - 100px);
}

/*****************************/
.title-social .socials {
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
}

.title-social {
    position: relative;
}

.page-template-template-blog .title-social .socials {
    text-align: center;
    position: inherit;
    left: inherit;
    top: inherit;
    margin-bottom: 15px;
}

.title-social .socials ul {
    margin: 0;
    padding: 0;
}

.title-social .socials ul li:hover i {
    color: #009999;
}

.title-social .socials ul li {
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    background: #f1f1f1;
    position: relative;
    text-align: center;
    margin: 0;
    transition: all 0.3s;
}

.title-social .socials ul li a:focus {
    border: 1px solid #f50a0a;
}

.title-social .socials ul li a {
    display: block;
    height: 35px;
}

.title-social .socials ul li i {
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #003366;
    transition: all 0.3s;
}

.title-social h1.title {
    font-size: 34px;
    text-align: right;
    margin: 0;
    padding: 0;
    padding-left: 255px;
}

.inner-content-search .content p {
    font-size: 17px;
    color: #003366;
    line-height: 28px;
    margin: 15px 0;
}

.inner-content-search .content p a {
    color: #009999 !important;
    text-decoration: underline;
}

.btn-file {
    margin-top: 35px;
    display: inline-block;
}

.btn-file span i {
    font-size: 71px;
    position: relative;
    top: 18px;
    right: 5px;
    color: #009999;
    transition: all 0.3s;
}

#language-en .btn-file a {
    padding: 0 5px;
}

.btn-file a {
    background: #009999;
    color: #ffffff;
    font-size: 24px;
    height: 46px;
    display: inline-block;
    text-decoration: none;
    line-height: 42px;
    padding: 0 20px;
    transition: all 0.3s;
}

#language-en .btn-file a {
    font-size: 21px;
}

.btn-file:hover a {
    background: #003366;
    color: #ffffff;
}

.btn-file:hover i {
    color: #003366;
}

.sidebar h4.title {
    color: #ffffff;
    font-size: 20px;
    background: #009999;
    font-weight: 700;
    padding: 6px 20px;
    display: inline-block;
    margin: 0;
}

.inner-sidebar-right {
    background: #f1f1f1;
    padding: 10px 35px 10px;
    margin-bottom: 20px;
}

.inner-sidebar-right.text-buttom {
    padding: 10px 20px;
}

.title-sidebar {
    position: relative;
    text-align: center;
}

#blog .title-sidebar {
    padding: 10px 0 0;
}

.title-sidebar h3 {
    color: #009999;
    font-size: 21px;
    padding: 0 10px;
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0 auto 5px;
    background: #f1f1f1;
    z-index: 2;
}

.title-sidebar:after {
    right: 0;
}

.title-sidebar:before,
.title-sidebar:after {
    content: '';
    width: 50%;
    height: 2px;
    background: #009999;
    position: absolute;
    left: 0;
    top: 64%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
}

.inner-item {
    margin: 20px 0;
}

.related-posts .title {
    position: relative;
    text-align: center;
}

.related-posts .title h2 {
    color: #003366;
    font-size: 40px;
    padding: 0 15px;
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    background: #fff;
    z-index: 2;
}

.related-posts .title:after {
    right: 0;
}

.related-posts .title:before,
.related-posts .title:after {
    content: '';
    width: 50%;
    height: 2px;
    background: #003366;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
}

.related-posts {
    margin-top: 40px;
}

.item-related {
    float: right;
    width: 25%;
    padding: 0 40px;
    margin: 65px 0;
}

.list-post .icon {
    width: 55px;
    height: 55px;
    background: #009999;
    color: #ffffff;
    position: relative;
    border-radius: 50%;
}

.item-related:nth-child(odd) .icon {
    background: #003366;
}

.list-post .icon img {
    display: block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.infor-post h3 {
    color: #003366;
    font-size: 27px;
    font-weight: 700;
    margin: 14px 0 5px;
    line-height: 30px;
}

.infor-post h3 a {
    color: #003366;
}

.infor-post p {
    font-size: 17px;
    color: #003366;
    line-height: 27px;
    margin: 0;
}

.infor-post a.link {
    font-size: 17px;
    color: #779abd;
    margin: 2px 0 0;
    display: inline-block;
    padding-left: 5px;
    position: relative;
}

.infor-post a.link.span-1:before {
    display: none;
}

#language-en .infor-post a.link:before {
    left: -2px;
    right: inherit;
}

.infor-post a.link:before {
    position: absolute;
    content: ",";
    right: -6px;
    top: 0;
}

.related-posts {
    overflow: hidden;
}

.list-post {
    width: auto;
    margin: 0 -40px;
}

/********************************************************************
blog
***********************************************************************************/
.inner-item ul {
    margin: 0;
    padding: 0;
    margin: 22px 0;
}

.item-sidebar ul li {
    padding: 5px 20px;
    border-top: 1px solid #d2d8df;
    display: block;
}

.item-sidebar ul li:last-child {
    border-bottom: 1px solid #d2d8df;
}

.item-sidebar ul li a {
    color: #003366;
    font-size: 17px;
    transition: all 0.3s;
    display: inline-block;
}

.item-sidebar ul li:hover a {
    color: #009999;
}

.content-blog {
    padding-left: 30px;
    padding-bottom: 20px;
    float: right;
    width: 74%;
}

.list-blog {
    width: auto;
    margin: 0 -20px;
}

.item-blog {
    width: 46%;
    float: right;
    margin: 0 2%;
    margin-bottom: 40px;
    border: 1px solid #b4b4b4;
    position: relative;
    padding-bottom: 50px;
}

.content-search-page .item-blog h3 {
    font-size: 23px;
}

.item-blog h3 {
    font-weight: 700;
    font-size: 28px;
    color: #003366;
    margin: 0 0 2px;
}

.item-blog h3 a {
    color: #003366;
    transition: all 0.3s;
    display: block;
}

.item-blog h3:hover a {
    color: #009999;
}

.item-blog .date {
    display: block;
    color: #779abd;
    font-size: 17px;
}

.item-blog p {
    font-size: 18px;
    color: #003366;
    line-height: 26px;
    margin: 0 0 20px;
}

a.read-more:hover {
    color: #fff;
    background: #009999;
}

a.read-more {
    font-size: 20px;
    color: #003366;
    text-align: center;
    float: left;
    border-top: 10px solid #009999;
    min-width: 150px;
    line-height: 40px;
    font-weight: 700;
    transition: all 0.3s;
    padding-bottom: 6px;
}

.info-blog {
    float: right;
    padding-right: 20px;
    width: 70%;
}

.info-blog ul {
    padding: 0;
    margin: 0;
}

.info-blog ul li {
    display: inline-block;
    padding: 15px 0 15px 0px;
}

.info-blog ul li i {
    padding-left: 10px;
    color: #003366;
    font-size: 20px;
}

.info-blog ul li span {
    font-size: 15px;
    color: #003366;
    position: relative;
}

.page-template-template-research .info-blog ul li span:before {
    position: absolute;
    content: ",";
    width: 3px;
    height: 5px;
    top: 0;
    right: -5px;
}

.page-template-template-research .info-blog ul li span {
    padding: 0 3px;
}

.page-template-template-research .info-blog ul li span.span-1 {
    padding: 0 0 0 3px;
}

.page-template-template-research .info-blog ul li span.span-1:before {
    display: none;
}

#language-en.page-template-template-research .info-blog ul li span:before {
    /*     left: -4px;
	right:inherit; */
}

#language-en.page-template-template-research .info-blog ul li span {
    direction: rtl;
}

.bottom-blog {
    border-top: 1px solid #b4b4b4;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.top-blog {
    padding: 20px;
}

.load-more-blog.load-more-content a {
    margin: 60px auto 80px;
}

.load-more-blog a,
.loadmore-icon {
    display: block;
    width: 145px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    background: #009999;
    text-align: center;
    margin: 30px auto 60px;
    border-radius: 2px;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
    text-transform: capitalize;
}

.loadmore-icon.max {
    display: none;
}

.loadmore-icon.loading .loader {
    opacity: 1;
}

.loader {
    opacity: 0;
    text-align: center;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #203644;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    top: 14px;
    position: absolute;
    left: 10px;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.main-content .alm-btn-wrap .alm-load-more-btn {
    display: block;
    width: 145px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    background: #009999 !important;
    text-align: center;
    margin: 30px auto 60px;
    border-radius: 2px;
    transition: all 0.3s;
}

.load-more-blog a:hover {
    background: #003366;
    color: #fff;
}

.main-content .alm-btn-wrap .alm-load-more-btn:hover {
    background: #003366 !important;
}

.title-blog-single h2 {
    color: #003366;
    font-size: 40px;
    padding: 0 15px;
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    background: #fff;
    z-index: 2;
}

.title-blog-single {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}

.title-blog-single:before,
.title-blog-single:after {
    content: '';
    width: 50%;
    height: 2px;
    background: #009999;
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 1;
}

.title-blog-single:after {
    right: 0;
}

.content {
    position: relative;
    z-index: 1;
}

.content .date {
    color: #779abd;
    font-size: 17px;
    display: block;
    margin: 5px 0 0;
}

.content h4 {
    color: #003366;
    font-size: 21px;
    font-weight: 700;
    margin: 1px 0 31px;
    line-height: 27px;
}

.content p {
    font-size: 17px;
    color: #003366;
    line-height: 28px;
    margin: 0 0 20px;
}

a.video-btn {
    padding: 0;
    cursor: pointer;
}

.video-btn img {
    width: 100%;
}

#research-page .title-social h3.title {
    padding-left: 250px;
    margin: 0 0 15px;
}

.content p a {
    color: #009999;
    text-decoration: underline;
}

.inner-post-search {
    margin-top: 50px;
}

.inner-post-search .related-posts .title:before,
.inner-post-search .related-posts .title:after {
    display: none;
}

.inner-post-search .related-posts .title h2 {
    background: transparent;
}

.video-search .inner-video a {
    margin: 10px 0 6px;
}

.video-search .inner-video p {
    letter-spacing: 0;
    padding-left: 0;
}

.bg-video .related-posts .title:before,
.bg-video .related-posts .title:after {
    display: none;
}

.bg-video .related-posts .title h2 {
    background: transparent;
}

.inner-bg-video {
    max-width: 680px;
    margin: 30px auto 0;
}

.bg-video {
    padding: 30px 0 60px;
}

.section-notification {
    padding: 50px 0 20px;
}

.inner-notification {
    background: url(img/bg-ac.png) no-repeat center top;
    background-size: contain;
    max-width: 980px;
    margin: 10px auto;
    height: 330px;
    padding: 80px 100px 20px;
}

.notification {
    padding-right: 85px;
    position: relative;
}

.notification h4 {
    color: #003366;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 27px;
}

.notification p {
    font-size: 17px;
    color: #003366;
    line-height: 28px;
    margin: 0 0 20px;
}

.btn-noti {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #003366;
    color: #fff;
    border-radius: 50%;
    font-size: 26px;
}

.btn-noti i {
    transform: rotate(-47deg);
    -moz-transform: rotate(-47deg);
    -webkit-transform: rotate(-47deg);
    -o-transform: rotate(-47deg);
    -ms-transform: rotate(-47deg);
}

/********************************
.inner-contact
***********************************/
.inner-contact {
    max-width: 1200px;
    padding: 50px 15px 50px;
    margin: 200px auto;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 1px 4px 18px 2px #ccc;
}

.tax-states .banner-all-page {
    min-height: 390px;
}

.col-contact-4 {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0 40px;
}

.col-contact-4 h3 {
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 42px;
    color: #003366;
}

.item-contact {
    padding: 0 0 5px;
    border-bottom: 2px dotted #003366;
    margin-bottom: 5px;
}

.item-contact:last-child {
    padding: 0;
    border-bottom: 0 dotted #003366;
    margin-bottom: 0;
}

.item-contact p {
    font-size: 15px;
    margin: 0;
    line-height: 20px;
}

.col-contact-4>p {
    font-size: 19px;
    margin: 0 0 10px;
    line-height: 24px;
}

.col-contact-4 form input[type="email"] {
    display: block;
    width: 220px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ccc;
    padding: 0 10px;
    font-size: 13px;
    color: #3c5f82;
}

.col-contact-4 form input[type="submit"] {
    display: block;
    width: 102px;
    height: 35px;
    line-height: 32px;
    border: 1px solid transparent;
    padding: 0 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    background: #009999;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s;
}

.social-net ul {
    margin: 0;
    padding: 0;
}

.social-net ul li {
    display: inline-block;
    vertical-align: middle;
}

.social-net ul li a {
    color: #003366;
    font-size: 20px;
    padding: 0 5px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }
}

#breadcrumbs {
    margin: 0;
}

.breadcrumb {
    padding: 5px 0 8px;
    box-shadow: 0 1px 2px #d3d3d3 inset;
}

.breadcrumb a {
    display: inline-block;
    vertical-align: middle;
    color: #c6ccd5;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}

.breadcrumb span {
    display: inline-block;
    vertical-align: middle;
    color: #c6ccd5;
    font-size: 14px;
    font-weight: 400;
}

.breadcrumb .breadcrumb_last {
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}

.banner-all-page {
    min-height: 170px;
    padding: 20px 0;
}

.tax-states .banner-all-page h1 {
    margin: 80px 0 0px;
}

.banner-all-page h1,
.banner-all-page h2 {
    margin: 30px 0 0px;
    color: #fff;
    font-size: 65px;
    line-height: 68px;
}

.right-content {
    float: right;
    width: 72%;
}

.right-content h2 {
    color: #003366;
    font-size: 37px;
    margin: 0;
}

.right-content h3 {
    color: #003366;
    font-size: 22px;
    margin: 25px 0 0;
}

.content-all p {
    font-size: 18px;
    line-height: 28px;
    margin: 12px 0 20px;
}

.content-qout {
    background: #f1f1f1;
    padding: 60px;
    margin: 50px 0;
    position: relative;
}

.content-qout:after {
    background: url(img/qout.png) no-repeat center top;
    position: absolute;
    top: -15px;
    right: 60px;
    content: "";
    width: 61px;
    height: 44px;
    background-size: contain;
}

.content-qout:before {
    background: url(img/quot1.png) no-repeat center top;
    position: absolute;
    left: 60px;
    bottom: -15px;
    content: "";
    width: 61px;
    height: 44px;
    background-size: contain;
}

.content-qout p {
    margin: 0;
}

.left-content {
    float: left;
    width: 23%;
    margin-top: 10px;
}

.list-team h3 {
    margin: 50px 0 0;
    color: #003366;
    font-size: 37px;
    position: relative;
    padding-bottom: 13px;
}

.list-team .list-effect {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.list-team h3:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 5px;
    background: #009999;
    bottom: 0;
    right: 0;
}

.list-team .inner-effect {
    text-align: center;
}

.list-team .inner-effect span {
    color: #003366;
    font-size: 17px;
    display: block;
}

.item-team {
    margin-bottom: 30px;
}

.inner-content-search {
    float: right;
    width: 73%;
    margin-bottom: 20px;
}

#research-page {
    margin-top: 80px;
}

#research-page .sidebar-right {
    float: left;
    width: 24%;
}

.content-seseach {
    float: left;
    width: 70%;
}

.inner-sidebar {
    float: right;
    width: 27%;
    margin: 20px 0 0;
}

#language-en .inner-sidebar {
    float: left;
}

#language-en.single-post .inner-sidebar {
    float: none;
}

#language-en.single-post .avata {
    float: left;
}

#language-en.single-post .text-note {
    float: right;
}

#language-en .content-seseach {
    float: right;
}

.seseach-qout {
    margin-bottom: 10px;
    padding-top: 10px;
}

.inner-content-search .seseach-qout p {
    font-size: 22px;
    color: #003366;
    margin: 0;
    font-weight: 700;
    line-height: 31px;
}

.inner-content-search .seseach-qout p {
    font-size: 17px;
    line-height: 26px;
}

.all-page-about {
    margin: 70px 0 30px;
}

.inner-side-about {
    background: #009999;
    text-align: center;
    color: #fff;
    padding: 50px 20px;
}

.inner-side-about h2 {
    margin: 0 0 30px;
    position: relative;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 30px;
}

.inner-side-about h2:before {
    position: absolute;
    content: "";
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 65px;
    margin: 0 auto;
}

.inner-side-about p {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
}

.inner-side-about p a {
    color: #fff;
}

.inner-side-about p i {
    margin-left: 5px;
}

/**************************/
.page-template-template-roon .alm-listing .alm-reveal {
    outline: 0;
    border-top: 1px solid #ccc;
    padding: 50px 0 !important;
    margin: 0;
}

.list-room {
    margin: 30px 0;
}

.border-room {
    display: flex;
    flex-wrap: wrap;
    padding: 45px 0;
}

.border-room:last-child {
    border-bottom: 0 solid #ccc;
}

.item-room {
    display: inline-block;
    vertical-align: top;
    width: 29.833%;
    margin: 0 2.5%;
}

.border-room .item-room:first-child {
    margin-right: 0;
}

.border-room .item-room:last-child {
    margin-left: 0;
}

.item-room img {
    max-height: 68px;
    overflow: hidden;
}

.item-room h3 {
    margin: 0;
    color: #003366;
    font-size: 27px;
    line-height: 32px;
}

.item-room h3 a {
    color: #003366;
    font-size: 27px;
    line-height: 32px;
}

.item-room>span {
    display: block;
    color: #779abd;
    font-size: 17px;
    line-height: 28px;
}

.item-room .excrept {
    border-top: 1px solid #bfccd9;
    padding: 6px 0;
}

.item-room .excrept h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}

.item-room .excrept h4 i {
    margin-left: 5px;
}

.item-room .excrept p {
    font-size: 17px;
    line-height: 24px;
    margin: 5px 0 0;
}

/*****************/
.item-video-page {
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
}

.single-videos {
    margin: 70px 0;
}

.right-videos {
    float: right;
    width: 49%;
}

.left-videos {
    float: left;
    width: 49%;
    margin-top: -12px;
}

.left-videos h1 {
    margin: 0;
    font-size: 37px;
    color: #003366;
}

.left-videos>span {
    display: block;
    font-size: 18px;
    color: #779abd;
}

.excerpt {
    margin: 4px 0;
    color: #003366;
    font-size: 21px;
    line-height: 26px;
}

.view-page {
    text-align: center;
}

.view-page a {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    background: #009999;
    text-align: center;
    margin: 30px auto 60px;
    border-radius: 2px;
    transition: all 0.3s;
    padding: 0 20px;
}

.left-videos .title-social .socials {
    text-align: right;
    position: inherit;
}

.view-page a:hover {
    background: #003366;
    color: #fff;
}

.list-fellow.list-team .inner-effect {
    text-align: right;
}

.list-fellow .item-team {
    margin-top: 20px;
    border-bottom: 2px solid #003366;
    margin-bottom: 30px;
    padding-bottom: 25px;
    margin-left: 6%;
    width: 20%;
}

.list-fellow .item-effect:nth-child(4n) {
    margin-left: 0;
}

.single-fellows-team {
    margin: 80px 0;
}

.right-content h1 {
    color: #003366;
    font-weight: 700;
    font-size: 37px;
    margin: 0;
}

span.role {
    font-size: 19px;
    color: #003366;
    font-weight: 700;
    display: block;
    position: relative;
    padding: 12px 0 28px;
    margin-bottom: 30px;
}

span.role:before {
    position: absolute;
    width: 125px;
    height: 5px;
    background: #009999;
    bottom: 0;
    right: 0;
    content: "";
}

.list-choose .item-sidebar {
    text-align: center;
}

.list-choose .inner-item {
    margin: 0 30px;
    display: inline-block;
    max-width: 250px;
    vertical-align: top;
}

.list-choose .inner-sidebar-right {
    padding: 20px 10px 30px;
}

.right-content .list-choose h3 {
    margin: 5px 0 0;
}

.list-choose .title-sidebar {
    margin-bottom: 5px;
}

.sidebar-team-fellow .team {
    background: #efefef;
    margin-bottom: 40px;
}

.sidebar-team-fellow .team p {
    background: #009999;
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 55px;
}

.sidebar-team-fellow .team p.link-page {
    background: #003366;
}

.sidebar-team-fellow .team p a {
    color: #fff;
}

.sidebar-team-fellow .team p i {
    margin-left: 5px;
    font-size: 19px;
}

.sidebar-team-fellow .team p.link-page i {
    margin-left: 10px;
    font-size: 22px;
}

.sidebar-team-fellow h4.title {
    color: #ffffff;
    font-size: 21px;
    background: #009999;
    font-weight: 700;
    padding: 0 20px;
    line-height: 40px;
    display: inline-block;
    margin: 0;
}

.list-seach ul {
    margin: 0;
    padding: 5px 20px;
    background: #f1f1f1;
}

.list-seach ul li:last-child {
    border-bottom: 0 solid #c6cfd8;
}

.list-seach ul li {
    display: block;
    font-size: 19px;
    font-weight: 700;
    border-bottom: 1px solid #c6cfd8;
    line-height: 25px;
    padding: 14px 0;
}

.list-seach ul li a {
    display: block;
    color: #003366;
}

/***********PR News********************/
.right-pr {
    float: right;
    width: 25%;
}

.right-pr a {
    display: block;
}

.left-pr {
    float: left;
    width: 73%;
    margin-top: -10px;
}

.left-pr span {
    color: #779abd;
    font-size: 17px;
    display: block;
    margin: 4px 0 0;
}

.title-pr {
    font-size: 27px;
    display: block;
    color: #003366;
    font-weight: 700;
}

.left-pr p {
    margin: 4px 0;
    color: #003366;
    font-size: 17px;
    line-height: 24px;
}

.readmore-prs:hover {
    background: #009999;
    color: #fff;
}

.readmore-prs {
    display: block;
    color: #003366;
    font-size: 20px;
    position: relative;
    margin: 20px 0;
    padding-top: 12px;
    font-weight: 700;
    width: 150px;
    text-align: center;
    padding: 15px 0px 12px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.readmore-prs:before {
    position: absolute;
    width: 150px;
    height: 10px;
    background: #009999;
    content: "";
    right: 0;
    top: 0;
}

.readmore-pr:hover, .readmore-pr1:hover {
    background: #009999;
    color: #fff;
}

.readmore-pr, .readmore-pr1 {
    display: block;
    color: #003366;
    font-size: 20px;
    position: relative;
    margin: 20px 0;
    padding-top: 12px;
    font-weight: 700;
    width: 150px;
    text-align: center;
    padding: 15px 0px 12px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.readmore-pr:before, .readmore-pr1:before {
    position: absolute;
    width: 150px;
    height: 10px;
    background: #009999;
    content: "";
    right: 0;
    top: 0;
}

.item-pr {
    margin-bottom: 30px;
	padding-bottom:30px;
}

.sidebar-news .title-social .socials {
    text-align: center;
    position: inherit;
    left: inherit;
    top: inherit;
    margin-bottom: 20px;
}

.content-new p {
    font-size: 19px;
}

.new-qout p {
    font-size: 21px;
    font-weight: 700;
    margin: 2px 0 20px;
}

.page-news h1 {
    margin: 0;
}

.page-news span.date {
    margin-top: 2px;
    display: block;
    font-size: 17.5px;
    color: #779abd;
}

.content-new {
    position: relative;
    padding-bottom: 30px;
}

.title-social .socials {
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
}

.socials-content {
    position: absolute;
    left: 0;
    bottom: -70px;
}

.socials-content ul {
    margin: 0;
    padding: 0;
}

.socials-content ul li:hover i {
    color: #009999;
}

.socials-content ul li {
    display: inline-block;
    width: 38px;
    height: 38px;
    vertical-align: middle;
    background: #f1f1f1;
    position: relative;
    text-align: center;
    margin: 0 4px;
    transition: all 0.3s;
}

.socials-content ul li i {
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #003366;
    transition: all 0.3s;
}

.sidebar-pr-news {
    background: #f1f1f1;
    text-align: center;
    padding: 50px 0 60px;
}

.sidebar-pr-news h5 {
    margin: 35px 0 0;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
}

.sidebar-pr-news p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.sidebar-pr-news p a {
    color: #003366;
}

.btn-new.link-download {
    background: url(img/edit1.png) no-repeat 75% center #009999;
}

.btn-new.link-page-new {
    background: url(img/new1.png) no-repeat 75% center #003366;
}

#language-en .btn-new.link-download {
    background: url(img/edit1.png) no-repeat 88% center #009999;
}

#language-en .btn-new.link-page-new {
    background: url(img/new1.png) no-repeat 88% center #003366;
}

.btn-new:hover {
    color: #fff;
}

.btn-new {
    height: 54px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: block;
    line-height: 54px;
    padding-right: 35px;
    margin-top: 15px;
}

.page-defaulf {
    min-height: 300px;
}

.page-defaulf .content-qout:before {
    background: url(img/page1.png) no-repeat center top;
    bottom: 20px;
    width: 39px;
    height: 30px;
}

.page-defaulf .content-qout:after {
    background: url(img/page1.png) no-repeat center top;
    top: 44px;
    right: 15px;
    width: 39px;
    height: 30px;
}

.single-researche .banner-all-page {
    min-height: 390px;
}

.text-press a {
    display: block;
    color: #003366;
    font-size: 23px;
    font-weight: 700;
    line-height: 32px;
}

.text-press p b {
    font-weight: 700;
}

.text-press p {
    color: #003366;
    font-size: 17.5px;
    font-weight: 400;
    margin: 0;
    line-height: 28px;
}

.text-press {
    background: #f1f1f1;
    padding: 30px 25px 30px 15px;
}

.single-researche h1 {
    max-width: 900px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 25px;
}

.single-researche h1:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 75px;
    height: 5px;
    right: 0;
    bottom: 0;
}

.single-researche .date-search {
    display: block;
    color: #fff;
    font-size: 29px;
    line-height: 35px;
    font-weight: 400;
}

.sidebar-blog .inner-sidebar {
    float: none;
    width: 100%;
}

.sidebar-blog .text-note h4 {
    margin: 0;
}

.sidebar-blog .text-note p {
    margin: 0;
    line-height: 22px;
}

.single .sidebar-blog .inner-sidebar {
    margin-top: 0;
}

/*****************************/
.right-infographic {
    float: right;
    width: 75%;
}

.inner-infographic {
    margin: 80px 0;
}

.left-infographic {
    float: left;
    width: 24%;
    position: relative;
}

.filters ul {
    margin: 0;
    padding: 0;
}

.filters ul li {
    display: inline-block;
    vertical-align: top;
    max-width: 220px;
    width: 19%;
    margin-left: 2px;
    background: #003366;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 20.5px;
    cursor: pointer;
}

.filters ul li a {
    color: #fff;
    background: #003366;
    display: block;
}

.filters ul li:hover a,
.filters ul li a.active {
    background: #009999;
}

.filters ul li a.active {
    font-weight: 400;
}

.inner-content-infographic {
    width: 100%;
    max-width: 800px;
    margin: 50px auto 0;
}

.grid-item {
    width: 24%;
    margin: 10px 0 10px 1%;
}

.single-content a {
    display: block;
    max-height: 295px;
    overflow: hidden;
}

.item-slider {
    margin: 0;
    padding: 0;
}

.item-slider li {
    display: block;
    text-align: center;
}

.item-slider li span {
    display: block;
    color: #003366;
    font-size: 17.5px;
    font-weight: 400;
    line-height: 24px;
    margin: 5px 0;
}

.item-slider li a {
    display: inline-block;
    color: #009999;
    font-size: 17.5px;
    font-weight: 400;
    text-decoration: underline;
}

.item-slider li p {
    color: #009999;
    font-size: 17.5px;
    font-weight: 400;
    margin: 0;
}

.item-slider .slick-prev {
    position: absolute;
    left: -60px;
    color: #003366;
    z-index: 1;
    font-size: 45px;
    top: 200px;
    cursor: pointer;
}

.item-slider .slick-next {
    position: absolute;
    right: -60px;
    color: #003366;
    z-index: 1;
    font-size: 45px;
    top: 200px;
    cursor: pointer;
}

.inner-content-infographic .content {
    margin-top: 30px;
}

/**********************event ******************/
.single-event .banner-all-page {
    min-height: 390px;
}

.content-event {
    margin: 80px 0;
}

.content-event .title-social .socials {
    position: inherit;
}

.content-event h2 {
    margin: 20px 0;
    color: #003366;
    font-size: 33px;
    font-weight: 700;
}

.content-event form {
    direction: rtl;
}

.content-event form label {
    display: none;
}

.content-event form input[type="email"],
.content-event form input[type="text"] {
    width: 100%;
    height: 54px;
    line-height: 54px;
    border: 1px solid #003366;
    padding: 0 10px;
    font-size: 17.5px;
    color: #003366;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    direction: ltr;
}

.content-event .wpcf7-form-control-wrap {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    margin-left: 1%;
}

.content-event .wpcf7-form-control-wrap.messges {
    width: 100%;
}

#language-en .content-event .wpcf7-form-control-wrap {
    margin-left: 0;
    margin-right: 1%;
}

.content-event form textarea::-webkit-input-placeholder,
.content-event form input[type="text"]::-webkit-input-placeholder,
.content-event form input[type="email"]::-webkit-input-placeholder {
    color: #003366;
    opacity: 1;
}

.content-event form textarea:-moz-placeholder,
.content-event form input[type="email"]:-moz-placeholder,
.content-event form input[type="text"]:-moz-placeholder {
    color: #003366;
    opacity: 1;
}

.content-event form textarea::-moz-placeholder,
.content-event form input[type="email"]::-moz-placeholder,
.content-event form input[type="text"]::-moz-placeholder {
    color: #003366;
    opacity: 1;
}

.content-event form textarea:-ms-input-placeholder,
.content-event form input[type="email"]:-ms-input-placeholder,
.content-event form input[type="text"]:-ms-input-placeholder {
    color: #003366;
    opacity: 1;
}

.content-event form input[type="submit"]:hover {
    background: #2668a9;
}

.content-event form input[type="submit"] {
    display: block;
    width: 170px;
    height: 54px;
    line-height: 54px;
    border: 1px solid transparent;
    padding: 0 10px;
    font-size: 21px;
    color: #fff;
    font-weight: 400;
    background: #009999;
    cursor: pointer;
    float: left;
    border-radius: 0;
    transition: all 0.3s;
    margin-top: 20px;
    margin-left: 1%;
}

.content-event form input.wpcf7-not-valid {
    border: 1px solid red;
}

.text-form {
    margin: 20px 0;
}

.content-event form textarea {
    width: 99%;
    height: 115px;
    line-height: 32px;
    border: 1px solid #003366;
    padding: 0 10px;
    font-size: 17.5px;
    color: #003366;
    background: #fff;
    resize: none;
}

.single-event h1:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 75px;
    height: 5px;
    right: 0;
    bottom: 0;
}

.single-event h1 {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 35px;
}

.info-event {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    font-size: 29px;
    font-weight: 400;
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
}

.info-event.date-event i {
    font-size: 26px;
}

.info-event.location-event:before {
    display: none;
}

.info-event i {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    margin-top: 6px;
    margin-left: 6px;
}

.info-event:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 2px;
    height: 28px;
    left: 0;
    top: 7px;
}

#newsletter-modal .modal-dialog {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

#newsletter-modal .menu-footer {
    float: none;
    width: 100%;
    padding: 15px;
}

#newsletter-modal .menu-footer h3 {
    margin: 0 0 10px;
    font-size: 35px;
    line-height: 35px;
    color: #003366;
}

#newsletter-modal .menu-footer form input[type="submit"] {
    float: none;
    margin: 0 auto;
    padding: 3px 10px 5px;
    height: auto;
    line-height: auto;
}

.info-about p {
    color: #fff;
}

.info-about p.phone-i i {
    -webkit-transform: rotate(250deg);
    -moz-transform: rotate(250deg);
    -o-transform: rotate(250deg);
    transform: rotate(250deg);
}

.tax-picture .banner-all-page {
    min-height: 390px;
}

.inner-picture {
    margin: 80px 0 5px;
}

.inner-picture .title-social .socials {
    text-align: right;
    position: inherit;
}

.tax-states .inner-picture .title-social .socials {
    text-align: left;
    position: absolute;
}

.tax-states .btn-file {
    margin-top: -18px;
}

.right-picture {
    float: right;
    width: 73%;
}

.left-picture {
    float: left;
    width: 23%;
}

.tax-picture .banner-all-page h1 {
    max-width: 1000px;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.tax-picture .banner-all-page h1:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 75px;
    height: 5px;
    right: 0;
    bottom: 0;
}

.tax-picture .banner-all-page p {
    font-size: 29px;
    line-height: 36px;
    max-width: 1000px;
    color: #fff;
}

.child-cat {
    margin-top: 40px;
}

.child-cat h2 {
    margin: 0px;
    font-size: 33px;
    color: #003366;
    line-height: 40px;
}

.child-cat ul {
    margin: 0;
    padding: 0;
}

.child-cat ul ul {
    /*padding-right: 15px;*/
}

.child-cat ul li {
    display: block;
    line-height: 30px;
    margin: 6px 0;
}

.child-cat ul li a {
    display: block;
    font-size: 17.5px;
    color: #003366;
    text-decoration: underline;
}

/**************************************/
#flipbook-1 {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 700px;
    height: 510px;
}

#flipbook-1 div.fb-page div.page-content {
    margin: 10px 0px;
}

#flipbook-1 .turn-page {
    width: 356px;
    height: 510px;
    background: #ECECEC;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: inset -1px 0px 1px 0px #BFBFBF;
}

#flipbook-1 .last .turn-page,
#flipbook-1 .even .turn-page {
    border-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: inset 1px 0px 1px 0px #BFBFBF;
}

#flipbook-1 .fpage .turn-page {
    border-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: inset 1px 0px 1px 0px #BFBFBF;
}

#flipbook-1 .last .fpage .turn-page,
#flipbook-1 .even .fpage .turn-page {
    border-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: inset -1px 0px 1px 0px #BFBFBF;
}

#flipbook-container-1 div.page-content div.container img.bg-img {
    margin-top: 0px;
    margin-left: 8px !important;
}

#flipbook-container-1 div.page-content.first div.container img.bg-img {
    margin-top: 10px;
}

#flipbook-container-1 div.page-content.even div.container img.bg-img {
    left: 0px;
}

#flipbook-container-1 div.page-content.last div.container img.bg-img {
    left: 10px;
    margin-top: 10px;
}

div.flipbook-container div.double.page-content>div.container,
div.flipbook-container div.double div.page-content>div.container {
    max-width: auto;
    margin: auto;
    padding: 0;
}

#flipbook-1 div.page-transition.last div.page-content,
#flipbook-1 div.page-transition.even div.page-content,
#flipbook-1 div.turn-page-wrapper.odd div.page-content {
    margin-left: 0px;
    margin-right: 0;
}

#flipbook-1 div.turn-page-wrapper.first div.page-content {
    margin-right: 10px;
    margin-left: 0px;
}

#flipbook-1 div.page-transition.first div.page-content,
#flipbook-1 div.page-transition.odd div.page-content,
#flipbook-1 div.turn-page-wrapper.even div.page-content,
#flipbook-1 div.turn-page-wrapper.last div.page-content {
    margin-left: 5px;
}

#flipbook-1 div.fb-page-edge-shadow-left,
#flipbook-1 div.fb-page-edge-shadow-right,
#flipbook-1 div.fb-inside-shadow-left,
#flipbook-1 div.fb-inside-shadow-right {
    top: 10px;
    height: 490px;
}

#flipbook-1 div.fb-page-edge-shadow-left {
    left: 10px;
}

#flipbook-1 div.fb-page-edge-shadow-right {
    right: 10px;
}

/* Zoom */

#flipbook-container-1 div.zoomed-shadow {
    opacity: 0.2;
}

#flipbook-container-1 div.zoomed {
    border: 10px solid #ECECEC;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 1px #D0D0D0;
}

/* Show All Pages */

#flipbook-container-1 div.show-all div.show-all-thumb {
    margin-bottom: 12px;
    height: 180px;
    width: 125px;
    border: 1px solid #878787;
}

#flipbook-container-1 div.show-all div.show-all-thumb.odd {
    margin-right: 10px;
    border-left: none;
}

#flipbook-container-1 div.show-all div.show-all-thumb.odd img.bg-img {
    padding-left: 250px;
}

#flipbook-container-1 div.show-all div.show-all-thumb.odd.first img.bg-img {
    padding-left: 0px;
}

#flipbook-container-1 div.show-all div.show-all-thumb.even {
    border-right: none;
}

#flipbook-container-1 div.show-all div.show-all-thumb.last-thumb {
    margin-right: 0px;
}

#flipbook-container-1 div.show-all {
    background: #F6F6F6;
    border-radius: 10px;
    border: 1px solid #D6D6D6;
}

#flipbook-container-1 div.show-all div.content {
    top: 10px;
    left: 10px;
}

/* Inner Pages Shadows */
.content-pic {
    float: right;
    width: 50%;
    height: 100%;
    position: relative;
    z-index: 999;
    pointer-events: all;
    left: 3.5%;
    text-align: left;
}

div.flipbook-container div.double.zoomed .page-content.odd>div.container {
    margin-left: 0;
}

.flipbook-container div.zoomed {
    /* 	right:0; */
}

#flipbook-1 div.fb-page-edge-shadow-left,
#flipbook-1 div.fb-page-edge-shadow-right {
    display: none;
}

div.flipbook div.turn-page-wrapper.last {
    border-right: 10px solid #ececec;
}

div.flipbook div.turn-page-wrapper.first {
    border-left: 10px solid #ececec;
}

.tax-picture .wrapper {
    background: #fff;
}

.inner-book {
    text-align: center;
    direction: ltr;
    margin-top: 80px;
}

.dropdownbox {
    margin: 0 auto;
    width: 310px;
    background: #f1f1f1;
    color: #1b3665;
    cursor: pointer;
}

.dropdownbox>p {
    padding: 0 10px;
    font-size: 17.5px;
    line-height: 52px;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    position: relative;
    margin: 0;
}

.dropdownbox>p:before {
    position: absolute;
    content: "\f0d7";
    left: 12px;
    top: 0px;
    font-size: 20px;
    color: #1b3665;
    font-family: FontAwesome;
}

.select-menu ul.menu {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 310px;
    overflow: hidden;
    height: 0;
    margin-top: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    /*-moz-transform:scale(0); */
    background: #f1f1f1;
    color: #1b3665;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    /* Safari */
    -khtml-user-select: none;
}

.select-menu ul.menu li {
    padding: 0 10px;
    font-size: 17px;
    line-height: 35px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-top: 1px dotted #ccc;
}

.select-menu ul.menu li a {
    display: block;
    color: #1b3665;
}

.select-menu ul.menu li:hover {
    padding-left: 20px;
    background: #1b3665;
    color: #fff;
}

.select-menu ul.menu li:hover a {
    color: #fff;
}

.select-menu .menu.showMenu {
    height: 212px;
    overflow-y: scroll;
}

.right-picture>span {
    display: inline-block;
    vertical-align: top;
    font-size: 17.5px;
    color: #003366;
    margin-left: 10px;
    margin-top: 14px;
}

.select-menu {
    display: inline-block;
    vertical-align: top;
}

.thunb-cat-title {
    margin-top: 15px;
}

.thunb-cat-title img {
    width: 100%;
}

.content-states {
    margin: 40px 0;
}

.content-states h3 {
    margin: 0;
    font-size: 33px;
    color: #003366;
    font-weight: 700;
    text-transform: capitalize;
}

.list-post-states {
    padding: 20px 0;
}

.list-post-states ul {
    margin: 0;
    padding: 0;
}

.list-post-states>ul {
    float: right;
    width: 50%;
    padding-left: 2%;
    position: relative;
}

.list-post-states>ul:before {
    position: absolute;
    content: "";
    left: 0;
    top: 15px;
    width: 2px;
    background: #d6dbe3;
    bottom: 15px;
}

.list-post-states>ul.ul-left:before {
    display: none;
}

.list-post-states>ul.ul-left {
    padding-right: 4%;
    padding-left: 0;
}

.list-post-states ul li {
    display: block;
    margin: 12px 0;
    line-height: 28px;
}

.list-post-states ul li a {
    display: block;
    font-size: 17.5px;
    color: #009999;
    font-weight: 400;
    text-decoration: underline;
}

.list-post-states>ul>li li a {
    color: #003366;
}

.content-404 {
    text-align: center;
}

.error404 h1 {
    font-size: 150px;
    margin: 0;
}

.content-search-page {
    overflow: hidden;
}

.content-search-page .item-blog {
    width: 33.333%;
}

.maps iframe {
    width: 100%;
    height: 270px;
}

.description {
    font-weight: 700;
}

.alm-btn-wrap .alm-load-more-btn.done {
    display: none;
}

.infographics-id a {
    display: block;
    max-height: 140px;
    overflow: hidden;
}

/* #newsletter-modal .modal-dialog{
    position: inherit;
    top: inherit;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
}
#newsletter-modal .modal-dialog {
    margin:158px 0  0 23%;
} */
.modal-dialog {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    right: 0;
}

#video-modal .modal-dialog {
    right: 0;
}

.modal-body .close {
    position: absolute;
    top: -12px;
    right: -15px;
    background: #fff;
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    border: 1px solid #000;
    font-size: 28px;
    padding: 0;
    margin: 0;
}

body#language-en {
    direction: ltr;
}

#language-en .logo {
    float: left;
}

#language-en .form-search {
    float: right;
}

#language-en .link-more a {
    left: inherit;
    top: -10px;
    right: 0;
}

#language-en .link-more {
    left: inherit !important;
    right: 0;
}

#language-en .right-menu {
    float: left;
}

#language-en .left-menu {
    float: right;
}

#language-en .main-navigation>ul>li:first-child {
    border-left: 0px solid #ccc;
    border-right: 1px solid #ccc;
    padding-right: 8px;
}

#language-en .item-effect:nth-child(4n) {
    margin-left: 4%;
}

#language-en .item-effect:nth-child(1) {
    margin-left: 0;
}

#language-en .inner-video p {
    padding-left: 0;
}

#language-en .right-content {
    float: left;
}

#language-en .left-content {
    float: right;
}

#language-en .inner-side-about p i {
    margin-left: 0;
    margin-right: 5px;
}

#language-en .info-about p.phone-i i {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

#language-en .border-room .item-room:first-child {
    margin-left: 0;
    margin-right: 2.5%;
}

#language-en .border-room .item-room:last-child {
    margin-left: 2.5%;
    margin-right: 0;
}

#language-en .list-room>.item-room:first-child {
    margin-left: 0;
    margin-right: 2.5%;
}

#language-en .list-room>.item-room:last-child {
    margin-left: 2.5%;
    margin-right: 0;
}

#language-en .item-room .excrept h4 i {
    margin-left: 0;
    margin-right: 5px;
}

#language-en .read-mores {
    margin-left: 0;
    margin-right: 8px;
}

#language-en .list-team h3:before {
    right: inherit;
    left: 0;
}

#language-en .list-fellow.list-team .inner-effect {
    text-align: left;
}

#language-en .list-fellow .item-effect:nth-child(1) {
    margin-left: 6%;
}

#language-en .list-fellow .item-effect:nth-child(4n+1) {
    margin-left: 0;
}

#language-en .list-fellow .item-effect:nth-child(4n) {
    margin-left: 6%;
}

#language-en .sidebar-team-fellow .team p i {
    margin-left: 0;
    margin-right: 5px;
}

#language-en span.role:before {
    right: inherit;
    left: 0;
}

#language-en .title-sidebar:before,
#language-en .title-sidebar:after {
    right: 0;
    left: inherit;
}

#language-en .title-sidebar:after {
    left: 0;
}

#language-en .item-effect:nth-child(4n+1) {
    margin-left: 0;
}

#language-en .inner-content-search {
    float: left;
}

#language-en .sidebar {
    float: right;
}

#language-en .title-social .socials {
    left: inherit;
    right: 0;
}

#language-en .related-posts .title:before,
#language-en .related-posts .title:after {
    left: inherit;
    right: 0;
}

#language-en .related-posts .title:after {
    left: 0;
}

#language-en .content-blog {
    float: left;
    padding-left: 0;
    padding-right: 30px;
}

.not-margin.content-blog .list-blog {
    margin: 0;
}

#language-en.single-researche h1:before {
    right: inherit;
    left: 0;
}

#language-en .btn-file span i {
    right: inherit;
    left: 10px;
}

#language-en .title-social h1.title {
    text-align: left;
    padding-left: 0;
    padding-right: 245px;
}

.content .page-defaulf {
    min-height: auto;
}

#language-en .title-blog-single:before,
#language-en .title-blog-single:after {
    left: inherit;
    right: 0;
}

#language-en .title-blog-single:after {
    left: 0;
}

#language-en.single-event h1:before {
    right: inherit;
    left: 0;
}

#language-en .info-event:before {
    left: inherit;
    right: -22px;
}

#language-en .info-event.date-event {
    padding-left: 0;
    margin-left: 0;
}

#language-en .info-event.date-event i {
    margin-right: 10px;
}

#language-en .content-event form {
    direction: ltr;
}

#language-en .content-event form input[type="submit"],
#language-en .content-event form input[type="email"],
#language-en .content-event form input[type="text"] {
    margin-left: 0;
    margin-right: 1%;
}

#language-en .dropdownbox>p:before {
    left: inherit;
    right: 12px;
}

#language-en .right-picture {
    float: left;
}

#language-en .left-picture {
    float: right;
}

#language-en .list-post-states>ul {
    float: left;
    padding-left: 0;
    padding-right: 2%;
}

#language-en .list-post-states>ul:before {
    left: inherit;
    right: 0;
}

#language-en .list-post-states>ul.ul-left {
    padding-right: 0;
    padding-left: 4%;
}

#language-en.tax-picture .banner-all-page h1:before {
    right: inherit;
    left: 0;
}

#language-en .inner-picture .title-social .socials {
    text-align: center;
}

#language-en .left-infographic {
    float: right;
}

#language-en .right-infographic {
    float: left;
}

#language-en .left-infographic .title-social .socials {
    text-align: right;
    left: inherit;
    right: 0;
}

/**********************/
.contact-alls .wpcf7 {
    max-width: 500px;
    margin: 30px auto 0;
}

.contact-alls div.wpcf7-validation-errors,
.contact-alls div.wpcf7-acceptance-missing,
.contact-alls div.wpcf7-mail-sent-ok {
    margin-top: 60px;
}

.contact-alls form {
    direction: rtl;
}

.contact-alls form label {
    display: none;
}

.contact-alls form input[type="email"],
.contact-alls form input[type="text"] {
    width: 100%;
    height: 54px;
    line-height: 54px;
    border: 1px solid #003366;
    padding: 0 10px;
    font-size: 17.5px;
    color: #003366;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    margin-bottom: 15px;
    direction: rtl;
}

.contact-alls form textarea::-webkit-input-placeholder,
.contact-alls form input[type="text"]::-webkit-input-placeholder,
.contact-alls form input[type="email"]::-webkit-input-placeholder {
    color: #003366;
    opacity: 1;
}

.contact-alls form textarea:-moz-placeholder,
.contact-alls form input[type="email"]:-moz-placeholder,
.contact-alls form input[type="text"]:-moz-placeholder {
    color: #003366;
    opacity: 1;
}

.contact-alls form textarea::-moz-placeholder,
.contact-alls form input[type="email"]::-moz-placeholder,
.contact-alls form input[type="text"]::-moz-placeholder {
    color: #003366;
    opacity: 1;
}

.contact-alls form textarea:-ms-input-placeholder,
.contact-alls form input[type="email"]:-ms-input-placeholder,
.contact-alls form input[type="text"]:-ms-input-placeholder {
    color: #003366;
    opacity: 1;
}

.contact-alls form textarea {
    width: 100%;
    height: 115px;
    line-height: 32px;
    border: 1px solid #003366;
    padding: 0 10px;
    font-size: 17.5px;
    color: #003366;
    background: #fff;
    resize: none;
}

.contact-alls form input[type="submit"]:hover {
    background: #2668a9;
}

.contact-alls form input[type="submit"] {
    display: block;
    width: 170px;
    height: 54px;
    line-height: 54px;
    border: 1px solid transparent;
    padding: 0 10px;
    font-size: 21px;
    color: #fff;
    font-weight: 400;
    background: #009999;
    cursor: pointer;
    float: left;
    border-radius: 0;
    transition: all 0.3s;
    margin-top: 20px;
}

.contact-alls form input.wpcf7-not-valid {
    border: 1px solid red;
}

.tax-researches .title-social .socials,
.sidebar .title-social .socials {
    text-align: center;
    position: inherit;
    margin-bottom: 20px;
}

.right-picture {
    position: relative;
}

.fb-nav {
    opacity: 1 !important;
    visibility: inherit !important;
}

.flippage {
    position: relative;
    border: 2px solid #ccc;
    border-radius: 7px;
}

.two2 img {
    border-right: 2px solid #ccc;
    width: 100%;
    border-radius: 6px 0 0 6px;
    display: block;
    height: 99.3%;
}

.book {
    position: relative;
    display: block;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.book .prev {
    position: absolute;
    left: -80px;
    top: 50%;
    width: 60px !important;
    height: 60px !important;
    z-index: 9999;
    line-height: 58px;
    color: #acb1b5;
    font-size: 25px;
    border: 1px solid #acb1b5;
    border-radius: 5px;
    display: block;
    text-align: center;
}

.book .next {
    position: absolute;
    right: -82px;
    top: 50%;
    width: 60px !important;
    height: 60px !important;
    z-index: 9999;
    line-height: 58px;
    color: #acb1b5;
    font-size: 25px;
    border: 1px solid #acb1b5;
    border-radius: 5px;
    display: block;
    text-align: center;
}

.book .search {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -100px;
    width: 60px !important;
    height: 60px !important;
    z-index: 9999;
    line-height: 58px;
    color: #acb1b5;
    font-size: 25px;
    border: 1px solid #acb1b5;
    border-radius: 5px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.flippage_page:nth-child(2n) img {
    border-radius: 0 6px 6px 0;
}

.flipbook-container div.zoomed.double.odd img.bg-img {
    left: auto !important;
}

.alm-listing .list-room.alm-reveal {
    display: flex;
    flex-wrap: wrap;
}

.alm-reveal .item-room {
    width: 28%;
    margin: 0 2.5% 40px !important;
}

.single .content-blog .list-blog {
    display: flex;
    flex-wrap: wrap;
}

.tnp-field-lang.tnp-field label {
    display: inline-block !important;
}

.tnp-field-lang input[type="radio"] {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

#language-en .slider-home .link-slider {
    width: 225px;
}

#language-en .studies .link-slider {
    width: 285px;
}

#language-en .studies.video .link-slider {
    width: 190px;
}

.list-blog {
    display: flex;
    flex-wrap: wrap;
}

#language-en .tnp-field-lang input[type="radio"] {
    margin-right: 5px;
}

.choose-en {
    display: none;
}

.rtl .choose-en {
    display: none;
}

#language-en .choose-en {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

#language-en .content-event form input[type="email"],
#language-en .content-event form input[type="text"] {
    text-align: left;
}

#language-en .content-event form input[type="email"],
#language-en .content-event form input[type="text"] {
    /* width: 24%; */
    display: inline-block;
    vertical-align: top;
}

#language-he .content-event form input[type="email"],
#language-he .content-event form input[type="text"] {
    /* width: 24%; */
    display: inline-block;
    vertical-align: top;
    margin-left: 1%;
}

.pagination {
    text-align: center;
}

.pagination a,
.pagination span {
    font-size: 20px;
    margin: 0 8px;
    font-weight: 400;
}

.pagination span {
    font-weight: 700;
}

.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
    border-color: transparent !important;
    background-color: transparent !important;
    background-image: transparent !important;
    filter: none;
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 0 !important;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
    border-color: #2668a9;
}

.gsc-input-box {
    border: 1px solid #2668a9 !important;
    background: #2668a9 !important;
}

.gsc-input {
    width: 100% !important;
}

.gsc-input input {
    background: #2668a9 !important;
    direction: rtl;
}

table.gsc-search-box td.gsc-input {
    padding-left: 0 !important;
}

.gsc-control-cse {
    padding: 0 !important;
    border-color: transparent !important;
    background-color: transparent !important;
}

.gsib_a {
    padding: 6px 10px !important;
}

.single-state .thunb-cat-title {
    margin-top: 0;
}

.single-state .left-picture {
    margin-bottom: 30px;
}

.loadmore-img {
    position: relative;
    height: 25px;
    text-align: center;
    margin-top: 25px;
}

.loadmore-img.loading .loader {
    opacity: 1;
}

.loadmore-img .loader {
    opacity: 0;
    text-align: center;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #203644;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.sidebar-team-fellow .team img {
    display: block;
    margin: 0 auto;
}

.content-seseach iframe {
    width: 100%;
    height: 425px;
}

.full-btn.content-slider {
    bottom: 40px;
}

.content-slider.full-btn a.link-slider {
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
}

.single-researche .title-social .socials {
    top: 0;
}

.inner-content-search .title-social h3 {
    margin: 0;
}

.single-researche .seseach-qout {
    padding-top: 20px;
}

.single-researche .sidebar .btn-file {
    margin: 0 0 35px;
}

#language-en #research-page .title-social h3.title {
    padding-left: 0;
    margin: 0 0 15px;
    padding-right: 200px;
}

.page-template-template-fellow .list-effect,
.tax-fellow .list-effect,
.tax-directorions .list-effect,
.tax-teams .list-effect {
    display: block;
}

.item-effect {
    width: 21.7%;
}

.alone-a-row.item-effect {
    display: block;
}

.main-content {
    overflow: hidden;
}

div.flipbook div.turn-page-wrapper {
    cursor: pointer;
}

.change-v2,
.fancybox-infobar {
    display: none;
}

.key-team8 .inner-effect a.thumb-img {
    min-height: auto;
}

.fb-inside-shadow-right {
    background: none !important;
}

.fb-inside-shadow-left {
    background: none !important;
}

.page-news h1 {
    margin-left: 250px;
}

#language-en .page-news h1 {
    margin-left: 0;
    margin-right: 250px;
}

.page-template-template-news .list-blog {
    display: block;
    margin: 0;
}

.page-template-template-pr .list-blog {
    display: block;
    margin: 0;
}

.main-navigation ul li.bold>a {
    font-weight: 700;
}

.info-blog ul li span.span-1:before {
    display: none;
}

.info-blog ul li span:before {
    left: -2px;
    right: inherit;
}

.info-blog ul li span:before {
    position: absolute;
    content: ",";
    right: -6px;
    top: 0;
}

.info-blog ul li span {
    padding-left: 4px;
}

.tax-researches .item-blog {
    padding-bottom: 0;
}

.tax-researches .bottom-blog {
    position: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
}

.single-post .info-blog ul li span:before,
.page-template-template-blog .info-blog ul li span:before {
    display: none;
}

.single-post .info-blog ul li span:before,
.page-template-template-blog .info-blog ul li span {
    padding-left: 0;
}

.search .bottom-blog {
    position: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
}

.search .item-blog {
    padding-bottom: 0;
}

.search a.read-more {
    min-width: 135px;
}

.search .info-blog {
    width: 67%;
}

.search .info-blog span.span-0:before,
.search .info-blog span.span-1:before {
    display: none;
}

.search .info-blog span {
    position: relative;
    margin-left: 4px;
}

.search .info-blog span:before {
    position: absolute;
    content: ",";
    right: -6px;
    top: 0;
}

.search .content-search-page .item-blog {
    width: 29.333%;
}

.inner-item-blog {
    min-height: 290px;
}

.single-researche .notebook-infor {
    display: flex;
    min-height: 85px;
}

.single-researche .avata {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    margin-left: 10px;
}

.single-researche .text-note {
    width: calc(100% - 100px);
    float: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.single-researche .avata {
    position: relative;
}

.single-researche .avata a {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 1;
}

/* .inner-text-note{
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 1;
} */

.back-to-top:focus,
.back-to-top:hover {
    color: #fff;
}

.back-to-top {
    width: 40px;
    height: 40px;
    text-align: center;
    font-weight: 700;
    border: 1px solid #009999;
    color: #fff;
    background: #009999;
    text-decoration: none;
    position: fixed;
    font-size: 16px;
    bottom: 10px;
    left: 10px;
    border-radius: 50%;
    z-index: 9999999999;
    line-height: 40px;
    transition: all 0.3s;
}

.main-navigation ul li.menu-search {
    display: none;
}

span.readmore-pr {
    color: #003366;
    cursor: pointer;
    margin-top: 15px;
}

span.readmore-pr:hover {
    color: #fff;
}

.content img {
    height: auto !important;
}

.scroll-bars {
    max-height: 500px;
    overflow-y: scroll;
}

.scroll-bars::-webkit-scrollbar-track {
    /*background-color: #F5F5F5;*/
    /*-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3);*/
    /*box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3);*/
}

.scroll-bars::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
    /*background-color: #F5F5F5;*/
    /*-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3);*/
    /*box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3);*/
}

.scroll-bars::-webkit-scrollbar-thumb {
    background-color: #009999;
    border-radius: 5px;
}


body {
    overflow-y: scroll;
}

body::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar {
    width: 14px;
    border-radius: 10px;
    background-color: #F5F5F5;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #009999;
    border-radius: 10px;
}

.tax-events .info-blog {
    display: none;
}

.tax-events .info-blog ul li span:before {
    display: none;
}

.tax-picture .select-menu .menu.showMenu {
    height: auto;
    max-height: 220px;
}

.not-post {
    padding: 0 20px;
}

#language-en.single-researche .avata {
    margin-left: 0px;
    margin-right: 10px;
}

#language-en .item-effect {
    margin: 20px 2% 0 0;
}

div.flipbook div.turn-page-wrapper.last {
    right: auto !important;
    left: 0 !important;
}

div.flipbook-container .turn-page-wrapper.last div.double div.page-content>div.container {
    width: 100%;
}

div.flipbook div.turn-page-wrapper.first {
    border-left: 0px solid #ececec;
    border-right: 10px solid #ececec;
}

.fancybox-is-zoomable.fancybox-can-swipe .fancybox-button svg {
    transform: rotate(180deg);
}

.fancybox-is-zoomable.fancybox-can-swipe {
    direction: ltr;
}

.fancybox-is-zoomable.fancybox-can-swipe .fancybox-navigation .fancybox-button--arrow_right {
    left: 50px;
    right: inherit;
}

.fancybox-is-zoomable.fancybox-can-swipe .fancybox-navigation .fancybox-button--arrow_right {
    right: 50px;
    left: inherit;
}

/* #flipbook-container-1 div.page-content.last div.container img.bg-img {
    left: -14px;
    margin-top: 0;
    height: 99%;
    right: 356px;
}
div.flipbook div.turn-page-wrapper.last {
    border-right: 14px solid #ececec;
    border-radius: 0 10px 10px 0;
}
#flipbook-1 .last .turn-page {
    border-radius: 0 10px 10px 0;
    box-shadow: none;
} */
a.video-btn {
    position: relative;
    display: block;
}

a.video-btn span.play-video img {
    width: auto;
}

a.video-btn span.play-video {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    right: 0;
    text-align: center;
    color: #000;
    font-size: 85px;
}

@keyframes colorBackground {
    0% {
        color: #009999;
    }

    20% {
        color: #000;
    }

    40% {
        color: #fff;
    }

    60% {
        color: #003366;
    }

    80% {
        color: #009999;
    }

    100% {
        color: #1ace36;
    }
}

.page-template-template-infographic .left-infographic .title-social .socials {
    position: inherit;
}

.page-template-template-infographic .left-infographic .title-sidebar h3 {
    background: #fff;
}

#language-en .right-pr {
    float: left;
}

#language-en .left-pr {
    float: right;
}

#language-en .social-header {
    margin: 0 5px;
    padding: 0 5px;
}

.single-pr .title-social h1 {
    width: 73%;
}

.single-post .bottom-list-blogs {
    width: 74%;
}

.inner-studies h4 a:focus {
    display: inline-block;
}

.slider-home .slick-arrow:focus {
    border: 1px solid red;
}

.main-navigation>ul>li>ul.sub-menu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    padding: 0;
}

.main-navigation>ul>li>ul.sub-menu.active>li>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    transform: inherit;
    width: 100%;
    display: block;
    position: inherit;
    top: 0;
}

.slider-home .slick-arrow a {
    color: #fff;
}

.slick-arrow a {
    color: #fff;
}

.list-infographic .slick-arrow a {
    color: #444;
}

.socials-content ul li a {
    display: block;
    height: 38px;
}

.socials-content ul li a:focus {
    border: 1px solid #f50a0a;
}

.main-content .alm-btn-wrap .alm-load-more-btn:focus,
.load-more-blog a:focus,
.loadmore-icon:focus {
    border: 1px solid #f50a0a;
}

.newsletter-btn:focus {
    border: 1px solid #f50a0a;
}

.menu-header .container {
    max-width: 1255px;
}

.main-navigation ul li li a {
    line-height: initial;
}

.main-navigation ul li li {
    padding: 8px 0 !important;
}

.info-blog ul li a:last-child span {
    /*display: none;*/
}

.search .info-blog span:before {
    right: 0;
}

.wp-pagenavi span.pages {
    display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: 0px solid #BFBFBF;
    padding: 0;
    margin: 0 10px;
}

#newsletter-modal .modal-body .close {
    top: 5px;
    right: 5px;
    color: red;
    border: 0px solid #000;
    font-size: 35px;
}
.tax-international-advisorys .inner-effect a.thumb-img,
.tax-fellow .inner-effect a.thumb-img {
    min-height: 0px;
}

.tax-teams .key-team9 .inner-effect a.thumb-img {
    min-height: 0;
}

#language-en .contact-alls form input[type="email"],
#language-en .contact-alls form input[type="text"],
#language-en .contact-alls form textarea {
    text-align: left;
    direction: ltr;
}

#language-en .contact-alls form input[type="submit"] {
    float: right;
}

.search-mobile {
    display: none;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.fancybox-slide--video .fancybox-content {
    max-width: 764px;
    margin: 0 auto;
    height: 447px !important;
}

.fancybox-slide.fancybox-slide--video:focus,
.fancybox-container:focus {
    border: 0 solid #f50a0a;
}

.fancybox-video,
.fancybox-iframe {
    border-radius: 8px;
    border: 15px solid #fff;
}

a.term-popup {
    display: inline-block;
    font-size: 16px;
    margin: 0 8px;
    color: #003366 !important;
}

.readmore-pr-new {
    display: block;
    color: #003366;
    font-size: 20px;
    position: relative;
    margin: 20px 0;
    padding-top: 12px;
    font-weight: 700;
    width: 150px;
    text-align: center;
    padding: 10px 0px 12px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.readmore-pr-new:before {
    position: absolute;
    width: 150px;
    height: 10px;
    background: #009999;
    content: "";
    right: 0;
    top: 0;
}

#language-en .menu-footer {
    float: left;
}

.readmore-pr-new:hover {
    background: #009999;
    color: #fff;
}

.menu-footer.footer-last {
    width: 18%;
}

.tnp-subscription label {
    padding: 0 !important;
}

.page-footer-newllter a.term-popup {
    color: #fff !important;
    font-size: 14px;
}

.page-footer-newllter {
    margin: 60px 0 0;
}

.wp-pagenavi .nextpostslink {
    display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
}

.item-studies {
    border: 1px solid transparent;
}

.item-studies:focus {
    border: 1px solid #f50a0a;
}

.picture-category {
    margin: 40px 0 40px 40px;
}

.left-picture .title-sidebar h3 {
    background: #fff;
}
.languages ul{
    margin:0;
    padding:0;
}
.languages ul li{
    display:inline-block;
}
.slider-home {
    height:500px;
    overflow: hidden;
}
.slider-home.slick-slider {
    height:auto;
}
.page-newsletters {
    max-width: 500px;
    margin: 0 auto 50px;
}
.page-newsletters .tnp-subscription input.tnp-submit {
    background-color: #009999;
    color: #fff;
    font-size: 20px;
}
.grecaptcha-badge {
    bottom: 65px !important;
    z-index: 9999;
}
.excerpt-search{
	margin:0 0 25px;
}
.excerpt-search p{
	margin-top:0;
}
.content-event iframe {
    max-width: 560px;
    margin: 0 auto;
    display: block;
}
.container-all-up{
	padding:30px 0;
	display:flex;
	flex-wrap:wrap;
}
.link-upload-site{
	width:33%;
	padding:0 2%;
	margin-bottom:20px;
}
@media screen and (max-width:990px) {
.link-upload-site{
	width:49%;
	padding:0 4%;
}
}
@media screen and (max-width:690px) {
.link-upload-site{
	width:100%;
	padding:0;
}
}
.page-blog-new{
	display:flex;
	flex-wrap:wrap;
}
.blog-item-cat{
	width:50%;
	padding:0 30px;
	margin:0 0 40px 0;
}
.list-new-post .right-pr {
    width: 33%;
}
.list-new-post .left-pr {
    width: 64%;
}
.title-cat-new {
    display: block;
    font-size: 30px;
    text-transform: capitalize;
    color: #000;
    margin: 0 0 25px;
    font-weight: 700;
}
.off-link{
	margin-bottom:30px;
	display:flex;
	flex-wrap:wrap;
}
.inner-off-link{
	width:50%;
	padding:0 30px;
}
.off-link a {
    display: block;
    height: 100px;
    line-height: 100px;
    color: #fff;
    font-size: 18px;
    background: #003366;
    text-align: center;
    border-radius: 2px;
    transition: all 0.3s;
}
.off-link a:hover {
    background: #009999;
	color:#fff;
}
.link-cat-new {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 18px;
    background: #009999;
    text-align: center;
    margin: 30px auto;
    border-radius: 2px;
    transition: all 0.3s;
}
.link-cat-new:hover {
    background: #003366;
	color:#fff;
}
.list-new-post .title-pr {
    font-size: 22px;
}
.list-top-post-new {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 0;
}
.item-new-post {
    width: 33.3%;
    padding: 0 30px;
    text-align: center;
}
.item-new-post .title-pr {
   margin-top:15px;
}
@media screen and (max-width:1290px) {
.item-new-post .title-pr {
    font-size: 22px;
}
.title-cat-new {
    font-size: 24px;
}
}
@media screen and (max-width:990px) {
.item-new-post {
    padding: 0 10px;
}
.blog-item-cat {
    padding: 0 10px;
}
.inner-off-link {
    padding: 0 10px;
}
}
@media screen and (max-width:770px) {
.blog-item-cat {
    width: 100%;
    padding: 0;
}
.inner-off-link {
    width: 100%;
    padding: 0;
    margin: 10px 0;
}
.off-link a {
    height: 60px;
    line-height: 60px;
}
.link-cat-new {
    margin: 10px auto;
}
}
@media screen and (max-width:670px) {
.item-new-post {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}
}
.list-new-post .readmore-pr-new {
    margin: 10px 0 0;
}
.list-new-post .readmore-pr-new:before {
    height: 6px;
}
 .loadmore-icon.searchess {
    background: none;
}
 .loadmore-icon.searchess .loader {
    border: 5px solid #009999;
    border-top: 5px solid #203644;
    width: 50px;
    height: 50px;
}
.impact-stories{
	max-width:300px;
	margin:0 auto;
}
@media print {
    .noprint, .header , .footer {display:none !important;}
    a:link:after, a:visited:after {  
      display: none;
      content: "";    
    }
    
}
.description-cat p{
	color:#fff;
}
#language-he .menu-footer form input[type="text"], #language-he .menu-footer form input[type="email"] {
    background-color: #f4f4f4;
    margin: 10px 0;
}
#language-he .popup-newsletter-btn {
    margin: 10px auto 0 !important;
}
/*.page-template-template-blog .banner-all-page{*/
/*    background-position: 0 0 !important;*/
/*}*/
/*.page-template-template-blog .banner-all-page:before, */
/*.page-template-template-blog .banner-all-page:after {*/
/*    display:none;*/
/*}*/