/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

.button {
  font-size: 15px;
}
.is-large {
  font-size: 18px;
}
.is-larger {
  font-size: 22px;
}
.is-xlarge {
  font-size: 26px;
}
.is-xxlarge {
  font-size: 32px;
}
.is-xxsmall {
  font-size: 10px;
}
.is-xsmall {
  font-size: 11px;
}
.is-smaller {
  font-size: 12px;
}
.is-small, .is-small.button {
  font-size: 13px;
}

body {
 /* line-height: 1.4;
   font-family: 'Manrope', 'Noto Sans Thai',sans-serif !important;*/
}
h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
 /* font-family: 'Manrope', 'Noto Sans Thai',sans-serif !important;*/
}
blockquote, dl, figure, form, ol, p, pre, ul {
  margin-bottom: 14px;
}
strong{
	font-weight: 600 !important;
}
b{
	font-weight: 500 !important;
}
.is-thin, .thin-font {
  font-weight: 200 !important;
}
.semi-bold{
	font-weight:500; 
}
.button.is-outline {
  line-height: 2.4;
}
.button.is-outline, input[type="button"].is-outline, input[type="reset"].is-outline, input[type="submit"].is-outline {
  border-width: 1px;
}

.button, button, input[type="button"], input[type="reset"], input[type="submit"] {
	font-weight: 300;
}
.button span {
  vertical-align: baseline;
}
.header-wrapper {

}
.header-language-dropdown .image-icon {
  display: none;
}
.container,
.row.row-main {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-left{
	padding-left: 15px;
	
}
.container-right{
	padding-right: 15px;
	
}
.container .section, .row .section {
  padding-left: 0;
  padding-right: 0;
}
.row{
	margin-left:5px;
	margin-right:5px;
	width: auto;
} 
.row.row-full-width {
  width: calc(100% - 10px);
  margin-left: auto;
  margin-right: auto;
}
.row.row-collapse.row-full-width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.row.row-small.row-full-width {
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
}
.row.row-large.row-full-width {
  width: calc(100% + 30px);
  margin-left: auto;
  margin-right: auto;
}
.row.row-collapse{
	margin-left: 15px;
	margin-right: 15px;
}
.row.row-small{
	 margin-left: 10px;
	margin-right: 10px;
}	
.row.row-large{
	 margin-left: 0;
	margin-right: 0;
}
.row .col-inner .row.row-collapse{
	margin-left: auto;
	margin-right: auto;
	
}
.row .col-inner .row.row-small{
	margin-left: -5px;
	margin-right: -5px;
	
}
.row .col-inner .row{
	margin-left: -10px;
	margin-right: -10px;
}
.row .col-inner .row.row-large{
	margin-left: -15px;
	margin-right: -15px;
}
.row .col-inner .row.row-full-width {
  margin-left: auto;
  margin-right: auto;
}
.row-small > .col, .row-small > .flickity-viewport > .flickity-slider > .col {
  margin-bottom: 0;
  padding: 5px;
}
.row-large > .col, .row-large > .flickity-viewport > .flickity-slider > .col {
margin-bottom: 0;
padding: 15px;
}
.col, .columns, .gallery-item {
  padding: 10px;
}
.box-image {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.pad-bot-0 {
  padding-bottom: 0 !important;
}
.shop-container .box-image {
  border: 1px solid #ddd;
}
.product-title.product_title.entry-title {
  letter-spacing: .5px;
}
.widget > ul > li li > a, ul.menu > li li > a {
  font-size: 1em;
}
.product-title {
  font-weight: 400;
}
.product-gallery .product-thumbnails {
  max-width: 420px !important;
  margin-left: -5px;
  
}
.product-thumbnails .col {
  padding: 0 5px !important;
}
.sidebar-menu .nav > li > a {
  font-size: 1rem;
}
.entry-title {
  font-weight: 600;
}
.flickity-page-dots .dot {
  background: #fff;
}

.img-bor .box-image{
	border:1px solid #ddd;
}
.absolute-footer.dark {
  color: hsla(0,0%,100%,.95);
}
.banner-layers.container
{
	max-width: 100%;
  width: 100%;
}
.wp-video
{
  position: absolute;
  top: 0;
}
.banner h3 {
  font-size: 1.2em;
}
.banner h2 {
  font-size: 1.6em;
}
.h1, h1,
.banner h1 {
  font-size: 2em;
}
.box-vertical .box-image,
.box-vertical .box-text {
  direction: ltr;
  display: table-cell;
  vertical-align: middle;
}
.box-vertical.box-text-top .box-image,
.box-vertical.box-text-top .box-text {
  vertical-align: top;
}
.box-vertical.box-text-top .box-image {
  padding-top: 4px;
}
.ver-30.box-vertical .box-image {
  max-width: 30%;
}
 .big-txt,
  .big-txt2{
	font-size:.9em;
  }
.margin-0{
	margin:0 !important;
}
  .text span {
  display: inline-block;
}
.img-box-shade .box-image::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,0.9));
  z-index: 999;
}
.wpcf7-form-control.wpcf7-submit {
margin: 15px auto 0;
  display: block;
  background: #176ea4 !important;
  min-width: 180px;
  padding: 2px 15px;
  border-radius: 30px;
  font-size: 1rem;
}
.wpcf7-form input, .wpcf7-form textarea {
  box-shadow: none;
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  background: #eee;
 margin: 5px 0 5px;
 font-size: 1rem;
}
.con-form {
  list-style: none;
}
.con-form li {
  margin: 0 0 10px !important;
}
.wpcf7 label {
  font-weight: 400;
}
.wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 0;
}
.social-icons .button.icon .fa-line {
  display: inline-block;
  vertical-align: -2px;
}
.button.line:hover, .button.line:not(.is-outline) {
  color: #2cbf13 !important;
}
.ux-menu.small-line a {
  min-height: 30px;
  padding:0;
}
.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content {
  margin: 0;
}
.woocommerce-tabs table td {
  text-align: center;
}
.banner h5, .banner h6, .banner p {
	margin-top:0;

}
  .box-text {
    font-size: 1em;
  }
.widget .current-cat > a {
  color: #9f161d;
 }
 .button.white.is-outline {
  border-color: #fff;
  color: #fff !important;
}
.button.white.is-outline:hover {
  color: #2993d1 !important;
}
.button.is-outline.black-button {
  border-color: #333;
  color: #333 !important;
}
.button.black-button:not(.is-outline) {
  background: #333 !important;
}
.button.is-outline.black-button:hover {
  border-color: #2993d1 !important;
  color: #2993d1 !important;
  background:none !important;
}
.line-but span::before {
background: url(images/line.png);
content:'';
  vertical-align: middle;
  line-height: 1;
  height: 36px;
  width:36px;
  display: inline-block;
  background-size: 72%;
  background-repeat: no-repeat;
  background-position: center;
}
.button.mess-but span::before {
	content:'';
background: url(images/mes.png);
  vertical-align: middle;
  line-height: 1;
  height: 36px;
  width:36px;
  display: inline-block;
  background-size: 72%;
  background-repeat: no-repeat;
  background-position: center;
}
.button.mess-but:hover,
.button.mess-but{

border-radius: 12px;
min-width: 40px;
  padding: 0;
  text-align: center;
background:#316ff6 !important;
color:#fff;
box-shadow:none;
	
}
.button.line-but:hover,
.button.line-but{
	background:#06C755  !important;
	color:#fff;
	padding: 4px 15px 4px 15px;
	box-shadow:none;
	min-width: 40px;
  padding: 0;
  text-align: center;
} 
.mfp-gallery  .mfp-arrow-left, 
.mfp-gallery .mfp-arrow-right {
  transform: translateY(-50%);
}
.mfp-gallery .mfp-img {
  padding-bottom: 0;
}
.mfp-gallery  .mfp-bottom-bar {
  margin: 5px 0;
}
.slider-nav-outside .flickity-page-dots
{
	left: 0;
  right: 0;
  bottom: -35px;
}
.slider-nav-outside
{
  margin-bottom: 35px;
}
.flickity-page-dots .dot:hover,
.flickity-page-dots .dot.is-selected
{
  background-color: #2993d1;
 }

.flickity-page-dots .dot{
	border:none;
	background:#D8D8D8;
}
.slider-nav-light .flickity-page-dots .dot:hover,
.slider-nav-light .flickity-page-dots .dot.is-selected{
	background:#2993d1;
}
 .slider-nav-light .flickity-prev-next-button svg
{
  fill: #2993d1;
}
.slider-nav-light .flickity-page-dots .dot.is-selected::after
{
	border-color:#2993d1;
}
.slider .flickity-page-dots .dot
{
  position: relative;
  margin: 0 5px;
}

.box-overlay.dark .box-text
{
  text-shadow: none;
}
#logo {
  max-width: 60%;
}
.row-slider .flickity-button.flickity-prev-next-button
{
  margin-top: 0;
  transform: translateX(-50%);
}
.flickity-slider .col
{
  padding-bottom: 0 !important;
}
.shade{
	opacity: .5;
	background: linear-gradient(0deg,#323232 0,rgba(50,50,50,0) 40%);
}
.box:hover .shade {
  opacity: .7;
}
/*--*/
.nav-dropdown-has-border .nav-dropdown {
  border: none;
  box-shadow: none;
  padding: 0 5px;
  min-width: 200px;
  width: 100%;
}
.nav-dropdown-has-arrow li.has-dropdown::before {
  display: none;
}
.pad-0
{
  padding: 0;
}
.row .page-title-inner.container
{
  max-width: 100%;
  width: 100%;
  padding:  0 !important;
}
.breadcrumbs
{
  font-weight: 400;
  font-size: .9rem;
}
.title-breadcrumbs
{
  padding-top: 20px;
  padding-bottom: 20px;
}
ul span {
  vertical-align: top;
}
.absolute-footer {
  padding: 15px 0 15px;
}
.container {
  margin: auto !important;
}
.header-bottom .nav-top-link {
  padding: 8px 0.5vw !important;
}
/****/
.h-100 img,
.h-100 {
	height:100%;
	object-fit: cover;
}	
.row.pad-right-15 {
  padding-right: 15px !important;
}
.row-slider {
  margin-left: auto !important;
  margin-right: auto !important;
}
.col-middle > .col-inner {
  display: flex;
}
.h3, h3 {
  font-size: 1.25em;
}
/***************/
.has-transparent .header-main {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0));
}
.bor-20,
.bor-20 img{
	border-radius:20px;
	overflow: hidden;
}
.bor-99,
.bor-99 img{
	border-radius:50%;
	overflow: hidden;
}
.bor-15 img {
  border-radius: 15px;
}
.pad0 > .col-inner{
  padding: 0 !important;
}
.txtver-bot{
  vertical-align: text-bottom;
}
.min-100 > .col-inner {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.fix-box > .col-inner {
	position: sticky;
  top: 0;
	
}	
.row.slide-width-more .flickity-slider{
  width: 105% !important;
  max-width: 105% !important;
}
.row.slide-width-more .flickity-button.flickity-prev-next-button.next {
  right: 2%;
  left: auto;
}
.rad-bot .section-bg-overlay.fill {
  border-radius: 0 0 20px 20px;
}

.slide-up {
  transform: translateY(100%);
  transition: all 1s;
}
.slide-up-delay1{
	transition-delay:.3s;
}
.slide-up.active {
  transform: translateY(0);
}
.tabbed-content .nav.nav-outline {
  gap: 15px;
}
.nav-outline > li > a {
  border-color: #ddd;
}
.social-icons .icon > img {
  max-width: 100%;
  width: 20px;
  border-radius: 0 !important;
  margin-top: -4px;
}
.fill-color-icon .icon.button {
  background: #2993d1;
  border-color: #2993d1 !important;
}
.social-icons .icon.shopee:hover {
  background: #ee4d30 !important;
  border-color: #ee4d30 !important;
}
.big-txt-80 h1 {
  font-size: 38px;
  line-height: 38px;
}
.h-cat.owl-carousel {
  margin: auto !important;
}
.wpcf7-form label {
  color: #176ea4;
  font-size: 1rem;
}
.sc-contact i {
  display: inline-block;
  background: #2993d1;
  color: #fff !important;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  font-size: 1.5em;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
}
.sc-list {
  list-style: none;
  padding-left: 30px;
}
.sc-contact i img {
  margin-bottom: 0 !important;
  width: 50%;
  border-radius: 0;
  vertical-align: -1px;
}
.sc-list li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.portfolio-box-category {
  position: absolute;
  z-index: 99;
  top: 5%;
  left: 15px;
  margin: 0;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 15px;
  padding: 4px 12px;
  opacity: 1;
  text-shadow: 0 0 1px rgba(0,0,0,0.4);
}
.portfolio-archive .button.is-outline,
.port-page .button.is-outline {
  color: #111 !important;
  border-color: #555 !important;
}
.portfolio-archive .button.is-outline:hover,
.port-page .button.is-outline:hover {
  color: #fff !important;
  border-color: #2993d1 !important;
  background:#2993d1 !important;
}
.port-page .box-text{
	padding-bottom:15px;
}
.portfolio-archive .box-text{
	text-align:left;
	padding: 15px 0 15px;
}
@keyframes left-move {
0% {
    width: 0;
}
100% {
    width: 100%;
}
}
@keyframes right-move {
0% {
    width: 0;
}
100% {
    width: 100%;
}
}
@keyframes top-move {
0% {
    height: 0;
}
100% {
    height: 100%;
}
}
@keyframes bottom-move {
0% {
    height: 0;
}
100% {
    height: 100%;
}
}
.owl-item {
  display: inline-block;
}
.owl-stage-outer {
  overflow: hidden;
}
.owl-loaded {
  position: relative;
}
.owl-nav{
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 50%;
  height: 0;
}
.owl-prev {

  left: 0;
  top: 50%;
  margin: 0;
  transform: translateY(-50%) translateX(0);
  line-height: 42px;
  width: 42px;
  height: 42px;
  padding: 0;
  display: inline-block;
}
.owl-next {

  right: 0;
  top: 50%;
  margin: 0;
  transform: translateY(-50%) translateX(0);
  line-height: 42px;
  width: 42px;
  height: 42px;
  padding: 0;
  display: inline-block;
  
}
.owl-prev:after{
	content:'\f053';
	font-family:fontawesome;
	font-size: 1.5em;
}
.owl-next:after{
	content:'\f054';
	font-family:fontawesome;
	font-size: 1.5em;
}

.owl-prev span,
.owl-next span{
	display:none;
}
.owl-nav >*:not(.disabled):hover{
	color:#2993d1;
}
.button.disabled, .button[disabled], button.disabled, button[disabled] {
  cursor: unset;
}
.owl-dots {
  position: absolute;
  text-align: center;
  bottom: 0;
}
.owl-loaded >.dotbars:not(.col):not([class^="col-"]):not([class*=" col-"]) {
  display: block;
  background: #eee;
  height: 10px;
  border-radius: 5px;
  width: 60% !important;
  max-width: 420px;
  margin: auto;
}
.owl-loaded .dotbar {
  display: block;
  background: #aaa;
  height: 10px;
  border-radius: 5px;
}
.owl-nav.disabled {
  display: none;
}
.owl-dots.disabled {
  display: none;
}
.stack-slide .box{
	margin-bottom:15px;
}
.slide-width-more .flickity-viewport{
	overflow: visible;
}

.flickity-page-dots .dot,
.owl-dot {
  border-radius: 0;
  height: 4px !important;
  margin: 0 5px;
  width: 40px !important;
  padding: 0;
  background: #d8d8d8 !important;
  line-height: 1;
  min-height: 4px !important;
  opacity:.4 !important;
}
.flickity-page-dots .dot:hover,
.flickity-page-dots .dot.is-selected,
.owl-dot:hover,
.owl-dot.active{
	background: #2993d1 !important;
	opacity:1 !important;
	
}
.slide-width-more {
  padding-bottom: 30px;
}
.header-block-block-1 .has-block {
  margin: 0;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active,
.mo-cat .flickity-page-dots .dot.is-selected {
  background: #aaa !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
	border-radius: 5px 0 0 5px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active + .swiper-pagination-bullet{
	background: #aaa !important;
	border-radius:  0 5px 5px 0 !important;
	opacity:1 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:last-child {
  border-radius: 5px !important;
}

.swiper-pagination-bullet,
.mo-cat .flickity-page-dots .dot {
  width: 100% !important;
  margin: 0 !important;
  height: 10px !important;
  border-radius: 5px !important;
  background: #eee !important;
}
.swiper-wrapper{
	padding-bottom:15px;
}
.swiper-pagination{
	bottom:0;
}
.swiper-pagination,
.mo-cat .flickity-page-dots {
  display: flex;
  justify-content: center;
  border-radius: 5px;
  background: #eee;
  width: 60vw !important;
  left: 20vw !important;
}
.mo-cat .flickity-prev-next-button.next {
  right: auto;
  left: 90vw;
}
.mo-cat .flickity-button.flickity-prev-next-button.previous {
  left: 5vw;
}
.mo-cat {
  padding-right:20% !important;
  max-width: unset !important;
}
.mo-cat .flickity-viewport{
overflow:visible !important;
}
.catswiper .swiper-slide {
  padding: 0 10px;
}
.mar-0{
	margin:0 !important;
}
.align-center .col + .col .col-inner {
  margin-left: auto;
}
.port-page .filter-nav {
  margin-bottom: 15px;
}
.filter-nav {
  row-gap: 15px;
}
.portfolio-box .box-image {
  max-height: 220px;
}
/**------left *-------------*/
#col-sidebar {
  padding: 25px;
}
.r-arrow-acc .accordion-title.active{
	background-color: rgba(0,0,0,.02);
	font-weight: 600;
}
.r-arrow-acc .accordion-title{
	font-size: 16px;
  padding: 10px 20px;
}
.r-arrow-acc .accordion-item {
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.r-arrow-acc .accordion-inner {
  padding: 10px 20px;
}
.r-arrow-acc.accordion .toggle {
  left: auto;
  top: 11px;
  right: 0;
}
.r-arrow-acc .nav > li > a {
  font-size: 14px;
  font-weight: 400;
  padding: 8px 0;
}
.sub-page .box-text-inner {
  font-size: 1.1em;
}
.sub-page .page-col.col > .col-inner {
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 15px;
  height: 100%;
}
.gall-half.slider-show-nav {
  padding-top: 40px;
}
.gall-half .flickity-prev-next-button:disabled, button.flickity-prev-next-button[disabled] {
	opacity:0.5 !important;
	
}
.gall-half.slider-show-nav .flickity-button.flickity-prev-next-button {
  top: 0;
  bottom: auto;
}

 .row .gall-half.slider-show-nav{
width: 100vw !important;
  max-width: 100vw !important;
  padding-right: 25%;
 }
   .gall-half.slider-show-nav .flickity-viewport {
    overflow: visible;
  }
.gall-half .flickity-button.next {
    left: calc(100vw - 50px);
    right: auto;
 }
.stuck.header-wrapper{
	max-width:100vw;
	margin: 0;
}
.page-inner > .row {
  max-width: unset;
}
.col-sidebar {
  padding-top: 10px;
}
.off-canvas-left .mfp-content{
	width: 300px;
}
.page-wrapper.page-left-sidebar {
  position: relative;
  padding-top: 60px;
}
.col-sidebar {
  padding-top: 10px;
  position: absolute;
  top: 0;
}
.page-inner {
  padding: 0 5px;
}
.page-inner .row-full-width {
  max-width: unset !important;
}
.slider-nav-outside .flickity-button.flickity-prev-next-button.previous {
  left: -25px;
  transform: none;
  right: auto;
}
.slider-nav-outside .flickity-button.flickity-prev-next-button.next {
  right: -25px;
  transform: none;
  left: auto;
}
.row-slider.slider-nav-circle .flickity-prev-next-button svg {
  border: 2px solid !important;
  padding: 5px !important;
}
.row-slider.slider-nav-circle .flickity-prev-next-button{
  width: 32px !important;
}
.row-slider.slider-nav-circle .flickity-prev-next-button:hover svg {
  border: 2px solid #2993d1 !important;
  padding: 5px !important;
}
/**---sub menu+----*/
.sub-menu .page_item.has-child {
  position: relative;
}
.sub-menu button.toggle {
  position: absolute;
  right: 0;
  font-size: 0.8em;
  top: 0;
}
.sub-menu .tab a {
  padding: 10px 0 !important;
  color: #111 !important;
  line-height: 1.4 !important;
}
.sub-menu-menu li {
  border: none !important;
}
.sub-menu-menu {
  width: auto !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.sub-menu-menu.nav a{
	padding: 5px 0 !important;
	font-size:1rem !important;
	font-weight:400 !important;
	color: #333 !important;
	line-height: 1.4 !important;
}
.sub-menu-menu.nav >li:before{
	content: '';
  width: 6px;
  height: 2px;
  background: hsla(0,0%,40%,.75);
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
}
.sub-menu-menu.nav >li a:hover,
.sub-menu-menu.nav >li.active a{
	color: #2993d1 !important;
}
.portfolio-box .box-text .button, 
.portfolio-box-category{
  display: none;
}
.portfolio-box-title {
  font-size: 1rem;
}
@media (min-width: 550px){
	
.medium-columns-9 .flickity-slider > .col, 
.medium-columns-9 > .col {
flex-basis: 11.1%;
max-width: 11.1%;
}
.medium-columns-10 .flickity-slider > .col, 
.medium-columns-10 > .col {
flex-basis: 10%;
max-width: 10%;
}
.medium-columns-11 .flickity-slider > .col, 
.medium-columns-11 > .col {
flex-basis: 9%;
max-width: 9%;
}
.medium-columns-12 .flickity-slider > .col, 
.medium-columns-12 > .col {
flex-basis: 8.33%;
max-width: 8.33%;
}
.medium-1 .res-text, .medium-2 .res-text, .medium-3 .res-text, .medium-4 .res-text, .medium-5 .res-text, .medium-6 .res-text, .medium-7 .res-text {
  font-size: 1em;
}
.container,
.row.row-main {
  padding-left: 30px;
  padding-right: 30px;
}
.container-left{
	padding-left: 30px;
}
.container-right{
	padding-right: 30px;
}
.min-txt-h .box-text {
  min-height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-100 > div,
.align-equal .img-inner, .align-equal .img, .align-equal .col-inner {
  height: 100%;
}
.h-100.stack > div{
	height:auto;
}
#logo img {
  max-height: 90px !important;
}
#logo {
  max-width: 40%;
}
.header-main {
  max-height: 90px;
}
.or-1{
	order:1;
}
.tabbed-content.h-tab {
  flex-flow: row;
  gap: 15px;
}
.flex-box .col-inner {
  grid-template-columns: auto auto auto;
}
.bor-right-2::after {
  content: '';
  height: 50%;
  border-right: 1px solid #ddd;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.big-txt-80 h1 {
  font-size: 40px;
  line-height: 40px;
}
.bor-right::after {
  content: '';
  height: 90%;
  border-right: 1px solid #ddd;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.gall-half .flickity-button.next {
  left: calc(100vw - 100px);
} 
.portfolio-box .box-text .button, 
.portfolio-box-category{
  display: block;
}
.portfolio-box-title {
  font-size: 1.2rem;
}
}
@media (min-width: 768px){
.container {
  padding-left: 60px !important;
  padding-right: 60px !important;
  max-width:100%;
}
.container-left{
	padding-left: 60px !important ;
}
.container-right{
	padding-right: 60px !important ;
}
.row.row-main {
  padding-left: 60px;
  padding-right: 60px;
  max-width:100%;
}
.row-large > .col, .row-large > .flickity-viewport > .flickity-slider > .col {
padding: 30px;
}
.row .col-inner .row.row-large {
  margin-left: -30px;
  margin-right: -30px;
}
.row.row-large.row-full-width {
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
}
.row{
	margin-left:50px;
	margin-right:50px;
	width: auto;
	max-width: 100%;
} 
.row.row-collapse{
	margin-left: 60px;
	margin-right: 60px;
	max-width: 100%;
}
.row.row-small{
	 margin-left: 55px;
	margin-right: 55px;
	max-width: 100%;
}	
.row.row-large{
	 margin-left: 30px;
	margin-right: 30px;
	max-width: 100%;
}
.flex-box .col-inner {
  grid-template-columns: auto auto auto auto;
}
.mar-r-0 .col-inner {
  margin-right: 0 !important;
}
.big-txt-80 h1 {
  font-size: 50px;
  line-height: 60px;
}
.owl-prev {
  transform: translateY(-50%) translateX(-100%);
}
.owl-next {
  transform: translateY(-50%) translateX(100%);
  
}
.portfolio-box .box-image {
  max-height: unset !important;
}
.gall-half .flickity-button.next {
  left: calc(100vw - 155px);
}
}
@media (min-width: 850px){
.align-center .col:first-child .col-inner {
    margin-left: auto;
    margin-right: auto;
 }
.header-nav {
  justify-content: center;
}
 .large-6 .res-text {
  font-size: 16px;
}
.max-20-pc{
	max-width:20%;
}
.header-main {
  max-height: 100px;
}
#logo img {
  max-height: 90px !important;
}
#logo {
  max-width: 10%;
}
.gallery-columns-9 .gallery-item, 
.large-columns-9 .flickity-slider > .col, 
.large-columns-9 > .col {
flex-basis: 11.1%;
max-width: 11.1%;
}
.gallery-columns-10 .gallery-item, 
.large-columns-10 .flickity-slider > .col, 
.large-columns-10 > .col {
flex-basis: 10%;
max-width: 10%;
}
.gallery-columns-11 .gallery-item, 
.large-columns-11 .flickity-slider > .col, 
.large-columns-11 > .col {
flex-basis: 9%;
max-width: 9%;
}
.gallery-columns-12 .gallery-item, 
.large-columns-12 .flickity-slider > .col, 
.large-columns-12 > .col {
flex-basis: 8.33%;
max-width: 8.33%;
}
.col-right{
	padding-left:30px;
}
 #col-sidebar {
  padding: 0;
} 
  
 .big-txt,
  .big-txt2{
	font-size:1em;
  }
.box-text {
  font-size: 1em;
 } 
.align-equal .banner {
  height: 100%;
}
.txt-hover:hover .box-text{
	background:#243a76 !important;
	
}
.h-box-txt h1 {
  font-size: 6vw;
}
.med-max-20 {
  max-width: 20%;
}
.header-nav .sub-menu.nav-dropdown{
  background: rgba(255,255,255,0.95);
	margin-top:-15px;
    padding-top: 10px;
}
.header-nav .menu-item-design-full-width .sub-menu.nav-dropdown:before{
	content:'';
	display: inline-block;
    width: 100%;
    border-top: 2px solid #eee;
}
.header-nav .sub-menu.nav-dropdown >.section{
  max-height:calc(100vh - 100px);
  overflow-y:auto;
  display: block;
}
.stuck .header-nav .sub-menu.nav-dropdown {
	margin-top: -2px;
	padding: 2px 0 0;
}
.h-tab1 ul.nav {
  position: absolute;
  left: -100%;
  bottom: 10%;
  margin-left: 60px ;
  border-left: 2px solid #888;
  font-size: 2rem;
}
.nav.header-nav.header-bottom-nav{
  flex-flow: row;
}
.header-bottom-nav .nav-top-link {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.header-top img {
  max-height: 36px;
}
.nav.header-bottom-nav {
  max-height: unset;
  overflow:unset;
}
.nav.header-bottom-nav .menu-item .sub-menu.nav-dropdown {
	width:100vw;
}	
.nav.header-bottom-nav .menu-item.menu-hover .sub-menu.nav-dropdown {
  opacity: 1;
  position: fixed;
  max-height: calc(100vh - 190px);
  z-index: 9999;
  visibility: visible;
  top: 190px !important;
  left: 0 !important;
  padding-top: 2px;
  overflow-y: auto;
	display: inline-block;
}

 .stuck .nav.header-bottom-nav .menu-item.menu-hover  .sub-menu.nav-dropdown{
	top: 134px !important;
	max-height: calc(100vh - 134px);

}
.nav.header-nav.header-bottom-nav{
  display: table;
}
.nav.header-nav.header-bottom-nav li {
  display: table-cell;
  width: auto;
}
.header-bottom-nav .nav-top-link {
  display: flex;
  flex-flow: row;
  text-align: left;
  min-height: 56px;
}
.header-bottom {
  min-height: 64px;
}
.nav.header-nav.header-bottom-nav .ux-menu-icon {
  width: 24px;
}	
.nav.header-nav.header-bottom-nav .menu-item:nth-child(3){
	width: 134px;
} 
.header-nav.nav > li{
	margin: 0 5px;
}
.gall-half.slider-show-nav{
  overflow: hidden;
}
.gall-half.slider-show-nav .flickity-viewport{
	overflow: visible;
}
 .row .gall-half.slider-show-nav{
	width: 72vw !important;
  max-width: 72vw !important;
  padding-right: 65px;
 }
.gall-half .flickity-button.next {
  left: auto;
  right: 85px;
}
.gall-half .flickity-button.previous {
  right: 150px;
  left: auto;
}
.col-sidebar {
  position: static;
}
#col-sidebar {
  display: block !important;
}
.page-wrapper.page-left-sidebar {
  padding-top: 30px;
}

}
@media (min-width: 992px){
#logo {
  max-width: 20%;
}
.h-tab.tabbed-content .nav-vertical a {
  font-size: 1.2rem;
}  
.flex-box .col-inner {
  grid-template-columns: auto auto auto auto auto auto ;
}

.nav.header-nav.header-bottom-nav .ux-menu-icon {
  width: 30px;
}


}
@media (min-width: 1150px){
.header-main {
  max-height: unset;
}
#logo img {
  max-height: 130px !important;
}
.header-main .header-nav > li {
  margin: 0 15px;
}
.header-main .header-nav > li.menu-item {
  font-size: 1.1em;
}
 .big-txt2{
	font-size:1.2em !important;
 }
 .page-title-cat {
  font-size: 1.2em;
}
.header-main .header-nav .sub-menu li.menu-item{
	font-size: 1rem;
}	
.con-list li {
  width: 50%;
  float: left;
  padding: 0 10px;
  margin: 0 0 5px !important;
}
.con-list li.wide {
  width: 100%;
}
.h-tab.tabbed-content .nav-vertical a {
  font-size: 1.4rem;
}  
.nav.header-nav.header-bottom-nav .ux-menu-icon {
  width: 32px;
}
.header-bottom {
  min-height: 56px;
}
.nav.header-bottom-nav .menu-item.menu-hover .sub-menu.nav-dropdown{
	top: 182px !important;
	max-height: calc(100vh - 182px);
} 
.stuck  .nav.header-bottom-nav .menu-item.menu-hover .sub-menu.nav-dropdown {
top: 126px !important;
max-height: calc(100vh - 126px);
}
.big-txt-80 h1 {
  font-size: 80px;
  line-height: 90px;
}  
.port-page .filter-nav {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
.sub-page .box-text-inner {
  font-size: 1.25em;
}
.row.sub-page {
  row-gap: 15px;
}


}
@media (min-width: 1280px){
.header-main .header-nav > li.menu-item {
  font-size: 1.1em;
    margin: 0 1vw;
}
 .big-txt{
	font-size:1.2em !important;
 }
  .big-txt2{
	font-size:1.4em !important;
 }
.page-title-cat {
  font-size: 1.4em;
}
.pc-max-50 {
  max-width: 50%;
}  
.h-tab.tabbed-content .nav-vertical {
  width: 32%;
}
.h-tab.tabbed-content .nav-vertical {
  padding-right: 5%;
}
.h-tab.tabbed-content .nav-vertical a {
  font-size: 1.6rem;
} 
.flex-box .col-inner {
  grid-template-columns: auto auto auto auto auto auto auto auto;
}
.title-wrapper.is-large .entry-title {
  font-size: 3em;
}
 .nav.header-nav.header-bottom-nav .menu-item:nth-child(3){
	width: auto;
} 
}
@media (min-width: 1460px){
.row.row-collapse{
	max-width:calc(100% - 200px);
	
}
.row.row-small{
	max-width:calc(100% - 190px);
}
.row{
  max-width:calc(100% - 180px);
  padding-left:0;
  padding-right:0;
  margin-left: auto !important;
    margin-right: auto !important;
width:100%;
}
.container {
  padding-left:10px !important;
	padding-right:10px !important;
width:100%;
}
.row.container{
	padding-left:calc(50vw - 690px) !important;
	padding-right:calc(50vw - 690px) !important;
}
.container-left{
	padding-left: calc(50vw - 690px) !important ;
}
.container-right{
	padding-right: calc(50vw - 690px) !important ;
}
.row .row{
	max-width:100% !important;
	width:100%;
}
 .big-txt{
	font-size:1.3em !important;
 }
  .big-txt2{
	font-size:1.6em !important;
 }
 .header-main .header-nav > li.menu-item {
  font-size: 1.3em;
   margin: 0 20px;
}

 .row .gall-half.slider-show-nav{
	padding-right: calc(50vw - 685px) !important;
    width: calc(50vw + 305px) !important;
	max-width: calc(50vw + 305px) !important;
}
.gall-half .flickity-button.next {
  right: calc(50vw - 672px);
}
.gall-half .flickity-button.previous {
  right: calc(50vw - 600px);
}


}