/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries

# Customize
  ## All
  ## Header
  ## Footer
  ## Single
  ## Home
  ## Archive
  ## Summary Archive
  ## Sidebar
  ## 404
  ## Pagination
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

a:hover {
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  /* float: left; */
  margin-right: 1.5em;
  /* margin-bottom: 1.5em; */
}

.alignright {
  display: inline;
  /* float: right; */
  margin-left: 1.5em;
  /* margin-bottom: 1.5em; */
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Customize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## All
--------------------------------------------------------------*/
@font-face {
  font-family: 'SukhumvitSet-Medium';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/sukhumvit-set/SukhumvitSet-Medium.ttf");
  src: url("../fonts/sukhumvit-set/SukhumvitSet-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'SukhumvitSet-Medium';
  font-style: lighter;
  font-weight: 200;
  font-display: block;
  src: url("../fonts/sukhumvit-set/SukhumvitSet-Light.ttf");
  src: url("../fonts/sukhumvit-set/SukhumvitSet-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'SukhumvitSet-Medium';
  font-style: bold, bolder;
  font-weight: 600;
  font-display: block;
  src: url("../fonts/sukhumvit-set/SukhumvitSet-SemiBold.ttf");
  src: url("../fonts/sukhumvit-set/SukhumvitSet-SemiBold.ttf") format("truetype");
}

body {
  font-family: 'SukhumvitSet-Medium';
}

.post,
.page {
  margin: 0 0 0em;
}

/* Img Aspect Ratio */
.aspect-ratio {
  width: 100%;
  padding-top: 100%;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.aspect-ratio.aspect-ratio-16x9 {
  padding-top: 56.25%;
}

.aspect-ratio img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/* breadcrumb */
.breadcrumb {
  margin: 0;
  padding: 0.5rem 0;
  border-radius: 0rem;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb-item.active {
  overflow: hidden;
  width: 32rem;
  height: 1.3rem;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-control-prev,
.carousel-control-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  background-color: #78777c;
  overflow: hidden;
}

@media screen and (max-width: 1440px) {
  .breadcrumb-item.active {
    width: 31rem;
  }
}

@media screen and (max-width: 1024px) {
  .breadcrumb-item.active {
    width: 26rem;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb-item.active {
    width: 24rem;
  }
}

@media screen and (max-width: 576px) {
  .breadcrumb-item.active {
    width: 18rem;
  }
}

@media screen and (max-width: 425px) {
  .breadcrumb-item.active {
    width: 13rem;
  }
}

@media screen and (max-width: 375px) {
  .breadcrumb-item.active {
    width: 6rem;
  }
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header-logo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  z-index: 97;
}

.slogan {
  font-size: 1.2rem;
  font-weight: bold;
}

.site-header {
  margin-bottom: 2rem;
}

#site-menu {
  min-height: 3.25rem;
  z-index: 6;
  width: 100%;
}

#site-menu .main-navigation {
  clear: both;
  display: block;
  float: left;
  width: auto;
}

#site-menu .justify-content-center {
  height: 100%;
}

#site-menu .main-navigation li {
  padding: 0.2rem 1.6rem;
  line-height: 2rem;
}

#site-menu .menu {
  padding: 0.2rem 1.6rem;
  line-height: 2.9rem;
  text-align: center;
  margin: auto 0;
  font-size: 1.25rem;
}

#site-menu a.menu {
  text-decoration: none;
  border-style: none;
}

#site-menu .menu button {
  border-style: none;
}

#site-menu .btn-group .btn-menu-parent::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

#site-menu .btn-group:hover .btn-menu-parent::after {
  border-bottom: .3em solid;
  border-top: 0;
}

#site-menu .btn-group > .dropdown-menu {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-top: none;
  border-radius: 0 0 10px 10px;
  min-width: 100%;
}

#site-menu .btn-group > .dropdown-menu .dropdown-item {
  padding: 1rem 1.5rem;
}

#site-menu .btn-group:hover > .dropdown-menu {
  display: block;
}

/* bar mobile */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main-bar {
  transition: .5s;
  z-index: 98;
}

#main-bar .icon-ham {
  font-size:1.2rem;
  cursor:pointer
}

#search-bar {
  z-index: 98;
}

#search-bar .icon-search {
  font-size:1.2rem;
  cursor:pointer
}

.header-mobile ul {
  list-style: none;
  margin: 0rem;
  padding-left: 0rem;
}

.menu-ngents-menu-container .sub-menu li {
  border-left: none;
  background-color: rgba(0, 0, 0, 0.9);
}

.header-mobile .navbar {
  position: absolute;
  padding: 0 0 0 0.5rem;
  top: 2.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.header-mobile .sidenav a:hover {
  color: #000;
}

.header-mobile .sidenav #site-navigation-mobile a {
  font-size: 1rem;
  line-height: 1.5;
  color: #fafafa;
  padding: 15px 30px;
  min-width: 250px;
}

.header-mobile .sidenav #site-navigation-mobile .menu > .menu-item > a {
  border-left: 3px solid #FFAD2B;
  background-color: #303030;
  margin-bottom: 2px;
}

.header-mobile .sidenav #site-navigation-mobile a:hover {
  color: #aaa;
}

#site-navigation-mobile .sub-menu {
  transition: all 0.1s ease-out;
  overflow: hidden;
  padding-left: 1rem;
  border-left: none;
  background-color: rgba(0, 0, 0, 0.9);
}

#site-navigation-mobile .sub-menu.show-sub-menu {
  max-height: 500px;
  transition: all 0.1s ease-in;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

@media (max-width: 1024px) {
  #site-menu .menu {
    padding: 0.2rem 0.5rem;
    line-height: 2.8rem;
    text-align: center;
    font-size: 1.375rem;
  }
}

@media (max-width: 768px) {
  #site-menu .menu {
    padding: 0.2rem 0.5rem;
    line-height: 2.8rem;
    text-align: center;
    font-size: 1rem;
  }
}

.Searchnav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.Searchnav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.Searchnav a:hover {
  color: #f1f1f1;
}

.Searchnav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.header-mobile .Searchnav a:hover {
  color: #000;
}

.header-mobile .Searchnav #site-navigation-mobile a {
  font-size: 1rem;
  line-height: 1.5;
}

.header-mobile .Searchnav #site-navigation-mobile a:hover {
  color: #aaa;
}

.search-submit {
  display: none;
}

.navbar-search-mobile {
  position: absolute;
  padding: 0 0.5rem 0 0.5rem;
  top: 2.5rem;
  font-size: 1rem;
  line-height: 1.5;
  right: 0;
}

#site-search .search-field {
  width: 90%;
  box-shadow: none;
  background-color: rgb(19, 19, 19, 0.1);
  color: #fff;
  font:normal 500 1.125rem/1.8125rem 'Sukhumvit Set';
  border: none;
  border-radius: 0;
  outline: none;
}

#site-search .btn-dark {
  font:normal 500 1.125rem/1.8125rem 'Sukhumvit Set';
  color:#3F3F3F;
  border-radius: 0;
  background-color: rgb(19, 19, 19, 0.1);
  width: 10%;
  border: none;
}

.input-group {
  border: none;
  border-bottom: 1px solid #3F3F3F;
  margin: 0 8%;
  width: 84%;
  min-width: 250px;
}

#site-search:focus-within .input-group {
  border-bottom: 1px solid #fff;
}

#site-search:focus-within .btn-dark {
  color: #fff;
}

#site-search:not(:focus-within) .input-group {
  border-bottom: 1px solid #3F3F3F;
}

#site-search:not(:focus-within) .btn-dark,
#site-search:not(:focus-within) .search-field {
  color: #3F3F3F;
}

.menu-bar{
  z-index: 99;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .site-content {
  padding-top: 100px;
}

.bar-logomobile {
  margin-bottom: 1rem;
}

.bar-logomobile img {
  max-width: 80%;
  margin-left: 2rem;
  margin-top: 1rem;
}

.barsearch-logomobile {
  margin-bottom: 1rem;
}

.barsearch-logomobile img {
  max-width: 80%;
  margin-left: 1.8rem;
  margin-top: 1rem;
}

@media (max-width: 576px) {
  .site-content{
    padding-top: 6rem;
  }
}

@media (max-width: 425px) {
  .site-content{
    padding-top: 5rem;
  }

  .header-mobile .navbar,
  .navbar-search-mobile {
    top: 2rem;
  }
}

@media (max-width: 375px) {
  .site-content{
    padding-top: 4rem;
  }

  .header-mobile .navbar,
  .navbar-search-mobile {
    top: 1.4rem;
  }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
}

.site-footer p {
  margin-bottom: 0.3em;
}

.site-footer a {
  text-decoration: none;
}

.site-footer .footer-wrapper {
  border-bottom: 1px solid #CACACA;
  padding: 1rem 0;
}

.site-footer .headline {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.site-footer .logo-footer img {
  background-color: white;
  width: 180px;
  padding: 10px;
  margin-bottom: 1rem;
}

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

.tags-item .tag {
  display: inline-block;
  margin-bottom: 0.7rem;
  margin-right: 0.5rem;
}

.tags-item .tag a {
  padding: 0.2rem 1.5rem;
  border-radius: 1rem;
  font-size: 0.8rem;
}

.follow-footer .social-line img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.follow-footer .headline {
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}

.follow-footer .social-links {
  display: inline-block;
  font-size: 1.4rem;
}

.follow-footer .space-share {
  display: inline-block;
  margin-bottom: 0.5rem;
  text-align: center;
  width: 32px;
  height: 32px;
  border-radius: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.follow-footer .space-share i {
  font-size: 1.3rem;
}

.follow-footer .youtube {
  margin-right: 0rem;
}

.follow-footer .facebook {
  background-color: #3b5998;
}

.follow-footer .twitter {
  background-color: #04aced;
}

.follow-footer .instagram {
  background: #a01692;
  background: -moz-linear-gradient(top, #a01692 0%, #ee4d34 50%, #f5b849 100%);
  background: -webkit-linear-gradient(top, #a01692 0%, #ee4d34 50%, #f5b849 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#a01692), color-stop(50%, #ee4d34), to(#f5b849));
  background: -o-linear-gradient(top, #a01692 0%, #ee4d34 50%, #f5b849 100%);
  background: linear-gradient(to bottom, #a01692 0%, #ee4d34 50%, #f5b849 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a01692', endColorstr='#f5b849', GradientType=0)
}

.follow-footer .youtube {
  background-color: #de2925;
}

.follow-footer .facebook a,
.follow-footer .twitter a,
.follow-footer .line a {
  color: #fefefe;
  text-decoration: none;
}

.mail-contact:hover {
  text-decoration: underline;
}

.reserved {
  padding: 1rem 0;
  text-align: center;
}

@media (max-width: 768px) {
  #site-menu .main-navigation li {
    padding: 0.2rem 1rem;
    line-height: 2rem;
  }
}

@media (max-width: 767px) {
  .tag-footer .main-navigation {
    padding-bottom: 1.8rem;
  }
}

@media (max-width: 576px) {
  .site-footer .social-links {
    padding-bottom: 0.5rem;
  }

  .menu-bar {
    display: none;
  }

  .header-logo {
    background-color: #FFF;
  }

  .header-logo img {
    max-width: 50%;
  }

  .logo-footer, .tag-footer {
    margin-bottom: 1rem;
  }
}

#dfp-adhension {
  position: fixed;
  bottom: 0px;
}

/*--------------------------------------------------------------
## Single
--------------------------------------------------------------*/
/* Container needed to position the overlay. Adjust the width as needed */
.single-title .image-title {
  background-color: #f1f1f1;
}

.single-title .title {
  font-size: 1.8rem;
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: bold;
  padding-bottom: 0.5rem;
}

.boxinline {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.boxinline .authorinline a.author-name, .boxinline .authorinline a.author-name:visited {
  text-decoration: none;
  color: #000;
}

.boxinline .authorinline a.author-name:hover {
  text-decoration: underline;
}

.boxinline .space-share {
  margin-right: 1rem;
  width: 95px;
  height: 35px;
  display: inline-block;
}

@media (max-width: 576px) {
  .boxinline .space-share {
    margin-right: 0.2rem;
  }
  .authorinline {
    overflow: hidden;
    height: 3rem;
  }
}

@media (max-width: 1024px) {
  .boxinline .social-share i {
    font-size: 1.2rem;
    padding-right: 0.25rem;
  }
  .boxinline .button-social {
    border-radius: 3px;
    padding: 0.5rem;
    text-align: center;
    margin-bottom: 0.2rem;
    width: 100%;
    display: inline-flex;
  }
  .boxinline .facebook a, .boxinline .twitter a, .boxinline .line a {
    color: #fefefe;
    text-decoration: none;
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
  .boxinline .space-share {
    margin-right: 0.3rem;
    width: 85px;
    height: 35px;
    display: inline-block;
  }
}

.boxinline .social-share i {
  font-size: 1.2rem;
  padding-right: 0.5rem;
}

.boxinline .facebook {
  background-color: #3b5998;
}

.boxinline .twitter {
  background-color: #04aced;
}

.boxinline .line {
  background-color: #11c115;
}

.boxinline .facebook a,
.boxinline .twitter a,
.boxinline .line a {
  color: #fefefe;
  text-decoration: none;
}

.boxinline .button-social {
  border-radius: 3px;
  padding: 0.5rem;
  text-align: center;
  margin-bottom: 0.2rem;
  width: 100%;
  display: inline-flex;
}

.boxinline .social-share-right {
  text-align: right;
}

.boxinline .social-share-center {
  text-align: center;
}

@media (max-width: 576px) {
  .boxinline .space-share {
    margin-right: 0.2rem;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    display: inline-block;
  }
  .boxinline .button-social {
    border-radius: 3px;
    padding: 0.5rem 0rem 0.58rem 0.5rem;
    text-align: center;
    margin-bottom: 0.2rem;
    width: 100%;
    display: inline-block;
  }
  .share-mobile {
    display: inline;
    margin-right: 1rem;
    color: #ddd;
  }
  .single .content {
    font-size: 1.2rem;
  }
}

.single-content .content {
  clear: both;
}

.single-content .content a:hover {
  text-decoration: underline;
}

.single-content .tag-link {
  padding: 0.75rem 0;
}

.single-content .tag-link a {
  text-decoration: none;
}

.single-recommend-row {
  border-top: 0.1rem solid #e6e6e6;
}

.single-recommend {
  margin-bottom: 10px;
}

.single-recommend .headline-hilight {
  width: 100%;
  line-height: unset;
}

.author-img {
  display: inline-block;
  max-width: 2.5rem;
  overflow: hidden;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.author-name {
  vertical-align: middle;
}

.single-content .content a:visited {
  color: royalblue;
}

.single-content .content a:hover, .single-content .content a:focus, .single-content .content a:active {
  color: midnightblue;
}

.tags-icon {
  display: inline-block;
  margin-right: 0.5rem;
}

.single-tag {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
  border-radius: 0.3rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.single-tag a {
  display: inline-block;
  padding: 0.3rem;
}

@media (max-width: 576px) {
  .single-title .title {
    font-size: 1.4rem;
  }
}

.post_date_on {
  color: #000;
}

.post_date_on a {
  font-size: 0.9rem;
  color: #b7b7b7;
}

@media (max-width: 576px) {
  .author-textbox {
    font-size: 0.8rem;
  }
  .post_date_on a {
    font-size: 0.8rem;
    color: #b7b7b7;
  }
}

.author-textbox {
  padding: 0rem;
}

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
h1.site-title {
  margin-top: 0;
  margin-bottom: 1rem;
  width: 100%;
}

@media (max-width: 576px) {
  h1.site-title {
    border: unset;
  }
}

.hilight-content .card-box {
  position: relative;
  display: flex;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
}

.hilight-content .left {
  padding-bottom: 0.5rem;
}

.hilight-content .card-img-overlay {
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  height: 40%;
}

.hilight-content .sub-hilight {
  width: 100%;
}

.hilight-content .card-img-overlay {
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  max-width: 100%;
  transition: .5s ease;
  opacity: 1;
  padding: 1rem 0.25rem;
}

.slide-hilight-mobile .carousel-indicators {
  bottom: -20px;
}

.slide-hilight-mobile .fas {
  font-size: 2rem;
  margin-top: 0.5rem;
}

.card-body-text {
  padding-left: 0rem;
  overflow: hidden;
  height: 4rem;
  margin: 0.6rem 0;
}

.card-body-text a {
  text-decoration: none;
}

.card-body-text p {
  margin-bottom: 0.5rem;
}

.card-body-text .date {
  font-size: 0.7rem;
}

.card-body-text .title {
  font-size: 1.25rem;
  line-height: 2rem;
  /* height: 3.8rem;
  overflow: hidden;
  margin: 0.78rem 0; */
}

.card-body-text .description {
  font-size: 0.8rem;
  height: 3.5rem;
  overflow: hidden;
}

.big-hilight .card-body-text {
  max-height: 2rem;
  overflow: hidden;
}

/* sub-content-type */
.sub-content {
  margin-top: 1rem;
}

.slide-sub-content-type-1 {
  padding-bottom: 3rem;
}

.slide-sub-content-type-1 .carousel-control-prev-icon,
.slide-sub-content-type-1 .carousel-control-next-icon {
  margin-top: 5px;
}

.slide-sub-content-type-1 .carousel-control-prev,
.slide-sub-content-type-1 .carousel-control-next {
  top: 20%;
}

.section-box-custom {
  padding-top: 1rem;
}

.section-box-type-4,
.section-box-type-5,
.section-box-type-6 {
  border-radius: 5px;
}

.section-box-type-6 .more {
  border-radius: 3px;
  padding: 0.5rem;
  text-align: center;
  margin-bottom: 1rem;
  width: 100%;
  display: block;
  text-decoration: none;
}

.slide-sub-content-type-6 .carousel-control-prev-icon,
.slide-sub-content-type-6 .carousel-control-next-icon {
  margin-top: 5px;
}

.slide-sub-content-type-6 .carousel-control-prev,
.slide-sub-content-type-6 .carousel-control-next {
  top: 30%;
}
/* end sub-content-type */

.sub-content .card-body-content {
  padding-left: 0rem;
}

.sub-content .card-body-content .text-content {
  padding-top: 0.5rem;
}

.sub-content .card-body-content .text-content a {
  text-decoration: none;
}

.sub-content .card-body-content .date {
  font-size: 0.7rem;
}

.sub-content .card-body-content .title {
  font-size: 1.25rem;
  line-height: 1.875rem;
  overflow: hidden;
  margin: 0.7rem 0 1rem 0;
}

.sub-content .card-body-content .title-2 {
  height: 3.5rem;
}

.sub-content .card-body-content .title-3 {
  height: 3.8rem;
}

.sub-content .card-body-content .description {
  font-size: 0.8rem;
  height: 3.5rem;
  overflow: hidden;
}

.sub-content .content-card {
  margin-bottom: 1rem;
}

.sub-content .headline {
  margin-bottom: 1rem;
}

.sub-content .headline .cate-header {
  font-size: 1.75rem;
}

.sub-content .headline .more {
  font-size: 0.9rem;
  padding: 0.3rem 0.6rem;
}

.sub-content .card-body-content .text-content {
  padding-top: 0rem;
}

.sub-content .content-card .card-body-content .title {
  margin: 0;
}

.card-text {
  margin-bottom: .25rem;
  max-height: 3rem;
  overflow: hidden;
  line-height: 1.6rem;
}

.carousel-item h5 {
  font-size: 1rem;
}

.slide-hilight-mobile .carousel-inner {
  padding-bottom: 15%;
}

.slide-hilight-mobile .carousel-caption {
  position: absolute;
  bottom: -20%;
  padding: 0;
  left: 0;
  text-align: left;
  width: 100%;
  height: 3.6rem;
}

.slide-hilight-mobile .carousel-caption a {
  text-decoration: none;
}

.slide-hilight-mobile .carousel-caption .card-text {
  padding-top: 0.3rem;
  padding-bottom: 3.56rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.9rem;
}

.slide-hilight-mobile .carousel-control-prev,
.slide-hilight-mobile .carousel-control-next {
  height: 80%;
}

.headline-hilight {
  margin-bottom: 1rem;
}

.headline-hilight a,
.sub-content .headline a {
  text-decoration: none;
}

.headline-hilight .cate-header {
  font-size: 1.8rem;
}

.headline-hilight .more {
  font-size: 1rem;
  padding-top: 1rem;
}

@media (max-width: 992px) {
  .slide-sub-content-type-1 .carousel-control-prev,
  .slide-sub-content-type-1 .carousel-control-next {
    top: 30%;
  }
}

@media (max-width: 768px) {
  .slide-sub-content-type-1 {
    padding-bottom: 0rem;
  }
}

@media (max-width: 576px) {
  .headline-hilight .cate-header {
    font-size: 1.4rem;
  }

  .headline-hilight .more {
    font-size: 0.8rem;
    padding-top: 0.8rem;
  }

  .slide-hilight-mobile .carousel-inner {
    padding-bottom: 27%;
  }

  .slide-hilight-mobile .carousel-caption {
    bottom: -32%;
  }

  .slide-hilight-mobile .carousel-caption .card-text {
    padding-top: 0.3rem;
    padding-bottom: 3.56rem;
    font-size: 1.25rem;
    line-height: 1.9rem;
  }

  .slide-hilight-mobile .carousel-control-prev,
  .slide-hilight-mobile .carousel-control-next {
    height: 68%;
  }
}

/*--------------------------------------------------------------
## Archive
--------------------------------------------------------------*/
.archive-header {
  margin-bottom: 0.5rem;
}

.archive_title {
  font-size: 1.8rem;
  margin: 0;
  line-height: unset;
}

.archive-item {
  padding: 0 0 15px;
  margin: 0px;
}

.archive-item .img-col {
  padding-left: 0rem;
}

.archive-item .image {
  background-color: #f1f1f1;
}

.archive-item .date {
  font-size: 0.7rem;
}

.archive-item .title {
  font-size: 1.25rem;
  line-height: 1.85rem;
  max-height: 3.7rem;
  overflow: hidden;
  margin: 0rem 0 0.7rem 0;
}

.archive-item .title a {
  text-decoration: none;
}

.archive-item .description {
  font-size: 0.9rem;
  color: #818181;
}

@media (max-width: 576px) {
  .archive-item .description {
    display: none;
  }
}

@media (max-width: 992px) {

  .archive-item .title {
    margin: 0.7rem 0 0.7rem 0;
  }

  .archive-item .img-col {
    padding-right: 0rem;
  }

  .archive-item .title-col {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

/*--------------------------------------------------------------
## Summary archive
--------------------------------------------------------------*/
.summary-archive .sub-content {
  margin-top:1rem;
  margin-bottom: 1.5em;
}

.summary-archive .sub-content {
  border-bottom: 1px solid #ccc;
}

.summary-archive .sub-content:last-child{
  border: none;
}

.summary-archive .list-items {
  line-height: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.summary-archive .list-items:nth-child(n+3) {
  display: none;
}

.summary-archive .aspect-ratio img{
  border-radius: 0.5rem;
}

.summary-archive .card-body-content .card-title{
  line-height: 1.85rem;
  overflow: hidden;
  margin: 0.7rem 0 0rem 0;
  display: block;
  max-height: 3.7rem;
}

.summary-archive .related-posts, .summary-archive .breadcrumb {
  display: none;
}

@media (min-width: 768px) {
  .summary-archive .sub-content {
    border-bottom: 1px solid #ccc;
  }

  .summary-archive .list-posts {
    margin-left: -10px;
    margin-right: -10px;
    border-bottom: none;
  }

  .summary-archive .list-items:nth-child(n+3) {
    display: block;
  }

  .summary-archive .list-items {
    padding-right: 10px;
    padding-left: 10px;
    display: block;
  }

  .summary-archive .related-posts, .summary-archive .breadcrumb {
    display: flex;
  }

}
/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.sidebar-header {
  margin-bottom: 1rem;
}

.ads {
  margin-bottom: 1rem;
  margin-left: -10px;
  padding-bottom: 20px;
}

.ads .col {
  padding-left: 0px;
}

.ads .content-ads {
  background-color: #eee;
}

.ads img {
  margin: 0 auto;
  display: block;
}

.recommend-bar {
  margin-bottom: 1.0rem;
}

.recommend-bar .image {
  padding-left: 5px;
  padding-right: 5px;
}

.recommend-bar .title {
  padding-left: 0px;
}

.recommend-bar .card-body-text {
  margin: 0;
  font-size: 1rem;
  height: 5.55rem;
  overflow: hidden;
  padding-left: 0;
  line-height: 1.85;
}

.recommend-bar .card-body-text .card-title {
  font-size: 1rem;
  line-height: 1.45rem;
  height: 4.1rem;
  overflow: hidden;
  margin: 0.2rem 0 0.2rem 0;
}

@media (max-width: 768px) {
  .ads {
    margin-left: -15px;
  }

  .ads .col {
    padding-left: 15px;
  }

  .recommend-bar .image {
    padding-left: 15px;
  }
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.text-size-left {
  font-size: 10rem;
}

.text-size-left h1 {
  margin: 0;
}

.text-size-right {
  font-size: 4rem;
}

.text-size-right h1 {
  margin: 0;
}

@media (max-width: 992px) {
  .text-size-left {
    font-size: 10rem;
  }

  .text-size-right {
    font-size: 0.87rem;
  }
}

@media (max-width: 768px) {
  .text-size-left {
    font-size: 1.37rem;
  }

  .text-size-right{
    font-size: 0.93rem;
  }
}

@media (max-width: 576px) {
  .text-size-left {
    font-size: 0.81rem;
  }

  .text-size-right{
    font-size: 0.62rem;
  }
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  border: 0;
}

.archive-pagenav .wp-pagenavi {
  padding: 0.15rem;
  border-radius: 5px;
}

@media (max-width: 992px) {
  .archive-pagenav .wp-pagenavi {
    margin-bottom: 2rem;
  }
}

/*--------------------------------------------------------------
## searchform
--------------------------------------------------------------*/
.search-form .search-form-group input.form-control::-webkit-input-placeholder{
  display:none;
}
.search-form .search-form-group input.form-control::-moz-placeholder{
  display:none;
}

.navbar-search form{
  width:100%;
}

.search-form-group{
  position:relative;
  width:0%;
  min-width:60px;
  height:35px;
  overflow:hidden;
  transition: width 1s;
  backface-visibility:hidden;
  margin-bottom: 0rem;
}

.search-form-group input.form-control{
  position:absolute;
  top:0;
  right:0;
  outline:none;
  width:99%;
  height:35px;
  margin:0;
  z-index:10;
}

.search-form-group input[type="text"].form-control {
  -webkit-appearence:none;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.form-control-submit, .search-label {
  width:60px;
  height:35px;
  position:absolute;
  right:0;
  top:0;
  padding:0;
  margin:0;
  text-align:center;
  cursor:pointer;
  line-height:35px;
  background-color: #3C2390;
  color: #fed003;
}

.form-control-submit {
  background:#fff;
  opacity: 0;
  color:transparent;
  border:none;
  outline:none;
  z-index:-1;
}

.search-label {
  z-index:90;
}

.search-form-group.sb-search-open, .sb-search-open {
  width:100%;
}

.search-form-group.sb-search-open .search-label, .sb-search .search-label {
	background: #3C2390;
	color: #fed003;
	z-index: 11;
}

.search-form-group.sb-search-open .form-control-submit, .form-control .form-control-submit {
	z-index: 90;
}