* {
    font-family: var(--primary-font);
}
a,
button,
input,
textarea {
    outline: 0;
}
a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
    text-decoration: none;
}
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 0;
    text-decoration: none;
} /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: sans-serif;
}
body {
    margin: 0;
}
article,
aside,
footer,
header,
menu,
nav,
section,
summary {
    display: block;
}
[hidden] {
    display: none;
}
a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
}
a:active,
a:hover {
    outline-width: 0;
}
b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
img {
    border-style: none;
}
button,
input,
textarea {
    font: inherit;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button {
    text-transform: none;
}
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
textarea {
    overflow: auto;
}
[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
iframe,
img {
    max-width: 100%;
}
iframe {
    border: 0;
    width: 100%;
}
* {
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
    margin-bottom: 10px;
    margin-top: 0;
    position: relative;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 12px;
}
p {
    color: #999;
    font-size: 14px;
    line-height: 1.5em;
}
a {
    color: inherit;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
p:empty {
    margin-bottom: 0;
}
.list a {
    color: #666;
    display: inline-block;
    font-size: 13px;
}
.list li {
    margin-bottom: 10px;
    position: relative;
    transition: all 0.4s ease;
}
.list li:hover a {
    color: var(--color-1st);
}
.list--fadeIn li:before {
    color: var(--color-1st);
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
    visibility: hidden;
}
.list--fadeIn li:hover {
    padding-left: 15px;
}
.list--fadeIn li:hover:before {
    opacity: 1;
    visibility: visible;
}
#back2top {
    background-color: transparent;
    border: 2px solid var(--color-1st);
    border-radius: 50%;
    bottom: 0;
    height: 40px;
    opacity: 0;
    position: fixed;
    right: 40px;
    transition: all 0.5s ease;
    visibility: hidden;
    width: 40px;
    z-index: 10000;
}
#back2top i {
    color: var(--color-1st);
    font-size: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
}
#back2top:hover {
    background-color: var(--color-1st);
    cursor: pointer;
}
#back2top:hover i {
    color: #fff;
}
#back2top.active {
    bottom: 90px;
    opacity: 1;
    visibility: visible;
}
.navigation-toggle {
    display: inline-block;
    float: right;
    height: 30px;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
    width: 30px;
}
.navigation-toggle span,
.navigation-toggle:after,
.navigation-toggle:before {
    background-color: #fff;
    height: 2px;
    position: absolute;
    right: 5px;
    transition: all 0.4s ease;
    z-index: 100;
}
.navigation-toggle span {
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}
.navigation-toggle:after,
.navigation-toggle:before {
    content: "";
}
.navigation-toggle:before {
    top: 7px;
    width: 10px;
}
.navigation-toggle:after {
    bottom: 7px;
    width: 20px;
}
.navigation-toggle:hover {
    cursor: pointer;
}
.navigation-toggle:hover span,
.navigation-toggle:hover:after,
.navigation-toggle:hover:before {
    width: 20px;
}
.navigation-toggle--dark span,
.navigation-toggle--dark:after,
.navigation-toggle--dark:before {
    background-color: #666;
}
.navigation-toggle--active span {
    opacity: 0;
    transform: translateX(100%);
    visibility: hidden;
}
.navigation-toggle--active:after,
.navigation-toggle--active:before {
    bottom: auto;
    top: 50%;
    transform-origin: 50% 50%;
    width: 20px;
}
.navigation-toggle--active:before {
    transform: rotate(45deg);
}
.navigation-toggle--active:after {
    transform: rotate(-45deg);
}
.btn {
    box-shadow: none;
    line-height: 1.3em;
    margin-bottom: 10px;
    outline: 0 !important;
    padding: 10px 15px;
    transition: all 0.4s ease;
}
.social {
    display: inline-block;
    position: relative;
    z-index: 10;
}
.social:after {
    clear: both;
    content: "";
    display: table;
}
.social li {
    float: left;
    margin-right: 15px;
}
.social--simple li a {
    background-color: #9d9d9d;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    height: 25px;
    padding: 10px;
    width: 25px;
}
.social--simple li a i {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.social--simple li:last-child {
    margin-right: 0;
}
.social--simple li:hover a {
    background-color: var(--color-1st);
}
.page-pagination .list {
    display: inline-block;
}
.page-pagination .list:after {
    clear: both;
    content: "";
    display: table;
}
.page-pagination li {
    float: left;
    margin-right: 10px;
}
.page-pagination li.active a,
.page-pagination li:hover a {
    background-color: var(--color-1st);
    color: #fff;
}
.page-pagination a {
    background-color: #fff;
    display: inline-block;
    min-width: 30px;
    padding: 10px 15px;
}
.post {
    position: relative;
}
.post .post__overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease;
    width: 100%;
    z-index: 10;
}
.post__inside .post__header {
    bottom: 0;
    left: 0;
    padding: 25px 30px;
    position: absolute;
    width: 100%;
    z-index: 20;
}
@media screen and (max-width: 991px) {
    .post__inside {
        margin-bottom: 30px;
    }
}
.post__inside--feature .post__header {
    background-color: transparent;
    background-image: linear-gradient(
        180deg,
        transparent 0,
        rgba(0, 0, 0, 0.7) 75%
    );
    transition: all 0.4s ease;
}
.post__inside--feature .post__title {
    margin-bottom: 15px;
}
.post__inside--feature .post__title a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.post__inside--feature .post__title:hover a {
    color: var(--color-1st);
}
.post__inside--feature .post__meta span {
    color: var(--color-1st);
    margin-right: 15px;
}
.post__inside--feature .post__meta span i {
    margin-right: 8px;
}
.post__inside--feature .post__meta .post-category i {
    margin-right: 0;
}
.post__inside--feature .post__meta span a {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.post__inside--feature .post__meta span a:hover {
    color: var(--color-1st);
}
.post__inside--feature .post__meta .post-category {
    background-color: var(--color-1st);
    color: #fff;
    display: inline-block;
    line-height: 15px;
    padding: 3px 10px;
    transition: all 0.5s ease;
}
.post__inside--feature .post__meta .post-category a {
    color: #fff;
    display: inline-block;
    letter-spacing: 0.1em;
}
.post__inside--feature .post__meta .post-category a:hover {
    color: #fff;
}
.post__inside--feature .post__meta .post-category:hover {
    background-color: #fff;
    color: var(--color-1st);
}
.post__inside--feature .post__meta .post-category:hover a {
    color: var(--color-1st);
}
.post__inside--feature:hover .post__overlay {
    background-color: rgba(0, 0, 0, 0.1);
}
.post__inside--feature-small .post__header {
    padding: 15px;
}
.post__inside--feature-small .post__title {
    line-height: 1em;
    margin-bottom: 0;
}
.post__inside--feature-small .post__title a {
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}
.post__horizontal {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.post__horizontal .post__thumbnail {
    float: left;
    position: relative;
    width: 350px;
    z-index: 20;
}
.post__horizontal .post__thumbnail .post__overlay {
    transition: all 0.4s ease-in;
    z-index: 20;
}
.post__horizontal .post__content-wrap {
    float: left;
    padding: 15px 20px;
    width: calc(100% - 350px);
}
.post__horizontal .post__content-wrap:before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.post__horizontal .post__content,
.post__horizontal .post__footer,
.post__horizontal .post__header {
    position: relative;
}
.post__horizontal .post__title {
    margin-bottom: 10px;
}
.post__horizontal .post__title a {
    color: #666;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}
.post__horizontal .post__title:hover a {
    color: var(--color-1st);
}
.post__horizontal .post__meta {
    margin-bottom: 10px;
}
.post__horizontal .post__meta span {
    color: var(--color-1st);
    margin-right: 15px;
}
.post__horizontal .post__meta span i {
    margin-right: 10px;
}
.post__horizontal .post__meta .post__created-at,
.post__horizontal .post__meta span a {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
}
.post__horizontal .post__meta span a:hover {
    color: var(--color-1st);
}
.post__horizontal .post__content {
    margin-bottom: 15px;
}
.post__horizontal .post__content p {
    color: #666;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}
.post__horizontal .post__content p:after {
    content: "...";
}
@media screen and (max-width: 767px) {
    .post__horizontal .post__content-wrap,
    .post__horizontal .post__thumbnail {
        float: none;
        width: 100%;
    }
    .navigation {
        display: none;
        opacity: 0;
    }
}
.post__horizontal--single {
    box-shadow: none;
}
.post__horizontal--single .post__thumbnail {
    width: 100px;
}
.post__horizontal--single .post__content-wrap {
    padding: 0 0 0 15px;
    width: calc(100% - 100px);
}
.post__horizontal--single .post__content-wrap:before {
    display: none;
}
.post__horizontal--single .post__title {
    line-height: 0.8em;
    margin-bottom: 0;
}
.post__horizontal--single .post__title a {
    font-size: 14px;
    text-transform: none;
}
@media screen and (max-width: 767px) {
    .post__horizontal--single .post__content-wrap,
    .post__horizontal--single .post__thumbnail {
        float: left;
    }
}
.post__widget .post__thumbnail {
    float: left;
    position: relative;
    width: 60px;
    z-index: 20;
}
.post__widget .post__overlay {
    z-index: 20;
}
.post__widget .post__header {
    float: left;
    padding-left: 15px;
    width: calc(100% - 60px);
}
.post__widget .post__title {
    color: #636363;
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 0;
    text-transform: none;
}
.post__widget .post__title a {
    font-weight: 400;
}
.post__widget .post__title:hover a {
    color: var(--color-1st);
}
.post__widget .created_at {
    color: var(--color-1st);
    font-size: 11px;
}
.post__vertical .post__thumbnail {
    position: relative;
}
.post__vertical .post__title a {
    color: #666;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
}
.post__vertical .post__title:hover a {
    color: var(--color-1st);
}
.post__vertical--single {
    background-color: #fff;
}
.post__vertical--single .post__thumbnail {
    position: relative;
}
.post__vertical--single .post__content-wrap {
    padding: 50px 0 25px;
    position: relative;
}
.post__vertical--single .post__meta {
    background-color: var(--color-1st);
    height: 70px;
    left: 30px;
    padding-top: 3px;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateY(-50%);
    width: 70px;
    z-index: 30;
}
.post__vertical--single .post__meta span {
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    line-height: 1em;
    text-transform: uppercase;
    width: 100%;
}
.post__vertical--single .post__meta span.created__date {
    font-size: 20px;
    font-weight: 700;
}
.post__vertical--single .post__meta span.created__year {
    font-size: 14px;
    font-weight: 700;
}
.post__vertical--single .post__title a {
    font-size: 18px;
}
.post__vertical--single .post__content {
    padding-bottom: 15px;
}
.post__vertical--single .post__content p {
    color: #737373;
    font-size: 14px;
}
.post__vertical--single .post__content p:after {
    content: "...";
}
.post__vertical--single .post__readmore {
    color: var(--color-1st);
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 3px;
    position: relative;
    text-transform: uppercase;
}
.post__vertical--single .post__readmore:after {
    background-color: var(--color-1st);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 0.3s ease;
    width: 50%;
    z-index: 20;
}
.post__vertical--single .post__readmore:hover:after {
    opacity: 1;
    width: 100%;
}
.post__vertical--simple {
    background-color: transparent;
}
.post__vertical--simple .post__content-wrap {
    padding: 50px 0 15px;
}
.post__vertical--simple .post__content {
    background-color: transparent;
}
.post__vertical--simple .post__content p {
    font-size: 13px;
}
.post--single .post__header {
    border-bottom: 1px solid #eee;
}
.post--single .post__title {
    color: #666;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.post--single .post__meta {
    margin-bottom: 10px;
}
.post--single .post__meta span {
    color: var(--color-1st);
    margin-right: 15px;
}
.post--single .post__meta span i {
    margin-right: 10px;
}
.post--single .post__meta span a {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.01em;
}
.post--single .post__meta span a:hover {
    color: var(--color-1st);
}
.post--single .post__meta .post__tags a {
    margin-right: 5px;
}
.post--single .post__content {
    padding: 30px 0;
}
.post--single .post__content h1,
.post--single .post__content h2,
.post--single .post__content h3,
.post--single .post__content h4,
.post--single .post__content h5,
.post--single .post__content h6,
.post--single .post__content p {
    color: #666;
}
.post--single .post__content p {
    font-size: 13px;
    line-height: 1.8em;
    margin-bottom: 15px;
}
.post--single .post__relate-group {
    text-align: left;
}
.post--single .post__relate-group.post__relate-group--right {
    text-align: right;
}
.post--single
    .post__relate-group.post__relate-group--right
    .relate__title:after {
    left: auto;
    right: 0;
}
.post--single .post__relate-group .relate__title {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px;
    position: relative;
}
.post--single .post__relate-group .relate__title:after {
    background-color: var(--color-1st);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 25px;
    z-index: 10;
}
@media screen and (max-width: 767px) {
    .post--single .post__relate-group {
        margin-bottom: 30px;
    }
    .post--single .post__relate-group.post__relate-group--right {
        text-align: left;
    }
    .post--single
        .post__relate-group.post__relate-group--right
        .relate__title:after {
        left: 0;
        right: auto;
    }
}
.post--related:after {
    clear: both;
    content: "";
    display: table;
}
.post--related .post__thumbnail {
    float: left;
    position: relative;
    width: 100px;
}
.post--related .post__header {
    border-bottom: none;
    float: left;
    padding-left: 15px;
    width: calc(100% - 100px);
}
.post--related .post__title {
    font-size: 14px;
    text-transform: uppercase;
}
.post--related .post__title:hover {
    color: var(--color-1st);
}
.widget {
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.widget .widget__content,
.widget .widget__header {
    padding: 15px;
}
.widget .widget__header {
    background-color: #f9f9f9;
}
.widget .widget__title {
    color: #363636;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.widget__recent-post .post {
    border-bottom: 1px dashed #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.widget__recent-post li:last-child .post {
    border-bottom-width: 0;
}
.widget__about p {
    color: #666;
    font-size: 13px;
    line-height: 1.6em;
}
.widget__about .person-detail p {
    color: #e4e4e4;
    font-size: 13px;
    margin-bottom: 15px;
}
.widget__about .person-detail i {
    color: var(--color-1st);
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
}
.widget__about .person-detail a {
    color: #fff;
}
.widget__about .person-detail a:hover {
    color: var(--color-1st);
}
.widget--transparent {
    background-color: transparent;
    box-shadow: none;
}
.widget--transparent .widget__content,
.widget--transparent .widget__header {
    padding: 0;
}
.widget--transparent .widget__header {
    background-color: transparent;
    border: none;
    margin-bottom: 20px;
    padding-bottom: 5px;
    position: relative;
}
.widget--transparent .widget__header:after {
    background-color: var(--color-1st);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 25px;
    z-index: 10;
}
.widget--transparent .post {
    margin-bottom: 0;
}
.widget__footer .widget__title {
    color: #e4e4e4;
    font-size: 14px;
    text-transform: uppercase;
}
.widget__tags .tag-link {
    background-color: #ecf0f1;
    color: #666;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px 15px;
}
.widget__tags .tag-link:last-child {
    margin-right: 0;
}
.widget__tags .tag-link:hover {
    background-color: var(--color-1st);
    color: #fff;
}
.widget__tags--transparent .tag-link {
    background-color: #fff;
}
.page-intro {
    position: relative;
    text-align: center;
}
.page-intro:after {
    background-color: rgba(26, 35, 126, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.page-intro .page-intro__title {
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 10;
}
.page-intro .social {
    margin-top: 10px;
}
.page-intro .breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
}
.page-intro .breadcrumb li {
    color: #e4e4e4;
    font-size: 13px;
}
.page-intro .breadcrumb a:hover,
.page-intro .breadcrumb li:active {
    color: var(--color-1st);
}
.navigation .menu:after {
    clear: both;
    content: "";
    display: table;
}
.navigation .menu-item {
    float: left;
    position: relative;
}
.navigation .menu-item > a {
    color: #ccc;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 20px 15px;
}
.navigation .menu-item > .sub-menu {
    opacity: 0;
    transition: all 0.4s ease;
    visibility: hidden;
}
.navigation .menu-item.menu-item-has-children > a .toggle-icon {
    color: #ccc;
    font-size: 16px;
    padding-left: 5px;
}
.navigation-mobile .menu-item.menu-item-has-children > a .toggle-icon {
    height: 39px;
    line-height: 39px;
    margin-top: -10px;
    text-align: center;
    width: 39px;
}
.navigation .menu-item:hover > a {
    color: #fff;
}
.navigation .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}
.navigation .sub-menu {
    background-color: #fff;
    border-top: 2px solid var(--color-1st);
    box-shadow: 0 0 1px rgba(34, 25, 25, 0.4);
    left: 0;
    min-width: 240px;
    position: absolute;
    top: 100%;
    z-index: 100;
}
.navigation .sub-menu > .menu-item {
    border-bottom: 1px dashed rgba(34, 25, 25, 0.3);
    float: none;
}
.navigation .sub-menu > .menu-item:last-child {
    border-bottom: 0;
}
.navigation .sub-menu > .menu-item > a {
    color: #666;
    display: block;
    font-size: 13px;
    line-height: 1.4em;
    padding: 10px 20px;
}
.navigation--mobile {
    background-color: #fff;
    border-top: 2px solid var(--color-1st);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 100%;
    z-index: 100;
}
.navigation--mobile .menu-item {
    border-bottom: 1px dashed rgba(34, 25, 25, 0.2);
    float: none;
}
.navigation--mobile .menu-item > a {
    color: #666;
    display: block;
    font-size: 13px;
    padding: 15px;
    position: relative;
}
.navigation--mobile .menu-item:last-child {
    border-bottom: 0;
}
.navigation--mobile .menu-item.menu-item-has-children a .toggle-icon {
    color: #666;
    position: absolute;
    right: 15px;
}
.navigation--mobile .menu-item > .sub-menu {
    opacity: 1;
    visibility: visible;
}
.navigation--mobile > .menu > .menu-item.menu-item--active {
    background-color: var(--color-1st);
    border-bottom: none;
}
.navigation--mobile > .menu .menu-item.menu-item--active > a {
    color: #fff !important;
}
.navigation--mobile > .menu .menu-item.menu-item--active > a .toggle-icon {
    color: #fff;
}
.navigation--mobile .menu-item:hover a {
    color: #666;
}
.navigation--mobile .sub-menu {
    border-top: none;
    display: none;
    position: relative;
}
.navigation--mobile .sub-menu--active {
    display: block;
}
.navigation--mobile--active {
    display: block;
    opacity: 1;
    visibility: visible;
}
.navigation--light .menu-item > a,
.navigation--light .menu-item > a .toggle-icon {
    color: #666;
}
.navigation--light .menu-item.active > a,
.navigation--light .menu-item:hover > a,
.navigation--light .menu-item:hover > a .toggle-icon {
    color: var(--color-1st);
}
.page-header {
    background-color: rgba(0, 0, 0, 0.9);
    border-bottom: 0;
    margin: 0;
    padding: 15px 0;
    position: relative;
    transition: all 0.4s ease-out;
}
.page-header--search-active {
    padding-top: 100px;
}
.page-header__left {
    float: left;
}
.page-logo {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: center;
}
.page-logo img {
    max-height: 50px;
}
.page-header__right {
    float: right;
}
.search-btn {
    float: right;
    line-height: 60px;
    padding: 0 15px;
}
.search-btn i {
    color: #fff;
    font-size: 16px;
}
.search-btn:hover {
    cursor: pointer;
}
.navigation {
    float: left;
    margin-right: 20px;
}
.page-header--light {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.page-header--light .search-btn i {
    color: #666;
}
.page-footer {
    position: relative;
}
.page-footer__bottom {
    background: #000;
    padding: 20px 0 5px;
    position: relative;
    text-align: left;
}
.page-footer__bottom .page-footer__social {
    text-align: right;
}
@media screen and (max-width: 767px) {
    .page-footer__bottom {
        text-align: center;
    }
    .page-footer__bottom .page-copyright {
        margin-bottom: 10px;
    }
    .page-footer__bottom .page-footer__social {
        text-align: center;
    }
}
.page-copyright {
    display: inline-block;
    line-height: 35px;
}
.page-copyright p {
    color: #666;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.5em;
    margin-bottom: 0;
}
.page-copyright p a {
    color: var(--color-1st);
    display: inline-block;
    padding-left: 5px;
}
.page-copyright p a:hover {
    color: #fff;
}
.post-group .post-group__header {
    margin-bottom: 25px;
    position: relative;
}
.post-group .post-group__title {
    color: #555;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6em;
    text-transform: uppercase;
}
.post-group .post-group__title:after {
    background-color: var(--color-1st);
    content: "";
    height: 2px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    width: 50px;
}
.post-group--hero:after {
    clear: both;
    content: "";
    display: table;
}
.post-group--hero .post-group__left,
.post-group--hero .post-group__right {
    float: left;
}
.post-group--hero .post-group__left {
    padding-left: 5px;
    width: calc(50% + 5px);
}
.post-group--hero .post-group__right {
    width: calc(50% - 5px);
}
.post-group--hero .post-group__right:after {
    clear: both;
    content: "";
    display: table;
}
.post-group--hero .post {
    margin-bottom: 5px;
    margin-right: 5px;
}
.post-group--hero .post-group__item {
    float: left;
    width: 50%;
}
@media screen and (max-width: 991px) {
    .post-group--hero .post-group__left,
    .post-group--hero .post-group__right {
        float: none;
        width: 100%;
    }
    .post-group--hero .post-group__left {
        padding: 0;
    }
}
@media screen and (max-width: 480px) {
    .post-group--hero .post-group__item {
        width: 100%;
    }
}
.navigation--fade .menu-item:hover > .sub-menu {
    transform: translateY(0);
}
.navigation--fadeUp .menu-item > .sub-menu {
    transform: translateY(30px);
}
.navigation--fadeDown .menu-item > .sub-menu {
    transform: translateY(-30px);
}
.navigation--fadeLeft .menu-item > .sub-menu {
    transform: translateX(-30px);
}
.navigation--fadeRight .menu-item > .sub-menu {
    transform: translateX(30px);
}
.navigation--flip .menu-item > .sub-menu {
    transition: all 0.5s ease;
}
.navigation--flip .menu-item:hover > .sub-menu {
    transform: rotate(0);
}
.navigation--flipLeft .menu-item > .sub-menu {
    transform: rotate(20deg);
    transform-origin: 0 0;
}
.navigation--flipCenter .menu-item > .sub-menu {
    transform: translateX(0) rotate(-10deg);
    transform-origin: 50% 50%;
}
.navigation--flipRight .menu-item > .sub-menu {
    transform: translateX(0) rotate(-10deg);
    transform-origin: 100% 100%;
}
.navigation--mobile.navigation--fadeDown .menu-item > .sub-menu,
.navigation--mobile.navigation--fadeLeft .menu-item > .sub-menu,
.navigation--mobile.navigation--fadeRight .menu-item > .sub-menu,
.navigation--mobile.navigation--fadeUp .menu-item > .sub-menu {
    transform: translateY(0);
}
.navigation--mobile.navigation--flip .menu-item > .sub-menu,
.navigation--mobile.navigation--flipCenter .menu-item > .sub-menu,
.navigation--mobile.navigation--flipLeft .menu-item > .sub-menu,
.navigation--mobile.navigation--flipRight .menu-item > .sub-menu {
    transform: rotate(0);
}
.sub-menu--slideLeft .sub-menu > .menu-item {
    position: relative;
}
.sub-menu--slideLeft .sub-menu > .menu-item:after {
    background-color: var(--color-1st);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.25s ease-out;
    width: 0;
    z-index: 0;
}
.sub-menu--slideLeft .sub-menu > .menu-item > a {
    position: relative;
    transition: all 0.25s ease;
    z-index: 10;
}
.sub-menu--slideLeft .sub-menu > .menu-item > a:before {
    color: #fff;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 13px;
    margin-right: 5px;
    transition: all 0.25s ease;
    visibility: hidden;
}
.sub-menu--slideLeft .sub-menu > .menu-item:hover:after {
    width: 100%;
}
.sub-menu--slideLeft .sub-menu > .menu-item:hover > a {
    color: #fff;
    padding-left: 30px;
}
.sub-menu--slideLeft .sub-menu > .menu-item:hover > a:before {
    visibility: visible;
}
.mt-5 {
    margin-top: 5px;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-40 {
    margin-bottom: 40px;
}
.pt-0 {
    padding-top: 0;
}
.pt-5 {
    padding-top: 5px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-5 {
    padding-bottom: 5px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-100 {
    padding-bottom: 100px;
}
.bg-cover {
    background-position: 50% 50%;
    background-size: cover;
}
.bg-lightgray {
    background-color: #ecf0f1;
}
.bg-dark {
    background-color: #212121;
}
.bg-overlay {
    background-color: #000;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
}
body[dir="rtl"] .post-group .post-group__title:after,
body[dir="rtl"] .widget--transparent .widget__header:after {
    left: auto;
    right: 0;
}
body[dir="rtl"] .widget__about .person-detail i {
    margin-left: 10px;
    margin-right: 0;
}
.super-search.active {
    background: #fff;
    border: none;
    display: block !important;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 88888888888;
}
.super-search.active .quick-search {
    margin: 40px auto;
    width: 90%;
}
.super-search.active .search-input {
    color: var(--color-1st) !important;
    font-size: 60px;
}
@media screen and (max-width: 991px) {
    .super-search.active .search-input {
        font-size: 30px;
    }
}
.search-result {
    display: none;
}
.super-search.active .search-result {
    margin: 20px auto;
    width: 90%;
}
.super-search .search-list li {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce-in;
    animation-name: bounce-in;
    -webkit-animation-timing-function: cubic-bezier(0.32, 1.25, 0.375, 1.15);
    animation-timing-function: cubic-bezier(0.32, 1.25, 0.375, 1.15);
    display: none;
    opacity: 0;
    transform: translateY(100%);
}
.search-finished .search-list li {
    display: block;
    opacity: 1;
}
.super-search .search-list li:first-child {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}
.search-list {
    display: block;
    list-style: none;
    margin: -65px 0 130px;
    padding: 0;
}
.search-list a {
    background: #f1f2f1;
    border-radius: 2px;
    color: #a1a1a1;
    display: block;
    font-size: 16px;
    height: 80px;
    line-height: 22px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 25px;
    position: relative;
    text-decoration: none !important;
    transition: all 225ms ease;
}
.search-list .has-image {
    padding-left: 115px;
}
.search-list li a.squared .img {
    background-size: cover;
    background: #545454 50% 0 no-repeat;
    border-radius: 0;
    display: block;
    height: 100%;
    left: 0;
    line-height: 100px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.45s cubic-bezier(0.32, 1.25, 0.375, 1.15);
    width: 100px;
}
.search-list li a.squared .img .fa,
.search-list li a.squared .img .glyphicon {
    font-size: 34px !important;
}
.search-list li a .spoofer {
    display: block;
    opacity: 0;
}
.search-list li a.squared .visible {
    display: block;
    left: 0;
    padding: 25px 10px 25px 115px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.45s cubic-bezier(0.32, 1.25, 0.375, 1.15);
    width: 100%;
}
.search-list li a:focus,
.search-list li a:hover {
    background: #f38b72;
    color: #fff;
}
.search-list li a.squared:focus .visible,
.search-list li a.squared:hover .visible {
    transform: translateX(-80px) translateY(-50%);
}
.search-list li a.squared:focus .img,
.search-list li a.squared:hover .img {
    transform: translateX(-100%) translateY(-50%);
}
.super-search .group:first-child h4 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.super-search .search-list h4,
.super-search .search-list li {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: bounce-in;
    animation-timing-function: cubic-bezier(0.32, 1.25, 0.375, 1.15);
    display: none;
    margin-bottom: 5px;
    margin-top: 0;
    opacity: 0;
    transform: translateY(100%);
}
.super-search .search-list h4 {
    color: rgba(0, 0, 0, 0.5);
}
.super-search .search-list h4,
.super-search .search-list li {
    -webkit-animation-name: bounce-in;
    -moz-animation-name: bounce-in;
    -webkit-animation-timing-function: cubic-bezier(0.32, 1.25, 0.375, 1.15);
    -moz-animation-timing-function: cubic-bezier(0.32, 1.25, 0.375, 1.15);
}
.search-list h4 {
    font-size: 20px;
    letter-spacing: 0.01em;
    opacity: 0.7;
}
.search-finished .search-list h4,
.search-finished .search-list li {
    display: block;
    opacity: 1;
}
.search-result-title {
    color: #1d9977;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 10px 0;
}
.close-search.active {
    color: #828b96;
    cursor: pointer;
    display: inline-block;
    font-size: 60px;
    position: absolute;
    right: 30px;
    top: 50px;
}
.overflow {
    overflow: hidden;
}
.quick-search > .form-control {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #32c5d2 !important;
    display: block;
    font-size: 60px;
    font-weight: 400;
    height: 100px;
    padding: 10px 0;
}
.social--widget a span {
    display: none;
}
#list-photo {
    width: 100%;
}
#list-photo .item {
    margin-bottom: 14px;
    width: 33.333%;
}
#list-photo .item .photo-item {
    padding-left: 7px;
    padding-right: 7px;
}
#list-photo .item .photo-item div {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
    padding: 5px;
    transition: all 0.25s;
}
#list-photo .item .photo-item div:hover {
    background: rgba(63, 63, 62, 0.1);
}
#list-photo .item .photo-item img {
    border: 1px solid rgba(63, 63, 62, 0.4);
    display: block;
}
.gallery-wrap .gallery-item {
    float: left;
    margin-bottom: 10px;
    margin-right: 0.8%;
    max-height: 250px;
    overflow: hidden;
    position: relative;
    width: 32.8%;
}
.gallery-wrap .gallery-item:nth-child(3n) {
    margin-right: 0;
}
.gallery-wrap .gallery-item .gallery-detail {
    background: rgba(0, 0, 0, 0.8);
    bottom: -50px;
    color: #fff;
    left: 0;
    padding: 4px 10px;
    position: absolute;
    right: 0;
    transition: 0.25s ease;
    z-index: 2;
}
.gallery-wrap .gallery-item .gallery-detail a {
    color: #fff;
}
.gallery-wrap .gallery-item .gallery-detail a:hover {
    color: #32c5d2 !important;
}
.gallery-wrap .gallery-item:hover .gallery-detail {
    bottom: 0;
}
.gallery-wrap .gallery-item .gallery-detail .gallery-title {
    font-weight: 700;
    text-transform: uppercase;
}
.gallery-wrap .gallery-item .img-wrap {
    overflow: hidden;
}
.gallery-wrap .gallery-item .img-wrap img {
    width: 100%;
}
.fb-like {
    margin: 15px 0;
}
.page-pagination ul {
    margin: 0;
}
.page-pagination li {
    margin: 0 0 0 10px;
}
.page-pagination .disabled span,
.page-pagination li a,
.page-pagination li span {
    border: none;
    border-radius: 0 !important;
    color: var(--color-1st);
    outline: 0;
}
.page-pagination li.active span,
.page-pagination li:hover a,
.page-pagination li:hover span {
    background-color: var(--color-1st) !important;
    color: #fff !important;
}
.language-wrapper {
    height: 40px;
    line-height: 30px;
}
.language-wrapper .btn {
    background: 0 0;
    border: none;
    border-radius: 0 !important;
    height: 40px;
    margin-bottom: 0;
}
.language-wrapper .language_bar_list li {
    display: inline-block;
    margin-left: 5px;
}
.language-wrapper .language_bar_list li a {
    text-align: left;
}
.language-wrapper .language_bar_list li a img {
    float: left;
    margin-right: 8px;
    margin-top: -1px;
    width: 20px;
}
@media (max-width: 767px) {
    .header .header-wrap {
        display: none;
    }
}
.header .header-wrap .nav-top ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.header .header-wrap .nav-top ul:after,
.header .header-wrap .nav-top ul:before {
    content: " ";
    display: table;
}
.header .header-wrap .nav-top ul:after {
    clear: both;
}
.header .header-wrap .nav-top ul li {
    float: left;
}
.header .header-wrap .nav-top ul li a {
    display: inline-block;
    font-size: 13px;
    line-height: 42px;
    margin-right: 25px;
}
.header .header-wrap .nav-top ul li a:hover {
    color: var(--color-1st);
}
.header .header-wrap .nav-top .hi-icon-wrap {
    margin-top: 10px;
}
.header .header-wrap .nav-top .hi-icon-wrap a {
    background-color: #9d9d9d;
    border-radius: 50%;
    color: #fff;
    height: 25px;
    line-height: 26px;
    margin-left: 5px;
    text-align: center;
    width: 25px;
}
.header .header-wrap .nav-top .hi-icon-wrap a:first-child {
    margin-left: 0;
}
.header .header-wrap .nav-top .hi-icon-wrap a:hover {
    background-color: var(--color-1st);
}
.header .header-wrap .logo {
    float: left;
    height: 90px;
    margin: 0;
    padding: 0;
    position: relative;
}
.header .header-wrap .logo img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.hi-icon-effect-3a .hi-icon {
    color: #4089ea;
}
.hi-icon-effect-3a .hi-icon:hover {
    color: #666;
}
.hi-icon-effect-3a .hi-icon:hover:after {
    opacity: 0;
    transform: scale(1.3);
}
.header-wrap {
    background-color: #fff;
    color: #fff;
}
.nav-top {
    background-color: #f5f5f5;
    color: #666;
}
.widget__tags .tag-link {
    background-color: var(--color-1st);
    color: #fff;
}
figure.image {
    display: inline-block;
    margin: 10px 0;
}
figure.image figcaption {
    background: #f5f5f5;
    font-size: 90%;
    padding: 10px;
    text-align: center;
}
.post__content ul {
    list-style: disc;
    padding-left: 25px;
}
.post__content ul li {
    font-weight: 400;
    list-style: disc;
}
.required:after {
    color: red;
    content: " *";
}
.navigation:not(.navigation--mobile) .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}
.navigation.navigation--mobile .menu-item.menu-item--active > a .toggle-icon {
    color: #fff !important;
}
.navigation.navigation--mobile
    .sub-menu--slideLeft
    .sub-menu
    > .menu-item.menu-item--active
    > a {
    background: #fff;
    color: var(--color-1st) !important;
}
.navigation.navigation--mobile
    .sub-menu--slideLeft
    .sub-menu
    > .menu-item.menu-item--active
    > a
    .toggle-icon,
.navigation.navigation--mobile
    .sub-menu--slideLeft
    .sub-menu
    > .menu-item.menu-item--active
    > a:before {
    color: var(--color-1st) !important;
}
.navigation.navigation--mobile
    .sub-menu--slideLeft
    .sub-menu
    .sub-menu
    > .menu-item
    > a {
    margin-left: 20px;
}
.header .header-wrap .nav-top ul li a {
    align-items: center;
    display: flex;
    justify-content: center;
}
.header .header-wrap .nav-top ul li a i {
    margin-right: 5px;
}
.page-content .gallery-wrap .gallery-item .gallery-detail a:hover {
    color: var(--color-1st) !important;
}
.post__widget .post__created-at {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
}
.widget__content ul ul {
    margin-left: 15px !important;
}
.widget__content ul ul ul {
    margin-left: 30px !important;
}
li.active-menu {
    padding-left: 15px;
}
li.active-menu a,
li.active-menu:before {
    color: var(--color-1st);
}
li.active-menu:before {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
    visibility: visible;
}
.list ul > li {
    display: none;
}
.list ul.active-menu > li {
    display: block !important;
}
@font-face {
    font-display: block;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/icomoon.eot?8u64j1);
    src: url(../fonts/icomoon.eot?8u64j1#iefix) format("embedded-opentype"),
        url(../fonts/icomoon.ttf?8u64j1) format("truetype"),
        url(../fonts/icomoon.woff?8u64j1) format("woff"),
        url(../fonts/icomoon.svg?8u64j1#icomoon) format("svg");
}
.icon-icons9-zalo {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: icomoon !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
}
.icon-icons9-zalo:before {
    content: "\e900";
}
.collapse.in {
    display: block !important;
}
