@media (min-width: 1600px) {
  .container-fluid {
    max-width: 1600px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1230px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1440px;
  }
}
/** HEADER ============================================*/
/** Header Main */
.gv_header_block {
  position: absolute;
  background: transparent;
  color: #fff;
  padding: 0px 0;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .gv_header_block {
    display: none;
  }
}
.gv_header_block .container .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gv_header_block .container .flex .flx-right {
  flex: 1;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.gv_header_block .logo {
  display: block;
}
.gv_header_block .logo img {
  height: 100px;
  width: auto;
}
.gv_header_block .menu {
  position: static;
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_header_block .menu > li {
  display: inline-block;
  position: relative;
}
.gv_header_block .menu > li > a {
  font-size: 15px;
  display: block;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  padding: 12px 16px 12px;
  line-height: 20px;
  color: #fff;
}
.gv_header_block .menu > li > ul.sub-menu {
  display: none;
  background: #fff;
  border-radius: 12px;
  padding: 16px 0px;
  position: absolute;
  list-style: none;
  top: 100%;
  left: 0;
  margin: 0;
  z-index: 10;
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.1);
  width: 260px;
}
.gv_header_block .menu > li > ul.sub-menu > li {
  display: block;
  position: relative;
  padding: 0 16px;
  margin-bottom: 5px;
}
.gv_header_block .menu > li > ul.sub-menu > li > a {
  display: block;
  background: #ededed;
  color: #000;
  padding: 10px 16px;
  line-height: 20px;
  font-size: 15px;
  border-radius: 24px;
  font-weight: 400;
  transition: all 0.3s ease 0s;
}
.gv_header_block .menu > li > ul.sub-menu > li > a:hover {
  background: #ed7d7b;
  color: #fff;
}
.gv_header_block .menu > li > ul.sub-menu > li > ul {
  display: none;
  background: #fff;
  border-radius: 12px;
  padding: 10px 0px;
  position: absolute;
  list-style: none;
  margin: 0;
  z-index: 10;
  left: 100%;
  top: 0;
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.1);
  width: 250px;
}
.gv_header_block .menu > li > ul.sub-menu > li > ul > li {
  display: block;
  position: relative;
  padding: 0 10px;
  margin-bottom: 5px;
}
.gv_header_block .menu > li > ul.sub-menu > li > ul > li > a {
  display: block;
  background: #ededed;
  color: #000;
  padding: 10px 16px;
  line-height: 20px;
  font-size: 15px;
  border-radius: 24px;
  font-weight: 400;
  transition: all 0.3s ease 0s;
}
.gv_header_block .menu > li > ul.sub-menu > li > ul > li > a:hover {
  background: #ed7d7b;
  color: #fff;
}
.gv_header_block .menu > li > ul.sub-menu > li > ul > li:last-child {
  margin-bottom: 0;
}
.gv_header_block .menu > li > ul.sub-menu > li > ul > li:hover > ul {
  display: block;
}
.gv_header_block .menu > li > ul.sub-menu > li:last-child {
  margin-bottom: 0;
}
.gv_header_block .menu > li > ul.sub-menu > li:hover > ul {
  display: block;
}
.gv_header_block .menu > li:hover > ul {
  display: block;
}
.gv_header_block .menu > li.menu-item-has-children > a {
  display: flex;
  align-items: center;
}
.gv_header_block .menu > li.menu-item-has-children > a::after {
  content: "\e64b";
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  position: relative;
  display: block;
  margin-left: 8px;
}
.gv_header_block .menu > li.menu-item-has-children > i.arrow {
  display: none;
}
.gv_header_block .submit {
  margin-left: 24px;
}
.gv_header_block .submit button {
  border: 2px solid #fff;
  padding: 6px 16px;
  line-height: 20px;
  font-size: 15px;
  display: inlin-block;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
}
.gv_header_block .language {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 16px;
  gap: 6px;
  margin-bottom: 2px;
}
.gv_header_block .language > li > a {
  display: flex;
  align-items: center;
  border-radius: 100%;
  border: 2px solid #fff;
}
.gv_header_block .language > li > a img {
  height: 20px;
  width: 20px;
}

/** Header Mobile */
.gv_mobile_block {
  position: absolute;
  background: transparent;
  color: #fff;
  padding: 0px 0;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
}
@media (max-width: 1023px) {
  .gv_mobile_block {
    display: block;
  }
}
.gv_mobile_block .container {
  padding: 0 25px;
}
.gv_mobile_block .container .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gv_mobile_block .container .flex .flx-left {
  flex: 0 0 auto;
  max-width: 100%;
}
.gv_mobile_block .container .flex .flx-right {
  flex: 0 0 auto;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.gv_mobile_block .logo {
  display: block;
}
.gv_mobile_block .logo img {
  width: 100%;
  max-width: 260px;
  height: auto;
}
.gv_mobile_block button {
  height: 42px;
  width: 42px;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.gv_mobile_block button i {
  height: 30px;
  width: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  filter: brightness(0) invert(1);
}

/** Menu Block */
.gv_menu_block {
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  z-index: 9999;
  width: 100%;
  background: #cc323c;
  transform: translateX(110%);
  height: 100vh;
  font-family: var(--primary-Font);
}
.gv_menu_block .menu-block {
  background: #eb3945;
  position: relative;
}
.gv_menu_block .menu-block .logo-nav {
  padding: 0 25px;
  position: relative;
  margin-bottom: 3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gv_menu_block .menu-block .logo-nav .logo {
  display: block;
}
.gv_menu_block .menu-block .logo-nav .logo img {
  width: 100%;
  max-width: 260px;
  height: auto;
}
.gv_menu_block .menu-block .logo-nav button {
  height: 42px;
  width: 42px;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.gv_menu_block .menu-block .logo-nav button i {
  height: 30px;
  width: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  filter: brightness(0) invert(1);
}
.gv_menu_block .menu-block .menu-nav {
  list-style: none;
  padding: 0 25px;
  margin: 0;
}
.gv_menu_block .menu-block .menu-nav > li {
  position: relative;
  display: block;
}
.gv_menu_block .menu-block .menu-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  padding: 6px 0px;
  display: flex;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.gv_menu_block .menu-block .menu-nav > li > i.arrow {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 44px;
  width: 40px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  color: #333;
}
.gv_menu_block .menu-block .menu-nav > li > i.arrow.show {
  transform: rotate(180deg);
}
.gv_menu_block .menu-block .menu-nav > li > .sub-menu {
  display: none;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_menu_block .menu-block .menu-nav > li > .sub-menu > li {
  display: block;
  position: relative;
  padding: 0 0px;
}
.gv_menu_block .menu-block .menu-nav > li > .sub-menu > li > a {
  padding: 10px 20px;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  color: #333;
}
.gv_menu_block .menu-block .menu-nav > li > .sub-menu > li > i.arrow {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 40px;
  width: 40px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
.gv_menu_block .menu-block .menu-nav > li > .sub-menu > li > i.arrow.show {
  transform: rotate(180deg);
}
.gv_menu_block .menu-block .menu-nav > li > .sub-menu > li ul {
  display: none;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_menu_block .menu-block .menu-nav > li > .sub-menu > li ul > li {
  display: block;
  position: relative;
}
.gv_menu_block .menu-block .menu-nav > li > .sub-menu > li ul > li > a {
  padding: 10px 20px;
  display: block;
  font-size: 13px;
  border-bottom: 1px solid #eee;
  color: #333;
}
.gv_menu_block .menu-block .menu-nav > li > .sub-menu > li ul > li > i.arrow {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 40px;
  width: 40px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.gv_menu_block .menu-block .menu-nav > li > .sub-menu > li ul > li > i.arrow.show {
  transform: rotate(180deg);
}
.gv_menu_block .menu-block .submit {
  padding: 0 25px;
  margin: 2em 0;
}
.gv_menu_block .menu-block .submit button {
  border: 2px solid #fff;
  padding: 6px 16px;
  line-height: 20px;
  font-size: 15px;
  display: inlin-block;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
}
.gv_menu_block .menu-block .lang-nav {
  list-style: none;
  padding: 20px 25px;
  background: #cc323c;
  margin: 0;
}
.gv_menu_block .menu-block .lang-nav > li {
  padding: 10px 0;
  display: block;
}
.gv_menu_block .menu-block .lang-nav > li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.gv_menu_block .menu-block .lang-nav > li a img {
  width: 21px;
  height: auto;
  margin-right: 1em;
  display: block;
}

.gv_menu_block.open {
  transform: translateX(0);
}

/** FOOTER ============================================*/
.gv_footer_block {
  position: relative;
  padding: 60px 0;
  background-color: #eb3945;
}
@media screen and (max-width: 768px) {
  .gv_footer_block {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .gv_footer_block {
    padding: 40px 0 60px;
  }
}
.gv_footer_block .container {
  max-width: 1300px;
  padding: 0 130px;
}
@media screen and (max-width: 768px) {
  .gv_footer_block .container {
    padding: 0px 40px;
  }
}
.gv_footer_block .footer-main {
  display: flex;
  flex-direction: column;
  position: relative;
}
.gv_footer_block .footer-main .footer-logo {
  position: relative;
}
@media screen and (max-width: 640px) {
  .gv_footer_block .footer-main .footer-logo {
    text-align: center;
  }
}
.gv_footer_block .footer-main .footer-logo .logo img {
  opacity: 0.4;
  mix-blend-mode: multiply;
  width: 100%;
  height: auto;
  max-width: 410px;
}
@media screen and (max-width: 768px) {
  .gv_footer_block .footer-main .footer-logo .logo img {
    max-width: 60%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .gv_footer_block .footer-main .footer-logo .logo img {
    max-width: 85%;
  }
}
.gv_footer_block .footer-main .footer-logo .lang-switch {
  position: absolute;
  top: 40%;
  right: 0;
  border: solid 1px #b12f38;
  padding: 0.5em 0;
  border-radius: 3px;
  background-color: #cc323c;
  z-index: 100;
  transition: all 0.25s ease;
}
@media screen and (max-width: 1024px) {
  .gv_footer_block .footer-main .footer-logo .lang-switch {
    display: none;
  }
}
.gv_footer_block .footer-main .footer-logo .lang-switch ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.gv_footer_block .footer-main .footer-logo .lang-switch ul > li {
  display: flex;
  padding: 0;
  margin: 0;
  height: 0;
  position: relative;
  letter-spacing: 1px;
  overflow: hidden;
  opacity: 0;
  transition: opacity, height 0.25s ease;
}
.gv_footer_block .footer-main .footer-logo .lang-switch ul > li::before {
  position: absolute;
  top: 5px;
  left: 15px;
  display: block;
  content: "";
  width: 21px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0 1em 0 0;
  box-shadow: 0 0 1px 0px rgba(235, 235, 235, 0.6);
}
.gv_footer_block .footer-main .footer-logo .lang-switch ul > li a {
  display: block;
  width: 100%;
  padding: 6px 20px 6px 60px !important;
  font-family: var(--primary-Font);
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  line-height: 12px;
  height: 24px;
}
.gv_footer_block .footer-main .footer-logo .lang-switch ul > li:hover a {
  background-color: #b12f38;
}
.gv_footer_block .footer-main .footer-logo .lang-switch ul > li.lang-en::before {
  background-image: url("../images/lang/en.webp");
}
.gv_footer_block .footer-main .footer-logo .lang-switch ul > li.lang-vi::before {
  background-image: url("../images/lang/vi.webp");
}
.gv_footer_block .footer-main .footer-logo .lang-switch ul > li.active {
  height: auto;
  opacity: 1;
}
.gv_footer_block .footer-main .footer-logo .lang-switch ul:hover > li {
  height: auto;
  opacity: 1;
}
.gv_footer_block .footer-main .footer-link {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
@media screen and (max-width: 640px) {
  .gv_footer_block .footer-main .footer-link {
    flex-direction: column;
    text-align: center;
  }
}
.gv_footer_block .footer-main .footer-link .footer-nav {
  position: relative;
}
.gv_footer_block .footer-main .footer-link .footer-nav ul {
  font-family: var(--primary-Font);
  font-weight: normal;
  font-size: 16px;
  line-height: 1.65em;
  text-transform: uppercase;
  -moz-columns: 2;
       columns: 2;
  width: 200%;
  max-width: 520px;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .gv_footer_block .footer-main .footer-link .footer-nav ul {
    max-width: 400px;
  }
}
@media screen and (max-width: 640px) {
  .gv_footer_block .footer-main .footer-link .footer-nav ul {
    -moz-columns: 1;
         columns: 1;
    width: 100%;
    max-width: 100%;
  }
}
.gv_footer_block .footer-main .footer-link .footer-nav ul > li a {
  color: #990000;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.gv_footer_block .footer-main .footer-link .footer-social {
  text-align: right;
  color: #fff;
  padding-top: 6px;
}
@media screen and (max-width: 640px) {
  .gv_footer_block .footer-main .footer-link .footer-social {
    text-align: center;
    margin-top: 40px;
  }
}
.gv_footer_block .footer-main .footer-link .footer-social h6 {
  font-family: var(--primary-Font);
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 480px) {
  .gv_footer_block .footer-main .footer-link .footer-social h6 {
    font-size: 11px;
    text-align: center;
  }
}
.gv_footer_block .footer-main .footer-link .footer-social .social-icons {
  margin: 1em auto 0;
  max-width: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.gv_footer_block .footer-main .footer-link .footer-social .social-icons a img {
  height: auto;
  width: 24px;
  max-height: 21px;
}
.gv_footer_block .footer-main .footer-link .footer-social .social-icons a:hover {
  opacity: 0.8;
}
.gv_footer_block .footer-info {
  font-family: var(--primary-Font);
  display: block;
  width: 100%;
  color: #000;
  opacity: 0.4;
  mix-blend-mode: multiply;
  margin-top: 80px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  .gv_footer_block .footer-info {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .gv_footer_block .footer-info {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 480px) {
  .gv_footer_block .footer-info {
    font-size: 10px;
    margin-top: 60px;
  }
}
.gv_footer_block .footer-info .copyright {
  text-align: right;
}
.gv_footer_block .footer-info .privacy-link {
  text-transform: none;
  letter-spacing: 0;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.gv_footer_block .footer-info .privacy-link a {
  color: inherit;
}
@media screen and (max-width: 640px) {
  .gv_footer_block .footer-info .copyright, .gv_footer_block .footer-info .privacy-link {
    text-align: center;
    justify-content: center;
  }
}

/** CONTENT ============================================*/
.entry-content {
  font-family: var(--primary-Font);
  font-size: 16px;
  line-height: 1.67;
  text-align: justify;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content h1 {
  font-size: 1.69em;
}
.entry-content h2 {
  font-size: 1.54em;
}
.entry-content h3 {
  font-size: 1.3em;
}
.entry-content h4 {
  font-size: 1.2em;
}
.entry-content h5 {
  font-size: 1.05em;
}
.entry-content h6 {
  font-size: 1em;
}
.entry-content iframe {
  max-width: 100%;
}
.entry-content object {
  max-width: 100%;
}
.entry-content ol, .entry-content ul {
  padding-left: 18px;
}
.entry-content ol li, .entry-content ul li {
  padding-bottom: 4px;
}
.entry-content ol li:last-child, .entry-content ul li:last-child {
  padding-bottom: 0;
}
.entry-content table {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 16px;
}
.entry-content table tr td {
  padding: 8px 12px;
  border: 1px solid #ccc;
}
.entry-content .wp-block-image {
  margin-bottom: 20px;
  display: block;
}
.entry-content .aligncenter {
  max-width: 100%;
  float: none;
  margin: auto;
  display: block;
}
.entry-content .aligncenter img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft {
  max-width: 100%;
  float: left;
  display: inline-block;
  margin-right: 15px;
}
.entry-content .alignleft img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignright {
  max-width: 100%;
  float: right;
  display: inline-block;
  margin-left: 15px;
}
.entry-content .alignright img {
  max-width: 100%;
  height: auto;
}
.entry-content .wp-caption-text {
  background: #fdfdfd;
  text-align: center;
  margin-bottom: 13px;
  font-style: italic;
  padding: 6px;
  font-size: 13px;
}
.entry-content .wp-block-embed .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.29%;
  display: block;
  width: 100%;
}
.entry-content .wp-block-embed .wp-block-embed__wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.desc {
  font-family: var(--primary-Font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}
.desc img {
  max-width: 100%;
  height: auto;
}
.desc ol, .desc ul {
  padding-left: 18px;
}
.desc ol li, .desc ul li {
  padding-bottom: 4px;
}
.desc ol li:last-child, .desc ul li:last-child {
  padding-bottom: 0;
}
.desc table {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 16px;
}
.desc table tr td {
  padding: 8px 12px;
  border: 1px solid #ccc;
}
.desc iframe, .desc object {
  width: 100%;
}
.desc .aligncenter {
  max-width: 100%;
  float: none;
  margin: auto;
  display: block;
}
.desc .aligncenter img {
  max-width: 100%;
  height: auto;
}
.desc .alignleft {
  max-width: 100%;
  float: left;
  display: inline-block;
  margin-right: 15px;
}
.desc .alignleft img {
  max-width: 100%;
  height: auto;
}
.desc .alignright {
  max-width: 100%;
  float: right;
  display: inline-block;
  margin-left: 15px;
}
.desc .alignright img {
  max-width: 100%;
  height: auto;
}

/** LOOP ============================================*/
.game_inner {
  font-family: var(--primary-Font);
  position: relative;
  margin: 0;
  padding: 0px;
  height: 100%;
  background: #000;
}
.game_inner .app-icon {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  background-position: center;
  position: relative;
  height: auto;
  overflow: hidden;
}
.game_inner .app-icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transition: all 0.4s ease-in-out;
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out;
}
.game_inner .app-overlay {
  position: absolute;
  top: calc(50% - 0.75em);
  width: 100%;
}
.game_inner .app-overlay h3 {
  font-family: var(--primary-Font);
  font-size: 21px;
  line-height: 1.25em;
  margin: 0 auto 0.65em;
  letter-spacing: 0.5px;
  width: 90%;
  color: #fff;
  font-weight: 600;
}
.game_inner .app-overlay .app-button-wrap {
  display: flex;
  justify-content: space-evenly;
  width: 80%;
  margin: auto;
  opacity: 0;
}
@media (max-width: 991px) {
  .game_inner .app-overlay .app-button-wrap {
    opacity: 1;
  }
}
.game_inner .app-overlay .app-button-wrap .app-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 45%;
}
.game_inner .app-overlay .app-button-wrap .app-button a img {
  width: auto;
  height: 32px;
  transition: all 0.2s ease-in-out;
}
.game_inner:hover .app-icon img {
  opacity: 0.5;
}
.game_inner:hover .app-overlay .app-button-wrap {
  opacity: 1;
}

.post_inner {
  font-family: var(--primary-Font);
  position: relative;
  margin: 0;
  padding: 0px;
  background: #fff;
  height: 100%;
}
.post_inner .image {
  position: relative;
}
.post_inner .image > a {
  display: block;
  padding-bottom: 80%;
  width: 100%;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.post_inner .image > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.post_inner .image .date {
  height: 80px;
  width: 80px;
  border: 10px solid #fff;
  position: absolute;
  left: 40px;
  bottom: -24px;
  z-index: 1;
  color: #fff;
}
.post_inner .image .date .date-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  background: var(--primary-Color);
}
.post_inner .image .date .date-box span {
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.post_inner .image .date .date-box i {
  font-style: normal;
  font-size: 16px;
  display: block;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.5px;
}
.post_inner .info {
  position: relative;
  padding: 16px;
  padding-top: 36px;
}
.post_inner .info h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.5;
}
.post_inner .info h3 a {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 52px;
  transition: all 0.3s ease 0s;
}
.post_inner .info h3 a:hover {
  color: var(--primary-Color);
}
.post_inner .info .desc {
  font-size: 15px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 46px;
  transition: all 0.3s ease 0s;
}

/** Paginate Nav */
.paginate-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.paginate-nav ul > li {
  display: inline-block;
  position: relative;
  padding: 0 4px;
}
.paginate-nav ul > li span, .paginate-nav ul > li a {
  height: 40px;
  width: 40px;
  background: #dfdfdf;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
  font-weight: 600;
}
.paginate-nav ul > li span i, .paginate-nav ul > li a i {
  position: relative;
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0);
}
.paginate-nav ul > li a.prev i {
  background-image: url("../images/svg/icb-prev.svg");
}
.paginate-nav ul > li a.next i {
  background-image: url("../images/svg/icb-next.svg");
}
.paginate-nav ul > li span.current {
  background: var(--primary-Color);
  color: #fff;
}
.paginate-nav ul li.prv-link a i, .paginate-nav ul li.prv-link span i {
  background-image: url("../images/svg/icb-prev.svg");
}
.paginate-nav ul li.nxt-link a i, .paginate-nav ul li.nxt-link span i {
  background-image: url("../images/svg/icb-next.svg");
}
.paginate-nav ul li.active a, .paginate-nav ul li.active span {
  background: var(--primary-Color);
  color: #fff;
}
.paginate-nav ul li.active a i, .paginate-nav ul li.active span i {
  filter: brightness(0) invert(1);
}

@keyframes slideShow {
  0% {
    opacity: 0;
    transform: scale(1);
    -ms-transform: scale(1);
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform-origin: top right;
  }
  100% {
    opacity: 0;
    transform: scale(1);
    -ms-transformm: scale(1);
  }
}
.gvx-overlay-back {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.54;
  z-index: 1044;
}

/** POPUP */
.gvx-form-popup {
  left: 50%;
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 9999;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  overflow: hidden auto;
  max-width: 980px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 768px) {
  .gvx-form-popup {
    top: 20px;
    transform: translateY(0) translateX(-50%);
  }
}
.gvx-form-popup .inner {
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .gvx-form-popup .inner {
    overflow-y: scroll;
    height: 100vh;
  }
}
.gvx-form-popup .inner .box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  z-index: 1055;
}
.gvx-form-popup .inner .box .main-form {
  width: 100% !important;
  margin: auto;
  font-size: 16px;
  border: none;
  background: #fff;
  padding: 2.5em 5% 15px;
}
.gvx-form-popup .inner .box .main-form > img {
  width: 190px;
  text-align: center !important;
}
.gvx-form-popup .inner .box .main-form .wpcf7-form {
  padding: 40px 40px 10px;
  margin: auto;
  position: relative;
}
@media (max-width: 640px) {
  .gvx-form-popup .inner .box .main-form .wpcf7-form {
    padding: 30px 16px 20px;
    margin: auto;
    position: relative;
  }
}
.gvx-form-popup .inner .box .main-form .wpcf7-form p > label {
  font-family: var(--primary-Font);
  font-size: 10px;
  line-height: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
  color: #999999;
  text-align: left;
  display: block;
}
.gvx-form-popup .inner .box .main-form .wpcf7-form p > label > span {
  color: red;
}
@media screen and (max-width: 768px) {
  .gvx-form-popup .inner .box .main-form .wpcf7-form p > label {
    color: #323232 !important;
  }
}
.gvx-form-popup .inner .box .main-form .wpcf7-form p .wpcf7-not-valid-tip {
  font-family: var(--primary-Font);
  font-size: 10px;
  line-height: 1.25em;
  font-weight: 600;
  text-transform: uppercase;
}
.gvx-form-popup .inner .box .main-form .wpcf7-form input[type=text],
.gvx-form-popup .inner .box .main-form .wpcf7-form input[type=tel],
.gvx-form-popup .inner .box .main-form .wpcf7-form input[type=email],
.gvx-form-popup .inner .box .main-form .wpcf7-form input[type=date],
.gvx-form-popup .inner .box .main-form .wpcf7-form input[type=number],
.gvx-form-popup .inner .box .main-form .wpcf7-form select, .gvx-form-popup .inner .box .main-form .wpcf7-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e3e3e3;
  border-radius: 0;
  font-size: 14px;
  font-family: var(--primary-Font);
  background-color: #fff;
  color: #323232;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.gvx-form-popup .inner .box .main-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0 !important;
}
.gvx-form-popup .inner .box .main-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item > label {
  font-family: var(--primary-Font);
  font-size: 11px;
  line-height: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
  color: #999999;
  display: flex;
  align-items: flex-start;
  letter-spacing: 1px;
  line-height: 1.3;
}
.gvx-form-popup .inner .box .main-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item-label {
  margin-left: 12px;
}
.gvx-form-popup .inner .box .main-form .wpcf7-form .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item-label span {
  color: red;
}
.gvx-form-popup .inner .box .main-form .wpcf7-form input.wpcf7-submit {
  font-family: var(--primary-Font);
  font-size: 21px;
  font-weight: 700;
  line-height: 10px;
  color: #fff;
  background-color: #00B0CD;
  padding: 24px 80px;
  display: block;
  text-transform: none;
  transition: all 0.2s linear;
  margin: 0 auto 0 !important;
  margin-top: 24px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0 !important;
  border: none;
  cursor: pointer;
  max-width: 300px;
}
.gvx-form-popup .inner .box .btf-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  margin-right: 1%;
  margin-top: 1%;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  color: #333;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */