/*
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: 500 !important;
}
b{
	font-weight: 400 !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;
}
#top-bar {
  padding: 14px 0;
}
.container,
.row.row-main {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  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-size: 16px;
  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;
  display: block;
  background: #cb8640 !important;
  min-width: 180px;
  border-radius: 12px;
  width: 100%;
  padding: 5px 15px;
}
.wpcf7-form input, .wpcf7-form textarea {
  box-shadow: none;
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  background: #eee;
  margin-top: 5px;
}
.con-form {
  list-style: none;
}
.con-form li {
  margin: 0 0 10px !important;
}
.wpcf7 label {
  font-weight: 400;
}

.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;

}
.cat-parent > a {
  font-weight: 500;
}
.widget .current-cat > a {
  color: #243A76;
 }
.line-but span::before {
content: url(images/line.png);
  font-family: "Font Awesome 6 Brands";
  margin-right: 10px;
  vertical-align: middle;
  line-height: 1;
  height: 40px;
  display: inline-block;
}
.button.mess-but span::before {
content: url(images/mes.png);
  margin-right: 10px;
  vertical-align: middle;
  line-height: 1;
  height: 40px;
  display: inline-block;
}
.button.mess-but:hover,
.button.mess-but{

border-radius: 12px;
border: 1px solid#000;
background:#fff;
padding: 4px 15px 4px 15px;
box-shadow:none;
	
}
.button.line-but:hover,
.button.line-but{
	background:#06C755  !important;
	color:#fff;
	min-width:160px;
	padding: 4px 15px 4px 15px;
	box-shadow:none;
} 
.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
{
  bottom: -35px;
}
.slider-nav-outside
{
  margin-bottom: 35px;
}
.flickity-page-dots .dot:hover,
.flickity-page-dots .dot.is-selected
{
  background-color: #cb8640;
 }

.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:#cb8640;
}
 .slider-nav-light .flickity-prev-next-button svg
{
  fill: #cb8640;
}
.slider-nav-light .flickity-page-dots .dot.is-selected::after
{
	border-color:#cb8640;
}
.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;
}
/*--*/
.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;
}
.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;
}
/****/
.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;
}
/***************/
.under-or {
  display: inline-block;
  width: auto;
  position: relative;
}
.under-or::after {
  content: '';
  height: 2px;
  background: #cb8640;
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.under-or h1 {
  margin: 0;
}
.bg-title::before {
  content: '';
  width: 80px;
  height: 80px;
  display: inline-block;
  background: rgba(255,255,255,0.1);
  position: absolute;
  bottom: 14px;
  left: -14px;
}
.bg-title {
  position: relative;
}
.lift-slide .flickity-slider > * {
  margin-right: 15px !important;
}
 .blue-shade  .box-text {
  background: linear-gradient(0deg,rgba(28, 33, 67,0.9) 40%,rgba(28,33,67,0) 85%);
}
.rad-10{
	border-radius: 10px;
  overflow: hidden;
}
.blue-tab .nav-vertical + .tab-panels {
  border: none;
}
.blue-tab .nav-vertical > li + li {
  border-color: rgba(255,255,255,0.1);
   
}
.blue-tab .nav > li > a {
  color: rgba(255,255,255,0.8);
  padding: 10px 20px;
  font-weight: 400;
  
}
.blue-tab .nav-vertical > li{
	background: #1c2143;
	overflow: hidden;
}
.blue-tab .nav-vertical > li:hover a{
	background:rgba(255,255,255,0.1);
	color:#fff;
}
.blue-tab .nav > li:first-child{
	border-radius:10px 10px 0 0;
}
.blue-tab .nav > li:last-child{
	border-radius:0 0 10px 10px;
}
.blue-tab .nav > li.active > a {
  background: #5e6fb5;
  color: #fff;
}
.blue-tab .nav > li > a::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #5e6fb5;
  vertical-align: middle;
  margin: 0 8px 0 0;
  opacity: 1 !important;
}
.blue-tab .nav > li.active > a::before{
	background: #fff;
}

@media (min-width: 550px){
.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;
}
.min-txt-h .box-text {
  min-height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.align-equal .img-inner, .align-equal .img, .align-equal .col-inner {
  height: 100%;
}
#logo img {
  max-height: 90px !important;
}
#logo {
  max-width: 40%;
}
.header-main {
  max-height: 90px;
}
.or-1{
	order:1;
}

}
@media (min-width: 768px){
.container {
  padding-left: 60px !important;
  padding-right: 60px !important;
  max-width:100%;
}
.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%;
}


}
@media (min-width: 850px){
.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: 16%;
}
 .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 {
  margin-top: -32px;
  padding: 18px 0 0;
  background: none;
}
.stuck .header-nav .sub-menu.nav-dropdown {
	margin-top: -2px;
	padding: 2px 0 0;
}	
}
@media (min-width: 992px){
#logo {
  max-width: 20%;
}

 
}
@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.1em !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;
}
.con-list li.wide {
  width: 100%;
}
}
@media (min-width: 1280px){

 .big-txt{
	font-size:1.1em;
 }
  .big-txt2{
	font-size:1.2em;
 }
.header-main .header-nav > li.menu-item {
  font-size: 1.2em;
}
 .big-txt{
	font-size:1.1em !important;
 }
  .big-txt2{
	font-size:1.2em !important;
 }
.page-title-cat {
  font-size: 1.4em;
}
.pc-max-50 {
  max-width: 50%;
}  
}
@media (min-width: 1500px){
.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:90px !important;
  padding-right:90px !important;
width:100%;
}
.row .row{
	max-width:100% !important;
	width:100%;
}
 .big-txt{
	font-size:1.25em !important;
 }
  .big-txt2{
	font-size:1.4em !important;
 }
 .header-main .header-nav > li.menu-item {
  font-size: 1.3em;
  margin: 0 18px;
}
.page-title-cat {
  font-size: 1.6em;
}
 .cont-fixed {
    right: 20px;
  }
}