﻿.jena{
  font-family: 'Inter', 'Mitr', sans-serif;
  font-weight: 500;
}
.navthai{
  font-size: 1.2rem;
  line-height: 5px;
}
h1.jena{
	font-size: 65px;
}
h2.jena{
	font-size: 56px;
}
h3.jena{
	font-size: 51px;
}
h4.jena{
	font-size: 46px;
}
h5.jena{
	font-size: 32px;
  font-weight: 600;
}
h6.jena{
	font-size: 25px;
  font-weight: 400;
}


p.jena{
	color: #1D1D1D;
	font-size: 16px;
}
div.product{
  font-size: 18px;
}
.red_primary{
	color: #4d8d05;
}
.yellow_primary{
	color: #EF9409;
}
.purple_primary{
	color: #9E1E5E;
}
.blue_primary{
	color: #10375C;
}
.color_secondary_1{
	color: #9E1E5E;
}
.color_secondary_2{
	color: #6F1345;
}
.color_secondary_3{
	color: #5C0734;
}
.color_secondary_4{
	color: #21AA50;
}
.color_secondary_5{
	color: #1D1D1D;
}
.color_secondary_6{
	color: #848484;
}

.btn-jena {
  color: #4d8d05;
  background-color: transparent;
  border-color: #4d8d05;
  border-radius: 2rem;
  padding-left: 60px;
  padding-right: 60px;
  line-height:1.5;
}
.btn-jena:hover {
  color: #fff;
  background-color: #4d8d05;
  border-color: #4d8d05;
}
.btn-jena:focus, .btn-jena.focus {
  color: #4d8d05;
  background-color: transparent;
  border-color: #4d8d05;
  box-shadow: 0 0 0 0.2rem rgba(199, 243, 128, 0.5);
}
.btn-jena.disabled, .btn-jena:disabled {
  color: #4d8d05;
  background-color: transparent;
  border-color: #4d8d05;
}
.btn-jena:not(:disabled):not(.disabled):active, .btn-jena:not(:disabled):not(.disabled).active, .show > .btn-jena.dropdown-toggle {
  color: #4d8d05;
  background-color: transparent;
  border-color: #4d8d05;
}
.btn-jena:not(:disabled):not(.disabled):active:focus, .btn-jena:not(:disabled):not(.disabled).active:focus, .show > .btn-jena.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 84, 84, 0.5);
}

.btn-jena-yellow {
  color: #fff;
  background-color: #EF9409;
  border-color: transparent;
  border-radius: 2rem;
  padding-left: 60px;
  padding-right: 60px;
  line-height:1.5;
}
.btn-jena-yellow:hover {
  color: #EF9409;
  background-color: #fff;
  border-color: #EF9409;
}
.btn-jena-yellow:focus, .btn-jena-yellow.focus {
  color: #fff;
  background-color: #EF9409;
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(254, 84, 84, 0.5);
}
.btn-jena-yellow.disabled, .btn-jena-yellow:disabled {
  color: transparent;
  background-color: #EF9409;
  border-color: transparent;
}
.btn-jena-yellow:not(:disabled):not(.disabled):active, .btn-jena-yellow:not(:disabled):not(.disabled).active, .show > .btn-jena-yellow.dropdown-toggle {
  color: transparent;
  background-color: #EF9409;
  border-color: transparent;
}
.btn-jena-red:not(:disabled):not(.disabled):active:focus, .btn-jena-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-jena-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 84, 84, 0.5);
}

.btn-jena-red {
  color: #fff;
  background-color: #4d8d05;
  border-color: transparent;
  border-radius: 2rem;
  padding-left: 60px;
  padding-right: 60px;
  line-height:1.5;
}
.btn-jena-red:hover {
  color: #4d8d05;
  background-color: #fff;
  border-color: #4d8d05;
}
.btn-jena-red:focus, .btn-jena-red.focus {
  color: #fff;
  background-color: #4d8d05;
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(254, 84, 84, 0.5);
}
.btn-jena-red.disabled, .btn-jena-red:disabled {
  color: transparent;
  background-color: #4d8d05;
  border-color: transparent;
}
.btn-jena-red:not(:disabled):not(.disabled):active, .btn-jena-red:not(:disabled):not(.disabled).active, .show > .btn-jena-red.dropdown-toggle {
  color: transparent;
  background-color: #4d8d05;
  border-color: transparent;
}
.btn-jena-red:not(:disabled):not(.disabled):active:focus, .btn-jena-red:not(:disabled):not(.disabled).active:focus, .show > .btn-jena-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 84, 84, 0.5);
}

.btn-jena-transparent-red {
  color: #4d8d05;
  background-color: transparent;
  border-color: #4d8d05;
  border-radius: 2rem;
  padding-left: 60px;
  padding-right: 60px;
  line-height:1.5;
}
.btn-jena-transparent-red:hover {
  color: #4d8d05;
  background-color: transparent;
  border-color: #4d8d05;
}

.btn-jena-transparent {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-radius: 2rem;
  padding-left: 60px;
  padding-right: 60px;
  line-height:1.5;
}
.btn-jena-transparent:hover {
  color: #4d8d05;
  background-color: #fff;
  border-color: #fff;
}
.btn-jena-transparent:focus, .btn-jena-transparent.focus {
  color: #4d8d05;
  background-color: transparent;
  border-color: #4d8d05;
  box-shadow: 0 0 0 0.2rem rgba(254, 84, 84, 0.5);
}
.btn-jena-transparent.disabled, .btn-jena-transparent:disabled {
  color: #4d8d05;
  background-color: transparent;
  border-color: #4d8d05;
}
.btn-jena-transparent:not(:disabled):not(.disabled):active, .btn-jena-transparent:not(:disabled):not(.disabled).active, .show > .btn-jena-transparent.dropdown-toggle {
  color: #4d8d05;
  background-color: transparent;
  border-color: #4d8d05;
}
.btn-jena-transparent:not(:disabled):not(.disabled):active:focus, .btn-jena-transparent:not(:disabled):not(.disabled).active:focus, .show > .btn-jena-transparent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 84, 84, 0.5);
}

.bg-ourProduct {
  background-color: #b84546;
  color: rgb(0, 0, 0);
}
a.bg-ourProduct-title:hover, a.bg-ourProduct-title:focus,
button.bg-ourProduct-title:hover,
button.bg-ourProduct-title:focus {
  background-color: #dae0e5 !important;
}
section#title.page-section{
  padding: 1rem 0;
  text-align: center;
}
div.product_title {
  position: relative;
  text-align: center;
  padding: 15px;
  background-color: #b84546 !important;
} 
.product-bg {
  background-image: url("/img/banner.png");
/*  background-color: #abb69d  ;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color:#000000;
}
div.product{
  text-align: center;
}

.bg-purple {
  background-color: #9E1E5E;
  color: #fff;
}

.bg-primary-yellow{
  background-color: #EF9409;
  color: #fff;
}
.bg-primary-yellow-40{
  background-color: rgba(239,148,9,0.4);
  color: #000;
}

.bg-primary-red{
  background-color: #4d8d05;
  color: #fff !important;
}
p.bg-primary-red{
  color: #fff;
}
img.jena_icon_footer{
  width: 30px;
  margin: 7px;
}
img.jena_icon_product{
  width: 50px;
  margin: 7px;
}

/*custom nav*/
.navbar-fixed {
  background-color: #fff;
  /*border-color: #e7e7e7;*/
/*  font-size: 22px;*/
  -webkit-box-shadow: 0px 7px 6px -5px rgba(194,194,194,0.75);
  -moz-box-shadow: 0px 7px 6px -5px rgba(194,194,194,0.75);
  box-shadow: 0px 7px 6px -5px rgba(194,194,194,0.75);
}
/*end custom nav*/
/*AUN Custom top */
.bg-image, .site-cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.site-cover {
  background-position: center center;
}

.site-cover .site-heading {
  font-size: 75px;
  line-height: 1.34;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .site-cover .site-heading {
    font-size: 37px;
    line-height: 1.3;
  }
}

.site-cover .site-subheading, .site-cover p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  font-family: "Raleway", sans-serif;
}

@media screen and (max-width: 768px) {
  .site-cover .btn {
    width: 100% !important;
    border: 1px solid red;
  }
}

.site-cover a {
  position: relative;
  color: #fff;
}

.site-cover a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FDA403;
  height: 2px;
  content: " ";
}

.site-cover.overlay {
  position: relative;
}

.site-cover.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.site-cover .site-vh-100 {
  min-height: 700px !important;
}
.site-vh-100 {
  height: 100vh;
}

@media screen and (max-width: 960px) {
  .site-vh-100 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.site-vh-75 {
  height: 75vh;
}

@media screen and (max-width: 960px) {
  .site-vh-75 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.site-section .site-sub-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .5em;
  color: #d4d4d4;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

.site-section .site-primary-title {
  margin-top: 0;
  margin-bottom: 30px;
}

.padding-session{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.mt-6,
.my-6 {
  margin-top: 6rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 6rem !important;
}
.imgframeContainer{
  padding: 2em;
  width: 100%;
  height: 100%;
  position: relative;
}
.shadow {
-webkit-box-shadow: 20px 20px 0px 0px #B1D231 !important;
-moz-box-shadow: 20px 20px 0px 0px #B1D231;
box-shadow: 20px 20px 0px 0px #B1D231;
}
.shadow-l{
  -webkit-box-shadow: -20px 20px 0px 0px #B1D231 !important;
-moz-box-shadow: -20px 20px 0px 0px #B1D231;
box-shadow: -20px 20px 0px 0px #B1D231;
}
.contact-form{
  width:110%;
  background-color: #fff;
  margin: 30px;
  padding: 5px;
  border-radius: 3px;
  color: #333333;
}
.full-width{
  width: 100%;
}

button.close.jena {
  background-color: transparent;
  border: 0;
  text-align: right;
  padding: 10px;
}
.m-nav{margin-top: 80px}
#myVideo{
  width: 100%;
}
div.videotop{
  padding: 0 !important;
  margin: 0 !important;
}
/*img grid*/
.c1{
  width: 35%;
}
.c2{
  width: 65%;
}
.e1{
  position: relative;
  width: 70%;
}
.e2{
  position: relative;
  width: 30%;
}

@media (min-width: 576px) {
  #myVideo{
    width: 100%;
  }
}
@media (min-width: 768px) {
  #myVideo{
    width: 100%;
  }
}
@media (min-width: 992px) {
  #myVideo{
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
    #myVideo{
    max-width: 1140px;
  }
}
/*mobile & desktop diff*/
.mobile{
  display: none;
}
.desktop{
  display: block;
}
@media (max-width: 576px) {
  .mobile{
    display: block;
  }
  .desktop{
    display: none;
  }
}
@media (min-width: 576px) {
  .mobile{
    display: block;
  }
  .desktop{
    display: none;
  }
}
@media (min-width: 768px) {
  .mobile{
    display: block;
  }
  .desktop{
    display: none;
  }
}
@media (min-width: 992px) {
  .mobile{
    display: none;
  }
  .desktop{
    display: block;
  }
}
@media (min-width: 1200px) {
  .mobile{
    display: none;
  }
  .desktop{
    display: block;
  }
}