/*!
Theme Name: hungdevwp
Theme URI: http://underscores.me/
Author: hungdevwp
Author URI: https://hungdevwp.com/
Description: https://hungdevwp.com/
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: httpshungdevwp-com
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

hungdevwp is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*
  Theme Name: Desktop
  Theme URI: http://html5blank.com
  Description: HTML5 Blank WordPress Theme
  Version: 1.4.3
  Author: Todd Motto (@toddmotto)
  Author URI: http://toddmotto.com
  Tags: Blank, HTML5, CSS3

  License: MIT
  License URI: http://opensource.org/licenses/mit-license.php
*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: "gs";
  src: url(a/f/GoogleSans-Regular.ttf);
}
@font-face {
  font-family: "gs";
  font-style: italic;
  src: url(a/f/GoogleSans-Italic.ttf);
}
@font-face {
  font-family: "gs";
  font-weight: bold;
  src: url(a/f/GoogleSans-Bold.ttf);
}
@font-face {
  font-family: "gs";
  font-style: italic;
  font-weight: bold;
  src: url(a/f/GoogleSans-BoldItalic.ttf);
}
@font-face {
  font-family: "rb";
  src: url(a/f/Roboto-Regular.ttf);
}
@font-face {
  font-family: "rb";
  font-style: italic;
  src: url(a/f/Roboto-Italic.ttf);
}
@font-face {
  font-family: "rb";
  font-weight: bold;
  src: url(a/f/Roboto-Bold.ttf);
}
@font-face {
  font-family: "rb";
  font-style: italic;
  font-weight: bold;
  src: url(a/f/Roboto-BoldItalic.ttf);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

ul li,
ol li {
  list-style: none;
}

input,
textarea,
button {
  outline: none;
  font-family: "rb", sans-serif;
  font-size: 16px;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

#sgl {
  display: inline-block;
  width: 100%;
}

#mn,
#wrs2,
#cat .ct,
.pgn,
#ft {
  display: table;
  width: 100%;
}

#mn #tgn,
#mn button,
#s1 .search-submit,
#s2 a:before,
#cat .ct1:before,
#cat .ct2 span:before,
#sgl .ct2 span:before,
#sgl .qt a:before {
  background: url(a/i/i.png) no-repeat;
  display: inline-block;
}

body {
  font-size: 14px;
  color: #3c4043;
  font-family: "rb", sans-serif;
  line-height: 1.5;
}

.ctn {
  width: 1200px;
  margin: 0 auto;
}

#mn {
  padding: 14px 40px;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  background: #fff;
}
#mn #tgn {
  width: 50px;
  height: 50px;
  background-position: 0 0;
  float: left;
  cursor: pointer;
}
#mn > a {
  margin-left: 14px;
  float: left;
  display: inline-block;
}
#mn .l {
  color: #555555;
  display: inline-block;
  font-size: 20px;
  font-family: "gs", sans-serif;
  text-transform: capitalize;
  font-weight: normal;
  margin-top: 10px;
}
#mn form {
  float: left;
  margin-left: 20px;
  position: relative;
  display: inline-block;
}
#mn input {
  width: 92%;
  background: #f2f3f4;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #555555;
  border: none;
  padding: 16px 20px 16px 58px;
  font-size: 16px;
}
#mn input::-webkit-input-placeholder {
  color: #555555;
}
#mn input::-moz-placeholder {
  color: #555555;
}
#mn input:-ms-input-placeholder {
  color: #555555;
}
#mn input:-moz-placeholder {
  color: #555555;
}
#mn button {
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  border: none;
  bottom: 0;
  background-position: -77px 17px;
}

.mnc {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.21);
}

#s1 {
  width: 960px;
  height: 342px;
  /*   background: url(a/i/s3.svg) no-repeat bottom center; */
  background-size: contain;
  display: block;
  margin: 200px auto 0px;
}
#s1 a {
  display: block;
  text-align: center;
}
#s1 .t1 {
  display: block;
  text-align: center;
  font-size: 29px;
  font-family: auto;
  font-weight: bold;
  color: #ff0000;
  margin: -126px 0 10px;
  padding-top: 0px;
}
#s1 p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
#s1 form {
  width: 700px;
  display: block;
  margin: 0 auto;
  position: relative;
}
#s1 form select {
  outline: none;
  font-size: 16px;
  border: none;
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  color: #555555;
}
#s1 input {
  width: 100%;
  background: #fff;
  border: none;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  padding: 16px 20px 16px 67px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#s1 .search-submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 67px;
  border: none;
  bottom: 0;
  background-position: -65px 17px;
}

#wrs2 {
  text-align: center;
  margin: 20px auto 50px;
}

#s2 {
  width: 710px;
  display: inline-block;
}
#s2 li {
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-bottom: 10px;
}
#s2 li:nth-child(2n + 2) {
  margin-right: 0;
}
#s2 li:nth-child(2) a:before {
  background: url(a/i/i5.png) no-repeat center center;
}

#s2 a {
  display: block;
  height: 144px;
  border: 1px solid #dadce0;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: #3c4043;
  text-align: center;
  padding: 5px;
  padding-top: 98px;
  position: relative;
}
#s2 a:before {
  content: "";
  height: 56px;
  width: 60px;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: url(a/i/i3.png) no-repeat center center;
}
#s2 a:hover {
  background: #5c3003;
  color: #fff;
  border: 1px solid #5c3003;
}
#s2 a:hover:before {
  filter: brightness(10000);
}

#s3 {
  width: 944px;
  display: block;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  padding-top: 50px;
}
#s3 li {
  text-align: center;
  margin-bottom: 10px;
  color: #3c4043;
}
#s3 li:nth-child(1) {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #202124;
  font-family: "gs", sans-serif;
}
#s3 h2 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
  color: #2eb6c9;
}
#s3 p {
  font-size: 16px;
  text-align: center;
}
.gtt {
  display: none;
}

#cat {
  margin: 0 auto;
  margin-top: 150px;
  width: 950px;
  display: block;
}
#cat h1,
#cat .h1 {
  color: #1967d2;
  font-size: 19px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}
#cat .time {
  display: block;
  color: #222222;
  font-size: 16px;
  margin: 20px 0 20px;
}
#cat .ct {
  border: 1px solid #dddddd;
  padding: 20px;
}
#cat .ct1 {
  width: 68.2%;
  float: left;
  padding-left: 34px;
  position: relative;
}
#cat .ct1:before {
  content: "";
  width: 34px;
  height: 20px;
  background-position: -163px 0;
  position: absolute;
  left: 0;
  top: 0;
}
#cat .ct1 a {
  display: block;
  font-size: 16px;
  color: #222222;
  margin-bottom: 6px;
}
#cat .ct1 a:hover {
  color: #1967d2;
}
#cat .ct1 p {
  height: 1.5em;
  overflow: hidden;
  color: #80868b;
}
#cat .ct2 {
  width: 30%;
  float: right;
}
#cat .ct2 span:before {
  content: "";
  width: 18px;
  height: 14px;
  background-position: -243px 0;
}
#cat .ct2 span:nth-child(2):before {
  background: url(a/i/eye.png) no-repeat left center;
}

.load-more {
  color: #1967d2;
  font-size: 14px;
  border: 1px solid #dddddd;
  background: #fff;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  width: 125px;
  padding: 14px 0;
  text-align: center;
  display: block;
  margin: 30px auto 0;
}
.load-more:hover {
  background: #5c3003;
  color: #fff;
}

.loading-more {
  color: #1967d2;
  font-size: 14px;
  border: 1px solid #dddddd;
  background: #fff;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  width: 125px;
  padding: 14px 0;
  text-align: center;
  display: block;
  margin: 30px auto 0;
}

#sgl {
  margin-top: 70px;
}

#sgl h1 {
  color: #202124;
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  font-family: "gs", sans-serif;
  margin-bottom: 20px;
}
#sgl .ctp p,
#sgl .ctp li {
  margin-bottom: 15px;
}
#sgl .ctp table {
  width: 100% !important;
  display: table;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#sgl .ctp table th,
#sgl .ctp table tr,
#sgl .ctp table td {
  border: 1px solid #111;
  padding: 4px 5px;
}
#sgl .ctp table th,
#sgl .ctp table td {
  text-align: center;
  width: auto !important;
}
#sgl .ctp h2 {
  font-size: 24px;
  font-family: "gs", sans-serif;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 15px;
  color: #202124;
}
#sgl .ctp h3 {
  font-size: 19px;
  font-family: "gs", sans-serif;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 20px;
  color: #202124;
}
#sgl .ctp p img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: auto;
}
#sgl .ctp figure {
  width: 100% !important;
  text-align: center;
}
#sgl .ctp figure img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto 10px;
}
#sgl .ctp ul,
#sgl .ctp ol {
  margin-left: 15px;
}
#sgl .ctp ol {
  margin-left: 30px;
}
#sgl .ctp ul li {
  padding-left: 15px;
  position: relative;
}
#sgl .ctp ol li {
  list-style: decimal;
}
#sgl .ctp a {
  color: #0000ee !important;
}
#sgl .ctp ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #007674;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
}
#sgl .ct2 {
  float: right;
  display: inline-block;
  margin-top: 50px;
}
#sgl .ct2 span:before {
  content: "";
  width: 18px;
  height: 14px;
  background-position: -243px 0;
}
#sgl .ct2 span:nth-child(2):before {
  background: url(a/i/eye.png) no-repeat left center;
}
#sgl .t {
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  display: block;
}
#sgl iframe {
  max-width: 100%;
}
#sgl .qt li {
  margin-bottom: 20px;
}
#sgl .qt a {
  display: block;
  padding-left: 38px;
  color: #3c4043;
  font-size: 14px;
  position: relative;
}
#sgl .qt a:before {
  content: "";
  width: 38px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 4px;
  background-position: -320px 0;
}
#sgl .qt a:hover {
  font-weight: bold;
}
#page .ctp .has-text-align-center,
#sgl .ctp .has-text-align-center {
  text-align: center !important;
}
.prm {
  width: 70.6%;
  float: left;
}

.scd {
  width: 307px;
  position: fixed;
  top: 120px;
  right: calc(50% - 600px);
}

#page {
  width: 945px;
  display: block;
  margin: 120px auto 0;
  padding-bottom: 0px;
}
#page h1,
#page .h1 {
  color: #202124;
  font-size: 32px;
  font-weight: normal;
  font-family: "gs", sans-serif;
  margin-bottom: 20px;
  text-align: center;
}
#page .ctp p,
#page .ctp li {
  margin-bottom: 15px;
}
#page .ctp table {
  width: 100% !important;
  display: table;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#page .ctp table th,
#page .ctp table tr,
#page .ctp table td {
  border: 1px solid #111;
  padding: 4px 5px;
}
#page .ctp table th,
#page .ctp table td {
  text-align: center;
  width: auto !important;
}
#page .ctp h2 {
  font-size: 24px;
  font-family: "gs", sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
  color: #202124;
}
#page .ctp h3 {
  font-size: 22px;
  font-family: "gs", sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
  color: #202124;
}
#page .ctp p img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: auto;
}
#page .ctp figure {
  width: 100% !important;
  text-align: center;
}
#page .ctp figure img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto 10px;
}
#page .ctp ul {
  margin-left: 15px;
}
#page .ctp li {
  padding-left: 15px;
  position: relative;
}
#page .ctp li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #007674;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
}

.pgn {
  margin: 30px 0 0;
  text-align: center;
}
.pgn > div {
  display: inline-block;
}
.pgn > div span,
.pgn > div a {
  display: inline-block;
  float: left;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  padding: 5px 6px;
}
.pgn > div span {
  color: #007674;
}
.pgn > div .dots {
  color: #000;
}

#ft {
}
#ft span {
  display: block;
  color: #3c4043;
  font-size: 12px;
}
#ft span a {
  color: #167ac6;
  font-size: 12px;
}
#ft > a {
  position: fixed;
  right: 40px;
  bottom: 14px;
  display: inline-block;
  z-index: 1;
}
.ovl {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.ovlc {
  display: inline-block;
}
.mft {
  width: 340px;
  position: fixed;
  padding-bottom: 30px;
  overflow-y: auto;
  top: 0;
  left: -340px;
  bottom: 0;
  z-index: 20;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.21);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mft > a {
  display: block;
  text-align: center;
  margin: 25px 0 25px;
}
.mft nav {
  padding: 0 40px;
}
.mft nav a {
  color: #5c3003;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 20px;
  margin-bottom: 20px;
  display: block;
}
.mft nav .sub-menu {
  padding-left: 30px;
}
.mft .cls {
  width: 40px;
  height: 40px;
  background: url(a/i/cl.png) no-repeat center center;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.mftc {
  left: 0 !important;
}
.ctqt {
  display: inline-block;
  width: 70.6%;
  margin-top: 30px;
  border: 1px solid #dadce0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 40px 20px !important;
}
.ctqt .a {
  width: 45%;
  float: left;
  display: inline-block;
  position: relative;
  padding-left: 90px;
}
.ctqt .a1 {
  position: absolute;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  overflow: hidden;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ctqt .a span {
  color: #333;
  display: block;
}
.ctqt .a2 {
  display: block;
  font-weight: bold;
  color: #52778d;
}
.ctqt .b {
  width: 55%;
  float: left;
}
.ctqt form {
  display: none;
  max-width: 100%;
}
.ctqt .t2 {
  display: none;
  font-size: 14px;
  color: #5f6368;
  margin-top: 20px;
  width: 100%;
}
.ctqt .t1 {
  display: inline-block;
  float: left;
  color: #202124;
  font-weight: bold;
  font-size: 16px;
  margin-right: 20px;
  margin-top: 4px;
}
.ctqt div {
  display: inline-block;
  float: left;
}
.ctqt div button {
  margin-right: 10px;
  color: #1a73e8;
  cursor: pointer;
  border: 1px solid #dadce0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff;
  padding: 6px 15px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.ctqt div button:hover {
  background: #edf4fd;
}
.ctqt input {
  display: none;
}
.ctqt textarea {
  border: 1px solid #dadce0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #202124;
  width: 500px;
  max-width: 100%;
  padding: 15px;
}
.ctqt textarea:focus {
  border: 3px solid #1a73e8;
}
.ctqt form button {
  background: #1a73e8;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 6px 25px;
  color: #fff;
  display: block;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.ctqt form button:hover {
  background: #185abc;
}
.post-ratings-loading {
  display: none !important;
}
.post-ratings {
  width: auto;
  float: right !important;
  display: inline-block !important;
}
.post-ratings img {
  width: 20px;
}
.schema-faq-question {
  color: #1a73e8;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  #cat,
  .ctn {
    width: 100%;
    padding: 0 15px;
  }
  #cat .ct2 {
    width: 26%;
  }
  #sgl .prm,
  .ctqt {
    width: 65.6%;
  }
  .scd {
    width: 30%;
    right: 15px;
  }
}
@media screen and (max-width: 1023px) {
  #s1 {
    width: 100%;
    padding: 15px 15px;
  }
  #s3 {
    width: 100%;
  }
  #cat .ct1,
  #cat .ct2 {
    width: 100%;
  }
  #cat .ct2 {
    margin-top: 20px;
    padding-left: 0px;
  }
  #sgl .prm,
  .ctqt,
  #page {
    width: 100%;
  }
  #page {
    padding: 0 15px;
  }
  .scd {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #mn {
    padding: 14px 15px;
  }
  #mn form {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 14px 15px;
    opacity: 0;
    visibility: hidden;
    width: 1px !important;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-left: 0;
  }
  #mn .formc {
    left: 0;
    width: auto !important;
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }
  #mn form inpuut {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
    background: #fff;
  }
  #mn form button {
    display: none;
  }
  #mn form .clsrc {
    position: absolute;
    top: 14px;
    left: 15px;
    bottom: 14px;
    width: 50px;
    background: url(a/i/ar.png) no-repeat center center;
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  #mn .src {
    width: 50px;
    height: 50px;
    display: inline-block;
    float: right;
    background: url(a/i/btn.png) no-repeat center center;
  }
  .ctqt {
    border-radius: unset;
    -moz-border-radius: unset;
    -webkit-border-radius: unset;
    border-right: none;
    border-left: none;
  }
  .ctqt .a {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .ctqt .a1 {
    position: relative;
    left: auto;
    top: auto;
    transform: unset;
    -moz-transform: unset;
    -webkit-transform: unset;
  }
  .ctqt .a1 img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  .ctqt .b {
    width: 100%;
  }
  .ctqt .a span {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 10px;
  }
  .ctqt .a2 {
    margin: 15px 0 30px;
  }
  #sgl h1 {
    font-size: 23px;
  }
  #ft {
    padding: 0 15px 15px;
    margin-top: 5px;
  }
  .mft {
    width: 65%;
    left: -80%;
  }
  .mft nav {
    padding: 0 10px 0 20px;
  }
  #s1 {
    background: none;

    height: auto;
  }
  #s2 {
    width: 100%;
    padding: 0 15px;
  }
  #s1 input {
    border: 1px solid #ddd;
  }
  .ctqt .b {
    text-align: center;
  }
  .ctqt .t1 {
    display: block;
    float: unset;
  }
  .ctqt .b1 {
    margin-top: 20px;
    display: inline-block;
    float: unset;
  }
}
@media screen and (max-width: 639px) {
  #s1 form {
    width: 100%;
  }
  #s2 li {
    width: 100%;
    margin-right: 0 !important;
  }
  #s2 li:nth-child(2n + 2) {
    margin-right: 0 !important;
  }
  #s2 a:before {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  #s2 a {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 10px 0 80px;
    text-align: left;
  }
  #s1 .t1 {
    font-size: 28px;
  }
  #s1 {
    margin-top: 120px;
  }
  #cat {
    margin-top: 120px;
  }
  #cat h1,
  #cat .h1 {
    font-size: 17px;
  }
}
@media screen and (max-width: 374px) {
  #mn .l {
    font-size: 17px;
  }
}
#page .ns img {
  display: block;
  margin: 0 auto 20px;
}
#page .ns .tb1,
#page .ns .tb2 {
  width: 100%;
}
#page .ns .tb1 td {
  padding: 10px 15px;
  word-break: break-all;
}
#page .ns .tb1 td:nth-child(1) {
  font-weight: bold;
}
#page .ns .tb2 td:nth-child(1) {
  font-weight: bold;
}
#page .ns .tb2 td {
  padding: 10px 15px;
  word-break: break-all;
}
#page .ns .t {
  display: block;
  text-align: center;

  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 30px;
}
#page .acf-form-submit input {
  width: 200px;
  display: block;
  margin: 20px auto;
  background: #5c3003;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: none;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  text-transform: capitalize;
  padding: 10px 0;
  cursor: pointer;
}
#page .acf-form-submit input:hover {
  background: #1a73e8;
}
/*# sourceMappingURL=style.css.map */
.tts .h2 {
  background: #008f35;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.tts .hh2 {
  font-size: 18px;
  color: #0099ff;
  border: 1px solid #dee2e6;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  display: inline-block;
}
.tts .tt1 {
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 10px;
}
.tts .tt1 table,
.tts .tt1 .table {
  padding: 20px 30px;
  width: 100%;
  display: inline-block;
}
.tts .tt1 table tr,
.tts .tt1 .table .tr {
  margin-bottom: 10px;
  display: table;
  width: 100%;
}
.tts .tt1 .table .tr {
  display: inline-block;
}
.tts .tt1 .table .td {
  float: left;
}
.tts .tt1 tbody {
  width: 100%;
  display: inline-block;
}
.tts .tt1 table td,
.tts .tt1 .table .td {
  word-wrap: break-word;
}
.tts .tt1 table td:nth-child(1),
.tts .tt1 .table .td:nth-child(1) {
  width: 25%;
  text-transform: capitalize;
  font-weight: bold;
}
.tts .tt1 table td:nth-child(2),
.tts .tt1 .table .td:nth-child(2) {
  width: 75%;
}
.tts input,
.tts textarea,
.tts select {
  border: 1px solid #ced4da;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
  width: 100%;
}
.tts .tt1 .ch .td:nth-child(2) {
  width: 25%;
}
.tts .tt1 .ch .td:nth-child(3) {
  width: 25%;
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
}
.tts .tt1 .ch .td:nth-child(4) {
  width: 25%;
}
#output_avatar {
  margin-bottom: 10px;
}
#output_avatar p {
  font-weight: bold;
  margin-bottom: 10px;
}
#output_avatar img {
  max-width: 100px;
}
.tts .tt1 .rpr {
  color: red;
  font-weight: bold;
}
.tts button {
  color: #fff;
  text-transform: capitalize;
  display: block;
  width: 160px;
  margin: 20px auto 0;
  background: #ff0000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: none;
  padding: 15px 0;
}
.tts button:hover {
  background: #dc3545;
}
.tts .tt2 {
  display: inline-block;
  width: 100%;
}
.tts .tt2 input {
  width: auto;
  display: inline-block;
  margin-right: 10px;
  float: left;
  margin-top: 2px;
}
.tts .tt2 span {
  display: inline-block;
  width: calc(100% - 30px);
  float: left;
}
#dnus {
  background: #ff0000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-transform: capitalize;
  width: 212px;
  text-align: center;
  padding: 6px 0;
  margin-top: 8px;
  display: block;
  margin: 30px auto 20px;
}
@media screen and (max-width: 767px) {
  .tts .tt1 table,
  .tts .tt1 .table {
    padding: 10px;
  }
  .tts .tt1 table td,
  .tts .tt1 .table .td {
    padding: 0 8px;
  }
  .tts .tt1 .ch .td:nth-child(2) {
    width: 75%;
    margin-bottom: 10px;
  }
  .tts .tt1 .ch .td:nth-child(3) {
    width: 25%;
    text-align: left;
  }
  .tts .tt1 .ch .td:nth-child(4) {
    width: 75%;
  }
}
@media screen and (max-width: 639px) {
  .tts .tt1 table td:nth-child(1),
  .tts .tt1 .table .td:nth-child(1) {
    width: 40%;
  }
  .tts .tt1 table td:nth-child(2),
  .tts .tt1 .table .td:nth-child(2) {
    width: 60%;
  }
  .tts .tt1 .ch .td:nth-child(2) {
    width: 60%;
    margin-bottom: 10px;
  }
  .tts .tt1 .ch .td:nth-child(3) {
    width: 40%;
    text-align: left;
  }
  .tts .tt1 .ch .td:nth-child(4) {
    width: 60%;
  }
}
.hvimg .owl-carousel .owl-nav .owl-prev,
.hvimg .owl-carousel .owl-nav .owl-next {
  width: 48px;
  height: 48px;
  background: url(a/i/right.png) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.hvimg .owl-carousel .owl-nav .owl-next {
  right: 0;
  left: auto;
  background: url(a/i/left.png) no-repeat center center;
}
.tts .tt1 .table .btw .owl-nav .owl-prev,
.tts .tt1 .table .btw .owl-nav .owl-next {
  width: 48px;
  height: 48px;
  background: url(a/i/right.png) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  zoom: 0.7;
}
.tts .tt1 .table .btw .owl-nav .owl-next {
  left: auto;
  right: 0;
  background: url(a/i/left.png) no-repeat center center;
}
.hvimg span {
  width: 35px;
  height: 35px;
  background: url(a/i/exit.png) center center / 70% no-repeat;
  display: inline-block;
  top: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 639px) {
  .hvimg .owl-carousel .owl-nav .owl-prev,
  .hvimg .owl-carousel .owl-nav .owl-next {
    zoom: 0.7;
  }
  ._bc_cbb {
    bottom: 90px !important;
  }
}

#page .sgtts {
  position: relative;
}
#page .sgtts:before {
  content: "";
  position: absolute;
  top: 30%;
  left: 30%;
  width: 265px;
  height: 112px;
  background: url(a/i/sc.png) no-repeat center center;
  display: inline-block;
}
