/*Color*/
/* vang*/
/* xam*/
/* tim*/
/* xanh*/
/* $color__background-body: #fff;*/
@media (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto; } }

.entry-content img {
  max-width: 100%;
  height: auto; }

a {
  color: #ff0000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  a:focus, a:hover {
    color: #ff0000; }

.footer-widget a:hover {
  color: #17B5BC !important; }

.sticky {
  position: relative; }
  .sticky .entry-header .entry-title {
    position: relative;
    padding-right: 25px;
    display: inline-block;
    clear: both; }
    .sticky .entry-header .entry-title::before {
      position: absolute;
      font-family: FontAwesome;
      content: '\f08d';
      -ms-transform: rotate(20deg);
      /* IE 9 */
      -webkit-transform: rotate(20deg);
      /* Safari */
      transform: rotate(20deg);
      top: 0.2rem;
      right: -1rem;
      font-size: 2.2rem;
      color: #302A78;
      /* @include media-breakpoint-up(xxl) {*/
      /*     */
      /* top: 24%;*/
      /* }*/ }
      @media (min-width: 992px) {
        .sticky .entry-header .entry-title::before {
          font-size: 3rem;
          top: 0.5rem; } }

.sticky-note {
  display: none; }

.gallery-caption,
.wp-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%; }

thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em; }

th {
  padding: 0.4em;
  text-align: left; }

tr {
  border-bottom: 1px solid #eee; }

td {
  padding: 0.4em; }

td:first-child,
th:first-child {
  padding-left: 0; }

td:last-child,
th:last-child {
  padding-right: 0; }

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/
ol,
ul {
  margin: 0 0 1.5em;
  padding: 0 0 0 4rem; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

.post-thumbnail {
  margin-bottom: 1rem; }

img.alignleft {
  float: left;
  margin-right: 1.5em; }

img.alignright {
  float: right;
  margin-left: 1.5em; }

.alignleft:after,
.alignright:after {
  content: "";
  display: block;
  clear: both; }

.comment {
  display: inline-block;
  width: 100%; }
  .comment .comment-respond {
    padding-left: 65px; }
    .comment .comment-respond #reply-title {
      font-size: 2rem;
      margin-bottom: 0px; }

.comments-title {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center; }

.comment-respond {
  margin-top: 10rem;
  text-align: center; }

.clear:after,
.comment-author:after,
.comment-content:after,
.comment-meta:after,
.entry-content:after,
.entry-footer:after,
.nav-links:after,
.pagination:after,
.site-content:after,
.site-footer:after,
.site-header:after,
.widget-area:after,
.widget:after {
  clear: both; }

.clear:after,
.clear:before,
.comment-author:after,
.comment-author:before,
.comment-content:after,
.comment-content:before,
.comment-meta:after,
.comment-meta:before,
.entry-content:after,
.entry-content:before,
.entry-footer:after,
.entry-footer:before,
.nav-links:after,
.nav-links:before,
.pagination:after,
.pagination:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before,
.widget-area:after,
.widget-area:before,
.widget:after,
.widget:before {
  content: "";
  display: table;
  table-layout: fixed; }

.comment-author img {
  margin-right: 5px; }

.beau-comment-pagging {
  margin-bottom: 2rem; }

article {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }
  article:after {
    content: "";
    display: block;
    clear: both; }
  article .news-description {
    max-width: 100%; }
    article .news-description em strong {
      font-weight: bold;
      color: #222; }
  article .entry-header {
    padding-bottom: 1rem; }
  article .sticky-note {
    position: absolute;
    left: -10rem; }
  article.blog-items {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
    padding-bottom: 4.5rem; }
    article.blog-items .news-description {
      padding: 0 !important; }
  article.flex--col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 4.5rem; }
  article.flex--row {
    padding-bottom: 4.5rem; }
    @media (min-width: 576px) {
      article.flex--row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row; }
        article.flex--row:nth-child(2n+1) {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse; } }

.wp-caption-text {
  font-size: 1.2rem;
  font-style: italic;
  margin-top: 1rem; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.entry-meta {
  color: #17B5BC;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: 0.3rem;
  padding-bottom: 0.25rem;
  padding-left: 2px;
  font-family: "Roboto Slab", sans-serif; }
  .entry-meta time {
    color: #17B5BC;
    padding-right: 5px; }

.archive .entry-meta a.post-edit-link,
.blog .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
  color: #222;
  display: inline-block;
  white-space: nowrap; }
  @media (max-width: 767px) {
    .archive .entry-meta a.post-edit-link,
    .blog .entry-meta a.post-edit-link,
    .search .entry-meta a.post-edit-link {
      white-space: normal; } }

.search .page-header {
  margin-top: 5rem; }

/* sidebar*/
.content-left {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .content-left {
      padding-right: 30px; } }
  .content-left img {
    max-width: 100%;
    height: auto; }

.searchform input[type="text"] {
  width: 70%;
  padding: 5px 10px; }
.searchform input[type="submit"] {
  color: #fff;
  cursor: pointer;
  background: #302A78;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  border-radius: 0px;
  padding: 7px 15px;
  margin-left: 2%;
  max-width: 26%; }
  .searchform input[type="submit"]:hover {
    color: #302A78;
    background: #999;
    border-color: #302A78; }

.search-no-results {
  /* padding-left: 15px;*/
  /* padding-right: 15px;*/ }
  @media (min-width: 576px) {
    .search-no-results p {
      max-width: 80%; } }

.content-area {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 576px) {
    .content-area {
      padding-left: 0px;
      padding-right: 0px; } }

.widget-area {
  margin-top: 3rem; }
  @media (min-width: 992px) {
    .widget-area {
      margin-top: 1%; } }
  .widget-area .widget-content {
    padding-bottom: 2rem; }
    @media (min-width: 768px) {
      .widget-area .widget-content {
        padding-bottom: 4rem; } }
    .widget-area .widget-content img {
      max-width: 100%;
      height: auto; }
    .widget-area .widget-content .widget-title {
      font-weight: bold;
      color: #302A78;
      margin-bottom: 1.5rem;
      font-size: 2.4rem;
      line-height: 3rem; }
      @media (min-width: 768px) {
        .widget-area .widget-content .widget-title {
          margin-bottom: 2rem;
          font-size: 3rem;
          line-height: 4.6rem; } }
    .widget-area .widget-content ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .widget-area .widget-content ul li a {
        color: #6F6F6F;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        display: inline-block !important;
        padding: 1rem 0 !important;
        padding-top: 0px !important; }
        .widget-area .widget-content ul li a:hover {
          color: #6F6F6F;
          text-decoration: underline; }
        .widget-area .widget-content ul li a.rsswidget {
          font-size: 2rem;
          line-height: 3rem;
          color: #302A78;
          display: block;
          padding-top: 3rem; }
      .widget-area .widget-content ul li cite {
        padding-bottom: 2rem;
        display: inline-block; }
      .widget-area .widget-content ul li:last-child cite {
        padding-bottom: 0px; }
      .widget-area .widget-content ul li .rss-date {
        font-weight: bold;
        color: #333;
        margin-bottom: 2.5rem;
        display: inline-block; }
      .widget-area .widget-content ul li ul.children li,
      .widget-area .widget-content ul li ul.sub-menu li {
        margin-left: 2.5rem;
        border: none; }
    .widget-area .widget-content .textwidget select {
      max-width: 100%; }
    .widget-area .widget-content .tagcloud a {
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .widget-area .widget-content .tagcloud a:hover {
        color: #6F6F6F; }
  .widget-area option,
  .widget-area select {
    font-size: 1.6rem;
    line-height: 3rem;
    font-family: "Merriweather", serif;
    color: #6F6F6F; }

span.nav-subtitle {
  display: block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #767676; }

.comments-pagination,
.post-navigation {
  clear: both; }

.site-main .post-navigation {
  font-weight: 800;
  margin: 2rem 0;
  overflow: visible; }

.single-featured-image-header {
  max-height: 600px;
  overflow: hidden;
  position: relative; }
  .single-featured-image-header img {
    position: relative;
    display: block;
    width: 100%;
    margin: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover; }

.content-area {
  padding: 2.5rem 0;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .content-area {
      padding-top: 5.5rem;
      padding-bottom: 5.5rem;
      padding-right: 10px; } }

.nav-previous .nav-title-icon-wrapper {
  padding-right: 1rem; }

.nav-next .nav-title-icon-wrapper {
  padding-left: 1rem; }

.nav-links {
  padding: 2rem 0;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.8rem;
  line-height: 3rem; }
  .nav-links a,
  .nav-links span {
    padding: 0; }

.pagination {
  margin-left: -1rem; }
  .pagination .nav-links {
    padding: 2rem 0;
    font-family: "Roboto Slab", sans-serif;
    font-size: 1.8rem;
    line-height: 3rem; }
    .pagination .nav-links a,
    .pagination .nav-links span {
      padding: 0 1rem; }

.page-links {
  padding: 2rem 0;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.8rem;
  line-height: 3rem; }
  .page-links a,
  .page-links span {
    padding: 0 0.5rem; }

.comment-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .comment-list .pingback {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2); }
    .comment-list .pingback .comment-body {
      font-size: 1.6rem;
      color: #6f6f6f; }
  .comment-list .children {
    padding-left: 2rem;
    list-style-type: none; }

.comment-author {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative; }
  .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px; }
  .comment-author a {
    font-style: normal; }
  .comment-author .avatar {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem; }

.comment-body {
  padding: 1rem 0;
  border: none;
  margin-left: 65px; }
  .comment-body .edit-link {
    padding-left: 2rem; }
  .comment-body .comment-meta {
    line-height: 2.4rem; }
  .comment-body p {
    margin: 0; }
  .comment-body .reply a {
    /* position: relative;*/
    display: inline-block;
    white-space: nowrap; }
    .comment-body .reply a::before {
      font-family: FontAwesome;
      content: '\f112';
      display: none;
      margin-right: 5px; }
      @media (min-width: 768px) {
        .comment-body .reply a::before {
          display: inline-block; } }

ol.children .children {
  padding-left: 2rem; }

.comment-body {
  color: #333;
  font-size: 1.4rem; }

label {
  color: #333;
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em; }

.post-password-form label {
  display: inline-block; }

.post-password-form input[type="password"] {
  display: block;
  min-width: 225px;
  padding: 5px 10px;
  background: #fff; }

.post-password-form input[type="submit"] {
  cursor: pointer;
  border: none;
  color: #fff;
  margin-left: 1rem;
  background-color: #302A78;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  padding: 7px 20px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .post-password-form input[type="submit"]:hover {
    color: #fff;
    background: #767676; }

blockquote {
  color: #333;
  font-family: "Merriweather", serif; }
  blockquote cite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    blockquote cite a {
      color: #333; }
    blockquote cite:before {
      content: "";
      width: 20px;
      height: 1px;
      position: relative;
      background: black;
      display: block;
      padding-right: 2rem;
      margin-right: 1rem; }

.entry-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  margin: 1rem 0 0;
  width: 100%;
  display: table; }
  @media (max-width: 991px) {
    .entry-footer {
      margin-bottom: 0px; } }

.entry-footer .cat-links,
.entry-footer .tags-links {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1818em;
  position: relative;
  text-transform: uppercase;
  padding-left: 0;
  line-height: 2.5rem; }
  .entry-footer .cat-links i,
  .entry-footer .tags-links i {
    padding-right: 1rem; }

.entry-footer .cat-tags-links {
  display: table-cell;
  vertical-align: middle;
  width: auto; }

.entry-footer .edit-link {
  margin-top: 1rem;
  text-align: right;
  display: table-cell;
  vertical-align: middle; }
  .entry-footer .edit-link .post-edit-link {
    color: #fff;
    background-color: #302A78;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    padding: 0.5rem 1rem;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0px;
    font-family: sans-serif; }
    @media (min-width: 768px) {
      .entry-footer .edit-link .post-edit-link {
        font-size: 14px;
        font-weight: 800;
        padding: 0.5rem 3rem; } }
    .entry-footer .edit-link .post-edit-link:hover {
      color: #fff;
      background: #767676;
      text-decoration: none; }

@media (max-width: 991px) {
  .comment-navigation .nav-next,
  .post-navigation .nav-next,
  .posts-navigation .nav-next {
    float: none;
    width: 100%;
    text-align: left;
    margin-top: 2rem; } }

@media (max-width: 991px) {
  .comment-navigation .nav-previous,
  .post-navigation .nav-previous,
  .posts-navigation .nav-previous {
    float: none;
    width: 100%;
    text-align: left; } }

body {
  font-family: "Merriweather", serif;
  background-repeat: repeat;
  background-size: inherit;
  background-attachment: inherit;
  background-position: left top;
  background-image: url("../images/festival-cultural/bg2.png");
  line-height: 3rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", sans-serif;
  font-weight: bold;
  margin: 0 0 0.75rem; }

.footer-sidebar {
  padding: 5rem 0; }
  .footer-sidebar .widget-title {
    padding-bottom: 1rem;
    color: #fff;
    font-weight: bold; }
  .footer-sidebar ul {
    list-style-type: none; }
    .footer-sidebar ul li {
      color: #6F6F6F;
      margin-bottom: 1rem; }
  .footer-sidebar .textwidget {
    color: #6F6F6F; }
  .footer-sidebar .recentcomments {
    color: #6F6F6F; }
  .footer-sidebar #wp-calendar {
    color: #6F6F6F; }

.archive #content,
.blog #content,
.single #content {
  padding-top: 5rem; }
  .archive #content.has_feature_images,
  .blog #content.has_feature_images,
  .single #content.has_feature_images {
    padding-top: 5rem; }
  .archive #content .entry-content,
  .blog #content .entry-content,
  .single #content .entry-content {
    margin-top: 1rem; }

.single #content-area {
  padding-top: 15rem; }

.page-template-default .entry-content {
  padding: 5rem 15px;
  padding-bottom: 8rem; }
  @media (max-width: 767px) {
    .page-template-default .entry-content {
      padding: 2rem 15px; } }

.page-comment {
  margin-top: 3rem; }

#reply-title {
  font-size: 3rem;
  line-height: 4rem;
  /* @extend .class-h5;*/ }

.comment-form li {
  list-style: none;
  margin-top: 1rem;
  padding: 0; }
.comment-form textarea {
  outline: none;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%;
  resize: none;
  background: transparent;
  padding: 2rem 0;
  margin-top: 1rem;
  padding-left: 15px; }
.comment-form .form-submit {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 0; }
  .comment-form .form-submit input {
    float: right;
    cursor: pointer;
    padding: 1.4rem 5.6rem;
    border-radius: 5rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
    border-color: #17B5BC;
    background: #17B5BC;
    color: #fff; }
    .comment-form .form-submit input:hover {
      background-color: #fff;
      color: #17B5BC; }

.entry-title {
  word-break: break-word;
  color: #302A78; }

.footer-sidebar {
  overflow: hidden; }

.comment-respond {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 0px;
  /* margin-bottom: 150px;*/ }
  .comment-respond .comment-reply-title {
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative; }
    .comment-respond .comment-reply-title:before {
      display: none;
      content: "";
      width: 60px;
      height: 3px;
      background: #000;
      position: absolute;
      left: 50%;
      right: auto;
      bottom: -15px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .comment-respond .comment-form {
    float: left;
    width: 100%; }
    .comment-respond .comment-form .text-more {
      float: left;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      list-style: none; }
      .comment-respond .comment-form .text-more #comment {
        border: 1px solid rgba(0, 0, 0, 0.1);
        float: left;
        width: 100%;
        padding: 10px;
        resize: none;
        font-style: normal;
        color: #000;
        letter-spacing: 2px;
        outline: none;
        height: 188px;
        line-height: 2rem; }
      .comment-respond .comment-form .text-more .required {
        border: 1px solid rgba(0, 0, 0, 0.1);
        float: left;
        width: 100%;
        padding: 10px;
        resize: none;
        line-height: 2rem;
        color: #000;
        letter-spacing: 2px;
        outline: none; }
        .comment-respond .comment-form .text-more .required#author {
          float: right; }
        @media (min-width: 1200px) {
          .comment-respond .comment-form .text-more .required {
            width: 97%; } }
    .comment-respond .comment-form #comment {
      border: 1px solid rgba(0, 0, 0, 0.1);
      background: #fff;
      float: left;
      width: 100%;
      padding: 5px 10px;
      resize: none;
      color: #000;
      letter-spacing: 2px;
      outline: none; }
    .comment-respond .comment-form p {
      text-align: left; }
      .comment-respond .comment-form p .submit {
        display: inline-block;
        margin-top: 20px;
        background: #302A78;
        border: none;
        border-radius: 0px;
        color: #fff;
        padding: 5px 20px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        font-style: normal;
        font-family: sans-serif; }
        .comment-respond .comment-form p .submit:hover {
          background: #767676;
          color: #fff;
          border-color: #767676; }
      .comment-respond .comment-form p.logged-in-as {
        margin-left: 0; }
        .comment-respond .comment-form p.logged-in-as a:nth-child(2) {
          color: black;
          padding-left: 1rem; }
          .comment-respond .comment-form p.logged-in-as a:nth-child(2):hover {
            color: #ff0000; }

.news-thumbs {
  margin-top: 2rem; }
  .news-thumbs img {
    max-width: 100%;
    height: auto; }

.gallery-item {
  text-align: left !important; }
  .gallery-item .gallery-caption {
    max-width: 15rem; }

#comments .list-input {
  margin: 0 !important;
  padding: 0 !important; }

.calendar_wrap #next {
  text-align: right; }

.textwidget > p img {
  margin-bottom: 3rem; }

.page-title {
  margin-bottom: 4rem; }

/*Menu*/
.header .header__wrapper {
  padding: 15px 0; }
  @media (min-width: 992px) {
    .header .header__wrapper {
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; } }
  @media (max-width: 767px) {
    .header .header__wrapper {
      width: 95vw; } }
@media (max-width: 767px) {
  .header {
    padding: 0px; } }

.nav_menu ul {
  text-align: left;
  float: right; }
  @media (max-width: 767px) {
    .nav_menu ul {
      padding-bottom: 40px; } }
  .nav_menu ul li {
    margin-left: 2rem;
    margin-right: 0; }
    @media (min-width: 1640px) {
      .nav_menu ul li {
        margin-left: 2.5rem; } }

.nav_menu .children .children,
.nav_menu .children .sub-menu,
.nav_menu .sub-menu .children,
.nav_menu .sub-menu .sub-menu {
  left: 100%; }

.page .entry-title {
  margin-bottom: 3rem; }
  @media (min-width: 992px) {
    .page .entry-title {
      margin-bottom: 4rem; } }

.desktop-menu {
  min-height: 45px; }
  @media (min-width: 768px) {
    .desktop-menu .nav_menu > ul {
      line-height: 45px; }
      .desktop-menu .nav_menu > ul ul {
        line-height: 2rem; }
        .desktop-menu .nav_menu > ul ul li {
          margin-left: 0px;
          margin-bottom: 2px; } }

.post-metadata .meta-post-information {
  margin-right: 5px;
  display: inline-block; }
  .post-metadata .meta-post-information:first-child {
    margin-left: 10px; }
.post-metadata .edit-link {
  display: inline-block; }

.page-links {
  clear: both; }

#commentform {
  width: 100%; }

.single-post .blog-items {
  margin-bottom: 0px; }
@media (min-width: 768px) {
  .single-post .post-navigation {
    margin-bottom: 5rem; } }
@media (min-width: 1200px) {
  .single-post .post-navigation {
    margin-bottom: 15rem; } }

#content.container {
  margin-bottom: 8rem; }

.search-results .widget-area {
  margin-top: 11.5rem; }

@media (max-width: 767px) {
  .main-logo3 {
    min-height: 45px;
    max-width: 50%;
    right: 0px;
    transform: translateY(-40%); }
    .main-logo3 img {
      max-width: 100%;
      height: auto; } }

/*body single h1*/
body.single h1 {
  font-size: 3.4rem;
  line-height: 4rem; }
  @media (min-width: 768px) {
    body.single h1 {
      font-size: 4.8rem;
      line-height: 6rem; } }

.search-no-results .widget-area {
  margin-top: 8rem; }
.search-no-results .page-header {
  margin-top: 0px; }

@media (max-width: 767px) {
  .header-defaut .mobile-logo {
    display: inline-block;
    padding: 0 4rem;
    padding-right: 0px; } }

/* Style Default */
body {
  font-family: "Merriweather", serif;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #6F6F6F; }

.class-h1,
h1 {
  font-size: 4rem;
  line-height: 5rem; }
  @media (min-width: 992px) {
    .class-h1,
    h1 {
      font-size: 6rem;
      line-height: 6rem; } }
  @media (min-width: 1200px) {
    .class-h1,
    h1 {
      font-size: 8rem;
      line-height: 9rem; } }

.class-h2,
h2 {
  font-size: 3.4rem;
  line-height: 4.4rem; }
  @media (min-width: 992px) {
    .class-h2,
    h2 {
      font-size: 4.4rem;
      line-height: 5.4rem; } }
  @media (min-width: 992px) {
    .class-h2,
    h2 {
      font-size: 6.4rem;
      line-height: 7.4rem; } }

.class-h3,
h3 {
  font-size: 2.8rem;
  line-height: 4rem; }
  @media (min-width: 1200px) {
    .class-h3,
    h3 {
      font-size: 4.8rem;
      line-height: 6rem; } }

.class-h4,
h4 {
  font-size: 3.6rem;
  line-height: 4.6rem; }

.class-h5,
h5 {
  font-size: 3rem;
  line-height: 4rem; }

.class-h6,
h6 {
  font-size: 2.4rem;
  line-height: 3.4rem; }

.text-400 {
  font-size: 5rem;
  line-height: 5rem; }
  @media (min-width: 768px) {
    .text-400 {
      font-size: 6rem;
      line-height: 6rem; } }
  @media (min-width: 992px) {
    .text-400 {
      font-size: 10rem;
      line-height: 10rem; } }
  @media (min-width: 1200px) {
    .text-400 {
      font-size: 15rem;
      line-height: 15rem; } }
  @media (min-width: 1640px) {
    .text-400 {
      font-size: 40rem;
      line-height: 40rem; } }

.text-48 {
  font-size: 2.8rem;
  line-height: 4rem; }
  @media (min-width: 1200px) {
    .text-48 {
      font-size: 4.8rem;
      line-height: 6rem; } }

.text-18 {
  font-size: 1.8rem;
  line-height: 3.5rem; }

.text-16 {
  font-size: 1.6rem;
  line-height: 3rem; }

.text-14 {
  font-size: 1.4rem;
  line-height: 2.4rem; }

.dis-none {
  display: none !important; }
  @media (min-width: 768px) {
    .dis-none {
      display: block !important; } }

/*Color style*/
.header {
  padding: 0px;
  margin-bottom: 0;
  background-color: #302A78; }
  .header .main-menu3 {
    /* padding: 2rem 0;*/
    min-height: 45px; }
  @media (min-width: 992px) {
    .header .header-defaut {
      background-color: #008000; } }
  .header .menu-primary {
    padding: 2rem 0; }
    @media (min-width: 992px) {
      .header .menu-primary {
        padding-top: 3.5%; } }

.nav_menu ul li a {
  font-family: "Roboto Slab", sans-serif;
  color: #FFFFFF; }
.nav_menu ul li:hover a {
  color: #ff0000; }
  .nav_menu ul li:hover a:after {
    background: #ffffff; }

/*About*/
.about-text .wpb_column.vc_column_container.vc_col-sm-4:nth-child(1) .vc_custom_heading:nth-child(1) {
  font-family: "Merriweather", serif;
  color: #17B5BC; }
.about-text .wpb_column.vc_column_container.vc_col-sm-4:nth-child(1) .vc_custom_heading:nth-child(2) {
  font-family: "Roboto Slab", sans-serif;
  color: #302A78; }
.about-text .wpb_column.vc_column_container.vc_col-sm-4:nth-child(1) .vc_custom_heading:nth-child(3) {
  font-family: "Roboto Slab", sans-serif;
  color: #6F6F6F; }

/*Events*/
.events .events-title .vc_custom_heading {
  font-family: "Roboto Slab", sans-serif; }
.events .events__bigimage .vc_column_container:nth-child(2) .vc_custom_heading:nth-child(1) {
  font-family: "Roboto Slab", sans-serif;
  color: #17B5BC; }
.events .events__bigimage .vc_column_container:nth-child(2) .vc_custom_heading:nth-child(2) {
  font-family: "Roboto Slab", sans-serif;
  color: #008000;
  /* &:hover {*/
  /*     color: $color__background-button;*/
  /* }*/ }
.events .events__smallimage .vc_column_container:nth-child(1) .vc_custom_heading:nth-child(1),
.events .events__smallimage .vc_column_container:nth-child(4) .vc_custom_heading:nth-child(1) {
  font-family: "Roboto Slab", sans-serif;
  color: #17B5BC; }
.events .events__smallimage .vc_column_container:nth-child(1) .vc_custom_heading:nth-child(2),
.events .events__smallimage .vc_column_container:nth-child(4) .vc_custom_heading:nth-child(2) {
  font-family: "Roboto Slab", sans-serif;
  color: #302A78;
  /* &:hover {*/
  /*     color: $color__background-button;*/
  /* }*/ }
.events .events__smallimage .vc_column_container:nth-child(1) .wpb_content_element span,
.events .events__smallimage .vc_column_container:nth-child(4) .wpb_content_element span {
  font-family: "Roboto Slab", sans-serif; }

/*performing*/
.performing {
  background-position: right bottom; }
  @media (min-width: 768px) {
    .performing {
      background-size: cover; } }
  .performing .vc_column_container:first-child .vc_custom_heading {
    font-family: "Roboto Slab", sans-serif;
    color: #302A78; }
  .performing .vc_column_container:last-child .vc_custom_heading {
    font-family: "Roboto Slab", sans-serif;
    color: #008000; }

/*Tabs-event*/
.tabs-event .vc_tta-tab a {
  font-family: "Roboto Slab", sans-serif; }
  .tabs-event .vc_tta-tab a span {
    color: #6F6F6F; }
.tabs-event .tabs-event__rows {
  border-color: #DEDEDE; }
  @media (min-width: 1200px) {
    .tabs-event .tabs-event__rows .vc_column_container:nth-child(2) {
      border-color: #DEDEDE; } }
  .tabs-event .tabs-event__rows .vc_column_container:nth-child(1) p:nth-child(1) {
    font-family: "Roboto Slab", sans-serif;
    color: #302A78; }
    @media (min-width: 992px) {
      .tabs-event .tabs-event__rows .vc_column_container:nth-child(1) p:nth-child(1) {
        font-family: "Roboto Slab", sans-serif;
        color: #302A78; } }
    @media (min-width: 1200px) {
      .tabs-event .tabs-event__rows .vc_column_container:nth-child(1) p:nth-child(1) {
        font-family: "Roboto Slab", sans-serif;
        color: #302A78; } }
    @media (min-width: 1640px) {
      .tabs-event .tabs-event__rows .vc_column_container:nth-child(1) p:nth-child(1) {
        font-family: "Roboto Slab", sans-serif;
        color: #302A78; } }
  .tabs-event .tabs-event__rows .vc_column_container:nth-child(1) p:nth-child(2) {
    font-family: "Roboto Slab", sans-serif;
    color: #6F6F6F; }
  .tabs-event .tabs-event__rows .event__item {
    border-color: #DEDEDE; }
    .tabs-event .tabs-event__rows .event__item span {
      font-family: "Roboto Slab", sans-serif;
      color: #17B5BC; }
    .tabs-event .tabs-event__rows .event__item h6 {
      font-family: "Roboto Slab", sans-serif;
      color: #302A78; }
    .tabs-event .tabs-event__rows .event__item p {
      font-family: "Merriweather", serif;
      color: #6F6F6F; }

/*Gallery events*/
.gallery-event .vc_custom_heading {
  font-family: "Roboto Slab", sans-serif;
  color: #302A78; }

/*Popup event*/
.popup-event .vc_custom_heading {
  font-family: "Merriweather", serif;
  color: #302A78; }
.popup-event .popup-button button.btn {
  border-color: #17B5BC;
  background: #17B5BC;
  color: #fff; }
  .popup-event .popup-button button.btn:hover {
    background-color: #fff;
    color: #17B5BC; }
.popup-event .modal-content .modal-header button,
.popup-event .modal-dialog .modal-header button {
  color: #fff;
  background: #17B5BC; }
.popup-event .modal-content .modal-body form h2,
.popup-event .modal-dialog .modal-body form h2 {
  font-family: "Roboto Slab", sans-serif;
  color: #17B5BC; }
.popup-event .modal-content .modal-body form input,
.popup-event .modal-content .modal-body form textarea,
.popup-event .modal-dialog .modal-body form input,
.popup-event .modal-dialog .modal-body form textarea {
  border-color: #2D276F;
  color: #fff;
  font-family: "Merriweather", serif; }
.popup-event .modal-content .modal-body form input.wpcf7-submit,
.popup-event .modal-dialog .modal-body form input.wpcf7-submit {
  background: #17B5BC;
  border-color: #17B5BC; }
  .popup-event .modal-content .modal-body form input.wpcf7-submit:hover,
  .popup-event .modal-dialog .modal-body form input.wpcf7-submit:hover {
    background: #fff;
    color: #17B5BC; }
.popup-event .modal-content .modal-body .loaction-item,
.popup-event .modal-dialog .modal-body .loaction-item {
  border-color: #2D276F; }
  .popup-event .modal-content .modal-body .loaction-item .location__icon,
  .popup-event .modal-dialog .modal-body .loaction-item .location__icon {
    color: #fff; }
  .popup-event .modal-content .modal-body .loaction-item .location__text,
  .popup-event .modal-dialog .modal-body .loaction-item .location__text {
    font-family: "Merriweather", serif;
    color: #17B5BC; }

/*Sponsor*/
.sponsor .vc_custom_heading {
  font-family: "Roboto Slab", sans-serif;
  color: #302A78; }
.sponsor .sponsor-list .vc_column_container {
  border-color: #DEDEDE; }

/*Video*/
.jw-controls .jw-background-color {
  background-color: #17B5BC; }

/*Count down*/
.count-down .vc_custom_heading {
  font-size: 1.8rem;
  line-height: 3rem;
  letter-spacing: 0.3rem;
  -webkit-animation-duration: all 0.2s;
  animation-duration: all 0.2s; }
.count-down #clockdiv {
  -webkit-animation-duration: all 0.2s;
  animation-duration: all 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  width: 100%;
  text-align: center;
  padding: 0 1.5rem; }
  @media (min-width: 992px) {
    .count-down #clockdiv {
      padding: 0 3rem; } }
  @media (min-width: 1640px) {
    .count-down #clockdiv {
      padding: 0 9rem; } }
  .count-down #clockdiv .item {
    display: inline-block;
    width: 25%; }
    .count-down #clockdiv .item span {
      position: relative;
      font-size: 4rem;
      line-height: 5rem;
      font-weight: bold;
      margin-bottom: 1.5rem;
      cursor: pointer; }
      @media (min-width: 992px) {
        .count-down #clockdiv .item span {
          font-size: 5rem;
          line-height: 6.5rem; } }
      @media (min-width: 1640px) {
        .count-down #clockdiv .item span {
          font-size: 8rem;
          line-height: 9rem; } }
      .count-down #clockdiv .item span:after {
        position: absolute;
        content: ':';
        top: 0;
        right: -2rem; }
        @media (min-width: 992px) {
          .count-down #clockdiv .item span:after {
            right: -5rem; } }
        @media (min-width: 1640px) {
          .count-down #clockdiv .item span:after {
            right: -12rem; } }
    .count-down #clockdiv .item .smalltext {
      font-size: 1.6rem;
      line-height: 3rem; }
    .count-down #clockdiv .item:last-child span:after {
      display: none; }

/*Count down*/
.count-down .vc_custom_heading {
  font-family: "Roboto Slab", sans-serif;
  color: #17B5BC; }
.count-down #clockdiv .item span {
  font-family: "Roboto Slab", sans-serif;
  color: #302A78; }
.count-down #clockdiv .item .smalltext {
  font-family: "Merriweather", serif;
  color: #aaa; }

/*Footer*/
.footer {
  background-color: #17B5BC; }
  .footer .social li i {
    color: #fff; }
    .footer .social li i:hover {
      background: #fff;
      color: #302A78;
      border-color: #fff; }
  .footer .footer__back-top i {
    background-color: #fff;
    color: #17B5BC; }
    .footer .footer__back-top i:hover {
      color: #fff;
      background-color: #17B5BC;
      border-color: #fff; }
  .footer .copyright-text {
    color: #fff; }
    @media (max-width: 991px) {
      .footer .copyright-text {
        width: 100%;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px; } }

/*=============================*/
/*custom css slide*/
.festival-slide .tp-leftarrow.tparrows:hover::before {
  color: #fff !important; }
.festival-slide .tp-leftarrow.tparrows:hover .tp-arr-imgholder {
  background: #17B5BC !important; }
.festival-slide .tp-rightarrow.tparrows:hover::before {
  color: #fff !important; }
.festival-slide .tp-rightarrow.tparrows:hover .tp-arr-imgholder {
  background: #17B5BC !important; }
.festival-slide .tp-tab,
.festival-slide .tp-thumb {
  border-color: #DEDEDE; }
  .festival-slide .tp-tab .tp-tab-title,
  .festival-slide .tp-thumb .tp-tab-title {
    font-family: "Roboto Slab", sans-serif !important;
    font-weight: normal !important; }
.festival-slide .tp-tab.selected,
.festival-slide .tp-tab:hover,
.festival-slide .tp-thumb.selected,
.festival-slide .tp-thumb:hover {
  border-bottom-color: #17B5BC !important; }

/*=============================*/
/*Social*/
.fa-facebook {
  background-color: #3B5998; }

.fa-twitter {
  background-color: #26A6D1; }

.fa-google-plus {
  background-color: #d34836; }

.fa-instagram {
  background-color: #517fa4; }

.fa-spotify {
  background-color: #1ED760; }

.fa-linkedin,
.fa-linkedin-square {
  background-color: #007bb6; }

.fa-pinterest,
.fa-pinterest-square {
  background-color: #cb2027; }

.fa-vimeo-square {
  background-color: #aad450; }

.fa-flickr {
  background-color: #ff0084; }

.footer {
  background-color: #17B5BC; }

.footer-widget a:hover {
  color: white; }

@media (max-width: 767px) {
  .entry-meta {
    letter-spacing: 0.1rem; }

  a.post-edit-link {
    margin-left: 0px !important; }

  .entry-title {
    padding: 0px; }

  .entry-content {
    margin-top: 0px !important; } }
@media (max-width: 991px) {
  .header-absolute {
    background: #302A78; } }

.clockdiv > div span {
  font-family: "Roboto Slab", sans-serif;
  color: #302A78; }
.clockdiv > div:after {
  font-family: "Roboto Slab", sans-serif;
  color: #302A78; }
.clockdiv .smalltext {
  font-family: "Merriweather", serif; }

/*# sourceMappingURL=main-festival-cultural.css.map */
